md/assets/index-DdQMH3Ny.js
2024-08-18 11:50:44 +00:00

1155 lines
7.2 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.

var Lb=Object.defineProperty;var jb=(e,t,y)=>t in e?Lb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y;var Fb=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var k1=(e,t,y)=>jb(e,typeof t!="symbol"?t+"":t,y);import mermaid from"https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs";var Ub=Fb((exports,module)=>{(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const $ of document.querySelectorAll('link[rel="modulepreload"]'))n($);new MutationObserver($=>{for(const k of $)if(k.type==="childList")for(const L of k.addedNodes)L.tagName==="LINK"&&L.rel==="modulepreload"&&n(L)}).observe(document,{childList:!0,subtree:!0});function y($){const k={};return $.integrity&&(k.integrity=$.integrity),$.referrerPolicy&&(k.referrerPolicy=$.referrerPolicy),$.crossOrigin==="use-credentials"?k.credentials="include":$.crossOrigin==="anonymous"?k.credentials="omit":k.credentials="same-origin",k}function n($){if($.ep)return;$.ep=!0;const k=y($);fetch($.href,k)}})();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(e,t){const y=new Set(e.split(","));return n=>y.has(n)}const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,isOn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),isModelListener=e=>e.startsWith("onUpdate:"),extend$1=Object.assign,remove=(e,t)=>{const y=e.indexOf(t);y>-1&&e.splice(y,1)},hasOwnProperty$g=Object.prototype.hasOwnProperty,hasOwn$1=(e,t)=>hasOwnProperty$g.call(e,t),isArray$4=Array.isArray,isMap$1=e=>toTypeString(e)==="[object Map]",isSet$1=e=>toTypeString(e)==="[object Set]",isDate$2=e=>toTypeString(e)==="[object Date]",isFunction$5=e=>typeof e=="function",isString$4=e=>typeof e=="string",isSymbol$2=e=>typeof e=="symbol",isObject$5=e=>e!==null&&typeof e=="object",isPromise=e=>(isObject$5(e)||isFunction$5(e))&&isFunction$5(e.then)&&isFunction$5(e.catch),objectToString$2=Object.prototype.toString,toTypeString=e=>objectToString$2.call(e),toRawType=e=>toTypeString(e).slice(8,-1),isPlainObject$3=e=>toTypeString(e)==="[object Object]",isIntegerKey=e=>isString$4(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=e=>{const t=Object.create(null);return y=>t[y]||(t[y]=e(y))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(e=>e.replace(camelizeRE,(t,y)=>y?y.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate$1=cacheStringFunction(e=>e.replace(hyphenateRE,"-$1").toLowerCase()),capitalize$1=cacheStringFunction(e=>e.charAt(0).toUpperCase()+e.slice(1)),toHandlerKey=cacheStringFunction(e=>e?`on${capitalize$1(e)}`:""),hasChanged=(e,t)=>!Object.is(e,t),invokeArrayFns=(e,...t)=>{for(let y=0;y<e.length;y++)e[y](...t)},def=(e,t,y,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:y})},looseToNumber=e=>{const t=parseFloat(e);return isNaN(t)?e:t},toNumber$3=e=>{const t=isString$4(e)?Number(e):NaN;return isNaN(t)?e:t};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(e){if(isArray$4(e)){const t={};for(let y=0;y<e.length;y++){const n=e[y],$=isString$4(n)?parseStringStyle(n):normalizeStyle(n);if($)for(const k in $)t[k]=$[k]}return t}else if(isString$4(e)||isObject$5(e))return e}const listDelimiterRE=/;(?![^(]*\))/g,propertyDelimiterRE=/:([^]+)/,styleCommentRE=/\/\*[^]*?\*\//g;function parseStringStyle(e){const t={};return e.replace(styleCommentRE,"").split(listDelimiterRE).forEach(y=>{if(y){const n=y.split(propertyDelimiterRE);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function normalizeClass(e){let t="";if(isString$4(e))t=e;else if(isArray$4(e))for(let y=0;y<e.length;y++){const n=normalizeClass(e[y]);n&&(t+=n+" ")}else if(isObject$5(e))for(const y in e)e[y]&&(t+=y+" ");return t.trim()}function normalizeProps(e){if(!e)return null;let{class:t,style:y}=e;return t&&!isString$4(t)&&(e.class=normalizeClass(t)),y&&(e.style=normalizeStyle(y)),e}const specialBooleanAttrs="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",isSpecialBooleanAttr=makeMap(specialBooleanAttrs);function includeBooleanAttr(e){return!!e||e===""}function looseCompareArrays(e,t){if(e.length!==t.length)return!1;let y=!0;for(let n=0;y&&n<e.length;n++)y=looseEqual(e[n],t[n]);return y}function looseEqual(e,t){if(e===t)return!0;let y=isDate$2(e),n=isDate$2(t);if(y||n)return y&&n?e.getTime()===t.getTime():!1;if(y=isSymbol$2(e),n=isSymbol$2(t),y||n)return e===t;if(y=isArray$4(e),n=isArray$4(t),y||n)return y&&n?looseCompareArrays(e,t):!1;if(y=isObject$5(e),n=isObject$5(t),y||n){if(!y||!n)return!1;const $=Object.keys(e).length,k=Object.keys(t).length;if($!==k)return!1;for(const L in e){const j=e.hasOwnProperty(L),V=t.hasOwnProperty(L);if(j&&!V||!j&&V||!looseEqual(e[L],t[L]))return!1}}return String(e)===String(t)}function looseIndexOf(e,t){return e.findIndex(y=>looseEqual(y,t))}const isRef$1=e=>!!(e&&e.__v_isRef===!0),toDisplayString=e=>isString$4(e)?e:e==null?"":isArray$4(e)||isObject$5(e)&&(e.toString===objectToString$2||!isFunction$5(e.toString))?isRef$1(e)?toDisplayString(e.value):JSON.stringify(e,replacer$1,2):String(e),replacer$1=(e,t)=>isRef$1(t)?replacer$1(e,t.value):isMap$1(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((y,[n,$],k)=>(y[stringifySymbol(n,k)+" =>"]=$,y),{})}:isSet$1(t)?{[`Set(${t.size})`]:[...t.values()].map(y=>stringifySymbol(y))}:isSymbol$2(t)?stringifySymbol(t):isObject$5(t)&&!isArray$4(t)&&!isPlainObject$3(t)?String(t):t,stringifySymbol=(e,t="")=>{var y;return isSymbol$2(e)?`Symbol(${(y=e.description)!=null?y:t})`:e};/**
* @vue/reactivity v3.4.38
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let activeEffectScope;class EffectScope{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=activeEffectScope,!t&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const y=activeEffectScope;try{return activeEffectScope=this,t()}finally{activeEffectScope=y}}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(t){if(this._active){let y,n;for(y=0,n=this.effects.length;y<n;y++)this.effects[y].stop();for(y=0,n=this.cleanups.length;y<n;y++)this.cleanups[y]();if(this.scopes)for(y=0,n=this.scopes.length;y<n;y++)this.scopes[y].stop(!0);if(!this.detached&&this.parent&&!t){const $=this.parent.scopes.pop();$&&$!==this&&(this.parent.scopes[this.index]=$,$.index=this.index)}this.parent=void 0,this._active=!1}}}function effectScope(e){return new EffectScope(e)}function recordEffectScope(e,t=activeEffectScope){t&&t.active&&t.effects.push(e)}function getCurrentScope(){return activeEffectScope}function onScopeDispose(e){activeEffectScope&&activeEffectScope.cleanups.push(e)}let activeEffect;class ReactiveEffect{constructor(t,y,n,$){this.fn=t,this.trigger=y,this.scheduler=n,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,recordEffectScope(this,$)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,pauseTracking();for(let t=0;t<this._depsLength;t++){const y=this.deps[t];if(y.computed&&(triggerComputed(y.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),resetTracking()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=shouldTrack,y=activeEffect;try{return shouldTrack=!0,activeEffect=this,this._runnings++,preCleanupEffect(this),this.fn()}finally{postCleanupEffect(this),this._runnings--,activeEffect=y,shouldTrack=t}}stop(){this.active&&(preCleanupEffect(this),postCleanupEffect(this),this.onStop&&this.onStop(),this.active=!1)}}function triggerComputed(e){return e.value}function preCleanupEffect(e){e._trackId++,e._depsLength=0}function postCleanupEffect(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)cleanupDepEffect(e.deps[t],e);e.deps.length=e._depsLength}}function cleanupDepEffect(e,t){const y=e.get(t);y!==void 0&&t._trackId!==y&&(e.delete(t),e.size===0&&e.cleanup())}let shouldTrack=!0,pauseScheduleStack=0;const trackStack=[];function pauseTracking(){trackStack.push(shouldTrack),shouldTrack=!1}function resetTracking(){const e=trackStack.pop();shouldTrack=e===void 0?!0:e}function pauseScheduling(){pauseScheduleStack++}function resetScheduling(){for(pauseScheduleStack--;!pauseScheduleStack&&queueEffectSchedulers.length;)queueEffectSchedulers.shift()()}function trackEffect(e,t,y){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const n=e.deps[e._depsLength];n!==t?(n&&cleanupDepEffect(n,e),e.deps[e._depsLength++]=t):e._depsLength++}}const queueEffectSchedulers=[];function triggerEffects(e,t,y){pauseScheduling();for(const n of e.keys()){let $;n._dirtyLevel<t&&($??($=e.get(n)===n._trackId))&&(n._shouldSchedule||(n._shouldSchedule=n._dirtyLevel===0),n._dirtyLevel=t),n._shouldSchedule&&($??($=e.get(n)===n._trackId))&&(n.trigger(),(!n._runnings||n.allowRecurse)&&n._dirtyLevel!==2&&(n._shouldSchedule=!1,n.scheduler&&queueEffectSchedulers.push(n.scheduler)))}resetScheduling()}const createDep=(e,t)=>{const y=new Map;return y.cleanup=e,y.computed=t,y},targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol("");function track(e,t,y){if(shouldTrack&&activeEffect){let n=targetMap.get(e);n||targetMap.set(e,n=new Map);let $=n.get(y);$||n.set(y,$=createDep(()=>n.delete(y))),trackEffect(activeEffect,$)}}function trigger(e,t,y,n,$,k){const L=targetMap.get(e);if(!L)return;let j=[];if(t==="clear")j=[...L.values()];else if(y==="length"&&isArray$4(e)){const V=Number(n);L.forEach((z,re)=>{(re==="length"||!isSymbol$2(re)&&re>=V)&&j.push(z)})}else switch(y!==void 0&&j.push(L.get(y)),t){case"add":isArray$4(e)?isIntegerKey(y)&&j.push(L.get("length")):(j.push(L.get(ITERATE_KEY)),isMap$1(e)&&j.push(L.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray$4(e)||(j.push(L.get(ITERATE_KEY)),isMap$1(e)&&j.push(L.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap$1(e)&&j.push(L.get(ITERATE_KEY));break}pauseScheduling();for(const V of j)V&&triggerEffects(V,4);resetScheduling()}function getDepFromReactive(e,t){const y=targetMap.get(e);return y&&y.get(t)}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(isSymbol$2)),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...y){const n=toRaw(this);for(let k=0,L=this.length;k<L;k++)track(n,"get",k+"");const $=n[t](...y);return $===-1||$===!1?n[t](...y.map(toRaw)):$}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...y){pauseTracking(),pauseScheduling();const n=toRaw(this)[t].apply(this,y);return resetScheduling(),resetTracking(),n}}),e}function hasOwnProperty$f(e){isSymbol$2(e)||(e=String(e));const t=toRaw(this);return track(t,"has",e),t.hasOwnProperty(e)}class BaseReactiveHandler{constructor(t=!1,y=!1){this._isReadonly=t,this._isShallow=y}get(t,y,n){const $=this._isReadonly,k=this._isShallow;if(y==="__v_isReactive")return!$;if(y==="__v_isReadonly")return $;if(y==="__v_isShallow")return k;if(y==="__v_raw")return n===($?k?shallowReadonlyMap:readonlyMap:k?shallowReactiveMap:reactiveMap).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const L=isArray$4(t);if(!$){if(L&&hasOwn$1(arrayInstrumentations,y))return Reflect.get(arrayInstrumentations,y,n);if(y==="hasOwnProperty")return hasOwnProperty$f}const j=Reflect.get(t,y,n);return(isSymbol$2(y)?builtInSymbols.has(y):isNonTrackableKeys(y))||($||track(t,"get",y),k)?j:isRef(j)?L&&isIntegerKey(y)?j:j.value:isObject$5(j)?$?readonly(j):reactive(j):j}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(t=!1){super(!1,t)}set(t,y,n,$){let k=t[y];if(!this._isShallow){const V=isReadonly(k);if(!isShallow(n)&&!isReadonly(n)&&(k=toRaw(k),n=toRaw(n)),!isArray$4(t)&&isRef(k)&&!isRef(n))return V?!1:(k.value=n,!0)}const L=isArray$4(t)&&isIntegerKey(y)?Number(y)<t.length:hasOwn$1(t,y),j=Reflect.set(t,y,n,$);return t===toRaw($)&&(L?hasChanged(n,k)&&trigger(t,"set",y,n):trigger(t,"add",y,n)),j}deleteProperty(t,y){const n=hasOwn$1(t,y);t[y];const $=Reflect.deleteProperty(t,y);return $&&n&&trigger(t,"delete",y,void 0),$}has(t,y){const n=Reflect.has(t,y);return(!isSymbol$2(y)||!builtInSymbols.has(y))&&track(t,"has",y),n}ownKeys(t){return track(t,"iterate",isArray$4(t)?"length":ITERATE_KEY),Reflect.ownKeys(t)}}class ReadonlyReactiveHandler extends BaseReactiveHandler{constructor(t=!1){super(!0,t)}set(t,y){return!0}deleteProperty(t,y){return!0}}const mutableHandlers=new MutableReactiveHandler,readonlyHandlers=new ReadonlyReactiveHandler,shallowReactiveHandlers=new MutableReactiveHandler(!0),shallowReadonlyHandlers=new ReadonlyReactiveHandler(!0),toShallow=e=>e,getProto$2=e=>Reflect.getPrototypeOf(e);function get$1(e,t,y=!1,n=!1){e=e.__v_raw;const $=toRaw(e),k=toRaw(t);y||(hasChanged(t,k)&&track($,"get",t),track($,"get",k));const{has:L}=getProto$2($),j=n?toShallow:y?toReadonly:toReactive;if(L.call($,t))return j(e.get(t));if(L.call($,k))return j(e.get(k));e!==$&&e.get(t)}function has(e,t=!1){const y=this.__v_raw,n=toRaw(y),$=toRaw(e);return t||(hasChanged(e,$)&&track(n,"has",e),track(n,"has",$)),e===$?y.has(e):y.has(e)||y.has($)}function size$2(e,t=!1){return e=e.__v_raw,!t&&track(toRaw(e),"iterate",ITERATE_KEY),Reflect.get(e,"size",e)}function add(e,t=!1){!t&&!isShallow(e)&&!isReadonly(e)&&(e=toRaw(e));const y=toRaw(this);return getProto$2(y).has.call(y,e)||(y.add(e),trigger(y,"add",e,e)),this}function set$1(e,t,y=!1){!y&&!isShallow(t)&&!isReadonly(t)&&(t=toRaw(t));const n=toRaw(this),{has:$,get:k}=getProto$2(n);let L=$.call(n,e);L||(e=toRaw(e),L=$.call(n,e));const j=k.call(n,e);return n.set(e,t),L?hasChanged(t,j)&&trigger(n,"set",e,t):trigger(n,"add",e,t),this}function deleteEntry(e){const t=toRaw(this),{has:y,get:n}=getProto$2(t);let $=y.call(t,e);$||(e=toRaw(e),$=y.call(t,e)),n&&n.call(t,e);const k=t.delete(e);return $&&trigger(t,"delete",e,void 0),k}function clear(){const e=toRaw(this),t=e.size!==0,y=e.clear();return t&&trigger(e,"clear",void 0,void 0),y}function createForEach(e,t){return function(n,$){const k=this,L=k.__v_raw,j=toRaw(L),V=t?toShallow:e?toReadonly:toReactive;return!e&&track(j,"iterate",ITERATE_KEY),L.forEach((z,re)=>n.call($,V(z),V(re),k))}}function createIterableMethod(e,t,y){return function(...n){const $=this.__v_raw,k=toRaw($),L=isMap$1(k),j=e==="entries"||e===Symbol.iterator&&L,V=e==="keys"&&L,z=$[e](...n),re=y?toShallow:t?toReadonly:toReactive;return!t&&track(k,"iterate",V?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:oe,done:ue}=z.next();return ue?{value:oe,done:ue}:{value:j?[re(oe[0]),re(oe[1])]:re(oe),done:ue}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function createInstrumentations(){const e={get(k){return get$1(this,k)},get size(){return size$2(this)},has,add,set:set$1,delete:deleteEntry,clear,forEach:createForEach(!1,!1)},t={get(k){return get$1(this,k,!1,!0)},get size(){return size$2(this)},has,add(k){return add.call(this,k,!0)},set(k,L){return set$1.call(this,k,L,!0)},delete:deleteEntry,clear,forEach:createForEach(!1,!0)},y={get(k){return get$1(this,k,!0)},get size(){return size$2(this,!0)},has(k){return has.call(this,k,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},n={get(k){return get$1(this,k,!0,!0)},get size(){return size$2(this,!0)},has(k){return has.call(this,k,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(k=>{e[k]=createIterableMethod(k,!1,!1),y[k]=createIterableMethod(k,!0,!1),t[k]=createIterableMethod(k,!1,!0),n[k]=createIterableMethod(k,!0,!0)}),[e,y,t,n]}const[mutableInstrumentations,readonlyInstrumentations,shallowInstrumentations,shallowReadonlyInstrumentations]=createInstrumentations();function createInstrumentationGetter(e,t){const y=t?e?shallowReadonlyInstrumentations:shallowInstrumentations:e?readonlyInstrumentations:mutableInstrumentations;return(n,$,k)=>$==="__v_isReactive"?!e:$==="__v_isReadonly"?e:$==="__v_raw"?n:Reflect.get(hasOwn$1(y,$)&&$ in n?y:n,$,k)}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(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(e){return e.__v_skip||!Object.isExtensible(e)?0:targetTypeMap(toRawType(e))}function reactive(e){return isReadonly(e)?e:createReactiveObject(e,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(e){return createReactiveObject(e,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(e){return createReactiveObject(e,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function shallowReadonly(e){return createReactiveObject(e,!0,shallowReadonlyHandlers,shallowReadonlyCollectionHandlers,shallowReadonlyMap)}function createReactiveObject(e,t,y,n,$){if(!isObject$5(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const k=$.get(e);if(k)return k;const L=getTargetType(e);if(L===0)return e;const j=new Proxy(e,L===2?n:y);return $.set(e,j),j}function isReactive(e){return isReadonly(e)?isReactive(e.__v_raw):!!(e&&e.__v_isReactive)}function isReadonly(e){return!!(e&&e.__v_isReadonly)}function isShallow(e){return!!(e&&e.__v_isShallow)}function isProxy(e){return e?!!e.__v_raw:!1}function toRaw(e){const t=e&&e.__v_raw;return t?toRaw(t):e}function markRaw(e){return Object.isExtensible(e)&&def(e,"__v_skip",!0),e}const toReactive=e=>isObject$5(e)?reactive(e):e,toReadonly=e=>isObject$5(e)?readonly(e):e;class ComputedRefImpl{constructor(t,y,n,$){this.getter=t,this._setter=y,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ReactiveEffect(()=>t(this._value),()=>triggerRefValue(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!$,this.__v_isReadonly=n}get value(){const t=toRaw(this);return(!t._cacheable||t.effect.dirty)&&hasChanged(t._value,t._value=t.effect.run())&&triggerRefValue(t,4),trackRefValue(t),t.effect._dirtyLevel>=2&&triggerRefValue(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function computed$1(e,t,y=!1){let n,$;const k=isFunction$5(e);return k?(n=e,$=NOOP):(n=e.get,$=e.set),new ComputedRefImpl(n,$,k||!$,y)}function trackRefValue(e){var t;shouldTrack&&activeEffect&&(e=toRaw(e),trackEffect(activeEffect,(t=e.dep)!=null?t:e.dep=createDep(()=>e.dep=void 0,e instanceof ComputedRefImpl?e:void 0)))}function triggerRefValue(e,t=4,y,n){e=toRaw(e);const $=e.dep;$&&triggerEffects($,t)}function isRef(e){return!!(e&&e.__v_isRef===!0)}function ref$1(e){return createRef(e,!1)}function shallowRef(e){return createRef(e,!0)}function createRef(e,t){return isRef(e)?e:new RefImpl(e,t)}class RefImpl{constructor(t,y){this.__v_isShallow=y,this.dep=void 0,this.__v_isRef=!0,this._rawValue=y?t:toRaw(t),this._value=y?t:toReactive(t)}get value(){return trackRefValue(this),this._value}set value(t){const y=this.__v_isShallow||isShallow(t)||isReadonly(t);t=y?t:toRaw(t),hasChanged(t,this._rawValue)&&(this._rawValue,this._rawValue=t,this._value=y?t:toReactive(t),triggerRefValue(this,4))}}function unref(e){return isRef(e)?e.value:e}const shallowUnwrapHandlers={get:(e,t,y)=>unref(Reflect.get(e,t,y)),set:(e,t,y,n)=>{const $=e[t];return isRef($)&&!isRef(y)?($.value=y,!0):Reflect.set(e,t,y,n)}};function proxyRefs(e){return isReactive(e)?e:new Proxy(e,shallowUnwrapHandlers)}class CustomRefImpl{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:y,set:n}=t(()=>trackRefValue(this),()=>triggerRefValue(this));this._get=y,this._set=n}get value(){return this._get()}set value(t){this._set(t)}}function customRef(e){return new CustomRefImpl(e)}function toRefs(e){const t=isArray$4(e)?new Array(e.length):{};for(const y in e)t[y]=propertyToRef(e,y);return t}class ObjectRefImpl{constructor(t,y,n){this._object=t,this._key=y,this._defaultValue=n,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return getDepFromReactive(toRaw(this._object),this._key)}}class GetterRefImpl{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function toRef$1(e,t,y){return isRef(e)?e:isFunction$5(e)?new GetterRefImpl(e):isObject$5(e)&&arguments.length>1?propertyToRef(e,t,y):ref$1(e)}function propertyToRef(e,t,y){const n=e[t];return isRef(n)?n:new ObjectRefImpl(e,t,y)}/**
* @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(e,...t){if(isWarning)return;isWarning=!0,pauseTracking();const y=stack.length?stack[stack.length-1].component:null,n=y&&y.appContext.config.warnHandler,$=getComponentTrace();if(n)callWithErrorHandling(n,y,11,[e+t.map(k=>{var L,j;return(j=(L=k.toString)==null?void 0:L.call(k))!=null?j:JSON.stringify(k)}).join(""),y&&y.proxy,$.map(({vnode:k})=>`at <${formatComponentName(y,k.type)}>`).join(`
`),$]);else{const k=[`[Vue warn]: ${e}`,...t];$.length&&k.push(`
`,...formatTrace($)),console.warn(...k)}resetTracking(),isWarning=!1}function getComponentTrace(){let e=stack[stack.length-1];if(!e)return[];const t=[];for(;e;){const y=t[0];y&&y.vnode===e?y.recurseCount++:t.push({vnode:e,recurseCount:0});const n=e.component&&e.component.parent;e=n&&n.vnode}return t}function formatTrace(e){const t=[];return e.forEach((y,n)=>{t.push(...n===0?[]:[`
`],...formatTraceEntry(y))}),t}function formatTraceEntry({vnode:e,recurseCount:t}){const y=t>0?`... (${t} recursive calls)`:"",n=e.component?e.component.parent==null:!1,$=` at <${formatComponentName(e.component,e.type,n)}`,k=">"+y;return e.props?[$,...formatProps(e.props),k]:[$+k]}function formatProps(e){const t=[],y=Object.keys(e);return y.slice(0,3).forEach(n=>{t.push(...formatProp(n,e[n]))}),y.length>3&&t.push(" ..."),t}function formatProp(e,t,y){return isString$4(t)?(t=JSON.stringify(t),y?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?y?t:[`${e}=${t}`]:isRef(t)?(t=formatProp(e,toRaw(t.value),!0),y?t:[`${e}=Ref<`,t,">"]):isFunction$5(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=toRaw(t),y?t:[`${e}=`,t])}function callWithErrorHandling(e,t,y,n){try{return n?e(...n):e()}catch($){handleError($,t,y)}}function callWithAsyncErrorHandling(e,t,y,n){if(isFunction$5(e)){const $=callWithErrorHandling(e,t,y,n);return $&&isPromise($)&&$.catch(k=>{handleError(k,t,y)}),$}if(isArray$4(e)){const $=[];for(let k=0;k<e.length;k++)$.push(callWithAsyncErrorHandling(e[k],t,y,n));return $}}function handleError(e,t,y,n=!0){const $=t?t.vnode:null;if(t){let k=t.parent;const L=t.proxy,j=`https://vuejs.org/error-reference/#runtime-${y}`;for(;k;){const z=k.ec;if(z){for(let re=0;re<z.length;re++)if(z[re](e,L,j)===!1)return}k=k.parent}const V=t.appContext.config.errorHandler;if(V){pauseTracking(),callWithErrorHandling(V,null,10,[e,L,j]),resetTracking();return}}logError(e,y,$,n)}function logError(e,t,y,n=!0){console.error(e)}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$3(e){const t=currentFlushPromise||resolvedPromise;return e?t.then(this?e.bind(this):e):t}function findInsertionIndex(e){let t=flushIndex+1,y=queue$2.length;for(;t<y;){const n=t+y>>>1,$=queue$2[n],k=getId($);k<e||k===e&&$.pre?t=n+1:y=n}return t}function queueJob(e){(!queue$2.length||!queue$2.includes(e,isFlushing&&e.allowRecurse?flushIndex+1:flushIndex))&&(e.id==null?queue$2.push(e):queue$2.splice(findInsertionIndex(e.id),0,e),queueFlush())}function queueFlush(){!isFlushing&&!isFlushPending&&(isFlushPending=!0,currentFlushPromise=resolvedPromise.then(flushJobs))}function invalidateJob(e){const t=queue$2.indexOf(e);t>flushIndex&&queue$2.splice(t,1)}function queuePostFlushCb(e){isArray$4(e)?pendingPostFlushCbs.push(...e):(!activePostFlushCbs||!activePostFlushCbs.includes(e,e.allowRecurse?postFlushIndex+1:postFlushIndex))&&pendingPostFlushCbs.push(e),queueFlush()}function flushPreFlushCbs(e,t,y=isFlushing?flushIndex+1:0){for(;y<queue$2.length;y++){const n=queue$2[y];if(n&&n.pre){if(e&&n.id!==e.uid)continue;queue$2.splice(y,1),y--,n()}}}function flushPostFlushCbs(e){if(pendingPostFlushCbs.length){const t=[...new Set(pendingPostFlushCbs)].sort((y,n)=>getId(y)-getId(n));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...t);return}for(activePostFlushCbs=t,postFlushIndex=0;postFlushIndex<activePostFlushCbs.length;postFlushIndex++){const y=activePostFlushCbs[postFlushIndex];y.active!==!1&&y()}activePostFlushCbs=null,postFlushIndex=0}}const getId=e=>e.id==null?1/0:e.id,comparator=(e,t)=>{const y=getId(e)-getId(t);if(y===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return y};function flushJobs(e){isFlushPending=!1,isFlushing=!0,queue$2.sort(comparator);try{for(flushIndex=0;flushIndex<queue$2.length;flushIndex++){const t=queue$2[flushIndex];t&&t.active!==!1&&callWithErrorHandling(t,t.i,t.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(e){const t=currentRenderingInstance;return currentRenderingInstance=e,currentScopeId=e&&e.type.__scopeId||null,t}function pushScopeId(e){currentScopeId=e}function popScopeId(){currentScopeId=null}function withCtx(e,t=currentRenderingInstance,y){if(!t||e._n)return e;const n=(...$)=>{n._d&&setBlockTracking(-1);const k=setCurrentRenderingInstance(t);let L;try{L=e(...$)}finally{setCurrentRenderingInstance(k),n._d&&setBlockTracking(1)}return L};return n._n=!0,n._c=!0,n._d=!0,n}function withDirectives(e,t){if(currentRenderingInstance===null)return e;const y=getComponentPublicInstance(currentRenderingInstance),n=e.dirs||(e.dirs=[]);for(let $=0;$<t.length;$++){let[k,L,j,V=EMPTY_OBJ]=t[$];k&&(isFunction$5(k)&&(k={mounted:k,updated:k}),k.deep&&traverse(L),n.push({dir:k,instance:y,value:L,oldValue:void 0,arg:j,modifiers:V}))}return e}function invokeDirectiveHook(e,t,y,n){const $=e.dirs,k=t&&t.dirs;for(let L=0;L<$.length;L++){const j=$[L];k&&(j.oldValue=k[L].value);let V=j.dir[n];V&&(pauseTracking(),callWithAsyncErrorHandling(V,y,8,[e.el,j,e,t]),resetTracking())}}const leaveCbKey=Symbol("_leaveCb"),enterCbKey$1=Symbol("_enterCb");function useTransitionState(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return onMounted(()=>{e.isMounted=!0}),onBeforeUnmount(()=>{e.isUnmounting=!0}),e}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=e=>{const t=e.subTree;return t.component?recursiveGetSubtree(t.component):t},BaseTransitionImpl={name:"BaseTransition",props:BaseTransitionPropsValidators,setup(e,{slots:t}){const y=getCurrentInstance(),n=useTransitionState();return()=>{const $=t.default&&getTransitionRawChildren(t.default(),!0);if(!$||!$.length)return;let k=$[0];if($.length>1){for(const ue of $)if(ue.type!==Comment){k=ue;break}}const L=toRaw(e),{mode:j}=L;if(n.isLeaving)return emptyPlaceholder(k);const V=getKeepAliveChild(k);if(!V)return emptyPlaceholder(k);let z=resolveTransitionHooks(V,L,n,y,ue=>z=ue);setTransitionHooks(V,z);const re=y.subTree,oe=re&&getKeepAliveChild(re);if(oe&&oe.type!==Comment&&!isSameVNodeType(V,oe)&&recursiveGetSubtree(y).type!==Comment){const ue=resolveTransitionHooks(oe,L,n,y);if(setTransitionHooks(oe,ue),j==="out-in"&&V.type!==Comment)return n.isLeaving=!0,ue.afterLeave=()=>{n.isLeaving=!1,y.update.active!==!1&&(y.effect.dirty=!0,y.update())},emptyPlaceholder(k);j==="in-out"&&V.type!==Comment&&(ue.delayLeave=(de,_e,Ne)=>{const Ue=getLeavingNodesForType(n,oe);Ue[String(oe.key)]=oe,de[leaveCbKey]=()=>{_e(),de[leaveCbKey]=void 0,delete z.delayedLeave},z.delayedLeave=Ne})}return k}}},BaseTransition=BaseTransitionImpl;function getLeavingNodesForType(e,t){const{leavingVNodes:y}=e;let n=y.get(t.type);return n||(n=Object.create(null),y.set(t.type,n)),n}function resolveTransitionHooks(e,t,y,n,$){const{appear:k,mode:L,persisted:j=!1,onBeforeEnter:V,onEnter:z,onAfterEnter:re,onEnterCancelled:oe,onBeforeLeave:ue,onLeave:de,onAfterLeave:_e,onLeaveCancelled:Ne,onBeforeAppear:Ue,onAppear:$e,onAfterAppear:Ve,onAppearCancelled:Fe}=t,qe=String(e.key),er=getLeavingNodesForType(y,e),ir=(nr,lr)=>{nr&&callWithAsyncErrorHandling(nr,n,9,lr)},dr=(nr,lr)=>{const Et=lr[1];ir(nr,lr),isArray$4(nr)?nr.every(ie=>ie.length<=1)&&Et():nr.length<=1&&Et()},cr={mode:L,persisted:j,beforeEnter(nr){let lr=V;if(!y.isMounted)if(k)lr=Ue||V;else return;nr[leaveCbKey]&&nr[leaveCbKey](!0);const Et=er[qe];Et&&isSameVNodeType(e,Et)&&Et.el[leaveCbKey]&&Et.el[leaveCbKey](),ir(lr,[nr])},enter(nr){let lr=z,Et=re,ie=oe;if(!y.isMounted)if(k)lr=$e||z,Et=Ve||re,ie=Fe||oe;else return;let pe=!1;const Ce=nr[enterCbKey$1]=Ie=>{pe||(pe=!0,Ie?ir(ie,[nr]):ir(Et,[nr]),cr.delayedLeave&&cr.delayedLeave(),nr[enterCbKey$1]=void 0)};lr?dr(lr,[nr,Ce]):Ce()},leave(nr,lr){const Et=String(e.key);if(nr[enterCbKey$1]&&nr[enterCbKey$1](!0),y.isUnmounting)return lr();ir(ue,[nr]);let ie=!1;const pe=nr[leaveCbKey]=Ce=>{ie||(ie=!0,lr(),Ce?ir(Ne,[nr]):ir(_e,[nr]),nr[leaveCbKey]=void 0,er[Et]===e&&delete er[Et])};er[Et]=e,de?dr(de,[nr,pe]):pe()},clone(nr){const lr=resolveTransitionHooks(nr,t,y,n,$);return $&&$(lr),lr}};return cr}function emptyPlaceholder(e){if(isKeepAlive(e))return e=cloneVNode(e),e.children=null,e}function getKeepAliveChild(e){if(!isKeepAlive(e))return e;const{shapeFlag:t,children:y}=e;if(y){if(t&16)return y[0];if(t&32&&isFunction$5(y.default))return y.default()}}function setTransitionHooks(e,t){e.shapeFlag&6&&e.component?setTransitionHooks(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function getTransitionRawChildren(e,t=!1,y){let n=[],$=0;for(let k=0;k<e.length;k++){let L=e[k];const j=y==null?L.key:String(y)+String(L.key!=null?L.key:k);L.type===Fragment?(L.patchFlag&128&&$++,n=n.concat(getTransitionRawChildren(L.children,t,j))):(t||L.type!==Comment)&&n.push(j!=null?cloneVNode(L,{key:j}):L)}if($>1)for(let k=0;k<n.length;k++)n[k].patchFlag=-2;return n}/*! #__NO_SIDE_EFFECTS__ */function defineComponent(e,t){return isFunction$5(e)?extend$1({name:e.name},t,{setup:e}):e}const isAsyncWrapper=e=>!!e.type.__asyncLoader,isKeepAlive=e=>e.type.__isKeepAlive;function onActivated(e,t){registerKeepAliveHook(e,"a",t)}function onDeactivated(e,t){registerKeepAliveHook(e,"da",t)}function registerKeepAliveHook(e,t,y=currentInstance){const n=e.__wdc||(e.__wdc=()=>{let $=y;for(;$;){if($.isDeactivated)return;$=$.parent}return e()});if(injectHook(t,n,y),y){let $=y.parent;for(;$&&$.parent;)isKeepAlive($.parent.vnode)&&injectToKeepAliveRoot(n,t,y,$),$=$.parent}}function injectToKeepAliveRoot(e,t,y,n){const $=injectHook(t,e,n,!0);onUnmounted(()=>{remove(n[t],$)},y)}function injectHook(e,t,y=currentInstance,n=!1){if(y){const $=y[e]||(y[e]=[]),k=t.__weh||(t.__weh=(...L)=>{pauseTracking();const j=setCurrentInstance(y),V=callWithAsyncErrorHandling(t,y,e,L);return j(),resetTracking(),V});return n?$.unshift(k):$.push(k),k}}const createHook=e=>(t,y=currentInstance)=>{(!isInSSRComponentSetup||e==="sp")&&injectHook(e,(...n)=>t(...n),y)},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(e,t=currentInstance){injectHook("ec",e,t)}const COMPONENTS="components",DIRECTIVES="directives";function resolveComponent(e,t){return resolveAsset(COMPONENTS,e,!0,t)||e}const NULL_DYNAMIC_COMPONENT=Symbol.for("v-ndc");function resolveDynamicComponent(e){return isString$4(e)?resolveAsset(COMPONENTS,e,!1)||e:e||NULL_DYNAMIC_COMPONENT}function resolveDirective(e){return resolveAsset(DIRECTIVES,e)}function resolveAsset(e,t,y=!0,n=!1){const $=currentRenderingInstance||currentInstance;if($){const k=$.type;if(e===COMPONENTS){const j=getComponentName(k,!1);if(j&&(j===t||j===camelize(t)||j===capitalize$1(camelize(t))))return k}const L=resolve$1($[e]||k[e],t)||resolve$1($.appContext[e],t);return!L&&n?k:L}}function resolve$1(e,t){return e&&(e[t]||e[camelize(t)]||e[capitalize$1(camelize(t))])}function renderList(e,t,y,n){let $;const k=y;if(isArray$4(e)||isString$4(e)){$=new Array(e.length);for(let L=0,j=e.length;L<j;L++)$[L]=t(e[L],L,void 0,k)}else if(typeof e=="number"){$=new Array(e);for(let L=0;L<e;L++)$[L]=t(L+1,L,void 0,k)}else if(isObject$5(e))if(e[Symbol.iterator])$=Array.from(e,(L,j)=>t(L,j,void 0,k));else{const L=Object.keys(e);$=new Array(L.length);for(let j=0,V=L.length;j<V;j++){const z=L[j];$[j]=t(e[z],z,j,k)}}else $=[];return $}function createSlots(e,t){for(let y=0;y<t.length;y++){const n=t[y];if(isArray$4(n))for(let $=0;$<n.length;$++)e[n[$].name]=n[$].fn;else n&&(e[n.name]=n.key?(...$)=>{const k=n.fn(...$);return k&&(k.key=n.key),k}:n.fn)}return e}function renderSlot(e,t,y={},n,$){if(currentRenderingInstance.isCE||currentRenderingInstance.parent&&isAsyncWrapper(currentRenderingInstance.parent)&&currentRenderingInstance.parent.isCE)return t!=="default"&&(y.name=t),createVNode("slot",y,n&&n());let k=e[t];k&&k._c&&(k._d=!1),openBlock();const L=k&&ensureValidVNode(k(y)),j=createBlock(Fragment,{key:(y.key||L&&L.key||`_${t}`)+(!L&&n?"_fb":"")},L||(n?n():[]),L&&e._===1?64:-2);return j.scopeId&&(j.slotScopeIds=[j.scopeId+"-s"]),k&&k._c&&(k._d=!0),j}function ensureValidVNode(e){return e.some(t=>isVNode(t)?!(t.type===Comment||t.type===Fragment&&!ensureValidVNode(t.children)):!0)?e:null}function toHandlers(e,t){const y={};for(const n in e)y[toHandlerKey(n)]=e[n];return y}const getPublicInstance=e=>e?isStatefulComponent(e)?getComponentPublicInstance(e):getPublicInstance(e.parent):null,publicPropertiesMap=extend$1(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>getPublicInstance(e.parent),$root:e=>getPublicInstance(e.root),$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,queueJob(e.update)}),$nextTick:e=>e.n||(e.n=nextTick$3.bind(e.proxy)),$watch:e=>instanceWatch.bind(e)}),hasSetupBinding=(e,t)=>e!==EMPTY_OBJ&&!e.__isScriptSetup&&hasOwn$1(e,t),PublicInstanceProxyHandlers={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:y,setupState:n,data:$,props:k,accessCache:L,type:j,appContext:V}=e;let z;if(t[0]!=="$"){const de=L[t];if(de!==void 0)switch(de){case 1:return n[t];case 2:return $[t];case 4:return y[t];case 3:return k[t]}else{if(hasSetupBinding(n,t))return L[t]=1,n[t];if($!==EMPTY_OBJ&&hasOwn$1($,t))return L[t]=2,$[t];if((z=e.propsOptions[0])&&hasOwn$1(z,t))return L[t]=3,k[t];if(y!==EMPTY_OBJ&&hasOwn$1(y,t))return L[t]=4,y[t];shouldCacheAccess&&(L[t]=0)}}const re=publicPropertiesMap[t];let oe,ue;if(re)return t==="$attrs"&&track(e.attrs,"get",""),re(e);if((oe=j.__cssModules)&&(oe=oe[t]))return oe;if(y!==EMPTY_OBJ&&hasOwn$1(y,t))return L[t]=4,y[t];if(ue=V.config.globalProperties,hasOwn$1(ue,t))return ue[t]},set({_:e},t,y){const{data:n,setupState:$,ctx:k}=e;return hasSetupBinding($,t)?($[t]=y,!0):n!==EMPTY_OBJ&&hasOwn$1(n,t)?(n[t]=y,!0):hasOwn$1(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(k[t]=y,!0)},has({_:{data:e,setupState:t,accessCache:y,ctx:n,appContext:$,propsOptions:k}},L){let j;return!!y[L]||e!==EMPTY_OBJ&&hasOwn$1(e,L)||hasSetupBinding(t,L)||(j=k[0])&&hasOwn$1(j,L)||hasOwn$1(n,L)||hasOwn$1(publicPropertiesMap,L)||hasOwn$1($.config.globalProperties,L)},defineProperty(e,t,y){return y.get!=null?e._.accessCache[t]=0:hasOwn$1(y,"value")&&this.set(e,t,y.value,null),Reflect.defineProperty(e,t,y)}};function useSlots(){return getContext().slots}function useAttrs$1(){return getContext().attrs}function getContext(){const e=getCurrentInstance();return e.setupContext||(e.setupContext=createSetupContext(e))}function normalizePropsOrEmits(e){return isArray$4(e)?e.reduce((t,y)=>(t[y]=null,t),{}):e}function mergeDefaults(e,t){const y=normalizePropsOrEmits(e);for(const n in t){if(n.startsWith("__skip"))continue;let $=y[n];$?isArray$4($)||isFunction$5($)?$=y[n]={type:$,default:t[n]}:$.default=t[n]:$===null&&($=y[n]={default:t[n]}),$&&t[`__skip_${n}`]&&($.skipFactory=!0)}return y}let shouldCacheAccess=!0;function applyOptions(e){const t=resolveMergedOptions(e),y=e.proxy,n=e.ctx;shouldCacheAccess=!1,t.beforeCreate&&callHook$1(t.beforeCreate,e,"bc");const{data:$,computed:k,methods:L,watch:j,provide:V,inject:z,created:re,beforeMount:oe,mounted:ue,beforeUpdate:de,updated:_e,activated:Ne,deactivated:Ue,beforeDestroy:$e,beforeUnmount:Ve,destroyed:Fe,unmounted:qe,render:er,renderTracked:ir,renderTriggered:dr,errorCaptured:cr,serverPrefetch:nr,expose:lr,inheritAttrs:Et,components:ie,directives:pe,filters:Ce}=t;if(z&&resolveInjections(z,n,null),L)for(const ar in L){const ur=L[ar];isFunction$5(ur)&&(n[ar]=ur.bind(y))}if($){const ar=$.call(y,y);isObject$5(ar)&&(e.data=reactive(ar))}if(shouldCacheAccess=!0,k)for(const ar in k){const ur=k[ar],kt=isFunction$5(ur)?ur.bind(y,y):isFunction$5(ur.get)?ur.get.bind(y,y):NOOP,he=!isFunction$5(ur)&&isFunction$5(ur.set)?ur.set.bind(y):NOOP,tr=computed({get:kt,set:he});Object.defineProperty(n,ar,{enumerable:!0,configurable:!0,get:()=>tr.value,set:gr=>tr.value=gr})}if(j)for(const ar in j)createWatcher(j[ar],n,y,ar);if(V){const ar=isFunction$5(V)?V.call(y):V;Reflect.ownKeys(ar).forEach(ur=>{provide(ur,ar[ur])})}re&&callHook$1(re,e,"c");function jt(ar,ur){isArray$4(ur)?ur.forEach(kt=>ar(kt.bind(y))):ur&&ar(ur.bind(y))}if(jt(onBeforeMount,oe),jt(onMounted,ue),jt(onBeforeUpdate,de),jt(onUpdated,_e),jt(onActivated,Ne),jt(onDeactivated,Ue),jt(onErrorCaptured,cr),jt(onRenderTracked,ir),jt(onRenderTriggered,dr),jt(onBeforeUnmount,Ve),jt(onUnmounted,qe),jt(onServerPrefetch,nr),isArray$4(lr))if(lr.length){const ar=e.exposed||(e.exposed={});lr.forEach(ur=>{Object.defineProperty(ar,ur,{get:()=>y[ur],set:kt=>y[ur]=kt})})}else e.exposed||(e.exposed={});er&&e.render===NOOP&&(e.render=er),Et!=null&&(e.inheritAttrs=Et),ie&&(e.components=ie),pe&&(e.directives=pe)}function resolveInjections(e,t,y=NOOP){isArray$4(e)&&(e=normalizeInject(e));for(const n in e){const $=e[n];let k;isObject$5($)?"default"in $?k=inject($.from||n,$.default,!0):k=inject($.from||n):k=inject($),isRef(k)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>k.value,set:L=>k.value=L}):t[n]=k}}function callHook$1(e,t,y){callWithAsyncErrorHandling(isArray$4(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,y)}function createWatcher(e,t,y,n){const $=n.includes(".")?createPathGetter(y,n):()=>y[n];if(isString$4(e)){const k=t[e];isFunction$5(k)&&watch($,k)}else if(isFunction$5(e))watch($,e.bind(y));else if(isObject$5(e))if(isArray$4(e))e.forEach(k=>createWatcher(k,t,y,n));else{const k=isFunction$5(e.handler)?e.handler.bind(y):t[e.handler];isFunction$5(k)&&watch($,k,e)}}function resolveMergedOptions(e){const t=e.type,{mixins:y,extends:n}=t,{mixins:$,optionsCache:k,config:{optionMergeStrategies:L}}=e.appContext,j=k.get(t);let V;return j?V=j:!$.length&&!y&&!n?V=t:(V={},$.length&&$.forEach(z=>mergeOptions$2(V,z,L,!0)),mergeOptions$2(V,t,L)),isObject$5(t)&&k.set(t,V),V}function mergeOptions$2(e,t,y,n=!1){const{mixins:$,extends:k}=t;k&&mergeOptions$2(e,k,y,!0),$&&$.forEach(L=>mergeOptions$2(e,L,y,!0));for(const L in t)if(!(n&&L==="expose")){const j=internalOptionMergeStrats[L]||y&&y[L];e[L]=j?j(e[L],t[L]):t[L]}return e}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(e,t){return t?e?function(){return extend$1(isFunction$5(e)?e.call(this,this):e,isFunction$5(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(e){if(isArray$4(e)){const t={};for(let y=0;y<e.length;y++)t[e[y]]=e[y];return t}return e}function mergeAsArray(e,t){return e?[...new Set([].concat(e,t))]:t}function mergeObjectOptions(e,t){return e?extend$1(Object.create(null),e,t):t}function mergeEmitsOrPropsOptions(e,t){return e?isArray$4(e)&&isArray$4(t)?[...new Set([...e,...t])]:extend$1(Object.create(null),normalizePropsOrEmits(e),normalizePropsOrEmits(t??{})):t}function mergeWatchOptions(e,t){if(!e)return t;if(!t)return e;const y=extend$1(Object.create(null),e);for(const n in t)y[n]=mergeAsArray(e[n],t[n]);return y}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(e,t){return function(n,$=null){isFunction$5(n)||(n=extend$1({},n)),$!=null&&!isObject$5($)&&($=null);const k=createAppContext(),L=new WeakSet;let j=!1;const V=k.app={_uid:uid$1++,_component:n,_props:$,_container:null,_context:k,_instance:null,version:version$4,get config(){return k.config},set config(z){},use(z,...re){return L.has(z)||(z&&isFunction$5(z.install)?(L.add(z),z.install(V,...re)):isFunction$5(z)&&(L.add(z),z(V,...re))),V},mixin(z){return k.mixins.includes(z)||k.mixins.push(z),V},component(z,re){return re?(k.components[z]=re,V):k.components[z]},directive(z,re){return re?(k.directives[z]=re,V):k.directives[z]},mount(z,re,oe){if(!j){const ue=createVNode(n,$);return ue.appContext=k,oe===!0?oe="svg":oe===!1&&(oe=void 0),re&&t?t(ue,z):e(ue,z,oe),j=!0,V._container=z,z.__vue_app__=V,getComponentPublicInstance(ue.component)}},unmount(){j&&(e(null,V._container),delete V._container.__vue_app__)},provide(z,re){return k.provides[z]=re,V},runWithContext(z){const re=currentApp;currentApp=V;try{return z()}finally{currentApp=re}}};return V}}let currentApp=null;function provide(e,t){if(currentInstance){let y=currentInstance.provides;const n=currentInstance.parent&&currentInstance.parent.provides;n===y&&(y=currentInstance.provides=Object.create(n)),y[e]=t}}function inject(e,t,y=!1){const n=currentInstance||currentRenderingInstance;if(n||currentApp){const $=currentApp?currentApp._context.provides:n?n.parent==null?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if($&&e in $)return $[e];if(arguments.length>1)return y&&isFunction$5(t)?t.call(n&&n.proxy):t}}function hasInjectionContext(){return!!(currentInstance||currentRenderingInstance||currentApp)}const internalObjectProto={},createInternalObject=()=>Object.create(internalObjectProto),isInternalObject=e=>Object.getPrototypeOf(e)===internalObjectProto;function initProps(e,t,y,n=!1){const $={},k=createInternalObject();e.propsDefaults=Object.create(null),setFullProps(e,t,$,k);for(const L in e.propsOptions[0])L in $||($[L]=void 0);y?e.props=n?$:shallowReactive($):e.type.props?e.props=$:e.props=k,e.attrs=k}function updateProps(e,t,y,n){const{props:$,attrs:k,vnode:{patchFlag:L}}=e,j=toRaw($),[V]=e.propsOptions;let z=!1;if((n||L>0)&&!(L&16)){if(L&8){const re=e.vnode.dynamicProps;for(let oe=0;oe<re.length;oe++){let ue=re[oe];if(isEmitListener(e.emitsOptions,ue))continue;const de=t[ue];if(V)if(hasOwn$1(k,ue))de!==k[ue]&&(k[ue]=de,z=!0);else{const _e=camelize(ue);$[_e]=resolvePropValue(V,j,_e,de,e,!1)}else de!==k[ue]&&(k[ue]=de,z=!0)}}}else{setFullProps(e,t,$,k)&&(z=!0);let re;for(const oe in j)(!t||!hasOwn$1(t,oe)&&((re=hyphenate$1(oe))===oe||!hasOwn$1(t,re)))&&(V?y&&(y[oe]!==void 0||y[re]!==void 0)&&($[oe]=resolvePropValue(V,j,oe,void 0,e,!0)):delete $[oe]);if(k!==j)for(const oe in k)(!t||!hasOwn$1(t,oe))&&(delete k[oe],z=!0)}z&&trigger(e.attrs,"set","")}function setFullProps(e,t,y,n){const[$,k]=e.propsOptions;let L=!1,j;if(t)for(let V in t){if(isReservedProp(V))continue;const z=t[V];let re;$&&hasOwn$1($,re=camelize(V))?!k||!k.includes(re)?y[re]=z:(j||(j={}))[re]=z:isEmitListener(e.emitsOptions,V)||(!(V in n)||z!==n[V])&&(n[V]=z,L=!0)}if(k){const V=toRaw(y),z=j||EMPTY_OBJ;for(let re=0;re<k.length;re++){const oe=k[re];y[oe]=resolvePropValue($,V,oe,z[oe],e,!hasOwn$1(z,oe))}}return L}function resolvePropValue(e,t,y,n,$,k){const L=e[y];if(L!=null){const j=hasOwn$1(L,"default");if(j&&n===void 0){const V=L.default;if(L.type!==Function&&!L.skipFactory&&isFunction$5(V)){const{propsDefaults:z}=$;if(y in z)n=z[y];else{const re=setCurrentInstance($);n=z[y]=V.call(null,t),re()}}else n=V}L[0]&&(k&&!j?n=!1:L[1]&&(n===""||n===hyphenate$1(y))&&(n=!0))}return n}const mixinPropsCache=new WeakMap;function normalizePropsOptions(e,t,y=!1){const n=y?mixinPropsCache:t.propsCache,$=n.get(e);if($)return $;const k=e.props,L={},j=[];let V=!1;if(!isFunction$5(e)){const re=oe=>{V=!0;const[ue,de]=normalizePropsOptions(oe,t,!0);extend$1(L,ue),de&&j.push(...de)};!y&&t.mixins.length&&t.mixins.forEach(re),e.extends&&re(e.extends),e.mixins&&e.mixins.forEach(re)}if(!k&&!V)return isObject$5(e)&&n.set(e,EMPTY_ARR),EMPTY_ARR;if(isArray$4(k))for(let re=0;re<k.length;re++){const oe=camelize(k[re]);validatePropName(oe)&&(L[oe]=EMPTY_OBJ)}else if(k)for(const re in k){const oe=camelize(re);if(validatePropName(oe)){const ue=k[re],de=L[oe]=isArray$4(ue)||isFunction$5(ue)?{type:ue}:extend$1({},ue),_e=de.type;let Ne=!1,Ue=!0;if(isArray$4(_e))for(let $e=0;$e<_e.length;++$e){const Ve=_e[$e],Fe=isFunction$5(Ve)&&Ve.name;if(Fe==="Boolean"){Ne=!0;break}else Fe==="String"&&(Ue=!1)}else Ne=isFunction$5(_e)&&_e.name==="Boolean";de[0]=Ne,de[1]=Ue,(Ne||hasOwn$1(de,"default"))&&j.push(oe)}}const z=[L,j];return isObject$5(e)&&n.set(e,z),z}function validatePropName(e){return e[0]!=="$"&&!isReservedProp(e)}const isInternalKey=e=>e[0]==="_"||e==="$stable",normalizeSlotValue=e=>isArray$4(e)?e.map(normalizeVNode):[normalizeVNode(e)],normalizeSlot=(e,t,y)=>{if(t._n)return t;const n=withCtx((...$)=>normalizeSlotValue(t(...$)),y);return n._c=!1,n},normalizeObjectSlots=(e,t,y)=>{const n=e._ctx;for(const $ in e){if(isInternalKey($))continue;const k=e[$];if(isFunction$5(k))t[$]=normalizeSlot($,k,n);else if(k!=null){const L=normalizeSlotValue(k);t[$]=()=>L}}},normalizeVNodeSlots=(e,t)=>{const y=normalizeSlotValue(t);e.slots.default=()=>y},assignSlots=(e,t,y)=>{for(const n in t)(y||n!=="_")&&(e[n]=t[n])},initSlots=(e,t,y)=>{const n=e.slots=createInternalObject();if(e.vnode.shapeFlag&32){const $=t._;$?(assignSlots(n,t,y),y&&def(n,"_",$,!0)):normalizeObjectSlots(t,n)}else t&&normalizeVNodeSlots(e,t)},updateSlots=(e,t,y)=>{const{vnode:n,slots:$}=e;let k=!0,L=EMPTY_OBJ;if(n.shapeFlag&32){const j=t._;j?y&&j===1?k=!1:assignSlots($,t,y):(k=!t.$stable,normalizeObjectSlots(t,$)),L=t}else t&&(normalizeVNodeSlots(e,t),L={default:1});if(k)for(const j in $)!isInternalKey(j)&&L[j]==null&&delete $[j]};function setRef(e,t,y,n,$=!1){if(isArray$4(e)){e.forEach((ue,de)=>setRef(ue,t&&(isArray$4(t)?t[de]:t),y,n,$));return}if(isAsyncWrapper(n)&&!$)return;const k=n.shapeFlag&4?getComponentPublicInstance(n.component):n.el,L=$?null:k,{i:j,r:V}=e,z=t&&t.r,re=j.refs===EMPTY_OBJ?j.refs={}:j.refs,oe=j.setupState;if(z!=null&&z!==V&&(isString$4(z)?(re[z]=null,hasOwn$1(oe,z)&&(oe[z]=null)):isRef(z)&&(z.value=null)),isFunction$5(V))callWithErrorHandling(V,j,12,[L,re]);else{const ue=isString$4(V),de=isRef(V);if(ue||de){const _e=()=>{if(e.f){const Ne=ue?hasOwn$1(oe,V)?oe[V]:re[V]:V.value;$?isArray$4(Ne)&&remove(Ne,k):isArray$4(Ne)?Ne.includes(k)||Ne.push(k):ue?(re[V]=[k],hasOwn$1(oe,V)&&(oe[V]=re[V])):(V.value=[k],e.k&&(re[e.k]=V.value))}else ue?(re[V]=L,hasOwn$1(oe,V)&&(oe[V]=L)):de&&(V.value=L,e.k&&(re[e.k]=L))};L?(_e.id=-1,queuePostRenderEffect(_e,y)):_e()}}}const TeleportEndKey=Symbol("_vte"),isTeleport=e=>e.__isTeleport,isTeleportDisabled=e=>e&&(e.disabled||e.disabled===""),isTargetSVG=e=>typeof SVGElement<"u"&&e instanceof SVGElement,isTargetMathML=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,resolveTarget=(e,t)=>{const y=e&&e.to;return isString$4(y)?t?t(y):null:y},TeleportImpl={name:"Teleport",__isTeleport:!0,process(e,t,y,n,$,k,L,j,V,z){const{mc:re,pc:oe,pbc:ue,o:{insert:de,querySelector:_e,createText:Ne,createComment:Ue}}=z,$e=isTeleportDisabled(t.props);let{shapeFlag:Ve,children:Fe,dynamicChildren:qe}=t;if(e==null){const er=t.el=Ne(""),ir=t.anchor=Ne("");de(er,y,n),de(ir,y,n);const dr=t.target=resolveTarget(t.props,_e),cr=prepareAnchor(dr,t,Ne,de);dr&&(L==="svg"||isTargetSVG(dr)?L="svg":(L==="mathml"||isTargetMathML(dr))&&(L="mathml"));const nr=(lr,Et)=>{Ve&16&&re(Fe,lr,Et,$,k,L,j,V)};$e?nr(y,ir):dr&&nr(dr,cr)}else{t.el=e.el,t.targetStart=e.targetStart;const er=t.anchor=e.anchor,ir=t.target=e.target,dr=t.targetAnchor=e.targetAnchor,cr=isTeleportDisabled(e.props),nr=cr?y:ir,lr=cr?er:dr;if(L==="svg"||isTargetSVG(ir)?L="svg":(L==="mathml"||isTargetMathML(ir))&&(L="mathml"),qe?(ue(e.dynamicChildren,qe,nr,$,k,L,j),traverseStaticChildren(e,t,!0)):V||oe(e,t,nr,lr,$,k,L,j,!1),$e)cr?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):moveTeleport(t,y,er,z,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Et=t.target=resolveTarget(t.props,_e);Et&&moveTeleport(t,Et,null,z,0)}else cr&&moveTeleport(t,ir,dr,z,1)}updateCssVars(t)},remove(e,t,y,{um:n,o:{remove:$}},k){const{shapeFlag:L,children:j,anchor:V,targetStart:z,targetAnchor:re,target:oe,props:ue}=e;if(oe&&($(z),$(re)),k&&$(V),L&16){const de=k||!isTeleportDisabled(ue);for(let _e=0;_e<j.length;_e++){const Ne=j[_e];n(Ne,t,y,de,!!Ne.dynamicChildren)}}},move:moveTeleport,hydrate:hydrateTeleport};function moveTeleport(e,t,y,{o:{insert:n},m:$},k=2){k===0&&n(e.targetAnchor,t,y);const{el:L,anchor:j,shapeFlag:V,children:z,props:re}=e,oe=k===2;if(oe&&n(L,t,y),(!oe||isTeleportDisabled(re))&&V&16)for(let ue=0;ue<z.length;ue++)$(z[ue],t,y,2);oe&&n(j,t,y)}function hydrateTeleport(e,t,y,n,$,k,{o:{nextSibling:L,parentNode:j,querySelector:V,insert:z,createText:re}},oe){const ue=t.target=resolveTarget(t.props,V);if(ue){const de=ue._lpa||ue.firstChild;if(t.shapeFlag&16)if(isTeleportDisabled(t.props))t.anchor=oe(L(e),t,j(e),y,n,$,k),t.targetStart=de,t.targetAnchor=de&&L(de);else{t.anchor=L(e);let _e=de;for(;_e;){if(_e&&_e.nodeType===8){if(_e.data==="teleport start anchor")t.targetStart=_e;else if(_e.data==="teleport anchor"){t.targetAnchor=_e,ue._lpa=t.targetAnchor&&L(t.targetAnchor);break}}_e=L(_e)}t.targetAnchor||prepareAnchor(ue,t,re,z),oe(de&&L(de),t,ue,y,n,$,k)}updateCssVars(t)}return t.anchor&&L(t.anchor)}const Teleport$1=TeleportImpl;function updateCssVars(e){const t=e.ctx;if(t&&t.ut){let y=e.children[0].el;for(;y&&y!==e.targetAnchor;)y.nodeType===1&&y.setAttribute("data-v-owner",t.uid),y=y.nextSibling;t.ut()}}function prepareAnchor(e,t,y,n){const $=t.targetStart=y(""),k=t.targetAnchor=y("");return $[TeleportEndKey]=k,e&&(n($,e),n(k,e)),k}const queuePostRenderEffect=queueEffectWithSuspense;function createRenderer$1(e){return baseCreateRenderer(e)}function baseCreateRenderer(e,t){const y=getGlobalThis();y.__VUE__=!0;const{insert:n,remove:$,patchProp:k,createElement:L,createText:j,createComment:V,setText:z,setElementText:re,parentNode:oe,nextSibling:ue,setScopeId:de=NOOP,insertStaticContent:_e}=e,Ne=(Dr,Ir,Br,Rr=null,Lr=null,$r=null,jr=void 0,vn=null,Kr=!!Ir.dynamicChildren)=>{if(Dr===Ir)return;Dr&&!isSameVNodeType(Dr,Ir)&&(Rr=Tr(Dr),gr(Dr,Lr,$r,!0),Dr=null),Ir.patchFlag===-2&&(Kr=!1,Ir.dynamicChildren=null);const{type:kr,ref:Qr,shapeFlag:Zr}=Ir;switch(kr){case Text$1:Ue(Dr,Ir,Br,Rr);break;case Comment:$e(Dr,Ir,Br,Rr);break;case Static:Dr==null&&Ve(Ir,Br,Rr,jr);break;case Fragment:ie(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr);break;default:Zr&1?er(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr):Zr&6?pe(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr):(Zr&64||Zr&128)&&kr.process(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr,Fr)}Qr!=null&&Lr&&setRef(Qr,Dr&&Dr.ref,$r,Ir||Dr,!Ir)},Ue=(Dr,Ir,Br,Rr)=>{if(Dr==null)n(Ir.el=j(Ir.children),Br,Rr);else{const Lr=Ir.el=Dr.el;Ir.children!==Dr.children&&z(Lr,Ir.children)}},$e=(Dr,Ir,Br,Rr)=>{Dr==null?n(Ir.el=V(Ir.children||""),Br,Rr):Ir.el=Dr.el},Ve=(Dr,Ir,Br,Rr)=>{[Dr.el,Dr.anchor]=_e(Dr.children,Ir,Br,Rr,Dr.el,Dr.anchor)},Fe=({el:Dr,anchor:Ir},Br,Rr)=>{let Lr;for(;Dr&&Dr!==Ir;)Lr=ue(Dr),n(Dr,Br,Rr),Dr=Lr;n(Ir,Br,Rr)},qe=({el:Dr,anchor:Ir})=>{let Br;for(;Dr&&Dr!==Ir;)Br=ue(Dr),$(Dr),Dr=Br;$(Ir)},er=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{Ir.type==="svg"?jr="svg":Ir.type==="math"&&(jr="mathml"),Dr==null?ir(Ir,Br,Rr,Lr,$r,jr,vn,Kr):nr(Dr,Ir,Lr,$r,jr,vn,Kr)},ir=(Dr,Ir,Br,Rr,Lr,$r,jr,vn)=>{let Kr,kr;const{props:Qr,shapeFlag:Zr,transition:Vi,dirs:To}=Dr;if(Kr=Dr.el=L(Dr.type,$r,Qr&&Qr.is,Qr),Zr&8?re(Kr,Dr.children):Zr&16&&cr(Dr.children,Kr,null,Rr,Lr,resolveChildrenNamespace(Dr,$r),jr,vn),To&&invokeDirectiveHook(Dr,null,Rr,"created"),dr(Kr,Dr,Dr.scopeId,jr,Rr),Qr){for(const Ba in Qr)Ba!=="value"&&!isReservedProp(Ba)&&k(Kr,Ba,null,Qr[Ba],$r,Rr);"value"in Qr&&k(Kr,"value",null,Qr.value,$r),(kr=Qr.onVnodeBeforeMount)&&invokeVNodeHook(kr,Rr,Dr)}To&&invokeDirectiveHook(Dr,null,Rr,"beforeMount");const oa=needTransition(Lr,Vi);oa&&Vi.beforeEnter(Kr),n(Kr,Ir,Br),((kr=Qr&&Qr.onVnodeMounted)||oa||To)&&queuePostRenderEffect(()=>{kr&&invokeVNodeHook(kr,Rr,Dr),oa&&Vi.enter(Kr),To&&invokeDirectiveHook(Dr,null,Rr,"mounted")},Lr)},dr=(Dr,Ir,Br,Rr,Lr)=>{if(Br&&de(Dr,Br),Rr)for(let $r=0;$r<Rr.length;$r++)de(Dr,Rr[$r]);if(Lr){let $r=Lr.subTree;if(Ir===$r){const jr=Lr.vnode;dr(Dr,jr,jr.scopeId,jr.slotScopeIds,Lr.parent)}}},cr=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr=0)=>{for(let kr=Kr;kr<Dr.length;kr++){const Qr=Dr[kr]=vn?cloneIfMounted(Dr[kr]):normalizeVNode(Dr[kr]);Ne(null,Qr,Ir,Br,Rr,Lr,$r,jr,vn)}},nr=(Dr,Ir,Br,Rr,Lr,$r,jr)=>{const vn=Ir.el=Dr.el;let{patchFlag:Kr,dynamicChildren:kr,dirs:Qr}=Ir;Kr|=Dr.patchFlag&16;const Zr=Dr.props||EMPTY_OBJ,Vi=Ir.props||EMPTY_OBJ;let To;if(Br&&toggleRecurse(Br,!1),(To=Vi.onVnodeBeforeUpdate)&&invokeVNodeHook(To,Br,Ir,Dr),Qr&&invokeDirectiveHook(Ir,Dr,Br,"beforeUpdate"),Br&&toggleRecurse(Br,!0),(Zr.innerHTML&&Vi.innerHTML==null||Zr.textContent&&Vi.textContent==null)&&re(vn,""),kr?lr(Dr.dynamicChildren,kr,vn,Br,Rr,resolveChildrenNamespace(Ir,Lr),$r):jr||ur(Dr,Ir,vn,null,Br,Rr,resolveChildrenNamespace(Ir,Lr),$r,!1),Kr>0){if(Kr&16)Et(vn,Zr,Vi,Br,Lr);else if(Kr&2&&Zr.class!==Vi.class&&k(vn,"class",null,Vi.class,Lr),Kr&4&&k(vn,"style",Zr.style,Vi.style,Lr),Kr&8){const oa=Ir.dynamicProps;for(let Ba=0;Ba<oa.length;Ba++){const rs=oa[Ba],Mn=Zr[rs],Wr=Vi[rs];(Wr!==Mn||rs==="value")&&k(vn,rs,Mn,Wr,Lr,Br)}}Kr&1&&Dr.children!==Ir.children&&re(vn,Ir.children)}else!jr&&kr==null&&Et(vn,Zr,Vi,Br,Lr);((To=Vi.onVnodeUpdated)||Qr)&&queuePostRenderEffect(()=>{To&&invokeVNodeHook(To,Br,Ir,Dr),Qr&&invokeDirectiveHook(Ir,Dr,Br,"updated")},Rr)},lr=(Dr,Ir,Br,Rr,Lr,$r,jr)=>{for(let vn=0;vn<Ir.length;vn++){const Kr=Dr[vn],kr=Ir[vn],Qr=Kr.el&&(Kr.type===Fragment||!isSameVNodeType(Kr,kr)||Kr.shapeFlag&70)?oe(Kr.el):Br;Ne(Kr,kr,Qr,null,Rr,Lr,$r,jr,!0)}},Et=(Dr,Ir,Br,Rr,Lr)=>{if(Ir!==Br){if(Ir!==EMPTY_OBJ)for(const $r in Ir)!isReservedProp($r)&&!($r in Br)&&k(Dr,$r,Ir[$r],null,Lr,Rr);for(const $r in Br){if(isReservedProp($r))continue;const jr=Br[$r],vn=Ir[$r];jr!==vn&&$r!=="value"&&k(Dr,$r,vn,jr,Lr,Rr)}"value"in Br&&k(Dr,"value",Ir.value,Br.value,Lr)}},ie=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{const kr=Ir.el=Dr?Dr.el:j(""),Qr=Ir.anchor=Dr?Dr.anchor:j("");let{patchFlag:Zr,dynamicChildren:Vi,slotScopeIds:To}=Ir;To&&(vn=vn?vn.concat(To):To),Dr==null?(n(kr,Br,Rr),n(Qr,Br,Rr),cr(Ir.children||[],Br,Qr,Lr,$r,jr,vn,Kr)):Zr>0&&Zr&64&&Vi&&Dr.dynamicChildren?(lr(Dr.dynamicChildren,Vi,Br,Lr,$r,jr,vn),(Ir.key!=null||Lr&&Ir===Lr.subTree)&&traverseStaticChildren(Dr,Ir,!0)):ur(Dr,Ir,Br,Qr,Lr,$r,jr,vn,Kr)},pe=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{Ir.slotScopeIds=vn,Dr==null?Ir.shapeFlag&512?Lr.ctx.activate(Ir,Br,Rr,jr,Kr):Ce(Ir,Br,Rr,Lr,$r,jr,Kr):Ie(Dr,Ir,Kr)},Ce=(Dr,Ir,Br,Rr,Lr,$r,jr)=>{const vn=Dr.component=createComponentInstance(Dr,Rr,Lr);if(isKeepAlive(Dr)&&(vn.ctx.renderer=Fr),setupComponent(vn,!1,jr),vn.asyncDep){if(Lr&&Lr.registerDep(vn,jt,jr),!Dr.el){const Kr=vn.subTree=createVNode(Comment);$e(null,Kr,Ir,Br)}}else jt(vn,Dr,Ir,Br,Lr,$r,jr)},Ie=(Dr,Ir,Br)=>{const Rr=Ir.component=Dr.component;if(shouldUpdateComponent(Dr,Ir,Br))if(Rr.asyncDep&&!Rr.asyncResolved){ar(Rr,Ir,Br);return}else Rr.next=Ir,invalidateJob(Rr.update),Rr.effect.dirty=!0,Rr.update();else Ir.el=Dr.el,Rr.vnode=Ir},jt=(Dr,Ir,Br,Rr,Lr,$r,jr)=>{const vn=()=>{if(Dr.isMounted){let{next:Qr,bu:Zr,u:Vi,parent:To,vnode:oa}=Dr;{const Ur=locateNonHydratedAsyncRoot(Dr);if(Ur){Qr&&(Qr.el=oa.el,ar(Dr,Qr,jr)),Ur.asyncDep.then(()=>{Dr.isUnmounted||vn()});return}}let Ba=Qr,rs;toggleRecurse(Dr,!1),Qr?(Qr.el=oa.el,ar(Dr,Qr,jr)):Qr=oa,Zr&&invokeArrayFns(Zr),(rs=Qr.props&&Qr.props.onVnodeBeforeUpdate)&&invokeVNodeHook(rs,To,Qr,oa),toggleRecurse(Dr,!0);const Mn=renderComponentRoot(Dr),Wr=Dr.subTree;Dr.subTree=Mn,Ne(Wr,Mn,oe(Wr.el),Tr(Wr),Dr,Lr,$r),Qr.el=Mn.el,Ba===null&&updateHOCHostEl(Dr,Mn.el),Vi&&queuePostRenderEffect(Vi,Lr),(rs=Qr.props&&Qr.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(rs,To,Qr,oa),Lr)}else{let Qr;const{el:Zr,props:Vi}=Ir,{bm:To,m:oa,parent:Ba}=Dr,rs=isAsyncWrapper(Ir);if(toggleRecurse(Dr,!1),To&&invokeArrayFns(To),!rs&&(Qr=Vi&&Vi.onVnodeBeforeMount)&&invokeVNodeHook(Qr,Ba,Ir),toggleRecurse(Dr,!0),Zr&&Vr){const Mn=()=>{Dr.subTree=renderComponentRoot(Dr),Vr(Zr,Dr.subTree,Dr,Lr,null)};rs?Ir.type.__asyncLoader().then(()=>!Dr.isUnmounted&&Mn()):Mn()}else{const Mn=Dr.subTree=renderComponentRoot(Dr);Ne(null,Mn,Br,Rr,Dr,Lr,$r),Ir.el=Mn.el}if(oa&&queuePostRenderEffect(oa,Lr),!rs&&(Qr=Vi&&Vi.onVnodeMounted)){const Mn=Ir;queuePostRenderEffect(()=>invokeVNodeHook(Qr,Ba,Mn),Lr)}(Ir.shapeFlag&256||Ba&&isAsyncWrapper(Ba.vnode)&&Ba.vnode.shapeFlag&256)&&Dr.a&&queuePostRenderEffect(Dr.a,Lr),Dr.isMounted=!0,Ir=Br=Rr=null}},Kr=Dr.effect=new ReactiveEffect(vn,NOOP,()=>queueJob(kr),Dr.scope),kr=Dr.update=()=>{Kr.dirty&&Kr.run()};kr.i=Dr,kr.id=Dr.uid,toggleRecurse(Dr,!0),kr()},ar=(Dr,Ir,Br)=>{Ir.component=Dr;const Rr=Dr.vnode.props;Dr.vnode=Ir,Dr.next=null,updateProps(Dr,Ir.props,Rr,Br),updateSlots(Dr,Ir.children,Br),pauseTracking(),flushPreFlushCbs(Dr),resetTracking()},ur=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr=!1)=>{const kr=Dr&&Dr.children,Qr=Dr?Dr.shapeFlag:0,Zr=Ir.children,{patchFlag:Vi,shapeFlag:To}=Ir;if(Vi>0){if(Vi&128){he(kr,Zr,Br,Rr,Lr,$r,jr,vn,Kr);return}else if(Vi&256){kt(kr,Zr,Br,Rr,Lr,$r,jr,vn,Kr);return}}To&8?(Qr&16&&Nr(kr,Lr,$r),Zr!==kr&&re(Br,Zr)):Qr&16?To&16?he(kr,Zr,Br,Rr,Lr,$r,jr,vn,Kr):Nr(kr,Lr,$r,!0):(Qr&8&&re(Br,""),To&16&&cr(Zr,Br,Rr,Lr,$r,jr,vn,Kr))},kt=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{Dr=Dr||EMPTY_ARR,Ir=Ir||EMPTY_ARR;const kr=Dr.length,Qr=Ir.length,Zr=Math.min(kr,Qr);let Vi;for(Vi=0;Vi<Zr;Vi++){const To=Ir[Vi]=Kr?cloneIfMounted(Ir[Vi]):normalizeVNode(Ir[Vi]);Ne(Dr[Vi],To,Br,null,Lr,$r,jr,vn,Kr)}kr>Qr?Nr(Dr,Lr,$r,!0,!1,Zr):cr(Ir,Br,Rr,Lr,$r,jr,vn,Kr,Zr)},he=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{let kr=0;const Qr=Ir.length;let Zr=Dr.length-1,Vi=Qr-1;for(;kr<=Zr&&kr<=Vi;){const To=Dr[kr],oa=Ir[kr]=Kr?cloneIfMounted(Ir[kr]):normalizeVNode(Ir[kr]);if(isSameVNodeType(To,oa))Ne(To,oa,Br,null,Lr,$r,jr,vn,Kr);else break;kr++}for(;kr<=Zr&&kr<=Vi;){const To=Dr[Zr],oa=Ir[Vi]=Kr?cloneIfMounted(Ir[Vi]):normalizeVNode(Ir[Vi]);if(isSameVNodeType(To,oa))Ne(To,oa,Br,null,Lr,$r,jr,vn,Kr);else break;Zr--,Vi--}if(kr>Zr){if(kr<=Vi){const To=Vi+1,oa=To<Qr?Ir[To].el:Rr;for(;kr<=Vi;)Ne(null,Ir[kr]=Kr?cloneIfMounted(Ir[kr]):normalizeVNode(Ir[kr]),Br,oa,Lr,$r,jr,vn,Kr),kr++}}else if(kr>Vi)for(;kr<=Zr;)gr(Dr[kr],Lr,$r,!0),kr++;else{const To=kr,oa=kr,Ba=new Map;for(kr=oa;kr<=Vi;kr++){const Li=Ir[kr]=Kr?cloneIfMounted(Ir[kr]):normalizeVNode(Ir[kr]);Li.key!=null&&Ba.set(Li.key,kr)}let rs,Mn=0;const Wr=Vi-oa+1;let Ur=!1,Sn=0;const Nn=new Array(Wr);for(kr=0;kr<Wr;kr++)Nn[kr]=0;for(kr=To;kr<=Zr;kr++){const Li=Dr[kr];if(Mn>=Wr){gr(Li,Lr,$r,!0);continue}let ca;if(Li.key!=null)ca=Ba.get(Li.key);else for(rs=oa;rs<=Vi;rs++)if(Nn[rs-oa]===0&&isSameVNodeType(Li,Ir[rs])){ca=rs;break}ca===void 0?gr(Li,Lr,$r,!0):(Nn[ca-oa]=kr+1,ca>=Sn?Sn=ca:Ur=!0,Ne(Li,Ir[ca],Br,null,Lr,$r,jr,vn,Kr),Mn++)}const Sa=Ur?getSequence(Nn):EMPTY_ARR;for(rs=Sa.length-1,kr=Wr-1;kr>=0;kr--){const Li=oa+kr,ca=Ir[Li],fo=Li+1<Qr?Ir[Li+1].el:Rr;Nn[kr]===0?Ne(null,ca,Br,fo,Lr,$r,jr,vn,Kr):Ur&&(rs<0||kr!==Sa[rs]?tr(ca,Br,fo,2):rs--)}}},tr=(Dr,Ir,Br,Rr,Lr=null)=>{const{el:$r,type:jr,transition:vn,children:Kr,shapeFlag:kr}=Dr;if(kr&6){tr(Dr.component.subTree,Ir,Br,Rr);return}if(kr&128){Dr.suspense.move(Ir,Br,Rr);return}if(kr&64){jr.move(Dr,Ir,Br,Fr);return}if(jr===Fragment){n($r,Ir,Br);for(let Zr=0;Zr<Kr.length;Zr++)tr(Kr[Zr],Ir,Br,Rr);n(Dr.anchor,Ir,Br);return}if(jr===Static){Fe(Dr,Ir,Br);return}if(Rr!==2&&kr&1&&vn)if(Rr===0)vn.beforeEnter($r),n($r,Ir,Br),queuePostRenderEffect(()=>vn.enter($r),Lr);else{const{leave:Zr,delayLeave:Vi,afterLeave:To}=vn,oa=()=>n($r,Ir,Br),Ba=()=>{Zr($r,()=>{oa(),To&&To()})};Vi?Vi($r,oa,Ba):Ba()}else n($r,Ir,Br)},gr=(Dr,Ir,Br,Rr=!1,Lr=!1)=>{const{type:$r,props:jr,ref:vn,children:Kr,dynamicChildren:kr,shapeFlag:Qr,patchFlag:Zr,dirs:Vi,cacheIndex:To}=Dr;if(Zr===-2&&(Lr=!1),vn!=null&&setRef(vn,null,Br,Dr,!0),To!=null&&(Ir.renderCache[To]=void 0),Qr&256){Ir.ctx.deactivate(Dr);return}const oa=Qr&1&&Vi,Ba=!isAsyncWrapper(Dr);let rs;if(Ba&&(rs=jr&&jr.onVnodeBeforeUnmount)&&invokeVNodeHook(rs,Ir,Dr),Qr&6)xr(Dr.component,Br,Rr);else{if(Qr&128){Dr.suspense.unmount(Br,Rr);return}oa&&invokeDirectiveHook(Dr,null,Ir,"beforeUnmount"),Qr&64?Dr.type.remove(Dr,Ir,Br,Fr,Rr):kr&&!kr.hasOnce&&($r!==Fragment||Zr>0&&Zr&64)?Nr(kr,Ir,Br,!1,!0):($r===Fragment&&Zr&384||!Lr&&Qr&16)&&Nr(Kr,Ir,Br),Rr&&_r(Dr)}(Ba&&(rs=jr&&jr.onVnodeUnmounted)||oa)&&queuePostRenderEffect(()=>{rs&&invokeVNodeHook(rs,Ir,Dr),oa&&invokeDirectiveHook(Dr,null,Ir,"unmounted")},Br)},_r=Dr=>{const{type:Ir,el:Br,anchor:Rr,transition:Lr}=Dr;if(Ir===Fragment){yr(Br,Rr);return}if(Ir===Static){qe(Dr);return}const $r=()=>{$(Br),Lr&&!Lr.persisted&&Lr.afterLeave&&Lr.afterLeave()};if(Dr.shapeFlag&1&&Lr&&!Lr.persisted){const{leave:jr,delayLeave:vn}=Lr,Kr=()=>jr(Br,$r);vn?vn(Dr.el,$r,Kr):Kr()}else $r()},yr=(Dr,Ir)=>{let Br;for(;Dr!==Ir;)Br=ue(Dr),$(Dr),Dr=Br;$(Ir)},xr=(Dr,Ir,Br)=>{const{bum:Rr,scope:Lr,update:$r,subTree:jr,um:vn,m:Kr,a:kr}=Dr;invalidateMount(Kr),invalidateMount(kr),Rr&&invokeArrayFns(Rr),Lr.stop(),$r&&($r.active=!1,gr(jr,Dr,Ir,Br)),vn&&queuePostRenderEffect(vn,Ir),queuePostRenderEffect(()=>{Dr.isUnmounted=!0},Ir),Ir&&Ir.pendingBranch&&!Ir.isUnmounted&&Dr.asyncDep&&!Dr.asyncResolved&&Dr.suspenseId===Ir.pendingId&&(Ir.deps--,Ir.deps===0&&Ir.resolve())},Nr=(Dr,Ir,Br,Rr=!1,Lr=!1,$r=0)=>{for(let jr=$r;jr<Dr.length;jr++)gr(Dr[jr],Ir,Br,Rr,Lr)},Tr=Dr=>{if(Dr.shapeFlag&6)return Tr(Dr.component.subTree);if(Dr.shapeFlag&128)return Dr.suspense.next();const Ir=ue(Dr.anchor||Dr.el),Br=Ir&&Ir[TeleportEndKey];return Br?ue(Br):Ir};let Sr=!1;const Ar=(Dr,Ir,Br)=>{Dr==null?Ir._vnode&&gr(Ir._vnode,null,null,!0):Ne(Ir._vnode||null,Dr,Ir,null,null,null,Br),Ir._vnode=Dr,Sr||(Sr=!0,flushPreFlushCbs(),flushPostFlushCbs(),Sr=!1)},Fr={p:Ne,um:gr,m:tr,r:_r,mt:Ce,mc:cr,pc:ur,pbc:lr,n:Tr,o:e};let Gr,Vr;return{render:Ar,hydrate:Gr,createApp:createAppAPI(Ar,Gr)}}function resolveChildrenNamespace({type:e,props:t},y){return y==="svg"&&e==="foreignObject"||y==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:y}function toggleRecurse({effect:e,update:t},y){e.allowRecurse=t.allowRecurse=y}function needTransition(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function traverseStaticChildren(e,t,y=!1){const n=e.children,$=t.children;if(isArray$4(n)&&isArray$4($))for(let k=0;k<n.length;k++){const L=n[k];let j=$[k];j.shapeFlag&1&&!j.dynamicChildren&&((j.patchFlag<=0||j.patchFlag===32)&&(j=$[k]=cloneIfMounted($[k]),j.el=L.el),!y&&j.patchFlag!==-2&&traverseStaticChildren(L,j)),j.type===Text$1&&(j.el=L.el)}}function getSequence(e){const t=e.slice(),y=[0];let n,$,k,L,j;const V=e.length;for(n=0;n<V;n++){const z=e[n];if(z!==0){if($=y[y.length-1],e[$]<z){t[n]=$,y.push(n);continue}for(k=0,L=y.length-1;k<L;)j=k+L>>1,e[y[j]]<z?k=j+1:L=j;z<e[y[k]]&&(k>0&&(t[n]=y[k-1]),y[k]=n)}}for(k=y.length,L=y[k-1];k-- >0;)y[k]=L,L=t[L];return y}function locateNonHydratedAsyncRoot(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:locateNonHydratedAsyncRoot(t)}function invalidateMount(e){if(e)for(let t=0;t<e.length;t++)e[t].active=!1}const ssrContextKey=Symbol.for("v-scx"),useSSRContext=()=>inject(ssrContextKey);function watchEffect(e,t){return doWatch(e,null,t)}function watchPostEffect(e,t){return doWatch(e,null,{flush:"post"})}const INITIAL_WATCHER_VALUE={};function watch(e,t,y){return doWatch(e,t,y)}function doWatch(e,t,{immediate:y,deep:n,flush:$,once:k,onTrack:L,onTrigger:j}=EMPTY_OBJ){if(t&&k){const ir=t;t=(...dr)=>{ir(...dr),er()}}const V=currentInstance,z=ir=>n===!0?ir:traverse(ir,n===!1?1:void 0);let re,oe=!1,ue=!1;if(isRef(e)?(re=()=>e.value,oe=isShallow(e)):isReactive(e)?(re=()=>z(e),oe=!0):isArray$4(e)?(ue=!0,oe=e.some(ir=>isReactive(ir)||isShallow(ir)),re=()=>e.map(ir=>{if(isRef(ir))return ir.value;if(isReactive(ir))return z(ir);if(isFunction$5(ir))return callWithErrorHandling(ir,V,2)})):isFunction$5(e)?t?re=()=>callWithErrorHandling(e,V,2):re=()=>(de&&de(),callWithAsyncErrorHandling(e,V,3,[_e])):re=NOOP,t&&n){const ir=re;re=()=>traverse(ir())}let de,_e=ir=>{de=Fe.onStop=()=>{callWithErrorHandling(ir,V,4),de=Fe.onStop=void 0}},Ne;if(isInSSRComponentSetup)if(_e=NOOP,t?y&&callWithAsyncErrorHandling(t,V,3,[re(),ue?[]:void 0,_e]):re(),$==="sync"){const ir=useSSRContext();Ne=ir.__watcherHandles||(ir.__watcherHandles=[])}else return NOOP;let Ue=ue?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const $e=()=>{if(!(!Fe.active||!Fe.dirty))if(t){const ir=Fe.run();(n||oe||(ue?ir.some((dr,cr)=>hasChanged(dr,Ue[cr])):hasChanged(ir,Ue)))&&(de&&de(),callWithAsyncErrorHandling(t,V,3,[ir,Ue===INITIAL_WATCHER_VALUE?void 0:ue&&Ue[0]===INITIAL_WATCHER_VALUE?[]:Ue,_e]),Ue=ir)}else Fe.run()};$e.allowRecurse=!!t;let Ve;$==="sync"?Ve=$e:$==="post"?Ve=()=>queuePostRenderEffect($e,V&&V.suspense):($e.pre=!0,V&&($e.id=V.uid),Ve=()=>queueJob($e));const Fe=new ReactiveEffect(re,NOOP,Ve),qe=getCurrentScope(),er=()=>{Fe.stop(),qe&&remove(qe.effects,Fe)};return t?y?$e():Ue=Fe.run():$==="post"?queuePostRenderEffect(Fe.run.bind(Fe),V&&V.suspense):Fe.run(),Ne&&Ne.push(er),er}function instanceWatch(e,t,y){const n=this.proxy,$=isString$4(e)?e.includes(".")?createPathGetter(n,e):()=>n[e]:e.bind(n,n);let k;isFunction$5(t)?k=t:(k=t.handler,y=t);const L=setCurrentInstance(this),j=doWatch($,k.bind(n),y);return L(),j}function createPathGetter(e,t){const y=t.split(".");return()=>{let n=e;for(let $=0;$<y.length&&n;$++)n=n[y[$]];return n}}function traverse(e,t=1/0,y){if(t<=0||!isObject$5(e)||e.__v_skip||(y=y||new Set,y.has(e)))return e;if(y.add(e),t--,isRef(e))traverse(e.value,t,y);else if(isArray$4(e))for(let n=0;n<e.length;n++)traverse(e[n],t,y);else if(isSet$1(e)||isMap$1(e))e.forEach(n=>{traverse(n,t,y)});else if(isPlainObject$3(e)){for(const n in e)traverse(e[n],t,y);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&traverse(e[n],t,y)}return e}const getModelModifiers=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${camelize(t)}Modifiers`]||e[`${hyphenate$1(t)}Modifiers`];function emit(e,t,...y){if(e.isUnmounted)return;const n=e.vnode.props||EMPTY_OBJ;let $=y;const k=t.startsWith("update:"),L=k&&getModelModifiers(n,t.slice(7));L&&(L.trim&&($=y.map(re=>isString$4(re)?re.trim():re)),L.number&&($=y.map(looseToNumber)));let j,V=n[j=toHandlerKey(t)]||n[j=toHandlerKey(camelize(t))];!V&&k&&(V=n[j=toHandlerKey(hyphenate$1(t))]),V&&callWithAsyncErrorHandling(V,e,6,$);const z=n[j+"Once"];if(z){if(!e.emitted)e.emitted={};else if(e.emitted[j])return;e.emitted[j]=!0,callWithAsyncErrorHandling(z,e,6,$)}}function normalizeEmitsOptions(e,t,y=!1){const n=t.emitsCache,$=n.get(e);if($!==void 0)return $;const k=e.emits;let L={},j=!1;if(!isFunction$5(e)){const V=z=>{const re=normalizeEmitsOptions(z,t,!0);re&&(j=!0,extend$1(L,re))};!y&&t.mixins.length&&t.mixins.forEach(V),e.extends&&V(e.extends),e.mixins&&e.mixins.forEach(V)}return!k&&!j?(isObject$5(e)&&n.set(e,null),null):(isArray$4(k)?k.forEach(V=>L[V]=null):extend$1(L,k),isObject$5(e)&&n.set(e,L),L)}function isEmitListener(e,t){return!e||!isOn(t)?!1:(t=t.slice(2).replace(/Once$/,""),hasOwn$1(e,t[0].toLowerCase()+t.slice(1))||hasOwn$1(e,hyphenate$1(t))||hasOwn$1(e,t))}function markAttrsAccessed(){}function renderComponentRoot(e){const{type:t,vnode:y,proxy:n,withProxy:$,propsOptions:[k],slots:L,attrs:j,emit:V,render:z,renderCache:re,props:oe,data:ue,setupState:de,ctx:_e,inheritAttrs:Ne}=e,Ue=setCurrentRenderingInstance(e);let $e,Ve;try{if(y.shapeFlag&4){const qe=$||n,er=qe;$e=normalizeVNode(z.call(er,qe,re,oe,de,ue,_e)),Ve=j}else{const qe=t;$e=normalizeVNode(qe.length>1?qe(oe,{attrs:j,slots:L,emit:V}):qe(oe,null)),Ve=t.props?j:getFunctionalFallthrough(j)}}catch(qe){blockStack.length=0,handleError(qe,e,1),$e=createVNode(Comment)}let Fe=$e;if(Ve&&Ne!==!1){const qe=Object.keys(Ve),{shapeFlag:er}=Fe;qe.length&&er&7&&(k&&qe.some(isModelListener)&&(Ve=filterModelListeners(Ve,k)),Fe=cloneVNode(Fe,Ve,!1,!0))}return y.dirs&&(Fe=cloneVNode(Fe,null,!1,!0),Fe.dirs=Fe.dirs?Fe.dirs.concat(y.dirs):y.dirs),y.transition&&(Fe.transition=y.transition),$e=Fe,setCurrentRenderingInstance(Ue),$e}const getFunctionalFallthrough=e=>{let t;for(const y in e)(y==="class"||y==="style"||isOn(y))&&((t||(t={}))[y]=e[y]);return t},filterModelListeners=(e,t)=>{const y={};for(const n in e)(!isModelListener(n)||!(n.slice(9)in t))&&(y[n]=e[n]);return y};function shouldUpdateComponent(e,t,y){const{props:n,children:$,component:k}=e,{props:L,children:j,patchFlag:V}=t,z=k.emitsOptions;if(t.dirs||t.transition)return!0;if(y&&V>=0){if(V&1024)return!0;if(V&16)return n?hasPropsChanged(n,L,z):!!L;if(V&8){const re=t.dynamicProps;for(let oe=0;oe<re.length;oe++){const ue=re[oe];if(L[ue]!==n[ue]&&!isEmitListener(z,ue))return!0}}}else return($||j)&&(!j||!j.$stable)?!0:n===L?!1:n?L?hasPropsChanged(n,L,z):!0:!!L;return!1}function hasPropsChanged(e,t,y){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let $=0;$<n.length;$++){const k=n[$];if(t[k]!==e[k]&&!isEmitListener(y,k))return!0}return!1}function updateHOCHostEl({vnode:e,parent:t},y){for(;t;){const n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=y,t=t.parent;else break}}const isSuspense=e=>e.__isSuspense;function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray$4(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}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(e=!1){blockStack.push(currentBlock=e?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(e){isBlockTreeEnabled+=e,e<0&&currentBlock&&(currentBlock.hasOnce=!0)}function setupBlock(e){return e.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&&currentBlock&&currentBlock.push(e),e}function createElementBlock(e,t,y,n,$,k){return setupBlock(createBaseVNode(e,t,y,n,$,k,!0))}function createBlock(e,t,y,n,$){return setupBlock(createVNode(e,t,y,n,$,!0))}function isVNode(e){return e?e.__v_isVNode===!0:!1}function isSameVNodeType(e,t){return e.type===t.type&&e.key===t.key}const normalizeKey=({key:e})=>e??null,normalizeRef=({ref:e,ref_key:t,ref_for:y})=>(typeof e=="number"&&(e=""+e),e!=null?isString$4(e)||isRef(e)||isFunction$5(e)?{i:currentRenderingInstance,r:e,k:t,f:!!y}:e:null);function createBaseVNode(e,t=null,y=null,n=0,$=null,k=e===Fragment?0:1,L=!1,j=!1){const V={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&normalizeKey(t),ref:t&&normalizeRef(t),scopeId:currentScopeId,slotScopeIds:null,children:y,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:k,patchFlag:n,dynamicProps:$,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return j?(normalizeChildren(V,y),k&128&&e.normalize(V)):y&&(V.shapeFlag|=isString$4(y)?8:16),isBlockTreeEnabled>0&&!L&&currentBlock&&(V.patchFlag>0||k&6)&&V.patchFlag!==32&&currentBlock.push(V),V}const createVNode=_createVNode;function _createVNode(e,t=null,y=null,n=0,$=null,k=!1){if((!e||e===NULL_DYNAMIC_COMPONENT)&&(e=Comment),isVNode(e)){const j=cloneVNode(e,t,!0);return y&&normalizeChildren(j,y),isBlockTreeEnabled>0&&!k&&currentBlock&&(j.shapeFlag&6?currentBlock[currentBlock.indexOf(e)]=j:currentBlock.push(j)),j.patchFlag=-2,j}if(isClassComponent(e)&&(e=e.__vccOpts),t){t=guardReactiveProps(t);let{class:j,style:V}=t;j&&!isString$4(j)&&(t.class=normalizeClass(j)),isObject$5(V)&&(isProxy(V)&&!isArray$4(V)&&(V=extend$1({},V)),t.style=normalizeStyle(V))}const L=isString$4(e)?1:isSuspense(e)?128:isTeleport(e)?64:isObject$5(e)?4:isFunction$5(e)?2:0;return createBaseVNode(e,t,y,n,$,L,k,!0)}function guardReactiveProps(e){return e?isProxy(e)||isInternalObject(e)?extend$1({},e):e:null}function cloneVNode(e,t,y=!1,n=!1){const{props:$,ref:k,patchFlag:L,children:j,transition:V}=e,z=t?mergeProps($||{},t):$,re={__v_isVNode:!0,__v_skip:!0,type:e.type,props:z,key:z&&normalizeKey(z),ref:t&&t.ref?y&&k?isArray$4(k)?k.concat(normalizeRef(t)):[k,normalizeRef(t)]:normalizeRef(t):k,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:j,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fragment?L===-1?16:L|16:L,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:V,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&cloneVNode(e.ssContent),ssFallback:e.ssFallback&&cloneVNode(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return V&&n&&setTransitionHooks(re,V.clone(re)),re}function createTextVNode(e=" ",t=0){return createVNode(Text$1,null,e,t)}function createCommentVNode(e="",t=!1){return t?(openBlock(),createBlock(Comment,null,e)):createVNode(Comment,null,e)}function normalizeVNode(e){return e==null||typeof e=="boolean"?createVNode(Comment):isArray$4(e)?createVNode(Fragment,null,e.slice()):typeof e=="object"?cloneIfMounted(e):createVNode(Text$1,null,String(e))}function cloneIfMounted(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:cloneVNode(e)}function normalizeChildren(e,t){let y=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(isArray$4(t))y=16;else if(typeof t=="object")if(n&65){const $=t.default;$&&($._c&&($._d=!1),normalizeChildren(e,$()),$._c&&($._d=!0));return}else{y=32;const $=t._;!$&&!isInternalObject(t)?t._ctx=currentRenderingInstance:$===3&&currentRenderingInstance&&(currentRenderingInstance.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else isFunction$5(t)?(t={default:t,_ctx:currentRenderingInstance},y=32):(t=String(t),n&64?(y=16,t=[createTextVNode(t)]):y=8);e.children=t,e.shapeFlag|=y}function mergeProps(...e){const t={};for(let y=0;y<e.length;y++){const n=e[y];for(const $ in n)if($==="class")t.class!==n.class&&(t.class=normalizeClass([t.class,n.class]));else if($==="style")t.style=normalizeStyle([t.style,n.style]);else if(isOn($)){const k=t[$],L=n[$];L&&k!==L&&!(isArray$4(k)&&k.includes(L))&&(t[$]=k?[].concat(k,L):L)}else $!==""&&(t[$]=n[$])}return t}function invokeVNodeHook(e,t,y,n=null){callWithAsyncErrorHandling(e,t,7,[y,n])}const emptyAppContext=createAppContext();let uid$2=0;function createComponentInstance(e,t,y){const n=e.type,$=(t?t.appContext:e.appContext)||emptyAppContext,k={uid:uid$2++,vnode:e,type:n,parent:t,appContext:$,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:t?t.provides:Object.create($.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:normalizePropsOptions(n,$),emitsOptions:normalizeEmitsOptions(n,$),emit:null,emitted:null,propsDefaults:EMPTY_OBJ,inheritAttrs:n.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:y,suspenseId:y?y.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 k.ctx={_:k},k.root=t?t.root:k,k.emit=emit.bind(null,k),e.ce&&e.ce(k),k}let currentInstance=null;const getCurrentInstance=()=>currentInstance||currentRenderingInstance;let internalSetCurrentInstance,setInSSRSetupState;{const e=getGlobalThis(),t=(y,n)=>{let $;return($=e[y])||($=e[y]=[]),$.push(n),k=>{$.length>1?$.forEach(L=>L(k)):$[0](k)}};internalSetCurrentInstance=t("__VUE_INSTANCE_SETTERS__",y=>currentInstance=y),setInSSRSetupState=t("__VUE_SSR_SETTERS__",y=>isInSSRComponentSetup=y)}const setCurrentInstance=e=>{const t=currentInstance;return internalSetCurrentInstance(e),e.scope.on(),()=>{e.scope.off(),internalSetCurrentInstance(t)}},unsetCurrentInstance=()=>{currentInstance&&currentInstance.scope.off(),internalSetCurrentInstance(null)};function isStatefulComponent(e){return e.vnode.shapeFlag&4}let isInSSRComponentSetup=!1;function setupComponent(e,t=!1,y=!1){t&&setInSSRSetupState(t);const{props:n,children:$}=e.vnode,k=isStatefulComponent(e);initProps(e,n,k,t),initSlots(e,$,y);const L=k?setupStatefulComponent(e,t):void 0;return t&&setInSSRSetupState(!1),L}function setupStatefulComponent(e,t){const y=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,PublicInstanceProxyHandlers);const{setup:n}=y;if(n){const $=e.setupContext=n.length>1?createSetupContext(e):null,k=setCurrentInstance(e);pauseTracking();const L=callWithErrorHandling(n,e,0,[e.props,$]);if(resetTracking(),k(),isPromise(L)){if(L.then(unsetCurrentInstance,unsetCurrentInstance),t)return L.then(j=>{handleSetupResult(e,j,t)}).catch(j=>{handleError(j,e,0)});e.asyncDep=L}else handleSetupResult(e,L,t)}else finishComponentSetup(e,t)}function handleSetupResult(e,t,y){isFunction$5(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:isObject$5(t)&&(e.setupState=proxyRefs(t)),finishComponentSetup(e,y)}let compile$2;function finishComponentSetup(e,t,y){const n=e.type;if(!e.render){if(!t&&compile$2&&!n.render){const $=n.template||resolveMergedOptions(e).template;if($){const{isCustomElement:k,compilerOptions:L}=e.appContext.config,{delimiters:j,compilerOptions:V}=n,z=extend$1(extend$1({isCustomElement:k,delimiters:j},L),V);n.render=compile$2($,z)}}e.render=n.render||NOOP}{const $=setCurrentInstance(e);pauseTracking();try{applyOptions(e)}finally{resetTracking(),$()}}}const attrsProxyHandlers={get(e,t){return track(e,"get",""),e[t]}};function createSetupContext(e){const t=y=>{e.exposed=y||{}};return{attrs:new Proxy(e.attrs,attrsProxyHandlers),slots:e.slots,emit:e.emit,expose:t}}function getComponentPublicInstance(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(proxyRefs(markRaw(e.exposed)),{get(t,y){if(y in t)return t[y];if(y in publicPropertiesMap)return publicPropertiesMap[y](e)},has(t,y){return y in t||y in publicPropertiesMap}})):e.proxy}const classifyRE=/(?:^|[-_])(\w)/g,classify=e=>e.replace(classifyRE,t=>t.toUpperCase()).replace(/[-_]/g,"");function getComponentName(e,t=!0){return isFunction$5(e)?e.displayName||e.name:e.name||t&&e.__name}function formatComponentName(e,t,y=!1){let n=getComponentName(t);if(!n&&t.__file){const $=t.__file.match(/([^/\\]+)\.\w+$/);$&&(n=$[1])}if(!n&&e&&e.parent){const $=k=>{for(const L in k)if(k[L]===t)return L};n=$(e.components||e.parent.type.components)||$(e.appContext.components)}return n?classify(n):y?"App":"Anonymous"}function isClassComponent(e){return isFunction$5(e)&&"__vccOpts"in e}const computed=(e,t)=>computed$1(e,t,isInSSRComponentSetup);function h$1(e,t,y){const n=arguments.length;return n===2?isObject$5(t)&&!isArray$4(t)?isVNode(t)?createVNode(e,null,[t]):createVNode(e,t):createVNode(e,null,t):(n>3?y=Array.prototype.slice.call(arguments,2):n===3&&isVNode(y)&&(y=[y]),createVNode(e,t,y))}const version$4="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:(e,t,y)=>{t.insertBefore(e,y||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,y,n)=>{const $=t==="svg"?doc.createElementNS(svgNS,e):t==="mathml"?doc.createElementNS(mathmlNS,e):y?doc.createElement(e,{is:y}):doc.createElement(e);return e==="select"&&n&&n.multiple!=null&&$.setAttribute("multiple",n.multiple),$},createText:e=>doc.createTextNode(e),createComment:e=>doc.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>doc.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,y,n,$,k){const L=y?y.previousSibling:t.lastChild;if($&&($===k||$.nextSibling))for(;t.insertBefore($.cloneNode(!0),y),!($===k||!($=$.nextSibling)););else{templateContainer.innerHTML=n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e;const j=templateContainer.content;if(n==="svg"||n==="mathml"){const V=j.firstChild;for(;V.firstChild;)j.appendChild(V.firstChild);j.removeChild(V)}t.insertBefore(j,y)}return[L?L.nextSibling:t.firstChild,y?y.previousSibling:t.lastChild]}},TRANSITION="transition",ANIMATION="animation",vtcKey=Symbol("_vtc"),Transition=(e,{slots:t})=>h$1(BaseTransition,resolveTransitionProps(e),t);Transition.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.props=extend$1({},BaseTransitionPropsValidators,DOMTransitionPropsValidators),callHook=(e,t=[])=>{isArray$4(e)?e.forEach(y=>y(...t)):e&&e(...t)},hasExplicitCallback=e=>e?isArray$4(e)?e.some(t=>t.length>1):e.length>1:!1;function resolveTransitionProps(e){const t={};for(const ie in e)ie in DOMTransitionPropsValidators||(t[ie]=e[ie]);if(e.css===!1)return t;const{name:y="v",type:n,duration:$,enterFromClass:k=`${y}-enter-from`,enterActiveClass:L=`${y}-enter-active`,enterToClass:j=`${y}-enter-to`,appearFromClass:V=k,appearActiveClass:z=L,appearToClass:re=j,leaveFromClass:oe=`${y}-leave-from`,leaveActiveClass:ue=`${y}-leave-active`,leaveToClass:de=`${y}-leave-to`}=e,_e=normalizeDuration($),Ne=_e&&_e[0],Ue=_e&&_e[1],{onBeforeEnter:$e,onEnter:Ve,onEnterCancelled:Fe,onLeave:qe,onLeaveCancelled:er,onBeforeAppear:ir=$e,onAppear:dr=Ve,onAppearCancelled:cr=Fe}=t,nr=(ie,pe,Ce)=>{removeTransitionClass(ie,pe?re:j),removeTransitionClass(ie,pe?z:L),Ce&&Ce()},lr=(ie,pe)=>{ie._isLeaving=!1,removeTransitionClass(ie,oe),removeTransitionClass(ie,de),removeTransitionClass(ie,ue),pe&&pe()},Et=ie=>(pe,Ce)=>{const Ie=ie?dr:Ve,jt=()=>nr(pe,ie,Ce);callHook(Ie,[pe,jt]),nextFrame(()=>{removeTransitionClass(pe,ie?V:k),addTransitionClass(pe,ie?re:j),hasExplicitCallback(Ie)||whenTransitionEnds(pe,n,Ne,jt)})};return extend$1(t,{onBeforeEnter(ie){callHook($e,[ie]),addTransitionClass(ie,k),addTransitionClass(ie,L)},onBeforeAppear(ie){callHook(ir,[ie]),addTransitionClass(ie,V),addTransitionClass(ie,z)},onEnter:Et(!1),onAppear:Et(!0),onLeave(ie,pe){ie._isLeaving=!0;const Ce=()=>lr(ie,pe);addTransitionClass(ie,oe),addTransitionClass(ie,ue),forceReflow(),nextFrame(()=>{ie._isLeaving&&(removeTransitionClass(ie,oe),addTransitionClass(ie,de),hasExplicitCallback(qe)||whenTransitionEnds(ie,n,Ue,Ce))}),callHook(qe,[ie,Ce])},onEnterCancelled(ie){nr(ie,!1),callHook(Fe,[ie])},onAppearCancelled(ie){nr(ie,!0),callHook(cr,[ie])},onLeaveCancelled(ie){lr(ie),callHook(er,[ie])}})}function normalizeDuration(e){if(e==null)return null;if(isObject$5(e))return[NumberOf(e.enter),NumberOf(e.leave)];{const t=NumberOf(e);return[t,t]}}function NumberOf(e){return toNumber$3(e)}function addTransitionClass(e,t){t.split(/\s+/).forEach(y=>y&&e.classList.add(y)),(e[vtcKey]||(e[vtcKey]=new Set)).add(t)}function removeTransitionClass(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.remove(n));const y=e[vtcKey];y&&(y.delete(t),y.size||(e[vtcKey]=void 0))}function nextFrame(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let endId=0;function whenTransitionEnds(e,t,y,n){const $=e._endId=++endId,k=()=>{$===e._endId&&n()};if(y)return setTimeout(k,y);const{type:L,timeout:j,propCount:V}=getTransitionInfo(e,t);if(!L)return n();const z=L+"end";let re=0;const oe=()=>{e.removeEventListener(z,ue),k()},ue=de=>{de.target===e&&++re>=V&&oe()};setTimeout(()=>{re<V&&oe()},j+1),e.addEventListener(z,ue)}function getTransitionInfo(e,t){const y=window.getComputedStyle(e),n=_e=>(y[_e]||"").split(", "),$=n(`${TRANSITION}Delay`),k=n(`${TRANSITION}Duration`),L=getTimeout($,k),j=n(`${ANIMATION}Delay`),V=n(`${ANIMATION}Duration`),z=getTimeout(j,V);let re=null,oe=0,ue=0;t===TRANSITION?L>0&&(re=TRANSITION,oe=L,ue=k.length):t===ANIMATION?z>0&&(re=ANIMATION,oe=z,ue=V.length):(oe=Math.max(L,z),re=oe>0?L>z?TRANSITION:ANIMATION:null,ue=re?re===TRANSITION?k.length:V.length:0);const de=re===TRANSITION&&/\b(transform|all)(,|$)/.test(n(`${TRANSITION}Property`).toString());return{type:re,timeout:oe,propCount:ue,hasTransform:de}}function getTimeout(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((y,n)=>toMs(y)+toMs(e[n])))}function toMs(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function forceReflow(){return document.body.offsetHeight}function patchClass(e,t,y){const n=e[vtcKey];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):y?e.setAttribute("class",t):e.className=t}const vShowOriginalDisplay=Symbol("_vod"),vShowHidden=Symbol("_vsh"),vShow={beforeMount(e,{value:t},{transition:y}){e[vShowOriginalDisplay]=e.style.display==="none"?"":e.style.display,y&&t?y.beforeEnter(e):setDisplay(e,t)},mounted(e,{value:t},{transition:y}){y&&t&&y.enter(e)},updated(e,{value:t,oldValue:y},{transition:n}){!t!=!y&&(n?t?(n.beforeEnter(e),setDisplay(e,!0),n.enter(e)):n.leave(e,()=>{setDisplay(e,!1)}):setDisplay(e,t))},beforeUnmount(e,{value:t}){setDisplay(e,t)}};function setDisplay(e,t){e.style.display=t?e[vShowOriginalDisplay]:"none",e[vShowHidden]=!t}const CSS_VAR_TEXT=Symbol(""),displayRE=/(^|;)\s*display\s*:/;function patchStyle(e,t,y){const n=e.style,$=isString$4(y);let k=!1;if(y&&!$){if(t)if(isString$4(t))for(const L of t.split(";")){const j=L.slice(0,L.indexOf(":")).trim();y[j]==null&&setStyle(n,j,"")}else for(const L in t)y[L]==null&&setStyle(n,L,"");for(const L in y)L==="display"&&(k=!0),setStyle(n,L,y[L])}else if($){if(t!==y){const L=n[CSS_VAR_TEXT];L&&(y+=";"+L),n.cssText=y,k=displayRE.test(y)}}else t&&e.removeAttribute("style");vShowOriginalDisplay in e&&(e[vShowOriginalDisplay]=k?n.display:"",e[vShowHidden]&&(n.display="none"))}const importantRE=/\s*!important$/;function setStyle(e,t,y){if(isArray$4(y))y.forEach(n=>setStyle(e,t,n));else if(y==null&&(y=""),t.startsWith("--"))e.setProperty(t,y);else{const n=autoPrefix(e,t);importantRE.test(y)?e.setProperty(hyphenate$1(n),y.replace(importantRE,""),"important"):e[n]=y}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(e,t){const y=prefixCache[t];if(y)return y;let n=camelize(t);if(n!=="filter"&&n in e)return prefixCache[t]=n;n=capitalize$1(n);for(let $=0;$<prefixes.length;$++){const k=prefixes[$]+n;if(k in e)return prefixCache[t]=k}return t}const xlinkNS="http://www.w3.org/1999/xlink";function patchAttr(e,t,y,n,$,k=isSpecialBooleanAttr(t)){n&&t.startsWith("xlink:")?y==null?e.removeAttributeNS(xlinkNS,t.slice(6,t.length)):e.setAttributeNS(xlinkNS,t,y):y==null||k&&!includeBooleanAttr(y)?e.removeAttribute(t):e.setAttribute(t,k?"":isSymbol$2(y)?String(y):y)}function patchDOMProp(e,t,y,n){if(t==="innerHTML"||t==="textContent"){if(y==null)return;e[t]=y;return}const $=e.tagName;if(t==="value"&&$!=="PROGRESS"&&!$.includes("-")){const L=$==="OPTION"?e.getAttribute("value")||"":e.value,j=y==null?"":String(y);(L!==j||!("_value"in e))&&(e.value=j),y==null&&e.removeAttribute(t),e._value=y;return}let k=!1;if(y===""||y==null){const L=typeof e[t];L==="boolean"?y=includeBooleanAttr(y):y==null&&L==="string"?(y="",k=!0):L==="number"&&(y=0,k=!0)}try{e[t]=y}catch{}k&&e.removeAttribute(t)}function addEventListener(e,t,y,n){e.addEventListener(t,y,n)}function removeEventListener(e,t,y,n){e.removeEventListener(t,y,n)}const veiKey=Symbol("_vei");function patchEvent(e,t,y,n,$=null){const k=e[veiKey]||(e[veiKey]={}),L=k[t];if(n&&L)L.value=n;else{const[j,V]=parseName(t);if(n){const z=k[t]=createInvoker(n,$);addEventListener(e,j,z,V)}else L&&(removeEventListener(e,j,L,V),k[t]=void 0)}}const optionsModifierRE=/(?:Once|Passive|Capture)$/;function parseName(e){let t;if(optionsModifierRE.test(e)){t={};let n;for(;n=e.match(optionsModifierRE);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):hyphenate$1(e.slice(2)),t]}let cachedNow=0;const p$2=Promise.resolve(),getNow=()=>cachedNow||(p$2.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(e,t){const y=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=y.attached)return;callWithAsyncErrorHandling(patchStopImmediatePropagation(n,y.value),t,5,[n])};return y.value=e,y.attached=getNow(),y}function patchStopImmediatePropagation(e,t){if(isArray$4(t)){const y=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{y.call(e),e._stopped=!0},t.map(n=>$=>!$._stopped&&n&&n($))}else return t}const isNativeOn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,patchProp=(e,t,y,n,$,k)=>{const L=$==="svg";t==="class"?patchClass(e,n,L):t==="style"?patchStyle(e,y,n):isOn(t)?isModelListener(t)||patchEvent(e,t,y,n,k):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):shouldSetAsProp(e,t,n,L))?(patchDOMProp(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&patchAttr(e,t,n,L,k,t!=="value")):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),patchAttr(e,t,n,L))};function shouldSetAsProp(e,t,y,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&isNativeOn(t)&&isFunction$5(y));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const $=e.tagName;if($==="IMG"||$==="VIDEO"||$==="CANVAS"||$==="SOURCE")return!1}return isNativeOn(t)&&isString$4(y)?!1:t in e}const positionMap=new WeakMap,newPositionMap=new WeakMap,moveCbKey=Symbol("_moveCb"),enterCbKey=Symbol("_enterCb"),TransitionGroupImpl={name:"TransitionGroup",props:extend$1({},TransitionPropsValidators,{tag:String,moveClass:String}),setup(e,{slots:t}){const y=getCurrentInstance(),n=useTransitionState();let $,k;return onUpdated(()=>{if(!$.length)return;const L=e.moveClass||`${e.name||"v"}-move`;if(!hasCSSTransform($[0].el,y.vnode.el,L))return;$.forEach(callPendingCbs),$.forEach(recordPosition);const j=$.filter(applyTranslation);forceReflow(),j.forEach(V=>{const z=V.el,re=z.style;addTransitionClass(z,L),re.transform=re.webkitTransform=re.transitionDuration="";const oe=z[moveCbKey]=ue=>{ue&&ue.target!==z||(!ue||/transform$/.test(ue.propertyName))&&(z.removeEventListener("transitionend",oe),z[moveCbKey]=null,removeTransitionClass(z,L))};z.addEventListener("transitionend",oe)})}),()=>{const L=toRaw(e),j=resolveTransitionProps(L);let V=L.tag||Fragment;if($=[],k)for(let z=0;z<k.length;z++){const re=k[z];re.el&&re.el instanceof Element&&($.push(re),setTransitionHooks(re,resolveTransitionHooks(re,j,n,y)),positionMap.set(re,re.el.getBoundingClientRect()))}k=t.default?getTransitionRawChildren(t.default()):[];for(let z=0;z<k.length;z++){const re=k[z];re.key!=null&&setTransitionHooks(re,resolveTransitionHooks(re,j,n,y))}return createVNode(V,null,k)}}},removeMode=e=>delete e.mode;TransitionGroupImpl.props;const TransitionGroup=TransitionGroupImpl;function callPendingCbs(e){const t=e.el;t[moveCbKey]&&t[moveCbKey](),t[enterCbKey]&&t[enterCbKey]()}function recordPosition(e){newPositionMap.set(e,e.el.getBoundingClientRect())}function applyTranslation(e){const t=positionMap.get(e),y=newPositionMap.get(e),n=t.left-y.left,$=t.top-y.top;if(n||$){const k=e.el.style;return k.transform=k.webkitTransform=`translate(${n}px,${$}px)`,k.transitionDuration="0s",e}}function hasCSSTransform(e,t,y){const n=e.cloneNode(),$=e[vtcKey];$&&$.forEach(j=>{j.split(/\s+/).forEach(V=>V&&n.classList.remove(V))}),y.split(/\s+/).forEach(j=>j&&n.classList.add(j)),n.style.display="none";const k=t.nodeType===1?t:t.parentNode;k.appendChild(n);const{hasTransform:L}=getTransitionInfo(n);return k.removeChild(n),L}const getModelAssigner=e=>{const t=e.props["onUpdate:modelValue"]||!1;return isArray$4(t)?y=>invokeArrayFns(t,y):t};function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const assignKey=Symbol("_assign"),vModelText={created(e,{modifiers:{lazy:t,trim:y,number:n}},$){e[assignKey]=getModelAssigner($);const k=n||$.props&&$.props.type==="number";addEventListener(e,t?"change":"input",L=>{if(L.target.composing)return;let j=e.value;y&&(j=j.trim()),k&&(j=looseToNumber(j)),e[assignKey](j)}),y&&addEventListener(e,"change",()=>{e.value=e.value.trim()}),t||(addEventListener(e,"compositionstart",onCompositionStart),addEventListener(e,"compositionend",onCompositionEnd),addEventListener(e,"change",onCompositionEnd))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:y,modifiers:{lazy:n,trim:$,number:k}},L){if(e[assignKey]=getModelAssigner(L),e.composing)return;const j=(k||e.type==="number")&&!/^0\d/.test(e.value)?looseToNumber(e.value):e.value,V=t??"";j!==V&&(document.activeElement===e&&e.type!=="range"&&(n&&t===y||$&&e.value.trim()===V)||(e.value=V))}},vModelCheckbox={deep:!0,created(e,t,y){e[assignKey]=getModelAssigner(y),addEventListener(e,"change",()=>{const n=e._modelValue,$=getValue$2(e),k=e.checked,L=e[assignKey];if(isArray$4(n)){const j=looseIndexOf(n,$),V=j!==-1;if(k&&!V)L(n.concat($));else if(!k&&V){const z=[...n];z.splice(j,1),L(z)}}else if(isSet$1(n)){const j=new Set(n);k?j.add($):j.delete($),L(j)}else L(getCheckboxValue(e,k))})},mounted:setChecked,beforeUpdate(e,t,y){e[assignKey]=getModelAssigner(y),setChecked(e,t,y)}};function setChecked(e,{value:t,oldValue:y},n){e._modelValue=t,isArray$4(t)?e.checked=looseIndexOf(t,n.props.value)>-1:isSet$1(t)?e.checked=t.has(n.props.value):t!==y&&(e.checked=looseEqual(t,getCheckboxValue(e,!0)))}const vModelRadio={created(e,{value:t},y){e.checked=looseEqual(t,y.props.value),e[assignKey]=getModelAssigner(y),addEventListener(e,"change",()=>{e[assignKey](getValue$2(e))})},beforeUpdate(e,{value:t,oldValue:y},n){e[assignKey]=getModelAssigner(n),t!==y&&(e.checked=looseEqual(t,n.props.value))}};function getValue$2(e){return"_value"in e?e._value:e.value}function getCheckboxValue(e,t){const y=t?"_trueValue":"_falseValue";return y in e?e[y]:t}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>systemModifiers.some(y=>e[`${y}Key`]&&!t.includes(y))},withModifiers=(e,t)=>{const y=e._withMods||(e._withMods={}),n=t.join(".");return y[n]||(y[n]=($,...k)=>{for(let L=0;L<t.length;L++){const j=modifierGuards[t[L]];if(j&&j($,t))return}return e($,...k)})},keyNames={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},withKeys=(e,t)=>{const y=e._withKeys||(e._withKeys={}),n=t.join(".");return y[n]||(y[n]=$=>{if(!("key"in $))return;const k=hyphenate$1($.key);if(t.some(L=>L===k||keyNames[L]===k))return e($)})},rendererOptions=extend$1({patchProp},nodeOps);let renderer;function ensureRenderer(){return renderer||(renderer=createRenderer$1(rendererOptions))}const render$1=(...e)=>{ensureRenderer().render(...e)},createApp=(...e)=>{const t=ensureRenderer().createApp(...e),{mount:y}=t;return t.mount=n=>{const $=normalizeContainer(n);if(!$)return;const k=t._component;!isFunction$5(k)&&!k.render&&!k.template&&(k.template=$.innerHTML),$.innerHTML="";const L=y($,!1,resolveRootNamespace($));return $ instanceof Element&&($.removeAttribute("v-cloak"),$.setAttribute("data-v-app","")),L},t};function resolveRootNamespace(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function normalizeContainer(e){return isString$4(e)?document.querySelector(e):e}var isVue2=!1;let activePinia;const setActivePinia=e=>activePinia=e,piniaSymbol=Symbol();function isPlainObject$2(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var MutationType;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const e=effectScope(!0),t=e.run(()=>ref$1({}));let y=[],n=[];const $=markRaw({install(k){setActivePinia($),$._a=k,k.provide(piniaSymbol,$),k.config.globalProperties.$pinia=$,n.forEach(L=>y.push(L)),n=[]},use(k){return!this._a&&!isVue2?n.push(k):y.push(k),this},_p:y,_a:null,_e:e,_s:new Map,state:t});return $}const noop$7=()=>{};function addSubscription(e,t,y,n=noop$7){e.push(t);const $=()=>{const k=e.indexOf(t);k>-1&&(e.splice(k,1),n())};return!y&&getCurrentScope()&&onScopeDispose($),$}function triggerSubscriptions(e,...t){e.slice().forEach(y=>{y(...t)})}const fallbackRunWithContext=e=>e(),ACTION_MARKER=Symbol(),ACTION_NAME=Symbol();function mergeReactiveObjects(e,t){e instanceof Map&&t instanceof Map?t.forEach((y,n)=>e.set(n,y)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const y in t){if(!t.hasOwnProperty(y))continue;const n=t[y],$=e[y];isPlainObject$2($)&&isPlainObject$2(n)&&e.hasOwnProperty(y)&&!isRef(n)&&!isReactive(n)?e[y]=mergeReactiveObjects($,n):e[y]=n}return e}const skipHydrateSymbol=Symbol();function shouldHydrate(e){return!isPlainObject$2(e)||!e.hasOwnProperty(skipHydrateSymbol)}const{assign}=Object;function isComputed(e){return!!(isRef(e)&&e.effect)}function createOptionsStore(e,t,y,n){const{state:$,actions:k,getters:L}=t,j=y.state.value[e];let V;function z(){j||(y.state.value[e]=$?$():{});const re=toRefs(y.state.value[e]);return assign(re,k,Object.keys(L||{}).reduce((oe,ue)=>(oe[ue]=markRaw(computed(()=>{setActivePinia(y);const de=y._s.get(e);return L[ue].call(de,de)})),oe),{}))}return V=createSetupStore(e,z,t,y,n,!0),V}function createSetupStore(e,t,y={},n,$,k){let L;const j=assign({actions:{}},y),V={deep:!0};let z,re,oe=[],ue=[],de;const _e=n.state.value[e];!k&&!_e&&(n.state.value[e]={}),ref$1({});let Ne;function Ue(cr){let nr;z=re=!1,typeof cr=="function"?(cr(n.state.value[e]),nr={type:MutationType.patchFunction,storeId:e,events:de}):(mergeReactiveObjects(n.state.value[e],cr),nr={type:MutationType.patchObject,payload:cr,storeId:e,events:de});const lr=Ne=Symbol();nextTick$3().then(()=>{Ne===lr&&(z=!0)}),re=!0,triggerSubscriptions(oe,nr,n.state.value[e])}const $e=k?function(){const{state:nr}=y,lr=nr?nr():{};this.$patch(Et=>{assign(Et,lr)})}:noop$7;function Ve(){L.stop(),oe=[],ue=[],n._s.delete(e)}const Fe=(cr,nr="")=>{if(ACTION_MARKER in cr)return cr[ACTION_NAME]=nr,cr;const lr=function(){setActivePinia(n);const Et=Array.from(arguments),ie=[],pe=[];function Ce(ar){ie.push(ar)}function Ie(ar){pe.push(ar)}triggerSubscriptions(ue,{args:Et,name:lr[ACTION_NAME],store:er,after:Ce,onError:Ie});let jt;try{jt=cr.apply(this&&this.$id===e?this:er,Et)}catch(ar){throw triggerSubscriptions(pe,ar),ar}return jt instanceof Promise?jt.then(ar=>(triggerSubscriptions(ie,ar),ar)).catch(ar=>(triggerSubscriptions(pe,ar),Promise.reject(ar))):(triggerSubscriptions(ie,jt),jt)};return lr[ACTION_MARKER]=!0,lr[ACTION_NAME]=nr,lr},qe={_p:n,$id:e,$onAction:addSubscription.bind(null,ue),$patch:Ue,$reset:$e,$subscribe(cr,nr={}){const lr=addSubscription(oe,cr,nr.detached,()=>Et()),Et=L.run(()=>watch(()=>n.state.value[e],ie=>{(nr.flush==="sync"?re:z)&&cr({storeId:e,type:MutationType.direct,events:de},ie)},assign({},V,nr)));return lr},$dispose:Ve},er=reactive(qe);n._s.set(e,er);const dr=(n._a&&n._a.runWithContext||fallbackRunWithContext)(()=>n._e.run(()=>(L=effectScope()).run(()=>t({action:Fe}))));for(const cr in dr){const nr=dr[cr];if(isRef(nr)&&!isComputed(nr)||isReactive(nr))k||(_e&&shouldHydrate(nr)&&(isRef(nr)?nr.value=_e[cr]:mergeReactiveObjects(nr,_e[cr])),n.state.value[e][cr]=nr);else if(typeof nr=="function"){const lr=Fe(nr,cr);dr[cr]=lr,j.actions[cr]=nr}}return assign(er,dr),assign(toRaw(er),dr),Object.defineProperty(er,"$state",{get:()=>n.state.value[e],set:cr=>{Ue(nr=>{assign(nr,cr)})}}),n._p.forEach(cr=>{assign(er,L.run(()=>cr({store:er,app:n._a,pinia:n,options:j})))}),_e&&k&&y.hydrate&&y.hydrate(er.$state,_e),z=!0,re=!0,er}function defineStore(e,t,y){let n,$;const k=typeof t=="function";n=e,$=k?y:t;function L(j,V){const z=hasInjectionContext();return j=j||(z?inject(piniaSymbol,null):null),j&&setActivePinia(j),j=activePinia,j._s.has(n)||(k?createSetupStore(n,t,$,j):createOptionsStore(n,$,j)),j._s.get(n)}return L.$id=n,L}function storeToRefs(e){{e=toRaw(e);const t={};for(const y in e){const n=e[y];(isRef(n)||isReactive(n))&&(t[y]=toRef$1(e,y))}return t}}function getDefaults(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}let defaults$2=getDefaults();function changeDefaults(e){defaults$2=e}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=e=>escapeReplacements[e];function escape$4(e,t){if(t){if(escapeTest.test(e))return e.replace(escapeReplace,getEscapeReplacement)}else if(escapeTestNoEncode.test(e))return e.replace(escapeReplaceNoEncode,getEscapeReplacement);return e}const unescapeTest=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function unescape$2(e){return e.replace(unescapeTest,(t,y)=>(y=y.toLowerCase(),y==="colon"?":":y.charAt(0)==="#"?y.charAt(1)==="x"?String.fromCharCode(parseInt(y.substring(2),16)):String.fromCharCode(+y.substring(1)):""))}const caret$2=/(^|[^\[])\^/g;function edit(e,t){e=typeof e=="string"?e:e.source,t=t||"";const y={replace:(n,$)=>($=$.source||$,$=$.replace(caret$2,"$1"),e=e.replace(n,$),y),getRegex:()=>new RegExp(e,t)};return y}const nonWordAndColonTest=/[^\w:]/g,originIndependentUrl=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function cleanUrl(e,t,y){if(e){let n;try{n=decodeURIComponent(unescape$2(y)).replace(nonWordAndColonTest,"").toLowerCase()}catch{return null}if(n.indexOf("javascript:")===0||n.indexOf("vbscript:")===0||n.indexOf("data:")===0)return null}t&&!originIndependentUrl.test(y)&&(y=resolveUrl(t,y));try{y=encodeURI(y).replace(/%25/g,"%")}catch{return null}return y}const baseUrls={},justDomain=/^[^:]+:\/*[^/]*$/,protocol=/^([^:]+:)[\s\S]*$/,domain=/^([^:]+:\/*[^/]*)[\s\S]*$/;function resolveUrl(e,t){baseUrls[" "+e]||(justDomain.test(e)?baseUrls[" "+e]=e+"/":baseUrls[" "+e]=rtrim(e,"/",!0)),e=baseUrls[" "+e];const y=e.indexOf(":")===-1;return t.substring(0,2)==="//"?y?t:e.replace(protocol,"$1")+t:t.charAt(0)==="/"?y?t:e.replace(domain,"$1")+t:e+t}const noopTest={exec:function(){}};function splitCells(e,t){const y=e.replace(/\|/g,(k,L,j)=>{let V=!1,z=L;for(;--z>=0&&j[z]==="\\";)V=!V;return V?"|":" |"}),n=y.split(/ \|/);let $=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),n.length>t)n.splice(t);else for(;n.length<t;)n.push("");for(;$<n.length;$++)n[$]=n[$].trim().replace(/\\\|/g,"|");return n}function rtrim(e,t,y){const n=e.length;if(n===0)return"";let $=0;for(;$<n;){const k=e.charAt(n-$-1);if(k===t&&!y)$++;else if(k!==t&&y)$++;else break}return e.slice(0,n-$)}function findClosingBracket(e,t){if(e.indexOf(t[1])===-1)return-1;const y=e.length;let n=0,$=0;for(;$<y;$++)if(e[$]==="\\")$++;else if(e[$]===t[0])n++;else if(e[$]===t[1]&&(n--,n<0))return $;return-1}function checkSanitizeDeprecation(e){e&&e.sanitize&&!e.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function repeatString(e,t){if(t<1)return"";let y="";for(;t>1;)t&1&&(y+=e),t>>=1,e+=e;return y+e}function outputLink(e,t,y,n){const $=t.href,k=t.title?escape$4(t.title):null,L=e[1].replace(/\\([\[\]])/g,"$1");if(e[0].charAt(0)!=="!"){n.state.inLink=!0;const j={type:"link",raw:y,href:$,title:k,text:L,tokens:n.inlineTokens(L)};return n.state.inLink=!1,j}return{type:"image",raw:y,href:$,title:k,text:escape$4(L)}}function indentCodeCompensation(e,t){const y=e.match(/^(\s+)(?:```)/);if(y===null)return t;const n=y[1];return t.split(`
`).map($=>{const k=$.match(/^\s+/);if(k===null)return $;const[L]=k;return L.length>=n.length?$.slice(n.length):$}).join(`
`)}let Tokenizer$1=class{constructor(t){this.options=t||defaults$2}space(t){const y=this.rules.block.newline.exec(t);if(y&&y[0].length>0)return{type:"space",raw:y[0]}}code(t){const y=this.rules.block.code.exec(t);if(y){const n=y[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:y[0],codeBlockStyle:"indented",text:this.options.pedantic?n:rtrim(n,`
`)}}}fences(t){const y=this.rules.block.fences.exec(t);if(y){const n=y[0],$=indentCodeCompensation(n,y[3]||"");return{type:"code",raw:n,lang:y[2]?y[2].trim().replace(this.rules.inline._escapes,"$1"):y[2],text:$}}}heading(t){const y=this.rules.block.heading.exec(t);if(y){let n=y[2].trim();if(/#$/.test(n)){const $=rtrim(n,"#");(this.options.pedantic||!$||/ $/.test($))&&(n=$.trim())}return{type:"heading",raw:y[0],depth:y[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(t){const y=this.rules.block.hr.exec(t);if(y)return{type:"hr",raw:y[0]}}blockquote(t){const y=this.rules.block.blockquote.exec(t);if(y){const n=y[0].replace(/^ *>[ \t]?/gm,""),$=this.lexer.state.top;this.lexer.state.top=!0;const k=this.lexer.blockTokens(n);return this.lexer.state.top=$,{type:"blockquote",raw:y[0],tokens:k,text:n}}}list(t){let y=this.rules.block.list.exec(t);if(y){let n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne=y[1].trim();const Ue=Ne.length>1,$e={type:"list",raw:"",ordered:Ue,start:Ue?+Ne.slice(0,-1):"",loose:!1,items:[]};Ne=Ue?`\\d{1,9}\\${Ne.slice(-1)}`:`\\${Ne}`,this.options.pedantic&&(Ne=Ue?Ne:"[*+-]");const Ve=new RegExp(`^( {0,3}${Ne})((?:[ ][^\\n]*)?(?:\\n|$))`);for(;t&&(_e=!1,!(!(y=Ve.exec(t))||this.rules.block.hr.test(t)));){if(n=y[0],t=t.substring(n.length),re=y[2].split(`
`,1)[0].replace(/^\t+/,qe=>" ".repeat(3*qe.length)),oe=t.split(`
`,1)[0],this.options.pedantic?(L=2,de=re.trimLeft()):(L=y[2].search(/[^ ]/),L=L>4?1:L,de=re.slice(L),L+=y[1].length),V=!1,!re&&/^ *$/.test(oe)&&(n+=oe+`
`,t=t.substring(oe.length+1),_e=!0),!_e){const qe=new RegExp(`^ {0,${Math.min(3,L-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),er=new RegExp(`^ {0,${Math.min(3,L-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),ir=new RegExp(`^ {0,${Math.min(3,L-1)}}(?:\`\`\`|~~~)`),dr=new RegExp(`^ {0,${Math.min(3,L-1)}}#`);for(;t&&(ue=t.split(`
`,1)[0],oe=ue,this.options.pedantic&&(oe=oe.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!(ir.test(oe)||dr.test(oe)||qe.test(oe)||er.test(t)));){if(oe.search(/[^ ]/)>=L||!oe.trim())de+=`
`+oe.slice(L);else{if(V||re.search(/[^ ]/)>=4||ir.test(re)||dr.test(re)||er.test(re))break;de+=`
`+oe}!V&&!oe.trim()&&(V=!0),n+=ue+`
`,t=t.substring(ue.length+1),re=oe.slice(L)}}$e.loose||(z?$e.loose=!0:/\n *\n *$/.test(n)&&(z=!0)),this.options.gfm&&($=/^\[[ xX]\] /.exec(de),$&&(k=$[0]!=="[ ] ",de=de.replace(/^\[[ xX]\] +/,""))),$e.items.push({type:"list_item",raw:n,task:!!$,checked:k,loose:!1,text:de}),$e.raw+=n}$e.items[$e.items.length-1].raw=n.trimRight(),$e.items[$e.items.length-1].text=de.trimRight(),$e.raw=$e.raw.trimRight();const Fe=$e.items.length;for(j=0;j<Fe;j++)if(this.lexer.state.top=!1,$e.items[j].tokens=this.lexer.blockTokens($e.items[j].text,[]),!$e.loose){const qe=$e.items[j].tokens.filter(ir=>ir.type==="space"),er=qe.length>0&&qe.some(ir=>/\n.*\n/.test(ir.raw));$e.loose=er}if($e.loose)for(j=0;j<Fe;j++)$e.items[j].loose=!0;return $e}}html(t){const y=this.rules.block.html.exec(t);if(y){const n={type:"html",raw:y[0],pre:!this.options.sanitizer&&(y[1]==="pre"||y[1]==="script"||y[1]==="style"),text:y[0]};if(this.options.sanitize){const $=this.options.sanitizer?this.options.sanitizer(y[0]):escape$4(y[0]);n.type="paragraph",n.text=$,n.tokens=this.lexer.inline($)}return n}}def(t){const y=this.rules.block.def.exec(t);if(y){const n=y[1].toLowerCase().replace(/\s+/g," "),$=y[2]?y[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline._escapes,"$1"):"",k=y[3]?y[3].substring(1,y[3].length-1).replace(this.rules.inline._escapes,"$1"):y[3];return{type:"def",tag:n,raw:y[0],href:$,title:k}}}table(t){const y=this.rules.block.table.exec(t);if(y){const n={type:"table",header:splitCells(y[1]).map($=>({text:$})),align:y[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:y[3]&&y[3].trim()?y[3].replace(/\n[ \t]*$/,"").split(`
`):[]};if(n.header.length===n.align.length){n.raw=y[0];let $=n.align.length,k,L,j,V;for(k=0;k<$;k++)/^ *-+: *$/.test(n.align[k])?n.align[k]="right":/^ *:-+: *$/.test(n.align[k])?n.align[k]="center":/^ *:-+ *$/.test(n.align[k])?n.align[k]="left":n.align[k]=null;for($=n.rows.length,k=0;k<$;k++)n.rows[k]=splitCells(n.rows[k],n.header.length).map(z=>({text:z}));for($=n.header.length,L=0;L<$;L++)n.header[L].tokens=this.lexer.inline(n.header[L].text);for($=n.rows.length,L=0;L<$;L++)for(V=n.rows[L],j=0;j<V.length;j++)V[j].tokens=this.lexer.inline(V[j].text);return n}}}lheading(t){const y=this.rules.block.lheading.exec(t);if(y)return{type:"heading",raw:y[0],depth:y[2].charAt(0)==="="?1:2,text:y[1],tokens:this.lexer.inline(y[1])}}paragraph(t){const y=this.rules.block.paragraph.exec(t);if(y){const n=y[1].charAt(y[1].length-1)===`
`?y[1].slice(0,-1):y[1];return{type:"paragraph",raw:y[0],text:n,tokens:this.lexer.inline(n)}}}text(t){const y=this.rules.block.text.exec(t);if(y)return{type:"text",raw:y[0],text:y[0],tokens:this.lexer.inline(y[0])}}escape(t){const y=this.rules.inline.escape.exec(t);if(y)return{type:"escape",raw:y[0],text:escape$4(y[1])}}tag(t){const y=this.rules.inline.tag.exec(t);if(y)return!this.lexer.state.inLink&&/^<a /i.test(y[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(y[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(y[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(y[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:y[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(y[0]):escape$4(y[0]):y[0]}}link(t){const y=this.rules.inline.link.exec(t);if(y){const n=y[2].trim();if(!this.options.pedantic&&/^</.test(n)){if(!/>$/.test(n))return;const L=rtrim(n.slice(0,-1),"\\");if((n.length-L.length)%2===0)return}else{const L=findClosingBracket(y[2],"()");if(L>-1){const V=(y[0].indexOf("!")===0?5:4)+y[1].length+L;y[2]=y[2].substring(0,L),y[0]=y[0].substring(0,V).trim(),y[3]=""}}let $=y[2],k="";if(this.options.pedantic){const L=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec($);L&&($=L[1],k=L[3])}else k=y[3]?y[3].slice(1,-1):"";return $=$.trim(),/^</.test($)&&(this.options.pedantic&&!/>$/.test(n)?$=$.slice(1):$=$.slice(1,-1)),outputLink(y,{href:$&&$.replace(this.rules.inline._escapes,"$1"),title:k&&k.replace(this.rules.inline._escapes,"$1")},y[0],this.lexer)}}reflink(t,y){let n;if((n=this.rules.inline.reflink.exec(t))||(n=this.rules.inline.nolink.exec(t))){let $=(n[2]||n[1]).replace(/\s+/g," ");if($=y[$.toLowerCase()],!$){const k=n[0].charAt(0);return{type:"text",raw:k,text:k}}return outputLink(n,$,n[0],this.lexer)}}emStrong(t,y,n=""){let $=this.rules.inline.emStrong.lDelim.exec(t);if(!$||$[3]&&n.match(/[\p{L}\p{N}]/u))return;const k=$[1]||$[2]||"";if(!k||k&&(n===""||this.rules.inline.punctuation.exec(n))){const L=$[0].length-1;let j,V,z=L,re=0;const oe=$[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(oe.lastIndex=0,y=y.slice(-1*t.length+L);($=oe.exec(y))!=null;){if(j=$[1]||$[2]||$[3]||$[4]||$[5]||$[6],!j)continue;if(V=j.length,$[3]||$[4]){z+=V;continue}else if(($[5]||$[6])&&L%3&&!((L+V)%3)){re+=V;continue}if(z-=V,z>0)continue;V=Math.min(V,V+z+re);const ue=t.slice(0,L+$.index+($[0].length-j.length)+V);if(Math.min(L,V)%2){const _e=ue.slice(1,-1);return{type:"em",raw:ue,text:_e,tokens:this.lexer.inlineTokens(_e)}}const de=ue.slice(2,-2);return{type:"strong",raw:ue,text:de,tokens:this.lexer.inlineTokens(de)}}}}codespan(t){const y=this.rules.inline.code.exec(t);if(y){let n=y[2].replace(/\n/g," ");const $=/[^ ]/.test(n),k=/^ /.test(n)&&/ $/.test(n);return $&&k&&(n=n.substring(1,n.length-1)),n=escape$4(n,!0),{type:"codespan",raw:y[0],text:n}}}br(t){const y=this.rules.inline.br.exec(t);if(y)return{type:"br",raw:y[0]}}del(t){const y=this.rules.inline.del.exec(t);if(y)return{type:"del",raw:y[0],text:y[2],tokens:this.lexer.inlineTokens(y[2])}}autolink(t,y){const n=this.rules.inline.autolink.exec(t);if(n){let $,k;return n[2]==="@"?($=escape$4(this.options.mangle?y(n[1]):n[1]),k="mailto:"+$):($=escape$4(n[1]),k=$),{type:"link",raw:n[0],text:$,href:k,tokens:[{type:"text",raw:$,text:$}]}}}url(t,y){let n;if(n=this.rules.inline.url.exec(t)){let $,k;if(n[2]==="@")$=escape$4(this.options.mangle?y(n[0]):n[0]),k="mailto:"+$;else{let L;do L=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0];while(L!==n[0]);$=escape$4(n[0]),n[1]==="www."?k="http://"+n[0]:k=n[0]}return{type:"link",raw:n[0],text:$,href:k,tokens:[{type:"text",raw:$,text:$}]}}}inlineText(t,y){const n=this.rules.inline.text.exec(t);if(n){let $;return this.lexer.state.inRawBlock?$=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(n[0]):escape$4(n[0]):n[0]:$=escape$4(this.options.smartypants?y(n[0]):n[0]),{type:"text",raw:n[0],text:$}}}};const block$2={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {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|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:noopTest,lheading:/^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/};block$2._label=/(?!\s*\])(?:\\.|[^\[\]\\])+/;block$2._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/;block$2.def=edit(block$2.def).replace("label",block$2._label).replace("title",block$2._title).getRegex();block$2.bullet=/(?:[*+-]|\d{1,9}[.)])/;block$2.listItemStart=edit(/^( *)(bull) */).replace("bull",block$2.bullet).getRegex();block$2.list=edit(block$2.list).replace(/bull/g,block$2.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+block$2.def.source+")").getRegex();block$2._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|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul";block$2._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/;block$2.html=edit(block$2.html,"i").replace("comment",block$2._comment).replace("tag",block$2._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex();block$2.paragraph=edit(block$2._paragraph).replace("hr",block$2.hr).replace("heading"," {0,3}#{1,6} ").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",block$2._tag).getRegex();block$2.blockquote=edit(block$2.blockquote).replace("paragraph",block$2.paragraph).getRegex();block$2.normal={...block$2};block$2.gfm={...block$2.normal,table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"};block$2.gfm.table=edit(block$2.gfm.table).replace("hr",block$2.hr).replace("heading"," {0,3}#{1,6} ").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",block$2._tag).getRegex();block$2.gfm.paragraph=edit(block$2._paragraph).replace("hr",block$2.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",block$2.gfm.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",block$2._tag).getRegex();block$2.pedantic={...block$2.normal,html:edit(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",block$2._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(block$2.normal._paragraph).replace("hr",block$2.hr).replace("heading",` *#{1,6} *[^
]`).replace("lheading",block$2.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()};const inline$1={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:noopTest,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/,rDelimUnd:/^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:noopTest,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};inline$1._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~";inline$1.punctuation=edit(inline$1.punctuation).replace(/punctuation/g,inline$1._punctuation).getRegex();inline$1.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g;inline$1.escapedEmSt=/(?:^|[^\\])(?:\\\\)*\\[*_]/g;inline$1._comment=edit(block$2._comment).replace("(?:-->|$)","-->").getRegex();inline$1.emStrong.lDelim=edit(inline$1.emStrong.lDelim).replace(/punct/g,inline$1._punctuation).getRegex();inline$1.emStrong.rDelimAst=edit(inline$1.emStrong.rDelimAst,"g").replace(/punct/g,inline$1._punctuation).getRegex();inline$1.emStrong.rDelimUnd=edit(inline$1.emStrong.rDelimUnd,"g").replace(/punct/g,inline$1._punctuation).getRegex();inline$1._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g;inline$1._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/;inline$1._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])?)+(?![-_])/;inline$1.autolink=edit(inline$1.autolink).replace("scheme",inline$1._scheme).replace("email",inline$1._email).getRegex();inline$1._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/;inline$1.tag=edit(inline$1.tag).replace("comment",inline$1._comment).replace("attribute",inline$1._attribute).getRegex();inline$1._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/;inline$1._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/;inline$1._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/;inline$1.link=edit(inline$1.link).replace("label",inline$1._label).replace("href",inline$1._href).replace("title",inline$1._title).getRegex();inline$1.reflink=edit(inline$1.reflink).replace("label",inline$1._label).replace("ref",block$2._label).getRegex();inline$1.nolink=edit(inline$1.nolink).replace("ref",block$2._label).getRegex();inline$1.reflinkSearch=edit(inline$1.reflinkSearch,"g").replace("reflink",inline$1.reflink).replace("nolink",inline$1.nolink).getRegex();inline$1.normal={...inline$1};inline$1.pedantic={...inline$1.normal,strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:edit(/^!?\[(label)\]\((.*?)\)/).replace("label",inline$1._label).getRegex(),reflink:edit(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",inline$1._label).getRegex()};inline$1.gfm={...inline$1.normal,escape:edit(inline$1.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_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.!#$%&'*+\/=?_`{\|}~-]+@)))/};inline$1.gfm.url=edit(inline$1.gfm.url,"i").replace("email",inline$1.gfm._extended_email).getRegex();inline$1.breaks={...inline$1.gfm,br:edit(inline$1.br).replace("{2,}","*").getRegex(),text:edit(inline$1.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()};function smartypants(e){return e.replace(/---/g,"—").replace(/--/g,"").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1").replace(/'/g,"").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…")}function mangle(e){let t="",y,n;const $=e.length;for(y=0;y<$;y++)n=e.charCodeAt(y),Math.random()>.5&&(n="x"+n.toString(16)),t+="&#"+n+";";return t}let Lexer$1=class Z0{constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||defaults$2,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 y={block:block$2.normal,inline:inline$1.normal};this.options.pedantic?(y.block=block$2.pedantic,y.inline=inline$1.pedantic):this.options.gfm&&(y.block=block$2.gfm,this.options.breaks?y.inline=inline$1.breaks:y.inline=inline$1.gfm),this.tokenizer.rules=y}static get rules(){return{block:block$2,inline:inline$1}}static lex(t,y){return new Z0(y).lex(t)}static lexInline(t,y){return new Z0(y).inlineTokens(t)}lex(t){t=t.replace(/\r\n|\r/g,`
`),this.blockTokens(t,this.tokens);let y;for(;y=this.inlineQueue.shift();)this.inlineTokens(y.src,y.tokens);return this.tokens}blockTokens(t,y=[]){this.options.pedantic?t=t.replace(/\t/g," ").replace(/^ +$/gm,""):t=t.replace(/^( *)(\t+)/gm,(j,V,z)=>V+" ".repeat(z.length));let n,$,k,L;for(;t;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(j=>(n=j.call({lexer:this},t,y))?(t=t.substring(n.raw.length),y.push(n),!0):!1))){if(n=this.tokenizer.space(t)){t=t.substring(n.raw.length),n.raw.length===1&&y.length>0?y[y.length-1].raw+=`
`:y.push(n);continue}if(n=this.tokenizer.code(t)){t=t.substring(n.raw.length),$=y[y.length-1],$&&($.type==="paragraph"||$.type==="text")?($.raw+=`
`+n.raw,$.text+=`
`+n.text,this.inlineQueue[this.inlineQueue.length-1].src=$.text):y.push(n);continue}if(n=this.tokenizer.fences(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.heading(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.hr(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.blockquote(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.list(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.html(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.def(t)){t=t.substring(n.raw.length),$=y[y.length-1],$&&($.type==="paragraph"||$.type==="text")?($.raw+=`
`+n.raw,$.text+=`
`+n.raw,this.inlineQueue[this.inlineQueue.length-1].src=$.text):this.tokens.links[n.tag]||(this.tokens.links[n.tag]={href:n.href,title:n.title});continue}if(n=this.tokenizer.table(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.lheading(t)){t=t.substring(n.raw.length),y.push(n);continue}if(k=t,this.options.extensions&&this.options.extensions.startBlock){let j=1/0;const V=t.slice(1);let z;this.options.extensions.startBlock.forEach(function(re){z=re.call({lexer:this},V),typeof z=="number"&&z>=0&&(j=Math.min(j,z))}),j<1/0&&j>=0&&(k=t.substring(0,j+1))}if(this.state.top&&(n=this.tokenizer.paragraph(k))){$=y[y.length-1],L&&$.type==="paragraph"?($.raw+=`
`+n.raw,$.text+=`
`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=$.text):y.push(n),L=k.length!==t.length,t=t.substring(n.raw.length);continue}if(n=this.tokenizer.text(t)){t=t.substring(n.raw.length),$=y[y.length-1],$&&$.type==="text"?($.raw+=`
`+n.raw,$.text+=`
`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=$.text):y.push(n);continue}if(t){const j="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(j);break}else throw new Error(j)}}return this.state.top=!0,y}inline(t,y=[]){return this.inlineQueue.push({src:t,tokens:y}),y}inlineTokens(t,y=[]){let n,$,k,L=t,j,V,z;if(this.tokens.links){const re=Object.keys(this.tokens.links);if(re.length>0)for(;(j=this.tokenizer.rules.inline.reflinkSearch.exec(L))!=null;)re.includes(j[0].slice(j[0].lastIndexOf("[")+1,-1))&&(L=L.slice(0,j.index)+"["+repeatString("a",j[0].length-2)+"]"+L.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(j=this.tokenizer.rules.inline.blockSkip.exec(L))!=null;)L=L.slice(0,j.index)+"["+repeatString("a",j[0].length-2)+"]"+L.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(j=this.tokenizer.rules.inline.escapedEmSt.exec(L))!=null;)L=L.slice(0,j.index+j[0].length-2)+"++"+L.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex),this.tokenizer.rules.inline.escapedEmSt.lastIndex--;for(;t;)if(V||(z=""),V=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(re=>(n=re.call({lexer:this},t,y))?(t=t.substring(n.raw.length),y.push(n),!0):!1))){if(n=this.tokenizer.escape(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.tag(t)){t=t.substring(n.raw.length),$=y[y.length-1],$&&n.type==="text"&&$.type==="text"?($.raw+=n.raw,$.text+=n.text):y.push(n);continue}if(n=this.tokenizer.link(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.reflink(t,this.tokens.links)){t=t.substring(n.raw.length),$=y[y.length-1],$&&n.type==="text"&&$.type==="text"?($.raw+=n.raw,$.text+=n.text):y.push(n);continue}if(n=this.tokenizer.emStrong(t,L,z)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.codespan(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.br(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.del(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.autolink(t,mangle)){t=t.substring(n.raw.length),y.push(n);continue}if(!this.state.inLink&&(n=this.tokenizer.url(t,mangle))){t=t.substring(n.raw.length),y.push(n);continue}if(k=t,this.options.extensions&&this.options.extensions.startInline){let re=1/0;const oe=t.slice(1);let ue;this.options.extensions.startInline.forEach(function(de){ue=de.call({lexer:this},oe),typeof ue=="number"&&ue>=0&&(re=Math.min(re,ue))}),re<1/0&&re>=0&&(k=t.substring(0,re+1))}if(n=this.tokenizer.inlineText(k,smartypants)){t=t.substring(n.raw.length),n.raw.slice(-1)!=="_"&&(z=n.raw.slice(-1)),V=!0,$=y[y.length-1],$&&$.type==="text"?($.raw+=n.raw,$.text+=n.text):y.push(n);continue}if(t){const re="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(re);break}else throw new Error(re)}}return y}};class Renderer{constructor(t){this.options=t||defaults$2}code(t,y,n){const $=(y||"").match(/\S*/)[0];if(this.options.highlight){const k=this.options.highlight(t,$);k!=null&&k!==t&&(n=!0,t=k)}return t=t.replace(/\n$/,"")+`
`,$?'<pre><code class="'+this.options.langPrefix+escape$4($)+'">'+(n?t:escape$4(t,!0))+`</code></pre>
`:"<pre><code>"+(n?t:escape$4(t,!0))+`</code></pre>
`}blockquote(t){return`<blockquote>
${t}</blockquote>
`}html(t){return t}heading(t,y,n,$){if(this.options.headerIds){const k=this.options.headerPrefix+$.slug(n);return`<h${y} id="${k}">${t}</h${y}>
`}return`<h${y}>${t}</h${y}>
`}hr(){return this.options.xhtml?`<hr/>
`:`<hr>
`}list(t,y,n){const $=y?"ol":"ul",k=y&&n!==1?' start="'+n+'"':"";return"<"+$+k+`>
`+t+"</"+$+`>
`}listitem(t){return`<li>${t}</li>
`}checkbox(t){return"<input "+(t?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "}paragraph(t){return`<p>${t}</p>
`}table(t,y){return y&&(y=`<tbody>${y}</tbody>`),`<table>
<thead>
`+t+`</thead>
`+y+`</table>
`}tablerow(t){return`<tr>
${t}</tr>
`}tablecell(t,y){const n=y.header?"th":"td";return(y.align?`<${n} align="${y.align}">`:`<${n}>`)+t+`</${n}>
`}strong(t){return`<strong>${t}</strong>`}em(t){return`<em>${t}</em>`}codespan(t){return`<code>${t}</code>`}br(){return this.options.xhtml?"<br/>":"<br>"}del(t){return`<del>${t}</del>`}link(t,y,n){if(t=cleanUrl(this.options.sanitize,this.options.baseUrl,t),t===null)return n;let $='<a href="'+t+'"';return y&&($+=' title="'+y+'"'),$+=">"+n+"</a>",$}image(t,y,n){if(t=cleanUrl(this.options.sanitize,this.options.baseUrl,t),t===null)return n;let $=`<img src="${t}" alt="${n}"`;return y&&($+=` title="${y}"`),$+=this.options.xhtml?"/>":">",$}text(t){return t}}class TextRenderer{strong(t){return t}em(t){return t}codespan(t){return t}del(t){return t}html(t){return t}text(t){return t}link(t,y,n){return""+n}image(t,y,n){return""+n}br(){return""}}class Slugger{constructor(){this.seen={}}serialize(t){return t.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}getNextSafeSlug(t,y){let n=t,$=0;if(this.seen.hasOwnProperty(n)){$=this.seen[t];do $++,n=t+"-"+$;while(this.seen.hasOwnProperty(n))}return y||(this.seen[t]=$,this.seen[n]=0),n}slug(t,y={}){const n=this.serialize(t);return this.getNextSafeSlug(n,y.dryrun)}}let Parser$2=class e1{constructor(t){this.options=t||defaults$2,this.options.renderer=this.options.renderer||new Renderer,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new TextRenderer,this.slugger=new Slugger}static parse(t,y){return new e1(y).parse(t)}static parseInline(t,y){return new e1(y).parseInline(t)}parse(t,y=!0){let n="",$,k,L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve,Fe,qe,er,ir;const dr=t.length;for($=0;$<dr;$++){if(de=t[$],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[de.type]&&(ir=this.options.extensions.renderers[de.type].call({parser:this},de),ir!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(de.type))){n+=ir||"";continue}switch(de.type){case"space":continue;case"hr":{n+=this.renderer.hr();continue}case"heading":{n+=this.renderer.heading(this.parseInline(de.tokens),de.depth,unescape$2(this.parseInline(de.tokens,this.textRenderer)),this.slugger);continue}case"code":{n+=this.renderer.code(de.text,de.lang,de.escaped);continue}case"table":{for(oe="",re="",j=de.header.length,k=0;k<j;k++)re+=this.renderer.tablecell(this.parseInline(de.header[k].tokens),{header:!0,align:de.align[k]});for(oe+=this.renderer.tablerow(re),ue="",j=de.rows.length,k=0;k<j;k++){for(z=de.rows[k],re="",V=z.length,L=0;L<V;L++)re+=this.renderer.tablecell(this.parseInline(z[L].tokens),{header:!1,align:de.align[L]});ue+=this.renderer.tablerow(re)}n+=this.renderer.table(oe,ue);continue}case"blockquote":{ue=this.parse(de.tokens),n+=this.renderer.blockquote(ue);continue}case"list":{for(_e=de.ordered,Ne=de.start,Ue=de.loose,j=de.items.length,ue="",k=0;k<j;k++)Ve=de.items[k],Fe=Ve.checked,qe=Ve.task,$e="",Ve.task&&(er=this.renderer.checkbox(Fe),Ue?Ve.tokens.length>0&&Ve.tokens[0].type==="paragraph"?(Ve.tokens[0].text=er+" "+Ve.tokens[0].text,Ve.tokens[0].tokens&&Ve.tokens[0].tokens.length>0&&Ve.tokens[0].tokens[0].type==="text"&&(Ve.tokens[0].tokens[0].text=er+" "+Ve.tokens[0].tokens[0].text)):Ve.tokens.unshift({type:"text",text:er}):$e+=er),$e+=this.parse(Ve.tokens,Ue),ue+=this.renderer.listitem($e,qe,Fe);n+=this.renderer.list(ue,_e,Ne);continue}case"html":{n+=this.renderer.html(de.text);continue}case"paragraph":{n+=this.renderer.paragraph(this.parseInline(de.tokens));continue}case"text":{for(ue=de.tokens?this.parseInline(de.tokens):de.text;$+1<dr&&t[$+1].type==="text";)de=t[++$],ue+=`
`+(de.tokens?this.parseInline(de.tokens):de.text);n+=y?this.renderer.paragraph(ue):ue;continue}default:{const cr='Token with "'+de.type+'" type was not found.';if(this.options.silent){console.error(cr);return}else throw new Error(cr)}}}return n}parseInline(t,y){y=y||this.renderer;let n="",$,k,L;const j=t.length;for($=0;$<j;$++){if(k=t[$],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[k.type]&&(L=this.options.extensions.renderers[k.type].call({parser:this},k),L!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(k.type))){n+=L||"";continue}switch(k.type){case"escape":{n+=y.text(k.text);break}case"html":{n+=y.html(k.text);break}case"link":{n+=y.link(k.href,k.title,this.parseInline(k.tokens,y));break}case"image":{n+=y.image(k.href,k.title,k.text);break}case"strong":{n+=y.strong(this.parseInline(k.tokens,y));break}case"em":{n+=y.em(this.parseInline(k.tokens,y));break}case"codespan":{n+=y.codespan(k.text);break}case"br":{n+=y.br();break}case"del":{n+=y.del(this.parseInline(k.tokens,y));break}case"text":{n+=y.text(k.text);break}default:{const V='Token with "'+k.type+'" type was not found.';if(this.options.silent){console.error(V);return}else throw new Error(V)}}}return n}};class Hooks{constructor(t){this.options=t||defaults$2}preprocess(t){return t}postprocess(t){return t}}k1(Hooks,"passThroughHooks",new Set(["preprocess","postprocess"]));function onError(e,t,y){return n=>{if(n.message+=`
Please report this to https://github.com/markedjs/marked.`,e){const $="<p>An error occurred:</p><pre>"+escape$4(n.message+"",!0)+"</pre>";if(t)return Promise.resolve($);if(y){y(null,$);return}return $}if(t)return Promise.reject(n);if(y){y(n);return}throw n}}function parseMarkdown(e,t){return(y,n,$)=>{typeof n=="function"&&($=n,n=null);const k={...n};n={...marked.defaults,...k};const L=onError(n.silent,n.async,$);if(typeof y>"u"||y===null)return L(new Error("marked(): input parameter is undefined or null"));if(typeof y!="string")return L(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(y)+", string expected"));if(checkSanitizeDeprecation(n),n.hooks&&(n.hooks.options=n),$){const j=n.highlight;let V;try{n.hooks&&(y=n.hooks.preprocess(y)),V=e(y,n)}catch(oe){return L(oe)}const z=function(oe){let ue;if(!oe)try{n.walkTokens&&marked.walkTokens(V,n.walkTokens),ue=t(V,n),n.hooks&&(ue=n.hooks.postprocess(ue))}catch(de){oe=de}return n.highlight=j,oe?L(oe):$(null,ue)};if(!j||j.length<3||(delete n.highlight,!V.length))return z();let re=0;marked.walkTokens(V,function(oe){oe.type==="code"&&(re++,setTimeout(()=>{j(oe.text,oe.lang,function(ue,de){if(ue)return z(ue);de!=null&&de!==oe.text&&(oe.text=de,oe.escaped=!0),re--,re===0&&z()})},0))}),re===0&&z();return}if(n.async)return Promise.resolve(n.hooks?n.hooks.preprocess(y):y).then(j=>e(j,n)).then(j=>n.walkTokens?Promise.all(marked.walkTokens(j,n.walkTokens)).then(()=>j):j).then(j=>t(j,n)).then(j=>n.hooks?n.hooks.postprocess(j):j).catch(L);try{n.hooks&&(y=n.hooks.preprocess(y));const j=e(y,n);n.walkTokens&&marked.walkTokens(j,n.walkTokens);let V=t(j,n);return n.hooks&&(V=n.hooks.postprocess(V)),V}catch(j){return L(j)}}}function marked(e,t,y){return parseMarkdown(Lexer$1.lex,Parser$2.parse)(e,t,y)}marked.options=marked.setOptions=function(e){return marked.defaults={...marked.defaults,...e},changeDefaults(marked.defaults),marked};marked.getDefaults=getDefaults;marked.defaults=defaults$2;marked.use=function(...e){const t=marked.defaults.extensions||{renderers:{},childTokens:{}};e.forEach(y=>{const n={...y};if(n.async=marked.defaults.async||n.async||!1,y.extensions&&(y.extensions.forEach($=>{if(!$.name)throw new Error("extension name required");if($.renderer){const k=t.renderers[$.name];k?t.renderers[$.name]=function(...L){let j=$.renderer.apply(this,L);return j===!1&&(j=k.apply(this,L)),j}:t.renderers[$.name]=$.renderer}if($.tokenizer){if(!$.level||$.level!=="block"&&$.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");t[$.level]?t[$.level].unshift($.tokenizer):t[$.level]=[$.tokenizer],$.start&&($.level==="block"?t.startBlock?t.startBlock.push($.start):t.startBlock=[$.start]:$.level==="inline"&&(t.startInline?t.startInline.push($.start):t.startInline=[$.start]))}$.childTokens&&(t.childTokens[$.name]=$.childTokens)}),n.extensions=t),y.renderer){const $=marked.defaults.renderer||new Renderer;for(const k in y.renderer){const L=$[k];$[k]=(...j)=>{let V=y.renderer[k].apply($,j);return V===!1&&(V=L.apply($,j)),V}}n.renderer=$}if(y.tokenizer){const $=marked.defaults.tokenizer||new Tokenizer$1;for(const k in y.tokenizer){const L=$[k];$[k]=(...j)=>{let V=y.tokenizer[k].apply($,j);return V===!1&&(V=L.apply($,j)),V}}n.tokenizer=$}if(y.hooks){const $=marked.defaults.hooks||new Hooks;for(const k in y.hooks){const L=$[k];Hooks.passThroughHooks.has(k)?$[k]=j=>{if(marked.defaults.async)return Promise.resolve(y.hooks[k].call($,j)).then(z=>L.call($,z));const V=y.hooks[k].call($,j);return L.call($,V)}:$[k]=(...j)=>{let V=y.hooks[k].apply($,j);return V===!1&&(V=L.apply($,j)),V}}n.hooks=$}if(y.walkTokens){const $=marked.defaults.walkTokens;n.walkTokens=function(k){let L=[];return L.push(y.walkTokens.call(this,k)),$&&(L=L.concat($.call(this,k))),L}}marked.setOptions(n)})};marked.walkTokens=function(e,t){let y=[];for(const n of e)switch(y=y.concat(t.call(marked,n)),n.type){case"table":{for(const $ of n.header)y=y.concat(marked.walkTokens($.tokens,t));for(const $ of n.rows)for(const k of $)y=y.concat(marked.walkTokens(k.tokens,t));break}case"list":{y=y.concat(marked.walkTokens(n.items,t));break}default:marked.defaults.extensions&&marked.defaults.extensions.childTokens&&marked.defaults.extensions.childTokens[n.type]?marked.defaults.extensions.childTokens[n.type].forEach(function($){y=y.concat(marked.walkTokens(n[$],t))}):n.tokens&&(y=y.concat(marked.walkTokens(n.tokens,t)))}return y};marked.parseInline=parseMarkdown(Lexer$1.lexInline,Parser$2.parseInline);marked.Parser=Parser$2;marked.parser=Parser$2.parse;marked.Renderer=Renderer;marked.TextRenderer=TextRenderer;marked.Lexer=Lexer$1;marked.lexer=Lexer$1.lex;marked.Tokenizer=Tokenizer$1;marked.Slugger=Slugger;marked.Hooks=Hooks;marked.parse=marked;marked.options;marked.setOptions;marked.use;marked.walkTokens;marked.parseInline;Parser$2.parse;Lexer$1.lex;var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function getAugmentedNamespace(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var y=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};y.prototype=t.prototype}else y={};return Object.defineProperty(y,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var $=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(y,n,$.get?$:{enumerable:!0,get:function(){return e[n]}})}),y}var codemirror={exports:{}},hasRequiredCodemirror;function requireCodemirror(){return hasRequiredCodemirror||(hasRequiredCodemirror=1,function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y=navigator.userAgent,n=navigator.platform,$=/gecko\/\d/i.test(y),k=/MSIE \d/.test(y),L=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(y),j=/Edge\/(\d+)/.exec(y),V=k||L||j,z=V&&(k?document.documentMode||6:+(j||L)[1]),re=!j&&/WebKit\//.test(y),oe=re&&/Qt\/\d+\.\d+/.test(y),ue=!j&&/Chrome\/(\d+)/.exec(y),de=ue&&+ue[1],_e=/Opera\//.test(y),Ne=/Apple Computer/.test(navigator.vendor),Ue=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(y),$e=/PhantomJS/.test(y),Ve=Ne&&(/Mobile\/\w+/.test(y)||navigator.maxTouchPoints>2),Fe=/Android/.test(y),qe=Ve||Fe||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(y),er=Ve||/Mac/.test(n),ir=/\bCrOS\b/.test(y),dr=/win/i.test(n),cr=_e&&y.match(/Version\/(\d*\.\d*)/);cr&&(cr=Number(cr[1])),cr&&cr>=15&&(_e=!1,re=!0);var nr=er&&(oe||_e&&(cr==null||cr<12.11)),lr=$||V&&z>=9;function Et(rr){return new RegExp("(^|\\s)"+rr+"(?:$|\\s)\\s*")}var ie=function(rr,fr){var vr=rr.className,Er=Et(fr).exec(vr);if(Er){var Cr=vr.slice(Er.index+Er[0].length);rr.className=vr.slice(0,Er.index)+(Cr?Er[1]+Cr:"")}};function pe(rr){for(var fr=rr.childNodes.length;fr>0;--fr)rr.removeChild(rr.firstChild);return rr}function Ce(rr,fr){return pe(rr).appendChild(fr)}function Ie(rr,fr,vr,Er){var Cr=document.createElement(rr);if(vr&&(Cr.className=vr),Er&&(Cr.style.cssText=Er),typeof fr=="string")Cr.appendChild(document.createTextNode(fr));else if(fr)for(var Yr=0;Yr<fr.length;++Yr)Cr.appendChild(fr[Yr]);return Cr}function jt(rr,fr,vr,Er){var Cr=Ie(rr,fr,vr,Er);return Cr.setAttribute("role","presentation"),Cr}var ar;document.createRange?ar=function(rr,fr,vr,Er){var Cr=document.createRange();return Cr.setEnd(Er||rr,vr),Cr.setStart(rr,fr),Cr}:ar=function(rr,fr,vr){var Er=document.body.createTextRange();try{Er.moveToElementText(rr.parentNode)}catch{return Er}return Er.collapse(!0),Er.moveEnd("character",vr),Er.moveStart("character",fr),Er};function ur(rr,fr){if(fr.nodeType==3&&(fr=fr.parentNode),rr.contains)return rr.contains(fr);do if(fr.nodeType==11&&(fr=fr.host),fr==rr)return!0;while(fr=fr.parentNode)}function kt(rr){var fr=rr.ownerDocument||rr,vr;try{vr=rr.activeElement}catch{vr=fr.body||null}for(;vr&&vr.shadowRoot&&vr.shadowRoot.activeElement;)vr=vr.shadowRoot.activeElement;return vr}function he(rr,fr){var vr=rr.className;Et(fr).test(vr)||(rr.className+=(vr?" ":"")+fr)}function tr(rr,fr){for(var vr=rr.split(" "),Er=0;Er<vr.length;Er++)vr[Er]&&!Et(vr[Er]).test(fr)&&(fr+=" "+vr[Er]);return fr}var gr=function(rr){rr.select()};Ve?gr=function(rr){rr.selectionStart=0,rr.selectionEnd=rr.value.length}:V&&(gr=function(rr){try{rr.select()}catch{}});function _r(rr){return rr.display.wrapper.ownerDocument}function yr(rr){return xr(rr.display.wrapper)}function xr(rr){return rr.getRootNode?rr.getRootNode():rr.ownerDocument}function Nr(rr){return _r(rr).defaultView}function Tr(rr){var fr=Array.prototype.slice.call(arguments,1);return function(){return rr.apply(null,fr)}}function Sr(rr,fr,vr){fr||(fr={});for(var Er in rr)rr.hasOwnProperty(Er)&&(vr!==!1||!fr.hasOwnProperty(Er))&&(fr[Er]=rr[Er]);return fr}function Ar(rr,fr,vr,Er,Cr){fr==null&&(fr=rr.search(/[^\s\u00a0]/),fr==-1&&(fr=rr.length));for(var Yr=Er||0,Rn=Cr||0;;){var mi=rr.indexOf(" ",Yr);if(mi<0||mi>=fr)return Rn+(fr-Yr);Rn+=mi-Yr,Rn+=vr-Rn%vr,Yr=mi+1}}var Fr=function(){this.id=null,this.f=null,this.time=0,this.handler=Tr(this.onTimeout,this)};Fr.prototype.onTimeout=function(rr){rr.id=0,rr.time<=+new Date?rr.f():setTimeout(rr.handler,rr.time-+new Date)},Fr.prototype.set=function(rr,fr){this.f=fr;var vr=+new Date+rr;(!this.id||vr<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,rr),this.time=vr)};function Gr(rr,fr){for(var vr=0;vr<rr.length;++vr)if(rr[vr]==fr)return vr;return-1}var Vr=50,Dr={toString:function(){return"CodeMirror.Pass"}},Ir={scroll:!1},Br={origin:"*mouse"},Rr={origin:"+move"};function Lr(rr,fr,vr){for(var Er=0,Cr=0;;){var Yr=rr.indexOf(" ",Er);Yr==-1&&(Yr=rr.length);var Rn=Yr-Er;if(Yr==rr.length||Cr+Rn>=fr)return Er+Math.min(Rn,fr-Cr);if(Cr+=Yr-Er,Cr+=vr-Cr%vr,Er=Yr+1,Cr>=fr)return Er}}var $r=[""];function jr(rr){for(;$r.length<=rr;)$r.push(vn($r)+" ");return $r[rr]}function vn(rr){return rr[rr.length-1]}function Kr(rr,fr){for(var vr=[],Er=0;Er<rr.length;Er++)vr[Er]=fr(rr[Er],Er);return vr}function kr(rr,fr,vr){for(var Er=0,Cr=vr(fr);Er<rr.length&&vr(rr[Er])<=Cr;)Er++;rr.splice(Er,0,fr)}function Qr(){}function Zr(rr,fr){var vr;return Object.create?vr=Object.create(rr):(Qr.prototype=rr,vr=new Qr),fr&&Sr(fr,vr),vr}var Vi=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function To(rr){return/\w/.test(rr)||rr>"€"&&(rr.toUpperCase()!=rr.toLowerCase()||Vi.test(rr))}function oa(rr,fr){return fr?fr.source.indexOf("\\w")>-1&&To(rr)?!0:fr.test(rr):To(rr)}function Ba(rr){for(var fr in rr)if(rr.hasOwnProperty(fr)&&rr[fr])return!1;return!0}var rs=/[\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 Mn(rr){return rr.charCodeAt(0)>=768&&rs.test(rr)}function Wr(rr,fr,vr){for(;(vr<0?fr>0:fr<rr.length)&&Mn(rr.charAt(fr));)fr+=vr;return fr}function Ur(rr,fr,vr){for(var Er=fr>vr?-1:1;;){if(fr==vr)return fr;var Cr=(fr+vr)/2,Yr=Er<0?Math.ceil(Cr):Math.floor(Cr);if(Yr==fr)return rr(Yr)?fr:vr;rr(Yr)?vr=Yr:fr=Yr+Er}}function Sn(rr,fr,vr,Er){if(!rr)return Er(fr,vr,"ltr",0);for(var Cr=!1,Yr=0;Yr<rr.length;++Yr){var Rn=rr[Yr];(Rn.from<vr&&Rn.to>fr||fr==vr&&Rn.to==fr)&&(Er(Math.max(Rn.from,fr),Math.min(Rn.to,vr),Rn.level==1?"rtl":"ltr",Yr),Cr=!0)}Cr||Er(fr,vr,"ltr")}var Nn=null;function Sa(rr,fr,vr){var Er;Nn=null;for(var Cr=0;Cr<rr.length;++Cr){var Yr=rr[Cr];if(Yr.from<fr&&Yr.to>fr)return Cr;Yr.to==fr&&(Yr.from!=Yr.to&&vr=="before"?Er=Cr:Nn=Cr),Yr.from==fr&&(Yr.from!=Yr.to&&vr!="before"?Er=Cr:Nn=Cr)}return Er??Nn}var Li=function(){var rr="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",fr="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function vr(Aa){return Aa<=247?rr.charAt(Aa):1424<=Aa&&Aa<=1524?"R":1536<=Aa&&Aa<=1785?fr.charAt(Aa-1536):1774<=Aa&&Aa<=2220?"r":8192<=Aa&&Aa<=8203?"w":Aa==8204?"b":"L"}var Er=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,Cr=/[stwN]/,Yr=/[LRr]/,Rn=/[Lb1n]/,mi=/[1n]/;function Ui(Aa,No,Cs){this.level=Aa,this.from=No,this.to=Cs}return function(Aa,No){var Cs=No=="ltr"?"L":"R";if(Aa.length==0||No=="ltr"&&!Er.test(Aa))return!1;for(var Ns=Aa.length,Bs=[],pl=0;pl<Ns;++pl)Bs.push(vr(Aa.charCodeAt(pl)));for(var Eu=0,kl=Cs;Eu<Ns;++Eu){var Cu=Bs[Eu];Cu=="m"?Bs[Eu]=kl:kl=Cu}for(var Ru=0,Ds=Cs;Ru<Ns;++Ru){var xc=Bs[Ru];xc=="1"&&Ds=="r"?Bs[Ru]="n":Yr.test(xc)&&(Ds=xc,xc=="r"&&(Bs[Ru]="R"))}for(var Rc=1,lc=Bs[0];Rc<Ns-1;++Rc){var wc=Bs[Rc];wc=="+"&&lc=="1"&&Bs[Rc+1]=="1"?Bs[Rc]="1":wc==","&&lc==Bs[Rc+1]&&(lc=="1"||lc=="n")&&(Bs[Rc]=lc),lc=wc}for(var Jc=0;Jc<Ns;++Jc){var Xd=Bs[Jc];if(Xd==",")Bs[Jc]="N";else if(Xd=="%"){var Do=void 0;for(Do=Jc+1;Do<Ns&&Bs[Do]=="%";++Do);for(var vl=Jc&&Bs[Jc-1]=="!"||Do<Ns&&Bs[Do]=="1"?"1":"N",gc=Jc;gc<Do;++gc)Bs[gc]=vl;Jc=Do-1}}for(var Wc=0,rd=Cs;Wc<Ns;++Wc){var lf=Bs[Wc];rd=="L"&&lf=="1"?Bs[Wc]="L":Yr.test(lf)&&(rd=lf)}for(var Md=0;Md<Ns;++Md)if(Cr.test(Bs[Md])){var Ud=void 0;for(Ud=Md+1;Ud<Ns&&Cr.test(Bs[Ud]);++Ud);for(var zd=(Md?Bs[Md-1]:Cs)=="L",Gd=(Ud<Ns?Bs[Ud]:Cs)=="L",Gc=zd==Gd?zd?"L":"R":Cs,od=Md;od<Ud;++od)Bs[od]=Gc;Md=Ud-1}for(var Kf=[],Gh,Yf=0;Yf<Ns;)if(Rn.test(Bs[Yf])){var E0=Yf;for(++Yf;Yf<Ns&&Rn.test(Bs[Yf]);++Yf);Kf.push(new Ui(0,E0,Yf))}else{var om=Yf,Dm=Kf.length,bm=No=="rtl"?1:0;for(++Yf;Yf<Ns&&Bs[Yf]!="L";++Yf);for(var hp=om;hp<Yf;)if(mi.test(Bs[hp])){om<hp&&(Kf.splice(Dm,0,new Ui(1,om,hp)),Dm+=bm);var v0=hp;for(++hp;hp<Yf&&mi.test(Bs[hp]);++hp);Kf.splice(Dm,0,new Ui(2,v0,hp)),Dm+=bm,om=hp}else++hp;om<Yf&&Kf.splice(Dm,0,new Ui(1,om,Yf))}return No=="ltr"&&(Kf[0].level==1&&(Gh=Aa.match(/^\s+/))&&(Kf[0].from=Gh[0].length,Kf.unshift(new Ui(0,0,Gh[0].length))),vn(Kf).level==1&&(Gh=Aa.match(/\s+$/))&&(vn(Kf).to-=Gh[0].length,Kf.push(new Ui(0,Ns-Gh[0].length,Ns)))),No=="rtl"?Kf.reverse():Kf}}();function ca(rr,fr){var vr=rr.order;return vr==null&&(vr=rr.order=Li(rr.text,fr)),vr}var fo=[],zn=function(rr,fr,vr){if(rr.addEventListener)rr.addEventListener(fr,vr,!1);else if(rr.attachEvent)rr.attachEvent("on"+fr,vr);else{var Er=rr._handlers||(rr._handlers={});Er[fr]=(Er[fr]||fo).concat(vr)}};function ki(rr,fr){return rr._handlers&&rr._handlers[fr]||fo}function Ra(rr,fr,vr){if(rr.removeEventListener)rr.removeEventListener(fr,vr,!1);else if(rr.detachEvent)rr.detachEvent("on"+fr,vr);else{var Er=rr._handlers,Cr=Er&&Er[fr];if(Cr){var Yr=Gr(Cr,vr);Yr>-1&&(Er[fr]=Cr.slice(0,Yr).concat(Cr.slice(Yr+1)))}}}function _o(rr,fr){var vr=ki(rr,fr);if(vr.length)for(var Er=Array.prototype.slice.call(arguments,2),Cr=0;Cr<vr.length;++Cr)vr[Cr].apply(null,Er)}function eo(rr,fr,vr){return typeof fr=="string"&&(fr={type:fr,preventDefault:function(){this.defaultPrevented=!0}}),_o(rr,vr||fr.type,rr,fr),Gs(fr)||fr.codemirrorIgnore}function tl(rr){var fr=rr._handlers&&rr._handlers.cursorActivity;if(fr)for(var vr=rr.curOp.cursorActivityHandlers||(rr.curOp.cursorActivityHandlers=[]),Er=0;Er<fr.length;++Er)Gr(vr,fr[Er])==-1&&vr.push(fr[Er])}function Es(rr,fr){return ki(rr,fr).length>0}function Hs(rr){rr.prototype.on=function(fr,vr){zn(this,fr,vr)},rr.prototype.off=function(fr,vr){Ra(this,fr,vr)}}function Ts(rr){rr.preventDefault?rr.preventDefault():rr.returnValue=!1}function js(rr){rr.stopPropagation?rr.stopPropagation():rr.cancelBubble=!0}function Gs(rr){return rr.defaultPrevented!=null?rr.defaultPrevented:rr.returnValue==!1}function uc(rr){Ts(rr),js(rr)}function rl(rr){return rr.target||rr.srcElement}function il(rr){var fr=rr.which;return fr==null&&(rr.button&1?fr=1:rr.button&2?fr=3:rr.button&4&&(fr=2)),er&&rr.ctrlKey&&fr==1&&(fr=3),fr}var bl=function(){if(V&&z<9)return!1;var rr=Ie("div");return"draggable"in rr||"dragDrop"in rr}(),Wa;function Ao(rr){if(Wa==null){var fr=Ie("span","");Ce(rr,Ie("span",[fr,document.createTextNode("x")])),rr.firstChild.offsetHeight!=0&&(Wa=fr.offsetWidth<=1&&fr.offsetHeight>2&&!(V&&z<8))}var vr=Wa?Ie("span",""):Ie("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");return vr.setAttribute("cm-text",""),vr}var ks;function Bo(rr){if(ks!=null)return ks;var fr=Ce(rr,document.createTextNode("AخA")),vr=ar(fr,0,1).getBoundingClientRect(),Er=ar(fr,1,2).getBoundingClientRect();return pe(rr),!vr||vr.left==vr.right?!1:ks=Er.right-vr.right<3}var Hr=`
b`.split(/\n/).length!=3?function(rr){for(var fr=0,vr=[],Er=rr.length;fr<=Er;){var Cr=rr.indexOf(`
`,fr);Cr==-1&&(Cr=rr.length);var Yr=rr.slice(fr,rr.charAt(Cr-1)=="\r"?Cr-1:Cr),Rn=Yr.indexOf("\r");Rn!=-1?(vr.push(Yr.slice(0,Rn)),fr+=Rn+1):(vr.push(Yr),fr=Cr+1)}return vr}:function(rr){return rr.split(/\r\n?|\n/)},ui=window.getSelection?function(rr){try{return rr.selectionStart!=rr.selectionEnd}catch{return!1}}:function(rr){var fr;try{fr=rr.ownerDocument.selection.createRange()}catch{}return!fr||fr.parentElement()!=rr?!1:fr.compareEndPoints("StartToEnd",fr)!=0},En=function(){var rr=Ie("div");return"oncopy"in rr?!0:(rr.setAttribute("oncopy","return;"),typeof rr.oncopy=="function")}(),An=null;function Gi(rr){if(An!=null)return An;var fr=Ce(rr,Ie("span","x")),vr=fr.getBoundingClientRect(),Er=ar(fr,0,1).getBoundingClientRect();return An=Math.abs(vr.left-Er.left)>1}var Ki={},Ea={};function aa(rr,fr){arguments.length>2&&(fr.dependencies=Array.prototype.slice.call(arguments,2)),Ki[rr]=fr}function Qo(rr,fr){Ea[rr]=fr}function Eo(rr){if(typeof rr=="string"&&Ea.hasOwnProperty(rr))rr=Ea[rr];else if(rr&&typeof rr.name=="string"&&Ea.hasOwnProperty(rr.name)){var fr=Ea[rr.name];typeof fr=="string"&&(fr={name:fr}),rr=Zr(fr,rr),rr.name=fr.name}else{if(typeof rr=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(rr))return Eo("application/xml");if(typeof rr=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(rr))return Eo("application/json")}return typeof rr=="string"?{name:rr}:rr||{name:"null"}}function Vo(rr,fr){fr=Eo(fr);var vr=Ki[fr.name];if(!vr)return Vo(rr,"text/plain");var Er=vr(rr,fr);if(vs.hasOwnProperty(fr.name)){var Cr=vs[fr.name];for(var Yr in Cr)Cr.hasOwnProperty(Yr)&&(Er.hasOwnProperty(Yr)&&(Er["_"+Yr]=Er[Yr]),Er[Yr]=Cr[Yr])}if(Er.name=fr.name,fr.helperType&&(Er.helperType=fr.helperType),fr.modeProps)for(var Rn in fr.modeProps)Er[Rn]=fr.modeProps[Rn];return Er}var vs={};function kn(rr,fr){var vr=vs.hasOwnProperty(rr)?vs[rr]:vs[rr]={};Sr(fr,vr)}function qo(rr,fr){if(fr===!0)return fr;if(rr.copyState)return rr.copyState(fr);var vr={};for(var Er in fr){var Cr=fr[Er];Cr instanceof Array&&(Cr=Cr.concat([])),vr[Er]=Cr}return vr}function Zl(rr,fr){for(var vr;rr.innerMode&&(vr=rr.innerMode(fr),!(!vr||vr.mode==rr));)fr=vr.state,rr=vr.mode;return vr||{mode:rr,state:fr}}function Mo(rr,fr,vr){return rr.startState?rr.startState(fr,vr):!0}var _u=function(rr,fr,vr){this.pos=this.start=0,this.string=rr,this.tabSize=fr||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=vr};_u.prototype.eol=function(){return this.pos>=this.string.length},_u.prototype.sol=function(){return this.pos==this.lineStart},_u.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},_u.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},_u.prototype.eat=function(rr){var fr=this.string.charAt(this.pos),vr;if(typeof rr=="string"?vr=fr==rr:vr=fr&&(rr.test?rr.test(fr):rr(fr)),vr)return++this.pos,fr},_u.prototype.eatWhile=function(rr){for(var fr=this.pos;this.eat(rr););return this.pos>fr},_u.prototype.eatSpace=function(){for(var rr=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>rr},_u.prototype.skipToEnd=function(){this.pos=this.string.length},_u.prototype.skipTo=function(rr){var fr=this.string.indexOf(rr,this.pos);if(fr>-1)return this.pos=fr,!0},_u.prototype.backUp=function(rr){this.pos-=rr},_u.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=Ar(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?Ar(this.string,this.lineStart,this.tabSize):0)},_u.prototype.indentation=function(){return Ar(this.string,null,this.tabSize)-(this.lineStart?Ar(this.string,this.lineStart,this.tabSize):0)},_u.prototype.match=function(rr,fr,vr){if(typeof rr=="string"){var Er=function(Rn){return vr?Rn.toLowerCase():Rn},Cr=this.string.substr(this.pos,rr.length);if(Er(Cr)==Er(rr))return fr!==!1&&(this.pos+=rr.length),!0}else{var Yr=this.string.slice(this.pos).match(rr);return Yr&&Yr.index>0?null:(Yr&&fr!==!1&&(this.pos+=Yr[0].length),Yr)}},_u.prototype.current=function(){return this.string.slice(this.start,this.pos)},_u.prototype.hideFirstChars=function(rr,fr){this.lineStart+=rr;try{return fr()}finally{this.lineStart-=rr}},_u.prototype.lookAhead=function(rr){var fr=this.lineOracle;return fr&&fr.lookAhead(rr)},_u.prototype.baseToken=function(){var rr=this.lineOracle;return rr&&rr.baseToken(this.pos)};function Bl(rr,fr){if(fr-=rr.first,fr<0||fr>=rr.size)throw new Error("There is no line "+(fr+rr.first)+" in the document.");for(var vr=rr;!vr.lines;)for(var Er=0;;++Er){var Cr=vr.children[Er],Yr=Cr.chunkSize();if(fr<Yr){vr=Cr;break}fr-=Yr}return vr.lines[fr]}function Vu(rr,fr,vr){var Er=[],Cr=fr.line;return rr.iter(fr.line,vr.line+1,function(Yr){var Rn=Yr.text;Cr==vr.line&&(Rn=Rn.slice(0,vr.ch)),Cr==fr.line&&(Rn=Rn.slice(fr.ch)),Er.push(Rn),++Cr}),Er}function Iu(rr,fr,vr){var Er=[];return rr.iter(fr,vr,function(Cr){Er.push(Cr.text)}),Er}function Pu(rr,fr){var vr=fr-rr.height;if(vr)for(var Er=rr;Er;Er=Er.parent)Er.height+=vr}function Fn(rr){if(rr.parent==null)return null;for(var fr=rr.parent,vr=Gr(fr.lines,rr),Er=fr.parent;Er;fr=Er,Er=Er.parent)for(var Cr=0;Er.children[Cr]!=fr;++Cr)vr+=Er.children[Cr].chunkSize();return vr+fr.first}function is(rr,fr){var vr=rr.first;e:do{for(var Er=0;Er<rr.children.length;++Er){var Cr=rr.children[Er],Yr=Cr.height;if(fr<Yr){rr=Cr;continue e}fr-=Yr,vr+=Cr.chunkSize()}return vr}while(!rr.lines);for(var Rn=0;Rn<rr.lines.length;++Rn){var mi=rr.lines[Rn],Ui=mi.height;if(fr<Ui)break;fr-=Ui}return vr+Rn}function pu(rr,fr){return fr>=rr.first&&fr<rr.first+rr.size}function ku(rr,fr){return String(rr.lineNumberFormatter(fr+rr.firstLineNumber))}function Vl(rr,fr,vr){if(vr===void 0&&(vr=null),!(this instanceof Vl))return new Vl(rr,fr,vr);this.line=rr,this.ch=fr,this.sticky=vr}function cc(rr,fr){return rr.line-fr.line||rr.ch-fr.ch}function Lc(rr,fr){return rr.sticky==fr.sticky&&cc(rr,fr)==0}function wd(rr){return Vl(rr.line,rr.ch)}function Nd(rr,fr){return cc(rr,fr)<0?fr:rr}function Tf(rr,fr){return cc(rr,fr)<0?rr:fr}function vf(rr,fr){return Math.max(rr.first,Math.min(fr,rr.first+rr.size-1))}function jc(rr,fr){if(fr.line<rr.first)return Vl(rr.first,0);var vr=rr.first+rr.size-1;return fr.line>vr?Vl(vr,Bl(rr,vr).text.length):Jd(fr,Bl(rr,fr.line).text.length)}function Jd(rr,fr){var vr=rr.ch;return vr==null||vr>fr?Vl(rr.line,fr):vr<0?Vl(rr.line,0):rr}function Ed(rr,fr){for(var vr=[],Er=0;Er<fr.length;Er++)vr[Er]=jc(rr,fr[Er]);return vr}var Bf=function(rr,fr){this.state=rr,this.lookAhead=fr},Rf=function(rr,fr,vr,Er){this.state=fr,this.doc=rr,this.line=vr,this.maxLookAhead=Er||0,this.baseTokens=null,this.baseTokenPos=1};Rf.prototype.lookAhead=function(rr){var fr=this.doc.getLine(this.line+rr);return fr!=null&&rr>this.maxLookAhead&&(this.maxLookAhead=rr),fr},Rf.prototype.baseToken=function(rr){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=rr;)this.baseTokenPos+=2;var fr=this.baseTokens[this.baseTokenPos+1];return{type:fr&&fr.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-rr}},Rf.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},Rf.fromSaved=function(rr,fr,vr){return fr instanceof Bf?new Rf(rr,qo(rr.mode,fr.state),vr,fr.lookAhead):new Rf(rr,qo(rr.mode,fr),vr)},Rf.prototype.save=function(rr){var fr=rr!==!1?qo(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new Bf(fr,this.maxLookAhead):fr};function Rp(rr,fr,vr,Er){var Cr=[rr.state.modeGen],Yr={};vp(rr,fr.text,rr.doc.mode,vr,function(Aa,No){return Cr.push(Aa,No)},Yr,Er);for(var Rn=vr.state,mi=function(Aa){vr.baseTokens=Cr;var No=rr.state.overlays[Aa],Cs=1,Ns=0;vr.state=!0,vp(rr,fr.text,No.mode,vr,function(Bs,pl){for(var Eu=Cs;Ns<Bs;){var kl=Cr[Cs];kl>Bs&&Cr.splice(Cs,1,Bs,Cr[Cs+1],kl),Cs+=2,Ns=Math.min(Bs,kl)}if(pl)if(No.opaque)Cr.splice(Eu,Cs-Eu,Bs,"overlay "+pl),Cs=Eu+2;else for(;Eu<Cs;Eu+=2){var Cu=Cr[Eu+1];Cr[Eu+1]=(Cu?Cu+" ":"")+"overlay "+pl}},Yr),vr.state=Rn,vr.baseTokens=null,vr.baseTokenPos=1},Ui=0;Ui<rr.state.overlays.length;++Ui)mi(Ui);return{styles:Cr,classes:Yr.bgClass||Yr.textClass?Yr:null}}function Pp(rr,fr,vr){if(!fr.styles||fr.styles[0]!=rr.state.modeGen){var Er=_p(rr,Fn(fr)),Cr=fr.text.length>rr.options.maxHighlightLength&&qo(rr.doc.mode,Er.state),Yr=Rp(rr,fr,Er);Cr&&(Er.state=Cr),fr.stateAfter=Er.save(!Cr),fr.styles=Yr.styles,Yr.classes?fr.styleClasses=Yr.classes:fr.styleClasses&&(fr.styleClasses=null),vr===rr.doc.highlightFrontier&&(rr.doc.modeFrontier=Math.max(rr.doc.modeFrontier,++rr.doc.highlightFrontier))}return fr.styles}function _p(rr,fr,vr){var Er=rr.doc,Cr=rr.display;if(!Er.mode.startState)return new Rf(Er,!0,fr);var Yr=Yp(rr,fr,vr),Rn=Yr>Er.first&&Bl(Er,Yr-1).stateAfter,mi=Rn?Rf.fromSaved(Er,Rn,Yr):new Rf(Er,Mo(Er.mode),Yr);return Er.iter(Yr,fr,function(Ui){Pf(rr,Ui.text,mi);var Aa=mi.line;Ui.stateAfter=Aa==fr-1||Aa%5==0||Aa>=Cr.viewFrom&&Aa<Cr.viewTo?mi.save():null,mi.nextLine()}),vr&&(Er.modeFrontier=mi.line),mi}function Pf(rr,fr,vr,Er){var Cr=rr.doc.mode,Yr=new _u(fr,rr.options.tabSize,vr);for(Yr.start=Yr.pos=Er||0,fr==""&&Ih(Cr,vr.state);!Yr.eol();)Lp(Cr,Yr,vr.state),Yr.start=Yr.pos}function Ih(rr,fr){if(rr.blankLine)return rr.blankLine(fr);if(rr.innerMode){var vr=Zl(rr,fr);if(vr.mode.blankLine)return vr.mode.blankLine(vr.state)}}function Lp(rr,fr,vr,Er){for(var Cr=0;Cr<10;Cr++){Er&&(Er[0]=Zl(rr,vr).mode);var Yr=rr.token(fr,vr);if(fr.pos>fr.start)return Yr}throw new Error("Mode "+rr.name+" failed to advance stream.")}var Oc=function(rr,fr,vr){this.start=rr.start,this.end=rr.pos,this.string=rr.current(),this.type=fr||null,this.state=vr};function Ip(rr,fr,vr,Er){var Cr=rr.doc,Yr=Cr.mode,Rn;fr=jc(Cr,fr);var mi=Bl(Cr,fr.line),Ui=_p(rr,fr.line,vr),Aa=new _u(mi.text,rr.options.tabSize,Ui),No;for(Er&&(No=[]);(Er||Aa.pos<fr.ch)&&!Aa.eol();)Aa.start=Aa.pos,Rn=Lp(Yr,Aa,Ui.state),Er&&No.push(new Oc(Aa,Rn,qo(Cr.mode,Ui.state)));return Er?No:new Oc(Aa,Rn,Ui.state)}function Df(rr,fr){if(rr)for(;;){var vr=rr.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!vr)break;rr=rr.slice(0,vr.index)+rr.slice(vr.index+vr[0].length);var Er=vr[1]?"bgClass":"textClass";fr[Er]==null?fr[Er]=vr[2]:new RegExp("(?:^|\\s)"+vr[2]+"(?:$|\\s)").test(fr[Er])||(fr[Er]+=" "+vr[2])}return rr}function vp(rr,fr,vr,Er,Cr,Yr,Rn){var mi=vr.flattenSpans;mi==null&&(mi=rr.options.flattenSpans);var Ui=0,Aa=null,No=new _u(fr,rr.options.tabSize,Er),Cs,Ns=rr.options.addModeClass&&[null];for(fr==""&&Df(Ih(vr,Er.state),Yr);!No.eol();){if(No.pos>rr.options.maxHighlightLength?(mi=!1,Rn&&Pf(rr,fr,Er,No.pos),No.pos=fr.length,Cs=null):Cs=Df(Lp(vr,No,Er.state,Ns),Yr),Ns){var Bs=Ns[0].name;Bs&&(Cs="m-"+(Cs?Bs+" "+Cs:Bs))}if(!mi||Aa!=Cs){for(;Ui<No.start;)Ui=Math.min(No.start,Ui+5e3),Cr(Ui,Aa);Aa=Cs}No.start=No.pos}for(;Ui<No.pos;){var pl=Math.min(No.pos,Ui+5e3);Cr(pl,Aa),Ui=pl}}function Yp(rr,fr,vr){for(var Er,Cr,Yr=rr.doc,Rn=vr?-1:fr-(rr.doc.mode.innerMode?1e3:100),mi=fr;mi>Rn;--mi){if(mi<=Yr.first)return Yr.first;var Ui=Bl(Yr,mi-1),Aa=Ui.stateAfter;if(Aa&&(!vr||mi+(Aa instanceof Bf?Aa.lookAhead:0)<=Yr.modeFrontier))return mi;var No=Ar(Ui.text,null,rr.options.tabSize);(Cr==null||Er>No)&&(Cr=mi-1,Er=No)}return Cr}function Op(rr,fr){if(rr.modeFrontier=Math.min(rr.modeFrontier,fr),!(rr.highlightFrontier<fr-10)){for(var vr=rr.first,Er=fr-1;Er>vr;Er--){var Cr=Bl(rr,Er).stateAfter;if(Cr&&(!(Cr instanceof Bf)||Er+Cr.lookAhead<fr)){vr=Er+1;break}}rr.highlightFrontier=Math.min(rr.highlightFrontier,vr)}}var Xp=!1,Xf=!1;function Oh(){Xp=!0}function Wh(){Xf=!0}function np(rr,fr,vr){this.marker=rr,this.from=fr,this.to=vr}function gh(rr,fr){if(rr)for(var vr=0;vr<rr.length;++vr){var Er=rr[vr];if(Er.marker==fr)return Er}}function jp(rr,fr){for(var vr,Er=0;Er<rr.length;++Er)rr[Er]!=fr&&(vr||(vr=[])).push(rr[Er]);return vr}function wm(rr,fr,vr){var Er=vr&&window.WeakSet&&(vr.markedSpans||(vr.markedSpans=new WeakSet));Er&&rr.markedSpans&&Er.has(rr.markedSpans)?rr.markedSpans.push(fr):(rr.markedSpans=rr.markedSpans?rr.markedSpans.concat([fr]):[fr],Er&&Er.add(rr.markedSpans)),fr.marker.attachLine(rr)}function Fp(rr,fr,vr){var Er;if(rr)for(var Cr=0;Cr<rr.length;++Cr){var Yr=rr[Cr],Rn=Yr.marker,mi=Yr.from==null||(Rn.inclusiveLeft?Yr.from<=fr:Yr.from<fr);if(mi||Yr.from==fr&&Rn.type=="bookmark"&&(!vr||!Yr.marker.insertLeft)){var Ui=Yr.to==null||(Rn.inclusiveRight?Yr.to>=fr:Yr.to>fr);(Er||(Er=[])).push(new np(Rn,Yr.from,Ui?null:Yr.to))}}return Er}function Um(rr,fr,vr){var Er;if(rr)for(var Cr=0;Cr<rr.length;++Cr){var Yr=rr[Cr],Rn=Yr.marker,mi=Yr.to==null||(Rn.inclusiveRight?Yr.to>=fr:Yr.to>fr);if(mi||Yr.from==fr&&Rn.type=="bookmark"&&(!vr||Yr.marker.insertLeft)){var Ui=Yr.from==null||(Rn.inclusiveLeft?Yr.from<=fr:Yr.from<fr);(Er||(Er=[])).push(new np(Rn,Ui?null:Yr.from-fr,Yr.to==null?null:Yr.to-fr))}}return Er}function kh(rr,fr){if(fr.full)return null;var vr=pu(rr,fr.from.line)&&Bl(rr,fr.from.line).markedSpans,Er=pu(rr,fr.to.line)&&Bl(rr,fr.to.line).markedSpans;if(!vr&&!Er)return null;var Cr=fr.from.ch,Yr=fr.to.ch,Rn=cc(fr.from,fr.to)==0,mi=Fp(vr,Cr,Rn),Ui=Um(Er,Yr,Rn),Aa=fr.text.length==1,No=vn(fr.text).length+(Aa?Cr:0);if(mi)for(var Cs=0;Cs<mi.length;++Cs){var Ns=mi[Cs];if(Ns.to==null){var Bs=gh(Ui,Ns.marker);Bs?Aa&&(Ns.to=Bs.to==null?null:Bs.to+No):Ns.to=Cr}}if(Ui)for(var pl=0;pl<Ui.length;++pl){var Eu=Ui[pl];if(Eu.to!=null&&(Eu.to+=No),Eu.from==null){var kl=gh(mi,Eu.marker);kl||(Eu.from=No,Aa&&(mi||(mi=[])).push(Eu))}else Eu.from+=No,Aa&&(mi||(mi=[])).push(Eu)}mi&&(mi=Yh(mi)),Ui&&Ui!=mi&&(Ui=Yh(Ui));var Cu=[mi];if(!Aa){var Ru=fr.text.length-2,Ds;if(Ru>0&&mi)for(var xc=0;xc<mi.length;++xc)mi[xc].to==null&&(Ds||(Ds=[])).push(new np(mi[xc].marker,null,null));for(var Rc=0;Rc<Ru;++Rc)Cu.push(Ds);Cu.push(Ui)}return Cu}function Yh(rr){for(var fr=0;fr<rr.length;++fr){var vr=rr[fr];vr.from!=null&&vr.from==vr.to&&vr.marker.clearWhenEmpty!==!1&&rr.splice(fr--,1)}return rr.length?rr:null}function Xh(rr,fr,vr){var Er=null;if(rr.iter(fr.line,vr.line+1,function(Bs){if(Bs.markedSpans)for(var pl=0;pl<Bs.markedSpans.length;++pl){var Eu=Bs.markedSpans[pl].marker;Eu.readOnly&&(!Er||Gr(Er,Eu)==-1)&&(Er||(Er=[])).push(Eu)}}),!Er)return null;for(var Cr=[{from:fr,to:vr}],Yr=0;Yr<Er.length;++Yr)for(var Rn=Er[Yr],mi=Rn.find(0),Ui=0;Ui<Cr.length;++Ui){var Aa=Cr[Ui];if(!(cc(Aa.to,mi.from)<0||cc(Aa.from,mi.to)>0)){var No=[Ui,1],Cs=cc(Aa.from,mi.from),Ns=cc(Aa.to,mi.to);(Cs<0||!Rn.inclusiveLeft&&!Cs)&&No.push({from:Aa.from,to:mi.from}),(Ns>0||!Rn.inclusiveRight&&!Ns)&&No.push({from:mi.to,to:Aa.to}),Cr.splice.apply(Cr,No),Ui+=No.length-3}}return Cr}function Od(rr){var fr=rr.markedSpans;if(fr){for(var vr=0;vr<fr.length;++vr)fr[vr].marker.detachLine(rr);rr.markedSpans=null}}function Id(rr,fr){if(fr){for(var vr=0;vr<fr.length;++vr)fr[vr].marker.attachLine(rr);rr.markedSpans=fr}}function Vf(rr){return rr.inclusiveLeft?-1:0}function bp(rr){return rr.inclusiveRight?1:0}function Zc(rr,fr){var vr=rr.lines.length-fr.lines.length;if(vr!=0)return vr;var Er=rr.find(),Cr=fr.find(),Yr=cc(Er.from,Cr.from)||Vf(rr)-Vf(fr);if(Yr)return-Yr;var Rn=cc(Er.to,Cr.to)||bp(rr)-bp(fr);return Rn||fr.id-rr.id}function bh(rr,fr){var vr=Xf&&rr.markedSpans,Er;if(vr)for(var Cr=void 0,Yr=0;Yr<vr.length;++Yr)Cr=vr[Yr],Cr.marker.collapsed&&(fr?Cr.from:Cr.to)==null&&(!Er||Zc(Er,Cr.marker)<0)&&(Er=Cr.marker);return Er}function lm(rr){return bh(rr,!0)}function yp(rr){return bh(rr,!1)}function Qh(rr,fr){var vr=Xf&&rr.markedSpans,Er;if(vr)for(var Cr=0;Cr<vr.length;++Cr){var Yr=vr[Cr];Yr.marker.collapsed&&(Yr.from==null||Yr.from<fr)&&(Yr.to==null||Yr.to>fr)&&(!Er||Zc(Er,Yr.marker)<0)&&(Er=Yr.marker)}return Er}function Jh(rr,fr,vr,Er,Cr){var Yr=Bl(rr,fr),Rn=Xf&&Yr.markedSpans;if(Rn)for(var mi=0;mi<Rn.length;++mi){var Ui=Rn[mi];if(Ui.marker.collapsed){var Aa=Ui.marker.find(0),No=cc(Aa.from,vr)||Vf(Ui.marker)-Vf(Cr),Cs=cc(Aa.to,Er)||bp(Ui.marker)-bp(Cr);if(!(No>=0&&Cs<=0||No<=0&&Cs>=0)&&(No<=0&&(Ui.marker.inclusiveRight&&Cr.inclusiveLeft?cc(Aa.to,vr)>=0:cc(Aa.to,vr)>0)||No>=0&&(Ui.marker.inclusiveRight&&Cr.inclusiveLeft?cc(Aa.from,Er)<=0:cc(Aa.from,Er)<0)))return!0}}}function qd(rr){for(var fr;fr=lm(rr);)rr=fr.find(-1,!0).line;return rr}function Bh(rr){for(var fr;fr=yp(rr);)rr=fr.find(1,!0).line;return rr}function Up(rr){for(var fr,vr;fr=yp(rr);)rr=fr.find(1,!0).line,(vr||(vr=[])).push(rr);return vr}function Hp(rr,fr){var vr=Bl(rr,fr),Er=qd(vr);return vr==Er?fr:Fn(Er)}function $h(rr,fr){if(fr>rr.lastLine())return fr;var vr=Bl(rr,fr),Er;if(!df(rr,vr))return fr;for(;Er=yp(vr);)vr=Er.find(1,!0).line;return Fn(vr)+1}function df(rr,fr){var vr=Xf&&fr.markedSpans;if(vr){for(var Er=void 0,Cr=0;Cr<vr.length;++Cr)if(Er=vr[Cr],!!Er.marker.collapsed){if(Er.from==null)return!0;if(!Er.marker.widgetNode&&Er.from==0&&Er.marker.inclusiveLeft&&Ph(rr,fr,Er))return!0}}}function Ph(rr,fr,vr){if(vr.to==null){var Er=vr.marker.find(1,!0);return Ph(rr,Er.line,gh(Er.line.markedSpans,vr.marker))}if(vr.marker.inclusiveRight&&vr.to==fr.text.length)return!0;for(var Cr=void 0,Yr=0;Yr<fr.markedSpans.length;++Yr)if(Cr=fr.markedSpans[Yr],Cr.marker.collapsed&&!Cr.marker.widgetNode&&Cr.from==vr.to&&(Cr.to==null||Cr.to!=vr.from)&&(Cr.marker.inclusiveLeft||vr.marker.inclusiveRight)&&Ph(rr,fr,Cr))return!0}function qf(rr){rr=qd(rr);for(var fr=0,vr=rr.parent,Er=0;Er<vr.lines.length;++Er){var Cr=vr.lines[Er];if(Cr==rr)break;fr+=Cr.height}for(var Yr=vr.parent;Yr;vr=Yr,Yr=vr.parent)for(var Rn=0;Rn<Yr.children.length;++Rn){var mi=Yr.children[Rn];if(mi==vr)break;fr+=mi.height}return fr}function Qp(rr){if(rr.height==0)return 0;for(var fr=rr.text.length,vr,Er=rr;vr=lm(Er);){var Cr=vr.find(0,!0);Er=Cr.from.line,fr+=Cr.from.ch-Cr.to.ch}for(Er=rr;vr=yp(Er);){var Yr=vr.find(0,!0);fr-=Er.text.length-Yr.from.ch,Er=Yr.to.line,fr+=Er.text.length-Yr.to.ch}return fr}function xn(rr){var fr=rr.display,vr=rr.doc;fr.maxLine=Bl(vr,vr.first),fr.maxLineLength=Qp(fr.maxLine),fr.maxLineChanged=!0,vr.iter(function(Er){var Cr=Qp(Er);Cr>fr.maxLineLength&&(fr.maxLineLength=Cr,fr.maxLine=Er)})}var Mi=function(rr,fr,vr){this.text=rr,Id(this,fr),this.height=vr?vr(this):1};Mi.prototype.lineNo=function(){return Fn(this)},Hs(Mi);function Hi(rr,fr,vr,Er){rr.text=fr,rr.stateAfter&&(rr.stateAfter=null),rr.styles&&(rr.styles=null),rr.order!=null&&(rr.order=null),Od(rr),Id(rr,vr);var Cr=Er?Er(rr):1;Cr!=rr.height&&Pu(rr,Cr)}function zu(rr){rr.parent=null,Od(rr)}var ed={},Sd={};function nf(rr,fr){if(!rr||/^\s*$/.test(rr))return null;var vr=fr.addModeClass?Sd:ed;return vr[rr]||(vr[rr]=rr.replace(/\S+/g,"cm-$&"))}function Ep(rr,fr){var vr=jt("span",null,null,re?"padding-right: .1px":null),Er={pre:jt("pre",[vr],"CodeMirror-line"),content:vr,col:0,pos:0,cm:rr,trailingSpace:!1,splitSpaces:rr.getOption("lineWrapping")};fr.measure={};for(var Cr=0;Cr<=(fr.rest?fr.rest.length:0);Cr++){var Yr=Cr?fr.rest[Cr-1]:fr.line,Rn=void 0;Er.pos=0,Er.addToken=Zh,Bo(rr.display.measure)&&(Rn=ca(Yr,rr.doc.direction))&&(Er.addToken=pf(Er.addToken,Rn)),Er.map=[];var mi=fr!=rr.display.externalMeasured&&Fn(Yr);cm(Yr,Er,Pp(rr,Yr,mi)),Yr.styleClasses&&(Yr.styleClasses.bgClass&&(Er.bgClass=tr(Yr.styleClasses.bgClass,Er.bgClass||"")),Yr.styleClasses.textClass&&(Er.textClass=tr(Yr.styleClasses.textClass,Er.textClass||""))),Er.map.length==0&&Er.map.push(0,0,Er.content.appendChild(Ao(rr.display.measure))),Cr==0?(fr.measure.map=Er.map,fr.measure.cache={}):((fr.measure.maps||(fr.measure.maps=[])).push(Er.map),(fr.measure.caches||(fr.measure.caches=[])).push({}))}if(re){var Ui=Er.content.lastChild;(/\bcm-tab\b/.test(Ui.className)||Ui.querySelector&&Ui.querySelector(".cm-tab"))&&(Er.content.className="cm-tab-wrap-hack")}return _o(rr,"renderLine",rr,fr.line,Er.pre),Er.pre.className&&(Er.textClass=tr(Er.pre.className,Er.textClass||"")),Er}function Vp(rr){var fr=Ie("span","•","cm-invalidchar");return fr.title="\\u"+rr.charCodeAt(0).toString(16),fr.setAttribute("aria-label",fr.title),fr}function Zh(rr,fr,vr,Er,Cr,Yr,Rn){if(fr){var mi=rr.splitSpaces?um(fr,rr.trailingSpace):fr,Ui=rr.cm.state.specialChars,Aa=!1,No;if(!Ui.test(fr))rr.col+=fr.length,No=document.createTextNode(mi),rr.map.push(rr.pos,rr.pos+fr.length,No),V&&z<9&&(Aa=!0),rr.pos+=fr.length;else{No=document.createDocumentFragment();for(var Cs=0;;){Ui.lastIndex=Cs;var Ns=Ui.exec(fr),Bs=Ns?Ns.index-Cs:fr.length-Cs;if(Bs){var pl=document.createTextNode(mi.slice(Cs,Cs+Bs));V&&z<9?No.appendChild(Ie("span",[pl])):No.appendChild(pl),rr.map.push(rr.pos,rr.pos+Bs,pl),rr.col+=Bs,rr.pos+=Bs}if(!Ns)break;Cs+=Bs+1;var Eu=void 0;if(Ns[0]==" "){var kl=rr.cm.options.tabSize,Cu=kl-rr.col%kl;Eu=No.appendChild(Ie("span",jr(Cu),"cm-tab")),Eu.setAttribute("role","presentation"),Eu.setAttribute("cm-text"," "),rr.col+=Cu}else Ns[0]=="\r"||Ns[0]==`
`?(Eu=No.appendChild(Ie("span",Ns[0]=="\r"?"␍":"␤","cm-invalidchar")),Eu.setAttribute("cm-text",Ns[0]),rr.col+=1):(Eu=rr.cm.options.specialCharPlaceholder(Ns[0]),Eu.setAttribute("cm-text",Ns[0]),V&&z<9?No.appendChild(Ie("span",[Eu])):No.appendChild(Eu),rr.col+=1);rr.map.push(rr.pos,rr.pos+1,Eu),rr.pos++}}if(rr.trailingSpace=mi.charCodeAt(fr.length-1)==32,vr||Er||Cr||Aa||Yr||Rn){var Ru=vr||"";Er&&(Ru+=Er),Cr&&(Ru+=Cr);var Ds=Ie("span",[No],Ru,Yr);if(Rn)for(var xc in Rn)Rn.hasOwnProperty(xc)&&xc!="style"&&xc!="class"&&Ds.setAttribute(xc,Rn[xc]);return rr.content.appendChild(Ds)}rr.content.appendChild(No)}}function um(rr,fr){if(rr.length>1&&!/ /.test(rr))return rr;for(var vr=fr,Er="",Cr=0;Cr<rr.length;Cr++){var Yr=rr.charAt(Cr);Yr==" "&&vr&&(Cr==rr.length-1||rr.charCodeAt(Cr+1)==32)&&(Yr=" "),Er+=Yr,vr=Yr==" "}return Er}function pf(rr,fr){return function(vr,Er,Cr,Yr,Rn,mi,Ui){Cr=Cr?Cr+" cm-force-border":"cm-force-border";for(var Aa=vr.pos,No=Aa+Er.length;;){for(var Cs=void 0,Ns=0;Ns<fr.length&&(Cs=fr[Ns],!(Cs.to>Aa&&Cs.from<=Aa));Ns++);if(Cs.to>=No)return rr(vr,Er,Cr,Yr,Rn,mi,Ui);rr(vr,Er.slice(0,Cs.to-Aa),Cr,Yr,null,mi,Ui),Yr=null,Er=Er.slice(Cs.to-Aa),Aa=Cs.to}}}function Jp(rr,fr,vr,Er){var Cr=!Er&&vr.widgetNode;Cr&&rr.map.push(rr.pos,rr.pos+fr,Cr),!Er&&rr.cm.display.input.needsContentAttribute&&(Cr||(Cr=rr.content.appendChild(document.createElement("span"))),Cr.setAttribute("cm-marker",vr.id)),Cr&&(rr.cm.display.input.setUneditable(Cr),rr.content.appendChild(Cr)),rr.pos+=fr,rr.trailingSpace=!1}function cm(rr,fr,vr){var Er=rr.markedSpans,Cr=rr.text,Yr=0;if(!Er){for(var Rn=1;Rn<vr.length;Rn+=2)fr.addToken(fr,Cr.slice(Yr,Yr=vr[Rn]),nf(vr[Rn+1],fr.cm.options));return}for(var mi=Cr.length,Ui=0,Aa=1,No="",Cs,Ns,Bs=0,pl,Eu,kl,Cu,Ru;;){if(Bs==Ui){pl=Eu=kl=Ns="",Ru=null,Cu=null,Bs=1/0;for(var Ds=[],xc=void 0,Rc=0;Rc<Er.length;++Rc){var lc=Er[Rc],wc=lc.marker;if(wc.type=="bookmark"&&lc.from==Ui&&wc.widgetNode)Ds.push(wc);else if(lc.from<=Ui&&(lc.to==null||lc.to>Ui||wc.collapsed&&lc.to==Ui&&lc.from==Ui)){if(lc.to!=null&&lc.to!=Ui&&Bs>lc.to&&(Bs=lc.to,Eu=""),wc.className&&(pl+=" "+wc.className),wc.css&&(Ns=(Ns?Ns+";":"")+wc.css),wc.startStyle&&lc.from==Ui&&(kl+=" "+wc.startStyle),wc.endStyle&&lc.to==Bs&&(xc||(xc=[])).push(wc.endStyle,lc.to),wc.title&&((Ru||(Ru={})).title=wc.title),wc.attributes)for(var Jc in wc.attributes)(Ru||(Ru={}))[Jc]=wc.attributes[Jc];wc.collapsed&&(!Cu||Zc(Cu.marker,wc)<0)&&(Cu=lc)}else lc.from>Ui&&Bs>lc.from&&(Bs=lc.from)}if(xc)for(var Xd=0;Xd<xc.length;Xd+=2)xc[Xd+1]==Bs&&(Eu+=" "+xc[Xd]);if(!Cu||Cu.from==Ui)for(var Do=0;Do<Ds.length;++Do)Jp(fr,0,Ds[Do]);if(Cu&&(Cu.from||0)==Ui){if(Jp(fr,(Cu.to==null?mi+1:Cu.to)-Ui,Cu.marker,Cu.from==null),Cu.to==null)return;Cu.to==Ui&&(Cu=!1)}}if(Ui>=mi)break;for(var vl=Math.min(mi,Bs);;){if(No){var gc=Ui+No.length;if(!Cu){var Wc=gc>vl?No.slice(0,vl-Ui):No;fr.addToken(fr,Wc,Cs?Cs+pl:pl,kl,Ui+Wc.length==Bs?Eu:"",Ns,Ru)}if(gc>=vl){No=No.slice(vl-Ui),Ui=vl;break}Ui=gc,kl=""}No=Cr.slice(Yr,Yr=vr[Aa++]),Cs=nf(vr[Aa++],fr.cm.options)}}}function km(rr,fr,vr){this.line=fr,this.rest=Up(fr),this.size=this.rest?Fn(vn(this.rest))-vr+1:1,this.node=this.text=null,this.hidden=df(rr,fr)}function em(rr,fr,vr){for(var Er=[],Cr,Yr=fr;Yr<vr;Yr=Cr){var Rn=new km(rr.doc,Bl(rr.doc,Yr),Yr);Cr=Yr+Rn.size,Er.push(Rn)}return Er}var Lf=null;function t0(rr){Lf?Lf.ops.push(rr):rr.ownsGroup=Lf={ops:[rr],delayedCallbacks:[]}}function s0(rr){var fr=rr.delayedCallbacks,vr=0;do{for(;vr<fr.length;vr++)fr[vr].call(null);for(var Er=0;Er<rr.ops.length;Er++){var Cr=rr.ops[Er];if(Cr.cursorActivityHandlers)for(;Cr.cursorActivityCalled<Cr.cursorActivityHandlers.length;)Cr.cursorActivityHandlers[Cr.cursorActivityCalled++].call(null,Cr.cm)}}while(vr<fr.length)}function r0(rr,fr){var vr=rr.ownsGroup;if(vr)try{s0(vr)}finally{Lf=null,fr(vr)}}var Qf=null;function hf(rr,fr){var vr=ki(rr,fr);if(vr.length){var Er=Array.prototype.slice.call(arguments,2),Cr;Lf?Cr=Lf.delayedCallbacks:Qf?Cr=Qf:(Cr=Qf=[],setTimeout(Hm,0));for(var Yr=function(mi){Cr.push(function(){return vr[mi].apply(null,Er)})},Rn=0;Rn<vr.length;++Rn)Yr(Rn)}}function Hm(){var rr=Qf;Qf=null;for(var fr=0;fr<rr.length;++fr)rr[fr]()}function Bm(rr,fr,vr,Er){for(var Cr=0;Cr<fr.changes.length;Cr++){var Yr=fr.changes[Cr];Yr=="text"?Tm(rr,fr):Yr=="gutter"?Fh(rr,fr,vr,Er):Yr=="class"?jh(rr,fr):Yr=="widget"&&yh(rr,fr,Er)}fr.changes=null}function Lh(rr){return rr.node==rr.text&&(rr.node=Ie("div",null,null,"position: relative"),rr.text.parentNode&&rr.text.parentNode.replaceChild(rr.node,rr.text),rr.node.appendChild(rr.text),V&&z<8&&(rr.node.style.zIndex=2)),rr.node}function Vm(rr,fr){var vr=fr.bgClass?fr.bgClass+" "+(fr.line.bgClass||""):fr.line.bgClass;if(vr&&(vr+=" CodeMirror-linebackground"),fr.background)vr?fr.background.className=vr:(fr.background.parentNode.removeChild(fr.background),fr.background=null);else if(vr){var Er=Lh(fr);fr.background=Er.insertBefore(Ie("div",null,vr),Er.firstChild),rr.display.input.setUneditable(fr.background)}}function dm(rr,fr){var vr=rr.display.externalMeasured;return vr&&vr.line==fr.line?(rr.display.externalMeasured=null,fr.measure=vr.measure,vr.built):Ep(rr,fr)}function Tm(rr,fr){var vr=fr.text.className,Er=dm(rr,fr);fr.text==fr.node&&(fr.node=Er.pre),fr.text.parentNode.replaceChild(Er.pre,fr.text),fr.text=Er.pre,Er.bgClass!=fr.bgClass||Er.textClass!=fr.textClass?(fr.bgClass=Er.bgClass,fr.textClass=Er.textClass,jh(rr,fr)):vr&&(fr.text.className=vr)}function jh(rr,fr){Vm(rr,fr),fr.line.wrapClass?Lh(fr).className=fr.line.wrapClass:fr.node!=fr.text&&(fr.node.className="");var vr=fr.textClass?fr.textClass+" "+(fr.line.textClass||""):fr.line.textClass;fr.text.className=vr||""}function Fh(rr,fr,vr,Er){if(fr.gutter&&(fr.node.removeChild(fr.gutter),fr.gutter=null),fr.gutterBackground&&(fr.node.removeChild(fr.gutterBackground),fr.gutterBackground=null),fr.line.gutterClass){var Cr=Lh(fr);fr.gutterBackground=Ie("div",null,"CodeMirror-gutter-background "+fr.line.gutterClass,"left: "+(rr.options.fixedGutter?Er.fixedPos:-Er.gutterTotalWidth)+"px; width: "+Er.gutterTotalWidth+"px"),rr.display.input.setUneditable(fr.gutterBackground),Cr.insertBefore(fr.gutterBackground,fr.text)}var Yr=fr.line.gutterMarkers;if(rr.options.lineNumbers||Yr){var Rn=Lh(fr),mi=fr.gutter=Ie("div",null,"CodeMirror-gutter-wrapper","left: "+(rr.options.fixedGutter?Er.fixedPos:-Er.gutterTotalWidth)+"px");if(mi.setAttribute("aria-hidden","true"),rr.display.input.setUneditable(mi),Rn.insertBefore(mi,fr.text),fr.line.gutterClass&&(mi.className+=" "+fr.line.gutterClass),rr.options.lineNumbers&&(!Yr||!Yr["CodeMirror-linenumbers"])&&(fr.lineNumber=mi.appendChild(Ie("div",ku(rr.options,vr),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+Er.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+rr.display.lineNumInnerWidth+"px"))),Yr)for(var Ui=0;Ui<rr.display.gutterSpecs.length;++Ui){var Aa=rr.display.gutterSpecs[Ui].className,No=Yr.hasOwnProperty(Aa)&&Yr[Aa];No&&mi.appendChild(Ie("div",[No],"CodeMirror-gutter-elt","left: "+Er.gutterLeft[Aa]+"px; width: "+Er.gutterWidth[Aa]+"px"))}}}function yh(rr,fr,vr){fr.alignable&&(fr.alignable=null);for(var Er=Et("CodeMirror-linewidget"),Cr=fr.node.firstChild,Yr=void 0;Cr;Cr=Yr)Yr=Cr.nextSibling,Er.test(Cr.className)&&fr.node.removeChild(Cr);fm(rr,fr,vr)}function Sp(rr,fr,vr,Er){var Cr=dm(rr,fr);return fr.text=fr.node=Cr.pre,Cr.bgClass&&(fr.bgClass=Cr.bgClass),Cr.textClass&&(fr.textClass=Cr.textClass),jh(rr,fr),Fh(rr,fr,vr,Er),fm(rr,fr,Er),fr.node}function fm(rr,fr,vr){if(mf(rr,fr.line,fr,vr,!0),fr.rest)for(var Er=0;Er<fr.rest.length;Er++)mf(rr,fr.rest[Er],fr,vr,!1)}function mf(rr,fr,vr,Er,Cr){if(fr.widgets)for(var Yr=Lh(vr),Rn=0,mi=fr.widgets;Rn<mi.length;++Rn){var Ui=mi[Rn],Aa=Ie("div",[Ui.node],"CodeMirror-linewidget"+(Ui.className?" "+Ui.className:""));Ui.handleMouseEvents||Aa.setAttribute("cm-ignore-events","true"),Zp(Ui,Aa,vr,Er),rr.display.input.setUneditable(Aa),Cr&&Ui.above?Yr.insertBefore(Aa,vr.gutter||vr.text):Yr.appendChild(Aa),hf(Ui,"redraw")}}function Zp(rr,fr,vr,Er){if(rr.noHScroll){(vr.alignable||(vr.alignable=[])).push(fr);var Cr=Er.wrapperWidth;fr.style.left=Er.fixedPos+"px",rr.coverGutter||(Cr-=Er.gutterTotalWidth,fr.style.paddingLeft=Er.gutterTotalWidth+"px"),fr.style.width=Cr+"px"}rr.coverGutter&&(fr.style.zIndex=5,fr.style.position="relative",rr.noHScroll||(fr.style.marginLeft=-Er.gutterTotalWidth+"px"))}function zf(rr){if(rr.height!=null)return rr.height;var fr=rr.doc.cm;if(!fr)return 0;if(!ur(document.body,rr.node)){var vr="position: relative;";rr.coverGutter&&(vr+="margin-left: -"+fr.display.gutters.offsetWidth+"px;"),rr.noHScroll&&(vr+="width: "+fr.display.wrapper.clientWidth+"px;"),Ce(fr.display.measure,Ie("div",[rr.node],null,vr))}return rr.height=rr.node.parentNode.offsetHeight}function ip(rr,fr){for(var vr=rl(fr);vr!=rr.wrapper;vr=vr.parentNode)if(!vr||vr.nodeType==1&&vr.getAttribute("cm-ignore-events")=="true"||vr.parentNode==rr.sizer&&vr!=rr.mover)return!0}function nh(rr){return rr.lineSpace.offsetTop}function Uh(rr){return rr.mover.offsetHeight-rr.lineSpace.offsetHeight}function qm(rr){if(rr.cachedPaddingH)return rr.cachedPaddingH;var fr=Ce(rr.measure,Ie("pre","x","CodeMirror-line-like")),vr=window.getComputedStyle?window.getComputedStyle(fr):fr.currentStyle,Er={left:parseInt(vr.paddingLeft),right:parseInt(vr.paddingRight)};return!isNaN(Er.left)&&!isNaN(Er.right)&&(rr.cachedPaddingH=Er),Er}function kp(rr){return Vr-rr.display.nativeBarWidth}function wh(rr){return rr.display.scroller.clientWidth-kp(rr)-rr.display.barWidth}function tm(rr){return rr.display.scroller.clientHeight-kp(rr)-rr.display.barHeight}function Tp(rr,fr,vr){var Er=rr.options.lineWrapping,Cr=Er&&wh(rr);if(!fr.measure.heights||Er&&fr.measure.width!=Cr){var Yr=fr.measure.heights=[];if(Er){fr.measure.width=Cr;for(var Rn=fr.text.firstChild.getClientRects(),mi=0;mi<Rn.length-1;mi++){var Ui=Rn[mi],Aa=Rn[mi+1];Math.abs(Ui.bottom-Aa.bottom)>2&&Yr.push((Ui.bottom+Aa.top)/2-vr.top)}}Yr.push(vr.bottom-vr.top)}}function zm(rr,fr,vr){if(rr.line==fr)return{map:rr.measure.map,cache:rr.measure.cache};if(rr.rest){for(var Er=0;Er<rr.rest.length;Er++)if(rr.rest[Er]==fr)return{map:rr.measure.maps[Er],cache:rr.measure.caches[Er]};for(var Cr=0;Cr<rr.rest.length;Cr++)if(Fn(rr.rest[Cr])>vr)return{map:rr.measure.maps[Cr],cache:rr.measure.caches[Cr],before:!0}}}function Gm(rr,fr){fr=qd(fr);var vr=Fn(fr),Er=rr.display.externalMeasured=new km(rr.doc,fr,vr);Er.lineN=vr;var Cr=Er.built=Ep(rr,Er);return Er.text=Cr.pre,Ce(rr.display.lineMeasure,Cr.pre),Er}function xm(rr,fr,vr,Er){return Jf(rr,If(rr,fr),vr,Er)}function Cm(rr,fr){if(fr>=rr.display.viewFrom&&fr<rr.display.viewTo)return rr.display.view[nm(rr,fr)];var vr=rr.display.externalMeasured;if(vr&&fr>=vr.lineN&&fr<vr.lineN+vr.size)return vr}function If(rr,fr){var vr=Fn(fr),Er=Cm(rr,vr);Er&&!Er.text?Er=null:Er&&Er.changes&&(Bm(rr,Er,vr,rm(rr)),rr.curOp.forceUpdate=!0),Er||(Er=Gm(rr,fr));var Cr=zm(Er,fr,vr);return{line:fr,view:Er,rect:null,map:Cr.map,cache:Cr.cache,before:Cr.before,hasHeights:!1}}function Jf(rr,fr,vr,Er,Cr){fr.before&&(vr=-1);var Yr=vr+(Er||""),Rn;return fr.cache.hasOwnProperty(Yr)?Rn=fr.cache[Yr]:(fr.rect||(fr.rect=fr.view.text.getBoundingClientRect()),fr.hasHeights||(Tp(rr,fr.view,fr.rect),fr.hasHeights=!0),Rn=hm(rr,fr,vr,Er),Rn.bogus||(fr.cache[Yr]=Rn)),{left:Rn.left,right:Rn.right,top:Cr?Rn.rtop:Rn.top,bottom:Cr?Rn.rbottom:Rn.bottom}}var $m={left:0,right:0,top:0,bottom:0};function Wm(rr,fr,vr){for(var Er,Cr,Yr,Rn,mi,Ui,Aa=0;Aa<rr.length;Aa+=3)if(mi=rr[Aa],Ui=rr[Aa+1],fr<mi?(Cr=0,Yr=1,Rn="left"):fr<Ui?(Cr=fr-mi,Yr=Cr+1):(Aa==rr.length-3||fr==Ui&&rr[Aa+3]>fr)&&(Yr=Ui-mi,Cr=Yr-1,fr>=Ui&&(Rn="right")),Cr!=null){if(Er=rr[Aa+2],mi==Ui&&vr==(Er.insertLeft?"left":"right")&&(Rn=vr),vr=="left"&&Cr==0)for(;Aa&&rr[Aa-2]==rr[Aa-3]&&rr[Aa-1].insertLeft;)Er=rr[(Aa-=3)+2],Rn="left";if(vr=="right"&&Cr==Ui-mi)for(;Aa<rr.length-3&&rr[Aa+3]==rr[Aa+4]&&!rr[Aa+5].insertLeft;)Er=rr[(Aa+=3)+2],Rn="right";break}return{node:Er,start:Cr,end:Yr,collapse:Rn,coverStart:mi,coverEnd:Ui}}function l0(rr,fr){var vr=$m;if(fr=="left")for(var Er=0;Er<rr.length&&(vr=rr[Er]).left==vr.right;Er++);else for(var Cr=rr.length-1;Cr>=0&&(vr=rr[Cr]).left==vr.right;Cr--);return vr}function hm(rr,fr,vr,Er){var Cr=Wm(fr.map,vr,Er),Yr=Cr.node,Rn=Cr.start,mi=Cr.end,Ui=Cr.collapse,Aa;if(Yr.nodeType==3){for(var No=0;No<4;No++){for(;Rn&&Mn(fr.line.text.charAt(Cr.coverStart+Rn));)--Rn;for(;Cr.coverStart+mi<Cr.coverEnd&&Mn(fr.line.text.charAt(Cr.coverStart+mi));)++mi;if(V&&z<9&&Rn==0&&mi==Cr.coverEnd-Cr.coverStart?Aa=Yr.parentNode.getBoundingClientRect():Aa=l0(ar(Yr,Rn,mi).getClientRects(),Er),Aa.left||Aa.right||Rn==0)break;mi=Rn,Rn=Rn-1,Ui="right"}V&&z<11&&(Aa=qp(rr.display.measure,Aa))}else{Rn>0&&(Ui=Er="right");var Cs;rr.options.lineWrapping&&(Cs=Yr.getClientRects()).length>1?Aa=Cs[Er=="right"?Cs.length-1:0]:Aa=Yr.getBoundingClientRect()}if(V&&z<9&&!Rn&&(!Aa||!Aa.left&&!Aa.right)){var Ns=Yr.parentNode.getClientRects()[0];Ns?Aa={left:Ns.left,right:Ns.left+ih(rr.display),top:Ns.top,bottom:Ns.bottom}:Aa=$m}for(var Bs=Aa.top-fr.rect.top,pl=Aa.bottom-fr.rect.top,Eu=(Bs+pl)/2,kl=fr.view.measure.heights,Cu=0;Cu<kl.length-1&&!(Eu<kl[Cu]);Cu++);var Ru=Cu?kl[Cu-1]:0,Ds=kl[Cu],xc={left:(Ui=="right"?Aa.right:Aa.left)-fr.rect.left,right:(Ui=="left"?Aa.left:Aa.right)-fr.rect.left,top:Ru,bottom:Ds};return!Aa.left&&!Aa.right&&(xc.bogus=!0),rr.options.singleCursorHeightPerLine||(xc.rtop=Bs,xc.rbottom=pl),xc}function qp(rr,fr){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!Gi(rr))return fr;var vr=screen.logicalXDPI/screen.deviceXDPI,Er=screen.logicalYDPI/screen.deviceYDPI;return{left:fr.left*vr,right:fr.right*vr,top:fr.top*Er,bottom:fr.bottom*Er}}function Km(rr){if(rr.measure&&(rr.measure.cache={},rr.measure.heights=null,rr.rest))for(var fr=0;fr<rr.rest.length;fr++)rr.measure.caches[fr]={}}function Ym(rr){rr.display.externalMeasure=null,pe(rr.display.lineMeasure);for(var fr=0;fr<rr.display.view.length;fr++)Km(rr.display.view[fr])}function mm(rr){Ym(rr),rr.display.cachedCharWidth=rr.display.cachedTextHeight=rr.display.cachedPaddingH=null,rr.options.lineWrapping||(rr.display.maxLineChanged=!0),rr.display.lineNumChars=null}function Of(rr){return ue&&Fe?-(rr.body.getBoundingClientRect().left-parseInt(getComputedStyle(rr.body).marginLeft)):rr.defaultView.pageXOffset||(rr.documentElement||rr.body).scrollLeft}function n0(rr){return ue&&Fe?-(rr.body.getBoundingClientRect().top-parseInt(getComputedStyle(rr.body).marginTop)):rr.defaultView.pageYOffset||(rr.documentElement||rr.body).scrollTop}function Pm(rr){var fr=qd(rr),vr=fr.widgets,Er=0;if(vr)for(var Cr=0;Cr<vr.length;++Cr)vr[Cr].above&&(Er+=zf(vr[Cr]));return Er}function Th(rr,fr,vr,Er,Cr){if(!Cr){var Yr=Pm(fr);vr.top+=Yr,vr.bottom+=Yr}if(Er=="line")return vr;Er||(Er="local");var Rn=qf(fr);if(Er=="local"?Rn+=nh(rr.display):Rn-=rr.display.viewOffset,Er=="page"||Er=="window"){var mi=rr.display.lineSpace.getBoundingClientRect();Rn+=mi.top+(Er=="window"?0:n0(_r(rr)));var Ui=mi.left+(Er=="window"?0:Of(_r(rr)));vr.left+=Ui,vr.right+=Ui}return vr.top+=Rn,vr.bottom+=Rn,vr}function dl(rr,fr,vr){if(vr=="div")return fr;var Er=fr.left,Cr=fr.top;if(vr=="page")Er-=Of(_r(rr)),Cr-=n0(_r(rr));else if(vr=="local"||!vr){var Yr=rr.display.sizer.getBoundingClientRect();Er+=Yr.left,Cr+=Yr.top}var Rn=rr.display.lineSpace.getBoundingClientRect();return{left:Er-Rn.left,top:Cr-Rn.top}}function wu(rr,fr,vr,Er,Cr){return Er||(Er=Bl(rr.doc,fr.line)),Th(rr,Er,xm(rr,Er,fr.ch,Cr),vr)}function vu(rr,fr,vr,Er,Cr,Yr){Er=Er||Bl(rr.doc,fr.line),Cr||(Cr=If(rr,Er));function Rn(pl,Eu){var kl=Jf(rr,Cr,pl,Eu?"right":"left",Yr);return Eu?kl.left=kl.right:kl.right=kl.left,Th(rr,Er,kl,vr)}var mi=ca(Er,rr.doc.direction),Ui=fr.ch,Aa=fr.sticky;if(Ui>=Er.text.length?(Ui=Er.text.length,Aa="before"):Ui<=0&&(Ui=0,Aa="after"),!mi)return Rn(Aa=="before"?Ui-1:Ui,Aa=="before");function No(pl,Eu,kl){var Cu=mi[Eu],Ru=Cu.level==1;return Rn(kl?pl-1:pl,Ru!=kl)}var Cs=Sa(mi,Ui,Aa),Ns=Nn,Bs=No(Ui,Cs,Aa=="before");return Ns!=null&&(Bs.other=No(Ui,Ns,Aa!="before")),Bs}function Mc(rr,fr){var vr=0;fr=jc(rr.doc,fr),rr.options.lineWrapping||(vr=ih(rr.display)*fr.ch);var Er=Bl(rr.doc,fr.line),Cr=qf(Er)+nh(rr.display);return{left:vr,right:vr,top:Cr,bottom:Cr+Er.height}}function kc(rr,fr,vr,Er,Cr){var Yr=Vl(rr,fr,vr);return Yr.xRel=Cr,Er&&(Yr.outside=Er),Yr}function kd(rr,fr,vr){var Er=rr.doc;if(vr+=rr.display.viewOffset,vr<0)return kc(Er.first,0,null,-1,-1);var Cr=is(Er,vr),Yr=Er.first+Er.size-1;if(Cr>Yr)return kc(Er.first+Er.size-1,Bl(Er,Yr).text.length,null,1,1);fr<0&&(fr=0);for(var Rn=Bl(Er,Cr);;){var mi=i0(rr,Rn,Cr,fr,vr),Ui=Qh(Rn,mi.ch+(mi.xRel>0||mi.outside>0?1:0));if(!Ui)return mi;var Aa=Ui.find(1);if(Aa.line==Cr)return Aa;Rn=Bl(Er,Cr=Aa.line)}}function xf(rr,fr,vr,Er){Er-=Pm(fr);var Cr=fr.text.length,Yr=Ur(function(Rn){return Jf(rr,vr,Rn-1).bottom<=Er},Cr,0);return Cr=Ur(function(Rn){return Jf(rr,vr,Rn).top>Er},Yr,Cr),{begin:Yr,end:Cr}}function Zd(rr,fr,vr,Er){vr||(vr=If(rr,fr));var Cr=Th(rr,fr,Jf(rr,vr,Er),"line").top;return xf(rr,fr,vr,Cr)}function gm(rr,fr,vr,Er){return rr.bottom<=vr?!1:rr.top>vr?!0:(Er?rr.left:rr.right)>fr}function i0(rr,fr,vr,Er,Cr){Cr-=qf(fr);var Yr=If(rr,fr),Rn=Pm(fr),mi=0,Ui=fr.text.length,Aa=!0,No=ca(fr,rr.doc.direction);if(No){var Cs=(rr.options.lineWrapping?zp:xp)(rr,fr,vr,Yr,No,Er,Cr);Aa=Cs.level!=1,mi=Aa?Cs.from:Cs.to-1,Ui=Aa?Cs.to:Cs.from-1}var Ns=null,Bs=null,pl=Ur(function(Rc){var lc=Jf(rr,Yr,Rc);return lc.top+=Rn,lc.bottom+=Rn,gm(lc,Er,Cr,!1)?(lc.top<=Cr&&lc.left<=Er&&(Ns=Rc,Bs=lc),!0):!1},mi,Ui),Eu,kl,Cu=!1;if(Bs){var Ru=Er-Bs.left<Bs.right-Er,Ds=Ru==Aa;pl=Ns+(Ds?0:1),kl=Ds?"after":"before",Eu=Ru?Bs.left:Bs.right}else{!Aa&&(pl==Ui||pl==mi)&&pl++,kl=pl==0?"after":pl==fr.text.length?"before":Jf(rr,Yr,pl-(Aa?1:0)).bottom+Rn<=Cr==Aa?"after":"before";var xc=vu(rr,Vl(vr,pl,kl),"line",fr,Yr);Eu=xc.left,Cu=Cr<xc.top?-1:Cr>=xc.bottom?1:0}return pl=Wr(fr.text,pl,1),kc(vr,pl,kl,Cu,Er-Eu)}function xp(rr,fr,vr,Er,Cr,Yr,Rn){var mi=Ur(function(Cs){var Ns=Cr[Cs],Bs=Ns.level!=1;return gm(vu(rr,Vl(vr,Bs?Ns.to:Ns.from,Bs?"before":"after"),"line",fr,Er),Yr,Rn,!0)},0,Cr.length-1),Ui=Cr[mi];if(mi>0){var Aa=Ui.level!=1,No=vu(rr,Vl(vr,Aa?Ui.from:Ui.to,Aa?"after":"before"),"line",fr,Er);gm(No,Yr,Rn,!0)&&No.top>Rn&&(Ui=Cr[mi-1])}return Ui}function zp(rr,fr,vr,Er,Cr,Yr,Rn){var mi=xf(rr,fr,Er,Rn),Ui=mi.begin,Aa=mi.end;/\s/.test(fr.text.charAt(Aa-1))&&Aa--;for(var No=null,Cs=null,Ns=0;Ns<Cr.length;Ns++){var Bs=Cr[Ns];if(!(Bs.from>=Aa||Bs.to<=Ui)){var pl=Bs.level!=1,Eu=Jf(rr,Er,pl?Math.min(Aa,Bs.to)-1:Math.max(Ui,Bs.from)).right,kl=Eu<Yr?Yr-Eu+1e9:Eu-Yr;(!No||Cs>kl)&&(No=Bs,Cs=kl)}}return No||(No=Cr[Cr.length-1]),No.from<Ui&&(No={from:Ui,to:No.to,level:No.level}),No.to>Aa&&(No={from:No.from,to:Aa,level:No.level}),No}var Hh;function Cp(rr){if(rr.cachedTextHeight!=null)return rr.cachedTextHeight;if(Hh==null){Hh=Ie("pre",null,"CodeMirror-line-like");for(var fr=0;fr<49;++fr)Hh.appendChild(document.createTextNode("x")),Hh.appendChild(Ie("br"));Hh.appendChild(document.createTextNode("x"))}Ce(rr.measure,Hh);var vr=Hh.offsetHeight/50;return vr>3&&(rr.cachedTextHeight=vr),pe(rr.measure),vr||1}function ih(rr){if(rr.cachedCharWidth!=null)return rr.cachedCharWidth;var fr=Ie("span","xxxxxxxxxx"),vr=Ie("pre",[fr],"CodeMirror-line-like");Ce(rr.measure,vr);var Er=fr.getBoundingClientRect(),Cr=(Er.right-Er.left)/10;return Cr>2&&(rr.cachedCharWidth=Cr),Cr||10}function rm(rr){for(var fr=rr.display,vr={},Er={},Cr=fr.gutters.clientLeft,Yr=fr.gutters.firstChild,Rn=0;Yr;Yr=Yr.nextSibling,++Rn){var mi=rr.display.gutterSpecs[Rn].className;vr[mi]=Yr.offsetLeft+Yr.clientLeft+Cr,Er[mi]=Yr.clientWidth}return{fixedPos:Bd(fr),gutterTotalWidth:fr.gutters.offsetWidth,gutterLeft:vr,gutterWidth:Er,wrapperWidth:fr.wrapper.clientWidth}}function Bd(rr){return rr.scroller.getBoundingClientRect().left-rr.sizer.getBoundingClientRect().left}function a0(rr){var fr=Cp(rr.display),vr=rr.options.lineWrapping,Er=vr&&Math.max(5,rr.display.scroller.clientWidth/ih(rr.display)-3);return function(Cr){if(df(rr.doc,Cr))return 0;var Yr=0;if(Cr.widgets)for(var Rn=0;Rn<Cr.widgets.length;Rn++)Cr.widgets[Rn].height&&(Yr+=Cr.widgets[Rn].height);return vr?Yr+(Math.ceil(Cr.text.length/Er)||1)*fr:Yr+fr}}function Ld(rr){var fr=rr.doc,vr=a0(rr);fr.iter(function(Er){var Cr=vr(Er);Cr!=Er.height&&Pu(Er,Cr)})}function Zf(rr,fr,vr,Er){var Cr=rr.display;if(!vr&&rl(fr).getAttribute("cm-not-content")=="true")return null;var Yr,Rn,mi=Cr.lineSpace.getBoundingClientRect();try{Yr=fr.clientX-mi.left,Rn=fr.clientY-mi.top}catch{return null}var Ui=kd(rr,Yr,Rn),Aa;if(Er&&Ui.xRel>0&&(Aa=Bl(rr.doc,Ui.line).text).length==Ui.ch){var No=Ar(Aa,Aa.length,rr.options.tabSize)-Aa.length;Ui=Vl(Ui.line,Math.max(0,Math.round((Yr-qm(rr.display).left)/ih(rr.display))-No))}return Ui}function nm(rr,fr){if(fr>=rr.display.viewTo||(fr-=rr.display.viewFrom,fr<0))return null;for(var vr=rr.display.view,Er=0;Er<vr.length;Er++)if(fr-=vr[Er].size,fr<0)return Er}function jf(rr,fr,vr,Er){fr==null&&(fr=rr.doc.first),vr==null&&(vr=rr.doc.first+rr.doc.size),Er||(Er=0);var Cr=rr.display;if(Er&&vr<Cr.viewTo&&(Cr.updateLineNumbers==null||Cr.updateLineNumbers>fr)&&(Cr.updateLineNumbers=fr),rr.curOp.viewChanged=!0,fr>=Cr.viewTo)Xf&&Hp(rr.doc,fr)<Cr.viewTo&&Gp(rr);else if(vr<=Cr.viewFrom)Xf&&$h(rr.doc,vr+Er)>Cr.viewFrom?Gp(rr):(Cr.viewFrom+=Er,Cr.viewTo+=Er);else if(fr<=Cr.viewFrom&&vr>=Cr.viewTo)Gp(rr);else if(fr<=Cr.viewFrom){var Yr=Wp(rr,vr,vr+Er,1);Yr?(Cr.view=Cr.view.slice(Yr.index),Cr.viewFrom=Yr.lineN,Cr.viewTo+=Er):Gp(rr)}else if(vr>=Cr.viewTo){var Rn=Wp(rr,fr,fr,-1);Rn?(Cr.view=Cr.view.slice(0,Rn.index),Cr.viewTo=Rn.lineN):Gp(rr)}else{var mi=Wp(rr,fr,fr,-1),Ui=Wp(rr,vr,vr+Er,1);mi&&Ui?(Cr.view=Cr.view.slice(0,mi.index).concat(em(rr,mi.lineN,Ui.lineN)).concat(Cr.view.slice(Ui.index)),Cr.viewTo+=Er):Gp(rr)}var Aa=Cr.externalMeasured;Aa&&(vr<Aa.lineN?Aa.lineN+=Er:fr<Aa.lineN+Aa.size&&(Cr.externalMeasured=null))}function Nh(rr,fr,vr){rr.curOp.viewChanged=!0;var Er=rr.display,Cr=rr.display.externalMeasured;if(Cr&&fr>=Cr.lineN&&fr<Cr.lineN+Cr.size&&(Er.externalMeasured=null),!(fr<Er.viewFrom||fr>=Er.viewTo)){var Yr=Er.view[nm(rr,fr)];if(Yr.node!=null){var Rn=Yr.changes||(Yr.changes=[]);Gr(Rn,vr)==-1&&Rn.push(vr)}}}function Gp(rr){rr.display.viewFrom=rr.display.viewTo=rr.doc.first,rr.display.view=[],rr.display.viewOffset=0}function Wp(rr,fr,vr,Er){var Cr=nm(rr,fr),Yr,Rn=rr.display.view;if(!Xf||vr==rr.doc.first+rr.doc.size)return{index:Cr,lineN:vr};for(var mi=rr.display.viewFrom,Ui=0;Ui<Cr;Ui++)mi+=Rn[Ui].size;if(mi!=fr){if(Er>0){if(Cr==Rn.length-1)return null;Yr=mi+Rn[Cr].size-fr,Cr++}else Yr=mi-fr;fr+=Yr,vr+=Yr}for(;Hp(rr.doc,vr)!=vr;){if(Cr==(Er<0?0:Rn.length-1))return null;vr+=Er*Rn[Cr-(Er<0?1:0)].size,Cr+=Er}return{index:Cr,lineN:vr}}function Nm(rr,fr,vr){var Er=rr.display,Cr=Er.view;Cr.length==0||fr>=Er.viewTo||vr<=Er.viewFrom?(Er.view=em(rr,fr,vr),Er.viewFrom=fr):(Er.viewFrom>fr?Er.view=em(rr,fr,Er.viewFrom).concat(Er.view):Er.viewFrom<fr&&(Er.view=Er.view.slice(nm(rr,fr))),Er.viewFrom=fr,Er.viewTo<vr?Er.view=Er.view.concat(em(rr,Er.viewTo,vr)):Er.viewTo>vr&&(Er.view=Er.view.slice(0,nm(rr,vr)))),Er.viewTo=vr}function Am(rr){for(var fr=rr.display.view,vr=0,Er=0;Er<fr.length;Er++){var Cr=fr[Er];!Cr.hidden&&(!Cr.node||Cr.changes)&&++vr}return vr}function Np(rr){rr.display.input.showSelection(rr.display.input.prepareSelection())}function im(rr,fr){fr===void 0&&(fr=!0);var vr=rr.doc,Er={},Cr=Er.cursors=document.createDocumentFragment(),Yr=Er.selection=document.createDocumentFragment(),Rn=rr.options.$customCursor;Rn&&(fr=!0);for(var mi=0;mi<vr.sel.ranges.length;mi++)if(!(!fr&&mi==vr.sel.primIndex)){var Ui=vr.sel.ranges[mi];if(!(Ui.from().line>=rr.display.viewTo||Ui.to().line<rr.display.viewFrom)){var Aa=Ui.empty();if(Rn){var No=Rn(rr,Ui);No&&Vh(rr,No,Cr)}else(Aa||rr.options.showCursorWhenSelecting)&&Vh(rr,Ui.head,Cr);Aa||Lm(rr,Ui,Yr)}}return Er}function Vh(rr,fr,vr){var Er=vu(rr,fr,"div",null,null,!rr.options.singleCursorHeightPerLine),Cr=vr.appendChild(Ie("div"," ","CodeMirror-cursor"));if(Cr.style.left=Er.left+"px",Cr.style.top=Er.top+"px",Cr.style.height=Math.max(0,Er.bottom-Er.top)*rr.options.cursorHeight+"px",/\bcm-fat-cursor\b/.test(rr.getWrapperElement().className)){var Yr=wu(rr,fr,"div",null,null),Rn=Yr.right-Yr.left;Cr.style.width=(Rn>0?Rn:rr.defaultCharWidth())+"px"}if(Er.other){var mi=vr.appendChild(Ie("div"," ","CodeMirror-cursor CodeMirror-secondarycursor"));mi.style.display="",mi.style.left=Er.other.left+"px",mi.style.top=Er.other.top+"px",mi.style.height=(Er.other.bottom-Er.other.top)*.85+"px"}}function lh(rr,fr){return rr.top-fr.top||rr.left-fr.left}function Lm(rr,fr,vr){var Er=rr.display,Cr=rr.doc,Yr=document.createDocumentFragment(),Rn=qm(rr.display),mi=Rn.left,Ui=Math.max(Er.sizerWidth,wh(rr)-Er.sizer.offsetLeft)-Rn.right,Aa=Cr.direction=="ltr";function No(Ds,xc,Rc,lc){xc<0&&(xc=0),xc=Math.round(xc),lc=Math.round(lc),Yr.appendChild(Ie("div",null,"CodeMirror-selected","position: absolute; left: "+Ds+`px;
top: `+xc+"px; width: "+(Rc??Ui-Ds)+`px;
height: `+(lc-xc)+"px"))}function Cs(Ds,xc,Rc){var lc=Bl(Cr,Ds),wc=lc.text.length,Jc,Xd;function Do(Wc,rd){return wu(rr,Vl(Ds,Wc),"div",lc,rd)}function vl(Wc,rd,lf){var Md=Zd(rr,lc,null,Wc),Ud=rd=="ltr"==(lf=="after")?"left":"right",zd=lf=="after"?Md.begin:Md.end-(/\s/.test(lc.text.charAt(Md.end-1))?2:1);return Do(zd,Ud)[Ud]}var gc=ca(lc,Cr.direction);return Sn(gc,xc||0,Rc??wc,function(Wc,rd,lf,Md){var Ud=lf=="ltr",zd=Do(Wc,Ud?"left":"right"),Gd=Do(rd-1,Ud?"right":"left"),Gc=xc==null&&Wc==0,od=Rc==null&&rd==wc,Kf=Md==0,Gh=!gc||Md==gc.length-1;if(Gd.top-zd.top<=3){var Yf=(Aa?Gc:od)&&Kf,E0=(Aa?od:Gc)&&Gh,om=Yf?mi:(Ud?zd:Gd).left,Dm=E0?Ui:(Ud?Gd:zd).right;No(om,zd.top,Dm-om,zd.bottom)}else{var bm,hp,v0,N0;Ud?(bm=Aa&&Gc&&Kf?mi:zd.left,hp=Aa?Ui:vl(Wc,lf,"before"),v0=Aa?mi:vl(rd,lf,"after"),N0=Aa&&od&&Gh?Ui:Gd.right):(bm=Aa?vl(Wc,lf,"before"):mi,hp=!Aa&&Gc&&Kf?Ui:zd.right,v0=!Aa&&od&&Gh?mi:Gd.left,N0=Aa?vl(rd,lf,"after"):Ui),No(bm,zd.top,hp-bm,zd.bottom),zd.bottom<Gd.top&&No(mi,zd.bottom,null,Gd.top),No(v0,Gd.top,N0-v0,Gd.bottom)}(!Jc||lh(zd,Jc)<0)&&(Jc=zd),lh(Gd,Jc)<0&&(Jc=Gd),(!Xd||lh(zd,Xd)<0)&&(Xd=zd),lh(Gd,Xd)<0&&(Xd=Gd)}),{start:Jc,end:Xd}}var Ns=fr.from(),Bs=fr.to();if(Ns.line==Bs.line)Cs(Ns.line,Ns.ch,Bs.ch);else{var pl=Bl(Cr,Ns.line),Eu=Bl(Cr,Bs.line),kl=qd(pl)==qd(Eu),Cu=Cs(Ns.line,Ns.ch,kl?pl.text.length+1:null).end,Ru=Cs(Bs.line,kl?0:null,Bs.ch).start;kl&&(Cu.top<Ru.top-2?(No(Cu.right,Cu.top,null,Cu.bottom),No(mi,Ru.top,Ru.left,Ru.bottom)):No(Cu.right,Cu.top,Ru.left-Cu.right,Cu.bottom)),Cu.bottom<Ru.top&&No(mi,Cu.bottom,null,Ru.top)}vr.appendChild(Yr)}function Ls(rr){if(rr.state.focused){var fr=rr.display;clearInterval(fr.blinker);var vr=!0;fr.cursorDiv.style.visibility="",rr.options.cursorBlinkRate>0?fr.blinker=setInterval(function(){rr.hasFocus()||Go(rr),fr.cursorDiv.style.visibility=(vr=!vr)?"":"hidden"},rr.options.cursorBlinkRate):rr.options.cursorBlinkRate<0&&(fr.cursorDiv.style.visibility="hidden")}}function ys(rr){rr.hasFocus()||(rr.display.input.focus(),rr.state.focused||Yo(rr))}function Po(rr){rr.state.delayingBlurEvent=!0,setTimeout(function(){rr.state.delayingBlurEvent&&(rr.state.delayingBlurEvent=!1,rr.state.focused&&Go(rr))},100)}function Yo(rr,fr){rr.state.delayingBlurEvent&&!rr.state.draggingText&&(rr.state.delayingBlurEvent=!1),rr.options.readOnly!="nocursor"&&(rr.state.focused||(_o(rr,"focus",rr,fr),rr.state.focused=!0,he(rr.display.wrapper,"CodeMirror-focused"),!rr.curOp&&rr.display.selForContextMenu!=rr.doc.sel&&(rr.display.input.reset(),re&&setTimeout(function(){return rr.display.input.reset(!0)},20)),rr.display.input.receivedFocus()),Ls(rr))}function Go(rr,fr){rr.state.delayingBlurEvent||(rr.state.focused&&(_o(rr,"blur",rr,fr),rr.state.focused=!1,ie(rr.display.wrapper,"CodeMirror-focused")),clearInterval(rr.display.blinker),setTimeout(function(){rr.state.focused||(rr.display.shift=!1)},150))}function bo(rr){for(var fr=rr.display,vr=fr.lineDiv.offsetTop,Er=Math.max(0,fr.scroller.getBoundingClientRect().top),Cr=fr.lineDiv.getBoundingClientRect().top,Yr=0,Rn=0;Rn<fr.view.length;Rn++){var mi=fr.view[Rn],Ui=rr.options.lineWrapping,Aa=void 0,No=0;if(!mi.hidden){if(Cr+=mi.line.height,V&&z<8){var Cs=mi.node.offsetTop+mi.node.offsetHeight;Aa=Cs-vr,vr=Cs}else{var Ns=mi.node.getBoundingClientRect();Aa=Ns.bottom-Ns.top,!Ui&&mi.text.firstChild&&(No=mi.text.firstChild.getBoundingClientRect().right-Ns.left-1)}var Bs=mi.line.height-Aa;if((Bs>.005||Bs<-.005)&&(Cr<Er&&(Yr-=Bs),Pu(mi.line,Aa),$o(mi.line),mi.rest))for(var pl=0;pl<mi.rest.length;pl++)$o(mi.rest[pl]);if(No>rr.display.sizerWidth){var Eu=Math.ceil(No/ih(rr.display));Eu>rr.display.maxLineLength&&(rr.display.maxLineLength=Eu,rr.display.maxLine=mi.line,rr.display.maxLineChanged=!0)}}}Math.abs(Yr)>2&&(fr.scroller.scrollTop+=Yr)}function $o(rr){if(rr.widgets)for(var fr=0;fr<rr.widgets.length;++fr){var vr=rr.widgets[fr],Er=vr.node.parentNode;Er&&(vr.height=Er.offsetHeight)}}function Jo(rr,fr,vr){var Er=vr&&vr.top!=null?Math.max(0,vr.top):rr.scroller.scrollTop;Er=Math.floor(Er-nh(rr));var Cr=vr&&vr.bottom!=null?vr.bottom:Er+rr.wrapper.clientHeight,Yr=is(fr,Er),Rn=is(fr,Cr);if(vr&&vr.ensure){var mi=vr.ensure.from.line,Ui=vr.ensure.to.line;mi<Yr?(Yr=mi,Rn=is(fr,qf(Bl(fr,mi))+rr.wrapper.clientHeight)):Math.min(Ui,fr.lastLine())>=Rn&&(Yr=is(fr,qf(Bl(fr,Ui))-rr.wrapper.clientHeight),Rn=Ui)}return{from:Yr,to:Math.max(Rn,Yr+1)}}function Co(rr,fr){if(!eo(rr,"scrollCursorIntoView")){var vr=rr.display,Er=vr.sizer.getBoundingClientRect(),Cr=null,Yr=vr.wrapper.ownerDocument;if(fr.top+Er.top<0?Cr=!0:fr.bottom+Er.top>(Yr.defaultView.innerHeight||Yr.documentElement.clientHeight)&&(Cr=!1),Cr!=null&&!$e){var Rn=Ie("div","",null,`position: absolute;
top: `+(fr.top-vr.viewOffset-nh(rr.display))+`px;
height: `+(fr.bottom-fr.top+kp(rr)+vr.barHeight)+`px;
left: `+fr.left+"px; width: "+Math.max(2,fr.right-fr.left)+"px;");rr.display.lineSpace.appendChild(Rn),Rn.scrollIntoView(Cr),rr.display.lineSpace.removeChild(Rn)}}}function us(rr,fr,vr,Er){Er==null&&(Er=0);var Cr;!rr.options.lineWrapping&&fr==vr&&(vr=fr.sticky=="before"?Vl(fr.line,fr.ch+1,"before"):fr,fr=fr.ch?Vl(fr.line,fr.sticky=="before"?fr.ch-1:fr.ch,"after"):fr);for(var Yr=0;Yr<5;Yr++){var Rn=!1,mi=vu(rr,fr),Ui=!vr||vr==fr?mi:vu(rr,vr);Cr={left:Math.min(mi.left,Ui.left),top:Math.min(mi.top,Ui.top)-Er,right:Math.max(mi.left,Ui.left),bottom:Math.max(mi.bottom,Ui.bottom)+Er};var Aa=os(rr,Cr),No=rr.doc.scrollTop,Cs=rr.doc.scrollLeft;if(Aa.scrollTop!=null&&(ms(rr,Aa.scrollTop),Math.abs(rr.doc.scrollTop-No)>1&&(Rn=!0)),Aa.scrollLeft!=null&&(Rs(rr,Aa.scrollLeft),Math.abs(rr.doc.scrollLeft-Cs)>1&&(Rn=!0)),!Rn)break}return Cr}function vo(rr,fr){var vr=os(rr,fr);vr.scrollTop!=null&&ms(rr,vr.scrollTop),vr.scrollLeft!=null&&Rs(rr,vr.scrollLeft)}function os(rr,fr){var vr=rr.display,Er=Cp(rr.display);fr.top<0&&(fr.top=0);var Cr=rr.curOp&&rr.curOp.scrollTop!=null?rr.curOp.scrollTop:vr.scroller.scrollTop,Yr=tm(rr),Rn={};fr.bottom-fr.top>Yr&&(fr.bottom=fr.top+Yr);var mi=rr.doc.height+Uh(vr),Ui=fr.top<Er,Aa=fr.bottom>mi-Er;if(fr.top<Cr)Rn.scrollTop=Ui?0:fr.top;else if(fr.bottom>Cr+Yr){var No=Math.min(fr.top,(Aa?mi:fr.bottom)-Yr);No!=Cr&&(Rn.scrollTop=No)}var Cs=rr.options.fixedGutter?0:vr.gutters.offsetWidth,Ns=rr.curOp&&rr.curOp.scrollLeft!=null?rr.curOp.scrollLeft:vr.scroller.scrollLeft-Cs,Bs=wh(rr)-vr.gutters.offsetWidth,pl=fr.right-fr.left>Bs;return pl&&(fr.right=fr.left+Bs),fr.left<10?Rn.scrollLeft=0:fr.left<Ns?Rn.scrollLeft=Math.max(0,fr.left+Cs-(pl?0:10)):fr.right>Bs+Ns-3&&(Rn.scrollLeft=fr.right+(pl?0:10)-Bs),Rn}function Os(rr,fr){fr!=null&&(Ys(rr),rr.curOp.scrollTop=(rr.curOp.scrollTop==null?rr.doc.scrollTop:rr.curOp.scrollTop)+fr)}function ws(rr){Ys(rr);var fr=rr.getCursor();rr.curOp.scrollToPos={from:fr,to:fr,margin:rr.options.cursorScrollMargin}}function Vs(rr,fr,vr){(fr!=null||vr!=null)&&Ys(rr),fr!=null&&(rr.curOp.scrollLeft=fr),vr!=null&&(rr.curOp.scrollTop=vr)}function al(rr,fr){Ys(rr),rr.curOp.scrollToPos=fr}function Ys(rr){var fr=rr.curOp.scrollToPos;if(fr){rr.curOp.scrollToPos=null;var vr=Mc(rr,fr.from),Er=Mc(rr,fr.to);Pl(rr,vr,Er,fr.margin)}}function Pl(rr,fr,vr,Er){var Cr=os(rr,{left:Math.min(fr.left,vr.left),top:Math.min(fr.top,vr.top)-Er,right:Math.max(fr.right,vr.right),bottom:Math.max(fr.bottom,vr.bottom)+Er});Vs(rr,Cr.scrollLeft,Cr.scrollTop)}function ms(rr,fr){Math.abs(rr.doc.scrollTop-fr)<2||($||Bc(rr,{top:fr}),Cl(rr,fr,!0),$&&Bc(rr),du(rr,100))}function Cl(rr,fr,vr){fr=Math.max(0,Math.min(rr.display.scroller.scrollHeight-rr.display.scroller.clientHeight,fr)),!(rr.display.scroller.scrollTop==fr&&!vr)&&(rr.doc.scrollTop=fr,rr.display.scrollbars.setScrollTop(fr),rr.display.scroller.scrollTop!=fr&&(rr.display.scroller.scrollTop=fr))}function Rs(rr,fr,vr,Er){fr=Math.max(0,Math.min(fr,rr.display.scroller.scrollWidth-rr.display.scroller.clientWidth)),!((vr?fr==rr.doc.scrollLeft:Math.abs(rr.doc.scrollLeft-fr)<2)&&!Er)&&(rr.doc.scrollLeft=fr,gf(rr),rr.display.scroller.scrollLeft!=fr&&(rr.display.scroller.scrollLeft=fr),rr.display.scrollbars.setScrollLeft(fr))}function Is(rr){var fr=rr.display,vr=fr.gutters.offsetWidth,Er=Math.round(rr.doc.height+Uh(rr.display));return{clientHeight:fr.scroller.clientHeight,viewHeight:fr.wrapper.clientHeight,scrollWidth:fr.scroller.scrollWidth,clientWidth:fr.scroller.clientWidth,viewWidth:fr.wrapper.clientWidth,barLeft:rr.options.fixedGutter?vr:0,docHeight:Er,scrollHeight:Er+kp(rr)+fr.barHeight,nativeBarWidth:fr.nativeBarWidth,gutterWidth:vr}}var $s=function(rr,fr,vr){this.cm=vr;var Er=this.vert=Ie("div",[Ie("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),Cr=this.horiz=Ie("div",[Ie("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");Er.tabIndex=Cr.tabIndex=-1,rr(Er),rr(Cr),zn(Er,"scroll",function(){Er.clientHeight&&fr(Er.scrollTop,"vertical")}),zn(Cr,"scroll",function(){Cr.clientWidth&&fr(Cr.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,V&&z<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};$s.prototype.update=function(rr){var fr=rr.scrollWidth>rr.clientWidth+1,vr=rr.scrollHeight>rr.clientHeight+1,Er=rr.nativeBarWidth;if(vr){this.vert.style.display="block",this.vert.style.bottom=fr?Er+"px":"0";var Cr=rr.viewHeight-(fr?Er:0);this.vert.firstChild.style.height=Math.max(0,rr.scrollHeight-rr.clientHeight+Cr)+"px"}else this.vert.scrollTop=0,this.vert.style.display="",this.vert.firstChild.style.height="0";if(fr){this.horiz.style.display="block",this.horiz.style.right=vr?Er+"px":"0",this.horiz.style.left=rr.barLeft+"px";var Yr=rr.viewWidth-rr.barLeft-(vr?Er:0);this.horiz.firstChild.style.width=Math.max(0,rr.scrollWidth-rr.clientWidth+Yr)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&rr.clientHeight>0&&(Er==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:vr?Er:0,bottom:fr?Er:0}},$s.prototype.setScrollLeft=function(rr){this.horiz.scrollLeft!=rr&&(this.horiz.scrollLeft=rr),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},$s.prototype.setScrollTop=function(rr){this.vert.scrollTop!=rr&&(this.vert.scrollTop=rr),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},$s.prototype.zeroWidthHack=function(){var rr=er&&!Ue?"12px":"18px";this.horiz.style.height=this.vert.style.width=rr,this.horiz.style.visibility=this.vert.style.visibility="hidden",this.disableHoriz=new Fr,this.disableVert=new Fr},$s.prototype.enableZeroWidthBar=function(rr,fr,vr){rr.style.visibility="";function Er(){var Cr=rr.getBoundingClientRect(),Yr=vr=="vert"?document.elementFromPoint(Cr.right-1,(Cr.top+Cr.bottom)/2):document.elementFromPoint((Cr.right+Cr.left)/2,Cr.bottom-1);Yr!=rr?rr.style.visibility="hidden":fr.set(1e3,Er)}fr.set(1e3,Er)},$s.prototype.clear=function(){var rr=this.horiz.parentNode;rr.removeChild(this.horiz),rr.removeChild(this.vert)};var zs=function(){};zs.prototype.update=function(){return{bottom:0,right:0}},zs.prototype.setScrollLeft=function(){},zs.prototype.setScrollTop=function(){},zs.prototype.clear=function(){};function Yl(rr,fr){fr||(fr=Is(rr));var vr=rr.display.barWidth,Er=rr.display.barHeight;hu(rr,fr);for(var Cr=0;Cr<4&&vr!=rr.display.barWidth||Er!=rr.display.barHeight;Cr++)vr!=rr.display.barWidth&&rr.options.lineWrapping&&bo(rr),hu(rr,Is(rr)),vr=rr.display.barWidth,Er=rr.display.barHeight}function hu(rr,fr){var vr=rr.display,Er=vr.scrollbars.update(fr);vr.sizer.style.paddingRight=(vr.barWidth=Er.right)+"px",vr.sizer.style.paddingBottom=(vr.barHeight=Er.bottom)+"px",vr.heightForcer.style.borderBottom=Er.bottom+"px solid transparent",Er.right&&Er.bottom?(vr.scrollbarFiller.style.display="block",vr.scrollbarFiller.style.height=Er.bottom+"px",vr.scrollbarFiller.style.width=Er.right+"px"):vr.scrollbarFiller.style.display="",Er.bottom&&rr.options.coverGutterNextToScrollbar&&rr.options.fixedGutter?(vr.gutterFiller.style.display="block",vr.gutterFiller.style.height=Er.bottom+"px",vr.gutterFiller.style.width=fr.gutterWidth+"px"):vr.gutterFiller.style.display=""}var Bu={native:$s,null:zs};function Wl(rr){rr.display.scrollbars&&(rr.display.scrollbars.clear(),rr.display.scrollbars.addClass&&ie(rr.display.wrapper,rr.display.scrollbars.addClass)),rr.display.scrollbars=new Bu[rr.options.scrollbarStyle](function(fr){rr.display.wrapper.insertBefore(fr,rr.display.scrollbarFiller),zn(fr,"mousedown",function(){rr.state.focused&&setTimeout(function(){return rr.display.input.focus()},0)}),fr.setAttribute("cm-not-content","true")},function(fr,vr){vr=="horizontal"?Rs(rr,fr):ms(rr,fr)},rr),rr.display.scrollbars.addClass&&he(rr.display.wrapper,rr.display.scrollbars.addClass)}var Su=0;function Ou(rr){rr.curOp={cm:rr,viewChanged:!1,startHeight:rr.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:++Su,markArrays:null},t0(rr.curOp)}function Fu(rr){var fr=rr.curOp;fr&&r0(fr,function(vr){for(var Er=0;Er<vr.ops.length;Er++)vr.ops[Er].cm.curOp=null;fl(vr)})}function fl(rr){for(var fr=rr.ops,vr=0;vr<fr.length;vr++)Lu(fr[vr]);for(var Er=0;Er<fr.length;Er++)mc(fr[Er]);for(var Cr=0;Cr<fr.length;Cr++)_c(fr[Cr]);for(var Yr=0;Yr<fr.length;Yr++)no(fr[Yr]);for(var Rn=0;Rn<fr.length;Rn++)$u(fr[Rn])}function Lu(rr){var fr=rr.cm,vr=fr.display;Uu(fr),rr.updateMaxLine&&xn(fr),rr.mustUpdate=rr.viewChanged||rr.forceUpdate||rr.scrollTop!=null||rr.scrollToPos&&(rr.scrollToPos.from.line<vr.viewFrom||rr.scrollToPos.to.line>=vr.viewTo)||vr.maxLineChanged&&fr.options.lineWrapping,rr.update=rr.mustUpdate&&new gu(fr,rr.mustUpdate&&{top:rr.scrollTop,ensure:rr.scrollToPos},rr.forceUpdate)}function mc(rr){rr.updatedDisplay=rr.mustUpdate&&zc(rr.cm,rr.update)}function _c(rr){var fr=rr.cm,vr=fr.display;rr.updatedDisplay&&bo(fr),rr.barMeasure=Is(fr),vr.maxLineChanged&&!fr.options.lineWrapping&&(rr.adjustWidthTo=xm(fr,vr.maxLine,vr.maxLine.text.length).left+3,fr.display.sizerWidth=rr.adjustWidthTo,rr.barMeasure.scrollWidth=Math.max(vr.scroller.clientWidth,vr.sizer.offsetLeft+rr.adjustWidthTo+kp(fr)+fr.display.barWidth),rr.maxScrollLeft=Math.max(0,vr.sizer.offsetLeft+rr.adjustWidthTo-wh(fr))),(rr.updatedDisplay||rr.selectionChanged)&&(rr.preparedSelection=vr.input.prepareSelection())}function no(rr){var fr=rr.cm;rr.adjustWidthTo!=null&&(fr.display.sizer.style.minWidth=rr.adjustWidthTo+"px",rr.maxScrollLeft<fr.doc.scrollLeft&&Rs(fr,Math.min(fr.display.scroller.scrollLeft,rr.maxScrollLeft),!0),fr.display.maxLineChanged=!1);var vr=rr.focus&&rr.focus==kt(yr(fr));rr.preparedSelection&&fr.display.input.showSelection(rr.preparedSelection,vr),(rr.updatedDisplay||rr.startHeight!=fr.doc.height)&&Yl(fr,rr.barMeasure),rr.updatedDisplay&&kf(fr,rr.barMeasure),rr.selectionChanged&&Ls(fr),fr.state.focused&&rr.updateInput&&fr.display.input.reset(rr.typing),vr&&ys(rr.cm)}function $u(rr){var fr=rr.cm,vr=fr.display,Er=fr.doc;if(rr.updatedDisplay&&jd(fr,rr.update),vr.wheelStartX!=null&&(rr.scrollTop!=null||rr.scrollLeft!=null||rr.scrollToPos)&&(vr.wheelStartX=vr.wheelStartY=null),rr.scrollTop!=null&&Cl(fr,rr.scrollTop,rr.forceScroll),rr.scrollLeft!=null&&Rs(fr,rr.scrollLeft,!0,!0),rr.scrollToPos){var Cr=us(fr,jc(Er,rr.scrollToPos.from),jc(Er,rr.scrollToPos.to),rr.scrollToPos.margin);Co(fr,Cr)}var Yr=rr.maybeHiddenMarkers,Rn=rr.maybeUnhiddenMarkers;if(Yr)for(var mi=0;mi<Yr.length;++mi)Yr[mi].lines.length||_o(Yr[mi],"hide");if(Rn)for(var Ui=0;Ui<Rn.length;++Ui)Rn[Ui].lines.length&&_o(Rn[Ui],"unhide");vr.wrapper.offsetHeight&&(Er.scrollTop=fr.display.scroller.scrollTop),rr.changeObjs&&_o(fr,"changes",fr,rr.changeObjs),rr.update&&rr.update.finish()}function Ic(rr,fr){if(rr.curOp)return fr();Ou(rr);try{return fr()}finally{Fu(rr)}}function ju(rr,fr){return function(){if(rr.curOp)return fr.apply(rr,arguments);Ou(rr);try{return fr.apply(rr,arguments)}finally{Fu(rr)}}}function bu(rr){return function(){if(this.curOp)return rr.apply(this,arguments);Ou(this);try{return rr.apply(this,arguments)}finally{Fu(this)}}}function Ku(rr){return function(){var fr=this.cm;if(!fr||fr.curOp)return rr.apply(this,arguments);Ou(fr);try{return rr.apply(this,arguments)}finally{Fu(fr)}}}function du(rr,fr){rr.doc.highlightFrontier<rr.display.viewTo&&rr.state.highlight.set(fr,Tr(Kl,rr))}function Kl(rr){var fr=rr.doc;if(!(fr.highlightFrontier>=rr.display.viewTo)){var vr=+new Date+rr.options.workTime,Er=_p(rr,fr.highlightFrontier),Cr=[];fr.iter(Er.line,Math.min(fr.first+fr.size,rr.display.viewTo+500),function(Yr){if(Er.line>=rr.display.viewFrom){var Rn=Yr.styles,mi=Yr.text.length>rr.options.maxHighlightLength?qo(fr.mode,Er.state):null,Ui=Rp(rr,Yr,Er,!0);mi&&(Er.state=mi),Yr.styles=Ui.styles;var Aa=Yr.styleClasses,No=Ui.classes;No?Yr.styleClasses=No:Aa&&(Yr.styleClasses=null);for(var Cs=!Rn||Rn.length!=Yr.styles.length||Aa!=No&&(!Aa||!No||Aa.bgClass!=No.bgClass||Aa.textClass!=No.textClass),Ns=0;!Cs&&Ns<Rn.length;++Ns)Cs=Rn[Ns]!=Yr.styles[Ns];Cs&&Cr.push(Er.line),Yr.stateAfter=Er.save(),Er.nextLine()}else Yr.text.length<=rr.options.maxHighlightLength&&Pf(rr,Yr.text,Er),Yr.stateAfter=Er.line%5==0?Er.save():null,Er.nextLine();if(+new Date>vr)return du(rr,rr.options.workDelay),!0}),fr.highlightFrontier=Er.line,fr.modeFrontier=Math.max(fr.modeFrontier,Er.line),Cr.length&&Ic(rr,function(){for(var Yr=0;Yr<Cr.length;Yr++)Nh(rr,Cr[Yr],"text")})}}var gu=function(rr,fr,vr){var Er=rr.display;this.viewport=fr,this.visible=Jo(Er,rr.doc,fr),this.editorIsHidden=!Er.wrapper.offsetWidth,this.wrapperHeight=Er.wrapper.clientHeight,this.wrapperWidth=Er.wrapper.clientWidth,this.oldDisplayWidth=wh(rr),this.force=vr,this.dims=rm(rr),this.events=[]};gu.prototype.signal=function(rr,fr){Es(rr,fr)&&this.events.push(arguments)},gu.prototype.finish=function(){for(var rr=0;rr<this.events.length;rr++)_o.apply(null,this.events[rr])};function Uu(rr){var fr=rr.display;!fr.scrollbarsClipped&&fr.scroller.offsetWidth&&(fr.nativeBarWidth=fr.scroller.offsetWidth-fr.scroller.clientWidth,fr.heightForcer.style.height=kp(rr)+"px",fr.sizer.style.marginBottom=-fr.nativeBarWidth+"px",fr.sizer.style.borderRightWidth=kp(rr)+"px",fr.scrollbarsClipped=!0)}function yc(rr){if(rr.hasFocus())return null;var fr=kt(yr(rr));if(!fr||!ur(rr.display.lineDiv,fr))return null;var vr={activeElt:fr};if(window.getSelection){var Er=Nr(rr).getSelection();Er.anchorNode&&Er.extend&&ur(rr.display.lineDiv,Er.anchorNode)&&(vr.anchorNode=Er.anchorNode,vr.anchorOffset=Er.anchorOffset,vr.focusNode=Er.focusNode,vr.focusOffset=Er.focusOffset)}return vr}function Fc(rr){if(!(!rr||!rr.activeElt||rr.activeElt==kt(xr(rr.activeElt)))&&(rr.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(rr.activeElt.nodeName)&&rr.anchorNode&&ur(document.body,rr.anchorNode)&&ur(document.body,rr.focusNode))){var fr=rr.activeElt.ownerDocument,vr=fr.defaultView.getSelection(),Er=fr.createRange();Er.setEnd(rr.anchorNode,rr.anchorOffset),Er.collapse(!1),vr.removeAllRanges(),vr.addRange(Er),vr.extend(rr.focusNode,rr.focusOffset)}}function zc(rr,fr){var vr=rr.display,Er=rr.doc;if(fr.editorIsHidden)return Gp(rr),!1;if(!fr.force&&fr.visible.from>=vr.viewFrom&&fr.visible.to<=vr.viewTo&&(vr.updateLineNumbers==null||vr.updateLineNumbers>=vr.viewTo)&&vr.renderedView==vr.view&&Am(rr)==0)return!1;nd(rr)&&(Gp(rr),fr.dims=rm(rr));var Cr=Er.first+Er.size,Yr=Math.max(fr.visible.from-rr.options.viewportMargin,Er.first),Rn=Math.min(Cr,fr.visible.to+rr.options.viewportMargin);vr.viewFrom<Yr&&Yr-vr.viewFrom<20&&(Yr=Math.max(Er.first,vr.viewFrom)),vr.viewTo>Rn&&vr.viewTo-Rn<20&&(Rn=Math.min(Cr,vr.viewTo)),Xf&&(Yr=Hp(rr.doc,Yr),Rn=$h(rr.doc,Rn));var mi=Yr!=vr.viewFrom||Rn!=vr.viewTo||vr.lastWrapHeight!=fr.wrapperHeight||vr.lastWrapWidth!=fr.wrapperWidth;Nm(rr,Yr,Rn),vr.viewOffset=qf(Bl(rr.doc,vr.viewFrom)),rr.display.mover.style.top=vr.viewOffset+"px";var Ui=Am(rr);if(!mi&&Ui==0&&!fr.force&&vr.renderedView==vr.view&&(vr.updateLineNumbers==null||vr.updateLineNumbers>=vr.viewTo))return!1;var Aa=yc(rr);return Ui>4&&(vr.lineDiv.style.display="none"),cf(rr,vr.updateLineNumbers,fr.dims),Ui>4&&(vr.lineDiv.style.display=""),vr.renderedView=vr.view,Fc(Aa),pe(vr.cursorDiv),pe(vr.selectionDiv),vr.gutters.style.height=vr.sizer.style.minHeight=0,mi&&(vr.lastWrapHeight=fr.wrapperHeight,vr.lastWrapWidth=fr.wrapperWidth,du(rr,400)),vr.updateLineNumbers=null,!0}function jd(rr,fr){for(var vr=fr.viewport,Er=!0;;Er=!1){if(!Er||!rr.options.lineWrapping||fr.oldDisplayWidth==wh(rr)){if(vr&&vr.top!=null&&(vr={top:Math.min(rr.doc.height+Uh(rr.display)-tm(rr),vr.top)}),fr.visible=Jo(rr.display,rr.doc,vr),fr.visible.from>=rr.display.viewFrom&&fr.visible.to<=rr.display.viewTo)break}else Er&&(fr.visible=Jo(rr.display,rr.doc,vr));if(!zc(rr,fr))break;bo(rr);var Cr=Is(rr);Np(rr),Yl(rr,Cr),kf(rr,Cr),fr.force=!1}fr.signal(rr,"update",rr),(rr.display.viewFrom!=rr.display.reportedViewFrom||rr.display.viewTo!=rr.display.reportedViewTo)&&(fr.signal(rr,"viewportChange",rr,rr.display.viewFrom,rr.display.viewTo),rr.display.reportedViewFrom=rr.display.viewFrom,rr.display.reportedViewTo=rr.display.viewTo)}function Bc(rr,fr){var vr=new gu(rr,fr);if(zc(rr,vr)){bo(rr),jd(rr,vr);var Er=Is(rr);Np(rr),Yl(rr,Er),kf(rr,Er),vr.finish()}}function cf(rr,fr,vr){var Er=rr.display,Cr=rr.options.lineNumbers,Yr=Er.lineDiv,Rn=Yr.firstChild;function mi(pl){var Eu=pl.nextSibling;return re&&er&&rr.display.currentWheelTarget==pl?pl.style.display="none":pl.parentNode.removeChild(pl),Eu}for(var Ui=Er.view,Aa=Er.viewFrom,No=0;No<Ui.length;No++){var Cs=Ui[No];if(!Cs.hidden)if(!Cs.node||Cs.node.parentNode!=Yr){var Ns=Sp(rr,Cs,Aa,vr);Yr.insertBefore(Ns,Rn)}else{for(;Rn!=Cs.node;)Rn=mi(Rn);var Bs=Cr&&fr!=null&&fr<=Aa&&Cs.lineNumber;Cs.changes&&(Gr(Cs.changes,"gutter")>-1&&(Bs=!1),Bm(rr,Cs,Aa,vr)),Bs&&(pe(Cs.lineNumber),Cs.lineNumber.appendChild(document.createTextNode(ku(rr.options,Aa)))),Rn=Cs.node.nextSibling}Aa+=Cs.size}for(;Rn;)Rn=mi(Rn)}function Gf(rr){var fr=rr.gutters.offsetWidth;rr.sizer.style.marginLeft=fr+"px",hf(rr,"gutterChanged",rr)}function kf(rr,fr){rr.display.sizer.style.minHeight=fr.docHeight+"px",rr.display.heightForcer.style.top=fr.docHeight+"px",rr.display.gutters.style.height=fr.docHeight+rr.display.barHeight+kp(rr)+"px"}function gf(rr){var fr=rr.display,vr=fr.view;if(!(!fr.alignWidgets&&(!fr.gutters.firstChild||!rr.options.fixedGutter))){for(var Er=Bd(fr)-fr.scroller.scrollLeft+rr.doc.scrollLeft,Cr=fr.gutters.offsetWidth,Yr=Er+"px",Rn=0;Rn<vr.length;Rn++)if(!vr[Rn].hidden){rr.options.fixedGutter&&(vr[Rn].gutter&&(vr[Rn].gutter.style.left=Yr),vr[Rn].gutterBackground&&(vr[Rn].gutterBackground.style.left=Yr));var mi=vr[Rn].alignable;if(mi)for(var Ui=0;Ui<mi.length;Ui++)mi[Ui].style.left=Yr}rr.options.fixedGutter&&(fr.gutters.style.left=Er+Cr+"px")}}function nd(rr){if(!rr.options.lineNumbers)return!1;var fr=rr.doc,vr=ku(rr.options,fr.first+fr.size-1),Er=rr.display;if(vr.length!=Er.lineNumChars){var Cr=Er.measure.appendChild(Ie("div",[Ie("div",vr)],"CodeMirror-linenumber CodeMirror-gutter-elt")),Yr=Cr.firstChild.offsetWidth,Rn=Cr.offsetWidth-Yr;return Er.lineGutter.style.width="",Er.lineNumInnerWidth=Math.max(Yr,Er.lineGutter.offsetWidth-Rn)+1,Er.lineNumWidth=Er.lineNumInnerWidth+Rn,Er.lineNumChars=Er.lineNumInnerWidth?vr.length:-1,Er.lineGutter.style.width=Er.lineNumWidth+"px",Gf(rr.display),!0}return!1}function Td(rr,fr){for(var vr=[],Er=!1,Cr=0;Cr<rr.length;Cr++){var Yr=rr[Cr],Rn=null;if(typeof Yr!="string"&&(Rn=Yr.style,Yr=Yr.className),Yr=="CodeMirror-linenumbers")if(fr)Er=!0;else continue;vr.push({className:Yr,style:Rn})}return fr&&!Er&&vr.push({className:"CodeMirror-linenumbers",style:null}),vr}function sp(rr){var fr=rr.gutters,vr=rr.gutterSpecs;pe(fr),rr.lineGutter=null;for(var Er=0;Er<vr.length;++Er){var Cr=vr[Er],Yr=Cr.className,Rn=Cr.style,mi=fr.appendChild(Ie("div",null,"CodeMirror-gutter "+Yr));Rn&&(mi.style.cssText=Rn),Yr=="CodeMirror-linenumbers"&&(rr.lineGutter=mi,mi.style.width=(rr.lineNumWidth||1)+"px")}fr.style.display=vr.length?"":"none",Gf(rr)}function lp(rr){sp(rr.display),jf(rr),gf(rr)}function Ap(rr,fr,vr,Er){var Cr=this;this.input=vr,Cr.scrollbarFiller=Ie("div",null,"CodeMirror-scrollbar-filler"),Cr.scrollbarFiller.setAttribute("cm-not-content","true"),Cr.gutterFiller=Ie("div",null,"CodeMirror-gutter-filler"),Cr.gutterFiller.setAttribute("cm-not-content","true"),Cr.lineDiv=jt("div",null,"CodeMirror-code"),Cr.selectionDiv=Ie("div",null,null,"position: relative; z-index: 1"),Cr.cursorDiv=Ie("div",null,"CodeMirror-cursors"),Cr.measure=Ie("div",null,"CodeMirror-measure"),Cr.lineMeasure=Ie("div",null,"CodeMirror-measure"),Cr.lineSpace=jt("div",[Cr.measure,Cr.lineMeasure,Cr.selectionDiv,Cr.cursorDiv,Cr.lineDiv],null,"position: relative; outline: none");var Yr=jt("div",[Cr.lineSpace],"CodeMirror-lines");Cr.mover=Ie("div",[Yr],null,"position: relative"),Cr.sizer=Ie("div",[Cr.mover],"CodeMirror-sizer"),Cr.sizerWidth=null,Cr.heightForcer=Ie("div",null,null,"position: absolute; height: "+Vr+"px; width: 1px;"),Cr.gutters=Ie("div",null,"CodeMirror-gutters"),Cr.lineGutter=null,Cr.scroller=Ie("div",[Cr.sizer,Cr.heightForcer,Cr.gutters],"CodeMirror-scroll"),Cr.scroller.setAttribute("tabIndex","-1"),Cr.wrapper=Ie("div",[Cr.scrollbarFiller,Cr.gutterFiller,Cr.scroller],"CodeMirror"),ue&&de>=105&&(Cr.wrapper.style.clipPath="inset(0px)"),Cr.wrapper.setAttribute("translate","no"),V&&z<8&&(Cr.gutters.style.zIndex=-1,Cr.scroller.style.paddingRight=0),!re&&!($&&qe)&&(Cr.scroller.draggable=!0),rr&&(rr.appendChild?rr.appendChild(Cr.wrapper):rr(Cr.wrapper)),Cr.viewFrom=Cr.viewTo=fr.first,Cr.reportedViewFrom=Cr.reportedViewTo=fr.first,Cr.view=[],Cr.renderedView=null,Cr.externalMeasured=null,Cr.viewOffset=0,Cr.lastWrapHeight=Cr.lastWrapWidth=0,Cr.updateLineNumbers=null,Cr.nativeBarWidth=Cr.barHeight=Cr.barWidth=0,Cr.scrollbarsClipped=!1,Cr.lineNumWidth=Cr.lineNumInnerWidth=Cr.lineNumChars=null,Cr.alignWidgets=!1,Cr.cachedCharWidth=Cr.cachedTextHeight=Cr.cachedPaddingH=null,Cr.maxLine=null,Cr.maxLineLength=0,Cr.maxLineChanged=!1,Cr.wheelDX=Cr.wheelDY=Cr.wheelStartX=Cr.wheelStartY=null,Cr.shift=!1,Cr.selForContextMenu=null,Cr.activeTouch=null,Cr.gutterSpecs=Td(Er.gutters,Er.lineNumbers),sp(Cr),vr.init(Cr)}var ep=0,of=null;V?of=-.53:$?of=15:ue?of=-.7:Ne&&(of=-1/3);function bf(rr){var fr=rr.wheelDeltaX,vr=rr.wheelDeltaY;return fr==null&&rr.detail&&rr.axis==rr.HORIZONTAL_AXIS&&(fr=rr.detail),vr==null&&rr.detail&&rr.axis==rr.VERTICAL_AXIS?vr=rr.detail:vr==null&&(vr=rr.wheelDelta),{x:fr,y:vr}}function yf(rr){var fr=bf(rr);return fr.x*=of,fr.y*=of,fr}function Wd(rr,fr){ue&&de==102&&(rr.display.chromeScrollHack==null?rr.display.sizer.style.pointerEvents="none":clearTimeout(rr.display.chromeScrollHack),rr.display.chromeScrollHack=setTimeout(function(){rr.display.chromeScrollHack=null,rr.display.sizer.style.pointerEvents=""},100));var vr=bf(fr),Er=vr.x,Cr=vr.y,Yr=of;fr.deltaMode===0&&(Er=fr.deltaX,Cr=fr.deltaY,Yr=1);var Rn=rr.display,mi=Rn.scroller,Ui=mi.scrollWidth>mi.clientWidth,Aa=mi.scrollHeight>mi.clientHeight;if(Er&&Ui||Cr&&Aa){if(Cr&&er&&re){e:for(var No=fr.target,Cs=Rn.view;No!=mi;No=No.parentNode)for(var Ns=0;Ns<Cs.length;Ns++)if(Cs[Ns].node==No){rr.display.currentWheelTarget=No;break e}}if(Er&&!$&&!_e&&Yr!=null){Cr&&Aa&&ms(rr,Math.max(0,mi.scrollTop+Cr*Yr)),Rs(rr,Math.max(0,mi.scrollLeft+Er*Yr)),(!Cr||Cr&&Aa)&&Ts(fr),Rn.wheelStartX=null;return}if(Cr&&Yr!=null){var Bs=Cr*Yr,pl=rr.doc.scrollTop,Eu=pl+Rn.wrapper.clientHeight;Bs<0?pl=Math.max(0,pl+Bs-50):Eu=Math.min(rr.doc.height,Eu+Bs+50),Bc(rr,{top:pl,bottom:Eu})}ep<20&&fr.deltaMode!==0&&(Rn.wheelStartX==null?(Rn.wheelStartX=mi.scrollLeft,Rn.wheelStartY=mi.scrollTop,Rn.wheelDX=Er,Rn.wheelDY=Cr,setTimeout(function(){if(Rn.wheelStartX!=null){var kl=mi.scrollLeft-Rn.wheelStartX,Cu=mi.scrollTop-Rn.wheelStartY,Ru=Cu&&Rn.wheelDY&&Cu/Rn.wheelDY||kl&&Rn.wheelDX&&kl/Rn.wheelDX;Rn.wheelStartX=Rn.wheelStartY=null,Ru&&(of=(of*ep+Ru)/(ep+1),++ep)}},200)):(Rn.wheelDX+=Er,Rn.wheelDY+=Cr))}}var Kd=function(rr,fr){this.ranges=rr,this.primIndex=fr};Kd.prototype.primary=function(){return this.ranges[this.primIndex]},Kd.prototype.equals=function(rr){if(rr==this)return!0;if(rr.primIndex!=this.primIndex||rr.ranges.length!=this.ranges.length)return!1;for(var fr=0;fr<this.ranges.length;fr++){var vr=this.ranges[fr],Er=rr.ranges[fr];if(!Lc(vr.anchor,Er.anchor)||!Lc(vr.head,Er.head))return!1}return!0},Kd.prototype.deepCopy=function(){for(var rr=[],fr=0;fr<this.ranges.length;fr++)rr[fr]=new ld(wd(this.ranges[fr].anchor),wd(this.ranges[fr].head));return new Kd(rr,this.primIndex)},Kd.prototype.somethingSelected=function(){for(var rr=0;rr<this.ranges.length;rr++)if(!this.ranges[rr].empty())return!0;return!1},Kd.prototype.contains=function(rr,fr){fr||(fr=rr);for(var vr=0;vr<this.ranges.length;vr++){var Er=this.ranges[vr];if(cc(fr,Er.from())>=0&&cc(rr,Er.to())<=0)return vr}return-1};var ld=function(rr,fr){this.anchor=rr,this.head=fr};ld.prototype.from=function(){return Tf(this.anchor,this.head)},ld.prototype.to=function(){return Nd(this.anchor,this.head)},ld.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function Yd(rr,fr,vr){var Er=rr&&rr.options.selectionsMayTouch,Cr=fr[vr];fr.sort(function(Ns,Bs){return cc(Ns.from(),Bs.from())}),vr=Gr(fr,Cr);for(var Yr=1;Yr<fr.length;Yr++){var Rn=fr[Yr],mi=fr[Yr-1],Ui=cc(mi.to(),Rn.from());if(Er&&!Rn.empty()?Ui>0:Ui>=0){var Aa=Tf(mi.from(),Rn.from()),No=Nd(mi.to(),Rn.to()),Cs=mi.empty()?Rn.from()==Rn.head:mi.from()==mi.head;Yr<=vr&&--vr,fr.splice(--Yr,2,new ld(Cs?No:Aa,Cs?Aa:No))}}return new Kd(fr,vr)}function $f(rr,fr){return new Kd([new ld(rr,fr||rr)],0)}function Kp(rr){return rr.text?Vl(rr.from.line+rr.text.length-1,vn(rr.text).length+(rr.text.length==1?rr.from.ch:0)):rr.to}function _m(rr,fr){if(cc(rr,fr.from)<0)return rr;if(cc(rr,fr.to)<=0)return Kp(fr);var vr=rr.line+fr.text.length-(fr.to.line-fr.from.line)-1,Er=rr.ch;return rr.line==fr.to.line&&(Er+=Kp(fr).ch-fr.to.ch),Vl(vr,Er)}function cp(rr,fr){for(var vr=[],Er=0;Er<rr.sel.ranges.length;Er++){var Cr=rr.sel.ranges[Er];vr.push(new ld(_m(Cr.anchor,fr),_m(Cr.head,fr)))}return Yd(rr.cm,vr,rr.sel.primIndex)}function qh(rr,fr,vr){return rr.line==fr.line?Vl(vr.line,rr.ch-fr.ch+vr.ch):Vl(vr.line+(rr.line-fr.line),rr.ch)}function zh(rr,fr,vr){for(var Er=[],Cr=Vl(rr.first,0),Yr=Cr,Rn=0;Rn<fr.length;Rn++){var mi=fr[Rn],Ui=qh(mi.from,Cr,Yr),Aa=qh(Kp(mi),Cr,Yr);if(Cr=mi.to,Yr=Aa,vr=="around"){var No=rr.sel.ranges[Rn],Cs=cc(No.head,No.anchor)<0;Er[Rn]=new ld(Cs?Aa:Ui,Cs?Ui:Aa)}else Er[Rn]=new ld(Ui,Ui)}return new Kd(Er,rr.sel.primIndex)}function Ff(rr){rr.doc.mode=Vo(rr.options,rr.doc.modeOption),dp(rr)}function dp(rr){rr.doc.iter(function(fr){fr.stateAfter&&(fr.stateAfter=null),fr.styles&&(fr.styles=null)}),rr.doc.modeFrontier=rr.doc.highlightFrontier=rr.doc.first,du(rr,100),rr.state.modeGen++,rr.curOp&&jf(rr)}function uh(rr,fr){return fr.from.ch==0&&fr.to.ch==0&&vn(fr.text)==""&&(!rr.cm||rr.cm.options.wholeLineUpdateBefore)}function Ah(rr,fr,vr,Er){function Cr(Ru){return vr?vr[Ru]:null}function Yr(Ru,Ds,xc){Hi(Ru,Ds,xc,Er),hf(Ru,"change",Ru,fr)}function Rn(Ru,Ds){for(var xc=[],Rc=Ru;Rc<Ds;++Rc)xc.push(new Mi(Aa[Rc],Cr(Rc),Er));return xc}var mi=fr.from,Ui=fr.to,Aa=fr.text,No=Bl(rr,mi.line),Cs=Bl(rr,Ui.line),Ns=vn(Aa),Bs=Cr(Aa.length-1),pl=Ui.line-mi.line;if(fr.full)rr.insert(0,Rn(0,Aa.length)),rr.remove(Aa.length,rr.size-Aa.length);else if(uh(rr,fr)){var Eu=Rn(0,Aa.length-1);Yr(Cs,Cs.text,Bs),pl&&rr.remove(mi.line,pl),Eu.length&&rr.insert(mi.line,Eu)}else if(No==Cs)if(Aa.length==1)Yr(No,No.text.slice(0,mi.ch)+Ns+No.text.slice(Ui.ch),Bs);else{var kl=Rn(1,Aa.length-1);kl.push(new Mi(Ns+No.text.slice(Ui.ch),Bs,Er)),Yr(No,No.text.slice(0,mi.ch)+Aa[0],Cr(0)),rr.insert(mi.line+1,kl)}else if(Aa.length==1)Yr(No,No.text.slice(0,mi.ch)+Aa[0]+Cs.text.slice(Ui.ch),Cr(0)),rr.remove(mi.line+1,pl);else{Yr(No,No.text.slice(0,mi.ch)+Aa[0],Cr(0)),Yr(Cs,Ns+Cs.text.slice(Ui.ch),Bs);var Cu=Rn(1,Aa.length-1);pl>1&&rr.remove(mi.line+1,pl-1),rr.insert(mi.line+1,Cu)}hf(rr,"change",rr,fr)}function Uf(rr,fr,vr){function Er(Cr,Yr,Rn){if(Cr.linked)for(var mi=0;mi<Cr.linked.length;++mi){var Ui=Cr.linked[mi];if(Ui.doc!=Yr){var Aa=Rn&&Ui.sharedHist;vr&&!Aa||(fr(Ui.doc,Aa),Er(Ui.doc,Cr,Aa))}}}Er(rr,null,!0)}function Cf(rr,fr){if(fr.cm)throw new Error("This document is already in use.");rr.doc=fr,fr.cm=rr,Ld(rr),Ff(rr),am(rr),rr.options.direction=fr.direction,rr.options.lineWrapping||xn(rr),rr.options.mode=fr.modeOption,jf(rr)}function am(rr){(rr.doc.direction=="rtl"?he:ie)(rr.display.lineDiv,"CodeMirror-rtl")}function Dh(rr){Ic(rr,function(){am(rr),jf(rr)})}function Mh(rr){this.done=[],this.undone=[],this.undoDepth=rr?rr.undoDepth:1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=rr?rr.maxGeneration:1}function Bp(rr,fr){var vr={from:wd(fr.from),to:Kp(fr),text:Vu(rr,fr.from,fr.to)};return Io(rr,vr,fr.from.line,fr.to.line+1),Uf(rr,function(Er){return Io(Er,vr,fr.from.line,fr.to.line+1)},!0),vr}function Wf(rr){for(;rr.length;){var fr=vn(rr);if(fr.ranges)rr.pop();else break}}function Wn(rr,fr){if(fr)return Wf(rr.done),vn(rr.done);if(rr.done.length&&!vn(rr.done).ranges)return vn(rr.done);if(rr.done.length>1&&!rr.done[rr.done.length-2].ranges)return rr.done.pop(),vn(rr.done)}function Ka(rr,fr,vr,Er){var Cr=rr.history;Cr.undone.length=0;var Yr=+new Date,Rn,mi;if((Cr.lastOp==Er||Cr.lastOrigin==fr.origin&&fr.origin&&(fr.origin.charAt(0)=="+"&&Cr.lastModTime>Yr-(rr.cm?rr.cm.options.historyEventDelay:500)||fr.origin.charAt(0)=="*"))&&(Rn=Wn(Cr,Cr.lastOp==Er)))mi=vn(Rn.changes),cc(fr.from,fr.to)==0&&cc(fr.from,mi.to)==0?mi.to=Kp(fr):Rn.changes.push(Bp(rr,fr));else{var Ui=vn(Cr.done);for((!Ui||!Ui.ranges)&&to(rr.sel,Cr.done),Rn={changes:[Bp(rr,fr)],generation:Cr.generation},Cr.done.push(Rn);Cr.done.length>Cr.undoDepth;)Cr.done.shift(),Cr.done[0].ranges||Cr.done.shift()}Cr.done.push(vr),Cr.generation=++Cr.maxGeneration,Cr.lastModTime=Cr.lastSelTime=Yr,Cr.lastOp=Cr.lastSelOp=Er,Cr.lastOrigin=Cr.lastSelOrigin=fr.origin,mi||_o(rr,"historyAdded")}function La(rr,fr,vr,Er){var Cr=fr.charAt(0);return Cr=="*"||Cr=="+"&&vr.ranges.length==Er.ranges.length&&vr.somethingSelected()==Er.somethingSelected()&&new Date-rr.history.lastSelTime<=(rr.cm?rr.cm.options.historyEventDelay:500)}function Fa(rr,fr,vr,Er){var Cr=rr.history,Yr=Er&&Er.origin;vr==Cr.lastSelOp||Yr&&Cr.lastSelOrigin==Yr&&(Cr.lastModTime==Cr.lastSelTime&&Cr.lastOrigin==Yr||La(rr,Yr,vn(Cr.done),fr))?Cr.done[Cr.done.length-1]=fr:to(fr,Cr.done),Cr.lastSelTime=+new Date,Cr.lastSelOrigin=Yr,Cr.lastSelOp=vr,Er&&Er.clearRedo!==!1&&Wf(Cr.undone)}function to(rr,fr){var vr=vn(fr);vr&&vr.ranges&&vr.equals(rr)||fr.push(rr)}function Io(rr,fr,vr,Er){var Cr=fr["spans_"+rr.id],Yr=0;rr.iter(Math.max(rr.first,vr),Math.min(rr.first+rr.size,Er),function(Rn){Rn.markedSpans&&((Cr||(Cr=fr["spans_"+rr.id]={}))[Yr]=Rn.markedSpans),++Yr})}function xo(rr){if(!rr)return null;for(var fr,vr=0;vr<rr.length;++vr)rr[vr].marker.explicitlyCleared?fr||(fr=rr.slice(0,vr)):fr&&fr.push(rr[vr]);return fr?fr.length?fr:null:rr}function Oo(rr,fr){var vr=fr["spans_"+rr.id];if(!vr)return null;for(var Er=[],Cr=0;Cr<fr.text.length;++Cr)Er.push(xo(vr[Cr]));return Er}function ro(rr,fr){var vr=Oo(rr,fr),Er=kh(rr,fr);if(!vr)return Er;if(!Er)return vr;for(var Cr=0;Cr<vr.length;++Cr){var Yr=vr[Cr],Rn=Er[Cr];if(Yr&&Rn)e:for(var mi=0;mi<Rn.length;++mi){for(var Ui=Rn[mi],Aa=0;Aa<Yr.length;++Aa)if(Yr[Aa].marker==Ui.marker)continue e;Yr.push(Ui)}else Rn&&(vr[Cr]=Rn)}return vr}function Ro(rr,fr,vr){for(var Er=[],Cr=0;Cr<rr.length;++Cr){var Yr=rr[Cr];if(Yr.ranges){Er.push(vr?Kd.prototype.deepCopy.call(Yr):Yr);continue}var Rn=Yr.changes,mi=[];Er.push({changes:mi});for(var Ui=0;Ui<Rn.length;++Ui){var Aa=Rn[Ui],No=void 0;if(mi.push({from:Aa.from,to:Aa.to,text:Aa.text}),fr)for(var Cs in Aa)(No=Cs.match(/^spans_(\d+)$/))&&Gr(fr,Number(No[1]))>-1&&(vn(mi)[Cs]=Aa[Cs],delete Aa[Cs])}}return Er}function vi(rr,fr,vr,Er){if(Er){var Cr=rr.anchor;if(vr){var Yr=cc(fr,Cr)<0;Yr!=cc(vr,Cr)<0?(Cr=fr,fr=vr):Yr!=cc(fr,vr)<0&&(fr=vr)}return new ld(Cr,fr)}else return new ld(vr||fr,fr)}function Ln(rr,fr,vr,Er,Cr){Cr==null&&(Cr=rr.cm&&(rr.cm.display.shift||rr.extend)),_s(rr,new Kd([vi(rr.sel.primary(),fr,vr,Cr)],0),Er)}function za(rr,fr,vr){for(var Er=[],Cr=rr.cm&&(rr.cm.display.shift||rr.extend),Yr=0;Yr<rr.sel.ranges.length;Yr++)Er[Yr]=vi(rr.sel.ranges[Yr],fr[Yr],null,Cr);var Rn=Yd(rr.cm,Er,rr.sel.primIndex);_s(rr,Rn,vr)}function Na(rr,fr,vr,Er){var Cr=rr.sel.ranges.slice(0);Cr[fr]=vr,_s(rr,Yd(rr.cm,Cr,rr.sel.primIndex),Er)}function Zo(rr,fr,vr,Er){_s(rr,$f(fr,vr),Er)}function Fo(rr,fr,vr){var Er={ranges:fr.ranges,update:function(Cr){this.ranges=[];for(var Yr=0;Yr<Cr.length;Yr++)this.ranges[Yr]=new ld(jc(rr,Cr[Yr].anchor),jc(rr,Cr[Yr].head))},origin:vr&&vr.origin};return _o(rr,"beforeSelectionChange",rr,Er),rr.cm&&_o(rr.cm,"beforeSelectionChange",rr.cm,Er),Er.ranges!=fr.ranges?Yd(rr.cm,Er.ranges,Er.ranges.length-1):fr}function Ss(rr,fr,vr){var Er=rr.history.done,Cr=vn(Er);Cr&&Cr.ranges?(Er[Er.length-1]=fr,Uo(rr,fr,vr)):_s(rr,fr,vr)}function _s(rr,fr,vr){Uo(rr,fr,vr),Fa(rr,rr.sel,rr.cm?rr.cm.curOp.id:NaN,vr)}function Uo(rr,fr,vr){(Es(rr,"beforeSelectionChange")||rr.cm&&Es(rr.cm,"beforeSelectionChange"))&&(fr=Fo(rr,fr,vr));var Er=vr&&vr.bias||(cc(fr.primary().head,rr.sel.primary().head)<0?-1:1);Qs(rr,yl(rr,fr,Er,!0)),!(vr&&vr.scroll===!1)&&rr.cm&&rr.cm.getOption("readOnly")!="nocursor"&&ws(rr.cm)}function Qs(rr,fr){fr.equals(rr.sel)||(rr.sel=fr,rr.cm&&(rr.cm.curOp.updateInput=1,rr.cm.curOp.selectionChanged=!0,tl(rr.cm)),hf(rr,"cursorActivity",rr))}function nl(rr){Qs(rr,yl(rr,rr.sel,null,!1))}function yl(rr,fr,vr,Er){for(var Cr,Yr=0;Yr<fr.ranges.length;Yr++){var Rn=fr.ranges[Yr],mi=fr.ranges.length==rr.sel.ranges.length&&rr.sel.ranges[Yr],Ui=pc(rr,Rn.anchor,mi&&mi.anchor,vr,Er),Aa=Rn.head==Rn.anchor?Ui:pc(rr,Rn.head,mi&&mi.head,vr,Er);(Cr||Ui!=Rn.anchor||Aa!=Rn.head)&&(Cr||(Cr=fr.ranges.slice(0,Yr)),Cr[Yr]=new ld(Ui,Aa))}return Cr?Yd(rr.cm,Cr,fr.primIndex):fr}function Hu(rr,fr,vr,Er,Cr){var Yr=Bl(rr,fr.line);if(Yr.markedSpans)for(var Rn=0;Rn<Yr.markedSpans.length;++Rn){var mi=Yr.markedSpans[Rn],Ui=mi.marker,Aa="selectLeft"in Ui?!Ui.selectLeft:Ui.inclusiveLeft,No="selectRight"in Ui?!Ui.selectRight:Ui.inclusiveRight;if((mi.from==null||(Aa?mi.from<=fr.ch:mi.from<fr.ch))&&(mi.to==null||(No?mi.to>=fr.ch:mi.to>fr.ch))){if(Cr&&(_o(Ui,"beforeCursorEnter"),Ui.explicitlyCleared))if(Yr.markedSpans){--Rn;continue}else break;if(!Ui.atomic)continue;if(vr){var Cs=Ui.find(Er<0?1:-1),Ns=void 0;if((Er<0?No:Aa)&&(Cs=Ec(rr,Cs,-Er,Cs&&Cs.line==fr.line?Yr:null)),Cs&&Cs.line==fr.line&&(Ns=cc(Cs,vr))&&(Er<0?Ns<0:Ns>0))return Hu(rr,Cs,fr,Er,Cr)}var Bs=Ui.find(Er<0?-1:1);return(Er<0?Aa:No)&&(Bs=Ec(rr,Bs,Er,Bs.line==fr.line?Yr:null)),Bs?Hu(rr,Bs,fr,Er,Cr):null}}return fr}function pc(rr,fr,vr,Er,Cr){var Yr=Er||1,Rn=Hu(rr,fr,vr,Yr,Cr)||!Cr&&Hu(rr,fr,vr,Yr,!0)||Hu(rr,fr,vr,-Yr,Cr)||!Cr&&Hu(rr,fr,vr,-Yr,!0);return Rn||(rr.cantEdit=!0,Vl(rr.first,0))}function Ec(rr,fr,vr,Er){return vr<0&&fr.ch==0?fr.line>rr.first?jc(rr,Vl(fr.line-1)):null:vr>0&&fr.ch==(Er||Bl(rr,fr.line)).text.length?fr.line<rr.first+rr.size-1?Vl(fr.line+1,0):null:new Vl(fr.line,fr.ch+vr)}function Vc(rr){rr.setSelection(Vl(rr.firstLine(),0),Vl(rr.lastLine()),Ir)}function Hc(rr,fr,vr){var Er={canceled:!1,from:fr.from,to:fr.to,text:fr.text,origin:fr.origin,cancel:function(){return Er.canceled=!0}};return vr&&(Er.update=function(Cr,Yr,Rn,mi){Cr&&(Er.from=jc(rr,Cr)),Yr&&(Er.to=jc(rr,Yr)),Rn&&(Er.text=Rn),mi!==void 0&&(Er.origin=mi)}),_o(rr,"beforeChange",rr,Er),rr.cm&&_o(rr.cm,"beforeChange",rr.cm,Er),Er.canceled?(rr.cm&&(rr.cm.curOp.updateInput=2),null):{from:Er.from,to:Er.to,text:Er.text,origin:Er.origin}}function Kc(rr,fr,vr){if(rr.cm){if(!rr.cm.curOp)return ju(rr.cm,Kc)(rr,fr,vr);if(rr.cm.state.suppressEdits)return}if(!((Es(rr,"beforeChange")||rr.cm&&Es(rr.cm,"beforeChange"))&&(fr=Hc(rr,fr,!0),!fr))){var Er=Xp&&!vr&&Xh(rr,fr.from,fr.to);if(Er)for(var Cr=Er.length-1;Cr>=0;--Cr)qc(rr,{from:Er[Cr].from,to:Er[Cr].to,text:Cr?[""]:fr.text,origin:fr.origin});else qc(rr,fr)}}function qc(rr,fr){if(!(fr.text.length==1&&fr.text[0]==""&&cc(fr.from,fr.to)==0)){var vr=cp(rr,fr);Ka(rr,fr,vr,rr.cm?rr.cm.curOp.id:NaN),Du(rr,fr,vr,kh(rr,fr));var Er=[];Uf(rr,function(Cr,Yr){!Yr&&Gr(Er,Cr.history)==-1&&(ef(Cr.history,fr),Er.push(Cr.history)),Du(Cr,fr,null,kh(Cr,fr))})}}function Uc(rr,fr,vr){var Er=rr.cm&&rr.cm.state.suppressEdits;if(!(Er&&!vr)){for(var Cr=rr.history,Yr,Rn=rr.sel,mi=fr=="undo"?Cr.done:Cr.undone,Ui=fr=="undo"?Cr.undone:Cr.done,Aa=0;Aa<mi.length&&(Yr=mi[Aa],!(vr?Yr.ranges&&!Yr.equals(rr.sel):!Yr.ranges));Aa++);if(Aa!=mi.length){for(Cr.lastOrigin=Cr.lastSelOrigin=null;;)if(Yr=mi.pop(),Yr.ranges){if(to(Yr,Ui),vr&&!Yr.equals(rr.sel)){_s(rr,Yr,{clearRedo:!1});return}Rn=Yr}else if(Er){mi.push(Yr);return}else break;var No=[];to(Rn,Ui),Ui.push({changes:No,generation:Cr.generation}),Cr.generation=Yr.generation||++Cr.maxGeneration;for(var Cs=Es(rr,"beforeChange")||rr.cm&&Es(rr.cm,"beforeChange"),Ns=function(Eu){var kl=Yr.changes[Eu];if(kl.origin=fr,Cs&&!Hc(rr,kl,!1))return mi.length=0,{};No.push(Bp(rr,kl));var Cu=Eu?cp(rr,kl):vn(mi);Du(rr,kl,Cu,ro(rr,kl)),!Eu&&rr.cm&&rr.cm.scrollIntoView({from:kl.from,to:Kp(kl)});var Ru=[];Uf(rr,function(Ds,xc){!xc&&Gr(Ru,Ds.history)==-1&&(ef(Ds.history,kl),Ru.push(Ds.history)),Du(Ds,kl,null,ro(Ds,kl))})},Bs=Yr.changes.length-1;Bs>=0;--Bs){var pl=Ns(Bs);if(pl)return pl.v}}}}function tc(rr,fr){if(fr!=0&&(rr.first+=fr,rr.sel=new Kd(Kr(rr.sel.ranges,function(Cr){return new ld(Vl(Cr.anchor.line+fr,Cr.anchor.ch),Vl(Cr.head.line+fr,Cr.head.ch))}),rr.sel.primIndex),rr.cm)){jf(rr.cm,rr.first,rr.first-fr,fr);for(var vr=rr.cm.display,Er=vr.viewFrom;Er<vr.viewTo;Er++)Nh(rr.cm,Er,"gutter")}}function Du(rr,fr,vr,Er){if(rr.cm&&!rr.cm.curOp)return ju(rr.cm,Du)(rr,fr,vr,Er);if(fr.to.line<rr.first){tc(rr,fr.text.length-1-(fr.to.line-fr.from.line));return}if(!(fr.from.line>rr.lastLine())){if(fr.from.line<rr.first){var Cr=fr.text.length-1-(rr.first-fr.from.line);tc(rr,Cr),fr={from:Vl(rr.first,0),to:Vl(fr.to.line+Cr,fr.to.ch),text:[vn(fr.text)],origin:fr.origin}}var Yr=rr.lastLine();fr.to.line>Yr&&(fr={from:fr.from,to:Vl(Yr,Bl(rr,Yr).text.length),text:[fr.text[0]],origin:fr.origin}),fr.removed=Vu(rr,fr.from,fr.to),vr||(vr=cp(rr,fr)),rr.cm?rc(rr.cm,fr,Er):Ah(rr,fr,Er),Uo(rr,vr,Ir),rr.cantEdit&&pc(rr,Vl(rr.firstLine(),0))&&(rr.cantEdit=!1)}}function rc(rr,fr,vr){var Er=rr.doc,Cr=rr.display,Yr=fr.from,Rn=fr.to,mi=!1,Ui=Yr.line;rr.options.lineWrapping||(Ui=Fn(qd(Bl(Er,Yr.line))),Er.iter(Ui,Rn.line+1,function(Bs){if(Bs==Cr.maxLine)return mi=!0,!0})),Er.sel.contains(fr.from,fr.to)>-1&&tl(rr),Ah(Er,fr,vr,a0(rr)),rr.options.lineWrapping||(Er.iter(Ui,Yr.line+fr.text.length,function(Bs){var pl=Qp(Bs);pl>Cr.maxLineLength&&(Cr.maxLine=Bs,Cr.maxLineLength=pl,Cr.maxLineChanged=!0,mi=!1)}),mi&&(rr.curOp.updateMaxLine=!0)),Op(Er,Yr.line),du(rr,400);var Aa=fr.text.length-(Rn.line-Yr.line)-1;fr.full?jf(rr):Yr.line==Rn.line&&fr.text.length==1&&!uh(rr.doc,fr)?Nh(rr,Yr.line,"text"):jf(rr,Yr.line,Rn.line+1,Aa);var No=Es(rr,"changes"),Cs=Es(rr,"change");if(Cs||No){var Ns={from:Yr,to:Rn,text:fr.text,removed:fr.removed,origin:fr.origin};Cs&&hf(rr,"change",rr,Ns),No&&(rr.curOp.changeObjs||(rr.curOp.changeObjs=[])).push(Ns)}rr.display.selForContextMenu=null}function Au(rr,fr,vr,Er,Cr){var Yr;Er||(Er=vr),cc(Er,vr)<0&&(Yr=[Er,vr],vr=Yr[0],Er=Yr[1]),typeof fr=="string"&&(fr=rr.splitLines(fr)),Kc(rr,{from:vr,to:Er,text:fr,origin:Cr})}function Ef(rr,fr,vr,Er){vr<rr.line?rr.line+=Er:fr<rr.line&&(rr.line=fr,rr.ch=0)}function Fd(rr,fr,vr,Er){for(var Cr=0;Cr<rr.length;++Cr){var Yr=rr[Cr],Rn=!0;if(Yr.ranges){Yr.copied||(Yr=rr[Cr]=Yr.deepCopy(),Yr.copied=!0);for(var mi=0;mi<Yr.ranges.length;mi++)Ef(Yr.ranges[mi].anchor,fr,vr,Er),Ef(Yr.ranges[mi].head,fr,vr,Er);continue}for(var Ui=0;Ui<Yr.changes.length;++Ui){var Aa=Yr.changes[Ui];if(vr<Aa.from.line)Aa.from=Vl(Aa.from.line+Er,Aa.from.ch),Aa.to=Vl(Aa.to.line+Er,Aa.to.ch);else if(fr<=Aa.to.line){Rn=!1;break}}Rn||(rr.splice(0,Cr+1),Cr=0)}}function ef(rr,fr){var vr=fr.from.line,Er=fr.to.line,Cr=fr.text.length-(Er-vr)-1;Fd(rr.done,vr,Er,Cr),Fd(rr.undone,vr,Er,Cr)}function Rd(rr,fr,vr,Er){var Cr=fr,Yr=fr;return typeof fr=="number"?Yr=Bl(rr,vf(rr,fr)):Cr=Fn(fr),Cr==null?null:(Er(Yr,Cr)&&rr.cm&&Nh(rr.cm,Cr,vr),Yr)}function yd(rr){this.lines=rr,this.parent=null;for(var fr=0,vr=0;vr<rr.length;++vr)rr[vr].parent=this,fr+=rr[vr].height;this.height=fr}yd.prototype={chunkSize:function(){return this.lines.length},removeInner:function(rr,fr){for(var vr=rr,Er=rr+fr;vr<Er;++vr){var Cr=this.lines[vr];this.height-=Cr.height,zu(Cr),hf(Cr,"delete")}this.lines.splice(rr,fr)},collapse:function(rr){rr.push.apply(rr,this.lines)},insertInner:function(rr,fr,vr){this.height+=vr,this.lines=this.lines.slice(0,rr).concat(fr).concat(this.lines.slice(rr));for(var Er=0;Er<fr.length;++Er)fr[Er].parent=this},iterN:function(rr,fr,vr){for(var Er=rr+fr;rr<Er;++rr)if(vr(this.lines[rr]))return!0}};function Ac(rr){this.children=rr;for(var fr=0,vr=0,Er=0;Er<rr.length;++Er){var Cr=rr[Er];fr+=Cr.chunkSize(),vr+=Cr.height,Cr.parent=this}this.size=fr,this.height=vr,this.parent=null}Ac.prototype={chunkSize:function(){return this.size},removeInner:function(rr,fr){this.size-=fr;for(var vr=0;vr<this.children.length;++vr){var Er=this.children[vr],Cr=Er.chunkSize();if(rr<Cr){var Yr=Math.min(fr,Cr-rr),Rn=Er.height;if(Er.removeInner(rr,Yr),this.height-=Rn-Er.height,Cr==Yr&&(this.children.splice(vr--,1),Er.parent=null),(fr-=Yr)==0)break;rr=0}else rr-=Cr}if(this.size-fr<25&&(this.children.length>1||!(this.children[0]instanceof yd))){var mi=[];this.collapse(mi),this.children=[new yd(mi)],this.children[0].parent=this}},collapse:function(rr){for(var fr=0;fr<this.children.length;++fr)this.children[fr].collapse(rr)},insertInner:function(rr,fr,vr){this.size+=fr.length,this.height+=vr;for(var Er=0;Er<this.children.length;++Er){var Cr=this.children[Er],Yr=Cr.chunkSize();if(rr<=Yr){if(Cr.insertInner(rr,fr,vr),Cr.lines&&Cr.lines.length>50){for(var Rn=Cr.lines.length%25+25,mi=Rn;mi<Cr.lines.length;){var Ui=new yd(Cr.lines.slice(mi,mi+=25));Cr.height-=Ui.height,this.children.splice(++Er,0,Ui),Ui.parent=this}Cr.lines=Cr.lines.slice(0,Rn),this.maybeSpill()}break}rr-=Yr}},maybeSpill:function(){if(!(this.children.length<=10)){var rr=this;do{var fr=rr.children.splice(rr.children.length-5,5),vr=new Ac(fr);if(rr.parent){rr.size-=vr.size,rr.height-=vr.height;var Cr=Gr(rr.parent.children,rr);rr.parent.children.splice(Cr+1,0,vr)}else{var Er=new Ac(rr.children);Er.parent=rr,rr.children=[Er,vr],rr=Er}vr.parent=rr.parent}while(rr.children.length>10);rr.parent.maybeSpill()}},iterN:function(rr,fr,vr){for(var Er=0;Er<this.children.length;++Er){var Cr=this.children[Er],Yr=Cr.chunkSize();if(rr<Yr){var Rn=Math.min(fr,Yr-rr);if(Cr.iterN(rr,Rn,vr))return!0;if((fr-=Rn)==0)break;rr=0}else rr-=Yr}}};var Xc=function(rr,fr,vr){if(vr)for(var Er in vr)vr.hasOwnProperty(Er)&&(this[Er]=vr[Er]);this.doc=rr,this.node=fr};Xc.prototype.clear=function(){var rr=this.doc.cm,fr=this.line.widgets,vr=this.line,Er=Fn(vr);if(!(Er==null||!fr)){for(var Cr=0;Cr<fr.length;++Cr)fr[Cr]==this&&fr.splice(Cr--,1);fr.length||(vr.widgets=null);var Yr=zf(this);Pu(vr,Math.max(0,vr.height-Yr)),rr&&(Ic(rr,function(){Qc(rr,vr,-Yr),Nh(rr,Er,"widget")}),hf(rr,"lineWidgetCleared",rr,this,Er))}},Xc.prototype.changed=function(){var rr=this,fr=this.height,vr=this.doc.cm,Er=this.line;this.height=null;var Cr=zf(this)-fr;Cr&&(df(this.doc,Er)||Pu(Er,Er.height+Cr),vr&&Ic(vr,function(){vr.curOp.forceUpdate=!0,Qc(vr,Er,Cr),hf(vr,"lineWidgetChanged",vr,rr,Fn(Er))}))},Hs(Xc);function Qc(rr,fr,vr){qf(fr)<(rr.curOp&&rr.curOp.scrollTop||rr.doc.scrollTop)&&Os(rr,vr)}function id(rr,fr,vr,Er){var Cr=new Xc(rr,vr,Er),Yr=rr.cm;return Yr&&Cr.noHScroll&&(Yr.display.alignWidgets=!0),Rd(rr,fr,"widget",function(Rn){var mi=Rn.widgets||(Rn.widgets=[]);if(Cr.insertAt==null?mi.push(Cr):mi.splice(Math.min(mi.length,Math.max(0,Cr.insertAt)),0,Cr),Cr.line=Rn,Yr&&!df(rr,Rn)){var Ui=qf(Rn)<rr.scrollTop;Pu(Rn,Rn.height+zf(Cr)),Ui&&Os(Yr,Cr.height),Yr.curOp.forceUpdate=!0}return!0}),Yr&&hf(Yr,"lineWidgetAdded",Yr,Cr,typeof fr=="number"?fr:Fn(fr)),Cr}var ml=0,fu=function(rr,fr){this.lines=[],this.type=fr,this.doc=rr,this.id=++ml};fu.prototype.clear=function(){if(!this.explicitlyCleared){var rr=this.doc.cm,fr=rr&&!rr.curOp;if(fr&&Ou(rr),Es(this,"clear")){var vr=this.find();vr&&hf(this,"clear",vr.from,vr.to)}for(var Er=null,Cr=null,Yr=0;Yr<this.lines.length;++Yr){var Rn=this.lines[Yr],mi=gh(Rn.markedSpans,this);rr&&!this.collapsed?Nh(rr,Fn(Rn),"text"):rr&&(mi.to!=null&&(Cr=Fn(Rn)),mi.from!=null&&(Er=Fn(Rn))),Rn.markedSpans=jp(Rn.markedSpans,mi),mi.from==null&&this.collapsed&&!df(this.doc,Rn)&&rr&&Pu(Rn,Cp(rr.display))}if(rr&&this.collapsed&&!rr.options.lineWrapping)for(var Ui=0;Ui<this.lines.length;++Ui){var Aa=qd(this.lines[Ui]),No=Qp(Aa);No>rr.display.maxLineLength&&(rr.display.maxLine=Aa,rr.display.maxLineLength=No,rr.display.maxLineChanged=!0)}Er!=null&&rr&&this.collapsed&&jf(rr,Er,Cr+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,rr&&nl(rr.doc)),rr&&hf(rr,"markerCleared",rr,this,Er,Cr),fr&&Fu(rr),this.parent&&this.parent.clear()}},fu.prototype.find=function(rr,fr){rr==null&&this.type=="bookmark"&&(rr=1);for(var vr,Er,Cr=0;Cr<this.lines.length;++Cr){var Yr=this.lines[Cr],Rn=gh(Yr.markedSpans,this);if(Rn.from!=null&&(vr=Vl(fr?Yr:Fn(Yr),Rn.from),rr==-1))return vr;if(Rn.to!=null&&(Er=Vl(fr?Yr:Fn(Yr),Rn.to),rr==1))return Er}return vr&&{from:vr,to:Er}},fu.prototype.changed=function(){var rr=this,fr=this.find(-1,!0),vr=this,Er=this.doc.cm;!fr||!Er||Ic(Er,function(){var Cr=fr.line,Yr=Fn(fr.line),Rn=Cm(Er,Yr);if(Rn&&(Km(Rn),Er.curOp.selectionChanged=Er.curOp.forceUpdate=!0),Er.curOp.updateMaxLine=!0,!df(vr.doc,Cr)&&vr.height!=null){var mi=vr.height;vr.height=null;var Ui=zf(vr)-mi;Ui&&Pu(Cr,Cr.height+Ui)}hf(Er,"markerChanged",Er,rr)})},fu.prototype.attachLine=function(rr){if(!this.lines.length&&this.doc.cm){var fr=this.doc.cm.curOp;(!fr.maybeHiddenMarkers||Gr(fr.maybeHiddenMarkers,this)==-1)&&(fr.maybeUnhiddenMarkers||(fr.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(rr)},fu.prototype.detachLine=function(rr){if(this.lines.splice(Gr(this.lines,rr),1),!this.lines.length&&this.doc.cm){var fr=this.doc.cm.curOp;(fr.maybeHiddenMarkers||(fr.maybeHiddenMarkers=[])).push(this)}},Hs(fu);function Tu(rr,fr,vr,Er,Cr){if(Er&&Er.shared)return cl(rr,fr,vr,Er,Cr);if(rr.cm&&!rr.cm.curOp)return ju(rr.cm,Tu)(rr,fr,vr,Er,Cr);var Yr=new fu(rr,Cr),Rn=cc(fr,vr);if(Er&&Sr(Er,Yr,!1),Rn>0||Rn==0&&Yr.clearWhenEmpty!==!1)return Yr;if(Yr.replacedWith&&(Yr.collapsed=!0,Yr.widgetNode=jt("span",[Yr.replacedWith],"CodeMirror-widget"),Er.handleMouseEvents||Yr.widgetNode.setAttribute("cm-ignore-events","true"),Er.insertLeft&&(Yr.widgetNode.insertLeft=!0)),Yr.collapsed){if(Jh(rr,fr.line,fr,vr,Yr)||fr.line!=vr.line&&Jh(rr,vr.line,fr,vr,Yr))throw new Error("Inserting collapsed marker partially overlapping an existing one");Wh()}Yr.addToHistory&&Ka(rr,{from:fr,to:vr,origin:"markText"},rr.sel,NaN);var mi=fr.line,Ui=rr.cm,Aa;if(rr.iter(mi,vr.line+1,function(Cs){Ui&&Yr.collapsed&&!Ui.options.lineWrapping&&qd(Cs)==Ui.display.maxLine&&(Aa=!0),Yr.collapsed&&mi!=fr.line&&Pu(Cs,0),wm(Cs,new np(Yr,mi==fr.line?fr.ch:null,mi==vr.line?vr.ch:null),rr.cm&&rr.cm.curOp),++mi}),Yr.collapsed&&rr.iter(fr.line,vr.line+1,function(Cs){df(rr,Cs)&&Pu(Cs,0)}),Yr.clearOnEnter&&zn(Yr,"beforeCursorEnter",function(){return Yr.clear()}),Yr.readOnly&&(Oh(),(rr.history.done.length||rr.history.undone.length)&&rr.clearHistory()),Yr.collapsed&&(Yr.id=++ml,Yr.atomic=!0),Ui){if(Aa&&(Ui.curOp.updateMaxLine=!0),Yr.collapsed)jf(Ui,fr.line,vr.line+1);else if(Yr.className||Yr.startStyle||Yr.endStyle||Yr.css||Yr.attributes||Yr.title)for(var No=fr.line;No<=vr.line;No++)Nh(Ui,No,"text");Yr.atomic&&nl(Ui.doc),hf(Ui,"markerAdded",Ui,Yr)}return Yr}var hc=function(rr,fr){this.markers=rr,this.primary=fr;for(var vr=0;vr<rr.length;++vr)rr[vr].parent=this};hc.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var rr=0;rr<this.markers.length;++rr)this.markers[rr].clear();hf(this,"clear")}},hc.prototype.find=function(rr,fr){return this.primary.find(rr,fr)},Hs(hc);function cl(rr,fr,vr,Er,Cr){Er=Sr(Er),Er.shared=!1;var Yr=[Tu(rr,fr,vr,Er,Cr)],Rn=Yr[0],mi=Er.widgetNode;return Uf(rr,function(Ui){mi&&(Er.widgetNode=mi.cloneNode(!0)),Yr.push(Tu(Ui,jc(Ui,fr),jc(Ui,vr),Er,Cr));for(var Aa=0;Aa<Ui.linked.length;++Aa)if(Ui.linked[Aa].isParent)return;Rn=vn(Yr)}),new hc(Yr,Rn)}function $c(rr){return rr.findMarks(Vl(rr.first,0),rr.clipPos(Vl(rr.lastLine())),function(fr){return fr.parent})}function Nc(rr,fr){for(var vr=0;vr<fr.length;vr++){var Er=fr[vr],Cr=Er.find(),Yr=rr.clipPos(Cr.from),Rn=rr.clipPos(Cr.to);if(cc(Yr,Rn)){var mi=Tu(rr,Yr,Rn,Er.primary,Er.primary.type);Er.markers.push(mi),mi.parent=Er}}}function Hf(rr){for(var fr=function(Er){var Cr=rr[Er],Yr=[Cr.primary.doc];Uf(Cr.primary.doc,function(Ui){return Yr.push(Ui)});for(var Rn=0;Rn<Cr.markers.length;Rn++){var mi=Cr.markers[Rn];Gr(Yr,mi.doc)==-1&&(mi.parent=null,Cr.markers.splice(Rn--,1))}},vr=0;vr<rr.length;vr++)fr(vr)}var _f=0,sf=function(rr,fr,vr,Er,Cr){if(!(this instanceof sf))return new sf(rr,fr,vr,Er,Cr);vr==null&&(vr=0),Ac.call(this,[new yd([new Mi("",null)])]),this.first=vr,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=vr;var Yr=Vl(vr,0);this.sel=$f(Yr),this.history=new Mh(null),this.id=++_f,this.modeOption=fr,this.lineSep=Er,this.direction=Cr=="rtl"?"rtl":"ltr",this.extend=!1,typeof rr=="string"&&(rr=this.splitLines(rr)),Ah(this,{from:Yr,to:Yr,text:rr}),_s(this,$f(Yr),Ir)};sf.prototype=Zr(Ac.prototype,{constructor:sf,iter:function(rr,fr,vr){vr?this.iterN(rr-this.first,fr-rr,vr):this.iterN(this.first,this.first+this.size,rr)},insert:function(rr,fr){for(var vr=0,Er=0;Er<fr.length;++Er)vr+=fr[Er].height;this.insertInner(rr-this.first,fr,vr)},remove:function(rr,fr){this.removeInner(rr-this.first,fr)},getValue:function(rr){var fr=Iu(this,this.first,this.first+this.size);return rr===!1?fr:fr.join(rr||this.lineSeparator())},setValue:Ku(function(rr){var fr=Vl(this.first,0),vr=this.first+this.size-1;Kc(this,{from:fr,to:Vl(vr,Bl(this,vr).text.length),text:this.splitLines(rr),origin:"setValue",full:!0},!0),this.cm&&Vs(this.cm,0,0),_s(this,$f(fr),Ir)}),replaceRange:function(rr,fr,vr,Er){fr=jc(this,fr),vr=vr?jc(this,vr):fr,Au(this,rr,fr,vr,Er)},getRange:function(rr,fr,vr){var Er=Vu(this,jc(this,rr),jc(this,fr));return vr===!1?Er:vr===""?Er.join(""):Er.join(vr||this.lineSeparator())},getLine:function(rr){var fr=this.getLineHandle(rr);return fr&&fr.text},getLineHandle:function(rr){if(pu(this,rr))return Bl(this,rr)},getLineNumber:function(rr){return Fn(rr)},getLineHandleVisualStart:function(rr){return typeof rr=="number"&&(rr=Bl(this,rr)),qd(rr)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(rr){return jc(this,rr)},getCursor:function(rr){var fr=this.sel.primary(),vr;return rr==null||rr=="head"?vr=fr.head:rr=="anchor"?vr=fr.anchor:rr=="end"||rr=="to"||rr===!1?vr=fr.to():vr=fr.from(),vr},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:Ku(function(rr,fr,vr){Zo(this,jc(this,typeof rr=="number"?Vl(rr,fr||0):rr),null,vr)}),setSelection:Ku(function(rr,fr,vr){Zo(this,jc(this,rr),jc(this,fr||rr),vr)}),extendSelection:Ku(function(rr,fr,vr){Ln(this,jc(this,rr),fr&&jc(this,fr),vr)}),extendSelections:Ku(function(rr,fr){za(this,Ed(this,rr),fr)}),extendSelectionsBy:Ku(function(rr,fr){var vr=Kr(this.sel.ranges,rr);za(this,Ed(this,vr),fr)}),setSelections:Ku(function(rr,fr,vr){if(rr.length){for(var Er=[],Cr=0;Cr<rr.length;Cr++)Er[Cr]=new ld(jc(this,rr[Cr].anchor),jc(this,rr[Cr].head||rr[Cr].anchor));fr==null&&(fr=Math.min(rr.length-1,this.sel.primIndex)),_s(this,Yd(this.cm,Er,fr),vr)}}),addSelection:Ku(function(rr,fr,vr){var Er=this.sel.ranges.slice(0);Er.push(new ld(jc(this,rr),jc(this,fr||rr))),_s(this,Yd(this.cm,Er,Er.length-1),vr)}),getSelection:function(rr){for(var fr=this.sel.ranges,vr,Er=0;Er<fr.length;Er++){var Cr=Vu(this,fr[Er].from(),fr[Er].to());vr=vr?vr.concat(Cr):Cr}return rr===!1?vr:vr.join(rr||this.lineSeparator())},getSelections:function(rr){for(var fr=[],vr=this.sel.ranges,Er=0;Er<vr.length;Er++){var Cr=Vu(this,vr[Er].from(),vr[Er].to());rr!==!1&&(Cr=Cr.join(rr||this.lineSeparator())),fr[Er]=Cr}return fr},replaceSelection:function(rr,fr,vr){for(var Er=[],Cr=0;Cr<this.sel.ranges.length;Cr++)Er[Cr]=rr;this.replaceSelections(Er,fr,vr||"+input")},replaceSelections:Ku(function(rr,fr,vr){for(var Er=[],Cr=this.sel,Yr=0;Yr<Cr.ranges.length;Yr++){var Rn=Cr.ranges[Yr];Er[Yr]={from:Rn.from(),to:Rn.to(),text:this.splitLines(rr[Yr]),origin:vr}}for(var mi=fr&&fr!="end"&&zh(this,Er,fr),Ui=Er.length-1;Ui>=0;Ui--)Kc(this,Er[Ui]);mi?Ss(this,mi):this.cm&&ws(this.cm)}),undo:Ku(function(){Uc(this,"undo")}),redo:Ku(function(){Uc(this,"redo")}),undoSelection:Ku(function(){Uc(this,"undo",!0)}),redoSelection:Ku(function(){Uc(this,"redo",!0)}),setExtending:function(rr){this.extend=rr},getExtending:function(){return this.extend},historySize:function(){for(var rr=this.history,fr=0,vr=0,Er=0;Er<rr.done.length;Er++)rr.done[Er].ranges||++fr;for(var Cr=0;Cr<rr.undone.length;Cr++)rr.undone[Cr].ranges||++vr;return{undo:fr,redo:vr}},clearHistory:function(){var rr=this;this.history=new Mh(this.history),Uf(this,function(fr){return fr.history=rr.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(rr){return rr&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(rr){return this.history.generation==(rr||this.cleanGeneration)},getHistory:function(){return{done:Ro(this.history.done),undone:Ro(this.history.undone)}},setHistory:function(rr){var fr=this.history=new Mh(this.history);fr.done=Ro(rr.done.slice(0),null,!0),fr.undone=Ro(rr.undone.slice(0),null,!0)},setGutterMarker:Ku(function(rr,fr,vr){return Rd(this,rr,"gutter",function(Er){var Cr=Er.gutterMarkers||(Er.gutterMarkers={});return Cr[fr]=vr,!vr&&Ba(Cr)&&(Er.gutterMarkers=null),!0})}),clearGutter:Ku(function(rr){var fr=this;this.iter(function(vr){vr.gutterMarkers&&vr.gutterMarkers[rr]&&Rd(fr,vr,"gutter",function(){return vr.gutterMarkers[rr]=null,Ba(vr.gutterMarkers)&&(vr.gutterMarkers=null),!0})})}),lineInfo:function(rr){var fr;if(typeof rr=="number"){if(!pu(this,rr)||(fr=rr,rr=Bl(this,rr),!rr))return null}else if(fr=Fn(rr),fr==null)return null;return{line:fr,handle:rr,text:rr.text,gutterMarkers:rr.gutterMarkers,textClass:rr.textClass,bgClass:rr.bgClass,wrapClass:rr.wrapClass,widgets:rr.widgets}},addLineClass:Ku(function(rr,fr,vr){return Rd(this,rr,fr=="gutter"?"gutter":"class",function(Er){var Cr=fr=="text"?"textClass":fr=="background"?"bgClass":fr=="gutter"?"gutterClass":"wrapClass";if(!Er[Cr])Er[Cr]=vr;else{if(Et(vr).test(Er[Cr]))return!1;Er[Cr]+=" "+vr}return!0})}),removeLineClass:Ku(function(rr,fr,vr){return Rd(this,rr,fr=="gutter"?"gutter":"class",function(Er){var Cr=fr=="text"?"textClass":fr=="background"?"bgClass":fr=="gutter"?"gutterClass":"wrapClass",Yr=Er[Cr];if(Yr)if(vr==null)Er[Cr]=null;else{var Rn=Yr.match(Et(vr));if(!Rn)return!1;var mi=Rn.index+Rn[0].length;Er[Cr]=Yr.slice(0,Rn.index)+(!Rn.index||mi==Yr.length?"":" ")+Yr.slice(mi)||null}else return!1;return!0})}),addLineWidget:Ku(function(rr,fr,vr){return id(this,rr,fr,vr)}),removeLineWidget:function(rr){rr.clear()},markText:function(rr,fr,vr){return Tu(this,jc(this,rr),jc(this,fr),vr,vr&&vr.type||"range")},setBookmark:function(rr,fr){var vr={replacedWith:fr&&(fr.nodeType==null?fr.widget:fr),insertLeft:fr&&fr.insertLeft,clearWhenEmpty:!1,shared:fr&&fr.shared,handleMouseEvents:fr&&fr.handleMouseEvents};return rr=jc(this,rr),Tu(this,rr,rr,vr,"bookmark")},findMarksAt:function(rr){rr=jc(this,rr);var fr=[],vr=Bl(this,rr.line).markedSpans;if(vr)for(var Er=0;Er<vr.length;++Er){var Cr=vr[Er];(Cr.from==null||Cr.from<=rr.ch)&&(Cr.to==null||Cr.to>=rr.ch)&&fr.push(Cr.marker.parent||Cr.marker)}return fr},findMarks:function(rr,fr,vr){rr=jc(this,rr),fr=jc(this,fr);var Er=[],Cr=rr.line;return this.iter(rr.line,fr.line+1,function(Yr){var Rn=Yr.markedSpans;if(Rn)for(var mi=0;mi<Rn.length;mi++){var Ui=Rn[mi];!(Ui.to!=null&&Cr==rr.line&&rr.ch>=Ui.to||Ui.from==null&&Cr!=rr.line||Ui.from!=null&&Cr==fr.line&&Ui.from>=fr.ch)&&(!vr||vr(Ui.marker))&&Er.push(Ui.marker.parent||Ui.marker)}++Cr}),Er},getAllMarks:function(){var rr=[];return this.iter(function(fr){var vr=fr.markedSpans;if(vr)for(var Er=0;Er<vr.length;++Er)vr[Er].from!=null&&rr.push(vr[Er].marker)}),rr},posFromIndex:function(rr){var fr,vr=this.first,Er=this.lineSeparator().length;return this.iter(function(Cr){var Yr=Cr.text.length+Er;if(Yr>rr)return fr=rr,!0;rr-=Yr,++vr}),jc(this,Vl(vr,fr))},indexFromPos:function(rr){rr=jc(this,rr);var fr=rr.ch;if(rr.line<this.first||rr.ch<0)return 0;var vr=this.lineSeparator().length;return this.iter(this.first,rr.line,function(Er){fr+=Er.text.length+vr}),fr},copy:function(rr){var fr=new sf(Iu(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return fr.scrollTop=this.scrollTop,fr.scrollLeft=this.scrollLeft,fr.sel=this.sel,fr.extend=!1,rr&&(fr.history.undoDepth=this.history.undoDepth,fr.setHistory(this.getHistory())),fr},linkedDoc:function(rr){rr||(rr={});var fr=this.first,vr=this.first+this.size;rr.from!=null&&rr.from>fr&&(fr=rr.from),rr.to!=null&&rr.to<vr&&(vr=rr.to);var Er=new sf(Iu(this,fr,vr),rr.mode||this.modeOption,fr,this.lineSep,this.direction);return rr.sharedHist&&(Er.history=this.history),(this.linked||(this.linked=[])).push({doc:Er,sharedHist:rr.sharedHist}),Er.linked=[{doc:this,isParent:!0,sharedHist:rr.sharedHist}],Nc(Er,$c(this)),Er},unlinkDoc:function(rr){if(rr instanceof Ms&&(rr=rr.doc),this.linked)for(var fr=0;fr<this.linked.length;++fr){var vr=this.linked[fr];if(vr.doc==rr){this.linked.splice(fr,1),rr.unlinkDoc(this),Hf($c(this));break}}if(rr.history==this.history){var Er=[rr.id];Uf(rr,function(Cr){return Er.push(Cr.id)},!0),rr.history=new Mh(null),rr.history.done=Ro(this.history.done,Er),rr.history.undone=Ro(this.history.undone,Er)}},iterLinkedDocs:function(rr){Uf(this,rr)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(rr){return this.lineSep?rr.split(this.lineSep):Hr(rr)},lineSeparator:function(){return this.lineSep||`
`},setDirection:Ku(function(rr){rr!="rtl"&&(rr="ltr"),rr!=this.direction&&(this.direction=rr,this.iter(function(fr){return fr.order=null}),this.cm&&Dh(this.cm))})}),sf.prototype.eachLine=sf.prototype.iter;var $p=0;function fp(rr){var fr=this;if(Sf(fr),!(eo(fr,rr)||ip(fr.display,rr))){Ts(rr),V&&($p=+new Date);var vr=Zf(fr,rr,!0),Er=rr.dataTransfer.files;if(!(!vr||fr.isReadOnly()))if(Er&&Er.length&&window.FileReader&&window.File)for(var Cr=Er.length,Yr=Array(Cr),Rn=0,mi=function(){++Rn==Cr&&ju(fr,function(){vr=jc(fr.doc,vr);var Bs={from:vr,to:vr,text:fr.doc.splitLines(Yr.filter(function(pl){return pl!=null}).join(fr.doc.lineSeparator())),origin:"paste"};Kc(fr.doc,Bs),Ss(fr.doc,$f(jc(fr.doc,vr),jc(fr.doc,Kp(Bs))))})()},Ui=function(Bs,pl){if(fr.options.allowDropFileTypes&&Gr(fr.options.allowDropFileTypes,Bs.type)==-1){mi();return}var Eu=new FileReader;Eu.onerror=function(){return mi()},Eu.onload=function(){var kl=Eu.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(kl)){mi();return}Yr[pl]=kl,mi()},Eu.readAsText(Bs)},Aa=0;Aa<Er.length;Aa++)Ui(Er[Aa],Aa);else{if(fr.state.draggingText&&fr.doc.sel.contains(vr)>-1){fr.state.draggingText(rr),setTimeout(function(){return fr.display.input.focus()},20);return}try{var No=rr.dataTransfer.getData("Text");if(No){var Cs;if(fr.state.draggingText&&!fr.state.draggingText.copy&&(Cs=fr.listSelections()),Uo(fr.doc,$f(vr,vr)),Cs)for(var Ns=0;Ns<Cs.length;++Ns)Au(fr.doc,"",Cs[Ns].anchor,Cs[Ns].head,"drag");fr.replaceSelection(No,"around","paste"),fr.display.input.focus()}}catch{}}}}function Nf(rr,fr){if(V&&(!rr.state.draggingText||+new Date-$p<100)){uc(fr);return}if(!(eo(rr,fr)||ip(rr.display,fr))&&(fr.dataTransfer.setData("Text",rr.getSelection()),fr.dataTransfer.effectAllowed="copyMove",fr.dataTransfer.setDragImage&&!Ne)){var vr=Ie("img",null,null,"position: fixed; left: 0; top: 0;");vr.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",_e&&(vr.width=vr.height=1,rr.display.wrapper.appendChild(vr),vr._top=vr.offsetTop),fr.dataTransfer.setDragImage(vr,0,0),_e&&vr.parentNode.removeChild(vr)}}function ud(rr,fr){var vr=Zf(rr,fr);if(vr){var Er=document.createDocumentFragment();Vh(rr,vr,Er),rr.display.dragCursor||(rr.display.dragCursor=Ie("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),rr.display.lineSpace.insertBefore(rr.display.dragCursor,rr.display.cursorDiv)),Ce(rr.display.dragCursor,Er)}}function Sf(rr){rr.display.dragCursor&&(rr.display.lineSpace.removeChild(rr.display.dragCursor),rr.display.dragCursor=null)}function Mf(rr){if(document.getElementsByClassName){for(var fr=document.getElementsByClassName("CodeMirror"),vr=[],Er=0;Er<fr.length;Er++){var Cr=fr[Er].CodeMirror;Cr&&vr.push(Cr)}vr.length&&vr[0].operation(function(){for(var Yr=0;Yr<vr.length;Yr++)rr(vr[Yr])})}}var Af=!1;function u0(){Af||(g0(),Af=!0)}function g0(){var rr;zn(window,"resize",function(){rr==null&&(rr=setTimeout(function(){rr=null,Mf(C0)},100))}),zn(window,"blur",function(){return Mf(Go)})}function C0(rr){var fr=rr.display;fr.cachedCharWidth=fr.cachedTextHeight=fr.cachedPaddingH=null,fr.scrollbarsClipped=!1,rr.setSize()}for(var tp={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"},c0=0;c0<10;c0++)tp[c0+48]=tp[c0+96]=String(c0);for(var Xm=65;Xm<=90;Xm++)tp[Xm]=String.fromCharCode(Xm);for(var Jm=1;Jm<=12;Jm++)tp[Jm+111]=tp[Jm+63235]="F"+Jm;var vm={};vm.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"},vm.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"},vm.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"},vm.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"]},vm.default=er?vm.macDefault:vm.pcDefault;function w0(rr){var fr=rr.split(/-(?!$)/);rr=fr[fr.length-1];for(var vr,Er,Cr,Yr,Rn=0;Rn<fr.length-1;Rn++){var mi=fr[Rn];if(/^(cmd|meta|m)$/i.test(mi))Yr=!0;else if(/^a(lt)?$/i.test(mi))vr=!0;else if(/^(c|ctrl|control)$/i.test(mi))Er=!0;else if(/^s(hift)?$/i.test(mi))Cr=!0;else throw new Error("Unrecognized modifier name: "+mi)}return vr&&(rr="Alt-"+rr),Er&&(rr="Ctrl-"+rr),Yr&&(rr="Cmd-"+rr),Cr&&(rr="Shift-"+rr),rr}function Rh(rr){var fr={};for(var vr in rr)if(rr.hasOwnProperty(vr)){var Er=rr[vr];if(/^(name|fallthrough|(de|at)tach)$/.test(vr))continue;if(Er=="..."){delete rr[vr];continue}for(var Cr=Kr(vr.split(" "),w0),Yr=0;Yr<Cr.length;Yr++){var Rn=void 0,mi=void 0;Yr==Cr.length-1?(mi=Cr.join(" "),Rn=Er):(mi=Cr.slice(0,Yr+1).join(" "),Rn="...");var Ui=fr[mi];if(!Ui)fr[mi]=Rn;else if(Ui!=Rn)throw new Error("Inconsistent bindings for "+mi)}delete rr[vr]}for(var Aa in fr)rr[Aa]=fr[Aa];return rr}function pp(rr,fr,vr,Er){fr=f0(fr);var Cr=fr.call?fr.call(rr,Er):fr[rr];if(Cr===!1)return"nothing";if(Cr==="...")return"multi";if(Cr!=null&&vr(Cr))return"handled";if(fr.fallthrough){if(Object.prototype.toString.call(fr.fallthrough)!="[object Array]")return pp(rr,fr.fallthrough,vr,Er);for(var Yr=0;Yr<fr.fallthrough.length;Yr++){var Rn=pp(rr,fr.fallthrough[Yr],vr,Er);if(Rn)return Rn}}}function _0(rr){var fr=typeof rr=="string"?rr:tp[rr.keyCode];return fr=="Ctrl"||fr=="Alt"||fr=="Shift"||fr=="Mod"}function y0(rr,fr,vr){var Er=rr;return fr.altKey&&Er!="Alt"&&(rr="Alt-"+rr),(nr?fr.metaKey:fr.ctrlKey)&&Er!="Ctrl"&&(rr="Ctrl-"+rr),(nr?fr.ctrlKey:fr.metaKey)&&Er!="Mod"&&(rr="Cmd-"+rr),!vr&&fr.shiftKey&&Er!="Shift"&&(rr="Shift-"+rr),rr}function d0(rr,fr){if(_e&&rr.keyCode==34&&rr.char)return!1;var vr=tp[rr.keyCode];return vr==null||rr.altGraphKey?!1:(rr.keyCode==3&&rr.code&&(vr=rr.code),y0(vr,rr,fr))}function f0(rr){return typeof rr=="string"?vm[rr]:rr}function hh(rr,fr){for(var vr=rr.doc.sel.ranges,Er=[],Cr=0;Cr<vr.length;Cr++){for(var Yr=fr(vr[Cr]);Er.length&&cc(Yr.from,vn(Er).to)<=0;){var Rn=Er.pop();if(cc(Rn.from,Yr.from)<0){Yr.from=Rn.from;break}}Er.push(Yr)}Ic(rr,function(){for(var mi=Er.length-1;mi>=0;mi--)Au(rr.doc,"",Er[mi].from,Er[mi].to,"+delete");ws(rr)})}function o0(rr,fr,vr){var Er=Wr(rr.text,fr+vr,vr);return Er<0||Er>rr.text.length?null:Er}function Vn(rr,fr,vr){var Er=o0(rr,fr.ch,vr);return Er==null?null:new Vl(fr.line,Er,vr<0?"after":"before")}function Fi(rr,fr,vr,Er,Cr){if(rr){fr.doc.direction=="rtl"&&(Cr=-Cr);var Yr=ca(vr,fr.doc.direction);if(Yr){var Rn=Cr<0?vn(Yr):Yr[0],mi=Cr<0==(Rn.level==1),Ui=mi?"after":"before",Aa;if(Rn.level>0||fr.doc.direction=="rtl"){var No=If(fr,vr);Aa=Cr<0?vr.text.length-1:0;var Cs=Jf(fr,No,Aa).top;Aa=Ur(function(Ns){return Jf(fr,No,Ns).top==Cs},Cr<0==(Rn.level==1)?Rn.from:Rn.to-1,Aa),Ui=="before"&&(Aa=o0(vr,Aa,1))}else Aa=Cr<0?Rn.to:Rn.from;return new Vl(Er,Aa,Ui)}}return new Vl(Er,Cr<0?vr.text.length:0,Cr<0?"before":"after")}function In(rr,fr,vr,Er){var Cr=ca(fr,rr.doc.direction);if(!Cr)return Vn(fr,vr,Er);vr.ch>=fr.text.length?(vr.ch=fr.text.length,vr.sticky="before"):vr.ch<=0&&(vr.ch=0,vr.sticky="after");var Yr=Sa(Cr,vr.ch,vr.sticky),Rn=Cr[Yr];if(rr.doc.direction=="ltr"&&Rn.level%2==0&&(Er>0?Rn.to>vr.ch:Rn.from<vr.ch))return Vn(fr,vr,Er);var mi=function(Cu,Ru){return o0(fr,Cu instanceof Vl?Cu.ch:Cu,Ru)},Ui,Aa=function(Cu){return rr.options.lineWrapping?(Ui=Ui||If(rr,fr),Zd(rr,fr,Ui,Cu)):{begin:0,end:fr.text.length}},No=Aa(vr.sticky=="before"?mi(vr,-1):vr.ch);if(rr.doc.direction=="rtl"||Rn.level==1){var Cs=Rn.level==1==Er<0,Ns=mi(vr,Cs?1:-1);if(Ns!=null&&(Cs?Ns<=Rn.to&&Ns<=No.end:Ns>=Rn.from&&Ns>=No.begin)){var Bs=Cs?"before":"after";return new Vl(vr.line,Ns,Bs)}}var pl=function(Cu,Ru,Ds){for(var xc=function(Jc,Xd){return Xd?new Vl(vr.line,mi(Jc,1),"before"):new Vl(vr.line,Jc,"after")};Cu>=0&&Cu<Cr.length;Cu+=Ru){var Rc=Cr[Cu],lc=Ru>0==(Rc.level!=1),wc=lc?Ds.begin:mi(Ds.end,-1);if(Rc.from<=wc&&wc<Rc.to||(wc=lc?Rc.from:mi(Rc.to,-1),Ds.begin<=wc&&wc<Ds.end))return xc(wc,lc)}},Eu=pl(Yr+Er,Er,No);if(Eu)return Eu;var kl=Er>0?No.end:mi(No.begin,-1);return kl!=null&&!(Er>0&&kl==fr.text.length)&&(Eu=pl(Er>0?0:Cr.length-1,Er,Aa(kl)),Eu)?Eu:null}var di={selectAll:Vc,singleSelection:function(rr){return rr.setSelection(rr.getCursor("anchor"),rr.getCursor("head"),Ir)},killLine:function(rr){return hh(rr,function(fr){if(fr.empty()){var vr=Bl(rr.doc,fr.head.line).text.length;return fr.head.ch==vr&&fr.head.line<rr.lastLine()?{from:fr.head,to:Vl(fr.head.line+1,0)}:{from:fr.head,to:Vl(fr.head.line,vr)}}else return{from:fr.from(),to:fr.to()}})},deleteLine:function(rr){return hh(rr,function(fr){return{from:Vl(fr.from().line,0),to:jc(rr.doc,Vl(fr.to().line+1,0))}})},delLineLeft:function(rr){return hh(rr,function(fr){return{from:Vl(fr.from().line,0),to:fr.from()}})},delWrappedLineLeft:function(rr){return hh(rr,function(fr){var vr=rr.charCoords(fr.head,"div").top+5,Er=rr.coordsChar({left:0,top:vr},"div");return{from:Er,to:fr.from()}})},delWrappedLineRight:function(rr){return hh(rr,function(fr){var vr=rr.charCoords(fr.head,"div").top+5,Er=rr.coordsChar({left:rr.display.lineDiv.offsetWidth+100,top:vr},"div");return{from:fr.from(),to:Er}})},undo:function(rr){return rr.undo()},redo:function(rr){return rr.redo()},undoSelection:function(rr){return rr.undoSelection()},redoSelection:function(rr){return rr.redoSelection()},goDocStart:function(rr){return rr.extendSelection(Vl(rr.firstLine(),0))},goDocEnd:function(rr){return rr.extendSelection(Vl(rr.lastLine()))},goLineStart:function(rr){return rr.extendSelectionsBy(function(fr){return Kn(rr,fr.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(rr){return rr.extendSelectionsBy(function(fr){return Un(rr,fr.head)},{origin:"+move",bias:1})},goLineEnd:function(rr){return rr.extendSelectionsBy(function(fr){return On(rr,fr.head.line)},{origin:"+move",bias:-1})},goLineRight:function(rr){return rr.extendSelectionsBy(function(fr){var vr=rr.cursorCoords(fr.head,"div").top+5;return rr.coordsChar({left:rr.display.lineDiv.offsetWidth+100,top:vr},"div")},Rr)},goLineLeft:function(rr){return rr.extendSelectionsBy(function(fr){var vr=rr.cursorCoords(fr.head,"div").top+5;return rr.coordsChar({left:0,top:vr},"div")},Rr)},goLineLeftSmart:function(rr){return rr.extendSelectionsBy(function(fr){var vr=rr.cursorCoords(fr.head,"div").top+5,Er=rr.coordsChar({left:0,top:vr},"div");return Er.ch<rr.getLine(Er.line).search(/\S/)?Un(rr,fr.head):Er},Rr)},goLineUp:function(rr){return rr.moveV(-1,"line")},goLineDown:function(rr){return rr.moveV(1,"line")},goPageUp:function(rr){return rr.moveV(-1,"page")},goPageDown:function(rr){return rr.moveV(1,"page")},goCharLeft:function(rr){return rr.moveH(-1,"char")},goCharRight:function(rr){return rr.moveH(1,"char")},goColumnLeft:function(rr){return rr.moveH(-1,"column")},goColumnRight:function(rr){return rr.moveH(1,"column")},goWordLeft:function(rr){return rr.moveH(-1,"word")},goGroupRight:function(rr){return rr.moveH(1,"group")},goGroupLeft:function(rr){return rr.moveH(-1,"group")},goWordRight:function(rr){return rr.moveH(1,"word")},delCharBefore:function(rr){return rr.deleteH(-1,"codepoint")},delCharAfter:function(rr){return rr.deleteH(1,"char")},delWordBefore:function(rr){return rr.deleteH(-1,"word")},delWordAfter:function(rr){return rr.deleteH(1,"word")},delGroupBefore:function(rr){return rr.deleteH(-1,"group")},delGroupAfter:function(rr){return rr.deleteH(1,"group")},indentAuto:function(rr){return rr.indentSelection("smart")},indentMore:function(rr){return rr.indentSelection("add")},indentLess:function(rr){return rr.indentSelection("subtract")},insertTab:function(rr){return rr.replaceSelection(" ")},insertSoftTab:function(rr){for(var fr=[],vr=rr.listSelections(),Er=rr.options.tabSize,Cr=0;Cr<vr.length;Cr++){var Yr=vr[Cr].from(),Rn=Ar(rr.getLine(Yr.line),Yr.ch,Er);fr.push(jr(Er-Rn%Er))}rr.replaceSelections(fr)},defaultTab:function(rr){rr.somethingSelected()?rr.indentSelection("add"):rr.execCommand("insertTab")},transposeChars:function(rr){return Ic(rr,function(){for(var fr=rr.listSelections(),vr=[],Er=0;Er<fr.length;Er++)if(fr[Er].empty()){var Cr=fr[Er].head,Yr=Bl(rr.doc,Cr.line).text;if(Yr){if(Cr.ch==Yr.length&&(Cr=new Vl(Cr.line,Cr.ch-1)),Cr.ch>0)Cr=new Vl(Cr.line,Cr.ch+1),rr.replaceRange(Yr.charAt(Cr.ch-1)+Yr.charAt(Cr.ch-2),Vl(Cr.line,Cr.ch-2),Cr,"+transpose");else if(Cr.line>rr.doc.first){var Rn=Bl(rr.doc,Cr.line-1).text;Rn&&(Cr=new Vl(Cr.line,1),rr.replaceRange(Yr.charAt(0)+rr.doc.lineSeparator()+Rn.charAt(Rn.length-1),Vl(Cr.line-1,Rn.length-1),Cr,"+transpose"))}}vr.push(new ld(Cr,Cr))}rr.setSelections(vr)})},newlineAndIndent:function(rr){return Ic(rr,function(){for(var fr=rr.listSelections(),vr=fr.length-1;vr>=0;vr--)rr.replaceRange(rr.doc.lineSeparator(),fr[vr].anchor,fr[vr].head,"+input");fr=rr.listSelections();for(var Er=0;Er<fr.length;Er++)rr.indentLine(fr[Er].from().line,null,!0);ws(rr)})},openLine:function(rr){return rr.replaceSelection(`
`,"start")},toggleOverwrite:function(rr){return rr.toggleOverwrite()}};function Kn(rr,fr){var vr=Bl(rr.doc,fr),Er=qd(vr);return Er!=vr&&(fr=Fn(Er)),Fi(!0,rr,Er,fr,1)}function On(rr,fr){var vr=Bl(rr.doc,fr),Er=Bh(vr);return Er!=vr&&(fr=Fn(Er)),Fi(!0,rr,vr,fr,-1)}function Un(rr,fr){var vr=Kn(rr,fr.line),Er=Bl(rr.doc,vr.line),Cr=ca(Er,rr.doc.direction);if(!Cr||Cr[0].level==0){var Yr=Math.max(vr.ch,Er.text.search(/\S/)),Rn=fr.line==vr.line&&fr.ch<=Yr&&fr.ch;return Vl(vr.line,Rn?0:Yr,vr.sticky)}return vr}function Hn(rr,fr,vr){if(typeof fr=="string"&&(fr=di[fr],!fr))return!1;rr.display.input.ensurePolled();var Er=rr.display.shift,Cr=!1;try{rr.isReadOnly()&&(rr.state.suppressEdits=!0),vr&&(rr.display.shift=!1),Cr=fr(rr)!=Dr}finally{rr.display.shift=Er,rr.state.suppressEdits=!1}return Cr}function ji(rr,fr,vr){for(var Er=0;Er<rr.state.keyMaps.length;Er++){var Cr=pp(fr,rr.state.keyMaps[Er],vr,rr);if(Cr)return Cr}return rr.options.extraKeys&&pp(fr,rr.options.extraKeys,vr,rr)||pp(fr,rr.options.keyMap,vr,rr)}var Wi=new Fr;function da(rr,fr,vr,Er){var Cr=rr.state.keySeq;if(Cr){if(_0(fr))return"handled";if(/\'$/.test(fr)?rr.state.keySeq=null:Wi.set(50,function(){rr.state.keySeq==Cr&&(rr.state.keySeq=null,rr.display.input.reset())}),sa(rr,Cr+" "+fr,vr,Er))return!0}return sa(rr,fr,vr,Er)}function sa(rr,fr,vr,Er){var Cr=ji(rr,fr,Er);return Cr=="multi"&&(rr.state.keySeq=fr),Cr=="handled"&&hf(rr,"keyHandled",rr,fr,vr),(Cr=="handled"||Cr=="multi")&&(Ts(vr),Ls(rr)),!!Cr}function fa(rr,fr){var vr=d0(fr,!0);return vr?fr.shiftKey&&!rr.state.keySeq?da(rr,"Shift-"+vr,fr,function(Er){return Hn(rr,Er,!0)})||da(rr,vr,fr,function(Er){if(typeof Er=="string"?/^go[A-Z]/.test(Er):Er.motion)return Hn(rr,Er)}):da(rr,vr,fr,function(Er){return Hn(rr,Er)}):!1}function zi(rr,fr,vr){return da(rr,"'"+vr+"'",fr,function(Er){return Hn(rr,Er,!0)})}var ta=null;function va(rr){var fr=this;if(!(rr.target&&rr.target!=fr.display.input.getField())&&(fr.curOp.focus=kt(yr(fr)),!eo(fr,rr))){V&&z<11&&rr.keyCode==27&&(rr.returnValue=!1);var vr=rr.keyCode;fr.display.shift=vr==16||rr.shiftKey;var Er=fa(fr,rr);_e&&(ta=Er?vr:null,!Er&&vr==88&&!En&&(er?rr.metaKey:rr.ctrlKey)&&fr.replaceSelection("",null,"cut")),$&&!er&&!Er&&vr==46&&rr.shiftKey&&!rr.ctrlKey&&document.execCommand&&document.execCommand("cut"),vr==18&&!/\bCodeMirror-crosshair\b/.test(fr.display.lineDiv.className)&&qa(fr)}}function qa(rr){var fr=rr.display.lineDiv;he(fr,"CodeMirror-crosshair");function vr(Er){(Er.keyCode==18||!Er.altKey)&&(ie(fr,"CodeMirror-crosshair"),Ra(document,"keyup",vr),Ra(document,"mouseover",vr))}zn(document,"keyup",vr),zn(document,"mouseover",vr)}function Xa(rr){rr.keyCode==16&&(this.doc.sel.shift=!1),eo(this,rr)}function Ta(rr){var fr=this;if(!(rr.target&&rr.target!=fr.display.input.getField())&&!(ip(fr.display,rr)||eo(fr,rr)||rr.ctrlKey&&!rr.altKey||er&&rr.metaKey)){var vr=rr.keyCode,Er=rr.charCode;if(_e&&vr==ta){ta=null,Ts(rr);return}if(!(_e&&(!rr.which||rr.which<10)&&fa(fr,rr))){var Cr=String.fromCharCode(Er??vr);Cr!="\b"&&(zi(fr,rr,Cr)||fr.display.input.onKeyPress(rr))}}}var Qa=400,Ia=function(rr,fr,vr){this.time=rr,this.pos=fr,this.button=vr};Ia.prototype.compare=function(rr,fr,vr){return this.time+Qa>rr&&cc(fr,this.pos)==0&&vr==this.button};var io,Ja;function hs(rr,fr){var vr=+new Date;return Ja&&Ja.compare(vr,rr,fr)?(io=Ja=null,"triple"):io&&io.compare(vr,rr,fr)?(Ja=new Ia(vr,rr,fr),io=null,"double"):(io=new Ia(vr,rr,fr),Ja=null,"single")}function na(rr){var fr=this,vr=fr.display;if(!(eo(fr,rr)||vr.activeTouch&&vr.input.supportsTouch())){if(vr.input.ensurePolled(),vr.shift=rr.shiftKey,ip(vr,rr)){re||(vr.scroller.draggable=!1,setTimeout(function(){return vr.scroller.draggable=!0},100));return}if(!Ha(fr,rr)){var Er=Zf(fr,rr),Cr=il(rr),Yr=Er?hs(Er,Cr):"single";Nr(fr).focus(),Cr==1&&fr.state.selectingText&&fr.state.selectingText(rr),!(Er&&ka(fr,Cr,Er,Yr,rr))&&(Cr==1?Er?ma(fr,Er,Yr,rr):rl(rr)==vr.scroller&&Ts(rr):Cr==2?(Er&&Ln(fr.doc,Er),setTimeout(function(){return vr.input.focus()},20)):Cr==3&&(lr?fr.display.input.onContextMenu(rr):Po(fr)))}}}function ka(rr,fr,vr,Er,Cr){var Yr="Click";return Er=="double"?Yr="Double"+Yr:Er=="triple"&&(Yr="Triple"+Yr),Yr=(fr==1?"Left":fr==2?"Middle":"Right")+Yr,da(rr,y0(Yr,Cr),Cr,function(Rn){if(typeof Rn=="string"&&(Rn=di[Rn]),!Rn)return!1;var mi=!1;try{rr.isReadOnly()&&(rr.state.suppressEdits=!0),mi=Rn(rr,vr)!=Dr}finally{rr.state.suppressEdits=!1}return mi})}function ra(rr,fr,vr){var Er=rr.getOption("configureMouse"),Cr=Er?Er(rr,fr,vr):{};if(Cr.unit==null){var Yr=ir?vr.shiftKey&&vr.metaKey:vr.altKey;Cr.unit=Yr?"rectangle":fr=="single"?"char":fr=="double"?"word":"line"}return(Cr.extend==null||rr.doc.extend)&&(Cr.extend=rr.doc.extend||vr.shiftKey),Cr.addNew==null&&(Cr.addNew=er?vr.metaKey:vr.ctrlKey),Cr.moveOnDrag==null&&(Cr.moveOnDrag=!(er?vr.altKey:vr.ctrlKey)),Cr}function ma(rr,fr,vr,Er){V?setTimeout(Tr(ys,rr),0):rr.curOp.focus=kt(yr(rr));var Cr=ra(rr,vr,Er),Yr=rr.doc.sel,Rn;rr.options.dragDrop&&bl&&!rr.isReadOnly()&&vr=="single"&&(Rn=Yr.contains(fr))>-1&&(cc((Rn=Yr.ranges[Rn]).from(),fr)<0||fr.xRel>0)&&(cc(Rn.to(),fr)>0||fr.xRel<0)?Zn(rr,Er,fr,Cr):pa(rr,Er,fr,Cr)}function Zn(rr,fr,vr,Er){var Cr=rr.display,Yr=!1,Rn=ju(rr,function(Aa){re&&(Cr.scroller.draggable=!1),rr.state.draggingText=!1,rr.state.delayingBlurEvent&&(rr.hasFocus()?rr.state.delayingBlurEvent=!1:Po(rr)),Ra(Cr.wrapper.ownerDocument,"mouseup",Rn),Ra(Cr.wrapper.ownerDocument,"mousemove",mi),Ra(Cr.scroller,"dragstart",Ui),Ra(Cr.scroller,"drop",Rn),Yr||(Ts(Aa),Er.addNew||Ln(rr.doc,vr,null,null,Er.extend),re&&!Ne||V&&z==9?setTimeout(function(){Cr.wrapper.ownerDocument.body.focus({preventScroll:!0}),Cr.input.focus()},20):Cr.input.focus())}),mi=function(Aa){Yr=Yr||Math.abs(fr.clientX-Aa.clientX)+Math.abs(fr.clientY-Aa.clientY)>=10},Ui=function(){return Yr=!0};re&&(Cr.scroller.draggable=!0),rr.state.draggingText=Rn,Rn.copy=!Er.moveOnDrag,zn(Cr.wrapper.ownerDocument,"mouseup",Rn),zn(Cr.wrapper.ownerDocument,"mousemove",mi),zn(Cr.scroller,"dragstart",Ui),zn(Cr.scroller,"drop",Rn),rr.state.delayingBlurEvent=!0,setTimeout(function(){return Cr.input.focus()},20),Cr.scroller.dragDrop&&Cr.scroller.dragDrop()}function la(rr,fr,vr){if(vr=="char")return new ld(fr,fr);if(vr=="word")return rr.findWordAt(fr);if(vr=="line")return new ld(Vl(fr.line,0),jc(rr.doc,Vl(fr.line+1,0)));var Er=vr(rr,fr);return new ld(Er.from,Er.to)}function pa(rr,fr,vr,Er){V&&Po(rr);var Cr=rr.display,Yr=rr.doc;Ts(fr);var Rn,mi,Ui=Yr.sel,Aa=Ui.ranges;if(Er.addNew&&!Er.extend?(mi=Yr.sel.contains(vr),mi>-1?Rn=Aa[mi]:Rn=new ld(vr,vr)):(Rn=Yr.sel.primary(),mi=Yr.sel.primIndex),Er.unit=="rectangle")Er.addNew||(Rn=new ld(vr,vr)),vr=Zf(rr,fr,!0,!0),mi=-1;else{var No=la(rr,vr,Er.unit);Er.extend?Rn=vi(Rn,No.anchor,No.head,Er.extend):Rn=No}Er.addNew?mi==-1?(mi=Aa.length,_s(Yr,Yd(rr,Aa.concat([Rn]),mi),{scroll:!1,origin:"*mouse"})):Aa.length>1&&Aa[mi].empty()&&Er.unit=="char"&&!Er.extend?(_s(Yr,Yd(rr,Aa.slice(0,mi).concat(Aa.slice(mi+1)),0),{scroll:!1,origin:"*mouse"}),Ui=Yr.sel):Na(Yr,mi,Rn,Br):(mi=0,_s(Yr,new Kd([Rn],0),Br),Ui=Yr.sel);var Cs=vr;function Ns(Ds){if(cc(Cs,Ds)!=0)if(Cs=Ds,Er.unit=="rectangle"){for(var xc=[],Rc=rr.options.tabSize,lc=Ar(Bl(Yr,vr.line).text,vr.ch,Rc),wc=Ar(Bl(Yr,Ds.line).text,Ds.ch,Rc),Jc=Math.min(lc,wc),Xd=Math.max(lc,wc),Do=Math.min(vr.line,Ds.line),vl=Math.min(rr.lastLine(),Math.max(vr.line,Ds.line));Do<=vl;Do++){var gc=Bl(Yr,Do).text,Wc=Lr(gc,Jc,Rc);Jc==Xd?xc.push(new ld(Vl(Do,Wc),Vl(Do,Wc))):gc.length>Wc&&xc.push(new ld(Vl(Do,Wc),Vl(Do,Lr(gc,Xd,Rc))))}xc.length||xc.push(new ld(vr,vr)),_s(Yr,Yd(rr,Ui.ranges.slice(0,mi).concat(xc),mi),{origin:"*mouse",scroll:!1}),rr.scrollIntoView(Ds)}else{var rd=Rn,lf=la(rr,Ds,Er.unit),Md=rd.anchor,Ud;cc(lf.anchor,Md)>0?(Ud=lf.head,Md=Tf(rd.from(),lf.anchor)):(Ud=lf.anchor,Md=Nd(rd.to(),lf.head));var zd=Ui.ranges.slice(0);zd[mi]=xa(rr,new ld(jc(Yr,Md),Ud)),_s(Yr,Yd(rr,zd,mi),Br)}}var Bs=Cr.wrapper.getBoundingClientRect(),pl=0;function Eu(Ds){var xc=++pl,Rc=Zf(rr,Ds,!0,Er.unit=="rectangle");if(Rc)if(cc(Rc,Cs)!=0){rr.curOp.focus=kt(yr(rr)),Ns(Rc);var lc=Jo(Cr,Yr);(Rc.line>=lc.to||Rc.line<lc.from)&&setTimeout(ju(rr,function(){pl==xc&&Eu(Ds)}),150)}else{var wc=Ds.clientY<Bs.top?-20:Ds.clientY>Bs.bottom?20:0;wc&&setTimeout(ju(rr,function(){pl==xc&&(Cr.scroller.scrollTop+=wc,Eu(Ds))}),50)}}function kl(Ds){rr.state.selectingText=!1,pl=1/0,Ds&&(Ts(Ds),Cr.input.focus()),Ra(Cr.wrapper.ownerDocument,"mousemove",Cu),Ra(Cr.wrapper.ownerDocument,"mouseup",Ru),Yr.history.lastSelOrigin=null}var Cu=ju(rr,function(Ds){Ds.buttons===0||!il(Ds)?kl(Ds):Eu(Ds)}),Ru=ju(rr,kl);rr.state.selectingText=Ru,zn(Cr.wrapper.ownerDocument,"mousemove",Cu),zn(Cr.wrapper.ownerDocument,"mouseup",Ru)}function xa(rr,fr){var vr=fr.anchor,Er=fr.head,Cr=Bl(rr.doc,vr.line);if(cc(vr,Er)==0&&vr.sticky==Er.sticky)return fr;var Yr=ca(Cr);if(!Yr)return fr;var Rn=Sa(Yr,vr.ch,vr.sticky),mi=Yr[Rn];if(mi.from!=vr.ch&&mi.to!=vr.ch)return fr;var Ui=Rn+(mi.from==vr.ch==(mi.level!=1)?0:1);if(Ui==0||Ui==Yr.length)return fr;var Aa;if(Er.line!=vr.line)Aa=(Er.line-vr.line)*(rr.doc.direction=="ltr"?1:-1)>0;else{var No=Sa(Yr,Er.ch,Er.sticky),Cs=No-Rn||(Er.ch-vr.ch)*(mi.level==1?-1:1);No==Ui-1||No==Ui?Aa=Cs<0:Aa=Cs>0}var Ns=Yr[Ui+(Aa?-1:0)],Bs=Aa==(Ns.level==1),pl=Bs?Ns.from:Ns.to,Eu=Bs?"after":"before";return vr.ch==pl&&vr.sticky==Eu?fr:new ld(new Vl(vr.line,pl,Eu),Er)}function Ma(rr,fr,vr,Er){var Cr,Yr;if(fr.touches)Cr=fr.touches[0].clientX,Yr=fr.touches[0].clientY;else try{Cr=fr.clientX,Yr=fr.clientY}catch{return!1}if(Cr>=Math.floor(rr.display.gutters.getBoundingClientRect().right))return!1;Er&&Ts(fr);var Rn=rr.display,mi=Rn.lineDiv.getBoundingClientRect();if(Yr>mi.bottom||!Es(rr,vr))return Gs(fr);Yr-=mi.top-Rn.viewOffset;for(var Ui=0;Ui<rr.display.gutterSpecs.length;++Ui){var Aa=Rn.gutters.childNodes[Ui];if(Aa&&Aa.getBoundingClientRect().right>=Cr){var No=is(rr.doc,Yr),Cs=rr.display.gutterSpecs[Ui];return _o(rr,vr,rr,No,Cs.className,fr),Gs(fr)}}}function Ha(rr,fr){return Ma(rr,fr,"gutterClick",!0)}function So(rr,fr){ip(rr.display,fr)||as(rr,fr)||eo(rr,fr,"contextmenu")||lr||rr.display.input.onContextMenu(fr)}function as(rr,fr){return Es(rr,"gutterContextMenu")?Ma(rr,fr,"gutterContextMenu",!1):!1}function ps(rr){rr.display.wrapper.className=rr.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+rr.options.theme.replace(/(^|\s)\s*/g," cm-s-"),mm(rr)}var ns={toString:function(){return"CodeMirror.Init"}},As={},ko={};function Ws(rr){var fr=rr.optionHandlers;function vr(Er,Cr,Yr,Rn){rr.defaults[Er]=Cr,Yr&&(fr[Er]=Rn?function(mi,Ui,Aa){Aa!=ns&&Yr(mi,Ui,Aa)}:Yr)}rr.defineOption=vr,rr.Init=ns,vr("value","",function(Er,Cr){return Er.setValue(Cr)},!0),vr("mode",null,function(Er,Cr){Er.doc.modeOption=Cr,Ff(Er)},!0),vr("indentUnit",2,Ff,!0),vr("indentWithTabs",!1),vr("smartIndent",!0),vr("tabSize",4,function(Er){dp(Er),mm(Er),jf(Er)},!0),vr("lineSeparator",null,function(Er,Cr){if(Er.doc.lineSep=Cr,!!Cr){var Yr=[],Rn=Er.doc.first;Er.doc.iter(function(Ui){for(var Aa=0;;){var No=Ui.text.indexOf(Cr,Aa);if(No==-1)break;Aa=No+Cr.length,Yr.push(Vl(Rn,No))}Rn++});for(var mi=Yr.length-1;mi>=0;mi--)Au(Er.doc,Cr,Yr[mi],Vl(Yr[mi].line,Yr[mi].ch+Cr.length))}}),vr("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b\u200e\u200f\u2028\u2029\u202d\u202e\u2066\u2067\u2069\ufeff\ufff9-\ufffc]/g,function(Er,Cr,Yr){Er.state.specialChars=new RegExp(Cr.source+(Cr.test(" ")?"":"| "),"g"),Yr!=ns&&Er.refresh()}),vr("specialCharPlaceholder",Vp,function(Er){return Er.refresh()},!0),vr("electricChars",!0),vr("inputStyle",qe?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),vr("spellcheck",!1,function(Er,Cr){return Er.getInputField().spellcheck=Cr},!0),vr("autocorrect",!1,function(Er,Cr){return Er.getInputField().autocorrect=Cr},!0),vr("autocapitalize",!1,function(Er,Cr){return Er.getInputField().autocapitalize=Cr},!0),vr("rtlMoveVisually",!dr),vr("wholeLineUpdateBefore",!0),vr("theme","default",function(Er){ps(Er),lp(Er)},!0),vr("keyMap","default",function(Er,Cr,Yr){var Rn=f0(Cr),mi=Yr!=ns&&f0(Yr);mi&&mi.detach&&mi.detach(Er,Rn),Rn.attach&&Rn.attach(Er,mi||null)}),vr("extraKeys",null),vr("configureMouse",null),vr("lineWrapping",!1,Xo,!0),vr("gutters",[],function(Er,Cr){Er.display.gutterSpecs=Td(Cr,Er.options.lineNumbers),lp(Er)},!0),vr("fixedGutter",!0,function(Er,Cr){Er.display.gutters.style.left=Cr?Bd(Er.display)+"px":"0",Er.refresh()},!0),vr("coverGutterNextToScrollbar",!1,function(Er){return Yl(Er)},!0),vr("scrollbarStyle","native",function(Er){Wl(Er),Yl(Er),Er.display.scrollbars.setScrollTop(Er.doc.scrollTop),Er.display.scrollbars.setScrollLeft(Er.doc.scrollLeft)},!0),vr("lineNumbers",!1,function(Er,Cr){Er.display.gutterSpecs=Td(Er.options.gutters,Cr),lp(Er)},!0),vr("firstLineNumber",1,lp,!0),vr("lineNumberFormatter",function(Er){return Er},lp,!0),vr("showCursorWhenSelecting",!1,Np,!0),vr("resetSelectionOnContextMenu",!0),vr("lineWiseCopyCut",!0),vr("pasteLinesPerSelection",!0),vr("selectionsMayTouch",!1),vr("readOnly",!1,function(Er,Cr){Cr=="nocursor"&&(Go(Er),Er.display.input.blur()),Er.display.input.readOnlyChanged(Cr)}),vr("screenReaderLabel",null,function(Er,Cr){Cr=Cr===""?null:Cr,Er.display.input.screenReaderLabelChanged(Cr)}),vr("disableInput",!1,function(Er,Cr){Cr||Er.display.input.reset()},!0),vr("dragDrop",!0,cs),vr("allowDropFileTypes",null),vr("cursorBlinkRate",530),vr("cursorScrollMargin",0),vr("cursorHeight",1,Np,!0),vr("singleCursorHeightPerLine",!0,Np,!0),vr("workTime",100),vr("workDelay",100),vr("flattenSpans",!0,dp,!0),vr("addModeClass",!1,dp,!0),vr("pollInterval",100),vr("undoDepth",200,function(Er,Cr){return Er.doc.history.undoDepth=Cr}),vr("historyEventDelay",1250),vr("viewportMargin",10,function(Er){return Er.refresh()},!0),vr("maxHighlightLength",1e4,dp,!0),vr("moveInputWithCursor",!0,function(Er,Cr){Cr||Er.display.input.resetPosition()}),vr("tabindex",null,function(Er,Cr){return Er.display.input.getField().tabIndex=Cr||""}),vr("autofocus",null),vr("direction","ltr",function(Er,Cr){return Er.doc.setDirection(Cr)},!0),vr("phrases",null)}function cs(rr,fr,vr){var Er=vr&&vr!=ns;if(!fr!=!Er){var Cr=rr.display.dragFunctions,Yr=fr?zn:Ra;Yr(rr.display.scroller,"dragstart",Cr.start),Yr(rr.display.scroller,"dragenter",Cr.enter),Yr(rr.display.scroller,"dragover",Cr.over),Yr(rr.display.scroller,"dragleave",Cr.leave),Yr(rr.display.scroller,"drop",Cr.drop)}}function Xo(rr){rr.options.lineWrapping?(he(rr.display.wrapper,"CodeMirror-wrap"),rr.display.sizer.style.minWidth="",rr.display.sizerWidth=null):(ie(rr.display.wrapper,"CodeMirror-wrap"),xn(rr)),Ld(rr),jf(rr),mm(rr),setTimeout(function(){return Yl(rr)},100)}function Ms(rr,fr){var vr=this;if(!(this instanceof Ms))return new Ms(rr,fr);this.options=fr=fr?Sr(fr):{},Sr(As,fr,!1);var Er=fr.value;typeof Er=="string"?Er=new sf(Er,fr.mode,null,fr.lineSeparator,fr.direction):fr.mode&&(Er.modeOption=fr.mode),this.doc=Er;var Cr=new Ms.inputStyles[fr.inputStyle](this),Yr=this.display=new Ap(rr,Er,Cr,fr);Yr.wrapper.CodeMirror=this,ps(this),fr.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),Wl(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 Fr,keySeq:null,specialChars:null},fr.autofocus&&!qe&&Yr.input.focus(),V&&z<11&&setTimeout(function(){return vr.display.input.reset(!0)},20),_l(this),u0(),Ou(this),this.curOp.forceUpdate=!0,Cf(this,Er),fr.autofocus&&!qe||this.hasFocus()?setTimeout(function(){vr.hasFocus()&&!vr.state.focused&&Yo(vr)},20):Go(this);for(var Rn in ko)ko.hasOwnProperty(Rn)&&ko[Rn](this,fr[Rn],ns);nd(this),fr.finishInit&&fr.finishInit(this);for(var mi=0;mi<Xs.length;++mi)Xs[mi](this);Fu(this),re&&fr.lineWrapping&&getComputedStyle(Yr.lineDiv).textRendering=="optimizelegibility"&&(Yr.lineDiv.style.textRendering="auto")}Ms.defaults=As,Ms.optionHandlers=ko;function _l(rr){var fr=rr.display;zn(fr.scroller,"mousedown",ju(rr,na)),V&&z<11?zn(fr.scroller,"dblclick",ju(rr,function(Ui){if(!eo(rr,Ui)){var Aa=Zf(rr,Ui);if(!(!Aa||Ha(rr,Ui)||ip(rr.display,Ui))){Ts(Ui);var No=rr.findWordAt(Aa);Ln(rr.doc,No.anchor,No.head)}}})):zn(fr.scroller,"dblclick",function(Ui){return eo(rr,Ui)||Ts(Ui)}),zn(fr.scroller,"contextmenu",function(Ui){return So(rr,Ui)}),zn(fr.input.getField(),"contextmenu",function(Ui){fr.scroller.contains(Ui.target)||So(rr,Ui)});var vr,Er={end:0};function Cr(){fr.activeTouch&&(vr=setTimeout(function(){return fr.activeTouch=null},1e3),Er=fr.activeTouch,Er.end=+new Date)}function Yr(Ui){if(Ui.touches.length!=1)return!1;var Aa=Ui.touches[0];return Aa.radiusX<=1&&Aa.radiusY<=1}function Rn(Ui,Aa){if(Aa.left==null)return!0;var No=Aa.left-Ui.left,Cs=Aa.top-Ui.top;return No*No+Cs*Cs>20*20}zn(fr.scroller,"touchstart",function(Ui){if(!eo(rr,Ui)&&!Yr(Ui)&&!Ha(rr,Ui)){fr.input.ensurePolled(),clearTimeout(vr);var Aa=+new Date;fr.activeTouch={start:Aa,moved:!1,prev:Aa-Er.end<=300?Er:null},Ui.touches.length==1&&(fr.activeTouch.left=Ui.touches[0].pageX,fr.activeTouch.top=Ui.touches[0].pageY)}}),zn(fr.scroller,"touchmove",function(){fr.activeTouch&&(fr.activeTouch.moved=!0)}),zn(fr.scroller,"touchend",function(Ui){var Aa=fr.activeTouch;if(Aa&&!ip(fr,Ui)&&Aa.left!=null&&!Aa.moved&&new Date-Aa.start<300){var No=rr.coordsChar(fr.activeTouch,"page"),Cs;!Aa.prev||Rn(Aa,Aa.prev)?Cs=new ld(No,No):!Aa.prev.prev||Rn(Aa,Aa.prev.prev)?Cs=rr.findWordAt(No):Cs=new ld(Vl(No.line,0),jc(rr.doc,Vl(No.line+1,0))),rr.setSelection(Cs.anchor,Cs.head),rr.focus(),Ts(Ui)}Cr()}),zn(fr.scroller,"touchcancel",Cr),zn(fr.scroller,"scroll",function(){fr.scroller.clientHeight&&(ms(rr,fr.scroller.scrollTop),Rs(rr,fr.scroller.scrollLeft,!0),_o(rr,"scroll",rr))}),zn(fr.scroller,"mousewheel",function(Ui){return Wd(rr,Ui)}),zn(fr.scroller,"DOMMouseScroll",function(Ui){return Wd(rr,Ui)}),zn(fr.wrapper,"scroll",function(){return fr.wrapper.scrollTop=fr.wrapper.scrollLeft=0}),fr.dragFunctions={enter:function(Ui){eo(rr,Ui)||uc(Ui)},over:function(Ui){eo(rr,Ui)||(ud(rr,Ui),uc(Ui))},start:function(Ui){return Nf(rr,Ui)},drop:ju(rr,fp),leave:function(Ui){eo(rr,Ui)||Sf(rr)}};var mi=fr.input.getField();zn(mi,"keyup",function(Ui){return Xa.call(rr,Ui)}),zn(mi,"keydown",ju(rr,va)),zn(mi,"keypress",ju(rr,Ta)),zn(mi,"focus",function(Ui){return Yo(rr,Ui)}),zn(mi,"blur",function(Ui){return Go(rr,Ui)})}var Xs=[];Ms.defineInitHook=function(rr){return Xs.push(rr)};function Ul(rr,fr,vr,Er){var Cr=rr.doc,Yr;vr==null&&(vr="add"),vr=="smart"&&(Cr.mode.indent?Yr=_p(rr,fr).state:vr="prev");var Rn=rr.options.tabSize,mi=Bl(Cr,fr),Ui=Ar(mi.text,null,Rn);mi.stateAfter&&(mi.stateAfter=null);var Aa=mi.text.match(/^\s*/)[0],No;if(!Er&&!/\S/.test(mi.text))No=0,vr="not";else if(vr=="smart"&&(No=Cr.mode.indent(Yr,mi.text.slice(Aa.length),mi.text),No==Dr||No>150)){if(!Er)return;vr="prev"}vr=="prev"?fr>Cr.first?No=Ar(Bl(Cr,fr-1).text,null,Rn):No=0:vr=="add"?No=Ui+rr.options.indentUnit:vr=="subtract"?No=Ui-rr.options.indentUnit:typeof vr=="number"&&(No=Ui+vr),No=Math.max(0,No);var Cs="",Ns=0;if(rr.options.indentWithTabs)for(var Bs=Math.floor(No/Rn);Bs;--Bs)Ns+=Rn,Cs+=" ";if(Ns<No&&(Cs+=jr(No-Ns)),Cs!=Aa)return Au(Cr,Cs,Vl(fr,0),Vl(fr,Aa.length),"+input"),mi.stateAfter=null,!0;for(var pl=0;pl<Cr.sel.ranges.length;pl++){var Eu=Cr.sel.ranges[pl];if(Eu.head.line==fr&&Eu.head.ch<Aa.length){var kl=Vl(fr,Aa.length);Na(Cr,pl,new ld(kl,kl));break}}}var ss=null;function Ps(rr){ss=rr}function jl(rr,fr,vr,Er,Cr){var Yr=rr.doc;rr.display.shift=!1,Er||(Er=Yr.sel);var Rn=+new Date-200,mi=Cr=="paste"||rr.state.pasteIncoming>Rn,Ui=Hr(fr),Aa=null;if(mi&&Er.ranges.length>1)if(ss&&ss.text.join(`
`)==fr){if(Er.ranges.length%ss.text.length==0){Aa=[];for(var No=0;No<ss.text.length;No++)Aa.push(Yr.splitLines(ss.text[No]))}}else Ui.length==Er.ranges.length&&rr.options.pasteLinesPerSelection&&(Aa=Kr(Ui,function(Cu){return[Cu]}));for(var Cs=rr.curOp.updateInput,Ns=Er.ranges.length-1;Ns>=0;Ns--){var Bs=Er.ranges[Ns],pl=Bs.from(),Eu=Bs.to();Bs.empty()&&(vr&&vr>0?pl=Vl(pl.line,pl.ch-vr):rr.state.overwrite&&!mi?Eu=Vl(Eu.line,Math.min(Bl(Yr,Eu.line).text.length,Eu.ch+vn(Ui).length)):mi&&ss&&ss.lineWise&&ss.text.join(`
`)==Ui.join(`
`)&&(pl=Eu=Vl(pl.line,0)));var kl={from:pl,to:Eu,text:Aa?Aa[Ns%Aa.length]:Ui,origin:Cr||(mi?"paste":rr.state.cutIncoming>Rn?"cut":"+input")};Kc(rr.doc,kl),hf(rr,"inputRead",rr,kl)}fr&&!mi&&Wu(rr,fr),ws(rr),rr.curOp.updateInput<2&&(rr.curOp.updateInput=Cs),rr.curOp.typing=!0,rr.state.pasteIncoming=rr.state.cutIncoming=-1}function Dl(rr,fr){var vr=rr.clipboardData&&rr.clipboardData.getData("Text");if(vr)return rr.preventDefault(),!fr.isReadOnly()&&!fr.options.disableInput&&fr.hasFocus()&&Ic(fr,function(){return jl(fr,vr,0,null,"paste")}),!0}function Wu(rr,fr){if(!(!rr.options.electricChars||!rr.options.smartIndent))for(var vr=rr.doc.sel,Er=vr.ranges.length-1;Er>=0;Er--){var Cr=vr.ranges[Er];if(!(Cr.head.ch>100||Er&&vr.ranges[Er-1].head.line==Cr.head.line)){var Yr=rr.getModeAt(Cr.head),Rn=!1;if(Yr.electricChars){for(var mi=0;mi<Yr.electricChars.length;mi++)if(fr.indexOf(Yr.electricChars.charAt(mi))>-1){Rn=Ul(rr,Cr.head.line,"smart");break}}else Yr.electricInput&&Yr.electricInput.test(Bl(rr.doc,Cr.head.line).text.slice(0,Cr.head.ch))&&(Rn=Ul(rr,Cr.head.line,"smart"));Rn&&hf(rr,"electricInput",rr,Cr.head.line)}}}function Fs(rr){for(var fr=[],vr=[],Er=0;Er<rr.doc.sel.ranges.length;Er++){var Cr=rr.doc.sel.ranges[Er].head.line,Yr={anchor:Vl(Cr,0),head:Vl(Cr+1,0)};vr.push(Yr),fr.push(rr.getRange(Yr.anchor,Yr.head))}return{text:fr,ranges:vr}}function xs(rr,fr,vr,Er){rr.setAttribute("autocorrect",vr?"on":"off"),rr.setAttribute("autocapitalize",Er?"on":"off"),rr.setAttribute("spellcheck",!!fr)}function Js(){var rr=Ie("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; min-height: 1em; outline: none"),fr=Ie("div",[rr],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return re?rr.style.width="1000px":rr.setAttribute("wrap","off"),Ve&&(rr.style.border="1px solid black"),fr}function ol(rr){var fr=rr.optionHandlers,vr=rr.helpers={};rr.prototype={constructor:rr,focus:function(){Nr(this).focus(),this.display.input.focus()},setOption:function(Er,Cr){var Yr=this.options,Rn=Yr[Er];Yr[Er]==Cr&&Er!="mode"||(Yr[Er]=Cr,fr.hasOwnProperty(Er)&&ju(this,fr[Er])(this,Cr,Rn),_o(this,"optionChange",this,Er))},getOption:function(Er){return this.options[Er]},getDoc:function(){return this.doc},addKeyMap:function(Er,Cr){this.state.keyMaps[Cr?"push":"unshift"](f0(Er))},removeKeyMap:function(Er){for(var Cr=this.state.keyMaps,Yr=0;Yr<Cr.length;++Yr)if(Cr[Yr]==Er||Cr[Yr].name==Er)return Cr.splice(Yr,1),!0},addOverlay:bu(function(Er,Cr){var Yr=Er.token?Er:rr.getMode(this.options,Er);if(Yr.startState)throw new Error("Overlays may not be stateful.");kr(this.state.overlays,{mode:Yr,modeSpec:Er,opaque:Cr&&Cr.opaque,priority:Cr&&Cr.priority||0},function(Rn){return Rn.priority}),this.state.modeGen++,jf(this)}),removeOverlay:bu(function(Er){for(var Cr=this.state.overlays,Yr=0;Yr<Cr.length;++Yr){var Rn=Cr[Yr].modeSpec;if(Rn==Er||typeof Er=="string"&&Rn.name==Er){Cr.splice(Yr,1),this.state.modeGen++,jf(this);return}}}),indentLine:bu(function(Er,Cr,Yr){typeof Cr!="string"&&typeof Cr!="number"&&(Cr==null?Cr=this.options.smartIndent?"smart":"prev":Cr=Cr?"add":"subtract"),pu(this.doc,Er)&&Ul(this,Er,Cr,Yr)}),indentSelection:bu(function(Er){for(var Cr=this.doc.sel.ranges,Yr=-1,Rn=0;Rn<Cr.length;Rn++){var mi=Cr[Rn];if(mi.empty())mi.head.line>Yr&&(Ul(this,mi.head.line,Er,!0),Yr=mi.head.line,Rn==this.doc.sel.primIndex&&ws(this));else{var Ui=mi.from(),Aa=mi.to(),No=Math.max(Yr,Ui.line);Yr=Math.min(this.lastLine(),Aa.line-(Aa.ch?0:1))+1;for(var Cs=No;Cs<Yr;++Cs)Ul(this,Cs,Er);var Ns=this.doc.sel.ranges;Ui.ch==0&&Cr.length==Ns.length&&Ns[Rn].from().ch>0&&Na(this.doc,Rn,new ld(Ui,Ns[Rn].to()),Ir)}}}),getTokenAt:function(Er,Cr){return Ip(this,Er,Cr)},getLineTokens:function(Er,Cr){return Ip(this,Vl(Er),Cr,!0)},getTokenTypeAt:function(Er){Er=jc(this.doc,Er);var Cr=Pp(this,Bl(this.doc,Er.line)),Yr=0,Rn=(Cr.length-1)/2,mi=Er.ch,Ui;if(mi==0)Ui=Cr[2];else for(;;){var Aa=Yr+Rn>>1;if((Aa?Cr[Aa*2-1]:0)>=mi)Rn=Aa;else if(Cr[Aa*2+1]<mi)Yr=Aa+1;else{Ui=Cr[Aa*2+2];break}}var No=Ui?Ui.indexOf("overlay "):-1;return No<0?Ui:No==0?null:Ui.slice(0,No-1)},getModeAt:function(Er){var Cr=this.doc.mode;return Cr.innerMode?rr.innerMode(Cr,this.getTokenAt(Er).state).mode:Cr},getHelper:function(Er,Cr){return this.getHelpers(Er,Cr)[0]},getHelpers:function(Er,Cr){var Yr=[];if(!vr.hasOwnProperty(Cr))return Yr;var Rn=vr[Cr],mi=this.getModeAt(Er);if(typeof mi[Cr]=="string")Rn[mi[Cr]]&&Yr.push(Rn[mi[Cr]]);else if(mi[Cr])for(var Ui=0;Ui<mi[Cr].length;Ui++){var Aa=Rn[mi[Cr][Ui]];Aa&&Yr.push(Aa)}else mi.helperType&&Rn[mi.helperType]?Yr.push(Rn[mi.helperType]):Rn[mi.name]&&Yr.push(Rn[mi.name]);for(var No=0;No<Rn._global.length;No++){var Cs=Rn._global[No];Cs.pred(mi,this)&&Gr(Yr,Cs.val)==-1&&Yr.push(Cs.val)}return Yr},getStateAfter:function(Er,Cr){var Yr=this.doc;return Er=vf(Yr,Er??Yr.first+Yr.size-1),_p(this,Er+1,Cr).state},cursorCoords:function(Er,Cr){var Yr,Rn=this.doc.sel.primary();return Er==null?Yr=Rn.head:typeof Er=="object"?Yr=jc(this.doc,Er):Yr=Er?Rn.from():Rn.to(),vu(this,Yr,Cr||"page")},charCoords:function(Er,Cr){return wu(this,jc(this.doc,Er),Cr||"page")},coordsChar:function(Er,Cr){return Er=dl(this,Er,Cr||"page"),kd(this,Er.left,Er.top)},lineAtHeight:function(Er,Cr){return Er=dl(this,{top:Er,left:0},Cr||"page").top,is(this.doc,Er+this.display.viewOffset)},heightAtLine:function(Er,Cr,Yr){var Rn=!1,mi;if(typeof Er=="number"){var Ui=this.doc.first+this.doc.size-1;Er<this.doc.first?Er=this.doc.first:Er>Ui&&(Er=Ui,Rn=!0),mi=Bl(this.doc,Er)}else mi=Er;return Th(this,mi,{top:0,left:0},Cr||"page",Yr||Rn).top+(Rn?this.doc.height-qf(mi):0)},defaultTextHeight:function(){return Cp(this.display)},defaultCharWidth:function(){return ih(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(Er,Cr,Yr,Rn,mi){var Ui=this.display;Er=vu(this,jc(this.doc,Er));var Aa=Er.bottom,No=Er.left;if(Cr.style.position="absolute",Cr.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(Cr),Ui.sizer.appendChild(Cr),Rn=="over")Aa=Er.top;else if(Rn=="above"||Rn=="near"){var Cs=Math.max(Ui.wrapper.clientHeight,this.doc.height),Ns=Math.max(Ui.sizer.clientWidth,Ui.lineSpace.clientWidth);(Rn=="above"||Er.bottom+Cr.offsetHeight>Cs)&&Er.top>Cr.offsetHeight?Aa=Er.top-Cr.offsetHeight:Er.bottom+Cr.offsetHeight<=Cs&&(Aa=Er.bottom),No+Cr.offsetWidth>Ns&&(No=Ns-Cr.offsetWidth)}Cr.style.top=Aa+"px",Cr.style.left=Cr.style.right="",mi=="right"?(No=Ui.sizer.clientWidth-Cr.offsetWidth,Cr.style.right="0px"):(mi=="left"?No=0:mi=="middle"&&(No=(Ui.sizer.clientWidth-Cr.offsetWidth)/2),Cr.style.left=No+"px"),Yr&&vo(this,{left:No,top:Aa,right:No+Cr.offsetWidth,bottom:Aa+Cr.offsetHeight})},triggerOnKeyDown:bu(va),triggerOnKeyPress:bu(Ta),triggerOnKeyUp:Xa,triggerOnMouseDown:bu(na),execCommand:function(Er){if(di.hasOwnProperty(Er))return di[Er].call(null,this)},triggerElectric:bu(function(Er){Wu(this,Er)}),findPosH:function(Er,Cr,Yr,Rn){var mi=1;Cr<0&&(mi=-1,Cr=-Cr);for(var Ui=jc(this.doc,Er),Aa=0;Aa<Cr&&(Ui=Zs(this.doc,Ui,mi,Yr,Rn),!Ui.hitSide);++Aa);return Ui},moveH:bu(function(Er,Cr){var Yr=this;this.extendSelectionsBy(function(Rn){return Yr.display.shift||Yr.doc.extend||Rn.empty()?Zs(Yr.doc,Rn.head,Er,Cr,Yr.options.rtlMoveVisually):Er<0?Rn.from():Rn.to()},Rr)}),deleteH:bu(function(Er,Cr){var Yr=this.doc.sel,Rn=this.doc;Yr.somethingSelected()?Rn.replaceSelection("",null,"+delete"):hh(this,function(mi){var Ui=Zs(Rn,mi.head,Er,Cr,!1);return Er<0?{from:Ui,to:mi.head}:{from:mi.head,to:Ui}})}),findPosV:function(Er,Cr,Yr,Rn){var mi=1,Ui=Rn;Cr<0&&(mi=-1,Cr=-Cr);for(var Aa=jc(this.doc,Er),No=0;No<Cr;++No){var Cs=vu(this,Aa,"div");if(Ui==null?Ui=Cs.left:Cs.left=Ui,Aa=xu(this,Cs,mi,Yr),Aa.hitSide)break}return Aa},moveV:bu(function(Er,Cr){var Yr=this,Rn=this.doc,mi=[],Ui=!this.display.shift&&!Rn.extend&&Rn.sel.somethingSelected();if(Rn.extendSelectionsBy(function(No){if(Ui)return Er<0?No.from():No.to();var Cs=vu(Yr,No.head,"div");No.goalColumn!=null&&(Cs.left=No.goalColumn),mi.push(Cs.left);var Ns=xu(Yr,Cs,Er,Cr);return Cr=="page"&&No==Rn.sel.primary()&&Os(Yr,wu(Yr,Ns,"div").top-Cs.top),Ns},Rr),mi.length)for(var Aa=0;Aa<Rn.sel.ranges.length;Aa++)Rn.sel.ranges[Aa].goalColumn=mi[Aa]}),findWordAt:function(Er){var Cr=this.doc,Yr=Bl(Cr,Er.line).text,Rn=Er.ch,mi=Er.ch;if(Yr){var Ui=this.getHelper(Er,"wordChars");(Er.sticky=="before"||mi==Yr.length)&&Rn?--Rn:++mi;for(var Aa=Yr.charAt(Rn),No=oa(Aa,Ui)?function(Cs){return oa(Cs,Ui)}:/\s/.test(Aa)?function(Cs){return/\s/.test(Cs)}:function(Cs){return!/\s/.test(Cs)&&!oa(Cs)};Rn>0&&No(Yr.charAt(Rn-1));)--Rn;for(;mi<Yr.length&&No(Yr.charAt(mi));)++mi}return new ld(Vl(Er.line,Rn),Vl(Er.line,mi))},toggleOverwrite:function(Er){Er!=null&&Er==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?he(this.display.cursorDiv,"CodeMirror-overwrite"):ie(this.display.cursorDiv,"CodeMirror-overwrite"),_o(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==kt(yr(this))},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:bu(function(Er,Cr){Vs(this,Er,Cr)}),getScrollInfo:function(){var Er=this.display.scroller;return{left:Er.scrollLeft,top:Er.scrollTop,height:Er.scrollHeight-kp(this)-this.display.barHeight,width:Er.scrollWidth-kp(this)-this.display.barWidth,clientHeight:tm(this),clientWidth:wh(this)}},scrollIntoView:bu(function(Er,Cr){Er==null?(Er={from:this.doc.sel.primary().head,to:null},Cr==null&&(Cr=this.options.cursorScrollMargin)):typeof Er=="number"?Er={from:Vl(Er,0),to:null}:Er.from==null&&(Er={from:Er,to:null}),Er.to||(Er.to=Er.from),Er.margin=Cr||0,Er.from.line!=null?al(this,Er):Pl(this,Er.from,Er.to,Er.margin)}),setSize:bu(function(Er,Cr){var Yr=this,Rn=function(Ui){return typeof Ui=="number"||/^\d+$/.test(String(Ui))?Ui+"px":Ui};Er!=null&&(this.display.wrapper.style.width=Rn(Er)),Cr!=null&&(this.display.wrapper.style.height=Rn(Cr)),this.options.lineWrapping&&Ym(this);var mi=this.display.viewFrom;this.doc.iter(mi,this.display.viewTo,function(Ui){if(Ui.widgets){for(var Aa=0;Aa<Ui.widgets.length;Aa++)if(Ui.widgets[Aa].noHScroll){Nh(Yr,mi,"widget");break}}++mi}),this.curOp.forceUpdate=!0,_o(this,"refresh",this)}),operation:function(Er){return Ic(this,Er)},startOperation:function(){return Ou(this)},endOperation:function(){return Fu(this)},refresh:bu(function(){var Er=this.display.cachedTextHeight;jf(this),this.curOp.forceUpdate=!0,mm(this),Vs(this,this.doc.scrollLeft,this.doc.scrollTop),Gf(this.display),(Er==null||Math.abs(Er-Cp(this.display))>.5||this.options.lineWrapping)&&Ld(this),_o(this,"refresh",this)}),swapDoc:bu(function(Er){var Cr=this.doc;return Cr.cm=null,this.state.selectingText&&this.state.selectingText(),Cf(this,Er),mm(this),this.display.input.reset(),Vs(this,Er.scrollLeft,Er.scrollTop),this.curOp.forceScroll=!0,hf(this,"swapDoc",this,Cr),Cr}),phrase:function(Er){var Cr=this.options.phrases;return Cr&&Object.prototype.hasOwnProperty.call(Cr,Er)?Cr[Er]:Er},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}},Hs(rr),rr.registerHelper=function(Er,Cr,Yr){vr.hasOwnProperty(Er)||(vr[Er]=rr[Er]={_global:[]}),vr[Er][Cr]=Yr},rr.registerGlobalHelper=function(Er,Cr,Yr,Rn){rr.registerHelper(Er,Cr,Rn),vr[Er]._global.push({pred:Yr,val:Rn})}}function Zs(rr,fr,vr,Er,Cr){var Yr=fr,Rn=vr,mi=Bl(rr,fr.line),Ui=Cr&&rr.direction=="rtl"?-vr:vr;function Aa(){var Ru=fr.line+Ui;return Ru<rr.first||Ru>=rr.first+rr.size?!1:(fr=new Vl(Ru,fr.ch,fr.sticky),mi=Bl(rr,Ru))}function No(Ru){var Ds;if(Er=="codepoint"){var xc=mi.text.charCodeAt(fr.ch+(vr>0?0:-1));if(isNaN(xc))Ds=null;else{var Rc=vr>0?xc>=55296&&xc<56320:xc>=56320&&xc<57343;Ds=new Vl(fr.line,Math.max(0,Math.min(mi.text.length,fr.ch+vr*(Rc?2:1))),-vr)}}else Cr?Ds=In(rr.cm,mi,fr,vr):Ds=Vn(mi,fr,vr);if(Ds==null)if(!Ru&&Aa())fr=Fi(Cr,rr.cm,mi,fr.line,Ui);else return!1;else fr=Ds;return!0}if(Er=="char"||Er=="codepoint")No();else if(Er=="column")No(!0);else if(Er=="word"||Er=="group")for(var Cs=null,Ns=Er=="group",Bs=rr.cm&&rr.cm.getHelper(fr,"wordChars"),pl=!0;!(vr<0&&!No(!pl));pl=!1){var Eu=mi.text.charAt(fr.ch)||`
`,kl=oa(Eu,Bs)?"w":Ns&&Eu==`
`?"n":!Ns||/\s/.test(Eu)?null:"p";if(Ns&&!pl&&!kl&&(kl="s"),Cs&&Cs!=kl){vr<0&&(vr=1,No(),fr.sticky="after");break}if(kl&&(Cs=kl),vr>0&&!No(!pl))break}var Cu=pc(rr,fr,Yr,Rn,!0);return Lc(Yr,Cu)&&(Cu.hitSide=!0),Cu}function xu(rr,fr,vr,Er){var Cr=rr.doc,Yr=fr.left,Rn;if(Er=="page"){var mi=Math.min(rr.display.wrapper.clientHeight,Nr(rr).innerHeight||Cr(rr).documentElement.clientHeight),Ui=Math.max(mi-.5*Cp(rr.display),3);Rn=(vr>0?fr.bottom:fr.top)+vr*Ui}else Er=="line"&&(Rn=vr>0?fr.bottom+3:fr.top-3);for(var Aa;Aa=kd(rr,Yr,Rn),!!Aa.outside;){if(vr<0?Rn<=0:Rn>=Cr.height){Aa.hitSide=!0;break}Rn+=vr*5}return Aa}var yu=function(rr){this.cm=rr,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Fr,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};yu.prototype.init=function(rr){var fr=this,vr=this,Er=vr.cm,Cr=vr.div=rr.lineDiv;Cr.contentEditable=!0,xs(Cr,Er.options.spellcheck,Er.options.autocorrect,Er.options.autocapitalize);function Yr(mi){for(var Ui=mi.target;Ui;Ui=Ui.parentNode){if(Ui==Cr)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(Ui.className))break}return!1}zn(Cr,"paste",function(mi){!Yr(mi)||eo(Er,mi)||Dl(mi,Er)||z<=11&&setTimeout(ju(Er,function(){return fr.updateFromDOM()}),20)}),zn(Cr,"compositionstart",function(mi){fr.composing={data:mi.data,done:!1}}),zn(Cr,"compositionupdate",function(mi){fr.composing||(fr.composing={data:mi.data,done:!1})}),zn(Cr,"compositionend",function(mi){fr.composing&&(mi.data!=fr.composing.data&&fr.readFromDOMSoon(),fr.composing.done=!0)}),zn(Cr,"touchstart",function(){return vr.forceCompositionEnd()}),zn(Cr,"input",function(){fr.composing||fr.readFromDOMSoon()});function Rn(mi){if(!(!Yr(mi)||eo(Er,mi))){if(Er.somethingSelected())Ps({lineWise:!1,text:Er.getSelections()}),mi.type=="cut"&&Er.replaceSelection("",null,"cut");else if(Er.options.lineWiseCopyCut){var Ui=Fs(Er);Ps({lineWise:!0,text:Ui.text}),mi.type=="cut"&&Er.operation(function(){Er.setSelections(Ui.ranges,0,Ir),Er.replaceSelection("",null,"cut")})}else return;if(mi.clipboardData){mi.clipboardData.clearData();var Aa=ss.text.join(`
`);if(mi.clipboardData.setData("Text",Aa),mi.clipboardData.getData("Text")==Aa){mi.preventDefault();return}}var No=Js(),Cs=No.firstChild;xs(Cs),Er.display.lineSpace.insertBefore(No,Er.display.lineSpace.firstChild),Cs.value=ss.text.join(`
`);var Ns=kt(xr(Cr));gr(Cs),setTimeout(function(){Er.display.lineSpace.removeChild(No),Ns.focus(),Ns==Cr&&vr.showPrimarySelection()},50)}}zn(Cr,"copy",Rn),zn(Cr,"cut",Rn)},yu.prototype.screenReaderLabelChanged=function(rr){rr?this.div.setAttribute("aria-label",rr):this.div.removeAttribute("aria-label")},yu.prototype.prepareSelection=function(){var rr=im(this.cm,!1);return rr.focus=kt(xr(this.div))==this.div,rr},yu.prototype.showSelection=function(rr,fr){!rr||!this.cm.display.view.length||((rr.focus||fr)&&this.showPrimarySelection(),this.showMultipleSelections(rr))},yu.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},yu.prototype.showPrimarySelection=function(){var rr=this.getSelection(),fr=this.cm,vr=fr.doc.sel.primary(),Er=vr.from(),Cr=vr.to();if(fr.display.viewTo==fr.display.viewFrom||Er.line>=fr.display.viewTo||Cr.line<fr.display.viewFrom){rr.removeAllRanges();return}var Yr=bc(fr,rr.anchorNode,rr.anchorOffset),Rn=bc(fr,rr.focusNode,rr.focusOffset);if(!(Yr&&!Yr.bad&&Rn&&!Rn.bad&&cc(Tf(Yr,Rn),Er)==0&&cc(Nd(Yr,Rn),Cr)==0)){var mi=fr.display.view,Ui=Er.line>=fr.display.viewFrom&&vc(fr,Er)||{node:mi[0].measure.map[2],offset:0},Aa=Cr.line<fr.display.viewTo&&vc(fr,Cr);if(!Aa){var No=mi[mi.length-1].measure,Cs=No.maps?No.maps[No.maps.length-1]:No.map;Aa={node:Cs[Cs.length-1],offset:Cs[Cs.length-2]-Cs[Cs.length-3]}}if(!Ui||!Aa){rr.removeAllRanges();return}var Ns=rr.rangeCount&&rr.getRangeAt(0),Bs;try{Bs=ar(Ui.node,Ui.offset,Aa.offset,Aa.node)}catch{}Bs&&(!$&&fr.state.focused?(rr.collapse(Ui.node,Ui.offset),Bs.collapsed||(rr.removeAllRanges(),rr.addRange(Bs))):(rr.removeAllRanges(),rr.addRange(Bs)),Ns&&rr.anchorNode==null?rr.addRange(Ns):$&&this.startGracePeriod()),this.rememberSelection()}},yu.prototype.startGracePeriod=function(){var rr=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){rr.gracePeriod=!1,rr.selectionChanged()&&rr.cm.operation(function(){return rr.cm.curOp.selectionChanged=!0})},20)},yu.prototype.showMultipleSelections=function(rr){Ce(this.cm.display.cursorDiv,rr.cursors),Ce(this.cm.display.selectionDiv,rr.selection)},yu.prototype.rememberSelection=function(){var rr=this.getSelection();this.lastAnchorNode=rr.anchorNode,this.lastAnchorOffset=rr.anchorOffset,this.lastFocusNode=rr.focusNode,this.lastFocusOffset=rr.focusOffset},yu.prototype.selectionInEditor=function(){var rr=this.getSelection();if(!rr.rangeCount)return!1;var fr=rr.getRangeAt(0).commonAncestorContainer;return ur(this.div,fr)},yu.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||kt(xr(this.div))!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},yu.prototype.blur=function(){this.div.blur()},yu.prototype.getField=function(){return this.div},yu.prototype.supportsTouch=function(){return!0},yu.prototype.receivedFocus=function(){var rr=this,fr=this;this.selectionInEditor()?setTimeout(function(){return rr.pollSelection()},20):Ic(this.cm,function(){return fr.cm.curOp.selectionChanged=!0});function vr(){fr.cm.state.focused&&(fr.pollSelection(),fr.polling.set(fr.cm.options.pollInterval,vr))}this.polling.set(this.cm.options.pollInterval,vr)},yu.prototype.selectionChanged=function(){var rr=this.getSelection();return rr.anchorNode!=this.lastAnchorNode||rr.anchorOffset!=this.lastAnchorOffset||rr.focusNode!=this.lastFocusNode||rr.focusOffset!=this.lastFocusOffset},yu.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var rr=this.getSelection(),fr=this.cm;if(Fe&&ue&&this.cm.display.gutterSpecs.length&&hd(rr.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var vr=bc(fr,rr.anchorNode,rr.anchorOffset),Er=bc(fr,rr.focusNode,rr.focusOffset);vr&&Er&&Ic(fr,function(){_s(fr.doc,$f(vr,Er),Ir),(vr.bad||Er.bad)&&(fr.curOp.selectionChanged=!0)})}}},yu.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var rr=this.cm,fr=rr.display,vr=rr.doc.sel.primary(),Er=vr.from(),Cr=vr.to();if(Er.ch==0&&Er.line>rr.firstLine()&&(Er=Vl(Er.line-1,Bl(rr.doc,Er.line-1).length)),Cr.ch==Bl(rr.doc,Cr.line).text.length&&Cr.line<rr.lastLine()&&(Cr=Vl(Cr.line+1,0)),Er.line<fr.viewFrom||Cr.line>fr.viewTo-1)return!1;var Yr,Rn,mi;Er.line==fr.viewFrom||(Yr=nm(rr,Er.line))==0?(Rn=Fn(fr.view[0].line),mi=fr.view[0].node):(Rn=Fn(fr.view[Yr].line),mi=fr.view[Yr-1].node.nextSibling);var Ui=nm(rr,Cr.line),Aa,No;if(Ui==fr.view.length-1?(Aa=fr.viewTo-1,No=fr.lineDiv.lastChild):(Aa=Fn(fr.view[Ui+1].line)-1,No=fr.view[Ui+1].node.previousSibling),!mi)return!1;for(var Cs=rr.doc.splitLines(Cc(rr,mi,No,Rn,Aa)),Ns=Vu(rr.doc,Vl(Rn,0),Vl(Aa,Bl(rr.doc,Aa).text.length));Cs.length>1&&Ns.length>1;)if(vn(Cs)==vn(Ns))Cs.pop(),Ns.pop(),Aa--;else if(Cs[0]==Ns[0])Cs.shift(),Ns.shift(),Rn++;else break;for(var Bs=0,pl=0,Eu=Cs[0],kl=Ns[0],Cu=Math.min(Eu.length,kl.length);Bs<Cu&&Eu.charCodeAt(Bs)==kl.charCodeAt(Bs);)++Bs;for(var Ru=vn(Cs),Ds=vn(Ns),xc=Math.min(Ru.length-(Cs.length==1?Bs:0),Ds.length-(Ns.length==1?Bs:0));pl<xc&&Ru.charCodeAt(Ru.length-pl-1)==Ds.charCodeAt(Ds.length-pl-1);)++pl;if(Cs.length==1&&Ns.length==1&&Rn==Er.line)for(;Bs&&Bs>Er.ch&&Ru.charCodeAt(Ru.length-pl-1)==Ds.charCodeAt(Ds.length-pl-1);)Bs--,pl++;Cs[Cs.length-1]=Ru.slice(0,Ru.length-pl).replace(/^\u200b+/,""),Cs[0]=Cs[0].slice(Bs).replace(/\u200b+$/,"");var Rc=Vl(Rn,Bs),lc=Vl(Aa,Ns.length?vn(Ns).length-pl:0);if(Cs.length>1||Cs[0]||cc(Rc,lc))return Au(rr.doc,Cs,Rc,lc,"+input"),!0},yu.prototype.ensurePolled=function(){this.forceCompositionEnd()},yu.prototype.reset=function(){this.forceCompositionEnd()},yu.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},yu.prototype.readFromDOMSoon=function(){var rr=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if(rr.readDOMTimeout=null,rr.composing)if(rr.composing.done)rr.composing=null;else return;rr.updateFromDOM()},80))},yu.prototype.updateFromDOM=function(){var rr=this;(this.cm.isReadOnly()||!this.pollContent())&&Ic(this.cm,function(){return jf(rr.cm)})},yu.prototype.setUneditable=function(rr){rr.contentEditable="false"},yu.prototype.onKeyPress=function(rr){rr.charCode==0||this.composing||(rr.preventDefault(),this.cm.isReadOnly()||ju(this.cm,jl)(this.cm,String.fromCharCode(rr.charCode==null?rr.keyCode:rr.charCode),0))},yu.prototype.readOnlyChanged=function(rr){this.div.contentEditable=String(rr!="nocursor")},yu.prototype.onContextMenu=function(){},yu.prototype.resetPosition=function(){},yu.prototype.needsContentAttribute=!0;function vc(rr,fr){var vr=Cm(rr,fr.line);if(!vr||vr.hidden)return null;var Er=Bl(rr.doc,fr.line),Cr=zm(vr,Er,fr.line),Yr=ca(Er,rr.doc.direction),Rn="left";if(Yr){var mi=Sa(Yr,fr.ch);Rn=mi%2?"right":"left"}var Ui=Wm(Cr.map,fr.ch,Rn);return Ui.offset=Ui.collapse=="right"?Ui.end:Ui.start,Ui}function hd(rr){for(var fr=rr;fr;fr=fr.parentNode)if(/CodeMirror-gutter-wrapper/.test(fr.className))return!0;return!1}function Yc(rr,fr){return fr&&(rr.bad=!0),rr}function Cc(rr,fr,vr,Er,Cr){var Yr="",Rn=!1,mi=rr.doc.lineSeparator(),Ui=!1;function Aa(Bs){return function(pl){return pl.id==Bs}}function No(){Rn&&(Yr+=mi,Ui&&(Yr+=mi),Rn=Ui=!1)}function Cs(Bs){Bs&&(No(),Yr+=Bs)}function Ns(Bs){if(Bs.nodeType==1){var pl=Bs.getAttribute("cm-text");if(pl){Cs(pl);return}var Eu=Bs.getAttribute("cm-marker"),kl;if(Eu){var Cu=rr.findMarks(Vl(Er,0),Vl(Cr+1,0),Aa(+Eu));Cu.length&&(kl=Cu[0].find(0))&&Cs(Vu(rr.doc,kl.from,kl.to).join(mi));return}if(Bs.getAttribute("contenteditable")=="false")return;var Ru=/^(pre|div|p|li|table|br)$/i.test(Bs.nodeName);if(!/^br$/i.test(Bs.nodeName)&&Bs.textContent.length==0)return;Ru&&No();for(var Ds=0;Ds<Bs.childNodes.length;Ds++)Ns(Bs.childNodes[Ds]);/^(pre|p)$/i.test(Bs.nodeName)&&(Ui=!0),Ru&&(Rn=!0)}else Bs.nodeType==3&&Cs(Bs.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;Ns(fr),fr!=vr;)fr=fr.nextSibling,Ui=!1;return Yr}function bc(rr,fr,vr){var Er;if(fr==rr.display.lineDiv){if(Er=rr.display.lineDiv.childNodes[vr],!Er)return Yc(rr.clipPos(Vl(rr.display.viewTo-1)),!0);fr=null,vr=0}else for(Er=fr;;Er=Er.parentNode){if(!Er||Er==rr.display.lineDiv)return null;if(Er.parentNode&&Er.parentNode==rr.display.lineDiv)break}for(var Cr=0;Cr<rr.display.view.length;Cr++){var Yr=rr.display.view[Cr];if(Yr.node==Er)return Ml(Yr,fr,vr)}}function Ml(rr,fr,vr){var Er=rr.text.firstChild,Cr=!1;if(!fr||!ur(Er,fr))return Yc(Vl(Fn(rr.line),0),!0);if(fr==Er&&(Cr=!0,fr=Er.childNodes[vr],vr=0,!fr)){var Yr=rr.rest?vn(rr.rest):rr.line;return Yc(Vl(Fn(Yr),Yr.text.length),Cr)}var Rn=fr.nodeType==3?fr:null,mi=fr;for(!Rn&&fr.childNodes.length==1&&fr.firstChild.nodeType==3&&(Rn=fr.firstChild,vr&&(vr=Rn.nodeValue.length));mi.parentNode!=Er;)mi=mi.parentNode;var Ui=rr.measure,Aa=Ui.maps;function No(kl,Cu,Ru){for(var Ds=-1;Ds<(Aa?Aa.length:0);Ds++)for(var xc=Ds<0?Ui.map:Aa[Ds],Rc=0;Rc<xc.length;Rc+=3){var lc=xc[Rc+2];if(lc==kl||lc==Cu){var wc=Fn(Ds<0?rr.line:rr.rest[Ds]),Jc=xc[Rc]+Ru;return(Ru<0||lc!=kl)&&(Jc=xc[Rc+(Ru?1:0)]),Vl(wc,Jc)}}}var Cs=No(Rn,mi,vr);if(Cs)return Yc(Cs,Cr);for(var Ns=mi.nextSibling,Bs=Rn?Rn.nodeValue.length-vr:0;Ns;Ns=Ns.nextSibling){if(Cs=No(Ns,Ns.firstChild,0),Cs)return Yc(Vl(Cs.line,Cs.ch-Bs),Cr);Bs+=Ns.textContent.length}for(var pl=mi.previousSibling,Eu=vr;pl;pl=pl.previousSibling){if(Cs=No(pl,pl.firstChild,-1),Cs)return Yc(Vl(Cs.line,Cs.ch+Eu),Cr);Eu+=pl.textContent.length}}var ds=function(rr){this.cm=rr,this.prevInput="",this.pollingFast=!1,this.polling=new Fr,this.hasSelection=!1,this.composing=null,this.resetting=!1};ds.prototype.init=function(rr){var fr=this,vr=this,Er=this.cm;this.createField(rr);var Cr=this.textarea;rr.wrapper.insertBefore(this.wrapper,rr.wrapper.firstChild),Ve&&(Cr.style.width="0px"),zn(Cr,"input",function(){V&&z>=9&&fr.hasSelection&&(fr.hasSelection=null),vr.poll()}),zn(Cr,"paste",function(Rn){eo(Er,Rn)||Dl(Rn,Er)||(Er.state.pasteIncoming=+new Date,vr.fastPoll())});function Yr(Rn){if(!eo(Er,Rn)){if(Er.somethingSelected())Ps({lineWise:!1,text:Er.getSelections()});else if(Er.options.lineWiseCopyCut){var mi=Fs(Er);Ps({lineWise:!0,text:mi.text}),Rn.type=="cut"?Er.setSelections(mi.ranges,null,Ir):(vr.prevInput="",Cr.value=mi.text.join(`
`),gr(Cr))}else return;Rn.type=="cut"&&(Er.state.cutIncoming=+new Date)}}zn(Cr,"cut",Yr),zn(Cr,"copy",Yr),zn(rr.scroller,"paste",function(Rn){if(!(ip(rr,Rn)||eo(Er,Rn))){if(!Cr.dispatchEvent){Er.state.pasteIncoming=+new Date,vr.focus();return}var mi=new Event("paste");mi.clipboardData=Rn.clipboardData,Cr.dispatchEvent(mi)}}),zn(rr.lineSpace,"selectstart",function(Rn){ip(rr,Rn)||Ts(Rn)}),zn(Cr,"compositionstart",function(){var Rn=Er.getCursor("from");vr.composing&&vr.composing.range.clear(),vr.composing={start:Rn,range:Er.markText(Rn,Er.getCursor("to"),{className:"CodeMirror-composing"})}}),zn(Cr,"compositionend",function(){vr.composing&&(vr.poll(),vr.composing.range.clear(),vr.composing=null)})},ds.prototype.createField=function(rr){this.wrapper=Js(),this.textarea=this.wrapper.firstChild;var fr=this.cm.options;xs(this.textarea,fr.spellcheck,fr.autocorrect,fr.autocapitalize)},ds.prototype.screenReaderLabelChanged=function(rr){rr?this.textarea.setAttribute("aria-label",rr):this.textarea.removeAttribute("aria-label")},ds.prototype.prepareSelection=function(){var rr=this.cm,fr=rr.display,vr=rr.doc,Er=im(rr);if(rr.options.moveInputWithCursor){var Cr=vu(rr,vr.sel.primary().head,"div"),Yr=fr.wrapper.getBoundingClientRect(),Rn=fr.lineDiv.getBoundingClientRect();Er.teTop=Math.max(0,Math.min(fr.wrapper.clientHeight-10,Cr.top+Rn.top-Yr.top)),Er.teLeft=Math.max(0,Math.min(fr.wrapper.clientWidth-10,Cr.left+Rn.left-Yr.left))}return Er},ds.prototype.showSelection=function(rr){var fr=this.cm,vr=fr.display;Ce(vr.cursorDiv,rr.cursors),Ce(vr.selectionDiv,rr.selection),rr.teTop!=null&&(this.wrapper.style.top=rr.teTop+"px",this.wrapper.style.left=rr.teLeft+"px")},ds.prototype.reset=function(rr){if(!(this.contextMenuPending||this.composing&&rr)){var fr=this.cm;if(this.resetting=!0,fr.somethingSelected()){this.prevInput="";var vr=fr.getSelection();this.textarea.value=vr,fr.state.focused&&gr(this.textarea),V&&z>=9&&(this.hasSelection=vr)}else rr||(this.prevInput=this.textarea.value="",V&&z>=9&&(this.hasSelection=null));this.resetting=!1}},ds.prototype.getField=function(){return this.textarea},ds.prototype.supportsTouch=function(){return!1},ds.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!qe||kt(xr(this.textarea))!=this.textarea))try{this.textarea.focus()}catch{}},ds.prototype.blur=function(){this.textarea.blur()},ds.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},ds.prototype.receivedFocus=function(){this.slowPoll()},ds.prototype.slowPoll=function(){var rr=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){rr.poll(),rr.cm.state.focused&&rr.slowPoll()})},ds.prototype.fastPoll=function(){var rr=!1,fr=this;fr.pollingFast=!0;function vr(){var Er=fr.poll();!Er&&!rr?(rr=!0,fr.polling.set(60,vr)):(fr.pollingFast=!1,fr.slowPoll())}fr.polling.set(20,vr)},ds.prototype.poll=function(){var rr=this,fr=this.cm,vr=this.textarea,Er=this.prevInput;if(this.contextMenuPending||this.resetting||!fr.state.focused||ui(vr)&&!Er&&!this.composing||fr.isReadOnly()||fr.options.disableInput||fr.state.keySeq)return!1;var Cr=vr.value;if(Cr==Er&&!fr.somethingSelected())return!1;if(V&&z>=9&&this.hasSelection===Cr||er&&/[\uf700-\uf7ff]/.test(Cr))return fr.display.input.reset(),!1;if(fr.doc.sel==fr.display.selForContextMenu){var Yr=Cr.charCodeAt(0);if(Yr==8203&&!Er&&(Er=""),Yr==8666)return this.reset(),this.cm.execCommand("undo")}for(var Rn=0,mi=Math.min(Er.length,Cr.length);Rn<mi&&Er.charCodeAt(Rn)==Cr.charCodeAt(Rn);)++Rn;return Ic(fr,function(){jl(fr,Cr.slice(Rn),Er.length-Rn,null,rr.composing?"*compose":null),Cr.length>1e3||Cr.indexOf(`
`)>-1?vr.value=rr.prevInput="":rr.prevInput=Cr,rr.composing&&(rr.composing.range.clear(),rr.composing.range=fr.markText(rr.composing.start,fr.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},ds.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},ds.prototype.onKeyPress=function(){V&&z>=9&&(this.hasSelection=null),this.fastPoll()},ds.prototype.onContextMenu=function(rr){var fr=this,vr=fr.cm,Er=vr.display,Cr=fr.textarea;fr.contextMenuPending&&fr.contextMenuPending();var Yr=Zf(vr,rr),Rn=Er.scroller.scrollTop;if(!Yr||_e)return;var mi=vr.options.resetSelectionOnContextMenu;mi&&vr.doc.sel.contains(Yr)==-1&&ju(vr,_s)(vr.doc,$f(Yr),Ir);var Ui=Cr.style.cssText,Aa=fr.wrapper.style.cssText,No=fr.wrapper.offsetParent.getBoundingClientRect();fr.wrapper.style.cssText="position: static",Cr.style.cssText=`position: absolute; width: 30px; height: 30px;
top: `+(rr.clientY-No.top-5)+"px; left: "+(rr.clientX-No.left-5)+`px;
z-index: 1000; background: `+(V?"rgba(255, 255, 255, .05)":"transparent")+`;
outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var Cs;re&&(Cs=Cr.ownerDocument.defaultView.scrollY),Er.input.focus(),re&&Cr.ownerDocument.defaultView.scrollTo(null,Cs),Er.input.reset(),vr.somethingSelected()||(Cr.value=fr.prevInput=" "),fr.contextMenuPending=Bs,Er.selForContextMenu=vr.doc.sel,clearTimeout(Er.detectingSelectAll);function Ns(){if(Cr.selectionStart!=null){var Eu=vr.somethingSelected(),kl=""+(Eu?Cr.value:"");Cr.value="⇚",Cr.value=kl,fr.prevInput=Eu?"":"",Cr.selectionStart=1,Cr.selectionEnd=kl.length,Er.selForContextMenu=vr.doc.sel}}function Bs(){if(fr.contextMenuPending==Bs&&(fr.contextMenuPending=!1,fr.wrapper.style.cssText=Aa,Cr.style.cssText=Ui,V&&z<9&&Er.scrollbars.setScrollTop(Er.scroller.scrollTop=Rn),Cr.selectionStart!=null)){(!V||V&&z<9)&&Ns();var Eu=0,kl=function(){Er.selForContextMenu==vr.doc.sel&&Cr.selectionStart==0&&Cr.selectionEnd>0&&fr.prevInput==""?ju(vr,Vc)(vr):Eu++<10?Er.detectingSelectAll=setTimeout(kl,500):(Er.selForContextMenu=null,Er.input.reset())};Er.detectingSelectAll=setTimeout(kl,200)}}if(V&&z>=9&&Ns(),lr){uc(rr);var pl=function(){Ra(window,"mouseup",pl),setTimeout(Bs,20)};zn(window,"mouseup",pl)}else setTimeout(Bs,50)},ds.prototype.readOnlyChanged=function(rr){rr||this.reset(),this.textarea.disabled=rr=="nocursor",this.textarea.readOnly=!!rr},ds.prototype.setUneditable=function(){},ds.prototype.needsContentAttribute=!1;function Hl(rr,fr){if(fr=fr?Sr(fr):{},fr.value=rr.value,!fr.tabindex&&rr.tabIndex&&(fr.tabindex=rr.tabIndex),!fr.placeholder&&rr.placeholder&&(fr.placeholder=rr.placeholder),fr.autofocus==null){var vr=kt(xr(rr));fr.autofocus=vr==rr||rr.getAttribute("autofocus")!=null&&vr==document.body}function Er(){rr.value=mi.getValue()}var Cr;if(rr.form&&(zn(rr.form,"submit",Er),!fr.leaveSubmitMethodAlone)){var Yr=rr.form;Cr=Yr.submit;try{var Rn=Yr.submit=function(){Er(),Yr.submit=Cr,Yr.submit(),Yr.submit=Rn}}catch{}}fr.finishInit=function(Ui){Ui.save=Er,Ui.getTextArea=function(){return rr},Ui.toTextArea=function(){Ui.toTextArea=isNaN,Er(),rr.parentNode.removeChild(Ui.getWrapperElement()),rr.style.display="",rr.form&&(Ra(rr.form,"submit",Er),!fr.leaveSubmitMethodAlone&&typeof rr.form.submit=="function"&&(rr.form.submit=Cr))}},rr.style.display="none";var mi=Ms(function(Ui){return rr.parentNode.insertBefore(Ui,rr.nextSibling)},fr);return mi}function Us(rr){rr.off=Ra,rr.on=zn,rr.wheelEventPixels=yf,rr.Doc=sf,rr.splitLines=Hr,rr.countColumn=Ar,rr.findColumn=Lr,rr.isWordChar=To,rr.Pass=Dr,rr.signal=_o,rr.Line=Mi,rr.changeEnd=Kp,rr.scrollbarModel=Bu,rr.Pos=Vl,rr.cmpPos=cc,rr.modes=Ki,rr.mimeModes=Ea,rr.resolveMode=Eo,rr.getMode=Vo,rr.modeExtensions=vs,rr.extendMode=kn,rr.copyState=qo,rr.startState=Mo,rr.innerMode=Zl,rr.commands=di,rr.keyMap=vm,rr.keyName=d0,rr.isModifierKey=_0,rr.lookupKey=pp,rr.normalizeKeyMap=Rh,rr.StringStream=_u,rr.SharedTextMarker=hc,rr.TextMarker=fu,rr.LineWidget=Xc,rr.e_preventDefault=Ts,rr.e_stopPropagation=js,rr.e_stop=uc,rr.addClass=he,rr.contains=ur,rr.rmClass=ie,rr.keyNames=tp}Ws(Ms),ol(Ms);var $l="iter insert remove copy getEditor constructor".split(" ");for(var fc in sf.prototype)sf.prototype.hasOwnProperty(fc)&&Gr($l,fc)<0&&(Ms.prototype[fc]=function(rr){return function(){return rr.apply(this.doc,arguments)}}(sf.prototype[fc]));return Hs(sf),Ms.inputStyles={textarea:ds,contenteditable:yu},Ms.defineMode=function(rr){!Ms.defaults.mode&&rr!="null"&&(Ms.defaults.mode=rr),aa.apply(this,arguments)},Ms.defineMIME=Qo,Ms.defineMode("null",function(){return{token:function(rr){return rr.skipToEnd()}}}),Ms.defineMIME("text/plain","null"),Ms.defineExtension=function(rr,fr){Ms.prototype[rr]=fr},Ms.defineDocExtension=function(rr,fr){sf.prototype[rr]=fr},Ms.fromTextArea=Hl,Us(Ms),Ms.version="5.65.17",Ms})}(codemirror)),codemirror.exports}var codemirrorExports=requireCodemirror();const CodeMirror=getDefaultExportFromCjs(codemirrorExports);function tryOnScopeDispose$1(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function toValue$2(e){return typeof e=="function"?e():unref(e)}const isClient$1=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const toString$4=Object.prototype.toString,isObject$4=e=>toString$4.call(e)==="[object Object]",noop$6=()=>{};function createFilterWrapper$1(e,t){function y(...n){return new Promise(($,k)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then($).catch(k)})}return y}const bypassFilter=e=>e();function pausableFilter(e=bypassFilter){const t=ref$1(!0);function y(){t.value=!1}function n(){t.value=!0}const $=(...k)=>{t.value&&e(...k)};return{isActive:readonly(t),pause:y,resume:n,eventFilter:$}}function getLifeCycleTarget(e){return getCurrentInstance()}function toRef(...e){if(e.length!==1)return toRef$1(...e);const t=e[0];return typeof t=="function"?readonly(customRef(()=>({get:t,set:noop$6}))):ref$1(t)}function watchWithFilter(e,t,y={}){const{eventFilter:n=bypassFilter,...$}=y;return watch(e,createFilterWrapper$1(n,t),$)}function watchPausable(e,t,y={}){const{eventFilter:n,...$}=y,{eventFilter:k,pause:L,resume:j,isActive:V}=pausableFilter(n);return{stop:watchWithFilter(e,t,{...$,eventFilter:k}),pause:L,resume:j,isActive:V}}function tryOnMounted$1(e,t=!0,y){getLifeCycleTarget()?onMounted(e,y):t?e():nextTick$3(e)}function useToggle(e=!1,t={}){const{truthyValue:y=!0,falsyValue:n=!1}=t,$=isRef(e),k=ref$1(e);function L(j){if(arguments.length)return k.value=j,k.value;{const V=toValue$2(y);return k.value=k.value===V?toValue$2(n):V,k.value}}return $?L:[k,L]}function unrefElement$1(e){var t;const y=toValue$2(e);return(t=y==null?void 0:y.$el)!=null?t:y}const defaultWindow$1=isClient$1?window:void 0;function useEventListener$1(...e){let t,y,n,$;if(typeof e[0]=="string"||Array.isArray(e[0])?([y,n,$]=e,t=defaultWindow$1):[t,y,n,$]=e,!t)return noop$6;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const k=[],L=()=>{k.forEach(re=>re()),k.length=0},j=(re,oe,ue,de)=>(re.addEventListener(oe,ue,de),()=>re.removeEventListener(oe,ue,de)),V=watch(()=>[unrefElement$1(t),toValue$2($)],([re,oe])=>{if(L(),!re)return;const ue=isObject$4(oe)?{...oe}:oe;k.push(...y.flatMap(de=>n.map(_e=>j(re,de,_e,ue))))},{immediate:!0,flush:"post"}),z=()=>{V(),L()};return tryOnScopeDispose$1(z),z}function useMounted(){const e=ref$1(!1),t=getCurrentInstance();return t&&onMounted(()=>{e.value=!0},t),e}function useSupported$1(e){const t=useMounted();return computed(()=>(t.value,!!e()))}function useMediaQuery(e,t={}){const{window:y=defaultWindow$1}=t,n=useSupported$1(()=>y&&"matchMedia"in y&&typeof y.matchMedia=="function");let $;const k=ref$1(!1),L=z=>{k.value=z.matches},j=()=>{$&&("removeEventListener"in $?$.removeEventListener("change",L):$.removeListener(L))},V=watchEffect(()=>{n.value&&(j(),$=y.matchMedia(toValue$2(e)),"addEventListener"in $?$.addEventListener("change",L):$.addListener(L),k.value=$.matches)});return tryOnScopeDispose$1(()=>{V(),j(),$=void 0}),k}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(e,t){return handlers[e]||t}function guessSerializerType(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const StorageSerializers={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},customStorageEventName="vueuse-storage";function useStorage(e,t,y,n={}){var $;const{flush:k="pre",deep:L=!0,listenToStorageChanges:j=!0,writeDefaults:V=!0,mergeDefaults:z=!1,shallow:re,window:oe=defaultWindow$1,eventFilter:ue,onError:de=lr=>{console.error(lr)},initOnMounted:_e}=n,Ne=(re?shallowRef:ref$1)(typeof t=="function"?t():t);if(!y)try{y=getSSRHandler("getDefaultStorage",()=>{var lr;return(lr=defaultWindow$1)==null?void 0:lr.localStorage})()}catch(lr){de(lr)}if(!y)return Ne;const Ue=toValue$2(t),$e=guessSerializerType(Ue),Ve=($=n.serializer)!=null?$:StorageSerializers[$e],{pause:Fe,resume:qe}=watchPausable(Ne,()=>ir(Ne.value),{flush:k,deep:L,eventFilter:ue});oe&&j&&tryOnMounted$1(()=>{useEventListener$1(oe,"storage",cr),useEventListener$1(oe,customStorageEventName,nr),_e&&cr()}),_e||cr();function er(lr,Et){oe&&oe.dispatchEvent(new CustomEvent(customStorageEventName,{detail:{key:e,oldValue:lr,newValue:Et,storageArea:y}}))}function ir(lr){try{const Et=y.getItem(e);if(lr==null)er(Et,null),y.removeItem(e);else{const ie=Ve.write(lr);Et!==ie&&(y.setItem(e,ie),er(Et,ie))}}catch(Et){de(Et)}}function dr(lr){const Et=lr?lr.newValue:y.getItem(e);if(Et==null)return V&&Ue!=null&&y.setItem(e,Ve.write(Ue)),Ue;if(!lr&&z){const ie=Ve.read(Et);return typeof z=="function"?z(ie,Ue):$e==="object"&&!Array.isArray(ie)?{...Ue,...ie}:ie}else return typeof Et!="string"?Et:Ve.read(Et)}function cr(lr){if(!(lr&&lr.storageArea!==y)){if(lr&&lr.key==null){Ne.value=Ue;return}if(!(lr&&lr.key!==e)){Fe();try{(lr==null?void 0:lr.newValue)!==Ve.write(Ne.value)&&(Ne.value=dr(lr))}catch(Et){de(Et)}finally{lr?nextTick$3(qe):qe()}}}}function nr(lr){cr(lr.detail)}return Ne}function usePreferredDark(e){return useMediaQuery("(prefers-color-scheme: dark)",e)}function useColorMode(e={}){const{selector:t="html",attribute:y="class",initialValue:n="auto",window:$=defaultWindow$1,storage:k,storageKey:L="vueuse-color-scheme",listenToStorageChanges:j=!0,storageRef:V,emitAuto:z,disableTransition:re=!0}=e,oe={auto:"",light:"light",dark:"dark",...e.modes||{}},ue=usePreferredDark({window:$}),de=computed(()=>ue.value?"dark":"light"),_e=V||(L==null?toRef(n):useStorage(L,n,k,{window:$,listenToStorageChanges:j})),Ne=computed(()=>_e.value==="auto"?de.value:_e.value),Ue=getSSRHandler("updateHTMLAttrs",(qe,er,ir)=>{const dr=typeof qe=="string"?$==null?void 0:$.document.querySelector(qe):unrefElement$1(qe);if(!dr)return;let cr;if(re&&(cr=$.document.createElement("style"),cr.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),$.document.head.appendChild(cr)),er==="class"){const nr=ir.split(/\s/g);Object.values(oe).flatMap(lr=>(lr||"").split(/\s/g)).filter(Boolean).forEach(lr=>{nr.includes(lr)?dr.classList.add(lr):dr.classList.remove(lr)})}else dr.setAttribute(er,ir);re&&($.getComputedStyle(cr).opacity,document.head.removeChild(cr))});function $e(qe){var er;Ue(t,y,(er=oe[qe])!=null?er:qe)}function Ve(qe){e.onChanged?e.onChanged(qe,$e):$e(qe)}watch(Ne,Ve,{flush:"post",immediate:!0}),tryOnMounted$1(()=>Ve(Ne.value));const Fe=computed({get(){return z?_e.value:Ne.value},set(qe){_e.value=qe}});try{return Object.assign(Fe,{store:_e,system:de,state:Ne})}catch{return Fe}}function useDark(e={}){const{valueDark:t="dark",valueLight:y="",window:n=defaultWindow$1}=e,$=useColorMode({...e,onChanged:(j,V)=>{var z;e.onChanged?(z=e.onChanged)==null||z.call(e,j==="dark",V,j):V(j)},modes:{dark:t,light:y}}),k=computed(()=>$.system?$.system.value:usePreferredDark({window:n}).value?"dark":"light");return computed({get(){return $.value==="dark"},set(j){const V=j?"dark":"light";k.value===V?$.value="auto":$.value=V}})}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=e=>getComputedStyle(e).position==="fixed"?!1:e.offsetParent!==null,obtainAllFocusableElements$1=e=>Array.from(e.querySelectorAll(FOCUSABLE_ELEMENT_SELECTORS)).filter(t=>isFocusable(t)&&isVisible(t)),isFocusable=e=>{if(e.tabIndex>0||e.tabIndex===0&&e.getAttribute("tabIndex")!==null)return!0;if(e.disabled)return!1;switch(e.nodeName){case"A":return!!e.href&&e.rel!=="ignore";case"INPUT":return!(e.type==="hidden"||e.type==="file");case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},triggerEvent=function(e,t,...y){let n;t.includes("mouse")||t.includes("click")?n="MouseEvents":t.includes("key")?n="KeyboardEvent":n="HTMLEvents";const $=document.createEvent(n);return $.initEvent(t,...y),e.dispatchEvent($),e},isLeaf=e=>!e.getAttribute("aria-owns"),getSibling=(e,t,y)=>{const{parentNode:n}=e;if(!n)return null;const $=n.querySelectorAll(y),k=Array.prototype.indexOf.call($,e);return $[k+t]||null},focusNode=e=>{e&&(e.focus(),!isLeaf(e)&&e.click())},composeEventHandlers=(e,t,{checkForDefaultPrevented:y=!0}={})=>$=>{const k=e==null?void 0:e($);if(y===!1||!k)return t==null?void 0:t($)},whenMouse=e=>t=>t.pointerType==="mouse"?e(t):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=(e,t,y)=>t in e?__defProp$9(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y,__spreadValues$9=(e,t)=>{for(var y in t||(t={}))__hasOwnProp$b.call(t,y)&&__defNormalProp$9(e,y,t[y]);if(__getOwnPropSymbols$b)for(var y of __getOwnPropSymbols$b(t))__propIsEnum$b.call(t,y)&&__defNormalProp$9(e,y,t[y]);return e},__spreadProps$6=(e,t)=>__defProps$6(e,__getOwnPropDescs$6(t));function computedEager(e,t){var y;const n=shallowRef();return watchEffect(()=>{n.value=e()},__spreadProps$6(__spreadValues$9({},t),{flush:(y=void 0)!=null?y:"sync"})),readonly(n)}var _a$2;const isClient=typeof window<"u",isDef=e=>typeof e<"u",isFunction$4=e=>typeof e=="function",isString$3=e=>typeof e=="string",noop$5=()=>{},isIOS$1=isClient&&((_a$2=window==null?void 0:window.navigator)==null?void 0:_a$2.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function resolveUnref(e){return typeof e=="function"?e():unref(e)}function createFilterWrapper(e,t){function y(...n){return new Promise(($,k)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then($).catch(k)})}return y}function debounceFilter(e,t={}){let y,n,$=noop$5;const k=j=>{clearTimeout(j),$(),$=noop$5};return j=>{const V=resolveUnref(e),z=resolveUnref(t.maxWait);return y&&k(y),V<=0||z!==void 0&&z<=0?(n&&(k(n),n=null),Promise.resolve(j())):new Promise((re,oe)=>{$=t.rejectOnCancel?oe:re,z&&!n&&(n=setTimeout(()=>{y&&k(y),n=null,re(j())},z)),y=setTimeout(()=>{n&&k(n),n=null,re(j())},V)})}}function throttleFilter(e,t=!0,y=!0,n=!1){let $=0,k,L=!0,j=noop$5,V;const z=()=>{k&&(clearTimeout(k),k=void 0,j(),j=noop$5)};return oe=>{const ue=resolveUnref(e),de=Date.now()-$,_e=()=>V=oe();return z(),ue<=0?($=Date.now(),_e()):(de>ue&&(y||!L)?($=Date.now(),_e()):t&&(V=new Promise((Ne,Ue)=>{j=n?Ue:Ne,k=setTimeout(()=>{$=Date.now(),L=!0,Ne(_e()),z()},Math.max(0,ue-de))})),!y&&!k&&(k=setTimeout(()=>L=!0,ue)),L=!1,V)}}function identity$1(e){return e}function computedWithControl(e,t){let y,n,$;const k=ref$1(!0),L=()=>{k.value=!0,$()};watch(e,L,{flush:"sync"});const j=isFunction$4(t)?t:t.get,V=isFunction$4(t)?void 0:t.set,z=customRef((re,oe)=>(n=re,$=oe,{get(){return k.value&&(y=j(),k.value=!1),n(),y},set(ue){V==null||V(ue)}}));return Object.isExtensible(z)&&(z.trigger=L),z}function tryOnScopeDispose(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function useDebounceFn(e,t=200,y={}){return createFilterWrapper(debounceFilter(t,y),e)}function refDebounced(e,t=200,y={}){const n=ref$1(e.value),$=useDebounceFn(()=>{n.value=e.value},t,y);return watch(e,()=>$()),n}function useThrottleFn(e,t=200,y=!1,n=!0,$=!1){return createFilterWrapper(throttleFilter(t,y,n,$),e)}function tryOnMounted(e,t=!0){getCurrentInstance()?onMounted(e):t?e():nextTick$3(e)}function useTimeoutFn(e,t,y={}){const{immediate:n=!0}=y,$=ref$1(!1);let k=null;function L(){k&&(clearTimeout(k),k=null)}function j(){$.value=!1,L()}function V(...z){L(),$.value=!0,k=setTimeout(()=>{$.value=!1,k=null,e(...z)},resolveUnref(t))}return n&&($.value=!0,isClient&&V()),tryOnScopeDispose(j),{isPending:readonly($),start:V,stop:j}}function unrefElement(e){var t;const y=resolveUnref(e);return(t=y==null?void 0:y.$el)!=null?t:y}const defaultWindow=isClient?window:void 0,defaultDocument=isClient?window.document:void 0;function useEventListener(...e){let t,y,n,$;if(isString$3(e[0])||Array.isArray(e[0])?([y,n,$]=e,t=defaultWindow):[t,y,n,$]=e,!t)return noop$5;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const k=[],L=()=>{k.forEach(re=>re()),k.length=0},j=(re,oe,ue,de)=>(re.addEventListener(oe,ue,de),()=>re.removeEventListener(oe,ue,de)),V=watch(()=>[unrefElement(t),resolveUnref($)],([re,oe])=>{L(),re&&k.push(...y.flatMap(ue=>n.map(de=>j(re,ue,de,oe))))},{immediate:!0,flush:"post"}),z=()=>{V(),L()};return tryOnScopeDispose(z),z}let _iOSWorkaround=!1;function onClickOutside(e,t,y={}){const{window:n=defaultWindow,ignore:$=[],capture:k=!0,detectIframe:L=!1}=y;if(!n)return;isIOS$1&&!_iOSWorkaround&&(_iOSWorkaround=!0,Array.from(n.document.body.children).forEach(ue=>ue.addEventListener("click",noop$5)));let j=!0;const V=ue=>$.some(de=>{if(typeof de=="string")return Array.from(n.document.querySelectorAll(de)).some(_e=>_e===ue.target||ue.composedPath().includes(_e));{const _e=unrefElement(de);return _e&&(ue.target===_e||ue.composedPath().includes(_e))}}),re=[useEventListener(n,"click",ue=>{const de=unrefElement(e);if(!(!de||de===ue.target||ue.composedPath().includes(de))){if(ue.detail===0&&(j=!V(ue)),!j){j=!0;return}t(ue)}},{passive:!0,capture:k}),useEventListener(n,"pointerdown",ue=>{const de=unrefElement(e);de&&(j=!ue.composedPath().includes(de)&&!V(ue))},{passive:!0}),L&&useEventListener(n,"blur",ue=>{var de;const _e=unrefElement(e);((de=n.document.activeElement)==null?void 0:de.tagName)==="IFRAME"&&!(_e!=null&&_e.contains(n.document.activeElement))&&t(ue)})].filter(Boolean);return()=>re.forEach(ue=>ue())}function useActiveElement(e={}){var t;const{window:y=defaultWindow}=e,n=(t=e.document)!=null?t:y==null?void 0:y.document,$=computedWithControl(()=>null,()=>n==null?void 0:n.activeElement);return y&&(useEventListener(y,"blur",k=>{k.relatedTarget===null&&$.trigger()},!0),useEventListener(y,"focus",$.trigger,!0)),$}function useSupported(e,t=!1){const y=ref$1(),n=()=>y.value=!!e();return n(),tryOnMounted(n,t),y}function cloneFnJSON(e){return JSON.parse(JSON.stringify(e))}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(e,t,{window:y=defaultWindow,initialValue:n=""}={}){const $=ref$1(n),k=computed(()=>{var L;return unrefElement(t)||((L=y==null?void 0:y.document)==null?void 0:L.documentElement)});return watch([k,()=>resolveUnref(e)],([L,j])=>{var V;if(L&&y){const z=(V=y.getComputedStyle(L).getPropertyValue(j))==null?void 0:V.trim();$.value=z||n}},{immediate:!0}),watch($,L=>{var j;(j=k.value)!=null&&j.style&&k.value.style.setProperty(resolveUnref(e),L)}),$}function useDocumentVisibility({document:e=defaultDocument}={}){if(!e)return ref$1("visible");const t=ref$1(e.visibilityState);return useEventListener(e,"visibilitychange",()=>{t.value=e.visibilityState}),t}var __getOwnPropSymbols$g=Object.getOwnPropertySymbols,__hasOwnProp$g=Object.prototype.hasOwnProperty,__propIsEnum$g=Object.prototype.propertyIsEnumerable,__objRest$2=(e,t)=>{var y={};for(var n in e)__hasOwnProp$g.call(e,n)&&t.indexOf(n)<0&&(y[n]=e[n]);if(e!=null&&__getOwnPropSymbols$g)for(var n of __getOwnPropSymbols$g(e))t.indexOf(n)<0&&__propIsEnum$g.call(e,n)&&(y[n]=e[n]);return y};function useResizeObserver(e,t,y={}){const n=y,{window:$=defaultWindow}=n,k=__objRest$2(n,["window"]);let L;const j=useSupported(()=>$&&"ResizeObserver"in $),V=()=>{L&&(L.disconnect(),L=void 0)},z=watch(()=>unrefElement(e),oe=>{V(),j.value&&$&&oe&&(L=new ResizeObserver(t),L.observe(oe,k))},{immediate:!0,flush:"post"}),re=()=>{V(),z()};return tryOnScopeDispose(re),{isSupported:j,stop:re}}function useElementBounding(e,t={}){const{reset:y=!0,windowResize:n=!0,windowScroll:$=!0,immediate:k=!0}=t,L=ref$1(0),j=ref$1(0),V=ref$1(0),z=ref$1(0),re=ref$1(0),oe=ref$1(0),ue=ref$1(0),de=ref$1(0);function _e(){const Ne=unrefElement(e);if(!Ne){y&&(L.value=0,j.value=0,V.value=0,z.value=0,re.value=0,oe.value=0,ue.value=0,de.value=0);return}const Ue=Ne.getBoundingClientRect();L.value=Ue.height,j.value=Ue.bottom,V.value=Ue.left,z.value=Ue.right,re.value=Ue.top,oe.value=Ue.width,ue.value=Ue.x,de.value=Ue.y}return useResizeObserver(e,_e),watch(()=>unrefElement(e),Ne=>!Ne&&_e()),$&&useEventListener("scroll",_e,{capture:!0,passive:!0}),n&&useEventListener("resize",_e,{passive:!0}),tryOnMounted(()=>{k&&_e()}),{height:L,bottom:j,left:V,right:z,top:re,width:oe,x:ue,y:de,update:_e}}var __getOwnPropSymbols$8=Object.getOwnPropertySymbols,__hasOwnProp$8=Object.prototype.hasOwnProperty,__propIsEnum$8=Object.prototype.propertyIsEnumerable,__objRest$1=(e,t)=>{var y={};for(var n in e)__hasOwnProp$8.call(e,n)&&t.indexOf(n)<0&&(y[n]=e[n]);if(e!=null&&__getOwnPropSymbols$8)for(var n of __getOwnPropSymbols$8(e))t.indexOf(n)<0&&__propIsEnum$8.call(e,n)&&(y[n]=e[n]);return y};function useMutationObserver(e,t,y={}){const n=y,{window:$=defaultWindow}=n,k=__objRest$1(n,["window"]);let L;const j=useSupported(()=>$&&"MutationObserver"in $),V=()=>{L&&(L.disconnect(),L=void 0)},z=watch(()=>unrefElement(e),oe=>{V(),j.value&&$&&oe&&(L=new MutationObserver(t),L.observe(oe,k))},{immediate:!0}),re=()=>{V(),z()};return tryOnScopeDispose(re),{isSupported:j,stop:re}}var SwipeDirection;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(SwipeDirection||(SwipeDirection={}));var __defProp=Object.defineProperty,__getOwnPropSymbols=Object.getOwnPropertySymbols,__hasOwnProp=Object.prototype.hasOwnProperty,__propIsEnum=Object.prototype.propertyIsEnumerable,__defNormalProp=(e,t,y)=>t in e?__defProp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y,__spreadValues=(e,t)=>{for(var y in t||(t={}))__hasOwnProp.call(t,y)&&__defNormalProp(e,y,t[y]);if(__getOwnPropSymbols)for(var y of __getOwnPropSymbols(t))__propIsEnum.call(t,y)&&__defNormalProp(e,y,t[y]);return e};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$1},_TransitionPresets);function useVModel(e,t,y,n={}){var $,k,L;const{clone:j=!1,passive:V=!1,eventName:z,deep:re=!1,defaultValue:oe}=n,ue=getCurrentInstance(),de=y||(ue==null?void 0:ue.emit)||(($=ue==null?void 0:ue.$emit)==null?void 0:$.bind(ue))||((L=(k=ue==null?void 0:ue.proxy)==null?void 0:k.$emit)==null?void 0:L.bind(ue==null?void 0:ue.proxy));let _e=z;t||(t="modelValue"),_e=z||_e||`update:${t.toString()}`;const Ne=$e=>j?isFunction$4(j)?j($e):cloneFnJSON($e):$e,Ue=()=>isDef(e[t])?Ne(e[t]):oe;if(V){const $e=Ue(),Ve=ref$1($e);return watch(()=>e[t],Fe=>Ve.value=Ne(Fe)),watch(Ve,Fe=>{(Fe!==e[t]||re)&&de(_e,Fe)},{deep:re}),Ve}else return computed({get(){return Ue()},set($e){de(_e,$e)}})}function useWindowFocus({window:e=defaultWindow}={}){if(!e)return ref$1(!1);const t=ref$1(e.document.hasFocus());return useEventListener(e,"blur",()=>{t.value=!1}),useEventListener(e,"focus",()=>{t.value=!0}),t}function useWindowSize(e={}){const{window:t=defaultWindow,initialWidth:y=1/0,initialHeight:n=1/0,listenOrientation:$=!0,includeScrollbar:k=!0}=e,L=ref$1(y),j=ref$1(n),V=()=>{t&&(k?(L.value=t.innerWidth,j.value=t.innerHeight):(L.value=t.document.documentElement.clientWidth,j.value=t.document.documentElement.clientHeight))};return V(),tryOnMounted(V),useEventListener("resize",V,{passive:!0}),$&&useEventListener("orientationchange",V,{passive:!0}),{width:L,height:j}}const isFirefox=()=>isClient&&/firefox/i.test(window.navigator.userAgent),isInContainer=(e,t)=>{if(!isClient||!e||!t)return!1;const y=e.getBoundingClientRect();let n;return t instanceof Element?n=t.getBoundingClientRect():n={top:0,right:window.innerWidth,bottom:window.innerHeight,left:0},y.top<n.bottom&&y.bottom>n.top&&y.right>n.left&&y.left<n.right},getOffsetTop=e=>{let t=0,y=e;for(;y;)t+=y.offsetTop,y=y.offsetParent;return t},getOffsetTopDistance=(e,t)=>Math.abs(getOffsetTop(e)-getOffsetTop(t)),getClientXY=e=>{let t,y;return e.type==="touchend"?(y=e.changedTouches[0].clientY,t=e.changedTouches[0].clientX):e.type.startsWith("touch")?(y=e.touches[0].clientY,t=e.touches[0].clientX):(y=e.clientY,t=e.clientX),{clientX:t,clientY:y}};function easeInOutCubic(e,t,y,n){const $=y-t;return e/=n/2,e<1?$/2*e*e*e+t:$/2*((e-=2)*e*e+2)+t}var freeGlobal=typeof global$1=="object"&&global$1&&global$1.Object===Object&&global$1,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=freeGlobal||freeSelf||Function("return this")(),Symbol$1=root.Symbol,objectProto$f=Object.prototype,hasOwnProperty$e=objectProto$f.hasOwnProperty,nativeObjectToString$1=objectProto$f.toString,symToStringTag$1=Symbol$1?Symbol$1.toStringTag:void 0;function getRawTag(e){var t=hasOwnProperty$e.call(e,symToStringTag$1),y=e[symToStringTag$1];try{e[symToStringTag$1]=void 0;var n=!0}catch{}var $=nativeObjectToString$1.call(e);return n&&(t?e[symToStringTag$1]=y:delete e[symToStringTag$1]),$}var objectProto$e=Object.prototype,nativeObjectToString=objectProto$e.toString;function objectToString$1(e){return nativeObjectToString.call(e)}var nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=Symbol$1?Symbol$1.toStringTag:void 0;function baseGetTag(e){return e==null?e===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?getRawTag(e):objectToString$1(e)}function isObjectLike(e){return e!=null&&typeof e=="object"}var symbolTag$3="[object Symbol]";function isSymbol$1(e){return typeof e=="symbol"||isObjectLike(e)&&baseGetTag(e)==symbolTag$3}function arrayMap(e,t){for(var y=-1,n=e==null?0:e.length,$=Array(n);++y<n;)$[y]=t(e[y],y,e);return $}var isArray$3=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(e){if(typeof e=="string")return e;if(isArray$3(e))return arrayMap(e,baseToString)+"";if(isSymbol$1(e))return symbolToString?symbolToString.call(e):"";var t=e+"";return t=="0"&&1/e==-INFINITY$3?"-0":t}var reWhitespace=/\s/;function trimmedEndIndex(e){for(var t=e.length;t--&&reWhitespace.test(e.charAt(t)););return t}var reTrimStart=/^\s+/;function baseTrim(e){return e&&e.slice(0,trimmedEndIndex(e)+1).replace(reTrimStart,"")}function isObject$3(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var NAN=NaN,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt;function toNumber$2(e){if(typeof e=="number")return e;if(isSymbol$1(e))return NAN;if(isObject$3(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=isObject$3(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=baseTrim(e);var y=reIsBinary.test(e);return y||reIsOctal.test(e)?freeParseInt(e.slice(2),y?2:8):reIsBadHex.test(e)?NAN:+e}function identity(e){return e}var asyncTag="[object AsyncFunction]",funcTag$2="[object Function]",genTag$1="[object GeneratorFunction]",proxyTag="[object Proxy]";function isFunction$3(e){if(!isObject$3(e))return!1;var t=baseGetTag(e);return t==funcTag$2||t==genTag$1||t==asyncTag||t==proxyTag}var coreJsData=root["__core-js_shared__"],maskSrcKey=function(){var e=/[^.]+$/.exec(coreJsData&&coreJsData.keys&&coreJsData.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function isMasked(e){return!!maskSrcKey&&maskSrcKey in e}var funcProto$2=Function.prototype,funcToString$2=funcProto$2.toString;function toSource(e){if(e!=null){try{return funcToString$2.call(e)}catch{}try{return e+""}catch{}}return""}var reRegExpChar=/[\\^$.*+?()[\]{}|]/g,reIsHostCtor=/^\[object .+?Constructor\]$/,funcProto$1=Function.prototype,objectProto$d=Object.prototype,funcToString$1=funcProto$1.toString,hasOwnProperty$d=objectProto$d.hasOwnProperty,reIsNative=RegExp("^"+funcToString$1.call(hasOwnProperty$d).replace(reRegExpChar,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative(e){if(!isObject$3(e)||isMasked(e))return!1;var t=isFunction$3(e)?reIsNative:reIsHostCtor;return t.test(toSource(e))}function getValue$1(e,t){return e==null?void 0:e[t]}function getNative(e,t){var y=getValue$1(e,t);return baseIsNative(y)?y:void 0}var WeakMap$1=getNative(root,"WeakMap"),objectCreate=Object.create,baseCreate=function(){function e(){}return function(t){if(!isObject$3(t))return{};if(objectCreate)return objectCreate(t);e.prototype=t;var y=new e;return e.prototype=void 0,y}}();function apply$1(e,t,y){switch(y.length){case 0:return e.call(t);case 1:return e.call(t,y[0]);case 2:return e.call(t,y[0],y[1]);case 3:return e.call(t,y[0],y[1],y[2])}return e.apply(t,y)}function noop$4(){}function copyArray(e,t){var y=-1,n=e.length;for(t||(t=Array(n));++y<n;)t[y]=e[y];return t}var HOT_COUNT=800,HOT_SPAN=16,nativeNow=Date.now;function shortOut(e){var t=0,y=0;return function(){var n=nativeNow(),$=HOT_SPAN-(n-y);if(y=n,$>0){if(++t>=HOT_COUNT)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function constant$2(e){return function(){return e}}var defineProperty=function(){try{var e=getNative(Object,"defineProperty");return e({},"",{}),e}catch{}}(),baseSetToString=defineProperty?function(e,t){return defineProperty(e,"toString",{configurable:!0,enumerable:!1,value:constant$2(t),writable:!0})}:identity,setToString=shortOut(baseSetToString);function arrayEach(e,t){for(var y=-1,n=e==null?0:e.length;++y<n&&t(e[y],y,e)!==!1;);return e}function baseFindIndex(e,t,y,n){for(var $=e.length,k=y+(n?1:-1);n?k--:++k<$;)if(t(e[k],k,e))return k;return-1}function baseIsNaN(e){return e!==e}function strictIndexOf(e,t,y){for(var n=y-1,$=e.length;++n<$;)if(e[n]===t)return n;return-1}function baseIndexOf(e,t,y){return t===t?strictIndexOf(e,t,y):baseFindIndex(e,baseIsNaN,y)}function arrayIncludes(e,t){var y=e==null?0:e.length;return!!y&&baseIndexOf(e,t,0)>-1}var MAX_SAFE_INTEGER$1=9007199254740991,reIsUint=/^(?:0|[1-9]\d*)$/;function isIndex(e,t){var y=typeof e;return t=t??MAX_SAFE_INTEGER$1,!!t&&(y=="number"||y!="symbol"&&reIsUint.test(e))&&e>-1&&e%1==0&&e<t}function baseAssignValue(e,t,y){t=="__proto__"&&defineProperty?defineProperty(e,t,{configurable:!0,enumerable:!0,value:y,writable:!0}):e[t]=y}function eq(e,t){return e===t||e!==e&&t!==t}var objectProto$c=Object.prototype,hasOwnProperty$c=objectProto$c.hasOwnProperty;function assignValue(e,t,y){var n=e[t];(!(hasOwnProperty$c.call(e,t)&&eq(n,y))||y===void 0&&!(t in e))&&baseAssignValue(e,t,y)}function copyObject(e,t,y,n){var $=!y;y||(y={});for(var k=-1,L=t.length;++k<L;){var j=t[k],V=void 0;V===void 0&&(V=e[j]),$?baseAssignValue(y,j,V):assignValue(y,j,V)}return y}var nativeMax$1=Math.max;function overRest(e,t,y){return t=nativeMax$1(t===void 0?e.length-1:t,0),function(){for(var n=arguments,$=-1,k=nativeMax$1(n.length-t,0),L=Array(k);++$<k;)L[$]=n[t+$];$=-1;for(var j=Array(t+1);++$<t;)j[$]=n[$];return j[t]=y(L),apply$1(e,this,j)}}function baseRest(e,t){return setToString(overRest(e,t,identity),e+"")}var MAX_SAFE_INTEGER=9007199254740991;function isLength$1(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=MAX_SAFE_INTEGER}function isArrayLike$1(e){return e!=null&&isLength$1(e.length)&&!isFunction$3(e)}function isIterateeCall(e,t,y){if(!isObject$3(y))return!1;var n=typeof t;return(n=="number"?isArrayLike$1(y)&&isIndex(t,y.length):n=="string"&&t in y)?eq(y[t],e):!1}function createAssigner(e){return baseRest(function(t,y){var n=-1,$=y.length,k=$>1?y[$-1]:void 0,L=$>2?y[2]:void 0;for(k=e.length>3&&typeof k=="function"?($--,k):void 0,L&&isIterateeCall(y[0],y[1],L)&&(k=$<3?void 0:k,$=1),t=Object(t);++n<$;){var j=y[n];j&&e(t,j,n,k)}return t})}var objectProto$b=Object.prototype;function isPrototype(e){var t=e&&e.constructor,y=typeof t=="function"&&t.prototype||objectProto$b;return e===y}function baseTimes(e,t){for(var y=-1,n=Array(e);++y<e;)n[y]=t(y);return n}var argsTag$3="[object Arguments]";function baseIsArguments(e){return isObjectLike(e)&&baseGetTag(e)==argsTag$3}var objectProto$a=Object.prototype,hasOwnProperty$b=objectProto$a.hasOwnProperty,propertyIsEnumerable$1=objectProto$a.propertyIsEnumerable,isArguments$1=baseIsArguments(function(){return arguments}())?baseIsArguments:function(e){return isObjectLike(e)&&hasOwnProperty$b.call(e,"callee")&&!propertyIsEnumerable$1.call(e,"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$H=moduleExports$2?root.Buffer:void 0,nativeIsBuffer=Buffer$H?Buffer$H.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$5="[object Map]",numberTag$3="[object Number]",objectTag$4="[object Object]",regexpTag$3="[object RegExp]",setTag$5="[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$5]=typedArrayTags[numberTag$3]=typedArrayTags[objectTag$4]=typedArrayTags[regexpTag$3]=typedArrayTags[setTag$5]=typedArrayTags[stringTag$3]=typedArrayTags[weakMapTag$2]=!1;function baseIsTypedArray(e){return isObjectLike(e)&&isLength$1(e.length)&&!!typedArrayTags[baseGetTag(e)]}function baseUnary(e){return function(t){return e(t)}}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 e=freeModule$1&&freeModule$1.require&&freeModule$1.require("util").types;return e||freeProcess&&freeProcess.binding&&freeProcess.binding("util")}catch{}}(),nodeIsTypedArray=nodeUtil&&nodeUtil.isTypedArray,isTypedArray$2=nodeIsTypedArray?baseUnary(nodeIsTypedArray):baseIsTypedArray,objectProto$9=Object.prototype,hasOwnProperty$a=objectProto$9.hasOwnProperty;function arrayLikeKeys(e,t){var y=isArray$3(e),n=!y&&isArguments$1(e),$=!y&&!n&&isBuffer$1(e),k=!y&&!n&&!$&&isTypedArray$2(e),L=y||n||$||k,j=L?baseTimes(e.length,String):[],V=j.length;for(var z in e)(t||hasOwnProperty$a.call(e,z))&&!(L&&(z=="length"||$&&(z=="offset"||z=="parent")||k&&(z=="buffer"||z=="byteLength"||z=="byteOffset")||isIndex(z,V)))&&j.push(z);return j}function overArg(e,t){return function(y){return e(t(y))}}var nativeKeys=overArg(Object.keys,Object),objectProto$8=Object.prototype,hasOwnProperty$9=objectProto$8.hasOwnProperty;function baseKeys(e){if(!isPrototype(e))return nativeKeys(e);var t=[];for(var y in Object(e))hasOwnProperty$9.call(e,y)&&y!="constructor"&&t.push(y);return t}function keys(e){return isArrayLike$1(e)?arrayLikeKeys(e):baseKeys(e)}function nativeKeysIn(e){var t=[];if(e!=null)for(var y in Object(e))t.push(y);return t}var objectProto$7=Object.prototype,hasOwnProperty$8=objectProto$7.hasOwnProperty;function baseKeysIn(e){if(!isObject$3(e))return nativeKeysIn(e);var t=isPrototype(e),y=[];for(var n in e)n=="constructor"&&(t||!hasOwnProperty$8.call(e,n))||y.push(n);return y}function keysIn(e){return isArrayLike$1(e)?arrayLikeKeys(e,!0):baseKeysIn(e)}var reIsDeepProp=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,reIsPlainProp=/^\w*$/;function isKey(e,t){if(isArray$3(e))return!1;var y=typeof e;return y=="number"||y=="symbol"||y=="boolean"||e==null||isSymbol$1(e)?!0:reIsPlainProp.test(e)||!reIsDeepProp.test(e)||t!=null&&e in Object(t)}var nativeCreate=getNative(Object,"create");function hashClear(){this.__data__=nativeCreate?nativeCreate(null):{},this.size=0}function hashDelete(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var HASH_UNDEFINED$2="__lodash_hash_undefined__",objectProto$6=Object.prototype,hasOwnProperty$7=objectProto$6.hasOwnProperty;function hashGet(e){var t=this.__data__;if(nativeCreate){var y=t[e];return y===HASH_UNDEFINED$2?void 0:y}return hasOwnProperty$7.call(t,e)?t[e]:void 0}var objectProto$5=Object.prototype,hasOwnProperty$6=objectProto$5.hasOwnProperty;function hashHas(e){var t=this.__data__;return nativeCreate?t[e]!==void 0:hasOwnProperty$6.call(t,e)}var HASH_UNDEFINED$1="__lodash_hash_undefined__";function hashSet(e,t){var y=this.__data__;return this.size+=this.has(e)?0:1,y[e]=nativeCreate&&t===void 0?HASH_UNDEFINED$1:t,this}function Hash$8(e){var t=-1,y=e==null?0:e.length;for(this.clear();++t<y;){var n=e[t];this.set(n[0],n[1])}}Hash$8.prototype.clear=hashClear;Hash$8.prototype.delete=hashDelete;Hash$8.prototype.get=hashGet;Hash$8.prototype.has=hashHas;Hash$8.prototype.set=hashSet;function listCacheClear(){this.__data__=[],this.size=0}function assocIndexOf(e,t){for(var y=e.length;y--;)if(eq(e[y][0],t))return y;return-1}var arrayProto=Array.prototype,splice=arrayProto.splice;function listCacheDelete(e){var t=this.__data__,y=assocIndexOf(t,e);if(y<0)return!1;var n=t.length-1;return y==n?t.pop():splice.call(t,y,1),--this.size,!0}function listCacheGet(e){var t=this.__data__,y=assocIndexOf(t,e);return y<0?void 0:t[y][1]}function listCacheHas(e){return assocIndexOf(this.__data__,e)>-1}function listCacheSet(e,t){var y=this.__data__,n=assocIndexOf(y,e);return n<0?(++this.size,y.push([e,t])):y[n][1]=t,this}function ListCache(e){var t=-1,y=e==null?0:e.length;for(this.clear();++t<y;){var n=e[t];this.set(n[0],n[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,"Map");function mapCacheClear(){this.size=0,this.__data__={hash:new Hash$8,map:new(Map$1||ListCache),string:new Hash$8}}function isKeyable(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function getMapData(e,t){var y=e.__data__;return isKeyable(t)?y[typeof t=="string"?"string":"hash"]:y.map}function mapCacheDelete(e){var t=getMapData(this,e).delete(e);return this.size-=t?1:0,t}function mapCacheGet(e){return getMapData(this,e).get(e)}function mapCacheHas(e){return getMapData(this,e).has(e)}function mapCacheSet(e,t){var y=getMapData(this,e),n=y.size;return y.set(e,t),this.size+=y.size==n?0:1,this}function MapCache(e){var t=-1,y=e==null?0:e.length;for(this.clear();++t<y;){var n=e[t];this.set(n[0],n[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(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(FUNC_ERROR_TEXT$2);var y=function(){var n=arguments,$=t?t.apply(this,n):n[0],k=y.cache;if(k.has($))return k.get($);var L=e.apply(this,n);return y.cache=k.set($,L)||k,L};return y.cache=new(memoize$1.Cache||MapCache),y}memoize$1.Cache=MapCache;var MAX_MEMOIZE_SIZE=500;function memoizeCapped(e){var t=memoize$1(e,function(n){return y.size===MAX_MEMOIZE_SIZE&&y.clear(),n}),y=t.cache;return t}var rePropName$1=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,reEscapeChar$1=/\\(\\)?/g,stringToPath$1=memoizeCapped(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(rePropName$1,function(y,n,$,k){t.push($?k.replace(reEscapeChar$1,"$1"):n||y)}),t});function toString$3(e){return e==null?"":baseToString(e)}function castPath(e,t){return isArray$3(e)?e:isKey(e,t)?[e]:stringToPath$1(toString$3(e))}var INFINITY$2=1/0;function toKey(e){if(typeof e=="string"||isSymbol$1(e))return e;var t=e+"";return t=="0"&&1/e==-INFINITY$2?"-0":t}function baseGet(e,t){t=castPath(t,e);for(var y=0,n=t.length;e!=null&&y<n;)e=e[toKey(t[y++])];return y&&y==n?e:void 0}function get(e,t,y){var n=e==null?void 0:baseGet(e,t);return n===void 0?y:n}function arrayPush(e,t){for(var y=-1,n=t.length,$=e.length;++y<n;)e[$+y]=t[y];return e}var spreadableSymbol=Symbol$1?Symbol$1.isConcatSpreadable:void 0;function isFlattenable(e){return isArray$3(e)||isArguments$1(e)||!!(spreadableSymbol&&e&&e[spreadableSymbol])}function baseFlatten(e,t,y,n,$){var k=-1,L=e.length;for(y||(y=isFlattenable),$||($=[]);++k<L;){var j=e[k];t>0&&y(j)?t>1?baseFlatten(j,t-1,y,n,$):arrayPush($,j):n||($[$.length]=j)}return $}function flatten(e){var t=e==null?0:e.length;return t?baseFlatten(e,1):[]}function flatRest(e){return setToString(overRest(e,void 0,flatten),e+"")}var getPrototype=overArg(Object.getPrototypeOf,Object),objectTag$3="[object Object]",funcProto=Function.prototype,objectProto$4=Object.prototype,funcToString=funcProto.toString,hasOwnProperty$5=objectProto$4.hasOwnProperty,objectCtorString=funcToString.call(Object);function isPlainObject$1(e){if(!isObjectLike(e)||baseGetTag(e)!=objectTag$3)return!1;var t=getPrototype(e);if(t===null)return!0;var y=hasOwnProperty$5.call(t,"constructor")&&t.constructor;return typeof y=="function"&&y instanceof y&&funcToString.call(y)==objectCtorString}function baseSlice(e,t,y){var n=-1,$=e.length;t<0&&(t=-t>$?0:$+t),y=y>$?$:y,y<0&&(y+=$),$=t>y?0:y-t>>>0,t>>>=0;for(var k=Array($);++n<$;)k[n]=e[n+t];return k}function castArray$1(){if(!arguments.length)return[];var e=arguments[0];return isArray$3(e)?e:[e]}function stackClear(){this.__data__=new ListCache,this.size=0}function stackDelete(e){var t=this.__data__,y=t.delete(e);return this.size=t.size,y}function stackGet(e){return this.__data__.get(e)}function stackHas(e){return this.__data__.has(e)}var LARGE_ARRAY_SIZE$1=200;function stackSet(e,t){var y=this.__data__;if(y instanceof ListCache){var n=y.__data__;if(!Map$1||n.length<LARGE_ARRAY_SIZE$1-1)return n.push([e,t]),this.size=++y.size,this;y=this.__data__=new MapCache(n)}return y.set(e,t),this.size=y.size,this}function Stack(e){var t=this.__data__=new ListCache(e);this.size=t.size}Stack.prototype.clear=stackClear;Stack.prototype.delete=stackDelete;Stack.prototype.get=stackGet;Stack.prototype.has=stackHas;Stack.prototype.set=stackSet;function baseAssign(e,t){return e&&copyObject(t,keys(t),e)}function baseAssignIn(e,t){return e&&copyObject(t,keysIn(t),e)}var freeExports=typeof exports=="object"&&exports&&!exports.nodeType&&exports,freeModule=freeExports&&typeof module=="object"&&module&&!module.nodeType&&module,moduleExports=freeModule&&freeModule.exports===freeExports,Buffer$G=moduleExports?root.Buffer:void 0,allocUnsafe=Buffer$G?Buffer$G.allocUnsafe:void 0;function cloneBuffer(e,t){if(t)return e.slice();var y=e.length,n=allocUnsafe?allocUnsafe(y):new e.constructor(y);return e.copy(n),n}function arrayFilter(e,t){for(var y=-1,n=e==null?0:e.length,$=0,k=[];++y<n;){var L=e[y];t(L,y,e)&&(k[$++]=L)}return k}function stubArray(){return[]}var objectProto$3=Object.prototype,propertyIsEnumerable=objectProto$3.propertyIsEnumerable,nativeGetSymbols$1=Object.getOwnPropertySymbols,getSymbols=nativeGetSymbols$1?function(e){return e==null?[]:(e=Object(e),arrayFilter(nativeGetSymbols$1(e),function(t){return propertyIsEnumerable.call(e,t)}))}:stubArray;function copySymbols(e,t){return copyObject(e,getSymbols(e),t)}var nativeGetSymbols=Object.getOwnPropertySymbols,getSymbolsIn=nativeGetSymbols?function(e){for(var t=[];e;)arrayPush(t,getSymbols(e)),e=getPrototype(e);return t}:stubArray;function copySymbolsIn(e,t){return copyObject(e,getSymbolsIn(e),t)}function baseGetAllKeys(e,t,y){var n=t(e);return isArray$3(e)?n:arrayPush(n,y(e))}function getAllKeys(e){return baseGetAllKeys(e,keys,getSymbols)}function getAllKeysIn(e){return baseGetAllKeys(e,keysIn,getSymbolsIn)}var DataView$1=getNative(root,"DataView"),Promise$1=getNative(root,"Promise"),Set$1=getNative(root,"Set"),mapTag$4="[object Map]",objectTag$2="[object Object]",promiseTag="[object Promise]",setTag$4="[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$4||Promise$1&&getTag(Promise$1.resolve())!=promiseTag||Set$1&&getTag(new Set$1)!=setTag$4||WeakMap$1&&getTag(new WeakMap$1)!=weakMapTag$1)&&(getTag=function(e){var t=baseGetTag(e),y=t==objectTag$2?e.constructor:void 0,n=y?toSource(y):"";if(n)switch(n){case dataViewCtorString:return dataViewTag$3;case mapCtorString:return mapTag$4;case promiseCtorString:return promiseTag;case setCtorString:return setTag$4;case weakMapCtorString:return weakMapTag$1}return t});var objectProto$2=Object.prototype,hasOwnProperty$4=objectProto$2.hasOwnProperty;function initCloneArray(e){var t=e.length,y=new e.constructor(t);return t&&typeof e[0]=="string"&&hasOwnProperty$4.call(e,"index")&&(y.index=e.index,y.input=e.input),y}var Uint8Array$1=root.Uint8Array;function cloneArrayBuffer(e){var t=new e.constructor(e.byteLength);return new Uint8Array$1(t).set(new Uint8Array$1(e)),t}function cloneDataView(e,t){var y=t?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(y,e.byteOffset,e.byteLength)}var reFlags=/\w*$/;function cloneRegExp(e){var t=new e.constructor(e.source,reFlags.exec(e));return t.lastIndex=e.lastIndex,t}var symbolProto$1=Symbol$1?Symbol$1.prototype:void 0,symbolValueOf$1=symbolProto$1?symbolProto$1.valueOf:void 0;function cloneSymbol(e){return symbolValueOf$1?Object(symbolValueOf$1.call(e)):{}}function cloneTypedArray(e,t){var y=t?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(y,e.byteOffset,e.length)}var boolTag$2="[object Boolean]",dateTag$2="[object Date]",mapTag$3="[object Map]",numberTag$2="[object Number]",regexpTag$2="[object RegExp]",setTag$3="[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(e,t,y){var n=e.constructor;switch(t){case arrayBufferTag$2:return cloneArrayBuffer(e);case boolTag$2:case dateTag$2:return new n(+e);case dataViewTag$2:return cloneDataView(e,y);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(e,y);case mapTag$3:return new n;case numberTag$2:case stringTag$2:return new n(e);case regexpTag$2:return cloneRegExp(e);case setTag$3:return new n;case symbolTag$2:return cloneSymbol(e)}}function initCloneObject(e){return typeof e.constructor=="function"&&!isPrototype(e)?baseCreate(getPrototype(e)):{}}var mapTag$2="[object Map]";function baseIsMap(e){return isObjectLike(e)&&getTag(e)==mapTag$2}var nodeIsMap=nodeUtil&&nodeUtil.isMap,isMap=nodeIsMap?baseUnary(nodeIsMap):baseIsMap,setTag$2="[object Set]";function baseIsSet(e){return isObjectLike(e)&&getTag(e)==setTag$2}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$1="[object Map]",numberTag$1="[object Number]",objectTag$1="[object Object]",regexpTag$1="[object RegExp]",setTag$1="[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$1]=cloneableTags[numberTag$1]=cloneableTags[objectTag$1]=cloneableTags[regexpTag$1]=cloneableTags[setTag$1]=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(e,t,y,n,$,k){var L,j=t&CLONE_DEEP_FLAG$2,V=t&CLONE_FLAT_FLAG$1,z=t&CLONE_SYMBOLS_FLAG$3;if(y&&(L=$?y(e,n,$,k):y(e)),L!==void 0)return L;if(!isObject$3(e))return e;var re=isArray$3(e);if(re){if(L=initCloneArray(e),!j)return copyArray(e,L)}else{var oe=getTag(e),ue=oe==funcTag||oe==genTag;if(isBuffer$1(e))return cloneBuffer(e,j);if(oe==objectTag$1||oe==argsTag$1||ue&&!$){if(L=V||ue?{}:initCloneObject(e),!j)return V?copySymbolsIn(e,baseAssignIn(L,e)):copySymbols(e,baseAssign(L,e))}else{if(!cloneableTags[oe])return $?e:{};L=initCloneByTag(e,oe,j)}}k||(k=new Stack);var de=k.get(e);if(de)return de;k.set(e,L),isSet(e)?e.forEach(function(Ue){L.add(baseClone(Ue,t,y,Ue,e,k))}):isMap(e)&&e.forEach(function(Ue,$e){L.set($e,baseClone(Ue,t,y,$e,e,k))});var _e=z?V?getAllKeysIn:getAllKeys:V?keysIn:keys,Ne=re?void 0:_e(e);return arrayEach(Ne||e,function(Ue,$e){Ne&&($e=Ue,Ue=e[$e]),assignValue(L,$e,baseClone(Ue,t,y,$e,e,k))}),L}var CLONE_SYMBOLS_FLAG$2=4;function clone(e){return baseClone(e,CLONE_SYMBOLS_FLAG$2)}var CLONE_DEEP_FLAG$1=1,CLONE_SYMBOLS_FLAG$1=4;function cloneDeep(e){return baseClone(e,CLONE_DEEP_FLAG$1|CLONE_SYMBOLS_FLAG$1)}var HASH_UNDEFINED="__lodash_hash_undefined__";function setCacheAdd(e){return this.__data__.set(e,HASH_UNDEFINED),this}function setCacheHas(e){return this.__data__.has(e)}function SetCache(e){var t=-1,y=e==null?0:e.length;for(this.__data__=new MapCache;++t<y;)this.add(e[t])}SetCache.prototype.add=SetCache.prototype.push=setCacheAdd;SetCache.prototype.has=setCacheHas;function arraySome(e,t){for(var y=-1,n=e==null?0:e.length;++y<n;)if(t(e[y],y,e))return!0;return!1}function cacheHas(e,t){return e.has(t)}var COMPARE_PARTIAL_FLAG$5=1,COMPARE_UNORDERED_FLAG$3=2;function equalArrays(e,t,y,n,$,k){var L=y&COMPARE_PARTIAL_FLAG$5,j=e.length,V=t.length;if(j!=V&&!(L&&V>j))return!1;var z=k.get(e),re=k.get(t);if(z&&re)return z==t&&re==e;var oe=-1,ue=!0,de=y&COMPARE_UNORDERED_FLAG$3?new SetCache:void 0;for(k.set(e,t),k.set(t,e);++oe<j;){var _e=e[oe],Ne=t[oe];if(n)var Ue=L?n(Ne,_e,oe,t,e,k):n(_e,Ne,oe,e,t,k);if(Ue!==void 0){if(Ue)continue;ue=!1;break}if(de){if(!arraySome(t,function($e,Ve){if(!cacheHas(de,Ve)&&(_e===$e||$(_e,$e,y,n,k)))return de.push(Ve)})){ue=!1;break}}else if(!(_e===Ne||$(_e,Ne,y,n,k))){ue=!1;break}}return k.delete(e),k.delete(t),ue}function mapToArray(e){var t=-1,y=Array(e.size);return e.forEach(function(n,$){y[++t]=[$,n]}),y}function setToArray(e){var t=-1,y=Array(e.size);return e.forEach(function(n){y[++t]=n}),y}var COMPARE_PARTIAL_FLAG$4=1,COMPARE_UNORDERED_FLAG$2=2,boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",mapTag="[object Map]",numberTag="[object Number]",regexpTag="[object RegExp]",setTag="[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(e,t,y,n,$,k,L){switch(y){case dataViewTag:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case arrayBufferTag:return!(e.byteLength!=t.byteLength||!k(new Uint8Array$1(e),new Uint8Array$1(t)));case boolTag:case dateTag:case numberTag:return eq(+e,+t);case errorTag:return e.name==t.name&&e.message==t.message;case regexpTag:case stringTag:return e==t+"";case mapTag:var j=mapToArray;case setTag:var V=n&COMPARE_PARTIAL_FLAG$4;if(j||(j=setToArray),e.size!=t.size&&!V)return!1;var z=L.get(e);if(z)return z==t;n|=COMPARE_UNORDERED_FLAG$2,L.set(e,t);var re=equalArrays(j(e),j(t),n,$,k,L);return L.delete(e),re;case symbolTag:if(symbolValueOf)return symbolValueOf.call(e)==symbolValueOf.call(t)}return!1}var COMPARE_PARTIAL_FLAG$3=1,objectProto$1=Object.prototype,hasOwnProperty$3=objectProto$1.hasOwnProperty;function equalObjects(e,t,y,n,$,k){var L=y&COMPARE_PARTIAL_FLAG$3,j=getAllKeys(e),V=j.length,z=getAllKeys(t),re=z.length;if(V!=re&&!L)return!1;for(var oe=V;oe--;){var ue=j[oe];if(!(L?ue in t:hasOwnProperty$3.call(t,ue)))return!1}var de=k.get(e),_e=k.get(t);if(de&&_e)return de==t&&_e==e;var Ne=!0;k.set(e,t),k.set(t,e);for(var Ue=L;++oe<V;){ue=j[oe];var $e=e[ue],Ve=t[ue];if(n)var Fe=L?n(Ve,$e,ue,t,e,k):n($e,Ve,ue,e,t,k);if(!(Fe===void 0?$e===Ve||$($e,Ve,y,n,k):Fe)){Ne=!1;break}Ue||(Ue=ue=="constructor")}if(Ne&&!Ue){var qe=e.constructor,er=t.constructor;qe!=er&&"constructor"in e&&"constructor"in t&&!(typeof qe=="function"&&qe instanceof qe&&typeof er=="function"&&er instanceof er)&&(Ne=!1)}return k.delete(e),k.delete(t),Ne}var COMPARE_PARTIAL_FLAG$2=1,argsTag="[object Arguments]",arrayTag="[object Array]",objectTag="[object Object]",objectProto=Object.prototype,hasOwnProperty$2=objectProto.hasOwnProperty;function baseIsEqualDeep(e,t,y,n,$,k){var L=isArray$3(e),j=isArray$3(t),V=L?arrayTag:getTag(e),z=j?arrayTag:getTag(t);V=V==argsTag?objectTag:V,z=z==argsTag?objectTag:z;var re=V==objectTag,oe=z==objectTag,ue=V==z;if(ue&&isBuffer$1(e)){if(!isBuffer$1(t))return!1;L=!0,re=!1}if(ue&&!re)return k||(k=new Stack),L||isTypedArray$2(e)?equalArrays(e,t,y,n,$,k):equalByTag(e,t,V,y,n,$,k);if(!(y&COMPARE_PARTIAL_FLAG$2)){var de=re&&hasOwnProperty$2.call(e,"__wrapped__"),_e=oe&&hasOwnProperty$2.call(t,"__wrapped__");if(de||_e){var Ne=de?e.value():e,Ue=_e?t.value():t;return k||(k=new Stack),$(Ne,Ue,y,n,k)}}return ue?(k||(k=new Stack),equalObjects(e,t,y,n,$,k)):!1}function baseIsEqual(e,t,y,n,$){return e===t?!0:e==null||t==null||!isObjectLike(e)&&!isObjectLike(t)?e!==e&&t!==t:baseIsEqualDeep(e,t,y,n,baseIsEqual,$)}var COMPARE_PARTIAL_FLAG$1=1,COMPARE_UNORDERED_FLAG$1=2;function baseIsMatch(e,t,y,n){var $=y.length,k=$;if(e==null)return!k;for(e=Object(e);$--;){var L=y[$];if(L[2]?L[1]!==e[L[0]]:!(L[0]in e))return!1}for(;++$<k;){L=y[$];var j=L[0],V=e[j],z=L[1];if(L[2]){if(V===void 0&&!(j in e))return!1}else{var re=new Stack,oe;if(!(oe===void 0?baseIsEqual(z,V,COMPARE_PARTIAL_FLAG$1|COMPARE_UNORDERED_FLAG$1,n,re):oe))return!1}}return!0}function isStrictComparable(e){return e===e&&!isObject$3(e)}function getMatchData(e){for(var t=keys(e),y=t.length;y--;){var n=t[y],$=e[n];t[y]=[n,$,isStrictComparable($)]}return t}function matchesStrictComparable(e,t){return function(y){return y==null?!1:y[e]===t&&(t!==void 0||e in Object(y))}}function baseMatches(e){var t=getMatchData(e);return t.length==1&&t[0][2]?matchesStrictComparable(t[0][0],t[0][1]):function(y){return y===e||baseIsMatch(y,e,t)}}function baseHasIn(e,t){return e!=null&&t in Object(e)}function hasPath(e,t,y){t=castPath(t,e);for(var n=-1,$=t.length,k=!1;++n<$;){var L=toKey(t[n]);if(!(k=e!=null&&y(e,L)))break;e=e[L]}return k||++n!=$?k:($=e==null?0:e.length,!!$&&isLength$1($)&&isIndex(L,$)&&(isArray$3(e)||isArguments$1(e)))}function hasIn(e,t){return e!=null&&hasPath(e,t,baseHasIn)}var COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function baseMatchesProperty(e,t){return isKey(e)&&isStrictComparable(t)?matchesStrictComparable(toKey(e),t):function(y){var n=get(y,e);return n===void 0&&n===t?hasIn(y,e):baseIsEqual(t,n,COMPARE_PARTIAL_FLAG|COMPARE_UNORDERED_FLAG)}}function baseProperty(e){return function(t){return t==null?void 0:t[e]}}function basePropertyDeep(e){return function(t){return baseGet(t,e)}}function property$1(e){return isKey(e)?baseProperty(toKey(e)):basePropertyDeep(e)}function baseIteratee(e){return typeof e=="function"?e:e==null?identity:typeof e=="object"?isArray$3(e)?baseMatchesProperty(e[0],e[1]):baseMatches(e):property$1(e)}function createBaseFor(e){return function(t,y,n){for(var $=-1,k=Object(t),L=n(t),j=L.length;j--;){var V=L[++$];if(y(k[V],V,k)===!1)break}return t}}var baseFor=createBaseFor();function baseForOwn(e,t){return e&&baseFor(e,t,keys)}function createBaseEach(e,t){return function(y,n){if(y==null)return y;if(!isArrayLike$1(y))return e(y,n);for(var $=y.length,k=-1,L=Object(y);++k<$&&n(L[k],k,L)!==!1;);return y}}var baseEach=createBaseEach(baseForOwn),now=function(){return root.Date.now()},FUNC_ERROR_TEXT$1="Expected a function",nativeMax=Math.max,nativeMin=Math.min;function debounce(e,t,y){var n,$,k,L,j,V,z=0,re=!1,oe=!1,ue=!0;if(typeof e!="function")throw new TypeError(FUNC_ERROR_TEXT$1);t=toNumber$2(t)||0,isObject$3(y)&&(re=!!y.leading,oe="maxWait"in y,k=oe?nativeMax(toNumber$2(y.maxWait)||0,t):k,ue="trailing"in y?!!y.trailing:ue);function de(ir){var dr=n,cr=$;return n=$=void 0,z=ir,L=e.apply(cr,dr),L}function _e(ir){return z=ir,j=setTimeout($e,t),re?de(ir):L}function Ne(ir){var dr=ir-V,cr=ir-z,nr=t-dr;return oe?nativeMin(nr,k-cr):nr}function Ue(ir){var dr=ir-V,cr=ir-z;return V===void 0||dr>=t||dr<0||oe&&cr>=k}function $e(){var ir=now();if(Ue(ir))return Ve(ir);j=setTimeout($e,Ne(ir))}function Ve(ir){return j=void 0,ue&&n?de(ir):(n=$=void 0,L)}function Fe(){j!==void 0&&clearTimeout(j),z=0,n=V=$=j=void 0}function qe(){return j===void 0?L:Ve(now())}function er(){var ir=now(),dr=Ue(ir);if(n=arguments,$=this,V=ir,dr){if(j===void 0)return _e(V);if(oe)return clearTimeout(j),j=setTimeout($e,t),de(V)}return j===void 0&&(j=setTimeout($e,t)),L}return er.cancel=Fe,er.flush=qe,er}function assignMergeValue(e,t,y){(y!==void 0&&!eq(e[t],y)||y===void 0&&!(t in e))&&baseAssignValue(e,t,y)}function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike$1(e)}function safeGet(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function toPlainObject(e){return copyObject(e,keysIn(e))}function baseMergeDeep(e,t,y,n,$,k,L){var j=safeGet(e,y),V=safeGet(t,y),z=L.get(V);if(z){assignMergeValue(e,y,z);return}var re=k?k(j,V,y+"",e,t,L):void 0,oe=re===void 0;if(oe){var ue=isArray$3(V),de=!ue&&isBuffer$1(V),_e=!ue&&!de&&isTypedArray$2(V);re=V,ue||de||_e?isArray$3(j)?re=j:isArrayLikeObject(j)?re=copyArray(j):de?(oe=!1,re=cloneBuffer(V,!0)):_e?(oe=!1,re=cloneTypedArray(V,!0)):re=[]:isPlainObject$1(V)||isArguments$1(V)?(re=j,isArguments$1(j)?re=toPlainObject(j):(!isObject$3(j)||isFunction$3(j))&&(re=initCloneObject(V))):oe=!1}oe&&(L.set(V,re),$(re,V,n,k,L),L.delete(V)),assignMergeValue(e,y,re)}function baseMerge(e,t,y,n,$){e!==t&&baseFor(t,function(k,L){if($||($=new Stack),isObject$3(k))baseMergeDeep(e,t,L,y,baseMerge,n,$);else{var j=n?n(safeGet(e,L),k,L+"",e,t,$):void 0;j===void 0&&(j=k),assignMergeValue(e,L,j)}},keysIn)}function last(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function findLastIndex(e,t,y){var n=e==null?0:e.length;if(!n)return-1;var $=n-1;return baseFindIndex(e,baseIteratee(t),$,!0)}function baseMap(e,t){var y=-1,n=isArrayLike$1(e)?Array(e.length):[];return baseEach(e,function($,k,L){n[++y]=t($,k,L)}),n}function map$4(e,t){var y=isArray$3(e)?arrayMap:baseMap;return y(e,baseIteratee(t))}function flatMap(e,t){return baseFlatten(map$4(e,t),1)}var INFINITY$1=1/0;function flattenDeep(e){var t=e==null?0:e.length;return t?baseFlatten(e,INFINITY$1):[]}function fromPairs(e){for(var t=-1,y=e==null?0:e.length,n={};++t<y;){var $=e[t];n[$[0]]=$[1]}return n}function parent$1(e,t){return t.length<2?e:baseGet(e,baseSlice(t,0,-1))}function isEqual$1(e,t){return baseIsEqual(e,t)}function isNil(e){return e==null}function isUndefined$3(e){return e===void 0}var merge$1=createAssigner(function(e,t,y){baseMerge(e,t,y)});function baseUnset(e,t){return t=castPath(t,e),e=parent$1(e,t),e==null||delete e[toKey(last(t))]}function customOmitClone(e){return isPlainObject$1(e)?void 0:e}var CLONE_DEEP_FLAG=1,CLONE_FLAT_FLAG=2,CLONE_SYMBOLS_FLAG=4,omit=flatRest(function(e,t){var y={};if(e==null)return y;var n=!1;t=arrayMap(t,function(k){return k=castPath(k,e),n||(n=k.length>1),k}),copyObject(e,getAllKeysIn(e),y),n&&(y=baseClone(y,CLONE_DEEP_FLAG|CLONE_FLAT_FLAG|CLONE_SYMBOLS_FLAG,customOmitClone));for(var $=t.length;$--;)baseUnset(y,t[$]);return y});function baseSet(e,t,y,n){if(!isObject$3(e))return e;t=castPath(t,e);for(var $=-1,k=t.length,L=k-1,j=e;j!=null&&++$<k;){var V=toKey(t[$]),z=y;if(V==="__proto__"||V==="constructor"||V==="prototype")return e;if($!=L){var re=j[V];z=void 0,z===void 0&&(z=isObject$3(re)?re:isIndex(t[$+1])?[]:{})}assignValue(j,V,z),j=j[V]}return e}function basePickBy(e,t,y){for(var n=-1,$=t.length,k={};++n<$;){var L=t[n],j=baseGet(e,L);y(j,L)&&baseSet(k,castPath(L,e),j)}return k}function basePick(e,t){return basePickBy(e,t,function(y,n){return hasIn(e,n)})}var pick=flatRest(function(e,t){return e==null?{}:basePick(e,t)});function set(e,t,y){return e==null?e:baseSet(e,t,y)}var FUNC_ERROR_TEXT="Expected a function";function throttle$1(e,t,y){var n=!0,$=!0;if(typeof e!="function")throw new TypeError(FUNC_ERROR_TEXT);return isObject$3(y)&&(n="leading"in y?!!y.leading:n,$="trailing"in y?!!y.trailing:$),debounce(e,t,{leading:n,maxWait:t,trailing:$})}var INFINITY=1/0,createSet=Set$1&&1/setToArray(new Set$1([,-0]))[1]==INFINITY?function(e){return new Set$1(e)}:noop$4,LARGE_ARRAY_SIZE=200;function baseUniq(e,t,y){var n=-1,$=arrayIncludes,k=e.length,L=!0,j=[],V=j;if(k>=LARGE_ARRAY_SIZE){var z=createSet(e);if(z)return setToArray(z);L=!1,$=cacheHas,V=new SetCache}else V=j;e:for(;++n<k;){var re=e[n],oe=re;if(re=re!==0?re:0,L&&oe===oe){for(var ue=V.length;ue--;)if(V[ue]===oe)continue e;j.push(re)}else $(V,oe,y)||(V!==j&&V.push(oe),j.push(re))}return j}var union=baseRest(function(e){return baseUniq(baseFlatten(e,1,isArrayLikeObject,!0))});const isUndefined$2=e=>e===void 0,isBoolean$3=e=>typeof e=="boolean",isNumber$4=e=>typeof e=="number",isEmpty=e=>!e&&e!==0||isArray$4(e)&&e.length===0||isObject$5(e)&&!Object.keys(e).length,isElement$2=e=>typeof Element>"u"?!1:e instanceof Element,isPropAbsent=e=>isNil(e),isStringNumber=e=>isString$4(e)?!Number.isNaN(Number(e)):!1,isWindow=e=>e===window,rAF=e=>isClient?window.requestAnimationFrame(e):setTimeout(e,16),cAF=e=>isClient?window.cancelAnimationFrame(e):clearTimeout(e),escapeStringRegexp=(e="")=>e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),capitalize=e=>capitalize$1(e),keysOf=e=>Object.keys(e),entriesOf=e=>Object.entries(e),getProp=(e,t,y)=>({get value(){return get(e,t,y)},set value(n){set(e,t,n)}});class ElementPlusError extends Error{constructor(t){super(t),this.name="ElementPlusError"}}function throwError(e,t){throw new ElementPlusError(`[${e}] ${t}`)}function debugWarn(e,t){}const classNameToArray=(e="")=>e.split(" ").filter(t=>!!t.trim()),hasClass=(e,t)=>{if(!e||!t)return!1;if(t.includes(" "))throw new Error("className should not contain space.");return e.classList.contains(t)},addClass=(e,t)=>{!e||!t.trim()||e.classList.add(...classNameToArray(t))},removeClass=(e,t)=>{!e||!t.trim()||e.classList.remove(...classNameToArray(t))},getStyle=(e,t)=>{var y;if(!isClient||!e||!t)return"";let n=camelize(t);n==="float"&&(n="cssFloat");try{const $=e.style[n];if($)return $;const k=(y=document.defaultView)==null?void 0:y.getComputedStyle(e,"");return k?k[n]:""}catch{return e.style[n]}};function addUnit(e,t="px"){if(!e)return"";if(isNumber$4(e)||isStringNumber(e))return`${e}${t}`;if(isString$4(e))return e}const isScroll=(e,t)=>{if(!isClient)return!1;const y={undefined:"overflow",true:"overflow-y",false:"overflow-x"}[String(t)],n=getStyle(e,y);return["scroll","auto","overlay"].some($=>n.includes($))},getScrollContainer=(e,t)=>{if(!isClient)return;let y=e;for(;y;){if([window,document,document.documentElement].includes(y))return window;if(isScroll(y,t))return y;y=y.parentNode}return y};let scrollBarWidth;const getScrollBarWidth=e=>{var t;if(!isClient)return 0;if(scrollBarWidth!==void 0)return scrollBarWidth;const y=document.createElement("div");y.className=`${e}-scrollbar__wrap`,y.style.visibility="hidden",y.style.width="100px",y.style.position="absolute",y.style.top="-9999px",document.body.appendChild(y);const n=y.offsetWidth;y.style.overflow="scroll";const $=document.createElement("div");$.style.width="100%",y.appendChild($);const k=$.offsetWidth;return(t=y.parentNode)==null||t.removeChild(y),scrollBarWidth=n-k,scrollBarWidth};function scrollIntoView(e,t){if(!isClient)return;if(!t){e.scrollTop=0;return}const y=[];let n=t.offsetParent;for(;n!==null&&e!==n&&e.contains(n);)y.push(n),n=n.offsetParent;const $=t.offsetTop+y.reduce((V,z)=>V+z.offsetTop,0),k=$+t.offsetHeight,L=e.scrollTop,j=L+e.clientHeight;$<L?e.scrollTop=$:k>j&&(e.scrollTop=k-e.clientHeight)}function animateScrollTo(e,t,y,n,$){const k=Date.now();let L;const j=()=>{const z=Date.now()-k,re=easeInOutCubic(z>n?n:z,t,y,n);isWindow(e)?e.scrollTo(window.pageXOffset,re):e.scrollTop=re,z<n?L=rAF(j):typeof $=="function"&&$()};return j(),()=>{L&&cAF(L)}}const getScrollElement=(e,t)=>isWindow(t)?e.ownerDocument.documentElement:t,getScrollTop=e=>isWindow(e)?window.scrollY:e.scrollTop,getElement=e=>{if(!isClient||e==="")return null;if(isString$4(e))try{return document.querySelector(e)}catch{return null}return e};/*! 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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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(e){return(t,y)=>(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=e=>e,isEpProp=e=>isObject$5(e)&&!!e[epPropKey],buildProp=(e,t)=>{if(!isObject$5(e)||isEpProp(e))return e;const{values:y,required:n,default:$,type:k,validator:L}=e,V={type:k,required:!!n,validator:y||L?z=>{let re=!1,oe=[];if(y&&(oe=Array.from(y),hasOwn$1(e,"default")&&oe.push($),re||(re=oe.includes(z))),L&&(re||(re=L(z))),!re&&oe.length>0){const ue=[...new Set(oe)].map(de=>JSON.stringify(de)).join(", ");warn$2(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${ue}], got value ${JSON.stringify(z)}.`)}return re}:void 0,[epPropKey]:!0};return hasOwn$1(e,"default")&&(V.default=$),V},buildProps=e=>fromPairs(Object.entries(e).map(([t,y])=>[t,buildProp(y,t)])),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=(e,t)=>{if(e.install=y=>{for(const n of[e,...Object.values(t??{})])y.component(n.name,n)},t)for(const[y,n]of Object.entries(t))e[y]=n;return e},withInstallFunction=(e,t)=>(e.install=y=>{e._context=y._context,y.config.globalProperties[t]=e},e),withInstallDirective=(e,t)=>(e.install=y=>{y.directive(t,e)},e),withNoopInstall=e=>(e.install=NOOP,e),composeRefs=(...e)=>t=>{e.forEach(y=>{isFunction$5(y)?y(t):y.value=t})},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=e=>["",...componentSizes].includes(e);var PatchFlags=(e=>(e[e.TEXT=1]="TEXT",e[e.CLASS=2]="CLASS",e[e.STYLE=4]="STYLE",e[e.PROPS=8]="PROPS",e[e.FULL_PROPS=16]="FULL_PROPS",e[e.HYDRATE_EVENTS=32]="HYDRATE_EVENTS",e[e.STABLE_FRAGMENT=64]="STABLE_FRAGMENT",e[e.KEYED_FRAGMENT=128]="KEYED_FRAGMENT",e[e.UNKEYED_FRAGMENT=256]="UNKEYED_FRAGMENT",e[e.NEED_PATCH=512]="NEED_PATCH",e[e.DYNAMIC_SLOTS=1024]="DYNAMIC_SLOTS",e[e.HOISTED=-1]="HOISTED",e[e.BAIL=-2]="BAIL",e))(PatchFlags||{});function isFragment(e){return isVNode(e)&&e.type===Fragment}function isComment$1(e){return isVNode(e)&&e.type===Comment}function isValidElementNode(e){return isVNode(e)&&!isFragment(e)&&!isComment$1(e)}const getNormalizedProps=e=>{if(!isVNode(e))return{};const t=e.props||{},y=(isVNode(e.type)?e.type.props:void 0)||{},n={};return Object.keys(y).forEach($=>{hasOwn$1(y[$],"default")&&(n[$]=y[$].default)}),Object.keys(t).forEach($=>{n[camelize($)]=t[$]}),n},ensureOnlyChild=e=>{if(!isArray$4(e)||e.length>1)throw new Error("expect to receive a single Vue element child");return e[0]},flattedChildren=e=>{const t=isArray$4(e)?e:[e],y=[];return t.forEach(n=>{var $;isArray$4(n)?y.push(...flattedChildren(n)):isVNode(n)&&isArray$4(n.children)?y.push(...flattedChildren(n.children)):(y.push(n),isVNode(n)&&(($=n.component)!=null&&$.subTree)&&y.push(...flattedChildren(n.component.subTree)))}),y},unique=e=>[...new Set(e)],castArray=e=>!e&&e!==0?[]:Array.isArray(e)?e:[e],isKorean=e=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(e),mutable=e=>e;function throttleByRaf(e){let t=0;const y=(...n)=>{t&&cAF(t),t=rAF(()=>{e(...n),t=0})};return y.cancel=()=>{cAF(t),t=0},y}const DEFAULT_EXCLUDE_KEYS=["class","style"],LISTENER_PREFIX=/^on[A-Z]/,useAttrs=(e={})=>{const{excludeListeners:t=!1,excludeKeys:y}=e,n=computed(()=>((y==null?void 0:y.value)||[]).concat(DEFAULT_EXCLUDE_KEYS)),$=getCurrentInstance();return computed($?()=>{var k;return fromPairs(Object.entries((k=$.proxy)==null?void 0:k.$attrs).filter(([L])=>!n.value.includes(L)&&!(t&&LISTENER_PREFIX.test(L))))}:()=>({}))},useDeprecated=({from:e,replacement:t,scope:y,version:n,ref:$,type:k="API"},L)=>{watch(()=>unref(L),j=>{},{immediate:!0})},useDraggable=(e,t,y,n)=>{let $={offsetX:0,offsetY:0};const k=z=>{const re=z.clientX,oe=z.clientY,{offsetX:ue,offsetY:de}=$,_e=e.value.getBoundingClientRect(),Ne=_e.left,Ue=_e.top,$e=_e.width,Ve=_e.height,Fe=document.documentElement.clientWidth,qe=document.documentElement.clientHeight,er=-Ne+ue,ir=-Ue+de,dr=Fe-Ne-$e+ue,cr=qe-Ue-Ve+de,nr=Et=>{let ie=ue+Et.clientX-re,pe=de+Et.clientY-oe;n!=null&&n.value||(ie=Math.min(Math.max(ie,er),dr),pe=Math.min(Math.max(pe,ir),cr)),$={offsetX:ie,offsetY:pe},e.value&&(e.value.style.transform=`translate(${addUnit(ie)}, ${addUnit(pe)})`)},lr=()=>{document.removeEventListener("mousemove",nr),document.removeEventListener("mouseup",lr)};document.addEventListener("mousemove",nr),document.addEventListener("mouseup",lr)},L=()=>{t.value&&e.value&&t.value.addEventListener("mousedown",k)},j=()=>{t.value&&e.value&&t.value.removeEventListener("mousedown",k)},V=()=>{$={offsetX:0,offsetY:0},e.value&&(e.value.style.transform="none")};return onMounted(()=>{watchEffect(()=>{y.value?L():j()})}),onBeforeUnmount(()=>{j()}),{resetPostion:V}};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=e=>(t,y)=>translate(t,y,unref(e)),translate=(e,t,y)=>get(y,e,e).replace(/\{(\w+)\}/g,(n,$)=>{var k;return`${(k=t==null?void 0:t[$])!=null?k:`{${$}}`}`}),buildLocaleContext=e=>{const t=computed(()=>unref(e).name),y=isRef(e)?e:ref$1(e);return{lang:t,locale:y,t:buildTranslator(e)}},localeContextKey=Symbol("localeContextKey"),useLocale=e=>{const t=e||inject(localeContextKey,ref$1());return buildLocaleContext(computed(()=>t.value||English))},defaultNamespace="el",statePrefix="is-",_bem=(e,t,y,n,$)=>{let k=`${e}-${t}`;return y&&(k+=`-${y}`),n&&(k+=`__${n}`),$&&(k+=`--${$}`),k},namespaceContextKey=Symbol("namespaceContextKey"),useGetDerivedNamespace=e=>{const t=e||(getCurrentInstance()?inject(namespaceContextKey,ref$1(defaultNamespace)):ref$1(defaultNamespace));return computed(()=>unref(t)||defaultNamespace)},useNamespace=(e,t)=>{const y=useGetDerivedNamespace(t);return{namespace:y,b:(Ne="")=>_bem(y.value,e,Ne,"",""),e:Ne=>Ne?_bem(y.value,e,"",Ne,""):"",m:Ne=>Ne?_bem(y.value,e,"","",Ne):"",be:(Ne,Ue)=>Ne&&Ue?_bem(y.value,e,Ne,Ue,""):"",em:(Ne,Ue)=>Ne&&Ue?_bem(y.value,e,"",Ne,Ue):"",bm:(Ne,Ue)=>Ne&&Ue?_bem(y.value,e,Ne,"",Ue):"",bem:(Ne,Ue,$e)=>Ne&&Ue&&$e?_bem(y.value,e,Ne,Ue,$e):"",is:(Ne,...Ue)=>{const $e=Ue.length>=1?Ue[0]:!0;return Ne&&$e?`${statePrefix}${Ne}`:""},cssVar:Ne=>{const Ue={};for(const $e in Ne)Ne[$e]&&(Ue[`--${y.value}-${$e}`]=Ne[$e]);return Ue},cssVarName:Ne=>`--${y.value}-${Ne}`,cssVarBlock:Ne=>{const Ue={};for(const $e in Ne)Ne[$e]&&(Ue[`--${y.value}-${e}-${$e}`]=Ne[$e]);return Ue},cssVarBlockName:Ne=>`--${y.value}-${e}-${Ne}`}},useLockscreen=(e,t={})=>{isRef(e)||throwError("[useLockscreen]","You need to pass a ref param to this function");const y=t.ns||useNamespace("popup"),n=computed(()=>y.bm("parent","hidden"));if(!isClient||hasClass(document.body,n.value))return;let $=0,k=!1,L="0";const j=()=>{setTimeout(()=>{removeClass(document==null?void 0:document.body,n.value),k&&document&&(document.body.style.width=L)},200)};watch(e,V=>{if(!V){j();return}k=!hasClass(document.body,n.value),k&&(L=document.body.style.width),$=getScrollBarWidth(y.namespace.value);const z=document.documentElement.clientHeight<document.body.scrollHeight,re=getStyle(document.body,"overflowY");$>0&&(z||re==="scroll")&&k&&(document.body.style.width=`calc(100% - ${$}px)`),addClass(document.body,n.value)}),onScopeDispose(()=>j())},_prop=buildProp({type:definePropType(Boolean),default:null}),_event=buildProp({type:definePropType(Function)}),createModelToggleComposable=e=>{const t=`update:${e}`,y=`onUpdate:${e}`,n=[t],$={[e]:_prop,[y]:_event};return{useModelToggle:({indicator:L,toggleReason:j,shouldHideWhenRouteChanges:V,shouldProceed:z,onShow:re,onHide:oe})=>{const ue=getCurrentInstance(),{emit:de}=ue,_e=ue.props,Ne=computed(()=>isFunction$5(_e[y])),Ue=computed(()=>_e[e]===null),$e=dr=>{L.value!==!0&&(L.value=!0,j&&(j.value=dr),isFunction$5(re)&&re(dr))},Ve=dr=>{L.value!==!1&&(L.value=!1,j&&(j.value=dr),isFunction$5(oe)&&oe(dr))},Fe=dr=>{if(_e.disabled===!0||isFunction$5(z)&&!z())return;const cr=Ne.value&&isClient;cr&&de(t,!0),(Ue.value||!cr)&&$e(dr)},qe=dr=>{if(_e.disabled===!0||!isClient)return;const cr=Ne.value&&isClient;cr&&de(t,!1),(Ue.value||!cr)&&Ve(dr)},er=dr=>{isBoolean$3(dr)&&(_e.disabled&&dr?Ne.value&&de(t,!1):L.value!==dr&&(dr?$e():Ve()))},ir=()=>{L.value?qe():Fe()};return watch(()=>_e[e],er),V&&ue.appContext.config.globalProperties.$route!==void 0&&watch(()=>({...ue.proxy.$route}),()=>{V.value&&L.value&&qe()}),onMounted(()=>{er(_e[e])}),{hide:qe,show:Fe,toggle:ir,hasUpdateHandler:Ne}},useModelToggleProps:$,useModelToggleEmits:n}};createModelToggleComposable("modelValue");const useProp=e=>{const t=getCurrentInstance();return computed(()=>{var y,n;return(n=(y=t==null?void 0:t.proxy)==null?void 0:y.$props)==null?void 0:n[e]})};var E$1="top",R$1="bottom",W$6="right",P$1="left",me$1="auto",G$1=[E$1,R$1,W$6,P$1],U$1="start",J="end",Xe="clippingParents",je$1="viewport",K$5="popper",Ye="reference",De=G$1.reduce(function(e,t){return e.concat([t+"-"+U$1,t+"-"+J])},[]),Ee=[].concat(G$1,[me$1]).reduce(function(e,t){return e.concat([t,t+"-"+U$1,t+"-"+J])},[]),Ge="beforeRead",Je="read",Ke="afterRead",Qe="beforeMain",Ze$1="main",et="afterMain",tt="beforeWrite",nt="write",rt="afterWrite",ot=[Ge,Je,Ke,Qe,Ze$1,et,tt,nt,rt];function C(e){return e?(e.nodeName||"").toLowerCase():null}function H(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Q$1(e){var t=H(e).Element;return e instanceof t||e instanceof Element}function B(e){var t=H(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Pe$1(e){if(typeof ShadowRoot>"u")return!1;var t=H(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Mt(e){var t=e.state;Object.keys(t.elements).forEach(function(y){var n=t.styles[y]||{},$=t.attributes[y]||{},k=t.elements[y];!B(k)||!C(k)||(Object.assign(k.style,n),Object.keys($).forEach(function(L){var j=$[L];j===!1?k.removeAttribute(L):k.setAttribute(L,j===!0?"":j)}))})}function Rt$1(e){var t=e.state,y={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,y.popper),t.styles=y,t.elements.arrow&&Object.assign(t.elements.arrow.style,y.arrow),function(){Object.keys(t.elements).forEach(function(n){var $=t.elements[n],k=t.attributes[n]||{},L=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:y[n]),j=L.reduce(function(V,z){return V[z]="",V},{});!B($)||!C($)||(Object.assign($.style,j),Object.keys(k).forEach(function(V){$.removeAttribute(V)}))})}}var Ae={name:"applyStyles",enabled:!0,phase:"write",fn:Mt,effect:Rt$1,requires:["computeStyles"]};function q(e){return e.split("-")[0]}var X$1=Math.max,ve=Math.min,Z=Math.round;function ee$2(e,t){t===void 0&&(t=!1);var y=e.getBoundingClientRect(),n=1,$=1;if(B(e)&&t){var k=e.offsetHeight,L=e.offsetWidth;L>0&&(n=Z(y.width)/L||1),k>0&&($=Z(y.height)/k||1)}return{width:y.width/n,height:y.height/$,top:y.top/$,right:y.right/n,bottom:y.bottom/$,left:y.left/n,x:y.left/n,y:y.top/$}}function ke(e){var t=ee$2(e),y=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-y)<=1&&(y=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:y,height:n}}function it$2(e,t){var y=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(y&&Pe$1(y)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function N$1(e){return H(e).getComputedStyle(e)}function Wt(e){return["table","td","th"].indexOf(C(e))>=0}function I$1(e){return((Q$1(e)?e.ownerDocument:e.document)||window.document).documentElement}function ge$2(e){return C(e)==="html"?e:e.assignedSlot||e.parentNode||(Pe$1(e)?e.host:null)||I$1(e)}function at(e){return!B(e)||N$1(e).position==="fixed"?null:e.offsetParent}function Bt$1(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,y=navigator.userAgent.indexOf("Trident")!==-1;if(y&&B(e)){var n=N$1(e);if(n.position==="fixed")return null}var $=ge$2(e);for(Pe$1($)&&($=$.host);B($)&&["html","body"].indexOf(C($))<0;){var k=N$1($);if(k.transform!=="none"||k.perspective!=="none"||k.contain==="paint"||["transform","perspective"].indexOf(k.willChange)!==-1||t&&k.willChange==="filter"||t&&k.filter&&k.filter!=="none")return $;$=$.parentNode}return null}function se(e){for(var t=H(e),y=at(e);y&&Wt(y)&&N$1(y).position==="static";)y=at(y);return y&&(C(y)==="html"||C(y)==="body"&&N$1(y).position==="static")?t:y||Bt$1(e)||t}function Le$1(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function fe(e,t,y){return X$1(e,ve(t,y))}function St(e,t,y){var n=fe(e,t,y);return n>y?y:n}function st(){return{top:0,right:0,bottom:0,left:0}}function ft$2(e){return Object.assign({},st(),e)}function ct(e,t){return t.reduce(function(y,n){return y[n]=e,y},{})}var Tt$1=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,ft$2(typeof e!="number"?e:ct(e,G$1))};function Ht(e){var t,y=e.state,n=e.name,$=e.options,k=y.elements.arrow,L=y.modifiersData.popperOffsets,j=q(y.placement),V=Le$1(j),z=[P$1,W$6].indexOf(j)>=0,re=z?"height":"width";if(!(!k||!L)){var oe=Tt$1($.padding,y),ue=ke(k),de=V==="y"?E$1:P$1,_e=V==="y"?R$1:W$6,Ne=y.rects.reference[re]+y.rects.reference[V]-L[V]-y.rects.popper[re],Ue=L[V]-y.rects.reference[V],$e=se(k),Ve=$e?V==="y"?$e.clientHeight||0:$e.clientWidth||0:0,Fe=Ne/2-Ue/2,qe=oe[de],er=Ve-ue[re]-oe[_e],ir=Ve/2-ue[re]/2+Fe,dr=fe(qe,ir,er),cr=V;y.modifiersData[n]=(t={},t[cr]=dr,t.centerOffset=dr-ir,t)}}function Ct(e){var t=e.state,y=e.options,n=y.element,$=n===void 0?"[data-popper-arrow]":n;$!=null&&(typeof $=="string"&&($=t.elements.popper.querySelector($),!$)||!it$2(t.elements.popper,$)||(t.elements.arrow=$))}var pt={name:"arrow",enabled:!0,phase:"main",fn:Ht,effect:Ct,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function te(e){return e.split("-")[1]}var qt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Vt$1(e){var t=e.x,y=e.y,n=window,$=n.devicePixelRatio||1;return{x:Z(t*$)/$||0,y:Z(y*$)/$||0}}function ut(e){var t,y=e.popper,n=e.popperRect,$=e.placement,k=e.variation,L=e.offsets,j=e.position,V=e.gpuAcceleration,z=e.adaptive,re=e.roundOffsets,oe=e.isFixed,ue=L.x,de=ue===void 0?0:ue,_e=L.y,Ne=_e===void 0?0:_e,Ue=typeof re=="function"?re({x:de,y:Ne}):{x:de,y:Ne};de=Ue.x,Ne=Ue.y;var $e=L.hasOwnProperty("x"),Ve=L.hasOwnProperty("y"),Fe=P$1,qe=E$1,er=window;if(z){var ir=se(y),dr="clientHeight",cr="clientWidth";if(ir===H(y)&&(ir=I$1(y),N$1(ir).position!=="static"&&j==="absolute"&&(dr="scrollHeight",cr="scrollWidth")),ir=ir,$===E$1||($===P$1||$===W$6)&&k===J){qe=R$1;var nr=oe&&ir===er&&er.visualViewport?er.visualViewport.height:ir[dr];Ne-=nr-n.height,Ne*=V?1:-1}if($===P$1||($===E$1||$===R$1)&&k===J){Fe=W$6;var lr=oe&&ir===er&&er.visualViewport?er.visualViewport.width:ir[cr];de-=lr-n.width,de*=V?1:-1}}var Et=Object.assign({position:j},z&&qt),ie=re===!0?Vt$1({x:de,y:Ne}):{x:de,y:Ne};if(de=ie.x,Ne=ie.y,V){var pe;return Object.assign({},Et,(pe={},pe[qe]=Ve?"0":"",pe[Fe]=$e?"0":"",pe.transform=(er.devicePixelRatio||1)<=1?"translate("+de+"px, "+Ne+"px)":"translate3d("+de+"px, "+Ne+"px, 0)",pe))}return Object.assign({},Et,(t={},t[qe]=Ve?Ne+"px":"",t[Fe]=$e?de+"px":"",t.transform="",t))}function Nt(e){var t=e.state,y=e.options,n=y.gpuAcceleration,$=n===void 0?!0:n,k=y.adaptive,L=k===void 0?!0:k,j=y.roundOffsets,V=j===void 0?!0:j,z={placement:q(t.placement),variation:te(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:$,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,ut(Object.assign({},z,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:L,roundOffsets:V})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,ut(Object.assign({},z,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:V})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var Me$1={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Nt,data:{}},ye$1={passive:!0};function It$1(e){var t=e.state,y=e.instance,n=e.options,$=n.scroll,k=$===void 0?!0:$,L=n.resize,j=L===void 0?!0:L,V=H(t.elements.popper),z=[].concat(t.scrollParents.reference,t.scrollParents.popper);return k&&z.forEach(function(re){re.addEventListener("scroll",y.update,ye$1)}),j&&V.addEventListener("resize",y.update,ye$1),function(){k&&z.forEach(function(re){re.removeEventListener("scroll",y.update,ye$1)}),j&&V.removeEventListener("resize",y.update,ye$1)}}var Re$3={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:It$1,data:{}},_t={left:"right",right:"left",bottom:"top",top:"bottom"};function be(e){return e.replace(/left|right|bottom|top/g,function(t){return _t[t]})}var zt$1={start:"end",end:"start"};function lt$6(e){return e.replace(/start|end/g,function(t){return zt$1[t]})}function We(e){var t=H(e),y=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:y,scrollTop:n}}function Be$1(e){return ee$2(I$1(e)).left+We(e).scrollLeft}function Ft(e){var t=H(e),y=I$1(e),n=t.visualViewport,$=y.clientWidth,k=y.clientHeight,L=0,j=0;return n&&($=n.width,k=n.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(L=n.offsetLeft,j=n.offsetTop)),{width:$,height:k,x:L+Be$1(e),y:j}}function Ut$1(e){var t,y=I$1(e),n=We(e),$=(t=e.ownerDocument)==null?void 0:t.body,k=X$1(y.scrollWidth,y.clientWidth,$?$.scrollWidth:0,$?$.clientWidth:0),L=X$1(y.scrollHeight,y.clientHeight,$?$.scrollHeight:0,$?$.clientHeight:0),j=-n.scrollLeft+Be$1(e),V=-n.scrollTop;return N$1($||y).direction==="rtl"&&(j+=X$1(y.clientWidth,$?$.clientWidth:0)-k),{width:k,height:L,x:j,y:V}}function Se(e){var t=N$1(e),y=t.overflow,n=t.overflowX,$=t.overflowY;return/auto|scroll|overlay|hidden/.test(y+$+n)}function dt$1(e){return["html","body","#document"].indexOf(C(e))>=0?e.ownerDocument.body:B(e)&&Se(e)?e:dt$1(ge$2(e))}function ce(e,t){var y;t===void 0&&(t=[]);var n=dt$1(e),$=n===((y=e.ownerDocument)==null?void 0:y.body),k=H(n),L=$?[k].concat(k.visualViewport||[],Se(n)?n:[]):n,j=t.concat(L);return $?j:j.concat(ce(ge$2(L)))}function Te(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Xt$1(e){var t=ee$2(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function ht$1(e,t){return t===je$1?Te(Ft(e)):Q$1(t)?Xt$1(t):Te(Ut$1(I$1(e)))}function Yt(e){var t=ce(ge$2(e)),y=["absolute","fixed"].indexOf(N$1(e).position)>=0,n=y&&B(e)?se(e):e;return Q$1(n)?t.filter(function($){return Q$1($)&&it$2($,n)&&C($)!=="body"}):[]}function Gt$2(e,t,y){var n=t==="clippingParents"?Yt(e):[].concat(t),$=[].concat(n,[y]),k=$[0],L=$.reduce(function(j,V){var z=ht$1(e,V);return j.top=X$1(z.top,j.top),j.right=ve(z.right,j.right),j.bottom=ve(z.bottom,j.bottom),j.left=X$1(z.left,j.left),j},ht$1(e,k));return L.width=L.right-L.left,L.height=L.bottom-L.top,L.x=L.left,L.y=L.top,L}function mt$1(e){var t=e.reference,y=e.element,n=e.placement,$=n?q(n):null,k=n?te(n):null,L=t.x+t.width/2-y.width/2,j=t.y+t.height/2-y.height/2,V;switch($){case E$1:V={x:L,y:t.y-y.height};break;case R$1:V={x:L,y:t.y+t.height};break;case W$6:V={x:t.x+t.width,y:j};break;case P$1:V={x:t.x-y.width,y:j};break;default:V={x:t.x,y:t.y}}var z=$?Le$1($):null;if(z!=null){var re=z==="y"?"height":"width";switch(k){case U$1:V[z]=V[z]-(t[re]/2-y[re]/2);break;case J:V[z]=V[z]+(t[re]/2-y[re]/2);break}}return V}function ne$2(e,t){t===void 0&&(t={});var y=t,n=y.placement,$=n===void 0?e.placement:n,k=y.boundary,L=k===void 0?Xe:k,j=y.rootBoundary,V=j===void 0?je$1:j,z=y.elementContext,re=z===void 0?K$5:z,oe=y.altBoundary,ue=oe===void 0?!1:oe,de=y.padding,_e=de===void 0?0:de,Ne=ft$2(typeof _e!="number"?_e:ct(_e,G$1)),Ue=re===K$5?Ye:K$5,$e=e.rects.popper,Ve=e.elements[ue?Ue:re],Fe=Gt$2(Q$1(Ve)?Ve:Ve.contextElement||I$1(e.elements.popper),L,V),qe=ee$2(e.elements.reference),er=mt$1({reference:qe,element:$e,strategy:"absolute",placement:$}),ir=Te(Object.assign({},$e,er)),dr=re===K$5?ir:qe,cr={top:Fe.top-dr.top+Ne.top,bottom:dr.bottom-Fe.bottom+Ne.bottom,left:Fe.left-dr.left+Ne.left,right:dr.right-Fe.right+Ne.right},nr=e.modifiersData.offset;if(re===K$5&&nr){var lr=nr[$];Object.keys(cr).forEach(function(Et){var ie=[W$6,R$1].indexOf(Et)>=0?1:-1,pe=[E$1,R$1].indexOf(Et)>=0?"y":"x";cr[Et]+=lr[pe]*ie})}return cr}function Jt(e,t){t===void 0&&(t={});var y=t,n=y.placement,$=y.boundary,k=y.rootBoundary,L=y.padding,j=y.flipVariations,V=y.allowedAutoPlacements,z=V===void 0?Ee:V,re=te(n),oe=re?j?De:De.filter(function(_e){return te(_e)===re}):G$1,ue=oe.filter(function(_e){return z.indexOf(_e)>=0});ue.length===0&&(ue=oe);var de=ue.reduce(function(_e,Ne){return _e[Ne]=ne$2(e,{placement:Ne,boundary:$,rootBoundary:k,padding:L})[q(Ne)],_e},{});return Object.keys(de).sort(function(_e,Ne){return de[_e]-de[Ne]})}function Kt(e){if(q(e)===me$1)return[];var t=be(e);return[lt$6(e),t,lt$6(t)]}function Qt(e){var t=e.state,y=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var $=y.mainAxis,k=$===void 0?!0:$,L=y.altAxis,j=L===void 0?!0:L,V=y.fallbackPlacements,z=y.padding,re=y.boundary,oe=y.rootBoundary,ue=y.altBoundary,de=y.flipVariations,_e=de===void 0?!0:de,Ne=y.allowedAutoPlacements,Ue=t.options.placement,$e=q(Ue),Ve=$e===Ue,Fe=V||(Ve||!_e?[be(Ue)]:Kt(Ue)),qe=[Ue].concat(Fe).reduce(function(yr,xr){return yr.concat(q(xr)===me$1?Jt(t,{placement:xr,boundary:re,rootBoundary:oe,padding:z,flipVariations:_e,allowedAutoPlacements:Ne}):xr)},[]),er=t.rects.reference,ir=t.rects.popper,dr=new Map,cr=!0,nr=qe[0],lr=0;lr<qe.length;lr++){var Et=qe[lr],ie=q(Et),pe=te(Et)===U$1,Ce=[E$1,R$1].indexOf(ie)>=0,Ie=Ce?"width":"height",jt=ne$2(t,{placement:Et,boundary:re,rootBoundary:oe,altBoundary:ue,padding:z}),ar=Ce?pe?W$6:P$1:pe?R$1:E$1;er[Ie]>ir[Ie]&&(ar=be(ar));var ur=be(ar),kt=[];if(k&&kt.push(jt[ie]<=0),j&&kt.push(jt[ar]<=0,jt[ur]<=0),kt.every(function(yr){return yr})){nr=Et,cr=!1;break}dr.set(Et,kt)}if(cr)for(var he=_e?3:1,tr=function(yr){var xr=qe.find(function(Nr){var Tr=dr.get(Nr);if(Tr)return Tr.slice(0,yr).every(function(Sr){return Sr})});if(xr)return nr=xr,"break"},gr=he;gr>0;gr--){var _r=tr(gr);if(_r==="break")break}t.placement!==nr&&(t.modifiersData[n]._skip=!0,t.placement=nr,t.reset=!0)}}var vt={name:"flip",enabled:!0,phase:"main",fn:Qt,requiresIfExists:["offset"],data:{_skip:!1}};function gt$6(e,t,y){return y===void 0&&(y={x:0,y:0}),{top:e.top-t.height-y.y,right:e.right-t.width+y.x,bottom:e.bottom-t.height+y.y,left:e.left-t.width-y.x}}function yt$1(e){return[E$1,W$6,R$1,P$1].some(function(t){return e[t]>=0})}function Zt$1(e){var t=e.state,y=e.name,n=t.rects.reference,$=t.rects.popper,k=t.modifiersData.preventOverflow,L=ne$2(t,{elementContext:"reference"}),j=ne$2(t,{altBoundary:!0}),V=gt$6(L,n),z=gt$6(j,$,k),re=yt$1(V),oe=yt$1(z);t.modifiersData[y]={referenceClippingOffsets:V,popperEscapeOffsets:z,isReferenceHidden:re,hasPopperEscaped:oe},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":re,"data-popper-escaped":oe})}var bt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Zt$1};function en(e,t,y){var n=q(e),$=[P$1,E$1].indexOf(n)>=0?-1:1,k=typeof y=="function"?y(Object.assign({},t,{placement:e})):y,L=k[0],j=k[1];return L=L||0,j=(j||0)*$,[P$1,W$6].indexOf(n)>=0?{x:j,y:L}:{x:L,y:j}}function tn(e){var t=e.state,y=e.options,n=e.name,$=y.offset,k=$===void 0?[0,0]:$,L=Ee.reduce(function(re,oe){return re[oe]=en(oe,t.rects,k),re},{}),j=L[t.placement],V=j.x,z=j.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=V,t.modifiersData.popperOffsets.y+=z),t.modifiersData[n]=L}var wt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:tn};function nn(e){var t=e.state,y=e.name;t.modifiersData[y]=mt$1({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var He={name:"popperOffsets",enabled:!0,phase:"read",fn:nn,data:{}};function rn(e){return e==="x"?"y":"x"}function on(e){var t=e.state,y=e.options,n=e.name,$=y.mainAxis,k=$===void 0?!0:$,L=y.altAxis,j=L===void 0?!1:L,V=y.boundary,z=y.rootBoundary,re=y.altBoundary,oe=y.padding,ue=y.tether,de=ue===void 0?!0:ue,_e=y.tetherOffset,Ne=_e===void 0?0:_e,Ue=ne$2(t,{boundary:V,rootBoundary:z,padding:oe,altBoundary:re}),$e=q(t.placement),Ve=te(t.placement),Fe=!Ve,qe=Le$1($e),er=rn(qe),ir=t.modifiersData.popperOffsets,dr=t.rects.reference,cr=t.rects.popper,nr=typeof Ne=="function"?Ne(Object.assign({},t.rects,{placement:t.placement})):Ne,lr=typeof nr=="number"?{mainAxis:nr,altAxis:nr}:Object.assign({mainAxis:0,altAxis:0},nr),Et=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,ie={x:0,y:0};if(ir){if(k){var pe,Ce=qe==="y"?E$1:P$1,Ie=qe==="y"?R$1:W$6,jt=qe==="y"?"height":"width",ar=ir[qe],ur=ar+Ue[Ce],kt=ar-Ue[Ie],he=de?-cr[jt]/2:0,tr=Ve===U$1?dr[jt]:cr[jt],gr=Ve===U$1?-cr[jt]:-dr[jt],_r=t.elements.arrow,yr=de&&_r?ke(_r):{width:0,height:0},xr=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:st(),Nr=xr[Ce],Tr=xr[Ie],Sr=fe(0,dr[jt],yr[jt]),Ar=Fe?dr[jt]/2-he-Sr-Nr-lr.mainAxis:tr-Sr-Nr-lr.mainAxis,Fr=Fe?-dr[jt]/2+he+Sr+Tr+lr.mainAxis:gr+Sr+Tr+lr.mainAxis,Gr=t.elements.arrow&&se(t.elements.arrow),Vr=Gr?qe==="y"?Gr.clientTop||0:Gr.clientLeft||0:0,Dr=(pe=Et==null?void 0:Et[qe])!=null?pe:0,Ir=ar+Ar-Dr-Vr,Br=ar+Fr-Dr,Rr=fe(de?ve(ur,Ir):ur,ar,de?X$1(kt,Br):kt);ir[qe]=Rr,ie[qe]=Rr-ar}if(j){var Lr,$r=qe==="x"?E$1:P$1,jr=qe==="x"?R$1:W$6,vn=ir[er],Kr=er==="y"?"height":"width",kr=vn+Ue[$r],Qr=vn-Ue[jr],Zr=[E$1,P$1].indexOf($e)!==-1,Vi=(Lr=Et==null?void 0:Et[er])!=null?Lr:0,To=Zr?kr:vn-dr[Kr]-cr[Kr]-Vi+lr.altAxis,oa=Zr?vn+dr[Kr]+cr[Kr]-Vi-lr.altAxis:Qr,Ba=de&&Zr?St(To,vn,oa):fe(de?To:kr,vn,de?oa:Qr);ir[er]=Ba,ie[er]=Ba-vn}t.modifiersData[n]=ie}}var xt={name:"preventOverflow",enabled:!0,phase:"main",fn:on,requiresIfExists:["offset"]};function an(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function sn(e){return e===H(e)||!B(e)?We(e):an(e)}function fn(e){var t=e.getBoundingClientRect(),y=Z(t.width)/e.offsetWidth||1,n=Z(t.height)/e.offsetHeight||1;return y!==1||n!==1}function cn$1(e,t,y){y===void 0&&(y=!1);var n=B(t),$=B(t)&&fn(t),k=I$1(t),L=ee$2(e,$),j={scrollLeft:0,scrollTop:0},V={x:0,y:0};return(n||!n&&!y)&&((C(t)!=="body"||Se(k))&&(j=sn(t)),B(t)?(V=ee$2(t,!0),V.x+=t.clientLeft,V.y+=t.clientTop):k&&(V.x=Be$1(k))),{x:L.left+j.scrollLeft-V.x,y:L.top+j.scrollTop-V.y,width:L.width,height:L.height}}function pn(e){var t=new Map,y=new Set,n=[];e.forEach(function(k){t.set(k.name,k)});function $(k){y.add(k.name);var L=[].concat(k.requires||[],k.requiresIfExists||[]);L.forEach(function(j){if(!y.has(j)){var V=t.get(j);V&&$(V)}}),n.push(k)}return e.forEach(function(k){y.has(k.name)||$(k)}),n}function un(e){var t=pn(e);return ot.reduce(function(y,n){return y.concat(t.filter(function($){return $.phase===n}))},[])}function ln(e){var t;return function(){return t||(t=new Promise(function(y){Promise.resolve().then(function(){t=void 0,y(e())})})),t}}function dn(e){var t=e.reduce(function(y,n){var $=y[n.name];return y[n.name]=$?Object.assign({},$,n,{options:Object.assign({},$.options,n.options),data:Object.assign({},$.data,n.data)}):n,y},{});return Object.keys(t).map(function(y){return t[y]})}var Ot={placement:"bottom",modifiers:[],strategy:"absolute"};function $t$1(){for(var e=arguments.length,t=new Array(e),y=0;y<e;y++)t[y]=arguments[y];return!t.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function we(e){e===void 0&&(e={});var t=e,y=t.defaultModifiers,n=y===void 0?[]:y,$=t.defaultOptions,k=$===void 0?Ot:$;return function(L,j,V){V===void 0&&(V=k);var z={placement:"bottom",orderedModifiers:[],options:Object.assign({},Ot,k),modifiersData:{},elements:{reference:L,popper:j},attributes:{},styles:{}},re=[],oe=!1,ue={state:z,setOptions:function(Ne){var Ue=typeof Ne=="function"?Ne(z.options):Ne;_e(),z.options=Object.assign({},k,z.options,Ue),z.scrollParents={reference:Q$1(L)?ce(L):L.contextElement?ce(L.contextElement):[],popper:ce(j)};var $e=un(dn([].concat(n,z.options.modifiers)));return z.orderedModifiers=$e.filter(function(Ve){return Ve.enabled}),de(),ue.update()},forceUpdate:function(){if(!oe){var Ne=z.elements,Ue=Ne.reference,$e=Ne.popper;if($t$1(Ue,$e)){z.rects={reference:cn$1(Ue,se($e),z.options.strategy==="fixed"),popper:ke($e)},z.reset=!1,z.placement=z.options.placement,z.orderedModifiers.forEach(function(cr){return z.modifiersData[cr.name]=Object.assign({},cr.data)});for(var Ve=0;Ve<z.orderedModifiers.length;Ve++){if(z.reset===!0){z.reset=!1,Ve=-1;continue}var Fe=z.orderedModifiers[Ve],qe=Fe.fn,er=Fe.options,ir=er===void 0?{}:er,dr=Fe.name;typeof qe=="function"&&(z=qe({state:z,options:ir,name:dr,instance:ue})||z)}}}},update:ln(function(){return new Promise(function(Ne){ue.forceUpdate(),Ne(z)})}),destroy:function(){_e(),oe=!0}};if(!$t$1(L,j))return ue;ue.setOptions(V).then(function(Ne){!oe&&V.onFirstUpdate&&V.onFirstUpdate(Ne)});function de(){z.orderedModifiers.forEach(function(Ne){var Ue=Ne.name,$e=Ne.options,Ve=$e===void 0?{}:$e,Fe=Ne.effect;if(typeof Fe=="function"){var qe=Fe({state:z,name:Ue,instance:ue,options:Ve}),er=function(){};re.push(qe||er)}})}function _e(){re.forEach(function(Ne){return Ne()}),re=[]}return ue}}we();var mn=[Re$3,He,Me$1,Ae];we({defaultModifiers:mn});var gn$1=[Re$3,He,Me$1,Ae,wt,vt,xt,pt,bt],yn=we({defaultModifiers:gn$1});const usePopper=(e,t,y={})=>{const n={name:"updateState",enabled:!0,phase:"write",fn:({state:V})=>{const z=deriveState(V);Object.assign(L.value,z)},requires:["computeStyles"]},$=computed(()=>{const{onFirstUpdate:V,placement:z,strategy:re,modifiers:oe}=unref(y);return{onFirstUpdate:V,placement:z||"bottom",strategy:re||"absolute",modifiers:[...oe||[],n,{name:"applyStyles",enabled:!1}]}}),k=shallowRef(),L=ref$1({styles:{popper:{position:unref($).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),j=()=>{k.value&&(k.value.destroy(),k.value=void 0)};return watch($,V=>{const z=unref(k);z&&z.setOptions(V)},{deep:!0}),watch([e,t],([V,z])=>{j(),!(!V||!z)&&(k.value=yn(V,z,unref($)))}),onBeforeUnmount(()=>{j()}),{state:computed(()=>{var V;return{...((V=unref(k))==null?void 0:V.state)||{}}}),styles:computed(()=>unref(L).styles),attributes:computed(()=>unref(L).attributes),update:()=>{var V;return(V=unref(k))==null?void 0:V.update()},forceUpdate:()=>{var V;return(V=unref(k))==null?void 0:V.forceUpdate()},instanceRef:computed(()=>unref(k))}};function deriveState(e){const t=Object.keys(e.elements),y=fromPairs(t.map($=>[$,e.styles[$]||{}])),n=fromPairs(t.map($=>[$,e.attributes[$]]));return{styles:y,attributes:n}}const useSameTarget=e=>{if(!e)return{onClick:NOOP,onMousedown:NOOP,onMouseup:NOOP};let t=!1,y=!1;return{onClick:L=>{t&&y&&e(L),t=y=!1},onMousedown:L=>{t=L.target===L.currentTarget},onMouseup:L=>{y=L.target===L.currentTarget}}},useThrottleRender=(e,t=0)=>{if(t===0)return e;const y=ref$1(!1);let n=null;const $=()=>{n&&clearTimeout(n),n=setTimeout(()=>{y.value=e.value},t)};return onMounted($),watch(()=>e.value,k=>{k?$():y.value=k}),y};function useTimeout(){let e;const t=(n,$)=>{y(),e=window.setTimeout(n,$)},y=()=>window.clearTimeout(e);return tryOnScopeDispose(()=>y()),{registerTimeout:t,cancelTimeout:y}}const defaultIdInjection={prefix:Math.floor(Math.random()*1e4),current:0},ID_INJECTION_KEY=Symbol("elIdInjection"),useIdInjection=()=>getCurrentInstance()?inject(ID_INJECTION_KEY,defaultIdInjection):defaultIdInjection,useId=e=>{const t=useIdInjection(),y=useGetDerivedNamespace();return computed(()=>unref(e)||`${y.value}-id-${t.prefix}-${t.current++}`)};let registeredEscapeHandlers=[];const cachedHandler=e=>{const t=e;t.key===EVENT_CODE.esc&&registeredEscapeHandlers.forEach(y=>y(t))},useEscapeKeydown=e=>{onMounted(()=>{registeredEscapeHandlers.length===0&&document.addEventListener("keydown",cachedHandler),isClient&&registeredEscapeHandlers.push(e)}),onBeforeUnmount(()=>{registeredEscapeHandlers=registeredEscapeHandlers.filter(t=>t!==e),registeredEscapeHandlers.length===0&&isClient&&document.removeEventListener("keydown",cachedHandler)})};let cachedContainer;const usePopperContainerId=()=>{const e=useGetDerivedNamespace(),t=useIdInjection(),y=computed(()=>`${e.value}-popper-container-${t.prefix}`),n=computed(()=>`#${y.value}`);return{id:y,selector:n}},createContainer=e=>{const t=document.createElement("div");return t.id=e,document.body.appendChild(t),t},usePopperContainer=()=>{const{id:e,selector:t}=usePopperContainerId();return onBeforeMount(()=>{isClient&&!cachedContainer&&!document.body.querySelector(t.value)&&(cachedContainer=createContainer(e.value))}),{id:e,selector:t}},useDelayedToggleProps=buildProps({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),useDelayedToggle=({showAfter:e,hideAfter:t,autoClose:y,open:n,close:$})=>{const{registerTimeout:k}=useTimeout(),{registerTimeout:L,cancelTimeout:j}=useTimeout();return{onOpen:re=>{k(()=>{n(re);const oe=unref(y);isNumber$4(oe)&&oe>0&&L(()=>{$(re)},oe)},unref(e))},onClose:re=>{j(),k(()=>{$(re)},unref(t))}}},FORWARD_REF_INJECTION_KEY=Symbol("elForwardRef"),useForwardRef=e=>{provide(FORWARD_REF_INJECTION_KEY,{setForwardRef:y=>{e.value=y}})},useForwardRefDirective=e=>({mounted(t){e(t)},updated(t){e(t)},unmounted(){e(null)}}),initial={current:0},zIndex=ref$1(0),defaultInitialZIndex=2e3,ZINDEX_INJECTION_KEY=Symbol("elZIndexContextKey"),zIndexContextKey=Symbol("zIndexContextKey"),useZIndex=e=>{const t=getCurrentInstance()?inject(ZINDEX_INJECTION_KEY,initial):initial,y=e||(getCurrentInstance()?inject(zIndexContextKey,void 0):void 0),n=computed(()=>{const L=unref(y);return isNumber$4(L)?L:defaultInitialZIndex}),$=computed(()=>n.value+zIndex.value),k=()=>(t.current++,zIndex.value=t.current,$.value);return!isClient&&inject(ZINDEX_INJECTION_KEY),{initialZIndex:n,currentZIndex:$,nextZIndex:k}},sides=["top","right","bottom","left"],min$1=Math.min,max$2=Math.max,round=Math.round,floor$1=Math.floor,createCoords=e=>({x:e,y:e}),oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"},oppositeAlignmentMap={start:"end",end:"start"};function clamp(e,t,y){return max$2(e,min$1(t,y))}function evaluate(e,t){return typeof e=="function"?e(t):e}function getSide(e){return e.split("-")[0]}function getAlignment(e){return e.split("-")[1]}function getOppositeAxis(e){return e==="x"?"y":"x"}function getAxisLength(e){return e==="y"?"height":"width"}function getSideAxis(e){return["top","bottom"].includes(getSide(e))?"y":"x"}function getAlignmentAxis(e){return getOppositeAxis(getSideAxis(e))}function getAlignmentSides(e,t,y){y===void 0&&(y=!1);const n=getAlignment(e),$=getAlignmentAxis(e),k=getAxisLength($);let L=$==="x"?n===(y?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[k]>t.floating[k]&&(L=getOppositePlacement(L)),[L,getOppositePlacement(L)]}function getExpandedPlacements(e){const t=getOppositePlacement(e);return[getOppositeAlignmentPlacement(e),t,getOppositeAlignmentPlacement(t)]}function getOppositeAlignmentPlacement(e){return e.replace(/start|end/g,t=>oppositeAlignmentMap[t])}function getSideList(e,t,y){const n=["left","right"],$=["right","left"],k=["top","bottom"],L=["bottom","top"];switch(e){case"top":case"bottom":return y?t?$:n:t?n:$;case"left":case"right":return t?k:L;default:return[]}}function getOppositeAxisPlacements(e,t,y,n){const $=getAlignment(e);let k=getSideList(getSide(e),y==="start",n);return $&&(k=k.map(L=>L+"-"+$),t&&(k=k.concat(k.map(getOppositeAlignmentPlacement)))),k}function getOppositePlacement(e){return e.replace(/left|right|bottom|top/g,t=>oppositeSideMap[t])}function expandPaddingObject(e){return{top:0,right:0,bottom:0,left:0,...e}}function getPaddingObject(e){return typeof e!="number"?expandPaddingObject(e):{top:e,right:e,bottom:e,left:e}}function rectToClientRect(e){const{x:t,y,width:n,height:$}=e;return{width:n,height:$,top:y,left:t,right:t+n,bottom:y+$,x:t,y}}function computeCoordsFromPlacement(e,t,y){let{reference:n,floating:$}=e;const k=getSideAxis(t),L=getAlignmentAxis(t),j=getAxisLength(L),V=getSide(t),z=k==="y",re=n.x+n.width/2-$.width/2,oe=n.y+n.height/2-$.height/2,ue=n[j]/2-$[j]/2;let de;switch(V){case"top":de={x:re,y:n.y-$.height};break;case"bottom":de={x:re,y:n.y+n.height};break;case"right":de={x:n.x+n.width,y:oe};break;case"left":de={x:n.x-$.width,y:oe};break;default:de={x:n.x,y:n.y}}switch(getAlignment(t)){case"start":de[L]-=ue*(y&&z?-1:1);break;case"end":de[L]+=ue*(y&&z?-1:1);break}return de}const computePosition$1=async(e,t,y)=>{const{placement:n="bottom",strategy:$="absolute",middleware:k=[],platform:L}=y,j=k.filter(Boolean),V=await(L.isRTL==null?void 0:L.isRTL(t));let z=await L.getElementRects({reference:e,floating:t,strategy:$}),{x:re,y:oe}=computeCoordsFromPlacement(z,n,V),ue=n,de={},_e=0;for(let Ne=0;Ne<j.length;Ne++){const{name:Ue,fn:$e}=j[Ne],{x:Ve,y:Fe,data:qe,reset:er}=await $e({x:re,y:oe,initialPlacement:n,placement:ue,strategy:$,middlewareData:de,rects:z,platform:L,elements:{reference:e,floating:t}});re=Ve??re,oe=Fe??oe,de={...de,[Ue]:{...de[Ue],...qe}},er&&_e<=50&&(_e++,typeof er=="object"&&(er.placement&&(ue=er.placement),er.rects&&(z=er.rects===!0?await L.getElementRects({reference:e,floating:t,strategy:$}):er.rects),{x:re,y:oe}=computeCoordsFromPlacement(z,ue,V)),Ne=-1)}return{x:re,y:oe,placement:ue,strategy:$,middlewareData:de}};async function detectOverflow$1(e,t){var y;t===void 0&&(t={});const{x:n,y:$,platform:k,rects:L,elements:j,strategy:V}=e,{boundary:z="clippingAncestors",rootBoundary:re="viewport",elementContext:oe="floating",altBoundary:ue=!1,padding:de=0}=evaluate(t,e),_e=getPaddingObject(de),Ue=j[ue?oe==="floating"?"reference":"floating":oe],$e=rectToClientRect(await k.getClippingRect({element:(y=await(k.isElement==null?void 0:k.isElement(Ue)))==null||y?Ue:Ue.contextElement||await(k.getDocumentElement==null?void 0:k.getDocumentElement(j.floating)),boundary:z,rootBoundary:re,strategy:V})),Ve=oe==="floating"?{x:n,y:$,width:L.floating.width,height:L.floating.height}:L.reference,Fe=await(k.getOffsetParent==null?void 0:k.getOffsetParent(j.floating)),qe=await(k.isElement==null?void 0:k.isElement(Fe))?await(k.getScale==null?void 0:k.getScale(Fe))||{x:1,y:1}:{x:1,y:1},er=rectToClientRect(k.convertOffsetParentRelativeRectToViewportRelativeRect?await k.convertOffsetParentRelativeRectToViewportRelativeRect({elements:j,rect:Ve,offsetParent:Fe,strategy:V}):Ve);return{top:($e.top-er.top+_e.top)/qe.y,bottom:(er.bottom-$e.bottom+_e.bottom)/qe.y,left:($e.left-er.left+_e.left)/qe.x,right:(er.right-$e.right+_e.right)/qe.x}}const arrow$2=e=>({name:"arrow",options:e,async fn(t){const{x:y,y:n,placement:$,rects:k,platform:L,elements:j,middlewareData:V}=t,{element:z,padding:re=0}=evaluate(e,t)||{};if(z==null)return{};const oe=getPaddingObject(re),ue={x:y,y:n},de=getAlignmentAxis($),_e=getAxisLength(de),Ne=await L.getDimensions(z),Ue=de==="y",$e=Ue?"top":"left",Ve=Ue?"bottom":"right",Fe=Ue?"clientHeight":"clientWidth",qe=k.reference[_e]+k.reference[de]-ue[de]-k.floating[_e],er=ue[de]-k.reference[de],ir=await(L.getOffsetParent==null?void 0:L.getOffsetParent(z));let dr=ir?ir[Fe]:0;(!dr||!await(L.isElement==null?void 0:L.isElement(ir)))&&(dr=j.floating[Fe]||k.floating[_e]);const cr=qe/2-er/2,nr=dr/2-Ne[_e]/2-1,lr=min$1(oe[$e],nr),Et=min$1(oe[Ve],nr),ie=lr,pe=dr-Ne[_e]-Et,Ce=dr/2-Ne[_e]/2+cr,Ie=clamp(ie,Ce,pe),jt=!V.arrow&&getAlignment($)!=null&&Ce!==Ie&&k.reference[_e]/2-(Ce<ie?lr:Et)-Ne[_e]/2<0,ar=jt?Ce<ie?Ce-ie:Ce-pe:0;return{[de]:ue[de]+ar,data:{[de]:Ie,centerOffset:Ce-Ie-ar,...jt&&{alignmentOffset:ar}},reset:jt}}}),flip$1=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var y,n;const{placement:$,middlewareData:k,rects:L,initialPlacement:j,platform:V,elements:z}=t,{mainAxis:re=!0,crossAxis:oe=!0,fallbackPlacements:ue,fallbackStrategy:de="bestFit",fallbackAxisSideDirection:_e="none",flipAlignment:Ne=!0,...Ue}=evaluate(e,t);if((y=k.arrow)!=null&&y.alignmentOffset)return{};const $e=getSide($),Ve=getSideAxis(j),Fe=getSide(j)===j,qe=await(V.isRTL==null?void 0:V.isRTL(z.floating)),er=ue||(Fe||!Ne?[getOppositePlacement(j)]:getExpandedPlacements(j)),ir=_e!=="none";!ue&&ir&&er.push(...getOppositeAxisPlacements(j,Ne,_e,qe));const dr=[j,...er],cr=await detectOverflow$1(t,Ue),nr=[];let lr=((n=k.flip)==null?void 0:n.overflows)||[];if(re&&nr.push(cr[$e]),oe){const Ce=getAlignmentSides($,L,qe);nr.push(cr[Ce[0]],cr[Ce[1]])}if(lr=[...lr,{placement:$,overflows:nr}],!nr.every(Ce=>Ce<=0)){var Et,ie;const Ce=(((Et=k.flip)==null?void 0:Et.index)||0)+1,Ie=dr[Ce];if(Ie)return{data:{index:Ce,overflows:lr},reset:{placement:Ie}};let jt=(ie=lr.filter(ar=>ar.overflows[0]<=0).sort((ar,ur)=>ar.overflows[1]-ur.overflows[1])[0])==null?void 0:ie.placement;if(!jt)switch(de){case"bestFit":{var pe;const ar=(pe=lr.filter(ur=>{if(ir){const kt=getSideAxis(ur.placement);return kt===Ve||kt==="y"}return!0}).map(ur=>[ur.placement,ur.overflows.filter(kt=>kt>0).reduce((kt,he)=>kt+he,0)]).sort((ur,kt)=>ur[1]-kt[1])[0])==null?void 0:pe[0];ar&&(jt=ar);break}case"initialPlacement":jt=j;break}if($!==jt)return{reset:{placement:jt}}}return{}}}};function getSideOffsets(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function isAnySideFullyClipped(e){return sides.some(t=>e[t]>=0)}const hide$1=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:y}=t,{strategy:n="referenceHidden",...$}=evaluate(e,t);switch(n){case"referenceHidden":{const k=await detectOverflow$1(t,{...$,elementContext:"reference"}),L=getSideOffsets(k,y.reference);return{data:{referenceHiddenOffsets:L,referenceHidden:isAnySideFullyClipped(L)}}}case"escaped":{const k=await detectOverflow$1(t,{...$,altBoundary:!0}),L=getSideOffsets(k,y.floating);return{data:{escapedOffsets:L,escaped:isAnySideFullyClipped(L)}}}default:return{}}}}};async function convertValueToCoords(e,t){const{placement:y,platform:n,elements:$}=e,k=await(n.isRTL==null?void 0:n.isRTL($.floating)),L=getSide(y),j=getAlignment(y),V=getSideAxis(y)==="y",z=["left","top"].includes(L)?-1:1,re=k&&V?-1:1,oe=evaluate(t,e);let{mainAxis:ue,crossAxis:de,alignmentAxis:_e}=typeof oe=="number"?{mainAxis:oe,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...oe};return j&&typeof _e=="number"&&(de=j==="end"?_e*-1:_e),V?{x:de*re,y:ue*z}:{x:ue*z,y:de*re}}const offset$1=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var y,n;const{x:$,y:k,placement:L,middlewareData:j}=t,V=await convertValueToCoords(t,e);return L===((y=j.offset)==null?void 0:y.placement)&&(n=j.arrow)!=null&&n.alignmentOffset?{}:{x:$+V.x,y:k+V.y,data:{...V,placement:L}}}}},shift$1=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:y,y:n,placement:$}=t,{mainAxis:k=!0,crossAxis:L=!1,limiter:j={fn:Ue=>{let{x:$e,y:Ve}=Ue;return{x:$e,y:Ve}}},...V}=evaluate(e,t),z={x:y,y:n},re=await detectOverflow$1(t,V),oe=getSideAxis(getSide($)),ue=getOppositeAxis(oe);let de=z[ue],_e=z[oe];if(k){const Ue=ue==="y"?"top":"left",$e=ue==="y"?"bottom":"right",Ve=de+re[Ue],Fe=de-re[$e];de=clamp(Ve,de,Fe)}if(L){const Ue=oe==="y"?"top":"left",$e=oe==="y"?"bottom":"right",Ve=_e+re[Ue],Fe=_e-re[$e];_e=clamp(Ve,_e,Fe)}const Ne=j.fn({...t,[ue]:de,[oe]:_e});return{...Ne,data:{x:Ne.x-y,y:Ne.y-n}}}}},limitShift$1=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:y,y:n,placement:$,rects:k,middlewareData:L}=t,{offset:j=0,mainAxis:V=!0,crossAxis:z=!0}=evaluate(e,t),re={x:y,y:n},oe=getSideAxis($),ue=getOppositeAxis(oe);let de=re[ue],_e=re[oe];const Ne=evaluate(j,t),Ue=typeof Ne=="number"?{mainAxis:Ne,crossAxis:0}:{mainAxis:0,crossAxis:0,...Ne};if(V){const Fe=ue==="y"?"height":"width",qe=k.reference[ue]-k.floating[Fe]+Ue.mainAxis,er=k.reference[ue]+k.reference[Fe]-Ue.mainAxis;de<qe?de=qe:de>er&&(de=er)}if(z){var $e,Ve;const Fe=ue==="y"?"width":"height",qe=["top","left"].includes(getSide($)),er=k.reference[oe]-k.floating[Fe]+(qe&&(($e=L.offset)==null?void 0:$e[oe])||0)+(qe?0:Ue.crossAxis),ir=k.reference[oe]+k.reference[Fe]+(qe?0:((Ve=L.offset)==null?void 0:Ve[oe])||0)-(qe?Ue.crossAxis:0);_e<er?_e=er:_e>ir&&(_e=ir)}return{[ue]:de,[oe]:_e}}}},size$1=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:y,rects:n,platform:$,elements:k}=t,{apply:L=()=>{},...j}=evaluate(e,t),V=await detectOverflow$1(t,j),z=getSide(y),re=getAlignment(y),oe=getSideAxis(y)==="y",{width:ue,height:de}=n.floating;let _e,Ne;z==="top"||z==="bottom"?(_e=z,Ne=re===(await($.isRTL==null?void 0:$.isRTL(k.floating))?"start":"end")?"left":"right"):(Ne=z,_e=re==="end"?"top":"bottom");const Ue=de-V.top-V.bottom,$e=ue-V.left-V.right,Ve=min$1(de-V[_e],Ue),Fe=min$1(ue-V[Ne],$e),qe=!t.middlewareData.shift;let er=Ve,ir=Fe;if(oe?ir=re||qe?min$1(Fe,$e):$e:er=re||qe?min$1(Ve,Ue):Ue,qe&&!re){const cr=max$2(V.left,0),nr=max$2(V.right,0),lr=max$2(V.top,0),Et=max$2(V.bottom,0);oe?ir=ue-2*(cr!==0||nr!==0?cr+nr:max$2(V.left,V.right)):er=de-2*(lr!==0||Et!==0?lr+Et:max$2(V.top,V.bottom))}await L({...t,availableWidth:ir,availableHeight:er});const dr=await $.getDimensions(k.floating);return ue!==dr.width||de!==dr.height?{reset:{rects:!0}}:{}}}};function getNodeName(e){return isNode$1(e)?(e.nodeName||"").toLowerCase():"#document"}function getWindow(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function getDocumentElement(e){var t;return(t=(isNode$1(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function isNode$1(e){return e instanceof Node||e instanceof getWindow(e).Node}function isElement$1(e){return e instanceof Element||e instanceof getWindow(e).Element}function isHTMLElement(e){return e instanceof HTMLElement||e instanceof getWindow(e).HTMLElement}function isShadowRoot(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof getWindow(e).ShadowRoot}function isOverflowElement(e){const{overflow:t,overflowX:y,overflowY:n,display:$}=getComputedStyle$1(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+y)&&!["inline","contents"].includes($)}function isTableElement(e){return["table","td","th"].includes(getNodeName(e))}function isTopLayer(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function isContainingBlock(e){const t=isWebKit(),y=isElement$1(e)?getComputedStyle$1(e):e;return y.transform!=="none"||y.perspective!=="none"||(y.containerType?y.containerType!=="normal":!1)||!t&&(y.backdropFilter?y.backdropFilter!=="none":!1)||!t&&(y.filter?y.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(y.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(y.contain||"").includes(n))}function getContainingBlock(e){let t=getParentNode(e);for(;isHTMLElement(t)&&!isLastTraversableNode(t);){if(isContainingBlock(t))return t;if(isTopLayer(t))return null;t=getParentNode(t)}return null}function isWebKit(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function isLastTraversableNode(e){return["html","body","#document"].includes(getNodeName(e))}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function getNodeScroll(e){return isElement$1(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function getParentNode(e){if(getNodeName(e)==="html")return e;const t=e.assignedSlot||e.parentNode||isShadowRoot(e)&&e.host||getDocumentElement(e);return isShadowRoot(t)?t.host:t}function getNearestOverflowAncestor(e){const t=getParentNode(e);return isLastTraversableNode(t)?e.ownerDocument?e.ownerDocument.body:e.body:isHTMLElement(t)&&isOverflowElement(t)?t:getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t,y){var n;t===void 0&&(t=[]),y===void 0&&(y=!0);const $=getNearestOverflowAncestor(e),k=$===((n=e.ownerDocument)==null?void 0:n.body),L=getWindow($);if(k){const j=getFrameElement(L);return t.concat(L,L.visualViewport||[],isOverflowElement($)?$:[],j&&y?getOverflowAncestors(j):[])}return t.concat($,getOverflowAncestors($,[],y))}function getFrameElement(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function getCssDimensions(e){const t=getComputedStyle$1(e);let y=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const $=isHTMLElement(e),k=$?e.offsetWidth:y,L=$?e.offsetHeight:n,j=round(y)!==k||round(n)!==L;return j&&(y=k,n=L),{width:y,height:n,$:j}}function unwrapElement$1(e){return isElement$1(e)?e:e.contextElement}function getScale(e){const t=unwrapElement$1(e);if(!isHTMLElement(t))return createCoords(1);const y=t.getBoundingClientRect(),{width:n,height:$,$:k}=getCssDimensions(t);let L=(k?round(y.width):y.width)/n,j=(k?round(y.height):y.height)/$;return(!L||!Number.isFinite(L))&&(L=1),(!j||!Number.isFinite(j))&&(j=1),{x:L,y:j}}const noOffsets=createCoords(0);function getVisualOffsets(e){const t=getWindow(e);return!isWebKit()||!t.visualViewport?noOffsets:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function shouldAddVisualOffsets(e,t,y){return t===void 0&&(t=!1),!y||t&&y!==getWindow(e)?!1:t}function getBoundingClientRect(e,t,y,n){t===void 0&&(t=!1),y===void 0&&(y=!1);const $=e.getBoundingClientRect(),k=unwrapElement$1(e);let L=createCoords(1);t&&(n?isElement$1(n)&&(L=getScale(n)):L=getScale(e));const j=shouldAddVisualOffsets(k,y,n)?getVisualOffsets(k):createCoords(0);let V=($.left+j.x)/L.x,z=($.top+j.y)/L.y,re=$.width/L.x,oe=$.height/L.y;if(k){const ue=getWindow(k),de=n&&isElement$1(n)?getWindow(n):n;let _e=ue,Ne=getFrameElement(_e);for(;Ne&&n&&de!==_e;){const Ue=getScale(Ne),$e=Ne.getBoundingClientRect(),Ve=getComputedStyle$1(Ne),Fe=$e.left+(Ne.clientLeft+parseFloat(Ve.paddingLeft))*Ue.x,qe=$e.top+(Ne.clientTop+parseFloat(Ve.paddingTop))*Ue.y;V*=Ue.x,z*=Ue.y,re*=Ue.x,oe*=Ue.y,V+=Fe,z+=qe,_e=getWindow(Ne),Ne=getFrameElement(_e)}}return rectToClientRect({width:re,height:oe,x:V,y:z})}function convertOffsetParentRelativeRectToViewportRelativeRect(e){let{elements:t,rect:y,offsetParent:n,strategy:$}=e;const k=$==="fixed",L=getDocumentElement(n),j=t?isTopLayer(t.floating):!1;if(n===L||j&&k)return y;let V={scrollLeft:0,scrollTop:0},z=createCoords(1);const re=createCoords(0),oe=isHTMLElement(n);if((oe||!oe&&!k)&&((getNodeName(n)!=="body"||isOverflowElement(L))&&(V=getNodeScroll(n)),isHTMLElement(n))){const ue=getBoundingClientRect(n);z=getScale(n),re.x=ue.x+n.clientLeft,re.y=ue.y+n.clientTop}return{width:y.width*z.x,height:y.height*z.y,x:y.x*z.x-V.scrollLeft*z.x+re.x,y:y.y*z.y-V.scrollTop*z.y+re.y}}function getClientRects(e){return Array.from(e.getClientRects())}function getWindowScrollBarX(e){return getBoundingClientRect(getDocumentElement(e)).left+getNodeScroll(e).scrollLeft}function getDocumentRect(e){const t=getDocumentElement(e),y=getNodeScroll(e),n=e.ownerDocument.body,$=max$2(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),k=max$2(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let L=-y.scrollLeft+getWindowScrollBarX(e);const j=-y.scrollTop;return getComputedStyle$1(n).direction==="rtl"&&(L+=max$2(t.clientWidth,n.clientWidth)-$),{width:$,height:k,x:L,y:j}}function getViewportRect(e,t){const y=getWindow(e),n=getDocumentElement(e),$=y.visualViewport;let k=n.clientWidth,L=n.clientHeight,j=0,V=0;if($){k=$.width,L=$.height;const z=isWebKit();(!z||z&&t==="fixed")&&(j=$.offsetLeft,V=$.offsetTop)}return{width:k,height:L,x:j,y:V}}function getInnerBoundingClientRect(e,t){const y=getBoundingClientRect(e,!0,t==="fixed"),n=y.top+e.clientTop,$=y.left+e.clientLeft,k=isHTMLElement(e)?getScale(e):createCoords(1),L=e.clientWidth*k.x,j=e.clientHeight*k.y,V=$*k.x,z=n*k.y;return{width:L,height:j,x:V,y:z}}function getClientRectFromClippingAncestor(e,t,y){let n;if(t==="viewport")n=getViewportRect(e,y);else if(t==="document")n=getDocumentRect(getDocumentElement(e));else if(isElement$1(t))n=getInnerBoundingClientRect(t,y);else{const $=getVisualOffsets(e);n={...t,x:t.x-$.x,y:t.y-$.y}}return rectToClientRect(n)}function hasFixedPositionAncestor(e,t){const y=getParentNode(e);return y===t||!isElement$1(y)||isLastTraversableNode(y)?!1:getComputedStyle$1(y).position==="fixed"||hasFixedPositionAncestor(y,t)}function getClippingElementAncestors(e,t){const y=t.get(e);if(y)return y;let n=getOverflowAncestors(e,[],!1).filter(j=>isElement$1(j)&&getNodeName(j)!=="body"),$=null;const k=getComputedStyle$1(e).position==="fixed";let L=k?getParentNode(e):e;for(;isElement$1(L)&&!isLastTraversableNode(L);){const j=getComputedStyle$1(L),V=isContainingBlock(L);!V&&j.position==="fixed"&&($=null),(k?!V&&!$:!V&&j.position==="static"&&!!$&&["absolute","fixed"].includes($.position)||isOverflowElement(L)&&!V&&hasFixedPositionAncestor(e,L))?n=n.filter(re=>re!==L):$=j,L=getParentNode(L)}return t.set(e,n),n}function getClippingRect(e){let{element:t,boundary:y,rootBoundary:n,strategy:$}=e;const L=[...y==="clippingAncestors"?isTopLayer(t)?[]:getClippingElementAncestors(t,this._c):[].concat(y),n],j=L[0],V=L.reduce((z,re)=>{const oe=getClientRectFromClippingAncestor(t,re,$);return z.top=max$2(oe.top,z.top),z.right=min$1(oe.right,z.right),z.bottom=min$1(oe.bottom,z.bottom),z.left=max$2(oe.left,z.left),z},getClientRectFromClippingAncestor(t,j,$));return{width:V.right-V.left,height:V.bottom-V.top,x:V.left,y:V.top}}function getDimensions(e){const{width:t,height:y}=getCssDimensions(e);return{width:t,height:y}}function getRectRelativeToOffsetParent(e,t,y){const n=isHTMLElement(t),$=getDocumentElement(t),k=y==="fixed",L=getBoundingClientRect(e,!0,k,t);let j={scrollLeft:0,scrollTop:0};const V=createCoords(0);if(n||!n&&!k)if((getNodeName(t)!=="body"||isOverflowElement($))&&(j=getNodeScroll(t)),n){const oe=getBoundingClientRect(t,!0,k,t);V.x=oe.x+t.clientLeft,V.y=oe.y+t.clientTop}else $&&(V.x=getWindowScrollBarX($));const z=L.left+j.scrollLeft-V.x,re=L.top+j.scrollTop-V.y;return{x:z,y:re,width:L.width,height:L.height}}function isStaticPositioned(e){return getComputedStyle$1(e).position==="static"}function getTrueOffsetParent(e,t){return!isHTMLElement(e)||getComputedStyle$1(e).position==="fixed"?null:t?t(e):e.offsetParent}function getOffsetParent(e,t){const y=getWindow(e);if(isTopLayer(e))return y;if(!isHTMLElement(e)){let $=getParentNode(e);for(;$&&!isLastTraversableNode($);){if(isElement$1($)&&!isStaticPositioned($))return $;$=getParentNode($)}return y}let n=getTrueOffsetParent(e,t);for(;n&&isTableElement(n)&&isStaticPositioned(n);)n=getTrueOffsetParent(n,t);return n&&isLastTraversableNode(n)&&isStaticPositioned(n)&&!isContainingBlock(n)?y:n||getContainingBlock(e)||y}const getElementRects=async function(e){const t=this.getOffsetParent||getOffsetParent,y=this.getDimensions,n=await y(e.floating);return{reference:getRectRelativeToOffsetParent(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function isRTL$1(e){return getComputedStyle$1(e).direction==="rtl"}const platform$2={convertOffsetParentRelativeRectToViewportRelativeRect,getDocumentElement,getClippingRect,getOffsetParent,getElementRects,getClientRects,getDimensions,getScale,isElement:isElement$1,isRTL:isRTL$1};function observeMove(e,t){let y=null,n;const $=getDocumentElement(e);function k(){var j;clearTimeout(n),(j=y)==null||j.disconnect(),y=null}function L(j,V){j===void 0&&(j=!1),V===void 0&&(V=1),k();const{left:z,top:re,width:oe,height:ue}=e.getBoundingClientRect();if(j||t(),!oe||!ue)return;const de=floor$1(re),_e=floor$1($.clientWidth-(z+oe)),Ne=floor$1($.clientHeight-(re+ue)),Ue=floor$1(z),Ve={rootMargin:-de+"px "+-_e+"px "+-Ne+"px "+-Ue+"px",threshold:max$2(0,min$1(1,V))||1};let Fe=!0;function qe(er){const ir=er[0].intersectionRatio;if(ir!==V){if(!Fe)return L();ir?L(!1,ir):n=setTimeout(()=>{L(!1,1e-7)},1e3)}Fe=!1}try{y=new IntersectionObserver(qe,{...Ve,root:$.ownerDocument})}catch{y=new IntersectionObserver(qe,Ve)}y.observe(e)}return L(!0),k}function autoUpdate(e,t,y,n){n===void 0&&(n={});const{ancestorScroll:$=!0,ancestorResize:k=!0,elementResize:L=typeof ResizeObserver=="function",layoutShift:j=typeof IntersectionObserver=="function",animationFrame:V=!1}=n,z=unwrapElement$1(e),re=$||k?[...z?getOverflowAncestors(z):[],...getOverflowAncestors(t)]:[];re.forEach($e=>{$&&$e.addEventListener("scroll",y,{passive:!0}),k&&$e.addEventListener("resize",y)});const oe=z&&j?observeMove(z,y):null;let ue=-1,de=null;L&&(de=new ResizeObserver($e=>{let[Ve]=$e;Ve&&Ve.target===z&&de&&(de.unobserve(t),cancelAnimationFrame(ue),ue=requestAnimationFrame(()=>{var Fe;(Fe=de)==null||Fe.observe(t)})),y()}),z&&!V&&de.observe(z),de.observe(t));let _e,Ne=V?getBoundingClientRect(e):null;V&&Ue();function Ue(){const $e=getBoundingClientRect(e);Ne&&($e.x!==Ne.x||$e.y!==Ne.y||$e.width!==Ne.width||$e.height!==Ne.height)&&y(),Ne=$e,_e=requestAnimationFrame(Ue)}return y(),()=>{var $e;re.forEach(Ve=>{$&&Ve.removeEventListener("scroll",y),k&&Ve.removeEventListener("resize",y)}),oe==null||oe(),($e=de)==null||$e.disconnect(),de=null,V&&cancelAnimationFrame(_e)}}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=(e,t,y)=>{const n=new Map,$={platform:platform$2,...y},k={...$.platform,_c:n};return computePosition$1(e,t,{...$,platform:k})};buildProps({});const unrefReference=e=>{if(!isClient)return;if(!e)return e;const t=unrefElement(e);return t||(isRef(e)?t:e)},useFloating$2=({middleware:e,placement:t,strategy:y})=>{const n=ref$1(),$=ref$1(),k=ref$1(),L=ref$1(),j=ref$1({}),V={x:k,y:L,placement:t,strategy:y,middlewareData:j},z=async()=>{if(!isClient)return;const re=unrefReference(n),oe=unrefElement($);if(!re||!oe)return;const ue=await computePosition(re,oe,{placement:unref(t),strategy:unref(y),middleware:unref(e)});keysOf(V).forEach(de=>{V[de].value=ue[de]})};return onMounted(()=>{watchEffect(()=>{z()})}),{...V,update:z,referenceRef:n,contentRef:$}},arrowMiddleware=({arrowRef:e,padding:t})=>({name:"arrow",options:{element:e,padding:t},fn(y){const n=unref(e);return n?arrow$1({element:n,padding:t}).fn(y):{}}});function useCursor(e){let t;function y(){if(e.value==null)return;const{selectionStart:$,selectionEnd:k,value:L}=e.value;if($==null||k==null)return;const j=L.slice(0,Math.max(0,$)),V=L.slice(Math.max(0,k));t={selectionStart:$,selectionEnd:k,value:L,beforeTxt:j,afterTxt:V}}function n(){if(e.value==null||t==null)return;const{value:$}=e.value,{beforeTxt:k,afterTxt:L,selectionStart:j}=t;if(k==null||L==null||j==null)return;let V=$.length;if($.endsWith(L))V=$.length-L.length;else if($.startsWith(k))V=k.length;else{const z=k[j-1],re=$.indexOf(z,j-1);re!==-1&&(V=re+1)}e.value.setSelectionRange(V,V)}return[y,n]}const getOrderedChildren=(e,t,y)=>flattedChildren(e.subTree).filter(k=>{var L;return isVNode(k)&&((L=k.type)==null?void 0:L.name)===t&&!!k.component}).map(k=>k.component.uid).map(k=>y[k]).filter(k=>!!k),useOrderedChildren=(e,t)=>{const y={},n=shallowRef([]);return{children:n,addChild:L=>{y[L.uid]=L,n.value=getOrderedChildren(e,t,y)},removeChild:L=>{delete y[L],n.value=n.value.filter(j=>j.uid!==L)}}},useSizeProp=buildProp({type:String,values:componentSizes,required:!1}),SIZE_INJECTION_KEY=Symbol("size"),useGlobalSize=()=>{const e=inject(SIZE_INJECTION_KEY,{});return computed(()=>unref(e.size)||"")};function useFocusController(e,{beforeFocus:t,afterFocus:y,beforeBlur:n,afterBlur:$}={}){const k=getCurrentInstance(),{emit:L}=k,j=shallowRef(),V=ref$1(!1),z=ue=>{isFunction$5(t)&&t(ue)||V.value||(V.value=!0,L("focus",ue),y==null||y())},re=ue=>{var de;isFunction$5(n)&&n(ue)||ue.relatedTarget&&((de=j.value)!=null&&de.contains(ue.relatedTarget))||(V.value=!1,L("blur",ue),$==null||$())},oe=()=>{var ue,de;(ue=j.value)!=null&&ue.contains(document.activeElement)&&j.value!==document.activeElement||(de=e.value)==null||de.focus()};return watch(j,ue=>{ue&&ue.setAttribute("tabindex","-1")}),useEventListener(j,"focus",z,!0),useEventListener(j,"blur",re,!0),useEventListener(j,"click",oe,!0),{isFocused:V,wrapperRef:j,handleFocus:z,handleBlur:re}}function useComposition({afterComposition:e,emit:t}){const y=ref$1(!1),n=j=>{t==null||t("compositionstart",j),y.value=!0},$=j=>{var V;t==null||t("compositionupdate",j);const z=(V=j.target)==null?void 0:V.value,re=z[z.length-1]||"";y.value=!isKorean(re)},k=j=>{t==null||t("compositionend",j),y.value&&(y.value=!1,nextTick$3(()=>e(j)))};return{isComposing:y,handleComposition:j=>{j.type==="compositionend"?k(j):$(j)},handleCompositionStart:n,handleCompositionUpdate:$,handleCompositionEnd:k}}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:e=>isFunction$5(e)?!e():!e}}),useEmptyValues=(e,t)=>{const y=getCurrentInstance()?inject(emptyValuesContextKey,ref$1({})):ref$1({}),n=computed(()=>e.emptyValues||y.value.emptyValues||DEFAULT_EMPTY_VALUES),$=computed(()=>isFunction$5(e.valueOnClear)?e.valueOnClear():e.valueOnClear!==void 0?e.valueOnClear:isFunction$5(y.value.valueOnClear)?y.value.valueOnClear():y.value.valueOnClear!==void 0?y.value.valueOnClear:t!==void 0?t:DEFAULT_VALUE_ON_CLEAR),k=L=>n.value.includes(L);return n.value.includes($.value),{emptyValues:n,valueOnClear:$,isEmptyValue:k}},ariaProps=buildProps({ariaLabel:String,ariaOrientation:{type:String,values:["horizontal","vertical","undefined"]},ariaControls:String}),useAriaProps=e=>pick(ariaProps,e),configProviderContextKey=Symbol(),globalConfig=ref$1();function useGlobalConfig(e,t=void 0){const y=getCurrentInstance()?inject(configProviderContextKey,globalConfig):globalConfig;return e?computed(()=>{var n,$;return($=(n=y.value)==null?void 0:n[e])!=null?$:t}):y}function useGlobalComponentSettings(e,t){const y=useGlobalConfig(),n=useNamespace(e,computed(()=>{var j;return((j=y.value)==null?void 0:j.namespace)||defaultNamespace})),$=useLocale(computed(()=>{var j;return(j=y.value)==null?void 0:j.locale})),k=useZIndex(computed(()=>{var j;return((j=y.value)==null?void 0:j.zIndex)||defaultInitialZIndex})),L=computed(()=>{var j;return unref(t)||((j=y.value)==null?void 0:j.size)||""});return provideGlobalConfig(computed(()=>unref(y)||{})),{ns:n,locale:$,zIndex:k,size:L}}const provideGlobalConfig=(e,t,y=!1)=>{var n;const $=!!getCurrentInstance(),k=$?useGlobalConfig():void 0,L=(n=t==null?void 0:t.provide)!=null?n:$?provide:void 0;if(!L)return;const j=computed(()=>{const V=unref(e);return k!=null&&k.value?mergeConfig$1(k.value,V):V});return L(configProviderContextKey,j),L(localeContextKey,computed(()=>j.value.locale)),L(namespaceContextKey,computed(()=>j.value.namespace)),L(zIndexContextKey,computed(()=>j.value.zIndex)),L(SIZE_INJECTION_KEY,{size:computed(()=>j.value.size||"")}),L(emptyValuesContextKey,computed(()=>({emptyValues:j.value.emptyValues,valueOnClear:j.value.valueOnClear}))),(y||!globalConfig.value)&&(globalConfig.value=j.value),j},mergeConfig$1=(e,t)=>{const y=[...new Set([...keysOf(e),...keysOf(t)])],n={};for(const $ of y)n[$]=t[$]!==void 0?t[$]:e[$];return n},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(e,{slots:t}){watch(()=>e.message,n=>{Object.assign(messageConfig,n??{})},{immediate:!0,deep:!0});const y=provideGlobalConfig(e);return()=>renderSlot(t,"default",{config:y==null?void 0:y.value})}}),ElConfigProvider=withInstall(ConfigProvider),version$3="2.8.0",makeInstaller=(e=[])=>({version:version$3,install:(y,n)=>{y[INSTALLED_KEY]||(y[INSTALLED_KEY]=!0,e.forEach($=>y.use($)),n&&provideGlobalConfig(n,y,!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:e,fixed:t})=>isNumber$4(e)&&isBoolean$3(t),[CHANGE_EVENT]:e=>isBoolean$3(e)};var _export_sfc$1=(e,t)=>{const y=e.__vccOpts||e;for(const[n,$]of t)y[n]=$;return y};const COMPONENT_NAME$n="ElAffix",__default__$1O=defineComponent({name:COMPONENT_NAME$n}),_sfc_main$2V=defineComponent({...__default__$1O,props:affixProps,emits:affixEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("affix"),k=shallowRef(),L=shallowRef(),j=shallowRef(),{height:V}=useWindowSize(),{height:z,width:re,top:oe,bottom:ue,update:de}=useElementBounding(L,{windowScroll:!1}),_e=useElementBounding(k),Ne=ref$1(!1),Ue=ref$1(0),$e=ref$1(0),Ve=computed(()=>({height:Ne.value?`${z.value}px`:"",width:Ne.value?`${re.value}px`:""})),Fe=computed(()=>{if(!Ne.value)return{};const ir=n.offset?addUnit(n.offset):0;return{height:`${z.value}px`,width:`${re.value}px`,top:n.position==="top"?ir:"",bottom:n.position==="bottom"?ir:"",transform:$e.value?`translateY(${$e.value}px)`:"",zIndex:n.zIndex}}),qe=()=>{if(j.value)if(Ue.value=j.value instanceof Window?document.documentElement.scrollTop:j.value.scrollTop||0,n.position==="top")if(n.target){const ir=_e.bottom.value-n.offset-z.value;Ne.value=n.offset>oe.value&&_e.bottom.value>0,$e.value=ir<0?ir:0}else Ne.value=n.offset>oe.value;else if(n.target){const ir=V.value-_e.top.value-n.offset-z.value;Ne.value=V.value-n.offset<ue.value&&V.value>_e.top.value,$e.value=ir<0?-ir:0}else Ne.value=V.value-n.offset<ue.value},er=()=>{de(),y("scroll",{scrollTop:Ue.value,fixed:Ne.value})};return watch(Ne,ir=>y("change",ir)),onMounted(()=>{var ir;n.target?(k.value=(ir=document.querySelector(n.target))!=null?ir:void 0,k.value||throwError(COMPONENT_NAME$n,`Target does not exist: ${n.target}`)):k.value=document.documentElement,j.value=getScrollContainer(L.value,!0),de()}),useEventListener(j,"scroll",er),watchEffect(qe),t({update:qe,updateRoot:de}),(ir,dr)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:L,class:normalizeClass(unref($).b()),style:normalizeStyle(unref(Ve))},[createBaseVNode("div",{class:normalizeClass({[unref($).m("fixed")]:Ne.value}),style:normalizeStyle(unref(Fe))},[renderSlot(ir.$slots,"default")],6)],6))}});var Affix=_export_sfc$1(_sfc_main$2V,[["__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$2U=defineComponent({...__default__$1N,props:iconProps,setup(e){const t=e,y=useNamespace("icon"),n=computed(()=>{const{size:$,color:k}=t;return!$&&!k?{}:{fontSize:isUndefined$2($)?void 0:addUnit($),"--color":k}});return($,k)=>(openBlock(),createElementBlock("i",mergeProps({class:unref(y).b(),style:unref(n)},$.$attrs),[renderSlot($.$slots,"default")],16))}});var Icon$1=_export_sfc$1(_sfc_main$2U,[["__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:e=>e instanceof MouseEvent},__default__$1M=defineComponent({name:"ElAlert"}),_sfc_main$2T=defineComponent({...__default__$1M,props:alertProps,emits:alertEmits,setup(e,{emit:t}){const y=e,{Close:n}=TypeComponents,$=useSlots(),k=useNamespace("alert"),L=ref$1(!0),j=computed(()=>TypeComponentsMap[y.type]),V=computed(()=>[k.e("icon"),{[k.is("big")]:!!y.description||!!$.default}]),z=computed(()=>({"with-description":y.description||$.default})),re=oe=>{L.value=!1,t("close",oe)};return(oe,ue)=>(openBlock(),createBlock(Transition,{name:unref(k).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{class:normalizeClass([unref(k).b(),unref(k).m(oe.type),unref(k).is("center",oe.center),unref(k).is(oe.effect)]),role:"alert"},[oe.showIcon&&unref(j)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(V))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(j))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).e("content"))},[oe.title||oe.$slots.title?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass([unref(k).e("title"),unref(z)])},[renderSlot(oe.$slots,"title",{},()=>[createTextVNode(toDisplayString(oe.title),1)])],2)):createCommentVNode("v-if",!0),oe.$slots.default||oe.description?(openBlock(),createElementBlock("p",{key:1,class:normalizeClass(unref(k).e("description"))},[renderSlot(oe.$slots,"default",{},()=>[createTextVNode(toDisplayString(oe.description),1)])],2)):createCommentVNode("v-if",!0),oe.closable?(openBlock(),createElementBlock(Fragment,{key:2},[oe.closeText?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(k).e("close-btn"),unref(k).is("customed")]),onClick:re},toDisplayString(oe.closeText),3)):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(k).e("close-btn")),onClick:re},{default:withCtx(()=>[createVNode(unref(n))]),_:1},8,["class"]))],64)):createCommentVNode("v-if",!0)],2)],2),[[vShow,L.value]])]),_:3},8,["name"]))}});var Alert=_export_sfc$1(_sfc_main$2T,[["__file","alert.vue"]]);const ElAlert=withInstall(Alert),formContextKey=Symbol("formContextKey"),formItemContextKey=Symbol("formItemContextKey"),useFormSize=(e,t={})=>{const y=ref$1(void 0),n=t.prop?y:useProp("size"),$=t.global?y:useGlobalSize(),k=t.form?{size:void 0}:inject(formContextKey,void 0),L=t.formItem?{size:void 0}:inject(formItemContextKey,void 0);return computed(()=>n.value||unref(e)||(L==null?void 0:L.size)||(k==null?void 0:k.size)||$.value||"")},useFormDisabled=e=>{const t=useProp("disabled"),y=inject(formContextKey,void 0);return computed(()=>t.value||unref(e)||(y==null?void 0:y.disabled)||!1)},useFormItem=()=>{const e=inject(formContextKey,void 0),t=inject(formItemContextKey,void 0);return{form:e,formItem:t}},useFormItemInputId=(e,{formItemContext:t,disableIdGeneration:y,disableIdManagement:n})=>{y||(y=ref$1(!1)),n||(n=ref$1(!1));const $=ref$1();let k;const L=computed(()=>{var j;return!!(!(e.label||e.ariaLabel)&&t&&t.inputIds&&((j=t.inputIds)==null?void 0:j.length)<=1)});return onMounted(()=>{k=watch([toRef$1(e,"id"),y],([j,V])=>{const z=j??(V?void 0:useId().value);z!==$.value&&(t!=null&&t.removeInputId&&($.value&&t.removeInputId($.value),!(n!=null&&n.value)&&!V&&z&&t.addInputId(z)),$.value=z)},{immediate:!0})}),onUnmounted(()=>{k&&k(),t!=null&&t.removeInputId&&$.value&&t.removeInputId($.value)}),{isLabeledByFormItem:L,inputId:$}},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:(e,t,y)=>(isArray$4(e)||isString$4(e))&&isBoolean$3(t)&&isString$4(y)};function useFormLabelWidth(){const e=ref$1([]),t=computed(()=>{if(!e.value.length)return"0";const k=Math.max(...e.value);return k?`${k}px`:""});function y(k){const L=e.value.indexOf(k);return L===-1&&t.value,L}function n(k,L){if(k&&L){const j=y(L);e.value.splice(j,1,k)}else k&&e.value.push(k)}function $(k){const L=y(k);L>-1&&e.value.splice(L,1)}return{autoLabelWidth:t,registerLabelWidth:n,deregisterLabelWidth:$}}const filterFields=(e,t)=>{const y=castArray$1(t);return y.length>0?e.filter(n=>n.prop&&y.includes(n.prop)):e},COMPONENT_NAME$m="ElForm",__default__$1L=defineComponent({name:COMPONENT_NAME$m}),_sfc_main$2S=defineComponent({...__default__$1L,props:formProps,emits:formEmits,setup(e,{expose:t,emit:y}){const n=e,$=[],k=useFormSize(),L=useNamespace("form"),j=computed(()=>{const{labelPosition:Fe,inline:qe}=n;return[L.b(),L.m(k.value||"default"),{[L.m(`label-${Fe}`)]:Fe,[L.m("inline")]:qe}]}),V=Fe=>$.find(qe=>qe.prop===Fe),z=Fe=>{$.push(Fe)},re=Fe=>{Fe.prop&&$.splice($.indexOf(Fe),1)},oe=(Fe=[])=>{n.model&&filterFields($,Fe).forEach(qe=>qe.resetField())},ue=(Fe=[])=>{filterFields($,Fe).forEach(qe=>qe.clearValidate())},de=computed(()=>!!n.model),_e=Fe=>{if($.length===0)return[];const qe=filterFields($,Fe);return qe.length?qe:[]},Ne=async Fe=>$e(void 0,Fe),Ue=async(Fe=[])=>{if(!de.value)return!1;const qe=_e(Fe);if(qe.length===0)return!0;let er={};for(const ir of qe)try{await ir.validate("")}catch(dr){er={...er,...dr}}return Object.keys(er).length===0?!0:Promise.reject(er)},$e=async(Fe=[],qe)=>{const er=!isFunction$5(qe);try{const ir=await Ue(Fe);return ir===!0&&await(qe==null?void 0:qe(ir)),ir}catch(ir){if(ir instanceof Error)throw ir;const dr=ir;return n.scrollToError&&Ve(Object.keys(dr)[0]),await(qe==null?void 0:qe(!1,dr)),er&&Promise.reject(dr)}},Ve=Fe=>{var qe;const er=filterFields($,Fe)[0];er&&((qe=er.$el)==null||qe.scrollIntoView(n.scrollIntoViewOptions))};return watch(()=>n.rules,()=>{n.validateOnRuleChange&&Ne().catch(Fe=>void 0)},{deep:!0}),provide(formContextKey,reactive({...toRefs(n),emit:y,resetFields:oe,clearValidate:ue,validateField:$e,getField:V,addField:z,removeField:re,...useFormLabelWidth()})),t({validate:Ne,validateField:$e,resetFields:oe,clearValidate:ue,scrollToField:Ve,fields:$}),(Fe,qe)=>(openBlock(),createElementBlock("form",{class:normalizeClass(unref(j))},[renderSlot(Fe.$slots,"default")],2))}});var Form=_export_sfc$1(_sfc_main$2S,[["__file","form.vue"]]),define_process_default$d={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(e){for(var t=1;t<arguments.length;t++){var y=arguments[t];for(var n in y)Object.prototype.hasOwnProperty.call(y,n)&&(e[n]=y[n])}return e},_extends.apply(this,arguments)}function _inheritsLoose$1(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,_setPrototypeOf(e,t)}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(y){return y.__proto__||Object.getPrototypeOf(y)},_getPrototypeOf(e)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,$){return n.__proto__=$,n},_setPrototypeOf(e,t)}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(e,t,y){return _isNativeReflectConstruct()?_construct=Reflect.construct.bind():_construct=function($,k,L){var j=[null];j.push.apply(j,k);var V=Function.bind.apply($,j),z=new V;return L&&_setPrototypeOf(z,L.prototype),z},_construct.apply(null,arguments)}function _isNativeFunction(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function _wrapNativeSuper(e){var t=typeof Map=="function"?new Map:void 0;return _wrapNativeSuper=function(n){if(n===null||!_isNativeFunction(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(n))return t.get(n);t.set(n,$)}function $(){return _construct(n,arguments,_getPrototypeOf(this).constructor)}return $.prototype=Object.create(n.prototype,{constructor:{value:$,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf($,n)},_wrapNativeSuper(e)}var formatRegExp=/%[sdj%]/g,warning=function(){};typeof define_process_default$d<"u";function convertFieldsError(e){if(!e||!e.length)return null;var t={};return e.forEach(function(y){var n=y.field;t[n]=t[n]||[],t[n].push(y)}),t}function format$1(e){for(var t=arguments.length,y=new Array(t>1?t-1:0),n=1;n<t;n++)y[n-1]=arguments[n];var $=0,k=y.length;if(typeof e=="function")return e.apply(null,y);if(typeof e=="string"){var L=e.replace(formatRegExp,function(j){if(j==="%%")return"%";if($>=k)return j;switch(j){case"%s":return String(y[$++]);case"%d":return Number(y[$++]);case"%j":try{return JSON.stringify(y[$++])}catch{return"[Circular]"}break;default:return j}});return L}return e}function isNativeStringType(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function isEmptyValue(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||isNativeStringType(t)&&typeof e=="string"&&!e)}function asyncParallelArray(e,t,y){var n=[],$=0,k=e.length;function L(j){n.push.apply(n,j||[]),$++,$===k&&y(n)}e.forEach(function(j){t(j,L)})}function asyncSerialArray(e,t,y){var n=0,$=e.length;function k(L){if(L&&L.length){y(L);return}var j=n;n=n+1,j<$?t(e[j],k):y([])}k([])}function flattenObjArr(e){var t=[];return Object.keys(e).forEach(function(y){t.push.apply(t,e[y]||[])}),t}var AsyncValidationError=function(e){_inheritsLoose$1(t,e);function t(y,n){var $;return $=e.call(this,"Async Validation Error")||this,$.errors=y,$.fields=n,$}return t}(_wrapNativeSuper(Error));function asyncMap(e,t,y,n,$){if(t.first){var k=new Promise(function(ue,de){var _e=function($e){return n($e),$e.length?de(new AsyncValidationError($e,convertFieldsError($e))):ue($)},Ne=flattenObjArr(e);asyncSerialArray(Ne,y,_e)});return k.catch(function(ue){return ue}),k}var L=t.firstFields===!0?Object.keys(e):t.firstFields||[],j=Object.keys(e),V=j.length,z=0,re=[],oe=new Promise(function(ue,de){var _e=function(Ue){if(re.push.apply(re,Ue),z++,z===V)return n(re),re.length?de(new AsyncValidationError(re,convertFieldsError(re))):ue($)};j.length||(n(re),ue($)),j.forEach(function(Ne){var Ue=e[Ne];L.indexOf(Ne)!==-1?asyncSerialArray(Ue,y,_e):asyncParallelArray(Ue,y,_e)})});return oe.catch(function(ue){return ue}),oe}function isErrorObj(e){return!!(e&&e.message!==void 0)}function getValue(e,t){for(var y=e,n=0;n<t.length;n++){if(y==null)return y;y=y[t[n]]}return y}function complementError(e,t){return function(y){var n;return e.fullFields?n=getValue(t,e.fullFields):n=t[y.field||e.fullField],isErrorObj(y)?(y.field=y.field||e.fullField,y.fieldValue=n,y):{message:typeof y=="function"?y():y,fieldValue:n,field:y.field||e.fullField}}}function deepMerge(e,t){if(t){for(var y in t)if(t.hasOwnProperty(y)){var n=t[y];typeof n=="object"&&typeof e[y]=="object"?e[y]=_extends({},e[y],n):e[y]=n}}return e}var required$1=function(t,y,n,$,k,L){t.required&&(!n.hasOwnProperty(t.field)||isEmptyValue(y,L||t.type))&&$.push(format$1(k.messages.required,t.fullField))},whitespace=function(t,y,n,$,k){(/^\s+$/.test(y)||y==="")&&$.push(format$1(k.messages.whitespace,t.fullField))},urlReg,getUrlRegex=function(){if(urlReg)return urlReg;var e="[a-fA-F\\d:]",t=function(qe){return qe&&qe.includeBoundaries?"(?:(?<=\\s|^)(?="+e+")|(?<="+e+")(?=\\s|$))":""},y="(?: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}",n="[a-fA-F\\d]{1,4}",$=(`
(?:
(?:`+n+":){7}(?:"+n+`|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
(?:`+n+":){6}(?:"+y+"|:"+n+`|:)| // 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
(?:`+n+":){5}(?::"+y+"|(?::"+n+`){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
(?:`+n+":){4}(?:(?::"+n+"){0,1}:"+y+"|(?::"+n+`){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
(?:`+n+":){3}(?:(?::"+n+"){0,2}:"+y+"|(?::"+n+`){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
(?:`+n+":){2}(?:(?::"+n+"){0,3}:"+y+"|(?::"+n+`){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
(?:`+n+":){1}(?:(?::"+n+"){0,4}:"+y+"|(?::"+n+`){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
(?::(?:(?::`+n+"){0,5}:"+y+"|(?::"+n+`){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(),k=new RegExp("(?:^"+y+"$)|(?:^"+$+"$)"),L=new RegExp("^"+y+"$"),j=new RegExp("^"+$+"$"),V=function(qe){return qe&&qe.exact?k:new RegExp("(?:"+t(qe)+y+t(qe)+")|(?:"+t(qe)+$+t(qe)+")","g")};V.v4=function(Fe){return Fe&&Fe.exact?L:new RegExp(""+t(Fe)+y+t(Fe),"g")},V.v6=function(Fe){return Fe&&Fe.exact?j:new RegExp(""+t(Fe)+$+t(Fe),"g")};var z="(?:(?:[a-z]+:)?//)",re="(?:\\S+(?::\\S*)?@)?",oe=V.v4().source,ue=V.v6().source,de="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",_e="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",Ne="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",Ue="(?::\\d{2,5})?",$e='(?:[/?#][^\\s"]*)?',Ve="(?:"+z+"|www\\.)"+re+"(?:localhost|"+oe+"|"+ue+"|"+de+_e+Ne+")"+Ue+$e;return urlReg=new RegExp("(?:^"+Ve+"$)","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(t){return types$2.number(t)&&parseInt(t,10)===t},float:function(t){return types$2.number(t)&&!types$2.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch{return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!types$2.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&t.length<=320&&!!t.match(pattern$2.email)},url:function(t){return typeof t=="string"&&t.length<=2048&&!!t.match(getUrlRegex())},hex:function(t){return typeof t=="string"&&!!t.match(pattern$2.hex)}},type$1=function(t,y,n,$,k){if(t.required&&y===void 0){required$1(t,y,n,$,k);return}var L=["integer","float","array","regexp","object","method","email","number","date","url","hex"],j=t.type;L.indexOf(j)>-1?types$2[j](y)||$.push(format$1(k.messages.types[j],t.fullField,t.type)):j&&typeof y!==t.type&&$.push(format$1(k.messages.types[j],t.fullField,t.type))},range$4=function(t,y,n,$,k){var L=typeof t.len=="number",j=typeof t.min=="number",V=typeof t.max=="number",z=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,re=y,oe=null,ue=typeof y=="number",de=typeof y=="string",_e=Array.isArray(y);if(ue?oe="number":de?oe="string":_e&&(oe="array"),!oe)return!1;_e&&(re=y.length),de&&(re=y.replace(z,"_").length),L?re!==t.len&&$.push(format$1(k.messages[oe].len,t.fullField,t.len)):j&&!V&&re<t.min?$.push(format$1(k.messages[oe].min,t.fullField,t.min)):V&&!j&&re>t.max?$.push(format$1(k.messages[oe].max,t.fullField,t.max)):j&&V&&(re<t.min||re>t.max)&&$.push(format$1(k.messages[oe].range,t.fullField,t.min,t.max))},ENUM$1="enum",enumerable$1=function(t,y,n,$,k){t[ENUM$1]=Array.isArray(t[ENUM$1])?t[ENUM$1]:[],t[ENUM$1].indexOf(y)===-1&&$.push(format$1(k.messages[ENUM$1],t.fullField,t[ENUM$1].join(", ")))},pattern$1=function(t,y,n,$,k){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(y)||$.push(format$1(k.messages.pattern.mismatch,t.fullField,y,t.pattern));else if(typeof t.pattern=="string"){var L=new RegExp(t.pattern);L.test(y)||$.push(format$1(k.messages.pattern.mismatch,t.fullField,y,t.pattern))}}},rules={required:required$1,whitespace,type:type$1,range:range$4,enum:enumerable$1,pattern:pattern$1},string=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"string")&&!t.required)return n();rules.required(t,y,$,L,k,"string"),isEmptyValue(y,"string")||(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k),rules.pattern(t,y,$,L,k),t.whitespace===!0&&rules.whitespace(t,y,$,L,k))}n(L)},method2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&rules.type(t,y,$,L,k)}n(L)},number2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(y===""&&(y=void 0),isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k))}n(L)},_boolean=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&rules.type(t,y,$,L,k)}n(L)},regexp2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),isEmptyValue(y)||rules.type(t,y,$,L,k)}n(L)},integer2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k))}n(L)},floatFn=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k))}n(L)},array2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(y==null&&!t.required)return n();rules.required(t,y,$,L,k,"array"),y!=null&&(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k))}n(L)},object2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&rules.type(t,y,$,L,k)}n(L)},ENUM="enum",enumerable2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&rules[ENUM](t,y,$,L,k)}n(L)},pattern2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"string")&&!t.required)return n();rules.required(t,y,$,L,k),isEmptyValue(y,"string")||rules.pattern(t,y,$,L,k)}n(L)},date2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"date")&&!t.required)return n();if(rules.required(t,y,$,L,k),!isEmptyValue(y,"date")){var V;y instanceof Date?V=y:V=new Date(y),rules.type(t,V,$,L,k),V&&rules.range(t,V.getTime(),$,L,k)}}n(L)},required2=function(t,y,n,$,k){var L=[],j=Array.isArray(y)?"array":typeof y;rules.required(t,y,$,L,k,j),n(L)},type2=function(t,y,n,$,k){var L=t.type,j=[],V=t.required||!t.required&&$.hasOwnProperty(t.field);if(V){if(isEmptyValue(y,L)&&!t.required)return n();rules.required(t,y,$,j,k,L),isEmptyValue(y,L)||rules.type(t,y,$,j,k)}n(j)},any=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k)}n(L)},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 t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var messages=newMessages(),Schema=function(){function e(y){this.rules=null,this._messages=messages,this.define(y)}var t=e.prototype;return t.define=function(n){var $=this;if(!n)throw new Error("Cannot configure a schema with no rules");if(typeof n!="object"||Array.isArray(n))throw new Error("Rules must be an object");this.rules={},Object.keys(n).forEach(function(k){var L=n[k];$.rules[k]=Array.isArray(L)?L:[L]})},t.messages=function(n){return n&&(this._messages=deepMerge(newMessages(),n)),this._messages},t.validate=function(n,$,k){var L=this;$===void 0&&($={}),k===void 0&&(k=function(){});var j=n,V=$,z=k;if(typeof V=="function"&&(z=V,V={}),!this.rules||Object.keys(this.rules).length===0)return z&&z(null,j),Promise.resolve(j);function re(Ne){var Ue=[],$e={};function Ve(qe){if(Array.isArray(qe)){var er;Ue=(er=Ue).concat.apply(er,qe)}else Ue.push(qe)}for(var Fe=0;Fe<Ne.length;Fe++)Ve(Ne[Fe]);Ue.length?($e=convertFieldsError(Ue),z(Ue,$e)):z(null,j)}if(V.messages){var oe=this.messages();oe===messages&&(oe=newMessages()),deepMerge(oe,V.messages),V.messages=oe}else V.messages=this.messages();var ue={},de=V.keys||Object.keys(this.rules);de.forEach(function(Ne){var Ue=L.rules[Ne],$e=j[Ne];Ue.forEach(function(Ve){var Fe=Ve;typeof Fe.transform=="function"&&(j===n&&(j=_extends({},j)),$e=j[Ne]=Fe.transform($e)),typeof Fe=="function"?Fe={validator:Fe}:Fe=_extends({},Fe),Fe.validator=L.getValidationMethod(Fe),Fe.validator&&(Fe.field=Ne,Fe.fullField=Fe.fullField||Ne,Fe.type=L.getType(Fe),ue[Ne]=ue[Ne]||[],ue[Ne].push({rule:Fe,value:$e,source:j,field:Ne}))})});var _e={};return asyncMap(ue,V,function(Ne,Ue){var $e=Ne.rule,Ve=($e.type==="object"||$e.type==="array")&&(typeof $e.fields=="object"||typeof $e.defaultField=="object");Ve=Ve&&($e.required||!$e.required&&Ne.value),$e.field=Ne.field;function Fe(ir,dr){return _extends({},dr,{fullField:$e.fullField+"."+ir,fullFields:$e.fullFields?[].concat($e.fullFields,[ir]):[ir]})}function qe(ir){ir===void 0&&(ir=[]);var dr=Array.isArray(ir)?ir:[ir];!V.suppressWarning&&dr.length&&e.warning("async-validator:",dr),dr.length&&$e.message!==void 0&&(dr=[].concat($e.message));var cr=dr.map(complementError($e,j));if(V.first&&cr.length)return _e[$e.field]=1,Ue(cr);if(!Ve)Ue(cr);else{if($e.required&&!Ne.value)return $e.message!==void 0?cr=[].concat($e.message).map(complementError($e,j)):V.error&&(cr=[V.error($e,format$1(V.messages.required,$e.field))]),Ue(cr);var nr={};$e.defaultField&&Object.keys(Ne.value).map(function(ie){nr[ie]=$e.defaultField}),nr=_extends({},nr,Ne.rule.fields);var lr={};Object.keys(nr).forEach(function(ie){var pe=nr[ie],Ce=Array.isArray(pe)?pe:[pe];lr[ie]=Ce.map(Fe.bind(null,ie))});var Et=new e(lr);Et.messages(V.messages),Ne.rule.options&&(Ne.rule.options.messages=V.messages,Ne.rule.options.error=V.error),Et.validate(Ne.value,Ne.rule.options||V,function(ie){var pe=[];cr&&cr.length&&pe.push.apply(pe,cr),ie&&ie.length&&pe.push.apply(pe,ie),Ue(pe.length?pe:null)})}}var er;if($e.asyncValidator)er=$e.asyncValidator($e,Ne.value,qe,Ne.source,V);else if($e.validator){try{er=$e.validator($e,Ne.value,qe,Ne.source,V)}catch(ir){console.error==null||console.error(ir),V.suppressValidatorError||setTimeout(function(){throw ir},0),qe(ir.message)}er===!0?qe():er===!1?qe(typeof $e.message=="function"?$e.message($e.fullField||$e.field):$e.message||($e.fullField||$e.field)+" fails"):er instanceof Array?qe(er):er instanceof Error&&qe(er.message)}er&&er.then&&er.then(function(){return qe()},function(ir){return qe(ir)})},function(Ne){re(Ne)},j)},t.getType=function(n){if(n.type===void 0&&n.pattern instanceof RegExp&&(n.type="pattern"),typeof n.validator!="function"&&n.type&&!validators$2.hasOwnProperty(n.type))throw new Error(format$1("Unknown rule type %s",n.type));return n.type||"string"},t.getValidationMethod=function(n){if(typeof n.validator=="function")return n.validator;var $=Object.keys(n),k=$.indexOf("message");return k!==-1&&$.splice(k,1),$.length===1&&$[0]==="required"?validators$2.required:validators$2[this.getType(n)]||void 0},e}();Schema.register=function(t,y){if(typeof y!="function")throw new Error("Cannot register a validator by type, validator is not a function");validators$2[t]=y};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(e,{slots:t}){const y=inject(formContextKey,void 0),n=inject(formItemContextKey);n||throwError(COMPONENT_NAME$l,"usage: <el-form-item><label-wrap /></el-form-item>");const $=useNamespace("form"),k=ref$1(),L=ref$1(0),j=()=>{var re;if((re=k.value)!=null&&re.firstElementChild){const oe=window.getComputedStyle(k.value.firstElementChild).width;return Math.ceil(Number.parseFloat(oe))}else return 0},V=(re="update")=>{nextTick$3(()=>{t.default&&e.isAutoWidth&&(re==="update"?L.value=j():re==="remove"&&(y==null||y.deregisterLabelWidth(L.value)))})},z=()=>V("update");return onMounted(()=>{z()}),onBeforeUnmount(()=>{V("remove")}),onUpdated(()=>z()),watch(L,(re,oe)=>{e.updateAll&&(y==null||y.registerLabelWidth(re,oe))}),useResizeObserver(computed(()=>{var re,oe;return(oe=(re=k.value)==null?void 0:re.firstElementChild)!=null?oe:null}),z),()=>{var re,oe;if(!t)return null;const{isAutoWidth:ue}=e;if(ue){const de=y==null?void 0:y.autoLabelWidth,_e=n==null?void 0:n.hasLabel,Ne={};if(_e&&de&&de!=="auto"){const Ue=Math.max(0,Number.parseInt(de,10)-L.value),Ve=(n.labelPosition||y.labelPosition)==="left"?"marginRight":"marginLeft";Ue&&(Ne[Ve]=`${Ue}px`)}return createVNode("div",{ref:k,class:[$.be("item","label-wrap")],style:Ne},[(re=t.default)==null?void 0:re.call(t)])}else return createVNode(Fragment,{ref:k},[(oe=t.default)==null?void 0:oe.call(t)])}}});const __default__$1K=defineComponent({name:"ElFormItem"}),_sfc_main$2R=defineComponent({...__default__$1K,props:formItemProps,setup(e,{expose:t}){const y=e,n=useSlots(),$=inject(formContextKey,void 0),k=inject(formItemContextKey,void 0),L=useFormSize(void 0,{formItem:!1}),j=useNamespace("form-item"),V=useId().value,z=ref$1([]),re=ref$1(""),oe=refDebounced(re,100),ue=ref$1(""),de=ref$1();let _e,Ne=!1;const Ue=computed(()=>y.labelPosition||($==null?void 0:$.labelPosition)),$e=computed(()=>{if(Ue.value==="top")return{};const Sr=addUnit(y.labelWidth||($==null?void 0:$.labelWidth)||"");return Sr?{width:Sr}:{}}),Ve=computed(()=>{if(Ue.value==="top"||$!=null&&$.inline)return{};if(!y.label&&!y.labelWidth&&lr)return{};const Sr=addUnit(y.labelWidth||($==null?void 0:$.labelWidth)||"");return!y.label&&!n.label?{marginLeft:Sr}:{}}),Fe=computed(()=>[j.b(),j.m(L.value),j.is("error",re.value==="error"),j.is("validating",re.value==="validating"),j.is("success",re.value==="success"),j.is("required",Ie.value||y.required),j.is("no-asterisk",$==null?void 0:$.hideRequiredAsterisk),($==null?void 0:$.requireAsteriskPosition)==="right"?"asterisk-right":"asterisk-left",{[j.m("feedback")]:$==null?void 0:$.statusIcon,[j.m(`label-${Ue.value}`)]:Ue.value}]),qe=computed(()=>isBoolean$3(y.inlineMessage)?y.inlineMessage:($==null?void 0:$.inlineMessage)||!1),er=computed(()=>[j.e("error"),{[j.em("error","inline")]:qe.value}]),ir=computed(()=>y.prop?isString$4(y.prop)?y.prop:y.prop.join("."):""),dr=computed(()=>!!(y.label||n.label)),cr=computed(()=>y.for||(z.value.length===1?z.value[0]:void 0)),nr=computed(()=>!cr.value&&dr.value),lr=!!k,Et=computed(()=>{const Sr=$==null?void 0:$.model;if(!(!Sr||!y.prop))return getProp(Sr,y.prop).value}),ie=computed(()=>{const{required:Sr}=y,Ar=[];y.rules&&Ar.push(...castArray$1(y.rules));const Fr=$==null?void 0:$.rules;if(Fr&&y.prop){const Gr=getProp(Fr,y.prop).value;Gr&&Ar.push(...castArray$1(Gr))}if(Sr!==void 0){const Gr=Ar.map((Vr,Dr)=>[Vr,Dr]).filter(([Vr])=>Object.keys(Vr).includes("required"));if(Gr.length>0)for(const[Vr,Dr]of Gr)Vr.required!==Sr&&(Ar[Dr]={...Vr,required:Sr});else Ar.push({required:Sr})}return Ar}),pe=computed(()=>ie.value.length>0),Ce=Sr=>ie.value.filter(Fr=>!Fr.trigger||!Sr?!0:Array.isArray(Fr.trigger)?Fr.trigger.includes(Sr):Fr.trigger===Sr).map(({trigger:Fr,...Gr})=>Gr),Ie=computed(()=>ie.value.some(Sr=>Sr.required)),jt=computed(()=>{var Sr;return oe.value==="error"&&y.showMessage&&((Sr=$==null?void 0:$.showMessage)!=null?Sr:!0)}),ar=computed(()=>`${y.label||""}${($==null?void 0:$.labelSuffix)||""}`),ur=Sr=>{re.value=Sr},kt=Sr=>{var Ar,Fr;const{errors:Gr,fields:Vr}=Sr;(!Gr||!Vr)&&console.error(Sr),ur("error"),ue.value=Gr?(Fr=(Ar=Gr==null?void 0:Gr[0])==null?void 0:Ar.message)!=null?Fr:`${y.prop} is required`:"",$==null||$.emit("validate",y.prop,!1,ue.value)},he=()=>{ur("success"),$==null||$.emit("validate",y.prop,!0,"")},tr=async Sr=>{const Ar=ir.value;return new Schema({[Ar]:Sr}).validate({[Ar]:Et.value},{firstFields:!0}).then(()=>(he(),!0)).catch(Gr=>(kt(Gr),Promise.reject(Gr)))},gr=async(Sr,Ar)=>{if(Ne||!y.prop)return!1;const Fr=isFunction$5(Ar);if(!pe.value)return Ar==null||Ar(!1),!1;const Gr=Ce(Sr);return Gr.length===0?(Ar==null||Ar(!0),!0):(ur("validating"),tr(Gr).then(()=>(Ar==null||Ar(!0),!0)).catch(Vr=>{const{fields:Dr}=Vr;return Ar==null||Ar(!1,Dr),Fr?!1:Promise.reject(Dr)}))},_r=()=>{ur(""),ue.value="",Ne=!1},yr=async()=>{const Sr=$==null?void 0:$.model;if(!Sr||!y.prop)return;const Ar=getProp(Sr,y.prop);Ne=!0,Ar.value=clone(_e),await nextTick$3(),_r(),Ne=!1},xr=Sr=>{z.value.includes(Sr)||z.value.push(Sr)},Nr=Sr=>{z.value=z.value.filter(Ar=>Ar!==Sr)};watch(()=>y.error,Sr=>{ue.value=Sr||"",ur(Sr?"error":"")},{immediate:!0}),watch(()=>y.validateStatus,Sr=>ur(Sr||""));const Tr=reactive({...toRefs(y),$el:de,size:L,validateState:re,labelId:V,inputIds:z,isGroup:nr,hasLabel:dr,fieldValue:Et,addInputId:xr,removeInputId:Nr,resetField:yr,clearValidate:_r,validate:gr});return provide(formItemContextKey,Tr),onMounted(()=>{y.prop&&($==null||$.addField(Tr),_e=clone(Et.value))}),onBeforeUnmount(()=>{$==null||$.removeField(Tr)}),t({size:L,validateMessage:ue,validateState:re,validate:gr,clearValidate:_r,resetField:yr}),(Sr,Ar)=>{var Fr;return openBlock(),createElementBlock("div",{ref_key:"formItemRef",ref:de,class:normalizeClass(unref(Fe)),role:unref(nr)?"group":void 0,"aria-labelledby":unref(nr)?unref(V):void 0},[createVNode(unref(FormLabelWrap),{"is-auto-width":unref($e).width==="auto","update-all":((Fr=unref($))==null?void 0:Fr.labelWidth)==="auto"},{default:withCtx(()=>[unref(dr)?(openBlock(),createBlock(resolveDynamicComponent(unref(cr)?"label":"div"),{key:0,id:unref(V),for:unref(cr),class:normalizeClass(unref(j).e("label")),style:normalizeStyle(unref($e))},{default:withCtx(()=>[renderSlot(Sr.$slots,"label",{label:unref(ar)},()=>[createTextVNode(toDisplayString(unref(ar)),1)])]),_:3},8,["id","for","class","style"])):createCommentVNode("v-if",!0)]),_:3},8,["is-auto-width","update-all"]),createBaseVNode("div",{class:normalizeClass(unref(j).e("content")),style:normalizeStyle(unref(Ve))},[renderSlot(Sr.$slots,"default"),createVNode(TransitionGroup,{name:`${unref(j).namespace.value}-zoom-in-top`},{default:withCtx(()=>[unref(jt)?renderSlot(Sr.$slots,"error",{key:0,error:ue.value},()=>[createBaseVNode("div",{class:normalizeClass(unref(er))},toDisplayString(ue.value),3)]):createCommentVNode("v-if",!0)]),_:3},8,["name"])],6)],10,["role","aria-labelledby"])}}});var FormItem=_export_sfc$1(_sfc_main$2R,[["__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(e){const t=window.getComputedStyle(e),y=t.getPropertyValue("box-sizing"),n=Number.parseFloat(t.getPropertyValue("padding-bottom"))+Number.parseFloat(t.getPropertyValue("padding-top")),$=Number.parseFloat(t.getPropertyValue("border-bottom-width"))+Number.parseFloat(t.getPropertyValue("border-top-width"));return{contextStyle:CONTEXT_STYLE.map(L=>`${L}:${t.getPropertyValue(L)}`).join(";"),paddingSize:n,borderSize:$,boxSizing:y}}function calcTextareaHeight(e,t=1,y){var n;hiddenTextarea||(hiddenTextarea=document.createElement("textarea"),document.body.appendChild(hiddenTextarea));const{paddingSize:$,borderSize:k,boxSizing:L,contextStyle:j}=calculateNodeStyling(e);hiddenTextarea.setAttribute("style",`${j};${HIDDEN_STYLE}`),hiddenTextarea.value=e.value||e.placeholder||"";let V=hiddenTextarea.scrollHeight;const z={};L==="border-box"?V=V+k:L==="content-box"&&(V=V-$),hiddenTextarea.value="";const re=hiddenTextarea.scrollHeight-$;if(isNumber$4(t)){let oe=re*t;L==="border-box"&&(oe=oe+$+k),V=Math.max(oe,V),z.minHeight=`${oe}px`}if(isNumber$4(y)){let oe=re*y;L==="border-box"&&(oe=oe+$+k),V=Math.min(oe,V)}return z.height=`${V}px`,(n=hiddenTextarea.parentNode)==null||n.removeChild(hiddenTextarea),hiddenTextarea=void 0,z}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]:e=>isString$4(e),input:e=>isString$4(e),change:e=>isString$4(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,mouseleave:e=>e instanceof MouseEvent,mouseenter:e=>e instanceof MouseEvent,keydown:e=>e instanceof Event,compositionstart:e=>e instanceof CompositionEvent,compositionupdate:e=>e instanceof CompositionEvent,compositionend:e=>e instanceof CompositionEvent},__default__$1J=defineComponent({name:"ElInput",inheritAttrs:!1}),_sfc_main$2Q=defineComponent({...__default__$1J,props:inputProps,emits:inputEmits,setup(e,{expose:t,emit:y}){const n=e,$=useAttrs$1(),k=useSlots(),L=computed(()=>{const Qr={};return n.containerRole==="combobox"&&(Qr["aria-haspopup"]=$["aria-haspopup"],Qr["aria-owns"]=$["aria-owns"],Qr["aria-expanded"]=$["aria-expanded"]),Qr}),j=computed(()=>[n.type==="textarea"?Ue.b():Ne.b(),Ne.m(de.value),Ne.is("disabled",_e.value),Ne.is("exceed",tr.value),{[Ne.b("group")]:k.prepend||k.append,[Ne.m("prefix")]:k.prefix||n.prefixIcon,[Ne.m("suffix")]:k.suffix||n.suffixIcon||n.clearable||n.showPassword,[Ne.bm("suffix","password-clear")]:ar.value&&ur.value,[Ne.b("hidden")]:n.type==="hidden"},$.class]),V=computed(()=>[Ne.e("wrapper"),Ne.is("focus",nr.value)]),z=useAttrs({excludeKeys:computed(()=>Object.keys(L.value))}),{form:re,formItem:oe}=useFormItem(),{inputId:ue}=useFormItemInputId(n,{formItemContext:oe}),de=useFormSize(),_e=useFormDisabled(),Ne=useNamespace("input"),Ue=useNamespace("textarea"),$e=shallowRef(),Ve=shallowRef(),Fe=ref$1(!1),qe=ref$1(!1),er=ref$1(),ir=shallowRef(n.inputStyle),dr=computed(()=>$e.value||Ve.value),{wrapperRef:cr,isFocused:nr}=useFocusController(dr,{afterBlur(){var Qr;n.validateEvent&&((Qr=oe==null?void 0:oe.validate)==null||Qr.call(oe,"blur").catch(Zr=>void 0))}}),lr=computed(()=>{var Qr;return(Qr=re==null?void 0:re.statusIcon)!=null?Qr:!1}),Et=computed(()=>(oe==null?void 0:oe.validateState)||""),ie=computed(()=>Et.value&&ValidateComponentsMap[Et.value]),pe=computed(()=>qe.value?view_default:hide_default),Ce=computed(()=>[$.style]),Ie=computed(()=>[n.inputStyle,ir.value,{resize:n.resize}]),jt=computed(()=>isNil(n.modelValue)?"":String(n.modelValue)),ar=computed(()=>n.clearable&&!_e.value&&!n.readonly&&!!jt.value&&(nr.value||Fe.value)),ur=computed(()=>n.showPassword&&!_e.value&&!n.readonly&&!!jt.value&&(!!jt.value||nr.value)),kt=computed(()=>n.showWordLimit&&!!n.maxlength&&(n.type==="text"||n.type==="textarea")&&!_e.value&&!n.readonly&&!n.showPassword),he=computed(()=>jt.value.length),tr=computed(()=>!!kt.value&&he.value>Number(n.maxlength)),gr=computed(()=>!!k.suffix||!!n.suffixIcon||ar.value||n.showPassword||kt.value||!!Et.value&&lr.value),[_r,yr]=useCursor($e);useResizeObserver(Ve,Qr=>{if(Tr(),!kt.value||n.resize!=="both")return;const Zr=Qr[0],{width:Vi}=Zr.contentRect;er.value={right:`calc(100% - ${Vi+15+6}px)`}});const xr=()=>{const{type:Qr,autosize:Zr}=n;if(!(!isClient||Qr!=="textarea"||!Ve.value))if(Zr){const Vi=isObject$5(Zr)?Zr.minRows:void 0,To=isObject$5(Zr)?Zr.maxRows:void 0,oa=calcTextareaHeight(Ve.value,Vi,To);ir.value={overflowY:"hidden",...oa},nextTick$3(()=>{Ve.value.offsetHeight,ir.value=oa})}else ir.value={minHeight:calcTextareaHeight(Ve.value).minHeight}},Tr=(Qr=>{let Zr=!1;return()=>{var Vi;if(Zr||!n.autosize)return;((Vi=Ve.value)==null?void 0:Vi.offsetParent)===null||(Qr(),Zr=!0)}})(xr),Sr=()=>{const Qr=dr.value,Zr=n.formatter?n.formatter(jt.value):jt.value;!Qr||Qr.value===Zr||(Qr.value=Zr)},Ar=async Qr=>{_r();let{value:Zr}=Qr.target;if(n.formatter&&(Zr=n.parser?n.parser(Zr):Zr),!Gr.value){if(Zr===jt.value){Sr();return}y(UPDATE_MODEL_EVENT,Zr),y("input",Zr),await nextTick$3(),Sr(),yr()}},Fr=Qr=>{y("change",Qr.target.value)},{isComposing:Gr,handleCompositionStart:Vr,handleCompositionUpdate:Dr,handleCompositionEnd:Ir}=useComposition({emit:y,afterComposition:Ar}),Br=()=>{qe.value=!qe.value,Rr()},Rr=async()=>{var Qr;await nextTick$3(),(Qr=dr.value)==null||Qr.focus()},Lr=()=>{var Qr;return(Qr=dr.value)==null?void 0:Qr.blur()},$r=Qr=>{Fe.value=!1,y("mouseleave",Qr)},jr=Qr=>{Fe.value=!0,y("mouseenter",Qr)},vn=Qr=>{y("keydown",Qr)},Kr=()=>{var Qr;(Qr=dr.value)==null||Qr.select()},kr=()=>{y(UPDATE_MODEL_EVENT,""),y("change",""),y("clear"),y("input","")};return watch(()=>n.modelValue,()=>{var Qr;nextTick$3(()=>xr()),n.validateEvent&&((Qr=oe==null?void 0:oe.validate)==null||Qr.call(oe,"change").catch(Zr=>void 0))}),watch(jt,()=>Sr()),watch(()=>n.type,async()=>{await nextTick$3(),Sr(),xr()}),onMounted(()=>{!n.formatter&&n.parser,Sr(),nextTick$3(xr)}),t({input:$e,textarea:Ve,ref:dr,textareaStyle:Ie,autosize:toRef$1(n,"autosize"),isComposing:Gr,focus:Rr,blur:Lr,select:Kr,clear:kr,resizeTextarea:xr}),(Qr,Zr)=>(openBlock(),createElementBlock("div",mergeProps(unref(L),{class:[unref(j),{[unref(Ne).bm("group","append")]:Qr.$slots.append,[unref(Ne).bm("group","prepend")]:Qr.$slots.prepend}],style:unref(Ce),role:Qr.containerRole,onMouseenter:jr,onMouseleave:$r}),[createCommentVNode(" input "),Qr.type!=="textarea"?(openBlock(),createElementBlock(Fragment,{key:0},[createCommentVNode(" prepend slot "),Qr.$slots.prepend?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ne).be("group","prepend"))},[renderSlot(Qr.$slots,"prepend")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref_key:"wrapperRef",ref:cr,class:normalizeClass(unref(V))},[createCommentVNode(" prefix slot "),Qr.$slots.prefix||Qr.prefixIcon?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(Ne).e("prefix"))},[createBaseVNode("span",{class:normalizeClass(unref(Ne).e("prefix-inner"))},[renderSlot(Qr.$slots,"prefix"),Qr.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(Ne).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Qr.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("input",mergeProps({id:unref(ue),ref_key:"input",ref:$e,class:unref(Ne).e("inner")},unref(z),{minlength:Qr.minlength,maxlength:Qr.maxlength,type:Qr.showPassword?qe.value?"text":"password":Qr.type,disabled:unref(_e),readonly:Qr.readonly,autocomplete:Qr.autocomplete,tabindex:Qr.tabindex,"aria-label":Qr.ariaLabel,placeholder:Qr.placeholder,style:Qr.inputStyle,form:Qr.form,autofocus:Qr.autofocus,onCompositionstart:unref(Vr),onCompositionupdate:unref(Dr),onCompositionend:unref(Ir),onInput:Ar,onChange:Fr,onKeydown:vn}),null,16,["id","minlength","maxlength","type","disabled","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus","onCompositionstart","onCompositionupdate","onCompositionend"]),createCommentVNode(" suffix slot "),unref(gr)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(Ne).e("suffix"))},[createBaseVNode("span",{class:normalizeClass(unref(Ne).e("suffix-inner"))},[!unref(ar)||!unref(ur)||!unref(kt)?(openBlock(),createElementBlock(Fragment,{key:0},[renderSlot(Qr.$slots,"suffix"),Qr.suffixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(Ne).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Qr.suffixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0),unref(ar)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(Ne).e("icon"),unref(Ne).e("clear")]),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:kr},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),unref(ur)?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(Ne).e("icon"),unref(Ne).e("password")]),onClick:Br},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(pe))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),unref(kt)?(openBlock(),createElementBlock("span",{key:3,class:normalizeClass(unref(Ne).e("count"))},[createBaseVNode("span",{class:normalizeClass(unref(Ne).e("count-inner"))},toDisplayString(unref(he))+" / "+toDisplayString(Qr.maxlength),3)],2)):createCommentVNode("v-if",!0),unref(Et)&&unref(ie)&&unref(lr)?(openBlock(),createBlock(unref(ElIcon),{key:4,class:normalizeClass([unref(Ne).e("icon"),unref(Ne).e("validateIcon"),unref(Ne).is("loading",unref(Et)==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(ie))))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0)],2),createCommentVNode(" append slot "),Qr.$slots.append?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(Ne).be("group","append"))},[renderSlot(Qr.$slots,"append")],2)):createCommentVNode("v-if",!0)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" textarea "),createBaseVNode("textarea",mergeProps({id:unref(ue),ref_key:"textarea",ref:Ve,class:[unref(Ue).e("inner"),unref(Ne).is("focus",unref(nr))]},unref(z),{minlength:Qr.minlength,maxlength:Qr.maxlength,tabindex:Qr.tabindex,disabled:unref(_e),readonly:Qr.readonly,autocomplete:Qr.autocomplete,style:unref(Ie),"aria-label":Qr.ariaLabel,placeholder:Qr.placeholder,form:Qr.form,autofocus:Qr.autofocus,rows:Qr.rows,onCompositionstart:unref(Vr),onCompositionupdate:unref(Dr),onCompositionend:unref(Ir),onInput:Ar,onChange:Fr,onKeydown:vn}),null,16,["id","minlength","maxlength","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus","rows","onCompositionstart","onCompositionupdate","onCompositionend"]),unref(kt)?(openBlock(),createElementBlock("span",{key:0,style:normalizeStyle(er.value),class:normalizeClass(unref(Ne).e("count"))},toDisplayString(unref(he))+" / "+toDisplayString(Qr.maxlength),7)):createCommentVNode("v-if",!0)],64))],16,["role"]))}});var Input=_export_sfc$1(_sfc_main$2Q,[["__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:e,size:t,bar:y})=>({[y.size]:t,transform:`translate${y.axis}(${e}%)`}),scrollbarContextKey=Symbol("scrollbarContextKey"),thumbProps=buildProps({vertical:Boolean,size:String,move:Number,ratio:{type:Number,required:!0},always:Boolean}),COMPONENT_NAME$k="Thumb",_sfc_main$2P=defineComponent({__name:"thumb",props:thumbProps,setup(e){const t=e,y=inject(scrollbarContextKey),n=useNamespace("scrollbar");y||throwError(COMPONENT_NAME$k,"can not inject scrollbar context");const $=ref$1(),k=ref$1(),L=ref$1({}),j=ref$1(!1);let V=!1,z=!1,re=isClient?document.onselectstart:null;const oe=computed(()=>BAR_MAP[t.vertical?"vertical":"horizontal"]),ue=computed(()=>renderThumbStyle$1({size:t.size,move:t.move,bar:oe.value})),de=computed(()=>$.value[oe.value.offset]**2/y.wrapElement[oe.value.scrollSize]/t.ratio/k.value[oe.value.offset]),_e=ir=>{var dr;if(ir.stopPropagation(),ir.ctrlKey||[1,2].includes(ir.button))return;(dr=window.getSelection())==null||dr.removeAllRanges(),Ue(ir);const cr=ir.currentTarget;cr&&(L.value[oe.value.axis]=cr[oe.value.offset]-(ir[oe.value.client]-cr.getBoundingClientRect()[oe.value.direction]))},Ne=ir=>{if(!k.value||!$.value||!y.wrapElement)return;const dr=Math.abs(ir.target.getBoundingClientRect()[oe.value.direction]-ir[oe.value.client]),cr=k.value[oe.value.offset]/2,nr=(dr-cr)*100*de.value/$.value[oe.value.offset];y.wrapElement[oe.value.scroll]=nr*y.wrapElement[oe.value.scrollSize]/100},Ue=ir=>{ir.stopImmediatePropagation(),V=!0,document.addEventListener("mousemove",$e),document.addEventListener("mouseup",Ve),re=document.onselectstart,document.onselectstart=()=>!1},$e=ir=>{if(!$.value||!k.value||V===!1)return;const dr=L.value[oe.value.axis];if(!dr)return;const cr=($.value.getBoundingClientRect()[oe.value.direction]-ir[oe.value.client])*-1,nr=k.value[oe.value.offset]-dr,lr=(cr-nr)*100*de.value/$.value[oe.value.offset];y.wrapElement[oe.value.scroll]=lr*y.wrapElement[oe.value.scrollSize]/100},Ve=()=>{V=!1,L.value[oe.value.axis]=0,document.removeEventListener("mousemove",$e),document.removeEventListener("mouseup",Ve),er(),z&&(j.value=!1)},Fe=()=>{z=!1,j.value=!!t.size},qe=()=>{z=!0,j.value=V};onBeforeUnmount(()=>{er(),document.removeEventListener("mouseup",Ve)});const er=()=>{document.onselectstart!==re&&(document.onselectstart=re)};return useEventListener(toRef$1(y,"scrollbarElement"),"mousemove",Fe),useEventListener(toRef$1(y,"scrollbarElement"),"mouseleave",qe),(ir,dr)=>(openBlock(),createBlock(Transition,{name:unref(n).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{ref_key:"instance",ref:$,class:normalizeClass([unref(n).e("bar"),unref(n).is(unref(oe).key)]),onMousedown:Ne},[createBaseVNode("div",{ref_key:"thumb",ref:k,class:normalizeClass(unref(n).e("thumb")),style:normalizeStyle(unref(ue)),onMousedown:_e},null,38)],34),[[vShow,ir.always||j.value]])]),_:1},8,["name"]))}});var Thumb=_export_sfc$1(_sfc_main$2P,[["__file","thumb.vue"]]);const barProps=buildProps({always:{type:Boolean,default:!0},minSize:{type:Number,required:!0}}),_sfc_main$2O=defineComponent({__name:"bar",props:barProps,setup(e,{expose:t}){const y=e,n=inject(scrollbarContextKey),$=ref$1(0),k=ref$1(0),L=ref$1(""),j=ref$1(""),V=ref$1(1),z=ref$1(1);return t({handleScroll:ue=>{if(ue){const de=ue.offsetHeight-GAP,_e=ue.offsetWidth-GAP;k.value=ue.scrollTop*100/de*V.value,$.value=ue.scrollLeft*100/_e*z.value}},update:()=>{const ue=n==null?void 0:n.wrapElement;if(!ue)return;const de=ue.offsetHeight-GAP,_e=ue.offsetWidth-GAP,Ne=de**2/ue.scrollHeight,Ue=_e**2/ue.scrollWidth,$e=Math.max(Ne,y.minSize),Ve=Math.max(Ue,y.minSize);V.value=Ne/(de-Ne)/($e/(de-$e)),z.value=Ue/(_e-Ue)/(Ve/(_e-Ve)),j.value=$e+GAP<de?`${$e}px`:"",L.value=Ve+GAP<_e?`${Ve}px`:""}}),(ue,de)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(Thumb,{move:$.value,ratio:z.value,size:L.value,always:ue.always},null,8,["move","ratio","size","always"]),createVNode(Thumb,{move:k.value,ratio:V.value,size:j.value,vertical:"",always:ue.always},null,8,["move","ratio","size","always"])],64))}});var Bar=_export_sfc$1(_sfc_main$2O,[["__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:e,scrollLeft:t})=>[e,t].every(isNumber$4)},COMPONENT_NAME$j="ElScrollbar",__default__$1I=defineComponent({name:COMPONENT_NAME$j}),_sfc_main$2N=defineComponent({...__default__$1I,props:scrollbarProps,emits:scrollbarEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("scrollbar");let k,L,j=0,V=0;const z=ref$1(),re=ref$1(),oe=ref$1(),ue=ref$1(),de=computed(()=>{const er={};return n.height&&(er.height=addUnit(n.height)),n.maxHeight&&(er.maxHeight=addUnit(n.maxHeight)),[n.wrapStyle,er]}),_e=computed(()=>[n.wrapClass,$.e("wrap"),{[$.em("wrap","hidden-default")]:!n.native}]),Ne=computed(()=>[$.e("view"),n.viewClass]),Ue=()=>{var er;re.value&&((er=ue.value)==null||er.handleScroll(re.value),j=re.value.scrollTop,V=re.value.scrollLeft,y("scroll",{scrollTop:re.value.scrollTop,scrollLeft:re.value.scrollLeft}))};function $e(er,ir){isObject$5(er)?re.value.scrollTo(er):isNumber$4(er)&&isNumber$4(ir)&&re.value.scrollTo(er,ir)}const Ve=er=>{isNumber$4(er)&&(re.value.scrollTop=er)},Fe=er=>{isNumber$4(er)&&(re.value.scrollLeft=er)},qe=()=>{var er;(er=ue.value)==null||er.update()};return watch(()=>n.noresize,er=>{er?(k==null||k(),L==null||L()):({stop:k}=useResizeObserver(oe,qe),L=useEventListener("resize",qe))},{immediate:!0}),watch(()=>[n.maxHeight,n.height],()=>{n.native||nextTick$3(()=>{var er;qe(),re.value&&((er=ue.value)==null||er.handleScroll(re.value))})}),provide(scrollbarContextKey,reactive({scrollbarElement:z,wrapElement:re})),onActivated(()=>{re.value.scrollTop=j,re.value.scrollLeft=V}),onMounted(()=>{n.native||nextTick$3(()=>{qe()})}),onUpdated(()=>qe()),t({wrapRef:re,update:qe,scrollTo:$e,setScrollTop:Ve,setScrollLeft:Fe,handleScroll:Ue}),(er,ir)=>(openBlock(),createElementBlock("div",{ref_key:"scrollbarRef",ref:z,class:normalizeClass(unref($).b())},[createBaseVNode("div",{ref_key:"wrapRef",ref:re,class:normalizeClass(unref(_e)),style:normalizeStyle(unref(de)),onScroll:Ue},[(openBlock(),createBlock(resolveDynamicComponent(er.tag),{id:er.id,ref_key:"resizeRef",ref:oe,class:normalizeClass(unref(Ne)),style:normalizeStyle(er.viewStyle),role:er.role,"aria-label":er.ariaLabel,"aria-orientation":er.ariaOrientation},{default:withCtx(()=>[renderSlot(er.$slots,"default")]),_:3},8,["id","class","style","role","aria-label","aria-orientation"]))],38),er.native?createCommentVNode("v-if",!0):(openBlock(),createBlock(Bar,{key:0,ref_key:"barRef",ref:ue,always:er.always,"min-size":er.minSize},null,8,["always","min-size"]))],2))}});var Scrollbar=_export_sfc$1(_sfc_main$2N,[["__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$2M=defineComponent({...__default__$1H,props:popperProps,setup(e,{expose:t}){const y=e,n=ref$1(),$=ref$1(),k=ref$1(),L=ref$1(),j=computed(()=>y.role),V={triggerRef:n,popperInstanceRef:$,contentRef:k,referenceRef:L,role:j};return t(V),provide(POPPER_INJECTION_KEY,V),(z,re)=>renderSlot(z.$slots,"default")}});var Popper=_export_sfc$1(_sfc_main$2M,[["__file","popper.vue"]]);const popperArrowProps=buildProps({arrowOffset:{type:Number,default:5}}),__default__$1G=defineComponent({name:"ElPopperArrow",inheritAttrs:!1}),_sfc_main$2L=defineComponent({...__default__$1G,props:popperArrowProps,setup(e,{expose:t}){const y=e,n=useNamespace("popper"),{arrowOffset:$,arrowRef:k,arrowStyle:L}=inject(POPPER_CONTENT_INJECTION_KEY,void 0);return watch(()=>y.arrowOffset,j=>{$.value=j}),onBeforeUnmount(()=>{k.value=void 0}),t({arrowRef:k}),(j,V)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:k,class:normalizeClass(unref(n).e("arrow")),style:normalizeStyle(unref(L)),"data-popper-arrow":""},null,6))}});var ElPopperArrow=_export_sfc$1(_sfc_main$2L,[["__file","arrow.vue"]]);const NAME="ElOnlyChild",OnlyChild=defineComponent({name:NAME,setup(e,{slots:t,attrs:y}){var n;const $=inject(FORWARD_REF_INJECTION_KEY),k=useForwardRefDirective((n=$==null?void 0:$.setForwardRef)!=null?n:NOOP);return()=>{var L;const j=(L=t.default)==null?void 0:L.call(t,y);if(!j||j.length>1)return null;const V=findFirstLegitChild(j);return V?withDirectives(cloneVNode(V,y),[[k]]):null}}});function findFirstLegitChild(e){if(!e)return null;const t=e;for(const y of t){if(isObject$5(y))switch(y.type){case Comment:continue;case Text$1:case"svg":return wrapTextContent(y);case Fragment:return findFirstLegitChild(y.children);default:return y}return wrapTextContent(y)}return null}function wrapTextContent(e){const t=useNamespace("only-child");return createVNode("span",{class:t.e("content")},[e])}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$2K=defineComponent({...__default__$1F,props:popperTriggerProps,setup(e,{expose:t}){const y=e,{role:n,triggerRef:$}=inject(POPPER_INJECTION_KEY,void 0);useForwardRef($);const k=computed(()=>j.value?y.id:void 0),L=computed(()=>{if(n&&n.value==="tooltip")return y.open&&y.id?y.id:void 0}),j=computed(()=>{if(n&&n.value!=="tooltip")return n.value}),V=computed(()=>j.value?`${y.open}`:void 0);let z;const re=["onMouseenter","onMouseleave","onClick","onKeydown","onFocus","onBlur","onContextmenu"];return onMounted(()=>{watch(()=>y.virtualRef,oe=>{oe&&($.value=unrefElement(oe))},{immediate:!0}),watch($,(oe,ue)=>{z==null||z(),z=void 0,isElement$2(oe)&&(re.forEach(de=>{var _e;const Ne=y[de];Ne&&(oe.addEventListener(de.slice(2).toLowerCase(),Ne),(_e=ue==null?void 0:ue.removeEventListener)==null||_e.call(ue,de.slice(2).toLowerCase(),Ne))}),z=watch([k,L,j,V],de=>{["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach((_e,Ne)=>{isNil(de[Ne])?oe.removeAttribute(_e):oe.setAttribute(_e,de[Ne])})},{immediate:!0})),isElement$2(ue)&&["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach(de=>ue.removeAttribute(de))},{immediate:!0})}),onBeforeUnmount(()=>{if(z==null||z(),z=void 0,$.value&&isElement$2($.value)){const oe=$.value;re.forEach(ue=>{const de=y[ue];de&&oe.removeEventListener(ue.slice(2).toLowerCase(),de)}),$.value=void 0}}),t({triggerRef:$}),(oe,ue)=>oe.virtualTriggering?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(OnlyChild),mergeProps({key:0},oe.$attrs,{"aria-controls":unref(k),"aria-describedby":unref(L),"aria-expanded":unref(V),"aria-haspopup":unref(j)}),{default:withCtx(()=>[renderSlot(oe.$slots,"default")]),_:3},16,["aria-controls","aria-describedby","aria-expanded","aria-haspopup"]))}});var ElPopperTrigger=_export_sfc$1(_sfc_main$2K,[["__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=e=>{const t=[],y=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const $=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||$?NodeFilter.FILTER_SKIP:n.tabIndex>=0||n===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;y.nextNode();)t.push(y.currentNode);return t},getVisibleElement=(e,t)=>{for(const y of e)if(!isHidden(y,t))return y},isHidden=(e,t)=>{if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1},getEdges=e=>{const t=obtainAllFocusableElements(e),y=getVisibleElement(t,e),n=getVisibleElement(t.reverse(),e);return[y,n]},isSelectable=e=>e instanceof HTMLInputElement&&"select"in e,tryFocus=(e,t)=>{if(e&&e.focus){const y=document.activeElement;e.focus({preventScroll:!0}),lastAutomatedFocusTimestamp.value=window.performance.now(),e!==y&&isSelectable(e)&&t&&e.select()}};function removeFromStack(e,t){const y=[...e],n=e.indexOf(t);return n!==-1&&y.splice(n,1),y}const createFocusableStack=()=>{let e=[];return{push:n=>{const $=e[0];$&&n!==$&&$.pause(),e=removeFromStack(e,n),e.unshift(n)},remove:n=>{var $,k;e=removeFromStack(e,n),(k=($=e[0])==null?void 0:$.resume)==null||k.call($)}}},focusFirstDescendant=(e,t=!1)=>{const y=document.activeElement;for(const n of e)if(tryFocus(n,t),document.activeElement!==y)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=e=>new CustomEvent(FOCUSOUT_PREVENTED,{...FOCUSOUT_PREVENTED_OPTS,detail:e}),_sfc_main$2J=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(e,{emit:t}){const y=ref$1();let n,$;const{focusReason:k}=useFocusReason();useEscapeKeydown(_e=>{e.trapped&&!L.paused&&t("release-requested",_e)});const L={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},j=_e=>{if(!e.loop&&!e.trapped||L.paused)return;const{key:Ne,altKey:Ue,ctrlKey:$e,metaKey:Ve,currentTarget:Fe,shiftKey:qe}=_e,{loop:er}=e,ir=Ne===EVENT_CODE.tab&&!Ue&&!$e&&!Ve,dr=document.activeElement;if(ir&&dr){const cr=Fe,[nr,lr]=getEdges(cr);if(nr&&lr){if(!qe&&dr===lr){const ie=createFocusOutPreventedEvent({focusReason:k.value});t("focusout-prevented",ie),ie.defaultPrevented||(_e.preventDefault(),er&&tryFocus(nr,!0))}else if(qe&&[nr,cr].includes(dr)){const ie=createFocusOutPreventedEvent({focusReason:k.value});t("focusout-prevented",ie),ie.defaultPrevented||(_e.preventDefault(),er&&tryFocus(lr,!0))}}else if(dr===cr){const ie=createFocusOutPreventedEvent({focusReason:k.value});t("focusout-prevented",ie),ie.defaultPrevented||_e.preventDefault()}}};provide(FOCUS_TRAP_INJECTION_KEY,{focusTrapRef:y,onKeydown:j}),watch(()=>e.focusTrapEl,_e=>{_e&&(y.value=_e)},{immediate:!0}),watch([y],([_e],[Ne])=>{_e&&(_e.addEventListener("keydown",j),_e.addEventListener("focusin",re),_e.addEventListener("focusout",oe)),Ne&&(Ne.removeEventListener("keydown",j),Ne.removeEventListener("focusin",re),Ne.removeEventListener("focusout",oe))});const V=_e=>{t(ON_TRAP_FOCUS_EVT,_e)},z=_e=>t(ON_RELEASE_FOCUS_EVT,_e),re=_e=>{const Ne=unref(y);if(!Ne)return;const Ue=_e.target,$e=_e.relatedTarget,Ve=Ue&&Ne.contains(Ue);e.trapped||$e&&Ne.contains($e)||(n=$e),Ve&&t("focusin",_e),!L.paused&&e.trapped&&(Ve?$=Ue:tryFocus($,!0))},oe=_e=>{const Ne=unref(y);if(!(L.paused||!Ne))if(e.trapped){const Ue=_e.relatedTarget;!isNil(Ue)&&!Ne.contains(Ue)&&setTimeout(()=>{if(!L.paused&&e.trapped){const $e=createFocusOutPreventedEvent({focusReason:k.value});t("focusout-prevented",$e),$e.defaultPrevented||tryFocus($,!0)}},0)}else{const Ue=_e.target;Ue&&Ne.contains(Ue)||t("focusout",_e)}};async function ue(){await nextTick$3();const _e=unref(y);if(_e){focusableStack.push(L);const Ne=_e.contains(document.activeElement)?n:document.activeElement;if(n=Ne,!_e.contains(Ne)){const $e=new Event(FOCUS_AFTER_TRAPPED,FOCUS_AFTER_TRAPPED_OPTS);_e.addEventListener(FOCUS_AFTER_TRAPPED,V),_e.dispatchEvent($e),$e.defaultPrevented||nextTick$3(()=>{let Ve=e.focusStartEl;isString$4(Ve)||(tryFocus(Ve),document.activeElement!==Ve&&(Ve="first")),Ve==="first"&&focusFirstDescendant(obtainAllFocusableElements(_e),!0),(document.activeElement===Ne||Ve==="container")&&tryFocus(_e)})}}}function de(){const _e=unref(y);if(_e){_e.removeEventListener(FOCUS_AFTER_TRAPPED,V);const Ne=new CustomEvent(FOCUS_AFTER_RELEASED,{...FOCUS_AFTER_TRAPPED_OPTS,detail:{focusReason:k.value}});_e.addEventListener(FOCUS_AFTER_RELEASED,z),_e.dispatchEvent(Ne),!Ne.defaultPrevented&&(k.value=="keyboard"||!isFocusCausedByUserEvent()||_e.contains(document.activeElement))&&tryFocus(n??document.body),_e.removeEventListener(FOCUS_AFTER_RELEASED,z),focusableStack.remove(L)}}return onMounted(()=>{e.trapped&&ue(),watch(()=>e.trapped,_e=>{_e?ue():de()})}),onBeforeUnmount(()=>{e.trapped&&de(),y.value&&(y.value.removeEventListener("keydown",j),y.value.removeEventListener("focusin",re),y.value.removeEventListener("focusout",oe),y.value=void 0)}),{onKeydown:j}}});function _sfc_render$u(e,t,y,n,$,k){return renderSlot(e.$slots,"default",{handleKeydown:e.onKeydown})}var ElFocusTrap=_export_sfc$1(_sfc_main$2J,[["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,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:e=>e instanceof MouseEvent,mouseleave:e=>e instanceof MouseEvent,focus:()=>!0,blur:()=>!0,close:()=>!0},buildPopperOptions=(e,t=[])=>{const{placement:y,strategy:n,popperOptions:$}=e,k={placement:y,strategy:n,...$,modifiers:[...genModifiers(e),...t]};return deriveExtraModifiers(k,$==null?void 0:$.modifiers),k},unwrapMeasurableEl=e=>{if(isClient)return unrefElement(e)};function genModifiers(e){const{offset:t,gpuAcceleration:y,fallbackPlacements:n}=e;return[{name:"offset",options:{offset:[0,t??12]}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5,fallbackPlacements:n}},{name:"computeStyles",options:{gpuAcceleration:y}}]}function deriveExtraModifiers(e,t){t&&(e.modifiers=[...e.modifiers,...t??[]])}const DEFAULT_ARROW_OFFSET=0,usePopperContent=e=>{const{popperInstanceRef:t,contentRef:y,triggerRef:n,role:$}=inject(POPPER_INJECTION_KEY,void 0),k=ref$1(),L=ref$1(),j=computed(()=>({name:"eventListeners",enabled:!!e.visible})),V=computed(()=>{var $e;const Ve=unref(k),Fe=($e=unref(L))!=null?$e:DEFAULT_ARROW_OFFSET;return{name:"arrow",enabled:!isUndefined$3(Ve),options:{element:Ve,padding:Fe}}}),z=computed(()=>({onFirstUpdate:()=>{_e()},...buildPopperOptions(e,[unref(V),unref(j)])})),re=computed(()=>unwrapMeasurableEl(e.referenceEl)||unref(n)),{attributes:oe,state:ue,styles:de,update:_e,forceUpdate:Ne,instanceRef:Ue}=usePopper(re,y,z);return watch(Ue,$e=>t.value=$e),onMounted(()=>{watch(()=>{var $e;return($e=unref(re))==null?void 0:$e.getBoundingClientRect()},()=>{_e()})}),{attributes:oe,arrowRef:k,contentRef:y,instanceRef:Ue,state:ue,styles:de,role:$,forceUpdate:Ne,update:_e}},usePopperContentDOM=(e,{attributes:t,styles:y,role:n})=>{const{nextZIndex:$}=useZIndex(),k=useNamespace("popper"),L=computed(()=>unref(t).popper),j=ref$1(isNumber$4(e.zIndex)?e.zIndex:$()),V=computed(()=>[k.b(),k.is("pure",e.pure),k.is(e.effect),e.popperClass]),z=computed(()=>[{zIndex:unref(j)},unref(y).popper,e.popperStyle||{}]),re=computed(()=>n.value==="dialog"?"false":void 0),oe=computed(()=>unref(y).arrow||{});return{ariaModal:re,arrowStyle:oe,contentAttrs:L,contentClass:V,contentStyle:z,contentZIndex:j,updateZIndex:()=>{j.value=isNumber$4(e.zIndex)?e.zIndex:$()}}},usePopperContentFocusTrap=(e,t)=>{const y=ref$1(!1),n=ref$1();return{focusStartRef:n,trapped:y,onFocusAfterReleased:z=>{var re;((re=z.detail)==null?void 0:re.focusReason)!=="pointer"&&(n.value="first",t("blur"))},onFocusAfterTrapped:()=>{t("focus")},onFocusInTrap:z=>{e.visible&&!y.value&&(z.target&&(n.value=z.target),y.value=!0)},onFocusoutPrevented:z=>{e.trapping||(z.detail.focusReason==="pointer"&&z.preventDefault(),y.value=!1)},onReleaseRequested:()=>{y.value=!1,t("close")}}},__default__$1E=defineComponent({name:"ElPopperContent"}),_sfc_main$2I=defineComponent({...__default__$1E,props:popperContentProps,emits:popperContentEmits,setup(e,{expose:t,emit:y}){const n=e,{focusStartRef:$,trapped:k,onFocusAfterReleased:L,onFocusAfterTrapped:j,onFocusInTrap:V,onFocusoutPrevented:z,onReleaseRequested:re}=usePopperContentFocusTrap(n,y),{attributes:oe,arrowRef:ue,contentRef:de,styles:_e,instanceRef:Ne,role:Ue,update:$e}=usePopperContent(n),{ariaModal:Ve,arrowStyle:Fe,contentAttrs:qe,contentClass:er,contentStyle:ir,updateZIndex:dr}=usePopperContentDOM(n,{styles:_e,attributes:oe,role:Ue}),cr=inject(formItemContextKey,void 0),nr=ref$1();provide(POPPER_CONTENT_INJECTION_KEY,{arrowStyle:Fe,arrowRef:ue,arrowOffset:nr}),cr&&provide(formItemContextKey,{...cr,addInputId:NOOP,removeInputId:NOOP});let lr;const Et=(pe=!0)=>{$e(),pe&&dr()},ie=()=>{Et(!1),n.visible&&n.focusOnShow?k.value=!0:n.visible===!1&&(k.value=!1)};return onMounted(()=>{watch(()=>n.triggerTargetEl,(pe,Ce)=>{lr==null||lr(),lr=void 0;const Ie=unref(pe||de.value),jt=unref(Ce||de.value);isElement$2(Ie)&&(lr=watch([Ue,()=>n.ariaLabel,Ve,()=>n.id],ar=>{["role","aria-label","aria-modal","id"].forEach((ur,kt)=>{isNil(ar[kt])?Ie.removeAttribute(ur):Ie.setAttribute(ur,ar[kt])})},{immediate:!0})),jt!==Ie&&isElement$2(jt)&&["role","aria-label","aria-modal","id"].forEach(ar=>{jt.removeAttribute(ar)})},{immediate:!0}),watch(()=>n.visible,ie,{immediate:!0})}),onBeforeUnmount(()=>{lr==null||lr(),lr=void 0}),t({popperContentRef:de,popperInstanceRef:Ne,updatePopper:Et,contentStyle:ir}),(pe,Ce)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"contentRef",ref:de},unref(qe),{style:unref(ir),class:unref(er),tabindex:"-1",onMouseenter:Ie=>pe.$emit("mouseenter",Ie),onMouseleave:Ie=>pe.$emit("mouseleave",Ie)}),[createVNode(unref(ElFocusTrap),{trapped:unref(k),"trap-on-focus-in":!0,"focus-trap-el":unref(de),"focus-start-el":unref($),onFocusAfterTrapped:unref(j),onFocusAfterReleased:unref(L),onFocusin:unref(V),onFocusoutPrevented:unref(z),onReleaseRequested:unref(re)},{default:withCtx(()=>[renderSlot(pe.$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$2I,[["__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=(e,t)=>isArray$4(e)?e.includes(t):e===t,whenTrigger=(e,t,y)=>n=>{isTriggerType(unref(e),t)&&y(n)},__default__$1D=defineComponent({name:"ElTooltipTrigger"}),_sfc_main$2H=defineComponent({...__default__$1D,props:useTooltipTriggerProps,setup(e,{expose:t}){const y=e,n=useNamespace("tooltip"),{controlled:$,id:k,open:L,onOpen:j,onClose:V,onToggle:z}=inject(TOOLTIP_INJECTION_KEY,void 0),re=ref$1(null),oe=()=>{if(unref($)||y.disabled)return!0},ue=toRef$1(y,"trigger"),de=composeEventHandlers(oe,whenTrigger(ue,"hover",j)),_e=composeEventHandlers(oe,whenTrigger(ue,"hover",V)),Ne=composeEventHandlers(oe,whenTrigger(ue,"click",qe=>{qe.button===0&&z(qe)})),Ue=composeEventHandlers(oe,whenTrigger(ue,"focus",j)),$e=composeEventHandlers(oe,whenTrigger(ue,"focus",V)),Ve=composeEventHandlers(oe,whenTrigger(ue,"contextmenu",qe=>{qe.preventDefault(),z(qe)})),Fe=composeEventHandlers(oe,qe=>{const{code:er}=qe;y.triggerKeys.includes(er)&&(qe.preventDefault(),z(qe))});return t({triggerRef:re}),(qe,er)=>(openBlock(),createBlock(unref(ElPopperTrigger),{id:unref(k),"virtual-ref":qe.virtualRef,open:unref(L),"virtual-triggering":qe.virtualTriggering,class:normalizeClass(unref(n).e("trigger")),onBlur:unref($e),onClick:unref(Ne),onContextmenu:unref(Ve),onFocus:unref(Ue),onMouseenter:unref(de),onMouseleave:unref(_e),onKeydown:unref(Fe)},{default:withCtx(()=>[renderSlot(qe.$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$2H,[["__file","trigger.vue"]]);const teleportProps=buildProps({to:{type:definePropType([String,Object]),required:!0},disabled:Boolean}),_sfc_main$2G=defineComponent({__name:"teleport",props:teleportProps,setup(e){return(t,y)=>t.disabled?renderSlot(t.$slots,"default",{key:0}):(openBlock(),createBlock(Teleport$1,{key:1,to:t.to},[renderSlot(t.$slots,"default")],8,["to"]))}});var Teleport=_export_sfc$1(_sfc_main$2G,[["__file","teleport.vue"]]);const ElTeleport=withInstall(Teleport),__default__$1C=defineComponent({name:"ElTooltipContent",inheritAttrs:!1}),_sfc_main$2F=defineComponent({...__default__$1C,props:useTooltipContentProps,setup(e,{expose:t}){const y=e,{selector:n}=usePopperContainerId(),$=useNamespace("tooltip"),k=ref$1(null);let L;const{controlled:j,id:V,open:z,trigger:re,onClose:oe,onOpen:ue,onShow:de,onHide:_e,onBeforeShow:Ne,onBeforeHide:Ue}=inject(TOOLTIP_INJECTION_KEY,void 0),$e=computed(()=>y.transition||`${$.namespace.value}-fade-in-linear`),Ve=computed(()=>y.persistent);onBeforeUnmount(()=>{L==null||L()});const Fe=computed(()=>unref(Ve)?!0:unref(z)),qe=computed(()=>y.disabled?!1:unref(z)),er=computed(()=>y.appendTo||n.value),ir=computed(()=>{var jt;return(jt=y.style)!=null?jt:{}}),dr=computed(()=>!unref(z)),cr=()=>{_e()},nr=()=>{if(unref(j))return!0},lr=composeEventHandlers(nr,()=>{y.enterable&&unref(re)==="hover"&&ue()}),Et=composeEventHandlers(nr,()=>{unref(re)==="hover"&&oe()}),ie=()=>{var jt,ar;(ar=(jt=k.value)==null?void 0:jt.updatePopper)==null||ar.call(jt),Ne==null||Ne()},pe=()=>{Ue==null||Ue()},Ce=()=>{de(),L=onClickOutside(computed(()=>{var jt;return(jt=k.value)==null?void 0:jt.popperContentRef}),()=>{if(unref(j))return;unref(re)!=="hover"&&oe()})},Ie=()=>{y.virtualTriggering||oe()};return watch(()=>unref(z),jt=>{jt||L==null||L()},{flush:"post"}),watch(()=>y.content,()=>{var jt,ar;(ar=(jt=k.value)==null?void 0:jt.updatePopper)==null||ar.call(jt)}),t({contentRef:k}),(jt,ar)=>(openBlock(),createBlock(unref(ElTeleport),{disabled:!jt.teleported,to:unref(er)},{default:withCtx(()=>[createVNode(Transition,{name:unref($e),onAfterLeave:cr,onBeforeEnter:ie,onAfterEnter:Ce,onBeforeLeave:pe},{default:withCtx(()=>[unref(Fe)?withDirectives((openBlock(),createBlock(unref(ElPopperContent),mergeProps({key:0,id:unref(V),ref_key:"contentRef",ref:k},jt.$attrs,{"aria-label":jt.ariaLabel,"aria-hidden":unref(dr),"boundaries-padding":jt.boundariesPadding,"fallback-placements":jt.fallbackPlacements,"gpu-acceleration":jt.gpuAcceleration,offset:jt.offset,placement:jt.placement,"popper-options":jt.popperOptions,strategy:jt.strategy,effect:jt.effect,enterable:jt.enterable,pure:jt.pure,"popper-class":jt.popperClass,"popper-style":[jt.popperStyle,unref(ir)],"reference-el":jt.referenceEl,"trigger-target-el":jt.triggerTargetEl,visible:unref(qe),"z-index":jt.zIndex,onMouseenter:unref(lr),onMouseleave:unref(Et),onBlur:Ie,onClose:unref(oe)}),{default:withCtx(()=>[renderSlot(jt.$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(qe)]]):createCommentVNode("v-if",!0)]),_:3},8,["name"])]),_:3},8,["disabled","to"]))}});var ElTooltipContent=_export_sfc$1(_sfc_main$2F,[["__file","content.vue"]]);const __default__$1B=defineComponent({name:"ElTooltip"}),_sfc_main$2E=defineComponent({...__default__$1B,props:useTooltipProps,emits:tooltipEmits,setup(e,{expose:t,emit:y}){const n=e;usePopperContainer();const $=useId(),k=ref$1(),L=ref$1(),j=()=>{var $e;const Ve=unref(k);Ve&&(($e=Ve.popperInstanceRef)==null||$e.update())},V=ref$1(!1),z=ref$1(),{show:re,hide:oe,hasUpdateHandler:ue}=useTooltipModelToggle({indicator:V,toggleReason:z}),{onOpen:de,onClose:_e}=useDelayedToggle({showAfter:toRef$1(n,"showAfter"),hideAfter:toRef$1(n,"hideAfter"),autoClose:toRef$1(n,"autoClose"),open:re,close:oe}),Ne=computed(()=>isBoolean$3(n.visible)&&!ue.value);provide(TOOLTIP_INJECTION_KEY,{controlled:Ne,id:$,open:readonly(V),trigger:toRef$1(n,"trigger"),onOpen:$e=>{de($e)},onClose:$e=>{_e($e)},onToggle:$e=>{unref(V)?_e($e):de($e)},onShow:()=>{y("show",z.value)},onHide:()=>{y("hide",z.value)},onBeforeShow:()=>{y("before-show",z.value)},onBeforeHide:()=>{y("before-hide",z.value)},updatePopper:j}),watch(()=>n.disabled,$e=>{$e&&V.value&&(V.value=!1)});const Ue=$e=>{var Ve,Fe;const qe=(Fe=(Ve=L.value)==null?void 0:Ve.contentRef)==null?void 0:Fe.popperContentRef,er=($e==null?void 0:$e.relatedTarget)||document.activeElement;return qe&&qe.contains(er)};return onDeactivated(()=>V.value&&oe()),t({popperRef:k,contentRef:L,isFocusInsideContent:Ue,updatePopper:j,onOpen:de,onClose:_e,hide:oe}),($e,Ve)=>(openBlock(),createBlock(unref(ElPopper),{ref_key:"popperRef",ref:k,role:$e.role},{default:withCtx(()=>[createVNode(ElTooltipTrigger,{disabled:$e.disabled,trigger:$e.trigger,"trigger-keys":$e.triggerKeys,"virtual-ref":$e.virtualRef,"virtual-triggering":$e.virtualTriggering},{default:withCtx(()=>[$e.$slots.default?renderSlot($e.$slots,"default",{key:0}):createCommentVNode("v-if",!0)]),_:3},8,["disabled","trigger","trigger-keys","virtual-ref","virtual-triggering"]),createVNode(ElTooltipContent,{ref_key:"contentRef",ref:L,"aria-label":$e.ariaLabel,"boundaries-padding":$e.boundariesPadding,content:$e.content,disabled:$e.disabled,effect:$e.effect,enterable:$e.enterable,"fallback-placements":$e.fallbackPlacements,"hide-after":$e.hideAfter,"gpu-acceleration":$e.gpuAcceleration,offset:$e.offset,persistent:$e.persistent,"popper-class":$e.popperClass,"popper-style":$e.popperStyle,placement:$e.placement,"popper-options":$e.popperOptions,pure:$e.pure,"raw-content":$e.rawContent,"reference-el":$e.referenceEl,"trigger-target-el":$e.triggerTargetEl,"show-after":$e.showAfter,strategy:$e.strategy,teleported:$e.teleported,transition:$e.transition,"virtual-triggering":$e.virtualTriggering,"z-index":$e.zIndex,"append-to":$e.appendTo},{default:withCtx(()=>[renderSlot($e.$slots,"content",{},()=>[$e.rawContent?(openBlock(),createElementBlock("span",{key:0,innerHTML:$e.content},null,8,["innerHTML"])):(openBlock(),createElementBlock("span",{key:1},toDisplayString($e.content),1))]),$e.showArrow?(openBlock(),createBlock(unref(ElPopperArrow),{key:0,"arrow-offset":$e.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$2E,[["__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]:e=>isString$4(e),[INPUT_EVENT]:e=>isString$4(e),[CHANGE_EVENT]:e=>isString$4(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,select:e=>isObject$5(e)},COMPONENT_NAME$i="ElAutocomplete",__default__$1A=defineComponent({name:COMPONENT_NAME$i,inheritAttrs:!1}),_sfc_main$2D=defineComponent({...__default__$1A,props:autocompleteProps,emits:autocompleteEmits,setup(e,{expose:t,emit:y}){const n=e,$=useAttrs(),k=useAttrs$1(),L=useFormDisabled(),j=useNamespace("autocomplete"),V=ref$1(),z=ref$1(),re=ref$1(),oe=ref$1();let ue=!1,de=!1;const _e=ref$1([]),Ne=ref$1(-1),Ue=ref$1(""),$e=ref$1(!1),Ve=ref$1(!1),Fe=ref$1(!1),qe=useId(),er=computed(()=>k.style),ir=computed(()=>(_e.value.length>0||Fe.value)&&$e.value),dr=computed(()=>!n.hideLoading&&Fe.value),cr=computed(()=>V.value?Array.from(V.value.$el.querySelectorAll("input")):[]),nr=()=>{ir.value&&(Ue.value=`${V.value.$el.offsetWidth}px`)},lr=()=>{Ne.value=-1},ie=debounce(async Tr=>{if(Ve.value)return;const Sr=Ar=>{Fe.value=!1,!Ve.value&&(isArray$4(Ar)?(_e.value=Ar,Ne.value=n.highlightFirstItem?0:-1):throwError(COMPONENT_NAME$i,"autocomplete suggestions must be an array"))};if(Fe.value=!0,isArray$4(n.fetchSuggestions))Sr(n.fetchSuggestions);else{const Ar=await n.fetchSuggestions(Tr,Sr);isArray$4(Ar)&&Sr(Ar)}},n.debounce),pe=Tr=>{const Sr=!!Tr;if(y(INPUT_EVENT,Tr),y(UPDATE_MODEL_EVENT,Tr),Ve.value=!1,$e.value||($e.value=Sr),!n.triggerOnFocus&&!Tr){Ve.value=!0,_e.value=[];return}ie(Tr)},Ce=Tr=>{var Sr;L.value||(((Sr=Tr.target)==null?void 0:Sr.tagName)!=="INPUT"||cr.value.includes(document.activeElement))&&($e.value=!0)},Ie=Tr=>{y(CHANGE_EVENT,Tr)},jt=Tr=>{de?de=!1:($e.value=!0,y("focus",Tr),n.triggerOnFocus&&!ue&&ie(String(n.modelValue)))},ar=Tr=>{setTimeout(()=>{var Sr;if((Sr=re.value)!=null&&Sr.isFocusInsideContent()){de=!0;return}$e.value&&tr(),y("blur",Tr)})},ur=()=>{$e.value=!1,y(UPDATE_MODEL_EVENT,""),y("clear")},kt=async()=>{ir.value&&Ne.value>=0&&Ne.value<_e.value.length?yr(_e.value[Ne.value]):n.selectWhenUnmatched&&(y("select",{value:n.modelValue}),_e.value=[],Ne.value=-1)},he=Tr=>{ir.value&&(Tr.preventDefault(),Tr.stopPropagation(),tr())},tr=()=>{$e.value=!1},gr=()=>{var Tr;(Tr=V.value)==null||Tr.focus()},_r=()=>{var Tr;(Tr=V.value)==null||Tr.blur()},yr=async Tr=>{y(INPUT_EVENT,Tr[n.valueKey]),y(UPDATE_MODEL_EVENT,Tr[n.valueKey]),y("select",Tr),_e.value=[],Ne.value=-1},xr=Tr=>{if(!ir.value||Fe.value)return;if(Tr<0){Ne.value=-1;return}Tr>=_e.value.length&&(Tr=_e.value.length-1);const Sr=z.value.querySelector(`.${j.be("suggestion","wrap")}`),Fr=Sr.querySelectorAll(`.${j.be("suggestion","list")} li`)[Tr],Gr=Sr.scrollTop,{offsetTop:Vr,scrollHeight:Dr}=Fr;Vr+Dr>Gr+Sr.clientHeight&&(Sr.scrollTop+=Dr),Vr<Gr&&(Sr.scrollTop-=Dr),Ne.value=Tr,V.value.ref.setAttribute("aria-activedescendant",`${qe.value}-item-${Ne.value}`)},Nr=onClickOutside(oe,()=>{ir.value&&tr()});return onBeforeUnmount(()=>{Nr==null||Nr()}),onMounted(()=>{V.value.ref.setAttribute("role","textbox"),V.value.ref.setAttribute("aria-autocomplete","list"),V.value.ref.setAttribute("aria-controls","id"),V.value.ref.setAttribute("aria-activedescendant",`${qe.value}-item-${Ne.value}`),ue=V.value.ref.hasAttribute("readonly")}),t({highlightedIndex:Ne,activated:$e,loading:Fe,inputRef:V,popperRef:re,suggestions:_e,handleSelect:yr,handleKeyEnter:kt,focus:gr,blur:_r,close:tr,highlight:xr}),(Tr,Sr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popperRef",ref:re,visible:unref(ir),placement:Tr.placement,"fallback-placements":["bottom-start","top-start"],"popper-class":[unref(j).e("popper"),Tr.popperClass],teleported:Tr.teleported,"gpu-acceleration":!1,pure:"","manual-mode":"",effect:"light",trigger:"click",transition:`${unref(j).namespace.value}-zoom-in-top`,persistent:"",role:"listbox",onBeforeShow:nr,onHide:lr},{content:withCtx(()=>[createBaseVNode("div",{ref_key:"regionRef",ref:z,class:normalizeClass([unref(j).b("suggestion"),unref(j).is("loading",unref(dr))]),style:normalizeStyle({[Tr.fitInputWidth?"width":"minWidth"]:Ue.value,outline:"none"}),role:"region"},[createVNode(unref(ElScrollbar),{id:unref(qe),tag:"ul","wrap-class":unref(j).be("suggestion","wrap"),"view-class":unref(j).be("suggestion","list"),role:"listbox"},{default:withCtx(()=>[unref(dr)?(openBlock(),createElementBlock("li",{key:0},[renderSlot(Tr.$slots,"loading",{},()=>[createVNode(unref(ElIcon),{class:normalizeClass(unref(j).is("loading"))},{default:withCtx(()=>[createVNode(unref(loading_default))]),_:1},8,["class"])])])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(_e.value,(Ar,Fr)=>(openBlock(),createElementBlock("li",{id:`${unref(qe)}-item-${Fr}`,key:Fr,class:normalizeClass({highlighted:Ne.value===Fr}),role:"option","aria-selected":Ne.value===Fr,onClick:Gr=>yr(Ar)},[renderSlot(Tr.$slots,"default",{item:Ar},()=>[createTextVNode(toDisplayString(Ar[Tr.valueKey]),1)])],10,["id","aria-selected","onClick"]))),128))]),_:3},8,["id","wrap-class","view-class"])],6)]),default:withCtx(()=>[createBaseVNode("div",{ref_key:"listboxRef",ref:oe,class:normalizeClass([unref(j).b(),Tr.$attrs.class]),style:normalizeStyle(unref(er)),role:"combobox","aria-haspopup":"listbox","aria-expanded":unref(ir),"aria-owns":unref(qe)},[createVNode(unref(ElInput),mergeProps({ref_key:"inputRef",ref:V},unref($),{clearable:Tr.clearable,disabled:unref(L),name:Tr.name,"model-value":Tr.modelValue,"aria-label":Tr.ariaLabel,onInput:pe,onChange:Ie,onFocus:jt,onBlur:ar,onClear:ur,onKeydown:[withKeys(withModifiers(Ar=>xr(Ne.value-1),["prevent"]),["up"]),withKeys(withModifiers(Ar=>xr(Ne.value+1),["prevent"]),["down"]),withKeys(kt,["enter"]),withKeys(tr,["tab"]),withKeys(he,["esc"])],onMousedown:Ce}),createSlots({_:2},[Tr.$slots.prepend?{name:"prepend",fn:withCtx(()=>[renderSlot(Tr.$slots,"prepend")])}:void 0,Tr.$slots.append?{name:"append",fn:withCtx(()=>[renderSlot(Tr.$slots,"append")])}:void 0,Tr.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(Tr.$slots,"prefix")])}:void 0,Tr.$slots.suffix?{name:"suffix",fn:withCtx(()=>[renderSlot(Tr.$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$2D,[["__file","autocomplete.vue"]]);const ElAutocomplete=withInstall(Autocomplete),avatarProps=buildProps({size:{type:[Number,String],values:componentSizes,default:"",validator:e=>isNumber$4(e)},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:e=>e instanceof Event},__default__$1z=defineComponent({name:"ElAvatar"}),_sfc_main$2C=defineComponent({...__default__$1z,props:avatarProps,emits:avatarEmits,setup(e,{emit:t}){const y=e,n=useNamespace("avatar"),$=ref$1(!1),k=computed(()=>{const{size:z,icon:re,shape:oe}=y,ue=[n.b()];return isString$4(z)&&ue.push(n.m(z)),re&&ue.push(n.m("icon")),oe&&ue.push(n.m(oe)),ue}),L=computed(()=>{const{size:z}=y;return isNumber$4(z)?n.cssVarBlock({size:addUnit(z)||""}):void 0}),j=computed(()=>({objectFit:y.fit}));watch(()=>y.src,()=>$.value=!1);function V(z){$.value=!0,t("error",z)}return(z,re)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(k)),style:normalizeStyle(unref(L))},[(z.src||z.srcSet)&&!$.value?(openBlock(),createElementBlock("img",{key:0,src:z.src,alt:z.alt,srcset:z.srcSet,style:normalizeStyle(unref(j)),onError:V},null,44,["src","alt","srcset"])):z.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(z.icon)))]),_:1})):renderSlot(z.$slots,"default",{key:2})],6))}});var Avatar=_export_sfc$1(_sfc_main$2C,[["__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:e=>e instanceof MouseEvent},useBackTop=(e,t,y)=>{const n=shallowRef(),$=shallowRef(),k=ref$1(!1),L=()=>{n.value&&(k.value=n.value.scrollTop>=e.visibilityHeight)},j=z=>{var re;(re=n.value)==null||re.scrollTo({top:0,behavior:"smooth"}),t("click",z)},V=useThrottleFn(L,300,!0);return useEventListener($,"scroll",V),onMounted(()=>{var z;$.value=document,n.value=document.documentElement,e.target&&(n.value=(z=document.querySelector(e.target))!=null?z:void 0,n.value||throwError(y,`target does not exist: ${e.target}`),$.value=n.value),L()}),{visible:k,handleClick:j}},COMPONENT_NAME$h="ElBacktop",__default__$1y=defineComponent({name:COMPONENT_NAME$h}),_sfc_main$2B=defineComponent({...__default__$1y,props:backtopProps,emits:backtopEmits,setup(e,{emit:t}){const y=e,n=useNamespace("backtop"),{handleClick:$,visible:k}=useBackTop(y,t,COMPONENT_NAME$h),L=computed(()=>({right:`${y.right}px`,bottom:`${y.bottom}px`}));return(j,V)=>(openBlock(),createBlock(Transition,{name:`${unref(n).namespace.value}-fade-in`},{default:withCtx(()=>[unref(k)?(openBlock(),createElementBlock("div",{key:0,style:normalizeStyle(unref(L)),class:normalizeClass(unref(n).b()),onClick:withModifiers(unref($),["stop"])},[renderSlot(j.$slots,"default",{},()=>[createVNode(unref(ElIcon),{class:normalizeClass(unref(n).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$2B,[["__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$2A=defineComponent({...__default__$1x,props:badgeProps,setup(e,{expose:t}){const y=e,n=useNamespace("badge"),$=computed(()=>y.isDot?"":isNumber$4(y.value)&&isNumber$4(y.max)?y.max<y.value?`${y.max}+`:y.value===0&&!y.showZero?"":`${y.value}`:`${y.value}`),k=computed(()=>{var L,j,V,z,re;return[{backgroundColor:y.color,marginRight:addUnit(-((j=(L=y.offset)==null?void 0:L[0])!=null?j:0)),marginTop:addUnit((z=(V=y.offset)==null?void 0:V[1])!=null?z:0)},(re=y.badgeStyle)!=null?re:{}]});return t({content:$}),(L,j)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[renderSlot(L.$slots,"default"),createVNode(Transition,{name:`${unref(n).namespace.value}-zoom-in-center`,persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("sup",{class:normalizeClass([unref(n).e("content"),unref(n).em("content",L.type),unref(n).is("fixed",!!L.$slots.default),unref(n).is("dot",L.isDot),L.badgeClass]),style:normalizeStyle(unref(k)),textContent:toDisplayString(unref($))},null,14,["textContent"]),[[vShow,!L.hidden&&(unref($)||L.isDot)]])]),_:1},8,["name"])],2))}});var Badge=_export_sfc$1(_sfc_main$2A,[["__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$2z=defineComponent({...__default__$1w,props:breadcrumbProps,setup(e){const t=e,{t:y}=useLocale(),n=useNamespace("breadcrumb"),$=ref$1();return provide(breadcrumbKey,t),onMounted(()=>{const k=$.value.querySelectorAll(`.${n.e("item")}`);k.length&&k[k.length-1].setAttribute("aria-current","page")}),(k,L)=>(openBlock(),createElementBlock("div",{ref_key:"breadcrumb",ref:$,class:normalizeClass(unref(n).b()),"aria-label":unref(y)("el.breadcrumb.label"),role:"navigation"},[renderSlot(k.$slots,"default")],10,["aria-label"]))}});var Breadcrumb=_export_sfc$1(_sfc_main$2z,[["__file","breadcrumb.vue"]]);const breadcrumbItemProps=buildProps({to:{type:definePropType([String,Object]),default:""},replace:Boolean}),__default__$1v=defineComponent({name:"ElBreadcrumbItem"}),_sfc_main$2y=defineComponent({...__default__$1v,props:breadcrumbItemProps,setup(e){const t=e,y=getCurrentInstance(),n=inject(breadcrumbKey,void 0),$=useNamespace("breadcrumb"),k=y.appContext.config.globalProperties.$router,L=ref$1(),j=()=>{!t.to||!k||(t.replace?k.replace(t.to):k.push(t.to))};return(V,z)=>{var re,oe;return openBlock(),createElementBlock("span",{class:normalizeClass(unref($).e("item"))},[createBaseVNode("span",{ref_key:"link",ref:L,class:normalizeClass([unref($).e("inner"),unref($).is("link",!!V.to)]),role:"link",onClick:j},[renderSlot(V.$slots,"default")],2),(re=unref(n))!=null&&re.separatorIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("separator"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(n).separatorIcon)))]),_:1},8,["class"])):(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref($).e("separator")),role:"presentation"},toDisplayString((oe=unref(n))==null?void 0:oe.separator),3))],2)}}});var BreadcrumbItem=_export_sfc$1(_sfc_main$2y,[["__file","breadcrumb-item.vue"]]);const ElBreadcrumb=withInstall(Breadcrumb,{BreadcrumbItem}),ElBreadcrumbItem=withNoopInstall(BreadcrumbItem),buttonGroupContextKey=Symbol("buttonGroupContextKey"),useButton=(e,t)=>{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(()=>e.type==="text"));const y=inject(buttonGroupContextKey,void 0),n=useGlobalConfig("button"),{form:$}=useFormItem(),k=useFormSize(computed(()=>y==null?void 0:y.size)),L=useFormDisabled(),j=ref$1(),V=useSlots(),z=computed(()=>e.type||(y==null?void 0:y.type)||""),re=computed(()=>{var _e,Ne,Ue;return(Ue=(Ne=e.autoInsertSpace)!=null?Ne:(_e=n.value)==null?void 0:_e.autoInsertSpace)!=null?Ue:!1}),oe=computed(()=>e.tag==="button"?{ariaDisabled:L.value||e.loading,disabled:L.value||e.loading,autofocus:e.autofocus,type:e.nativeType}:{}),ue=computed(()=>{var _e;const Ne=(_e=V.default)==null?void 0:_e.call(V);if(re.value&&(Ne==null?void 0:Ne.length)===1){const Ue=Ne[0];if((Ue==null?void 0:Ue.type)===Text$1){const $e=Ue.children;return new RegExp("^\\p{Unified_Ideograph}{2}$","u").test($e.trim())}}return!1});return{_disabled:L,_size:k,_type:z,_ref:j,_props:oe,shouldAddSpace:ue,handleClick:_e=>{e.nativeType==="reset"&&($==null||$.resetFields()),t("click",_e)}}},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:e=>e instanceof MouseEvent};function bound01$1(e,t){isOnePointZero$1(e)&&(e="100%");var y=isPercentage$1(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),y&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function clamp01(e){return Math.min(1,Math.max(0,e))}function isOnePointZero$1(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function isPercentage$1(e){return typeof e=="string"&&e.indexOf("%")!==-1}function boundAlpha(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function convertToPercentage(e){return e<=1?"".concat(Number(e)*100,"%"):e}function pad2(e){return e.length===1?"0"+e:String(e)}function rgbToRgb(e,t,y){return{r:bound01$1(e,255)*255,g:bound01$1(t,255)*255,b:bound01$1(y,255)*255}}function rgbToHsl(e,t,y){e=bound01$1(e,255),t=bound01$1(t,255),y=bound01$1(y,255);var n=Math.max(e,t,y),$=Math.min(e,t,y),k=0,L=0,j=(n+$)/2;if(n===$)L=0,k=0;else{var V=n-$;switch(L=j>.5?V/(2-n-$):V/(n+$),n){case e:k=(t-y)/V+(t<y?6:0);break;case t:k=(y-e)/V+2;break;case y:k=(e-t)/V+4;break}k/=6}return{h:k,s:L,l:j}}function hue2rgb(e,t,y){return y<0&&(y+=1),y>1&&(y-=1),y<1/6?e+(t-e)*(6*y):y<1/2?t:y<2/3?e+(t-e)*(2/3-y)*6:e}function hslToRgb(e,t,y){var n,$,k;if(e=bound01$1(e,360),t=bound01$1(t,100),y=bound01$1(y,100),t===0)$=y,k=y,n=y;else{var L=y<.5?y*(1+t):y+t-y*t,j=2*y-L;n=hue2rgb(j,L,e+1/3),$=hue2rgb(j,L,e),k=hue2rgb(j,L,e-1/3)}return{r:n*255,g:$*255,b:k*255}}function rgbToHsv(e,t,y){e=bound01$1(e,255),t=bound01$1(t,255),y=bound01$1(y,255);var n=Math.max(e,t,y),$=Math.min(e,t,y),k=0,L=n,j=n-$,V=n===0?0:j/n;if(n===$)k=0;else{switch(n){case e:k=(t-y)/j+(t<y?6:0);break;case t:k=(y-e)/j+2;break;case y:k=(e-t)/j+4;break}k/=6}return{h:k,s:V,v:L}}function hsvToRgb(e,t,y){e=bound01$1(e,360)*6,t=bound01$1(t,100),y=bound01$1(y,100);var n=Math.floor(e),$=e-n,k=y*(1-t),L=y*(1-$*t),j=y*(1-(1-$)*t),V=n%6,z=[y,L,k,k,j,y][V],re=[j,y,y,L,k,k][V],oe=[k,k,j,y,y,L][V];return{r:z*255,g:re*255,b:oe*255}}function rgbToHex(e,t,y,n){var $=[pad2(Math.round(e).toString(16)),pad2(Math.round(t).toString(16)),pad2(Math.round(y).toString(16))];return n&&$[0].startsWith($[0].charAt(1))&&$[1].startsWith($[1].charAt(1))&&$[2].startsWith($[2].charAt(1))?$[0].charAt(0)+$[1].charAt(0)+$[2].charAt(0):$.join("")}function rgbaToHex(e,t,y,n,$){var k=[pad2(Math.round(e).toString(16)),pad2(Math.round(t).toString(16)),pad2(Math.round(y).toString(16)),pad2(convertDecimalToHex(n))];return $&&k[0].startsWith(k[0].charAt(1))&&k[1].startsWith(k[1].charAt(1))&&k[2].startsWith(k[2].charAt(1))&&k[3].startsWith(k[3].charAt(1))?k[0].charAt(0)+k[1].charAt(0)+k[2].charAt(0)+k[3].charAt(0):k.join("")}function convertDecimalToHex(e){return Math.round(parseFloat(e)*255).toString(16)}function convertHexToDecimal(e){return parseIntFromHex(e)/255}function parseIntFromHex(e){return parseInt(e,16)}function numberInputToObject(e){return{r:e>>16,g:(e&65280)>>8,b:e&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(e){var t={r:0,g:0,b:0},y=1,n=null,$=null,k=null,L=!1,j=!1;return typeof e=="string"&&(e=stringInputToObject(e)),typeof e=="object"&&(isValidCSSUnit(e.r)&&isValidCSSUnit(e.g)&&isValidCSSUnit(e.b)?(t=rgbToRgb(e.r,e.g,e.b),L=!0,j=String(e.r).substr(-1)==="%"?"prgb":"rgb"):isValidCSSUnit(e.h)&&isValidCSSUnit(e.s)&&isValidCSSUnit(e.v)?(n=convertToPercentage(e.s),$=convertToPercentage(e.v),t=hsvToRgb(e.h,n,$),L=!0,j="hsv"):isValidCSSUnit(e.h)&&isValidCSSUnit(e.s)&&isValidCSSUnit(e.l)&&(n=convertToPercentage(e.s),k=convertToPercentage(e.l),t=hslToRgb(e.h,n,k),L=!0,j="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(y=e.a)),y=boundAlpha(y),{ok:L,format:e.format||j,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:y}}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(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(names[e])e=names[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var y=matchers.rgb.exec(e);return y?{r:y[1],g:y[2],b:y[3]}:(y=matchers.rgba.exec(e),y?{r:y[1],g:y[2],b:y[3],a:y[4]}:(y=matchers.hsl.exec(e),y?{h:y[1],s:y[2],l:y[3]}:(y=matchers.hsla.exec(e),y?{h:y[1],s:y[2],l:y[3],a:y[4]}:(y=matchers.hsv.exec(e),y?{h:y[1],s:y[2],v:y[3]}:(y=matchers.hsva.exec(e),y?{h:y[1],s:y[2],v:y[3],a:y[4]}:(y=matchers.hex8.exec(e),y?{r:parseIntFromHex(y[1]),g:parseIntFromHex(y[2]),b:parseIntFromHex(y[3]),a:convertHexToDecimal(y[4]),format:t?"name":"hex8"}:(y=matchers.hex6.exec(e),y?{r:parseIntFromHex(y[1]),g:parseIntFromHex(y[2]),b:parseIntFromHex(y[3]),format:t?"name":"hex"}:(y=matchers.hex4.exec(e),y?{r:parseIntFromHex(y[1]+y[1]),g:parseIntFromHex(y[2]+y[2]),b:parseIntFromHex(y[3]+y[3]),a:convertHexToDecimal(y[4]+y[4]),format:t?"name":"hex8"}:(y=matchers.hex3.exec(e),y?{r:parseIntFromHex(y[1]+y[1]),g:parseIntFromHex(y[2]+y[2]),b:parseIntFromHex(y[3]+y[3]),format:t?"name":"hex"}:!1)))))))))}function isValidCSSUnit(e){return!!matchers.CSS_UNIT.exec(String(e))}var TinyColor=function(){function e(t,y){t===void 0&&(t=""),y===void 0&&(y={});var n;if(t instanceof e)return t;typeof t=="number"&&(t=numberInputToObject(t)),this.originalInput=t;var $=inputToRGB(t);this.originalInput=t,this.r=$.r,this.g=$.g,this.b=$.b,this.a=$.a,this.roundA=Math.round(100*this.a)/100,this.format=(n=y.format)!==null&&n!==void 0?n:$.format,this.gradientType=y.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=$.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},e.prototype.getLuminance=function(){var t=this.toRgb(),y,n,$,k=t.r/255,L=t.g/255,j=t.b/255;return k<=.03928?y=k/12.92:y=Math.pow((k+.055)/1.055,2.4),L<=.03928?n=L/12.92:n=Math.pow((L+.055)/1.055,2.4),j<=.03928?$=j/12.92:$=Math.pow((j+.055)/1.055,2.4),.2126*y+.7152*n+.0722*$},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(t){return this.a=boundAlpha(t),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){var t=this.toHsl().s;return t===0},e.prototype.toHsv=function(){var t=rgbToHsv(this.r,this.g,this.b);return{h:t.h*360,s:t.s,v:t.v,a:this.a}},e.prototype.toHsvString=function(){var t=rgbToHsv(this.r,this.g,this.b),y=Math.round(t.h*360),n=Math.round(t.s*100),$=Math.round(t.v*100);return this.a===1?"hsv(".concat(y,", ").concat(n,"%, ").concat($,"%)"):"hsva(".concat(y,", ").concat(n,"%, ").concat($,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var t=rgbToHsl(this.r,this.g,this.b);return{h:t.h*360,s:t.s,l:t.l,a:this.a}},e.prototype.toHslString=function(){var t=rgbToHsl(this.r,this.g,this.b),y=Math.round(t.h*360),n=Math.round(t.s*100),$=Math.round(t.l*100);return this.a===1?"hsl(".concat(y,", ").concat(n,"%, ").concat($,"%)"):"hsla(".concat(y,", ").concat(n,"%, ").concat($,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(t){return t===void 0&&(t=!1),rgbToHex(this.r,this.g,this.b,t)},e.prototype.toHexString=function(t){return t===void 0&&(t=!1),"#"+this.toHex(t)},e.prototype.toHex8=function(t){return t===void 0&&(t=!1),rgbaToHex(this.r,this.g,this.b,this.a,t)},e.prototype.toHex8String=function(t){return t===void 0&&(t=!1),"#"+this.toHex8(t)},e.prototype.toHexShortString=function(t){return t===void 0&&(t=!1),this.a===1?this.toHexString(t):this.toHex8String(t)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var t=Math.round(this.r),y=Math.round(this.g),n=Math.round(this.b);return this.a===1?"rgb(".concat(t,", ").concat(y,", ").concat(n,")"):"rgba(".concat(t,", ").concat(y,", ").concat(n,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var t=function(y){return"".concat(Math.round(bound01$1(y,255)*100),"%")};return{r:t(this.r),g:t(this.g),b:t(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var t=function(y){return Math.round(bound01$1(y,255)*100)};return this.a===1?"rgb(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%)"):"rgba(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var t="#"+rgbToHex(this.r,this.g,this.b,!1),y=0,n=Object.entries(names);y<n.length;y++){var $=n[y],k=$[0],L=$[1];if(t===L)return k}return!1},e.prototype.toString=function(t){var y=!!t;t=t??this.format;var n=!1,$=this.a<1&&this.a>=0,k=!y&&$&&(t.startsWith("hex")||t==="name");return k?t==="name"&&this.a===0?this.toName():this.toRgbString():(t==="rgb"&&(n=this.toRgbString()),t==="prgb"&&(n=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(n=this.toHexString()),t==="hex3"&&(n=this.toHexString(!0)),t==="hex4"&&(n=this.toHex8String(!0)),t==="hex8"&&(n=this.toHex8String()),t==="name"&&(n=this.toName()),t==="hsl"&&(n=this.toHslString()),t==="hsv"&&(n=this.toHsvString()),n||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(t){t===void 0&&(t=10);var y=this.toHsl();return y.l+=t/100,y.l=clamp01(y.l),new e(y)},e.prototype.brighten=function(t){t===void 0&&(t=10);var y=this.toRgb();return y.r=Math.max(0,Math.min(255,y.r-Math.round(255*-(t/100)))),y.g=Math.max(0,Math.min(255,y.g-Math.round(255*-(t/100)))),y.b=Math.max(0,Math.min(255,y.b-Math.round(255*-(t/100)))),new e(y)},e.prototype.darken=function(t){t===void 0&&(t=10);var y=this.toHsl();return y.l-=t/100,y.l=clamp01(y.l),new e(y)},e.prototype.tint=function(t){return t===void 0&&(t=10),this.mix("white",t)},e.prototype.shade=function(t){return t===void 0&&(t=10),this.mix("black",t)},e.prototype.desaturate=function(t){t===void 0&&(t=10);var y=this.toHsl();return y.s-=t/100,y.s=clamp01(y.s),new e(y)},e.prototype.saturate=function(t){t===void 0&&(t=10);var y=this.toHsl();return y.s+=t/100,y.s=clamp01(y.s),new e(y)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(t){var y=this.toHsl(),n=(y.h+t)%360;return y.h=n<0?360+n:n,new e(y)},e.prototype.mix=function(t,y){y===void 0&&(y=50);var n=this.toRgb(),$=new e(t).toRgb(),k=y/100,L={r:($.r-n.r)*k+n.r,g:($.g-n.g)*k+n.g,b:($.b-n.b)*k+n.b,a:($.a-n.a)*k+n.a};return new e(L)},e.prototype.analogous=function(t,y){t===void 0&&(t=6),y===void 0&&(y=30);var n=this.toHsl(),$=360/y,k=[this];for(n.h=(n.h-($*t>>1)+720)%360;--t;)n.h=(n.h+$)%360,k.push(new e(n));return k},e.prototype.complement=function(){var t=this.toHsl();return t.h=(t.h+180)%360,new e(t)},e.prototype.monochromatic=function(t){t===void 0&&(t=6);for(var y=this.toHsv(),n=y.h,$=y.s,k=y.v,L=[],j=1/t;t--;)L.push(new e({h:n,s:$,v:k})),k=(k+j)%1;return L},e.prototype.splitcomplement=function(){var t=this.toHsl(),y=t.h;return[this,new e({h:(y+72)%360,s:t.s,l:t.l}),new e({h:(y+216)%360,s:t.s,l:t.l})]},e.prototype.onBackground=function(t){var y=this.toRgb(),n=new e(t).toRgb(),$=y.a+n.a*(1-y.a);return new e({r:(y.r*y.a+n.r*n.a*(1-y.a))/$,g:(y.g*y.a+n.g*n.a*(1-y.a))/$,b:(y.b*y.a+n.b*n.a*(1-y.a))/$,a:$})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(t){for(var y=this.toHsl(),n=y.h,$=[this],k=360/t,L=1;L<t;L++)$.push(new e({h:(n+L*k)%360,s:y.s,l:y.l}));return $},e.prototype.equals=function(t){return this.toRgbString()===new e(t).toRgbString()},e}();function darken(e,t=20){return e.mix("#141414",t).toString()}function useButtonCustomStyle(e){const t=useFormDisabled(),y=useNamespace("button");return computed(()=>{let n={},$=e.color;if($){const k=$.match(/var\((.*?)\)/);k&&($=window.getComputedStyle(window.document.documentElement).getPropertyValue(k[1]));const L=new TinyColor($),j=e.dark?L.tint(20).toString():darken(L,20);if(e.plain)n=y.cssVarBlock({"bg-color":e.dark?darken(L,90):L.tint(90).toString(),"text-color":$,"border-color":e.dark?darken(L,50):L.tint(50).toString(),"hover-text-color":`var(${y.cssVarName("color-white")})`,"hover-bg-color":$,"hover-border-color":$,"active-bg-color":j,"active-text-color":`var(${y.cssVarName("color-white")})`,"active-border-color":j}),t.value&&(n[y.cssVarBlockName("disabled-bg-color")]=e.dark?darken(L,90):L.tint(90).toString(),n[y.cssVarBlockName("disabled-text-color")]=e.dark?darken(L,50):L.tint(50).toString(),n[y.cssVarBlockName("disabled-border-color")]=e.dark?darken(L,80):L.tint(80).toString());else{const V=e.dark?darken(L,30):L.tint(30).toString(),z=L.isDark()?`var(${y.cssVarName("color-white")})`:`var(${y.cssVarName("color-black")})`;if(n=y.cssVarBlock({"bg-color":$,"text-color":z,"border-color":$,"hover-bg-color":V,"hover-text-color":z,"hover-border-color":V,"active-bg-color":j,"active-border-color":j}),t.value){const re=e.dark?darken(L,50):L.tint(50).toString();n[y.cssVarBlockName("disabled-bg-color")]=re,n[y.cssVarBlockName("disabled-text-color")]=e.dark?"rgba(255, 255, 255, 0.5)":`var(${y.cssVarName("color-white")})`,n[y.cssVarBlockName("disabled-border-color")]=re}}}return n})}const __default__$1u=defineComponent({name:"ElButton"}),_sfc_main$2x=defineComponent({...__default__$1u,props:buttonProps,emits:buttonEmits,setup(e,{expose:t,emit:y}){const n=e,$=useButtonCustomStyle(n),k=useNamespace("button"),{_ref:L,_size:j,_type:V,_disabled:z,_props:re,shouldAddSpace:oe,handleClick:ue}=useButton(n,y),de=computed(()=>[k.b(),k.m(V.value),k.m(j.value),k.is("disabled",z.value),k.is("loading",n.loading),k.is("plain",n.plain),k.is("round",n.round),k.is("circle",n.circle),k.is("text",n.text),k.is("link",n.link),k.is("has-bg",n.bg)]);return t({ref:L,size:j,type:V,disabled:z,shouldAddSpace:oe}),(_e,Ne)=>(openBlock(),createBlock(resolveDynamicComponent(_e.tag),mergeProps({ref_key:"_ref",ref:L},unref(re),{class:unref(de),style:unref($),onClick:unref(ue)}),{default:withCtx(()=>[_e.loading?(openBlock(),createElementBlock(Fragment,{key:0},[_e.$slots.loading?renderSlot(_e.$slots,"loading",{key:0}):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(k).is("loading"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(_e.loadingIcon)))]),_:1},8,["class"]))],64)):_e.icon||_e.$slots.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[_e.icon?(openBlock(),createBlock(resolveDynamicComponent(_e.icon),{key:0})):renderSlot(_e.$slots,"icon",{key:1})]),_:3})):createCommentVNode("v-if",!0),_e.$slots.default?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass({[unref(k).em("text","expand")]:unref(oe)})},[renderSlot(_e.$slots,"default")],2)):createCommentVNode("v-if",!0)]),_:3},16,["class","style","onClick"]))}});var Button=_export_sfc$1(_sfc_main$2x,[["__file","button.vue"]]);const buttonGroupProps={size:buttonProps.size,type:buttonProps.type},__default__$1t=defineComponent({name:"ElButtonGroup"}),_sfc_main$2w=defineComponent({...__default__$1t,props:buttonGroupProps,setup(e){const t=e;provide(buttonGroupContextKey,reactive({size:toRef$1(t,"size"),type:toRef$1(t,"type")}));const y=useNamespace("button");return(n,$)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(y).b("group"))},[renderSlot(n.$slots,"default")],2))}});var ButtonGroup=_export_sfc$1(_sfc_main$2w,[["__file","button-group.vue"]]);const ElButton=withInstall(Button,{ButtonGroup}),ElButtonGroup$1=withNoopInstall(ButtonGroup);var dayjs_min={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y=1e3,n=6e4,$=36e5,k="millisecond",L="second",j="minute",V="hour",z="day",re="week",oe="month",ue="quarter",de="year",_e="date",Ne="Invalid Date",Ue=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,$e=/\[([^\]]+)]|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,Ve={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(Ce){var Ie=["th","st","nd","rd"],jt=Ce%100;return"["+Ce+(Ie[(jt-20)%10]||Ie[jt]||Ie[0])+"]"}},Fe=function(Ce,Ie,jt){var ar=String(Ce);return!ar||ar.length>=Ie?Ce:""+Array(Ie+1-ar.length).join(jt)+Ce},qe={s:Fe,z:function(Ce){var Ie=-Ce.utcOffset(),jt=Math.abs(Ie),ar=Math.floor(jt/60),ur=jt%60;return(Ie<=0?"+":"-")+Fe(ar,2,"0")+":"+Fe(ur,2,"0")},m:function Ce(Ie,jt){if(Ie.date()<jt.date())return-Ce(jt,Ie);var ar=12*(jt.year()-Ie.year())+(jt.month()-Ie.month()),ur=Ie.clone().add(ar,oe),kt=jt-ur<0,he=Ie.clone().add(ar+(kt?-1:1),oe);return+(-(ar+(jt-ur)/(kt?ur-he:he-ur))||0)},a:function(Ce){return Ce<0?Math.ceil(Ce)||0:Math.floor(Ce)},p:function(Ce){return{M:oe,y:de,w:re,d:z,D:_e,h:V,m:j,s:L,ms:k,Q:ue}[Ce]||String(Ce||"").toLowerCase().replace(/s$/,"")},u:function(Ce){return Ce===void 0}},er="en",ir={};ir[er]=Ve;var dr="$isDayjsObject",cr=function(Ce){return Ce instanceof ie||!(!Ce||!Ce[dr])},nr=function Ce(Ie,jt,ar){var ur;if(!Ie)return er;if(typeof Ie=="string"){var kt=Ie.toLowerCase();ir[kt]&&(ur=kt),jt&&(ir[kt]=jt,ur=kt);var he=Ie.split("-");if(!ur&&he.length>1)return Ce(he[0])}else{var tr=Ie.name;ir[tr]=Ie,ur=tr}return!ar&&ur&&(er=ur),ur||!ar&&er},lr=function(Ce,Ie){if(cr(Ce))return Ce.clone();var jt=typeof Ie=="object"?Ie:{};return jt.date=Ce,jt.args=arguments,new ie(jt)},Et=qe;Et.l=nr,Et.i=cr,Et.w=function(Ce,Ie){return lr(Ce,{locale:Ie.$L,utc:Ie.$u,x:Ie.$x,$offset:Ie.$offset})};var ie=function(){function Ce(jt){this.$L=nr(jt.locale,null,!0),this.parse(jt),this.$x=this.$x||jt.x||{},this[dr]=!0}var Ie=Ce.prototype;return Ie.parse=function(jt){this.$d=function(ar){var ur=ar.date,kt=ar.utc;if(ur===null)return new Date(NaN);if(Et.u(ur))return new Date;if(ur instanceof Date)return new Date(ur);if(typeof ur=="string"&&!/Z$/i.test(ur)){var he=ur.match(Ue);if(he){var tr=he[2]-1||0,gr=(he[7]||"0").substring(0,3);return kt?new Date(Date.UTC(he[1],tr,he[3]||1,he[4]||0,he[5]||0,he[6]||0,gr)):new Date(he[1],tr,he[3]||1,he[4]||0,he[5]||0,he[6]||0,gr)}}return new Date(ur)}(jt),this.init()},Ie.init=function(){var jt=this.$d;this.$y=jt.getFullYear(),this.$M=jt.getMonth(),this.$D=jt.getDate(),this.$W=jt.getDay(),this.$H=jt.getHours(),this.$m=jt.getMinutes(),this.$s=jt.getSeconds(),this.$ms=jt.getMilliseconds()},Ie.$utils=function(){return Et},Ie.isValid=function(){return this.$d.toString()!==Ne},Ie.isSame=function(jt,ar){var ur=lr(jt);return this.startOf(ar)<=ur&&ur<=this.endOf(ar)},Ie.isAfter=function(jt,ar){return lr(jt)<this.startOf(ar)},Ie.isBefore=function(jt,ar){return this.endOf(ar)<lr(jt)},Ie.$g=function(jt,ar,ur){return Et.u(jt)?this[ar]:this.set(ur,jt)},Ie.unix=function(){return Math.floor(this.valueOf()/1e3)},Ie.valueOf=function(){return this.$d.getTime()},Ie.startOf=function(jt,ar){var ur=this,kt=!!Et.u(ar)||ar,he=Et.p(jt),tr=function(Ar,Fr){var Gr=Et.w(ur.$u?Date.UTC(ur.$y,Fr,Ar):new Date(ur.$y,Fr,Ar),ur);return kt?Gr:Gr.endOf(z)},gr=function(Ar,Fr){return Et.w(ur.toDate()[Ar].apply(ur.toDate("s"),(kt?[0,0,0,0]:[23,59,59,999]).slice(Fr)),ur)},_r=this.$W,yr=this.$M,xr=this.$D,Nr="set"+(this.$u?"UTC":"");switch(he){case de:return kt?tr(1,0):tr(31,11);case oe:return kt?tr(1,yr):tr(0,yr+1);case re:var Tr=this.$locale().weekStart||0,Sr=(_r<Tr?_r+7:_r)-Tr;return tr(kt?xr-Sr:xr+(6-Sr),yr);case z:case _e:return gr(Nr+"Hours",0);case V:return gr(Nr+"Minutes",1);case j:return gr(Nr+"Seconds",2);case L:return gr(Nr+"Milliseconds",3);default:return this.clone()}},Ie.endOf=function(jt){return this.startOf(jt,!1)},Ie.$set=function(jt,ar){var ur,kt=Et.p(jt),he="set"+(this.$u?"UTC":""),tr=(ur={},ur[z]=he+"Date",ur[_e]=he+"Date",ur[oe]=he+"Month",ur[de]=he+"FullYear",ur[V]=he+"Hours",ur[j]=he+"Minutes",ur[L]=he+"Seconds",ur[k]=he+"Milliseconds",ur)[kt],gr=kt===z?this.$D+(ar-this.$W):ar;if(kt===oe||kt===de){var _r=this.clone().set(_e,1);_r.$d[tr](gr),_r.init(),this.$d=_r.set(_e,Math.min(this.$D,_r.daysInMonth())).$d}else tr&&this.$d[tr](gr);return this.init(),this},Ie.set=function(jt,ar){return this.clone().$set(jt,ar)},Ie.get=function(jt){return this[Et.p(jt)]()},Ie.add=function(jt,ar){var ur,kt=this;jt=Number(jt);var he=Et.p(ar),tr=function(yr){var xr=lr(kt);return Et.w(xr.date(xr.date()+Math.round(yr*jt)),kt)};if(he===oe)return this.set(oe,this.$M+jt);if(he===de)return this.set(de,this.$y+jt);if(he===z)return tr(1);if(he===re)return tr(7);var gr=(ur={},ur[j]=n,ur[V]=$,ur[L]=y,ur)[he]||1,_r=this.$d.getTime()+jt*gr;return Et.w(_r,this)},Ie.subtract=function(jt,ar){return this.add(-1*jt,ar)},Ie.format=function(jt){var ar=this,ur=this.$locale();if(!this.isValid())return ur.invalidDate||Ne;var kt=jt||"YYYY-MM-DDTHH:mm:ssZ",he=Et.z(this),tr=this.$H,gr=this.$m,_r=this.$M,yr=ur.weekdays,xr=ur.months,Nr=ur.meridiem,Tr=function(Fr,Gr,Vr,Dr){return Fr&&(Fr[Gr]||Fr(ar,kt))||Vr[Gr].slice(0,Dr)},Sr=function(Fr){return Et.s(tr%12||12,Fr,"0")},Ar=Nr||function(Fr,Gr,Vr){var Dr=Fr<12?"AM":"PM";return Vr?Dr.toLowerCase():Dr};return kt.replace($e,function(Fr,Gr){return Gr||function(Vr){switch(Vr){case"YY":return String(ar.$y).slice(-2);case"YYYY":return Et.s(ar.$y,4,"0");case"M":return _r+1;case"MM":return Et.s(_r+1,2,"0");case"MMM":return Tr(ur.monthsShort,_r,xr,3);case"MMMM":return Tr(xr,_r);case"D":return ar.$D;case"DD":return Et.s(ar.$D,2,"0");case"d":return String(ar.$W);case"dd":return Tr(ur.weekdaysMin,ar.$W,yr,2);case"ddd":return Tr(ur.weekdaysShort,ar.$W,yr,3);case"dddd":return yr[ar.$W];case"H":return String(tr);case"HH":return Et.s(tr,2,"0");case"h":return Sr(1);case"hh":return Sr(2);case"a":return Ar(tr,gr,!0);case"A":return Ar(tr,gr,!1);case"m":return String(gr);case"mm":return Et.s(gr,2,"0");case"s":return String(ar.$s);case"ss":return Et.s(ar.$s,2,"0");case"SSS":return Et.s(ar.$ms,3,"0");case"Z":return he}return null}(Fr)||he.replace(":","")})},Ie.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},Ie.diff=function(jt,ar,ur){var kt,he=this,tr=Et.p(ar),gr=lr(jt),_r=(gr.utcOffset()-this.utcOffset())*n,yr=this-gr,xr=function(){return Et.m(he,gr)};switch(tr){case de:kt=xr()/12;break;case oe:kt=xr();break;case ue:kt=xr()/3;break;case re:kt=(yr-_r)/6048e5;break;case z:kt=(yr-_r)/864e5;break;case V:kt=yr/$;break;case j:kt=yr/n;break;case L:kt=yr/y;break;default:kt=yr}return ur?kt:Et.a(kt)},Ie.daysInMonth=function(){return this.endOf(oe).$D},Ie.$locale=function(){return ir[this.$L]},Ie.locale=function(jt,ar){if(!jt)return this.$L;var ur=this.clone(),kt=nr(jt,ar,!0);return kt&&(ur.$L=kt),ur},Ie.clone=function(){return Et.w(this.$d,this)},Ie.toDate=function(){return new Date(this.valueOf())},Ie.toJSON=function(){return this.isValid()?this.toISOString():null},Ie.toISOString=function(){return this.$d.toISOString()},Ie.toString=function(){return this.$d.toUTCString()},Ce}(),pe=ie.prototype;return lr.prototype=pe,[["$ms",k],["$s",L],["$m",j],["$H",V],["$W",z],["$M",oe],["$y",de],["$D",_e]].forEach(function(Ce){pe[Ce[1]]=function(Ie){return this.$g(Ie,Ce[0],Ce[1])}}),lr.extend=function(Ce,Ie){return Ce.$i||(Ce(Ie,ie,lr),Ce.$i=!0),lr},lr.locale=nr,lr.isDayjs=cr,lr.unix=function(Ce){return lr(1e3*Ce)},lr.en=ir[er],lr.Ls=ir,lr.p={},lr})})(dayjs_min);var dayjs_minExports=dayjs_min.exports;const dayjs=getDefaultExportFromCjs(dayjs_minExports);var customParseFormat$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y={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"},n=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,$=/\d\d/,k=/\d\d?/,L=/\d*[^-_:/,()\s\d]+/,j={},V=function(Ne){return(Ne=+Ne)+(Ne>68?1900:2e3)},z=function(Ne){return function(Ue){this[Ne]=+Ue}},re=[/[+-]\d\d:?(\d\d)?|Z/,function(Ne){(this.zone||(this.zone={})).offset=function(Ue){if(!Ue||Ue==="Z")return 0;var $e=Ue.match(/([+-]|\d\d)/g),Ve=60*$e[1]+(+$e[2]||0);return Ve===0?0:$e[0]==="+"?-Ve:Ve}(Ne)}],oe=function(Ne){var Ue=j[Ne];return Ue&&(Ue.indexOf?Ue:Ue.s.concat(Ue.f))},ue=function(Ne,Ue){var $e,Ve=j.meridiem;if(Ve){for(var Fe=1;Fe<=24;Fe+=1)if(Ne.indexOf(Ve(Fe,0,Ue))>-1){$e=Fe>12;break}}else $e=Ne===(Ue?"pm":"PM");return $e},de={A:[L,function(Ne){this.afternoon=ue(Ne,!1)}],a:[L,function(Ne){this.afternoon=ue(Ne,!0)}],S:[/\d/,function(Ne){this.milliseconds=100*+Ne}],SS:[$,function(Ne){this.milliseconds=10*+Ne}],SSS:[/\d{3}/,function(Ne){this.milliseconds=+Ne}],s:[k,z("seconds")],ss:[k,z("seconds")],m:[k,z("minutes")],mm:[k,z("minutes")],H:[k,z("hours")],h:[k,z("hours")],HH:[k,z("hours")],hh:[k,z("hours")],D:[k,z("day")],DD:[$,z("day")],Do:[L,function(Ne){var Ue=j.ordinal,$e=Ne.match(/\d+/);if(this.day=$e[0],Ue)for(var Ve=1;Ve<=31;Ve+=1)Ue(Ve).replace(/\[|\]/g,"")===Ne&&(this.day=Ve)}],M:[k,z("month")],MM:[$,z("month")],MMM:[L,function(Ne){var Ue=oe("months"),$e=(oe("monthsShort")||Ue.map(function(Ve){return Ve.slice(0,3)})).indexOf(Ne)+1;if($e<1)throw new Error;this.month=$e%12||$e}],MMMM:[L,function(Ne){var Ue=oe("months").indexOf(Ne)+1;if(Ue<1)throw new Error;this.month=Ue%12||Ue}],Y:[/[+-]?\d+/,z("year")],YY:[$,function(Ne){this.year=V(Ne)}],YYYY:[/\d{4}/,z("year")],Z:re,ZZ:re};function _e(Ne){var Ue,$e;Ue=Ne,$e=j&&j.formats;for(var Ve=(Ne=Ue.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(nr,lr,Et){var ie=Et&&Et.toUpperCase();return lr||$e[Et]||y[Et]||$e[ie].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(pe,Ce,Ie){return Ce||Ie.slice(1)})})).match(n),Fe=Ve.length,qe=0;qe<Fe;qe+=1){var er=Ve[qe],ir=de[er],dr=ir&&ir[0],cr=ir&&ir[1];Ve[qe]=cr?{regex:dr,parser:cr}:er.replace(/^\[|\]$/g,"")}return function(nr){for(var lr={},Et=0,ie=0;Et<Fe;Et+=1){var pe=Ve[Et];if(typeof pe=="string")ie+=pe.length;else{var Ce=pe.regex,Ie=pe.parser,jt=nr.slice(ie),ar=Ce.exec(jt)[0];Ie.call(lr,ar),nr=nr.replace(ar,"")}}return function(ur){var kt=ur.afternoon;if(kt!==void 0){var he=ur.hours;kt?he<12&&(ur.hours+=12):he===12&&(ur.hours=0),delete ur.afternoon}}(lr),lr}}return function(Ne,Ue,$e){$e.p.customParseFormat=!0,Ne&&Ne.parseTwoDigitYear&&(V=Ne.parseTwoDigitYear);var Ve=Ue.prototype,Fe=Ve.parse;Ve.parse=function(qe){var er=qe.date,ir=qe.utc,dr=qe.args;this.$u=ir;var cr=dr[1];if(typeof cr=="string"){var nr=dr[2]===!0,lr=dr[3]===!0,Et=nr||lr,ie=dr[2];lr&&(ie=dr[2]),j=this.$locale(),!nr&&ie&&(j=$e.Ls[ie]),this.$d=function(jt,ar,ur){try{if(["x","X"].indexOf(ar)>-1)return new Date((ar==="X"?1e3:1)*jt);var kt=_e(ar)(jt),he=kt.year,tr=kt.month,gr=kt.day,_r=kt.hours,yr=kt.minutes,xr=kt.seconds,Nr=kt.milliseconds,Tr=kt.zone,Sr=new Date,Ar=gr||(he||tr?1:Sr.getDate()),Fr=he||Sr.getFullYear(),Gr=0;he&&!tr||(Gr=tr>0?tr-1:Sr.getMonth());var Vr=_r||0,Dr=yr||0,Ir=xr||0,Br=Nr||0;return Tr?new Date(Date.UTC(Fr,Gr,Ar,Vr,Dr,Ir,Br+60*Tr.offset*1e3)):ur?new Date(Date.UTC(Fr,Gr,Ar,Vr,Dr,Ir,Br)):new Date(Fr,Gr,Ar,Vr,Dr,Ir,Br)}catch{return new Date("")}}(er,cr,ir),this.init(),ie&&ie!==!0&&(this.$L=this.locale(ie).$L),Et&&er!=this.format(cr)&&(this.$d=new Date("")),j={}}else if(cr instanceof Array)for(var pe=cr.length,Ce=1;Ce<=pe;Ce+=1){dr[1]=cr[Ce-1];var Ie=$e.apply(this,dr);if(Ie.isValid()){this.$d=Ie.$d,this.$L=Ie.$L,this.init();break}Ce===pe&&(this.$d=new Date(""))}else Fe.call(this,qe)}}})})(customParseFormat$1);var customParseFormatExports=customParseFormat$1.exports;const customParseFormat=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=(e,t)=>[e>0?e-1:void 0,e,e<t?e+1:void 0],rangeArr=e=>Array.from(Array.from({length:e}).keys()),extractDateFormat=e=>e.replace(/\W?m{1,2}|\W?ZZ/g,"").replace(/\W?h{1,2}|\W?s{1,3}|\W?a/gi,"").trim(),extractTimeFormat=e=>e.replace(/\W?D{1,2}|\W?Do|\W?d{1,4}|\W?M{1,4}|\W?Y{2,4}/g,"").trim(),dateEquals=function(e,t){const y=isDate$2(e),n=isDate$2(t);return y&&n?e.getTime()===t.getTime():!y&&!n?e===t:!1},valueEquals=function(e,t){const y=isArray$4(e),n=isArray$4(t);return y&&n?e.length!==t.length?!1:e.every(($,k)=>dateEquals($,t[k])):!y&&!n?dateEquals(e,t):!1},parseDate=function(e,t,y){const n=isEmpty(t)||t==="x"?dayjs(e).locale(y):dayjs(e,t).locale(y);return n.isValid()?n:void 0},formatter=function(e,t,y){return isEmpty(t)?e:t==="x"?+e:dayjs(e).locale(y).format(t)},makeList=(e,t)=>{var y;const n=[],$=t==null?void 0:t();for(let k=0;k<e;k++)n.push((y=$==null?void 0:$.includes(k))!=null?y:!1);return n},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$2v=defineComponent({...__default__$1s,props:timePickerDefaultProps,emits:["update:modelValue","change","focus","blur","clear","calendar-change","panel-change","visible-change","keydown"],setup(e,{expose:t,emit:y}){const n=e,$=useAttrs$1(),{lang:k}=useLocale(),L=useNamespace("date"),j=useNamespace("input"),V=useNamespace("range"),{form:z,formItem:re}=useFormItem(),oe=inject("ElPopperOptions",{}),{valueOnClear:ue}=useEmptyValues(n,null),de=ref$1(),_e=ref$1(),Ne=ref$1(!1),Ue=ref$1(!1),$e=ref$1(null);let Ve=!1,Fe=!1;const qe=computed(()=>[L.b("editor"),L.bm("editor",n.type),j.e("wrapper"),L.is("disabled",_r.value),L.is("active",Ne.value),V.b("editor"),vn?V.bm("editor",vn.value):"",$.class]),er=computed(()=>[j.e("icon"),V.e("close-icon"),Vr.value?"":V.e("close-icon--hidden")]);watch(Ne,zn=>{zn?nextTick$3(()=>{zn&&($e.value=n.modelValue)}):(Zr.value=null,nextTick$3(()=>{ir(n.modelValue)}))});const ir=(zn,ki)=>{(ki||!valueEquals(zn,$e.value))&&(y("change",zn),n.validateEvent&&(re==null||re.validate("change").catch(Ra=>void 0)))},dr=zn=>{if(!valueEquals(n.modelValue,zn)){let ki;isArray$4(zn)?ki=zn.map(Ra=>formatter(Ra,n.valueFormat,k.value)):zn&&(ki=formatter(zn,n.valueFormat,k.value)),y("update:modelValue",zn&&ki,k.value)}},cr=zn=>{y("keydown",zn)},nr=computed(()=>{if(_e.value){const zn=jr.value?_e.value:_e.value.$el;return Array.from(zn.querySelectorAll("input"))}return[]}),lr=(zn,ki,Ra)=>{const _o=nr.value;_o.length&&(!Ra||Ra==="min"?(_o[0].setSelectionRange(zn,ki),_o[0].focus()):Ra==="max"&&(_o[1].setSelectionRange(zn,ki),_o[1].focus()))},Et=()=>{kt(!0,!0),nextTick$3(()=>{Fe=!1})},ie=(zn="",ki=!1)=>{ki||(Fe=!0),Ne.value=ki;let Ra;isArray$4(zn)?Ra=zn.map(_o=>_o.toDate()):Ra=zn&&zn.toDate(),Zr.value=null,dr(Ra)},pe=()=>{Ue.value=!0},Ce=()=>{y("visible-change",!0)},Ie=zn=>{(zn==null?void 0:zn.key)===EVENT_CODE.esc&&kt(!0,!0)},jt=()=>{Ue.value=!1,Ne.value=!1,Fe=!1,y("visible-change",!1)},ar=()=>{Ne.value=!0},ur=()=>{Ne.value=!1},kt=(zn=!0,ki=!1)=>{Fe=ki;const[Ra,_o]=unref(nr);let eo=Ra;!zn&&jr.value&&(eo=_o),eo&&eo.focus()},he=zn=>{n.readonly||_r.value||Ne.value||Fe||(Ne.value=!0,y("focus",zn))};let tr;const gr=zn=>{const ki=async()=>{setTimeout(()=>{var Ra;tr===ki&&(!((Ra=de.value)!=null&&Ra.isFocusInsideContent()&&!Ve)&&nr.value.filter(_o=>_o.contains(document.activeElement)).length===0&&(Vi(),Ne.value=!1,y("blur",zn),n.validateEvent&&(re==null||re.validate("blur").catch(_o=>void 0))),Ve=!1)},0)};tr=ki,ki()},_r=computed(()=>n.disabled||(z==null?void 0:z.disabled)),yr=computed(()=>{let zn;if(Ir.value?Sa.value.getDefaultValue&&(zn=Sa.value.getDefaultValue()):isArray$4(n.modelValue)?zn=n.modelValue.map(ki=>parseDate(ki,n.valueFormat,k.value)):zn=parseDate(n.modelValue,n.valueFormat,k.value),Sa.value.getRangeAvailableTime){const ki=Sa.value.getRangeAvailableTime(zn);isEqual$1(ki,zn)||(zn=ki,dr(isArray$4(zn)?zn.map(Ra=>Ra.toDate()):zn.toDate()))}return isArray$4(zn)&&zn.some(ki=>!ki)&&(zn=[]),zn}),xr=computed(()=>{if(!Sa.value.panelReady)return"";const zn=oa(yr.value);return isArray$4(Zr.value)?[Zr.value[0]||zn&&zn[0]||"",Zr.value[1]||zn&&zn[1]||""]:Zr.value!==null?Zr.value:!Tr.value&&Ir.value||!Ne.value&&Ir.value?"":zn?Sr.value||Ar.value||Fr.value?zn.join(", "):zn:""}),Nr=computed(()=>n.type.includes("time")),Tr=computed(()=>n.type.startsWith("time")),Sr=computed(()=>n.type==="dates"),Ar=computed(()=>n.type==="months"),Fr=computed(()=>n.type==="years"),Gr=computed(()=>n.prefixIcon||(Nr.value?clock_default:calendar_default)),Vr=ref$1(!1),Dr=zn=>{n.readonly||_r.value||(Vr.value&&(zn.stopPropagation(),Et(),Sa.value.handleClear?Sa.value.handleClear():dr(ue.value),ir(ue.value,!0),Vr.value=!1,Ne.value=!1),y("clear"))},Ir=computed(()=>{const{modelValue:zn}=n;return!zn||isArray$4(zn)&&!zn.filter(Boolean).length}),Br=async zn=>{var ki;n.readonly||_r.value||(((ki=zn.target)==null?void 0:ki.tagName)!=="INPUT"||nr.value.includes(document.activeElement))&&(Ne.value=!0)},Rr=()=>{n.readonly||_r.value||!Ir.value&&n.clearable&&(Vr.value=!0)},Lr=()=>{Vr.value=!1},$r=zn=>{var ki;n.readonly||_r.value||(((ki=zn.touches[0].target)==null?void 0:ki.tagName)!=="INPUT"||nr.value.includes(document.activeElement))&&(Ne.value=!0)},jr=computed(()=>n.type.includes("range")),vn=useFormSize(),Kr=computed(()=>{var zn,ki;return(ki=(zn=unref(de))==null?void 0:zn.popperRef)==null?void 0:ki.contentRef}),kr=computed(()=>{var zn;return unref(jr)?unref(_e):(zn=unref(_e))==null?void 0:zn.$el}),Qr=onClickOutside(kr,zn=>{const ki=unref(Kr),Ra=unref(kr);ki&&(zn.target===ki||zn.composedPath().includes(ki))||zn.target===Ra||zn.composedPath().includes(Ra)||(Ne.value=!1)});onBeforeUnmount(()=>{Qr==null||Qr()});const Zr=ref$1(null),Vi=()=>{if(Zr.value){const zn=To(xr.value);zn&&Ba(zn)&&(dr(isArray$4(zn)?zn.map(ki=>ki.toDate()):zn.toDate()),Zr.value=null)}Zr.value===""&&(dr(ue.value),ir(ue.value),Zr.value=null)},To=zn=>zn?Sa.value.parseUserInput(zn):null,oa=zn=>zn?Sa.value.formatToString(zn):null,Ba=zn=>Sa.value.isValidValue(zn),rs=async zn=>{if(n.readonly||_r.value)return;const{code:ki}=zn;if(cr(zn),ki===EVENT_CODE.esc){Ne.value===!0&&(Ne.value=!1,zn.preventDefault(),zn.stopPropagation());return}if(ki===EVENT_CODE.down&&(Sa.value.handleFocusPicker&&(zn.preventDefault(),zn.stopPropagation()),Ne.value===!1&&(Ne.value=!0,await nextTick$3()),Sa.value.handleFocusPicker)){Sa.value.handleFocusPicker();return}if(ki===EVENT_CODE.tab){Ve=!0;return}if(ki===EVENT_CODE.enter||ki===EVENT_CODE.numpadEnter){(Zr.value===null||Zr.value===""||Ba(To(xr.value)))&&(Vi(),Ne.value=!1),zn.stopPropagation();return}if(Zr.value){zn.stopPropagation();return}Sa.value.handleKeydownInput&&Sa.value.handleKeydownInput(zn)},Mn=zn=>{Zr.value=zn,Ne.value||(Ne.value=!0)},Wr=zn=>{const ki=zn.target;Zr.value?Zr.value=[ki.value,Zr.value[1]]:Zr.value=[ki.value,null]},Ur=zn=>{const ki=zn.target;Zr.value?Zr.value=[Zr.value[0],ki.value]:Zr.value=[null,ki.value]},Sn=()=>{var zn;const ki=Zr.value,Ra=To(ki&&ki[0]),_o=unref(yr);if(Ra&&Ra.isValid()){Zr.value=[oa(Ra),((zn=xr.value)==null?void 0:zn[1])||null];const eo=[Ra,_o&&(_o[1]||null)];Ba(eo)&&(dr(eo),Zr.value=null)}},Nn=()=>{var zn;const ki=unref(Zr),Ra=To(ki&&ki[1]),_o=unref(yr);if(Ra&&Ra.isValid()){Zr.value=[((zn=unref(xr))==null?void 0:zn[0])||null,oa(Ra)];const eo=[_o&&_o[0],Ra];Ba(eo)&&(dr(eo),Zr.value=null)}},Sa=ref$1({}),Li=zn=>{Sa.value[zn[0]]=zn[1],Sa.value.panelReady=!0},ca=zn=>{y("calendar-change",zn)},fo=(zn,ki,Ra)=>{y("panel-change",zn,ki,Ra)};return provide("EP_PICKER_BASE",{props:n}),t({focus:kt,handleFocusInput:he,handleBlurInput:gr,handleOpen:ar,handleClose:ur,onPick:ie}),(zn,ki)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"refPopper",ref:de,visible:Ne.value,effect:"light",pure:"",trigger:"click"},zn.$attrs,{role:"dialog",teleported:"",transition:`${unref(L).namespace.value}-zoom-in-top`,"popper-class":[`${unref(L).namespace.value}-picker__popper`,zn.popperClass],"popper-options":unref(oe),"fallback-placements":["bottom","top","right","left"],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"hide-after":0,persistent:"",onBeforeShow:pe,onShow:Ce,onHide:jt}),{default:withCtx(()=>[unref(jr)?(openBlock(),createElementBlock("div",{key:1,ref_key:"inputRef",ref:_e,class:normalizeClass(unref(qe)),style:normalizeStyle(zn.$attrs.style),onClick:he,onMouseenter:Rr,onMouseleave:Lr,onTouchstartPassive:$r,onKeydown:rs},[unref(Gr)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(j).e("icon"),unref(V).e("icon")]),onMousedown:withModifiers(Br,["prevent"]),onTouchstartPassive:$r},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Gr))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),createBaseVNode("input",{id:zn.id&&zn.id[0],autocomplete:"off",name:zn.name&&zn.name[0],placeholder:zn.startPlaceholder,value:unref(xr)&&unref(xr)[0],disabled:unref(_r),readonly:!zn.editable||zn.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Br,onInput:Wr,onChange:Sn,onFocus:he,onBlur:gr},null,42,["id","name","placeholder","value","disabled","readonly"]),renderSlot(zn.$slots,"range-separator",{},()=>[createBaseVNode("span",{class:normalizeClass(unref(V).b("separator"))},toDisplayString(zn.rangeSeparator),3)]),createBaseVNode("input",{id:zn.id&&zn.id[1],autocomplete:"off",name:zn.name&&zn.name[1],placeholder:zn.endPlaceholder,value:unref(xr)&&unref(xr)[1],disabled:unref(_r),readonly:!zn.editable||zn.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Br,onFocus:he,onBlur:gr,onInput:Ur,onChange:Nn},null,42,["id","name","placeholder","value","disabled","readonly"]),zn.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(er)),onClick:Dr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(zn.clearIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],38)):(openBlock(),createBlock(unref(ElInput),{key:0,id:zn.id,ref_key:"inputRef",ref:_e,"container-role":"combobox","model-value":unref(xr),name:zn.name,size:unref(vn),disabled:unref(_r),placeholder:zn.placeholder,class:normalizeClass([unref(L).b("editor"),unref(L).bm("editor",zn.type),zn.$attrs.class]),style:normalizeStyle(zn.$attrs.style),readonly:!zn.editable||zn.readonly||unref(Sr)||unref(Ar)||unref(Fr)||zn.type==="week","aria-label":zn.ariaLabel,tabindex:zn.tabindex,"validate-event":!1,onInput:Mn,onFocus:he,onBlur:gr,onKeydown:rs,onChange:Vi,onMousedown:Br,onMouseenter:Rr,onMouseleave:Lr,onTouchstartPassive:$r,onClick:withModifiers(()=>{},["stop"])},{prefix:withCtx(()=>[unref(Gr)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(j).e("icon")),onMousedown:withModifiers(Br,["prevent"]),onTouchstartPassive:$r},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Gr))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0)]),suffix:withCtx(()=>[Vr.value&&zn.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(`${unref(j).e("icon")} clear-icon`),onClick:withModifiers(Dr,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(zn.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(zn.$slots,"default",{visible:Ne.value,actualVisible:Ue.value,parsedValue:unref(yr),format:zn.format,dateFormat:zn.dateFormat,timeFormat:zn.timeFormat,unlinkPanels:zn.unlinkPanels,type:zn.type,defaultValue:zn.defaultValue,onPick:ie,onSelectRange:lr,onSetPickerOption:Li,onCalendarChange:ca,onPanelChange:fo,onKeydown:Ie,onMousedown:withModifiers(()=>{},["stop"])})]),_:3},16,["visible","transition","popper-class","popper-options"]))}});var CommonPicker=_export_sfc$1(_sfc_main$2v,[["__file","picker.vue"]]);const panelTimePickerProps=buildProps({...timePanelSharedProps,datetimeRole:String,parsedValue:{type:definePropType(Object)}}),useTimePanel=({getAvailableHours:e,getAvailableMinutes:t,getAvailableSeconds:y})=>{const n=(L,j,V,z)=>{const re={hour:e,minute:t,second:y};let oe=L;return["hour","minute","second"].forEach(ue=>{if(re[ue]){let de;const _e=re[ue];switch(ue){case"minute":{de=_e(oe.hour(),j,z);break}case"second":{de=_e(oe.hour(),oe.minute(),j,z);break}default:{de=_e(j,z);break}}if(de!=null&&de.length&&!de.includes(oe[ue]())){const Ne=V?0:de.length-1;oe=oe[ue](de[Ne])}}}),oe},$={};return{timePickerOptions:$,getAvailableTime:n,onSetOption:([L,j])=>{$[L]=j}}},makeAvailableArr=e=>{const t=(n,$)=>n||$,y=n=>n!==!0;return e.map(t).filter(y)},getTimeLists=(e,t,y)=>({getHoursList:(L,j)=>makeList(24,e&&(()=>e==null?void 0:e(L,j))),getMinutesList:(L,j,V)=>makeList(60,t&&(()=>t==null?void 0:t(L,j,V))),getSecondsList:(L,j,V,z)=>makeList(60,y&&(()=>y==null?void 0:y(L,j,V,z)))}),buildAvailableTimeSlotGetter=(e,t,y)=>{const{getHoursList:n,getMinutesList:$,getSecondsList:k}=getTimeLists(e,t,y);return{getAvailableHours:(z,re)=>makeAvailableArr(n(z,re)),getAvailableMinutes:(z,re,oe)=>makeAvailableArr($(z,re,oe)),getAvailableSeconds:(z,re,oe,ue)=>makeAvailableArr(k(z,re,oe,ue))}},useOldValue=e=>{const t=ref$1(e.parsedValue);return watch(()=>e.visible,y=>{y||(t.value=e.parsedValue)}),t},nodeList=new Map;if(isClient){let e;document.addEventListener("mousedown",t=>e=t),document.addEventListener("mouseup",t=>{if(e){for(const y of nodeList.values())for(const{documentHandler:n}of y)n(t,e);e=void 0}})}function createDocumentHandler(e,t){let y=[];return Array.isArray(t.arg)?y=t.arg:isElement$2(t.arg)&&y.push(t.arg),function(n,$){const k=t.instance.popperRef,L=n.target,j=$==null?void 0:$.target,V=!t||!t.instance,z=!L||!j,re=e.contains(L)||e.contains(j),oe=e===L,ue=y.length&&y.some(_e=>_e==null?void 0:_e.contains(L))||y.length&&y.includes(j),de=k&&(k.contains(L)||k.contains(j));V||z||re||oe||ue||de||t.value(n,$)}}const ClickOutside={beforeMount(e,t){nodeList.has(e)||nodeList.set(e,[]),nodeList.get(e).push({documentHandler:createDocumentHandler(e,t),bindingFn:t.value})},updated(e,t){nodeList.has(e)||nodeList.set(e,[]);const y=nodeList.get(e),n=y.findIndex(k=>k.bindingFn===t.oldValue),$={documentHandler:createDocumentHandler(e,t),bindingFn:t.value};n>=0?y.splice(n,1,$):y.push($)},unmounted(e){nodeList.delete(e)}},REPEAT_INTERVAL=100,REPEAT_DELAY=600,vRepeatClick={beforeMount(e,t){const y=t.value,{interval:n=REPEAT_INTERVAL,delay:$=REPEAT_DELAY}=isFunction$5(y)?{}:y;let k,L;const j=()=>isFunction$5(y)?y():y.handler(),V=()=>{L&&(clearTimeout(L),L=void 0),k&&(clearInterval(k),k=void 0)};e.addEventListener("mousedown",z=>{z.button===0&&(V(),j(),document.addEventListener("mouseup",()=>V(),{once:!0}),L=setTimeout(()=>{k=setInterval(()=>{j()},n)},$))})}},FOCUSABLE_CHILDREN="_trap-focus-children",FOCUS_STACK=[],FOCUS_HANDLER=e=>{if(FOCUS_STACK.length===0)return;const t=FOCUS_STACK[FOCUS_STACK.length-1][FOCUSABLE_CHILDREN];if(t.length>0&&e.code===EVENT_CODE.tab){if(t.length===1){e.preventDefault(),document.activeElement!==t[0]&&t[0].focus();return}const y=e.shiftKey,n=e.target===t[0],$=e.target===t[t.length-1];n&&y&&(e.preventDefault(),t[t.length-1].focus()),$&&!y&&(e.preventDefault(),t[0].focus())}},TrapFocus={beforeMount(e){e[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(e),FOCUS_STACK.push(e),FOCUS_STACK.length<=1&&document.addEventListener("keydown",FOCUS_HANDLER)},updated(e){nextTick$3(()=>{e[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(e)})},unmounted(){FOCUS_STACK.shift(),FOCUS_STACK.length===0&&document.removeEventListener("keydown",FOCUS_HANDLER)}};var v=!1,o,f$1,s$1,u,d,N,l,p$1,m,w,D$1,x,E,M,F;function a(){if(!v){v=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),y=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(x=/\b(iPhone|iP[ao]d)/.exec(e),E=/\b(iP[ao]d)/.exec(e),w=/Android/i.exec(e),M=/FBAN\/\w+;/i.exec(e),F=/Mobile/i.exec(e),D$1=!!/Win64/.exec(e),t){o=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,o&&document&&document.documentMode&&(o=document.documentMode);var n=/(?:Trident\/(\d+.\d+))/.exec(e);N=n?parseFloat(n[1])+4:o,f$1=t[2]?parseFloat(t[2]):NaN,s$1=t[3]?parseFloat(t[3]):NaN,u=t[4]?parseFloat(t[4]):NaN,u?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),d=t&&t[1]?parseFloat(t[1]):NaN):d=NaN}else o=f$1=s$1=d=u=NaN;if(y){if(y[1]){var $=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=$?parseFloat($[1].replace("_",".")):!0}else l=!1;p$1=!!y[2],m=!!y[3]}else l=p$1=m=!1}}var _$1={ie:function(){return a()||o},ieCompatibilityMode:function(){return a()||N>o},ie64:function(){return _$1.ie()&&D$1},firefox:function(){return a()||f$1},opera:function(){return a()||s$1},webkit:function(){return a()||u},safari:function(){return _$1.webkit()},chrome:function(){return a()||d},windows:function(){return a()||p$1},osx:function(){return a()||l},linux:function(){return a()||m},iphone:function(){return a()||x},mobile:function(){return a()||x||E||w||F},nativeApp:function(){return a()||M},android:function(){return a()||w},ipad:function(){return a()||E}},A=_$1,c=!!(typeof window<"u"&&window.document&&window.document.createElement),U={canUseDOM:c,canUseWorkers:typeof Worker<"u",canUseEventListeners:c&&!!(window.addEventListener||window.attachEvent),canUseViewport:c&&!!window.screen,isInWorker:!c},h=U,X;h.canUseDOM&&(X=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);function S$1(e,t){if(!h.canUseDOM||t&&!("addEventListener"in document))return!1;var y="on"+e,n=y in document;if(!n){var $=document.createElement("div");$.setAttribute(y,"return;"),n=typeof $[y]=="function"}return!n&&X&&e==="wheel"&&(n=document.implementation.hasFeature("Events.wheel","3.0")),n}var b=S$1,O$1=10,I=40,P=800;function T$2(e){var t=0,y=0,n=0,$=0;return"detail"in e&&(y=e.detail),"wheelDelta"in e&&(y=-e.wheelDelta/120),"wheelDeltaY"in e&&(y=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=y,y=0),n=t*O$1,$=y*O$1,"deltaY"in e&&($=e.deltaY),"deltaX"in e&&(n=e.deltaX),(n||$)&&e.deltaMode&&(e.deltaMode==1?(n*=I,$*=I):(n*=P,$*=P)),n&&!t&&(t=n<1?-1:1),$&&!y&&(y=$<1?-1:1),{spinX:t,spinY:y,pixelX:n,pixelY:$}}T$2.getEventType=function(){return A.firefox()?"DOMMouseScroll":b("wheel")?"wheel":"mousewheel"};var Y=T$2;/**
* 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(e,t){if(e&&e.addEventListener){const y=function(n){const $=Y(n);t&&Reflect.apply(t,this,[n,$])};e.addEventListener("wheel",y,{passive:!0})}},Mousewheel={beforeMount(e,t){mousewheel(e,t.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$2u=defineComponent({__name:"basic-time-spinner",props:basicTimeSpinnerProps,emits:["change","select-range","set-option"],setup(e,{emit:t}){const y=e,n=useNamespace("time"),{getHoursList:$,getMinutesList:k,getSecondsList:L}=getTimeLists(y.disabledHours,y.disabledMinutes,y.disabledSeconds);let j=!1;const V=ref$1(),z=ref$1(),re=ref$1(),oe=ref$1(),ue={hours:z,minutes:re,seconds:oe},de=computed(()=>y.showSeconds?timeUnits$1:timeUnits$1.slice(0,2)),_e=computed(()=>{const{spinnerDate:kt}=y,he=kt.hour(),tr=kt.minute(),gr=kt.second();return{hours:he,minutes:tr,seconds:gr}}),Ne=computed(()=>{const{hours:kt,minutes:he}=unref(_e);return{hours:$(y.role),minutes:k(kt,y.role),seconds:L(kt,he,y.role)}}),Ue=computed(()=>{const{hours:kt,minutes:he,seconds:tr}=unref(_e);return{hours:buildTimeList(kt,23),minutes:buildTimeList(he,59),seconds:buildTimeList(tr,59)}}),$e=debounce(kt=>{j=!1,qe(kt)},200),Ve=kt=>{if(!!!y.amPmMode)return"";const tr=y.amPmMode==="A";let gr=kt<12?" am":" pm";return tr&&(gr=gr.toUpperCase()),gr},Fe=kt=>{let he;switch(kt){case"hours":he=[0,2];break;case"minutes":he=[3,5];break;case"seconds":he=[6,8];break}const[tr,gr]=he;t("select-range",tr,gr),V.value=kt},qe=kt=>{dr(kt,unref(_e)[kt])},er=()=>{qe("hours"),qe("minutes"),qe("seconds")},ir=kt=>kt.querySelector(`.${n.namespace.value}-scrollbar__wrap`),dr=(kt,he)=>{if(y.arrowControl)return;const tr=unref(ue[kt]);tr&&tr.$el&&(ir(tr.$el).scrollTop=Math.max(0,he*cr(kt)))},cr=kt=>{const he=unref(ue[kt]),tr=he==null?void 0:he.$el.querySelector("li");return tr&&Number.parseFloat(getStyle(tr,"height"))||0},nr=()=>{Et(1)},lr=()=>{Et(-1)},Et=kt=>{V.value||Fe("hours");const he=V.value,tr=unref(_e)[he],gr=V.value==="hours"?24:60,_r=ie(he,tr,kt,gr);pe(he,_r),dr(he,_r),nextTick$3(()=>Fe(he))},ie=(kt,he,tr,gr)=>{let _r=(he+tr+gr)%gr;const yr=unref(Ne)[kt];for(;yr[_r]&&_r!==he;)_r=(_r+tr+gr)%gr;return _r},pe=(kt,he)=>{if(unref(Ne)[kt][he])return;const{hours:_r,minutes:yr,seconds:xr}=unref(_e);let Nr;switch(kt){case"hours":Nr=y.spinnerDate.hour(he).minute(yr).second(xr);break;case"minutes":Nr=y.spinnerDate.hour(_r).minute(he).second(xr);break;case"seconds":Nr=y.spinnerDate.hour(_r).minute(yr).second(he);break}t("change",Nr)},Ce=(kt,{value:he,disabled:tr})=>{tr||(pe(kt,he),Fe(kt),dr(kt,he))},Ie=kt=>{j=!0,$e(kt);const he=Math.min(Math.round((ir(unref(ue[kt]).$el).scrollTop-(jt(kt)*.5-10)/cr(kt)+3)/cr(kt)),kt==="hours"?23:59);pe(kt,he)},jt=kt=>unref(ue[kt]).$el.offsetHeight,ar=()=>{const kt=he=>{const tr=unref(ue[he]);tr&&tr.$el&&(ir(tr.$el).onscroll=()=>{Ie(he)})};kt("hours"),kt("minutes"),kt("seconds")};onMounted(()=>{nextTick$3(()=>{!y.arrowControl&&ar(),er(),y.role==="start"&&Fe("hours")})});const ur=(kt,he)=>{ue[he].value=kt};return t("set-option",[`${y.role}_scrollDown`,Et]),t("set-option",[`${y.role}_emitSelectRange`,Fe]),watch(()=>y.spinnerDate,()=>{j||er()}),(kt,he)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b("spinner"),{"has-seconds":kt.showSeconds}])},[kt.arrowControl?createCommentVNode("v-if",!0):(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(unref(de),tr=>(openBlock(),createBlock(unref(ElScrollbar),{key:tr,ref_for:!0,ref:gr=>ur(gr,tr),class:normalizeClass(unref(n).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":unref(n).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:gr=>Fe(tr),onMousemove:gr=>qe(tr)},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ne)[tr],(gr,_r)=>(openBlock(),createElementBlock("li",{key:_r,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",_r===unref(_e)[tr]),unref(n).is("disabled",gr)]),onClick:yr=>Ce(tr,{value:_r,disabled:gr})},[tr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(kt.amPmMode?_r%12||12:_r)).slice(-2))+toDisplayString(Ve(_r)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+_r).slice(-2)),1)],64))],10,["onClick"]))),128))]),_:2},1032,["class","view-class","onMouseenter","onMousemove"]))),128)),kt.arrowControl?(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(de),tr=>(openBlock(),createElementBlock("div",{key:tr,class:normalizeClass([unref(n).be("spinner","wrapper"),unref(n).is("arrow")]),onMouseenter:gr=>Fe(tr)},[withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-up",unref(n).be("spinner","arrow")])},{default:withCtx(()=>[createVNode(unref(arrow_up_default))]),_:1},8,["class"])),[[unref(vRepeatClick),lr]]),withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-down",unref(n).be("spinner","arrow")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"])),[[unref(vRepeatClick),nr]]),createBaseVNode("ul",{class:normalizeClass(unref(n).be("spinner","list"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ue)[tr],(gr,_r)=>(openBlock(),createElementBlock("li",{key:_r,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",gr===unref(_e)[tr]),unref(n).is("disabled",unref(Ne)[tr][gr])])},[typeof gr=="number"?(openBlock(),createElementBlock(Fragment,{key:0},[tr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(kt.amPmMode?gr%12||12:gr)).slice(-2))+toDisplayString(Ve(gr)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+gr).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$2u,[["__file","basic-time-spinner.vue"]]);const _sfc_main$2t=defineComponent({__name:"panel-time-pick",props:panelTimePickerProps,emits:["pick","select-range","set-picker-option"],setup(e,{emit:t}){const y=e,n=inject("EP_PICKER_BASE"),{arrowControl:$,disabledHours:k,disabledMinutes:L,disabledSeconds:j,defaultValue:V}=n.props,{getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:oe}=buildAvailableTimeSlotGetter(k,L,j),ue=useNamespace("time"),{t:de,lang:_e}=useLocale(),Ne=ref$1([0,2]),Ue=useOldValue(y),$e=computed(()=>isUndefined$2(y.actualVisible)?`${ue.namespace.value}-zoom-in-top`:""),Ve=computed(()=>y.format.includes("ss")),Fe=computed(()=>y.format.includes("A")?"A":y.format.includes("a")?"a":""),qe=ur=>{const kt=dayjs(ur).locale(_e.value),he=Ce(kt);return kt.isSame(he)},er=()=>{t("pick",Ue.value,!1)},ir=(ur=!1,kt=!1)=>{kt||t("pick",y.parsedValue,ur)},dr=ur=>{if(!y.visible)return;const kt=Ce(ur).millisecond(0);t("pick",kt,!0)},cr=(ur,kt)=>{t("select-range",ur,kt),Ne.value=[ur,kt]},nr=ur=>{const kt=[0,3].concat(Ve.value?[6]:[]),he=["hours","minutes"].concat(Ve.value?["seconds"]:[]),gr=(kt.indexOf(Ne.value[0])+ur+kt.length)%kt.length;Et.start_emitSelectRange(he[gr])},lr=ur=>{const kt=ur.code,{left:he,right:tr,up:gr,down:_r}=EVENT_CODE;if([he,tr].includes(kt)){nr(kt===he?-1:1),ur.preventDefault();return}if([gr,_r].includes(kt)){const yr=kt===gr?-1:1;Et.start_scrollDown(yr),ur.preventDefault();return}},{timePickerOptions:Et,onSetOption:ie,getAvailableTime:pe}=useTimePanel({getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:oe}),Ce=ur=>pe(ur,y.datetimeRole||"",!0),Ie=ur=>ur?dayjs(ur,y.format).locale(_e.value):null,jt=ur=>ur?ur.format(y.format):null,ar=()=>dayjs(V).locale(_e.value);return t("set-picker-option",["isValidValue",qe]),t("set-picker-option",["formatToString",jt]),t("set-picker-option",["parseUserInput",Ie]),t("set-picker-option",["handleKeydownInput",lr]),t("set-picker-option",["getRangeAvailableTime",Ce]),t("set-picker-option",["getDefaultValue",ar]),(ur,kt)=>(openBlock(),createBlock(Transition,{name:unref($e)},{default:withCtx(()=>[ur.actualVisible||ur.visible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ue).b("panel"))},[createBaseVNode("div",{class:normalizeClass([unref(ue).be("panel","content"),{"has-seconds":unref(Ve)}])},[createVNode(TimeSpinner,{ref:"spinner",role:ur.datetimeRole||"start","arrow-control":unref($),"show-seconds":unref(Ve),"am-pm-mode":unref(Fe),"spinner-date":ur.parsedValue,"disabled-hours":unref(k),"disabled-minutes":unref(L),"disabled-seconds":unref(j),onChange:dr,onSetOption:unref(ie),onSelectRange:cr},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(ue).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(ue).be("panel","btn"),"cancel"]),onClick:er},toDisplayString(unref(de)("el.datepicker.cancel")),3),createBaseVNode("button",{type:"button",class:normalizeClass([unref(ue).be("panel","btn"),"confirm"]),onClick:he=>ir()},toDisplayString(unref(de)("el.datepicker.confirm")),11,["onClick"])],2)],2)):createCommentVNode("v-if",!0)]),_:1},8,["name"]))}});var TimePickPanel=_export_sfc$1(_sfc_main$2t,[["__file","panel-time-pick.vue"]]);const panelTimeRangeProps=buildProps({...timePanelSharedProps,parsedValue:{type:definePropType(Array)}}),_sfc_main$2s=defineComponent({__name:"panel-time-range",props:panelTimeRangeProps,emits:["pick","select-range","set-picker-option"],setup(e,{emit:t}){const y=e,n=(Gr,Vr)=>{const Dr=[];for(let Ir=Gr;Ir<=Vr;Ir++)Dr.push(Ir);return Dr},{t:$,lang:k}=useLocale(),L=useNamespace("time"),j=useNamespace("picker"),V=inject("EP_PICKER_BASE"),{arrowControl:z,disabledHours:re,disabledMinutes:oe,disabledSeconds:ue,defaultValue:de}=V.props,_e=computed(()=>[L.be("range-picker","body"),L.be("panel","content"),L.is("arrow",z),qe.value?"has-seconds":""]),Ne=computed(()=>[L.be("range-picker","body"),L.be("panel","content"),L.is("arrow",z),qe.value?"has-seconds":""]),Ue=computed(()=>y.parsedValue[0]),$e=computed(()=>y.parsedValue[1]),Ve=useOldValue(y),Fe=()=>{t("pick",Ve.value,!1)},qe=computed(()=>y.format.includes("ss")),er=computed(()=>y.format.includes("A")?"A":y.format.includes("a")?"a":""),ir=(Gr=!1)=>{t("pick",[Ue.value,$e.value],Gr)},dr=Gr=>{lr(Gr.millisecond(0),$e.value)},cr=Gr=>{lr(Ue.value,Gr.millisecond(0))},nr=Gr=>{const Vr=Gr.map(Ir=>dayjs(Ir).locale(k.value)),Dr=tr(Vr);return Vr[0].isSame(Dr[0])&&Vr[1].isSame(Dr[1])},lr=(Gr,Vr)=>{t("pick",[Gr,Vr],!0)},Et=computed(()=>Ue.value>$e.value),ie=ref$1([0,2]),pe=(Gr,Vr)=>{t("select-range",Gr,Vr,"min"),ie.value=[Gr,Vr]},Ce=computed(()=>qe.value?11:8),Ie=(Gr,Vr)=>{t("select-range",Gr,Vr,"max");const Dr=unref(Ce);ie.value=[Gr+Dr,Vr+Dr]},jt=Gr=>{const Vr=qe.value?[0,3,6,11,14,17]:[0,3,8,11],Dr=["hours","minutes"].concat(qe.value?["seconds"]:[]),Br=(Vr.indexOf(ie.value[0])+Gr+Vr.length)%Vr.length,Rr=Vr.length/2;Br<Rr?xr.start_emitSelectRange(Dr[Br]):xr.end_emitSelectRange(Dr[Br-Rr])},ar=Gr=>{const Vr=Gr.code,{left:Dr,right:Ir,up:Br,down:Rr}=EVENT_CODE;if([Dr,Ir].includes(Vr)){jt(Vr===Dr?-1:1),Gr.preventDefault();return}if([Br,Rr].includes(Vr)){const Lr=Vr===Br?-1:1,$r=ie.value[0]<Ce.value?"start":"end";xr[`${$r}_scrollDown`](Lr),Gr.preventDefault();return}},ur=(Gr,Vr)=>{const Dr=re?re(Gr):[],Ir=Gr==="start",Rr=(Vr||(Ir?$e.value:Ue.value)).hour(),Lr=Ir?n(Rr+1,23):n(0,Rr-1);return union(Dr,Lr)},kt=(Gr,Vr,Dr)=>{const Ir=oe?oe(Gr,Vr):[],Br=Vr==="start",Rr=Dr||(Br?$e.value:Ue.value),Lr=Rr.hour();if(Gr!==Lr)return Ir;const $r=Rr.minute(),jr=Br?n($r+1,59):n(0,$r-1);return union(Ir,jr)},he=(Gr,Vr,Dr,Ir)=>{const Br=ue?ue(Gr,Vr,Dr):[],Rr=Dr==="start",Lr=Ir||(Rr?$e.value:Ue.value),$r=Lr.hour(),jr=Lr.minute();if(Gr!==$r||Vr!==jr)return Br;const vn=Lr.second(),Kr=Rr?n(vn+1,59):n(0,vn-1);return union(Br,Kr)},tr=([Gr,Vr])=>[Nr(Gr,"start",!0,Vr),Nr(Vr,"end",!1,Gr)],{getAvailableHours:gr,getAvailableMinutes:_r,getAvailableSeconds:yr}=buildAvailableTimeSlotGetter(ur,kt,he),{timePickerOptions:xr,getAvailableTime:Nr,onSetOption:Tr}=useTimePanel({getAvailableHours:gr,getAvailableMinutes:_r,getAvailableSeconds:yr}),Sr=Gr=>Gr?isArray$4(Gr)?Gr.map(Vr=>dayjs(Vr,y.format).locale(k.value)):dayjs(Gr,y.format).locale(k.value):null,Ar=Gr=>Gr?isArray$4(Gr)?Gr.map(Vr=>Vr.format(y.format)):Gr.format(y.format):null,Fr=()=>{if(isArray$4(de))return de.map(Vr=>dayjs(Vr).locale(k.value));const Gr=dayjs(de).locale(k.value);return[Gr,Gr.add(60,"m")]};return t("set-picker-option",["formatToString",Ar]),t("set-picker-option",["parseUserInput",Sr]),t("set-picker-option",["isValidValue",nr]),t("set-picker-option",["handleKeydownInput",ar]),t("set-picker-option",["getDefaultValue",Fr]),t("set-picker-option",["getRangeAvailableTime",tr]),(Gr,Vr)=>Gr.actualVisible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(L).b("range-picker"),unref(j).b("panel")])},[createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","content"))},[createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","header"))},toDisplayString(unref($)("el.datepicker.startTime")),3),createBaseVNode("div",{class:normalizeClass(unref(_e))},[createVNode(TimeSpinner,{ref:"minSpinner",role:"start","show-seconds":unref(qe),"am-pm-mode":unref(er),"arrow-control":unref(z),"spinner-date":unref(Ue),"disabled-hours":ur,"disabled-minutes":kt,"disabled-seconds":he,onChange:dr,onSetOption:unref(Tr),onSelectRange:pe},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2),createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","header"))},toDisplayString(unref($)("el.datepicker.endTime")),3),createBaseVNode("div",{class:normalizeClass(unref(Ne))},[createVNode(TimeSpinner,{ref:"maxSpinner",role:"end","show-seconds":unref(qe),"am-pm-mode":unref(er),"arrow-control":unref(z),"spinner-date":unref($e),"disabled-hours":ur,"disabled-minutes":kt,"disabled-seconds":he,onChange:cr,onSetOption:unref(Tr),onSelectRange:Ie},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2)],2),createBaseVNode("div",{class:normalizeClass(unref(L).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(L).be("panel","btn"),"cancel"]),onClick:Dr=>Fe()},toDisplayString(unref($)("el.datepicker.cancel")),11,["onClick"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(L).be("panel","btn"),"confirm"]),disabled:unref(Et),onClick:Dr=>ir()},toDisplayString(unref($)("el.datepicker.confirm")),11,["disabled","onClick"])],2)],2)):createCommentVNode("v-if",!0)}});var TimeRangePanel=_export_sfc$1(_sfc_main$2s,[["__file","panel-time-range.vue"]]);dayjs.extend(customParseFormat);var TimePicker=defineComponent({name:"ElTimePicker",install:null,props:{...timePickerDefaultProps,isRange:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,t){const y=ref$1(),[n,$]=e.isRange?["timerange",TimeRangePanel]:["time",TimePickPanel],k=L=>t.emit("update:modelValue",L);return provide("ElPopperOptions",e.popperOptions),t.expose({focus:L=>{var j;(j=y.value)==null||j.handleFocusInput(L)},blur:L=>{var j;(j=y.value)==null||j.handleBlurInput(L)},handleOpen:()=>{var L;(L=y.value)==null||L.handleOpen()},handleClose:()=>{var L;(L=y.value)==null||L.handleClose()}}),()=>{var L;const j=(L=e.format)!=null?L:DEFAULT_FORMATS_TIME;return createVNode(CommonPicker,mergeProps(e,{ref:y,type:n,format:j,"onUpdate:modelValue":k}),{default:V=>createVNode($,V,null)})}}});const ElTimePicker=withInstall(TimePicker),getPrevMonthLastDays=(e,t)=>{const y=e.subtract(1,"month").endOf("month").date();return rangeArr(t).map((n,$)=>y-(t-$-1))},getMonthDays=e=>{const t=e.daysInMonth();return rangeArr(t).map((y,n)=>n+1)},toNestedArr=e=>rangeArr(e.length/7).map(t=>{const y=t*7;return e.slice(y,y+7)}),dateTableProps=buildProps({selectedDay:{type:definePropType(Object)},range:{type:definePropType(Array)},date:{type:definePropType(Object),required:!0},hideHeader:{type:Boolean}}),dateTableEmits={pick:e=>isObject$5(e)};var localeData$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n,$){var k=n.prototype,L=function(oe){return oe&&(oe.indexOf?oe:oe.s)},j=function(oe,ue,de,_e,Ne){var Ue=oe.name?oe:oe.$locale(),$e=L(Ue[ue]),Ve=L(Ue[de]),Fe=$e||Ve.map(function(er){return er.slice(0,_e)});if(!Ne)return Fe;var qe=Ue.weekStart;return Fe.map(function(er,ir){return Fe[(ir+(qe||0))%7]})},V=function(){return $.Ls[$.locale()]},z=function(oe,ue){return oe.formats[ue]||function(de){return de.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(_e,Ne,Ue){return Ne||Ue.slice(1)})}(oe.formats[ue.toUpperCase()])},re=function(){var oe=this;return{months:function(ue){return ue?ue.format("MMMM"):j(oe,"months")},monthsShort:function(ue){return ue?ue.format("MMM"):j(oe,"monthsShort","months",3)},firstDayOfWeek:function(){return oe.$locale().weekStart||0},weekdays:function(ue){return ue?ue.format("dddd"):j(oe,"weekdays")},weekdaysMin:function(ue){return ue?ue.format("dd"):j(oe,"weekdaysMin","weekdays",2)},weekdaysShort:function(ue){return ue?ue.format("ddd"):j(oe,"weekdaysShort","weekdays",3)},longDateFormat:function(ue){return z(oe.$locale(),ue)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};k.localeData=function(){return re.bind(this)()},$.localeData=function(){var oe=V();return{firstDayOfWeek:function(){return oe.weekStart||0},weekdays:function(){return $.weekdays()},weekdaysShort:function(){return $.weekdaysShort()},weekdaysMin:function(){return $.weekdaysMin()},months:function(){return $.months()},monthsShort:function(){return $.monthsShort()},longDateFormat:function(ue){return z(oe,ue)},meridiem:oe.meridiem,ordinal:oe.ordinal}},$.months=function(){return j(V(),"months")},$.monthsShort=function(){return j(V(),"monthsShort","months",3)},$.weekdays=function(oe){return j(V(),"weekdays",null,null,oe)},$.weekdaysShort=function(oe){return j(V(),"weekdaysShort","weekdays",3,oe)},$.weekdaysMin=function(oe){return j(V(),"weekdaysMin","weekdays",2,oe)}}})})(localeData$1);var localeDataExports=localeData$1.exports;const localeData=getDefaultExportFromCjs(localeDataExports),useDateTable=(e,t)=>{dayjs.extend(localeData);const y=dayjs.localeData().firstDayOfWeek(),{t:n,lang:$}=useLocale(),k=dayjs().locale($.value),L=computed(()=>!!e.range&&!!e.range.length),j=computed(()=>{let ue=[];if(L.value){const[de,_e]=e.range,Ne=rangeArr(_e.date()-de.date()+1).map(Ve=>({text:de.date()+Ve,type:"current"}));let Ue=Ne.length%7;Ue=Ue===0?0:7-Ue;const $e=rangeArr(Ue).map((Ve,Fe)=>({text:Fe+1,type:"next"}));ue=Ne.concat($e)}else{const de=e.date.startOf("month").day(),_e=getPrevMonthLastDays(e.date,(de-y+7)%7).map(Ve=>({text:Ve,type:"prev"})),Ne=getMonthDays(e.date).map(Ve=>({text:Ve,type:"current"}));ue=[..._e,...Ne];const Ue=7-(ue.length%7||7),$e=rangeArr(Ue).map((Ve,Fe)=>({text:Fe+1,type:"next"}));ue=ue.concat($e)}return toNestedArr(ue)}),V=computed(()=>{const ue=y;return ue===0?WEEK_DAYS.map(de=>n(`el.datepicker.weeks.${de}`)):WEEK_DAYS.slice(ue).concat(WEEK_DAYS.slice(0,ue)).map(de=>n(`el.datepicker.weeks.${de}`))}),z=(ue,de)=>{switch(de){case"prev":return e.date.startOf("month").subtract(1,"month").date(ue);case"next":return e.date.startOf("month").add(1,"month").date(ue);case"current":return e.date.date(ue)}};return{now:k,isInRange:L,rows:j,weekDays:V,getFormattedDate:z,handlePickDay:({text:ue,type:de})=>{const _e=z(ue,de);t("pick",_e)},getSlotData:({text:ue,type:de})=>{const _e=z(ue,de);return{isSelected:_e.isSame(e.selectedDay),type:`${de}-month`,day:_e.format("YYYY-MM-DD"),date:_e.toDate()}}}},__default__$1r=defineComponent({name:"DateTable"}),_sfc_main$2r=defineComponent({...__default__$1r,props:dateTableProps,emits:dateTableEmits,setup(e,{expose:t,emit:y}){const n=e,{isInRange:$,now:k,rows:L,weekDays:j,getFormattedDate:V,handlePickDay:z,getSlotData:re}=useDateTable(n,y),oe=useNamespace("calendar-table"),ue=useNamespace("calendar-day"),de=({text:_e,type:Ne})=>{const Ue=[Ne];if(Ne==="current"){const $e=V(_e,Ne);$e.isSame(n.selectedDay,"day")&&Ue.push(ue.is("selected")),$e.isSame(k,"day")&&Ue.push(ue.is("today"))}return Ue};return t({getFormattedDate:V}),(_e,Ne)=>(openBlock(),createElementBlock("table",{class:normalizeClass([unref(oe).b(),unref(oe).is("range",unref($))]),cellspacing:"0",cellpadding:"0"},[_e.hideHeader?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("thead",{key:0},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(j),Ue=>(openBlock(),createElementBlock("th",{key:Ue},toDisplayString(Ue),1))),128))])),createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(L),(Ue,$e)=>(openBlock(),createElementBlock("tr",{key:$e,class:normalizeClass({[unref(oe).e("row")]:!0,[unref(oe).em("row","hide-border")]:$e===0&&_e.hideHeader})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ue,(Ve,Fe)=>(openBlock(),createElementBlock("td",{key:Fe,class:normalizeClass(de(Ve)),onClick:qe=>unref(z)(Ve)},[createBaseVNode("div",{class:normalizeClass(unref(ue).b())},[renderSlot(_e.$slots,"date-cell",{data:unref(re)(Ve)},()=>[createBaseVNode("span",null,toDisplayString(Ve.text),1)])],2)],10,["onClick"]))),128))],2))),128))])],2))}});var DateTable$1=_export_sfc$1(_sfc_main$2r,[["__file","date-table.vue"]]);const adjacentMonth=(e,t)=>{const y=e.endOf("month"),n=t.startOf("month"),k=y.isSame(n,"week")?n.add(1,"week"):n;return[[e,y],[k.startOf("week"),t]]},threeConsecutiveMonth=(e,t)=>{const y=e.endOf("month"),n=e.add(1,"month").startOf("month"),$=y.isSame(n,"week")?n.add(1,"week"):n,k=$.endOf("month"),L=t.startOf("month"),j=k.isSame(L,"week")?L.add(1,"week"):L;return[[e,y],[$.startOf("week"),k],[j.startOf("week"),t]]},useCalendar=(e,t,y)=>{const{lang:n}=useLocale(),$=ref$1(),k=dayjs().locale(n.value),L=computed({get(){return e.modelValue?V.value:$.value},set(Ue){if(!Ue)return;$.value=Ue;const $e=Ue.toDate();t(INPUT_EVENT,$e),t(UPDATE_MODEL_EVENT,$e)}}),j=computed(()=>{if(!e.range)return[];const Ue=e.range.map(Fe=>dayjs(Fe).locale(n.value)),[$e,Ve]=Ue;return $e.isAfter(Ve)?[]:$e.isSame(Ve,"month")?de($e,Ve):$e.add(1,"month").month()!==Ve.month()?[]:de($e,Ve)}),V=computed(()=>e.modelValue?dayjs(e.modelValue).locale(n.value):L.value||(j.value.length?j.value[0][0]:k)),z=computed(()=>V.value.subtract(1,"month").date(1)),re=computed(()=>V.value.add(1,"month").date(1)),oe=computed(()=>V.value.subtract(1,"year").date(1)),ue=computed(()=>V.value.add(1,"year").date(1)),de=(Ue,$e)=>{const Ve=Ue.startOf("week"),Fe=$e.endOf("week"),qe=Ve.get("month"),er=Fe.get("month");return qe===er?[[Ve,Fe]]:(qe+1)%12===er?adjacentMonth(Ve,Fe):qe+2===er||(qe+1)%11===er?threeConsecutiveMonth(Ve,Fe):[]},_e=Ue=>{L.value=Ue};return{calculateValidatedDateRange:de,date:V,realSelectedDay:L,pickDay:_e,selectDate:Ue=>{const Ve={"prev-month":z.value,"next-month":re.value,"prev-year":oe.value,"next-year":ue.value,today:k}[Ue];Ve.isSame(V.value,"day")||_e(Ve)},validatedRange:j}},isValidRange$1=e=>isArray$4(e)&&e.length===2&&e.every(t=>isDate$2(t)),calendarProps=buildProps({modelValue:{type:Date},range:{type:definePropType(Array),validator:isValidRange$1}}),calendarEmits={[UPDATE_MODEL_EVENT]:e=>isDate$2(e),[INPUT_EVENT]:e=>isDate$2(e)},COMPONENT_NAME$g="ElCalendar",__default__$1q=defineComponent({name:COMPONENT_NAME$g}),_sfc_main$2q=defineComponent({...__default__$1q,props:calendarProps,emits:calendarEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("calendar"),{calculateValidatedDateRange:k,date:L,pickDay:j,realSelectedDay:V,selectDate:z,validatedRange:re}=useCalendar(n,y),{t:oe}=useLocale(),ue=computed(()=>{const de=`el.datepicker.month${L.value.format("M")}`;return`${L.value.year()} ${oe("el.datepicker.year")} ${oe(de)}`});return t({selectedDay:V,pickDay:j,selectDate:z,calculateValidatedDateRange:k}),(de,_e)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref($).b())},[createBaseVNode("div",{class:normalizeClass(unref($).e("header"))},[renderSlot(de.$slots,"header",{date:unref(ue)},()=>[createBaseVNode("div",{class:normalizeClass(unref($).e("title"))},toDisplayString(unref(ue)),3),unref(re).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("button-group"))},[createVNode(unref(ElButtonGroup$1),null,{default:withCtx(()=>[createVNode(unref(ElButton),{size:"small",onClick:Ne=>unref(z)("prev-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(oe)("el.datepicker.prevMonth")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:Ne=>unref(z)("today")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(oe)("el.datepicker.today")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:Ne=>unref(z)("next-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(oe)("el.datepicker.nextMonth")),1)]),_:1},8,["onClick"])]),_:1})],2)):createCommentVNode("v-if",!0)])],2),unref(re).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("body"))},[createVNode(DateTable$1,{date:unref(L),"selected-day":unref(V),onPick:unref(j)},createSlots({_:2},[de.$slots["date-cell"]?{name:"date-cell",fn:withCtx(Ne=>[renderSlot(de.$slots,"date-cell",normalizeProps(guardReactiveProps(Ne)))])}:void 0]),1032,["date","selected-day","onPick"])],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($).e("body"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),(Ne,Ue)=>(openBlock(),createBlock(DateTable$1,{key:Ue,date:Ne[0],"selected-day":unref(V),range:Ne,"hide-header":Ue!==0,onPick:unref(j)},createSlots({_:2},[de.$slots["date-cell"]?{name:"date-cell",fn:withCtx($e=>[renderSlot(de.$slots,"date-cell",normalizeProps(guardReactiveProps($e)))])}:void 0]),1032,["date","selected-day","range","hide-header","onPick"]))),128))],2))],2))}});var Calendar=_export_sfc$1(_sfc_main$2q,[["__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$2p=defineComponent({...__default__$1p,props:cardProps,setup(e){const t=useNamespace("card");return(y,n)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(t).b(),unref(t).is(`${y.shadow}-shadow`)])},[y.$slots.header||y.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(t).e("header"))},[renderSlot(y.$slots,"header",{},()=>[createTextVNode(toDisplayString(y.header),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([unref(t).e("body"),y.bodyClass]),style:normalizeStyle(y.bodyStyle)},[renderSlot(y.$slots,"default")],6),y.$slots.footer||y.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(t).e("footer"))},[renderSlot(y.$slots,"footer",{},()=>[createTextVNode(toDisplayString(y.footer),1)])],2)):createCommentVNode("v-if",!0)],2))}});var Card=_export_sfc$1(_sfc_main$2p,[["__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:(e,t)=>[e,t].every(isNumber$4)},carouselContextKey=Symbol("carouselContextKey"),THROTTLE_TIME=300,useCarousel=(e,t,y)=>{const{children:n,addChild:$,removeChild:k}=useOrderedChildren(getCurrentInstance(),"ElCarouselItem"),L=useSlots(),j=ref$1(-1),V=ref$1(null),z=ref$1(!1),re=ref$1(),oe=ref$1(0),ue=ref$1(!0),de=ref$1(!0),_e=ref$1(!1),Ne=computed(()=>e.arrow!=="never"&&!unref(Ve)),Ue=computed(()=>n.value.some(Nr=>Nr.props.label.toString().length>0)),$e=computed(()=>e.type==="card"),Ve=computed(()=>e.direction==="vertical"),Fe=computed(()=>e.height!=="auto"?{height:e.height}:{height:`${oe.value}px`,overflow:"hidden"}),qe=throttle$1(Nr=>{lr(Nr)},THROTTLE_TIME,{trailing:!0}),er=throttle$1(Nr=>{kt(Nr)},THROTTLE_TIME),ir=Nr=>ue.value?j.value<=1?Nr<=1:Nr>1:!0;function dr(){V.value&&(clearInterval(V.value),V.value=null)}function cr(){e.interval<=0||!e.autoplay||V.value||(V.value=setInterval(()=>nr(),e.interval))}const nr=()=>{de.value||(_e.value=!0),de.value=!1,j.value<n.value.length-1?j.value=j.value+1:e.loop?j.value=0:_e.value=!1};function lr(Nr){if(de.value||(_e.value=!0),de.value=!1,isString$4(Nr)){const Ar=n.value.filter(Fr=>Fr.props.name===Nr);Ar.length>0&&(Nr=n.value.indexOf(Ar[0]))}if(Nr=Number(Nr),Number.isNaN(Nr)||Nr!==Math.floor(Nr))return;const Tr=n.value.length,Sr=j.value;Nr<0?j.value=e.loop?Tr-1:0:Nr>=Tr?j.value=e.loop?0:Tr-1:j.value=Nr,Sr===j.value&&Et(Sr),gr()}function Et(Nr){n.value.forEach((Tr,Sr)=>{Tr.translateItem(Sr,j.value,Nr)})}function ie(Nr,Tr){var Sr,Ar,Fr,Gr;const Vr=unref(n),Dr=Vr.length;if(Dr===0||!Nr.states.inStage)return!1;const Ir=Tr+1,Br=Tr-1,Rr=Dr-1,Lr=Vr[Rr].states.active,$r=Vr[0].states.active,jr=(Ar=(Sr=Vr[Ir])==null?void 0:Sr.states)==null?void 0:Ar.active,vn=(Gr=(Fr=Vr[Br])==null?void 0:Fr.states)==null?void 0:Gr.active;return Tr===Rr&&$r||jr?"left":Tr===0&&Lr||vn?"right":!1}function pe(){z.value=!0,e.pauseOnHover&&dr()}function Ce(){z.value=!1,cr()}function Ie(){_e.value=!1}function jt(Nr){unref(Ve)||n.value.forEach((Tr,Sr)=>{Nr===ie(Tr,Sr)&&(Tr.states.hover=!0)})}function ar(){unref(Ve)||n.value.forEach(Nr=>{Nr.states.hover=!1})}function ur(Nr){Nr!==j.value&&(de.value||(_e.value=!0)),j.value=Nr}function kt(Nr){e.trigger==="hover"&&Nr!==j.value&&(j.value=Nr,de.value||(_e.value=!0))}function he(){lr(j.value-1)}function tr(){lr(j.value+1)}function gr(){dr(),e.pauseOnHover||cr()}function _r(Nr){e.height==="auto"&&(oe.value=Nr)}function yr(){var Nr;const Tr=(Nr=L.default)==null?void 0:Nr.call(L);if(!Tr)return null;const Sr=flattedChildren(Tr),Ar="ElCarouselItem",Fr=Sr.filter(Gr=>isVNode(Gr)&&Gr.type.name===Ar);return(Fr==null?void 0:Fr.length)===2&&e.loop&&!$e.value?(ue.value=!0,Fr):(ue.value=!1,null)}watch(()=>j.value,(Nr,Tr)=>{Et(Tr),ue.value&&(Nr=Nr%2,Tr=Tr%2),Tr>-1&&t("change",Nr,Tr)}),watch(()=>e.autoplay,Nr=>{Nr?cr():dr()}),watch(()=>e.loop,()=>{lr(j.value)}),watch(()=>e.interval,()=>{gr()});const xr=shallowRef();return onMounted(()=>{watch(()=>n.value,()=>{n.value.length>0&&lr(e.initialIndex)},{immediate:!0}),xr.value=useResizeObserver(re.value,()=>{Et()}),cr()}),onBeforeUnmount(()=>{dr(),re.value&&xr.value&&xr.value.stop()}),provide(carouselContextKey,{root:re,isCardType:$e,isVertical:Ve,items:n,loop:e.loop,cardScale:e.cardScale,addItem:$,removeItem:k,setActiveItem:lr,setContainerHeight:_r}),{root:re,activeIndex:j,arrowDisplay:Ne,hasLabel:Ue,hover:z,isCardType:$e,isTransitioning:_e,items:n,isVertical:Ve,containerStyle:Fe,isItemsTwoLength:ue,handleButtonEnter:jt,handleTransitionEnd:Ie,handleButtonLeave:ar,handleIndicatorClick:ur,handleMouseEnter:pe,handleMouseLeave:Ce,setActiveItem:lr,prev:he,next:tr,PlaceholderItem:yr,isTwoLengthShow:ir,throttledArrowClick:qe,throttledIndicatorHover:er}},COMPONENT_NAME$f="ElCarousel",__default__$1o=defineComponent({name:COMPONENT_NAME$f}),_sfc_main$2o=defineComponent({...__default__$1o,props:carouselProps,emits:carouselEmits,setup(e,{expose:t,emit:y}){const n=e,{root:$,activeIndex:k,arrowDisplay:L,hasLabel:j,hover:V,isCardType:z,items:re,isVertical:oe,containerStyle:ue,handleButtonEnter:de,handleButtonLeave:_e,isTransitioning:Ne,handleIndicatorClick:Ue,handleMouseEnter:$e,handleMouseLeave:Ve,handleTransitionEnd:Fe,setActiveItem:qe,prev:er,next:ir,PlaceholderItem:dr,isTwoLengthShow:cr,throttledArrowClick:nr,throttledIndicatorHover:lr}=useCarousel(n,y),Et=useNamespace("carousel"),{t:ie}=useLocale(),pe=computed(()=>{const jt=[Et.b(),Et.m(n.direction)];return unref(z)&&jt.push(Et.m("card")),jt}),Ce=computed(()=>{const jt=[Et.e("container")];return n.motionBlur&&unref(Ne)&&jt.push(unref(oe)?`${Et.namespace.value}-transitioning-vertical`:`${Et.namespace.value}-transitioning`),jt}),Ie=computed(()=>{const jt=[Et.e("indicators"),Et.em("indicators",n.direction)];return unref(j)&&jt.push(Et.em("indicators","labels")),n.indicatorPosition==="outside"&&jt.push(Et.em("indicators","outside")),unref(oe)&&jt.push(Et.em("indicators","right")),jt});return t({activeIndex:k,setActiveItem:qe,prev:er,next:ir}),(jt,ar)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:$,class:normalizeClass(unref(pe)),onMouseenter:withModifiers(unref($e),["stop"]),onMouseleave:withModifiers(unref(Ve),["stop"])},[unref(L)?(openBlock(),createBlock(Transition,{key:0,name:"carousel-arrow-left",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(Et).e("arrow"),unref(Et).em("arrow","left")]),"aria-label":unref(ie)("el.carousel.leftArrow"),onMouseenter:ur=>unref(de)("left"),onMouseleave:unref(_e),onClick:withModifiers(ur=>unref(nr)(unref(k)-1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(jt.arrow==="always"||unref(V))&&(n.loop||unref(k)>0)]])]),_:1})):createCommentVNode("v-if",!0),unref(L)?(openBlock(),createBlock(Transition,{key:1,name:"carousel-arrow-right",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(Et).e("arrow"),unref(Et).em("arrow","right")]),"aria-label":unref(ie)("el.carousel.rightArrow"),onMouseenter:ur=>unref(de)("right"),onMouseleave:unref(_e),onClick:withModifiers(ur=>unref(nr)(unref(k)+1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(jt.arrow==="always"||unref(V))&&(n.loop||unref(k)<unref(re).length-1)]])]),_:1})):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(Ce)),style:normalizeStyle(unref(ue)),onTransitionend:unref(Fe)},[createVNode(unref(dr)),renderSlot(jt.$slots,"default")],46,["onTransitionend"]),jt.indicatorPosition!=="none"?(openBlock(),createElementBlock("ul",{key:2,class:normalizeClass(unref(Ie))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),(ur,kt)=>withDirectives((openBlock(),createElementBlock("li",{key:kt,class:normalizeClass([unref(Et).e("indicator"),unref(Et).em("indicator",jt.direction),unref(Et).is("active",kt===unref(k))]),onMouseenter:he=>unref(lr)(kt),onClick:withModifiers(he=>unref(Ue)(kt),["stop"])},[createBaseVNode("button",{class:normalizeClass(unref(Et).e("button")),"aria-label":unref(ie)("el.carousel.indicator",{index:kt+1})},[unref(j)?(openBlock(),createElementBlock("span",{key:0},toDisplayString(ur.props.label),1)):createCommentVNode("v-if",!0)],10,["aria-label"])],42,["onMouseenter","onClick"])),[[vShow,unref(cr)(kt)]])),128))],2)):createCommentVNode("v-if",!0),n.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$2o,[["__file","carousel.vue"]]);const carouselItemProps=buildProps({name:{type:String,default:""},label:{type:[String,Number],default:""}}),useCarouselItem=(e,t)=>{const y=inject(carouselContextKey),n=getCurrentInstance(),$=ref$1(),k=ref$1(!1),L=ref$1(0),j=ref$1(1),V=ref$1(!1),z=ref$1(!1),re=ref$1(!1),oe=ref$1(!1),{isCardType:ue,isVertical:de,cardScale:_e}=y;function Ne(qe,er,ir){const dr=ir-1,cr=er-1,nr=er+1,lr=ir/2;return er===0&&qe===dr?-1:er===dr&&qe===0?ir:qe<cr&&er-qe>=lr?ir+1:qe>nr&&qe-er>=lr?-2:qe}function Ue(qe,er){var ir,dr;const cr=unref(de)?((ir=y.root.value)==null?void 0:ir.offsetHeight)||0:((dr=y.root.value)==null?void 0:dr.offsetWidth)||0;return re.value?cr*((2-_e)*(qe-er)+1)/4:qe<er?-(1+_e)*cr/4:(3+_e)*cr/4}function $e(qe,er,ir){const dr=y.root.value;return dr?((ir?dr.offsetHeight:dr.offsetWidth)||0)*(qe-er):0}const Ve=(qe,er,ir)=>{var dr;const cr=unref(ue),nr=(dr=y.items.value.length)!=null?dr:Number.NaN,lr=qe===er;!cr&&!isUndefined$2(ir)&&(oe.value=lr||qe===ir),!lr&&nr>2&&y.loop&&(qe=Ne(qe,er,nr));const Et=unref(de);V.value=lr,cr?(re.value=Math.round(Math.abs(qe-er))<=1,L.value=Ue(qe,er),j.value=unref(V)?1:_e):L.value=$e(qe,er,Et),z.value=!0,lr&&$.value&&y.setContainerHeight($.value.offsetHeight)};function Fe(){if(y&&unref(ue)){const qe=y.items.value.findIndex(({uid:er})=>er===n.uid);y.setActiveItem(qe)}}return onMounted(()=>{y.addItem({props:e,states:reactive({hover:k,translate:L,scale:j,active:V,ready:z,inStage:re,animating:oe}),uid:n.uid,translateItem:Ve})}),onUnmounted(()=>{y.removeItem(n.uid)}),{carouselItemRef:$,active:V,animating:oe,hover:k,inStage:re,isVertical:de,translate:L,isCardType:ue,scale:j,ready:z,handleItemClick:Fe}},__default__$1n=defineComponent({name:"ElCarouselItem"}),_sfc_main$2n=defineComponent({...__default__$1n,props:carouselItemProps,setup(e){const t=e,y=useNamespace("carousel"),{carouselItemRef:n,active:$,animating:k,hover:L,inStage:j,isVertical:V,translate:z,isCardType:re,scale:oe,ready:ue,handleItemClick:de}=useCarouselItem(t),_e=computed(()=>[y.e("item"),y.is("active",$.value),y.is("in-stage",j.value),y.is("hover",L.value),y.is("animating",k.value),{[y.em("item","card")]:re.value,[y.em("item","card-vertical")]:re.value&&V.value}]),Ne=computed(()=>{const $e=`${`translate${unref(V)?"Y":"X"}`}(${unref(z)}px)`,Ve=`scale(${unref(oe)})`;return{transform:[$e,Ve].join(" ")}});return(Ue,$e)=>withDirectives((openBlock(),createElementBlock("div",{ref_key:"carouselItemRef",ref:n,class:normalizeClass(unref(_e)),style:normalizeStyle(unref(Ne)),onClick:unref(de)},[unref(re)?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("mask"))},null,2)),[[vShow,!unref($)]]):createCommentVNode("v-if",!0),renderSlot(Ue.$slots,"default")],14,["onClick"])),[[vShow,unref(ue)]])}});var CarouselItem=_export_sfc$1(_sfc_main$2n,[["__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]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e),change:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e)},checkboxGroupContextKey=Symbol("checkboxGroupContextKey"),useCheckboxDisabled=({model:e,isChecked:t})=>{const y=inject(checkboxGroupContextKey,void 0),n=computed(()=>{var k,L;const j=(k=y==null?void 0:y.max)==null?void 0:k.value,V=(L=y==null?void 0:y.min)==null?void 0:L.value;return!isUndefined$2(j)&&e.value.length>=j&&!t.value||!isUndefined$2(V)&&e.value.length<=V&&t.value});return{isDisabled:useFormDisabled(computed(()=>(y==null?void 0:y.disabled.value)||n.value)),isLimitDisabled:n}},useCheckboxEvent=(e,{model:t,isLimitExceeded:y,hasOwnLabel:n,isDisabled:$,isLabeledByFormItem:k})=>{const L=inject(checkboxGroupContextKey,void 0),{formItem:j}=useFormItem(),{emit:V}=getCurrentInstance();function z(_e){var Ne,Ue,$e,Ve;return[!0,e.trueValue,e.trueLabel].includes(_e)?(Ue=(Ne=e.trueValue)!=null?Ne:e.trueLabel)!=null?Ue:!0:(Ve=($e=e.falseValue)!=null?$e:e.falseLabel)!=null?Ve:!1}function re(_e,Ne){V("change",z(_e),Ne)}function oe(_e){if(y.value)return;const Ne=_e.target;V("change",z(Ne.checked),_e)}async function ue(_e){y.value||!n.value&&!$.value&&k.value&&(_e.composedPath().some($e=>$e.tagName==="LABEL")||(t.value=z([!1,e.falseValue,e.falseLabel].includes(t.value)),await nextTick$3(),re(t.value,_e)))}const de=computed(()=>(L==null?void 0:L.validateEvent)||e.validateEvent);return watch(()=>e.modelValue,()=>{de.value&&(j==null||j.validate("change").catch(_e=>void 0))}),{handleChange:oe,onClickRoot:ue}},useCheckboxModel=e=>{const t=ref$1(!1),{emit:y}=getCurrentInstance(),n=inject(checkboxGroupContextKey,void 0),$=computed(()=>isUndefined$2(n)===!1),k=ref$1(!1),L=computed({get(){var j,V;return $.value?(j=n==null?void 0:n.modelValue)==null?void 0:j.value:(V=e.modelValue)!=null?V:t.value},set(j){var V,z;$.value&&isArray$4(j)?(k.value=((V=n==null?void 0:n.max)==null?void 0:V.value)!==void 0&&j.length>(n==null?void 0:n.max.value)&&j.length>L.value.length,k.value===!1&&((z=n==null?void 0:n.changeEvent)==null||z.call(n,j))):(y(UPDATE_MODEL_EVENT,j),t.value=j)}});return{model:L,isGroup:$,isLimitExceeded:k}},useCheckboxStatus=(e,t,{model:y})=>{const n=inject(checkboxGroupContextKey,void 0),$=ref$1(!1),k=computed(()=>isPropAbsent(e.value)?e.label:e.value),L=computed(()=>{const re=y.value;return isBoolean$3(re)?re:isArray$4(re)?isObject$5(k.value)?re.map(toRaw).some(oe=>isEqual$1(oe,k.value)):re.map(toRaw).includes(k.value):re!=null?re===e.trueValue||re===e.trueLabel:!!re}),j=useFormSize(computed(()=>{var re;return(re=n==null?void 0:n.size)==null?void 0:re.value}),{prop:!0}),V=useFormSize(computed(()=>{var re;return(re=n==null?void 0:n.size)==null?void 0:re.value})),z=computed(()=>!!t.default||!isPropAbsent(k.value));return{checkboxButtonSize:j,isChecked:L,isFocused:$,checkboxSize:V,hasOwnLabel:z,actualValue:k}},useCheckbox=(e,t)=>{const{formItem:y}=useFormItem(),{model:n,isGroup:$,isLimitExceeded:k}=useCheckboxModel(e),{isFocused:L,isChecked:j,checkboxButtonSize:V,checkboxSize:z,hasOwnLabel:re,actualValue:oe}=useCheckboxStatus(e,t,{model:n}),{isDisabled:ue}=useCheckboxDisabled({model:n,isChecked:j}),{inputId:de,isLabeledByFormItem:_e}=useFormItemInputId(e,{formItemContext:y,disableIdGeneration:re,disableIdManagement:$}),{handleChange:Ne,onClickRoot:Ue}=useCheckboxEvent(e,{model:n,isLimitExceeded:k,hasOwnLabel:re,isDisabled:ue,isLabeledByFormItem:_e});return(()=>{function Ve(){var Fe,qe;isArray$4(n.value)&&!n.value.includes(oe.value)?n.value.push(oe.value):n.value=(qe=(Fe=e.trueValue)!=null?Fe:e.trueLabel)!=null?qe:!0}e.checked&&Ve()})(),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(()=>$.value&&isPropAbsent(e.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(()=>!!e.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(()=>!!e.falseLabel)),{inputId:de,isLabeledByFormItem:_e,isChecked:j,isDisabled:ue,isFocused:L,checkboxButtonSize:V,checkboxSize:z,hasOwnLabel:re,model:n,actualValue:oe,handleChange:Ne,onClickRoot:Ue}},__default__$1m=defineComponent({name:"ElCheckbox"}),_sfc_main$2m=defineComponent({...__default__$1m,props:checkboxProps,emits:checkboxEmits,setup(e){const t=e,y=useSlots(),{inputId:n,isLabeledByFormItem:$,isChecked:k,isDisabled:L,isFocused:j,checkboxSize:V,hasOwnLabel:z,model:re,actualValue:oe,handleChange:ue,onClickRoot:de}=useCheckbox(t,y),_e=useNamespace("checkbox"),Ne=computed(()=>[_e.b(),_e.m(V.value),_e.is("disabled",L.value),_e.is("bordered",t.border),_e.is("checked",k.value)]),Ue=computed(()=>[_e.e("input"),_e.is("disabled",L.value),_e.is("checked",k.value),_e.is("indeterminate",t.indeterminate),_e.is("focus",j.value)]);return($e,Ve)=>(openBlock(),createBlock(resolveDynamicComponent(!unref(z)&&unref($)?"span":"label"),{class:normalizeClass(unref(Ne)),"aria-controls":$e.indeterminate?$e.ariaControls:null,onClick:unref(de)},{default:withCtx(()=>{var Fe,qe;return[createBaseVNode("span",{class:normalizeClass(unref(Ue))},[$e.trueValue||$e.falseValue||$e.trueLabel||$e.falseLabel?withDirectives((openBlock(),createElementBlock("input",{key:0,id:unref(n),"onUpdate:modelValue":er=>isRef(re)?re.value=er:null,class:normalizeClass(unref(_e).e("original")),type:"checkbox",indeterminate:$e.indeterminate,name:$e.name,tabindex:$e.tabindex,disabled:unref(L),"true-value":(Fe=$e.trueValue)!=null?Fe:$e.trueLabel,"false-value":(qe=$e.falseValue)!=null?qe:$e.falseLabel,onChange:unref(ue),onFocus:er=>j.value=!0,onBlur:er=>j.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["id","onUpdate:modelValue","indeterminate","name","tabindex","disabled","true-value","false-value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(re)]]):withDirectives((openBlock(),createElementBlock("input",{key:1,id:unref(n),"onUpdate:modelValue":er=>isRef(re)?re.value=er:null,class:normalizeClass(unref(_e).e("original")),type:"checkbox",indeterminate:$e.indeterminate,disabled:unref(L),value:unref(oe),name:$e.name,tabindex:$e.tabindex,onChange:unref(ue),onFocus:er=>j.value=!0,onBlur:er=>j.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["id","onUpdate:modelValue","indeterminate","disabled","value","name","tabindex","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(re)]]),createBaseVNode("span",{class:normalizeClass(unref(_e).e("inner"))},null,2)],2),unref(z)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(_e).e("label"))},[renderSlot($e.$slots,"default"),$e.$slots.default?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString($e.label),1)],64))],2)):createCommentVNode("v-if",!0)]}),_:3},8,["class","aria-controls","onClick"]))}});var Checkbox=_export_sfc$1(_sfc_main$2m,[["__file","checkbox.vue"]]);const __default__$1l=defineComponent({name:"ElCheckboxButton"}),_sfc_main$2l=defineComponent({...__default__$1l,props:checkboxProps,emits:checkboxEmits,setup(e){const t=e,y=useSlots(),{isFocused:n,isChecked:$,isDisabled:k,checkboxButtonSize:L,model:j,actualValue:V,handleChange:z}=useCheckbox(t,y),re=inject(checkboxGroupContextKey,void 0),oe=useNamespace("checkbox"),ue=computed(()=>{var _e,Ne,Ue,$e;const Ve=(Ne=(_e=re==null?void 0:re.fill)==null?void 0:_e.value)!=null?Ne:"";return{backgroundColor:Ve,borderColor:Ve,color:($e=(Ue=re==null?void 0:re.textColor)==null?void 0:Ue.value)!=null?$e:"",boxShadow:Ve?`-1px 0 0 0 ${Ve}`:void 0}}),de=computed(()=>[oe.b("button"),oe.bm("button",L.value),oe.is("disabled",k.value),oe.is("checked",$.value),oe.is("focus",n.value)]);return(_e,Ne)=>{var Ue,$e;return openBlock(),createElementBlock("label",{class:normalizeClass(unref(de))},[_e.trueValue||_e.falseValue||_e.trueLabel||_e.falseLabel?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":Ve=>isRef(j)?j.value=Ve:null,class:normalizeClass(unref(oe).be("button","original")),type:"checkbox",name:_e.name,tabindex:_e.tabindex,disabled:unref(k),"true-value":(Ue=_e.trueValue)!=null?Ue:_e.trueLabel,"false-value":($e=_e.falseValue)!=null?$e:_e.falseLabel,onChange:unref(z),onFocus:Ve=>n.value=!0,onBlur:Ve=>n.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","name","tabindex","disabled","true-value","false-value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(j)]]):withDirectives((openBlock(),createElementBlock("input",{key:1,"onUpdate:modelValue":Ve=>isRef(j)?j.value=Ve:null,class:normalizeClass(unref(oe).be("button","original")),type:"checkbox",name:_e.name,tabindex:_e.tabindex,disabled:unref(k),value:unref(V),onChange:unref(z),onFocus:Ve=>n.value=!0,onBlur:Ve=>n.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","name","tabindex","disabled","value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(j)]]),_e.$slots.default||_e.label?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass(unref(oe).be("button","inner")),style:normalizeStyle(unref($)?unref(ue):void 0)},[renderSlot(_e.$slots,"default",{},()=>[createTextVNode(toDisplayString(_e.label),1)])],6)):createCommentVNode("v-if",!0)],2)}}});var CheckboxButton=_export_sfc$1(_sfc_main$2l,[["__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]:e=>isArray$4(e),change:e=>isArray$4(e)},__default__$1k=defineComponent({name:"ElCheckboxGroup"}),_sfc_main$2k=defineComponent({...__default__$1k,props:checkboxGroupProps,emits:checkboxGroupEmits,setup(e,{emit:t}){const y=e,n=useNamespace("checkbox"),{formItem:$}=useFormItem(),{inputId:k,isLabeledByFormItem:L}=useFormItemInputId(y,{formItemContext:$}),j=async z=>{t(UPDATE_MODEL_EVENT,z),await nextTick$3(),t("change",z)},V=computed({get(){return y.modelValue},set(z){j(z)}});return provide(checkboxGroupContextKey,{...pick(toRefs(y),["size","min","max","disabled","validateEvent","fill","textColor"]),modelValue:V,changeEvent:j}),watch(()=>y.modelValue,()=>{y.validateEvent&&($==null||$.validate("change").catch(z=>void 0))}),(z,re)=>{var oe;return openBlock(),createBlock(resolveDynamicComponent(z.tag),{id:unref(k),class:normalizeClass(unref(n).b("group")),role:"group","aria-label":unref(L)?void 0:z.ariaLabel||"checkbox-group","aria-labelledby":unref(L)?(oe=unref($))==null?void 0:oe.labelId:void 0},{default:withCtx(()=>[renderSlot(z.$slots,"default")]),_:3},8,["id","class","aria-label","aria-labelledby"])}}});var CheckboxGroup=_export_sfc$1(_sfc_main$2k,[["__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]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e),[CHANGE_EVENT]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e)},radioGroupKey=Symbol("radioGroupKey"),useRadio=(e,t)=>{const y=ref$1(),n=inject(radioGroupKey,void 0),$=computed(()=>!!n),k=computed(()=>isPropAbsent(e.value)?e.label:e.value),L=computed({get(){return $.value?n.modelValue:e.modelValue},set(oe){$.value?n.changeEvent(oe):t&&t(UPDATE_MODEL_EVENT,oe),y.value.checked=e.modelValue===k.value}}),j=useFormSize(computed(()=>n==null?void 0:n.size)),V=useFormDisabled(computed(()=>n==null?void 0:n.disabled)),z=ref$1(!1),re=computed(()=>V.value||$.value&&L.value!==k.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(()=>$.value&&isPropAbsent(e.value))),{radioRef:y,isGroup:$,radioGroup:n,focus:z,size:j,disabled:V,tabIndex:re,modelValue:L,actualValue:k}},__default__$1j=defineComponent({name:"ElRadio"}),_sfc_main$2j=defineComponent({...__default__$1j,props:radioProps,emits:radioEmits,setup(e,{emit:t}){const y=e,n=useNamespace("radio"),{radioRef:$,radioGroup:k,focus:L,size:j,disabled:V,modelValue:z,actualValue:re}=useRadio(y,t);function oe(){nextTick$3(()=>t("change",z.value))}return(ue,de)=>{var _e;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(n).b(),unref(n).is("disabled",unref(V)),unref(n).is("focus",unref(L)),unref(n).is("bordered",ue.border),unref(n).is("checked",unref(z)===unref(re)),unref(n).m(unref(j))])},[createBaseVNode("span",{class:normalizeClass([unref(n).e("input"),unref(n).is("disabled",unref(V)),unref(n).is("checked",unref(z)===unref(re))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:$,"onUpdate:modelValue":Ne=>isRef(z)?z.value=Ne:null,class:normalizeClass(unref(n).e("original")),value:unref(re),name:ue.name||((_e=unref(k))==null?void 0:_e.name),disabled:unref(V),checked:unref(z)===unref(re),type:"radio",onFocus:Ne=>L.value=!0,onBlur:Ne=>L.value=!1,onChange:oe,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","checked","onFocus","onBlur","onClick"]),[[vModelRadio,unref(z)]]),createBaseVNode("span",{class:normalizeClass(unref(n).e("inner"))},null,2)],2),createBaseVNode("span",{class:normalizeClass(unref(n).e("label")),onKeydown:withModifiers(()=>{},["stop"])},[renderSlot(ue.$slots,"default",{},()=>[createTextVNode(toDisplayString(ue.label),1)])],42,["onKeydown"])],2)}}});var Radio=_export_sfc$1(_sfc_main$2j,[["__file","radio.vue"]]);const radioButtonProps=buildProps({...radioPropsBase}),__default__$1i=defineComponent({name:"ElRadioButton"}),_sfc_main$2i=defineComponent({...__default__$1i,props:radioButtonProps,setup(e){const t=e,y=useNamespace("radio"),{radioRef:n,focus:$,size:k,disabled:L,modelValue:j,radioGroup:V,actualValue:z}=useRadio(t),re=computed(()=>({backgroundColor:(V==null?void 0:V.fill)||"",borderColor:(V==null?void 0:V.fill)||"",boxShadow:V!=null&&V.fill?`-1px 0 0 0 ${V.fill}`:"",color:(V==null?void 0:V.textColor)||""}));return(oe,ue)=>{var de;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(y).b("button"),unref(y).is("active",unref(j)===unref(z)),unref(y).is("disabled",unref(L)),unref(y).is("focus",unref($)),unref(y).bm("button",unref(k))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:n,"onUpdate:modelValue":_e=>isRef(j)?j.value=_e:null,class:normalizeClass(unref(y).be("button","original-radio")),value:unref(z),type:"radio",name:oe.name||((de=unref(V))==null?void 0:de.name),disabled:unref(L),onFocus:_e=>$.value=!0,onBlur:_e=>$.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","onFocus","onBlur","onClick"]),[[vModelRadio,unref(j)]]),createBaseVNode("span",{class:normalizeClass(unref(y).be("button","inner")),style:normalizeStyle(unref(j)===unref(z)?unref(re):{}),onKeydown:withModifiers(()=>{},["stop"])},[renderSlot(oe.$slots,"default",{},()=>[createTextVNode(toDisplayString(oe.label),1)])],46,["onKeydown"])],2)}}});var RadioButton=_export_sfc$1(_sfc_main$2i,[["__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$2h=defineComponent({...__default__$1h,props:radioGroupProps,emits:radioGroupEmits,setup(e,{emit:t}){const y=e,n=useNamespace("radio"),$=useId(),k=ref$1(),{formItem:L}=useFormItem(),{inputId:j,isLabeledByFormItem:V}=useFormItemInputId(y,{formItemContext:L}),z=oe=>{t(UPDATE_MODEL_EVENT,oe),nextTick$3(()=>t("change",oe))};onMounted(()=>{const oe=k.value.querySelectorAll("[type=radio]"),ue=oe[0];!Array.from(oe).some(de=>de.checked)&&ue&&(ue.tabIndex=0)});const re=computed(()=>y.name||$.value);return provide(radioGroupKey,reactive({...toRefs(y),changeEvent:z,name:re})),watch(()=>y.modelValue,()=>{y.validateEvent&&(L==null||L.validate("change").catch(oe=>void 0))}),(oe,ue)=>(openBlock(),createElementBlock("div",{id:unref(j),ref_key:"radioGroupRef",ref:k,class:normalizeClass(unref(n).b("group")),role:"radiogroup","aria-label":unref(V)?void 0:oe.ariaLabel||"radio-group","aria-labelledby":unref(V)?unref(L).labelId:void 0},[renderSlot(oe.$slots,"default")],10,["id","aria-label","aria-labelledby"]))}});var RadioGroup=_export_sfc$1(_sfc_main$2h,[["__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:e}=this,{node:t,panel:y}=this.$parent,{data:n,label:$}=t,{renderLabelFn:k}=y;return h$1("span",{class:e.e("label")},k?k({node:t,data:n}):$)}});const CASCADER_PANEL_INJECTION_KEY=Symbol(),_sfc_main$2g=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(e,{emit:t}){const y=inject(CASCADER_PANEL_INJECTION_KEY),n=useNamespace("cascader-node"),$=computed(()=>y.isHoverMenu),k=computed(()=>y.config.multiple),L=computed(()=>y.config.checkStrictly),j=computed(()=>{var ir;return(ir=y.checkedNodes[0])==null?void 0:ir.uid}),V=computed(()=>e.node.isDisabled),z=computed(()=>e.node.isLeaf),re=computed(()=>L.value&&!z.value||!V.value),oe=computed(()=>de(y.expandingNode)),ue=computed(()=>L.value&&y.checkedNodes.some(de)),de=ir=>{var dr;const{level:cr,uid:nr}=e.node;return((dr=ir==null?void 0:ir.pathNodes[cr-1])==null?void 0:dr.uid)===nr},_e=()=>{oe.value||y.expandNode(e.node)},Ne=ir=>{const{node:dr}=e;ir!==dr.checked&&y.handleCheckChange(dr,ir)},Ue=()=>{y.lazyLoad(e.node,()=>{z.value||_e()})},$e=ir=>{$.value&&(Ve(),!z.value&&t("expand",ir))},Ve=()=>{const{node:ir}=e;!re.value||ir.loading||(ir.loaded?_e():Ue())},Fe=()=>{$.value&&!z.value||(z.value&&!V.value&&!L.value&&!k.value?er(!0):Ve())},qe=ir=>{L.value?(Ne(ir),e.node.loaded&&_e()):er(ir)},er=ir=>{e.node.loaded?(Ne(ir),!L.value&&_e()):Ue()};return{panel:y,isHoverMenu:$,multiple:k,checkStrictly:L,checkedNodeId:j,isDisabled:V,isLeaf:z,expandable:re,inExpandingPath:oe,inCheckedPath:ue,ns:n,handleHoverExpand:$e,handleExpand:Ve,handleClick:Fe,handleCheck:er,handleSelectCheck:qe}}});function _sfc_render$t(e,t,y,n,$,k){const L=resolveComponent("el-checkbox"),j=resolveComponent("el-radio"),V=resolveComponent("check"),z=resolveComponent("el-icon"),re=resolveComponent("node-content"),oe=resolveComponent("loading"),ue=resolveComponent("arrow-right");return openBlock(),createElementBlock("li",{id:`${e.menuId}-${e.node.uid}`,role:"menuitem","aria-haspopup":!e.isLeaf,"aria-owns":e.isLeaf?null:e.menuId,"aria-expanded":e.inExpandingPath,tabindex:e.expandable?-1:void 0,class:normalizeClass([e.ns.b(),e.ns.is("selectable",e.checkStrictly),e.ns.is("active",e.node.checked),e.ns.is("disabled",!e.expandable),e.inExpandingPath&&"in-active-path",e.inCheckedPath&&"in-checked-path"]),onMouseenter:e.handleHoverExpand,onFocus:e.handleHoverExpand,onClick:e.handleClick},[createCommentVNode(" prefix "),e.multiple?(openBlock(),createBlock(L,{key:0,"model-value":e.node.checked,indeterminate:e.node.indeterminate,disabled:e.isDisabled,onClick:withModifiers(()=>{},["stop"]),"onUpdate:modelValue":e.handleSelectCheck},null,8,["model-value","indeterminate","disabled","onClick","onUpdate:modelValue"])):e.checkStrictly?(openBlock(),createBlock(j,{key:1,"model-value":e.checkedNodeId,label:e.node.uid,disabled:e.isDisabled,"onUpdate:modelValue":e.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"])):e.isLeaf&&e.node.checked?(openBlock(),createBlock(z,{key:2,class:normalizeClass(e.ns.e("prefix"))},{default:withCtx(()=>[createVNode(V)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createCommentVNode(" content "),createVNode(re),createCommentVNode(" postfix "),e.isLeaf?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:3},[e.node.loading?(openBlock(),createBlock(z,{key:0,class:normalizeClass([e.ns.is("loading"),e.ns.e("postfix")])},{default:withCtx(()=>[createVNode(oe)]),_:1},8,["class"])):(openBlock(),createBlock(z,{key:1,class:normalizeClass(["arrow-right",e.ns.e("postfix")])},{default:withCtx(()=>[createVNode(ue)]),_:1},8,["class"]))],64))],42,["id","aria-haspopup","aria-owns","aria-expanded","tabindex","onMouseenter","onFocus","onClick"])}var ElCascaderNode=_export_sfc$1(_sfc_main$2g,[["render",_sfc_render$t],["__file","node.vue"]]);const _sfc_main$2f=defineComponent({name:"ElCascaderMenu",components:{Loading:loading_default,ElIcon,ElScrollbar,ElCascaderNode},props:{nodes:{type:Array,required:!0},index:{type:Number,required:!0}},setup(e){const t=getCurrentInstance(),y=useNamespace("cascader-menu"),{t:n}=useLocale(),$=useId();let k=null,L=null;const j=inject(CASCADER_PANEL_INJECTION_KEY),V=ref$1(null),z=computed(()=>!e.nodes.length),re=computed(()=>!j.initialLoaded),oe=computed(()=>`${$.value}-${e.index}`),ue=Ue=>{k=Ue.target},de=Ue=>{if(!(!j.isHoverMenu||!k||!V.value))if(k.contains(Ue.target)){_e();const $e=t.vnode.el,{left:Ve}=$e.getBoundingClientRect(),{offsetWidth:Fe,offsetHeight:qe}=$e,er=Ue.clientX-Ve,ir=k.offsetTop,dr=ir+k.offsetHeight;V.value.innerHTML=`
<path style="pointer-events: auto;" fill="transparent" d="M${er} ${ir} L${Fe} 0 V${ir} Z" />
<path style="pointer-events: auto;" fill="transparent" d="M${er} ${dr} L${Fe} ${qe} V${dr} Z" />
`}else L||(L=window.setTimeout(Ne,j.config.hoverThreshold))},_e=()=>{L&&(clearTimeout(L),L=null)},Ne=()=>{V.value&&(V.value.innerHTML="",_e())};return{ns:y,panel:j,hoverZone:V,isEmpty:z,isLoading:re,menuId:oe,t:n,handleExpand:ue,handleMouseMove:de,clearHoverZone:Ne}}});function _sfc_render$s(e,t,y,n,$,k){const L=resolveComponent("el-cascader-node"),j=resolveComponent("loading"),V=resolveComponent("el-icon"),z=resolveComponent("el-scrollbar");return openBlock(),createBlock(z,{key:e.menuId,tag:"ul",role:"menu",class:normalizeClass(e.ns.b()),"wrap-class":e.ns.e("wrap"),"view-class":[e.ns.e("list"),e.ns.is("empty",e.isEmpty)],onMousemove:e.handleMouseMove,onMouseleave:e.clearHoverZone},{default:withCtx(()=>{var re;return[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.nodes,oe=>(openBlock(),createBlock(L,{key:oe.uid,node:oe,"menu-id":e.menuId,onExpand:e.handleExpand},null,8,["node","menu-id","onExpand"]))),128)),e.isLoading?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.e("empty-text"))},[createVNode(V,{size:"14",class:normalizeClass(e.ns.is("loading"))},{default:withCtx(()=>[createVNode(j)]),_:1},8,["class"]),createTextVNode(" "+toDisplayString(e.t("el.cascader.loading")),1)],2)):e.isEmpty?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.e("empty-text"))},toDisplayString(e.t("el.cascader.noData")),3)):(re=e.panel)!=null&&re.isHoverMenu?(openBlock(),createElementBlock("svg",{key:2,ref:"hoverZone",class:normalizeClass(e.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$2f,[["render",_sfc_render$s],["__file","menu.vue"]]);let uid=0;const calculatePathNodes=e=>{const t=[e];let{parent:y}=e;for(;y;)t.unshift(y),y=y.parent;return t};let Node$2=class t1{constructor(t,y,n,$=!1){this.data=t,this.config=y,this.parent=n,this.root=$,this.uid=uid++,this.checked=!1,this.indeterminate=!1,this.loading=!1;const{value:k,label:L,children:j}=y,V=t[j],z=calculatePathNodes(this);this.level=$?0:n?n.level+1:1,this.value=t[k],this.label=t[L],this.pathNodes=z,this.pathValues=z.map(re=>re.value),this.pathLabels=z.map(re=>re.label),this.childrenData=V,this.children=(V||[]).map(re=>new t1(re,y,this)),this.loaded=!y.lazy||this.isLeaf||!isEmpty(V)}get isDisabled(){const{data:t,parent:y,config:n}=this,{disabled:$,checkStrictly:k}=n;return(isFunction$5($)?$(t,this):!!t[$])||!k&&(y==null?void 0:y.isDisabled)}get isLeaf(){const{data:t,config:y,childrenData:n,loaded:$}=this,{lazy:k,leaf:L}=y,j=isFunction$5(L)?L(t,this):t[L];return isUndefined$2(j)?k&&!$?!1:!(Array.isArray(n)&&n.length):!!j}get valueByOption(){return this.config.emitPath?this.pathValues:this.value}appendChild(t){const{childrenData:y,children:n}=this,$=new t1(t,this.config,this);return Array.isArray(y)?y.push(t):this.childrenData=[t],n.push($),$}calcText(t,y){const n=t?this.pathLabels.join(y):this.label;return this.text=n,n}broadcast(t,...y){const n=`onParent${capitalize(t)}`;this.children.forEach($=>{$&&($.broadcast(t,...y),$[n]&&$[n](...y))})}emit(t,...y){const{parent:n}=this,$=`onChild${capitalize(t)}`;n&&(n[$]&&n[$](...y),n.emit(t,...y))}onParentCheck(t){this.isDisabled||this.setCheckState(t)}onChildCheck(){const{children:t}=this,y=t.filter($=>!$.isDisabled),n=y.length?y.every($=>$.checked):!1;this.setCheckState(n)}setCheckState(t){const y=this.children.length,n=this.children.reduce(($,k)=>{const L=k.checked?1:k.indeterminate?.5:0;return $+L},0);this.checked=this.loaded&&this.children.filter($=>!$.isDisabled).every($=>$.loaded&&$.checked)&&t,this.indeterminate=this.loaded&&n!==y&&n>0}doCheck(t){if(this.checked===t)return;const{checkStrictly:y,multiple:n}=this.config;y||!n?this.checked=t:(this.broadcast("check",t),this.setCheckState(t),this.emit("check"))}};const flatNodes=(e,t)=>e.reduce((y,n)=>(n.isLeaf?y.push(n):(!t&&y.push(n),y=y.concat(flatNodes(n.children,t))),y),[]);let Store$1=class{constructor(t,y){this.config=y;const n=(t||[]).map($=>new Node$2($,this.config));this.nodes=n,this.allNodes=flatNodes(n,!1),this.leafNodes=flatNodes(n,!0)}getNodes(){return this.nodes}getFlattedNodes(t){return t?this.leafNodes:this.allNodes}appendNode(t,y){const n=y?y.appendChild(t):new Node$2(t,this.config);y||this.nodes.push(n),this.allNodes.push(n),n.isLeaf&&this.leafNodes.push(n)}appendNodes(t,y){t.forEach(n=>this.appendNode(n,y))}getNodeByValue(t,y=!1){return!t&&t!==0?null:this.getFlattedNodes(y).find($=>isEqual$1($.value,t)||isEqual$1($.pathValues,t))||null}getSameNode(t){return t&&this.getFlattedNodes(!1).find(({value:n,level:$})=>isEqual$1(t.value,n)&&t.level===$)||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=e=>computed(()=>({...DefaultProps,...e.props})),getMenuIndex=e=>{if(!e)return 0;const t=e.id.split("-");return Number(t[t.length-2])},checkNode=e=>{if(!e)return;const t=e.querySelector("input");t?t.click():isLeaf(e)&&e.click()},sortByOriginalOrder=(e,t)=>{const y=t.slice(0),n=y.map(k=>k.uid),$=e.reduce((k,L)=>{const j=n.indexOf(L.uid);return j>-1&&(k.push(L),y.splice(j,1),n.splice(j,1)),k},[]);return $.push(...y),$},_sfc_main$2e=defineComponent({name:"ElCascaderPanel",components:{ElCascaderMenu},props:{...CommonProps,border:{type:Boolean,default:!0},renderLabel:Function},emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"close","expand-change"],setup(e,{emit:t,slots:y}){let n=!1;const $=useNamespace("cascader"),k=useCascaderConfig(e);let L=null;const j=ref$1(!0),V=ref$1([]),z=ref$1(null),re=ref$1([]),oe=ref$1(null),ue=ref$1([]),de=computed(()=>k.value.expandTrigger==="hover"),_e=computed(()=>e.renderLabel||y.default),Ne=()=>{const{options:ie}=e,pe=k.value;n=!1,L=new Store$1(ie,pe),re.value=[L.getNodes()],pe.lazy&&isEmpty(e.options)?(j.value=!1,Ue(void 0,Ce=>{Ce&&(L=new Store$1(Ce,pe),re.value=[L.getNodes()]),j.value=!0,cr(!1,!0)})):cr(!1,!0)},Ue=(ie,pe)=>{const Ce=k.value;ie=ie||new Node$2({},Ce,void 0,!0),ie.loading=!0;const Ie=jt=>{const ar=ie,ur=ar.root?null:ar;jt&&(L==null||L.appendNodes(jt,ur)),ar.loading=!1,ar.loaded=!0,ar.childrenData=ar.childrenData||[],pe&&pe(jt)};Ce.lazyLoad(ie,Ie)},$e=(ie,pe)=>{var Ce;const{level:Ie}=ie,jt=re.value.slice(0,Ie);let ar;ie.isLeaf?ar=ie.pathNodes[Ie-2]:(ar=ie,jt.push(ie.children)),((Ce=oe.value)==null?void 0:Ce.uid)!==(ar==null?void 0:ar.uid)&&(oe.value=ie,re.value=jt,!pe&&t("expand-change",(ie==null?void 0:ie.pathValues)||[]))},Ve=(ie,pe,Ce=!0)=>{const{checkStrictly:Ie,multiple:jt}=k.value,ar=ue.value[0];n=!0,!jt&&(ar==null||ar.doCheck(!1)),ie.doCheck(pe),dr(),Ce&&!jt&&!Ie&&t("close"),!Ce&&!jt&&!Ie&&Fe(ie)},Fe=ie=>{ie&&(ie=ie.parent,Fe(ie),ie&&$e(ie))},qe=ie=>L==null?void 0:L.getFlattedNodes(ie),er=ie=>{var pe;return(pe=qe(ie))==null?void 0:pe.filter(Ce=>Ce.checked!==!1)},ir=()=>{ue.value.forEach(ie=>ie.doCheck(!1)),dr(),re.value=re.value.slice(0,1),oe.value=null,t("expand-change",[])},dr=()=>{var ie;const{checkStrictly:pe,multiple:Ce}=k.value,Ie=ue.value,jt=er(!pe),ar=sortByOriginalOrder(Ie,jt),ur=ar.map(kt=>kt.valueByOption);ue.value=ar,z.value=Ce?ur:(ie=ur[0])!=null?ie:null},cr=(ie=!1,pe=!1)=>{const{modelValue:Ce}=e,{lazy:Ie,multiple:jt,checkStrictly:ar}=k.value,ur=!ar;if(!(!j.value||n||!pe&&isEqual$1(Ce,z.value)))if(Ie&&!ie){const he=unique(flattenDeep(castArray(Ce))).map(tr=>L==null?void 0:L.getNodeByValue(tr)).filter(tr=>!!tr&&!tr.loaded&&!tr.loading);he.length?he.forEach(tr=>{Ue(tr,()=>cr(!1,pe))}):cr(!0,pe)}else{const kt=jt?castArray(Ce):[Ce],he=unique(kt.map(tr=>L==null?void 0:L.getNodeByValue(tr,ur)));nr(he,pe),z.value=cloneDeep(Ce)}},nr=(ie,pe=!0)=>{const{checkStrictly:Ce}=k.value,Ie=ue.value,jt=ie.filter(kt=>!!kt&&(Ce||kt.isLeaf)),ar=L==null?void 0:L.getSameNode(oe.value),ur=pe&&ar||jt[0];ur?ur.pathNodes.forEach(kt=>$e(kt,!0)):oe.value=null,Ie.forEach(kt=>kt.doCheck(!1)),reactive(jt).forEach(kt=>kt.doCheck(!0)),ue.value=jt,nextTick$3(lr)},lr=()=>{isClient&&V.value.forEach(ie=>{const pe=ie==null?void 0:ie.$el;if(pe){const Ce=pe.querySelector(`.${$.namespace.value}-scrollbar__wrap`),Ie=pe.querySelector(`.${$.b("node")}.${$.is("active")}`)||pe.querySelector(`.${$.b("node")}.in-active-path`);scrollIntoView(Ce,Ie)}})},Et=ie=>{const pe=ie.target,{code:Ce}=ie;switch(Ce){case EVENT_CODE.up:case EVENT_CODE.down:{ie.preventDefault();const Ie=Ce===EVENT_CODE.up?-1:1;focusNode(getSibling(pe,Ie,`.${$.b("node")}[tabindex="-1"]`));break}case EVENT_CODE.left:{ie.preventDefault();const Ie=V.value[getMenuIndex(pe)-1],jt=Ie==null?void 0:Ie.$el.querySelector(`.${$.b("node")}[aria-expanded="true"]`);focusNode(jt);break}case EVENT_CODE.right:{ie.preventDefault();const Ie=V.value[getMenuIndex(pe)+1],jt=Ie==null?void 0:Ie.$el.querySelector(`.${$.b("node")}[tabindex="-1"]`);focusNode(jt);break}case EVENT_CODE.enter:checkNode(pe);break}};return provide(CASCADER_PANEL_INJECTION_KEY,reactive({config:k,expandingNode:oe,checkedNodes:ue,isHoverMenu:de,initialLoaded:j,renderLabelFn:_e,lazyLoad:Ue,expandNode:$e,handleCheckChange:Ve})),watch([k,()=>e.options],Ne,{deep:!0,immediate:!0}),watch(()=>e.modelValue,()=>{n=!1,cr()},{deep:!0}),watch(()=>z.value,ie=>{isEqual$1(ie,e.modelValue)||(t(UPDATE_MODEL_EVENT,ie),t(CHANGE_EVENT,ie))}),onBeforeUpdate(()=>V.value=[]),onMounted(()=>!isEmpty(e.modelValue)&&cr()),{ns:$,menuList:V,menus:re,checkedNodes:ue,handleKeyDown:Et,handleCheckChange:Ve,getFlattedNodes:qe,getCheckedNodes:er,clearCheckedNodes:ir,calculateCheckedValue:dr,scrollToExpandingNode:lr}}});function _sfc_render$r(e,t,y,n,$,k){const L=resolveComponent("el-cascader-menu");return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b("panel"),e.ns.is("bordered",e.border)]),onKeydown:e.handleKeyDown},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.menus,(j,V)=>(openBlock(),createBlock(L,{key:V,ref_for:!0,ref:z=>e.menuList[V]=z,index:V,nodes:[...j]},null,8,["index","nodes"]))),128))],42,["onKeydown"])}var CascaderPanel=_export_sfc$1(_sfc_main$2e,[["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:e=>e instanceof MouseEvent,click:e=>e instanceof MouseEvent},__default__$1g=defineComponent({name:"ElTag"}),_sfc_main$2d=defineComponent({...__default__$1g,props:tagProps,emits:tagEmits,setup(e,{emit:t}){const y=e,n=useFormSize(),$=useNamespace("tag"),k=computed(()=>{const{type:V,hit:z,effect:re,closable:oe,round:ue}=y;return[$.b(),$.is("closable",oe),$.m(V||"primary"),$.m(n.value),$.m(re),$.is("hit",z),$.is("round",ue)]}),L=V=>{t("close",V)},j=V=>{t("click",V)};return(V,z)=>V.disableTransitions?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(k)),style:normalizeStyle({backgroundColor:V.color}),onClick:j},[createBaseVNode("span",{class:normalizeClass(unref($).e("content"))},[renderSlot(V.$slots,"default")],2),V.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("close")),onClick:withModifiers(L,["stop"])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],6)):(openBlock(),createBlock(Transition,{key:1,name:`${unref($).namespace.value}-zoom-in-center`,appear:""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(unref(k)),style:normalizeStyle({backgroundColor:V.color}),onClick:j},[createBaseVNode("span",{class:normalizeClass(unref($).e("content"))},[renderSlot(V.$slots,"default")],2),V.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("close")),onClick:withModifiers(L,["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$2d,[["__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:(e,t)=>e.text.includes(t)},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},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]:e=>!0,[CHANGE_EVENT]:e=>!0,focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,visibleChange:e=>isBoolean$3(e),expandChange:e=>!!e,removeTag:e=>!!e},COMPONENT_NAME$e="ElCascader",__default__$1f=defineComponent({name:COMPONENT_NAME$e}),_sfc_main$2c=defineComponent({...__default__$1f,props:cascaderProps,emits:cascaderEmits,setup(e,{expose:t,emit:y}){const n=e,$={modifiers:[{name:"arrowPosition",enabled:!0,phase:"main",fn:({state:Nn})=>{const{modifiersData:Sa,placement:Li}=Nn;["right","left","bottom","top"].includes(Li)||(Sa.arrow.x=35)},requires:["arrow"]}]},k=useAttrs$1();let L=0,j=0;const V=useNamespace("cascader"),z=useNamespace("input"),{t:re}=useLocale(),{form:oe,formItem:ue}=useFormItem(),{valueOnClear:de}=useEmptyValues(n),{isComposing:_e,handleComposition:Ne}=useComposition({afterComposition(Nn){var Sa;const Li=(Sa=Nn.target)==null?void 0:Sa.value;Ur(Li)}}),Ue=ref$1(null),$e=ref$1(null),Ve=ref$1(null),Fe=ref$1(null),qe=ref$1(null),er=ref$1(!1),ir=ref$1(!1),dr=ref$1(!1),cr=ref$1(!1),nr=ref$1(""),lr=ref$1(""),Et=ref$1([]),ie=ref$1([]),pe=ref$1([]),Ce=computed(()=>k.style),Ie=computed(()=>n.disabled||(oe==null?void 0:oe.disabled)),jt=computed(()=>n.placeholder||re("el.cascader.placeholder")),ar=computed(()=>lr.value||Et.value.length>0||_e.value?"":jt.value),ur=useFormSize(),kt=computed(()=>["small"].includes(ur.value)?"small":"default"),he=computed(()=>!!n.props.multiple),tr=computed(()=>!n.filterable||he.value),gr=computed(()=>he.value?lr.value:nr.value),_r=computed(()=>{var Nn;return((Nn=Fe.value)==null?void 0:Nn.checkedNodes)||[]}),yr=computed(()=>!n.clearable||Ie.value||dr.value||!ir.value?!1:!!_r.value.length),xr=computed(()=>{const{showAllLevels:Nn,separator:Sa}=n,Li=_r.value;return Li.length?he.value?"":Li[0].calcText(Nn,Sa):""}),Nr=computed(()=>(ue==null?void 0:ue.validateState)||""),Tr=computed({get(){return cloneDeep(n.modelValue)},set(Nn){const Sa=Nn??de.value;y(UPDATE_MODEL_EVENT,Sa),y(CHANGE_EVENT,Sa),n.validateEvent&&(ue==null||ue.validate("change").catch(Li=>void 0))}}),Sr=computed(()=>[V.b(),V.m(ur.value),V.is("disabled",Ie.value),k.class]),Ar=computed(()=>[z.e("icon"),"icon-arrow-down",V.is("reverse",er.value)]),Fr=computed(()=>V.is("focus",er.value||cr.value)),Gr=computed(()=>{var Nn,Sa;return(Sa=(Nn=Ue.value)==null?void 0:Nn.popperRef)==null?void 0:Sa.contentRef}),Vr=Nn=>{var Sa,Li,ca;Ie.value||(Nn=Nn??!er.value,Nn!==er.value&&(er.value=Nn,(Li=(Sa=$e.value)==null?void 0:Sa.input)==null||Li.setAttribute("aria-expanded",`${Nn}`),Nn?(Dr(),nextTick$3((ca=Fe.value)==null?void 0:ca.scrollToExpandingNode)):n.filterable&&Vi(),y("visibleChange",Nn)))},Dr=()=>{nextTick$3(()=>{var Nn;(Nn=Ue.value)==null||Nn.updatePopper()})},Ir=()=>{dr.value=!1},Br=Nn=>{const{showAllLevels:Sa,separator:Li}=n;return{node:Nn,key:Nn.uid,text:Nn.calcText(Sa,Li),hitState:!1,closable:!Ie.value&&!Nn.isDisabled,isCollapseTag:!1}},Rr=Nn=>{var Sa;const Li=Nn.node;Li.doCheck(!1),(Sa=Fe.value)==null||Sa.calculateCheckedValue(),y("removeTag",Li.valueByOption)},Lr=()=>{if(!he.value)return;const Nn=_r.value,Sa=[],Li=[];if(Nn.forEach(ca=>Li.push(Br(ca))),ie.value=Li,Nn.length){Nn.slice(0,n.maxCollapseTags).forEach(zn=>Sa.push(Br(zn)));const ca=Nn.slice(n.maxCollapseTags),fo=ca.length;fo&&(n.collapseTags?Sa.push({key:-1,text:`+ ${fo}`,closable:!1,isCollapseTag:!0}):ca.forEach(zn=>Sa.push(Br(zn))))}Et.value=Sa},$r=()=>{var Nn,Sa;const{filterMethod:Li,showAllLevels:ca,separator:fo}=n,zn=(Sa=(Nn=Fe.value)==null?void 0:Nn.getFlattedNodes(!n.props.checkStrictly))==null?void 0:Sa.filter(ki=>ki.isDisabled?!1:(ki.calcText(ca,fo),Li(ki,gr.value)));he.value&&(Et.value.forEach(ki=>{ki.hitState=!1}),ie.value.forEach(ki=>{ki.hitState=!1})),dr.value=!0,pe.value=zn,Dr()},jr=()=>{var Nn;let Sa;dr.value&&qe.value?Sa=qe.value.$el.querySelector(`.${V.e("suggestion-item")}`):Sa=(Nn=Fe.value)==null?void 0:Nn.$el.querySelector(`.${V.b("node")}[tabindex="-1"]`),Sa&&(Sa.focus(),!dr.value&&Sa.click())},vn=()=>{var Nn,Sa;const Li=(Nn=$e.value)==null?void 0:Nn.input,ca=Ve.value,fo=(Sa=qe.value)==null?void 0:Sa.$el;if(!(!isClient||!Li)){if(fo){const zn=fo.querySelector(`.${V.e("suggestion-list")}`);zn.style.minWidth=`${Li.offsetWidth}px`}if(ca){const{offsetHeight:zn}=ca,ki=Et.value.length>0?`${Math.max(zn+6,L)}px`:`${L}px`;Li.style.height=ki,Dr()}}},Kr=Nn=>{var Sa;return(Sa=Fe.value)==null?void 0:Sa.getCheckedNodes(Nn)},kr=Nn=>{Dr(),y("expandChange",Nn)},Qr=Nn=>{if(!_e.value)switch(Nn.code){case EVENT_CODE.enter:Vr();break;case EVENT_CODE.down:Vr(!0),nextTick$3(jr),Nn.preventDefault();break;case EVENT_CODE.esc:er.value===!0&&(Nn.preventDefault(),Nn.stopPropagation(),Vr(!1));break;case EVENT_CODE.tab:Vr(!1);break}},Zr=()=>{var Nn;(Nn=Fe.value)==null||Nn.clearCheckedNodes(),!er.value&&n.filterable&&Vi(),Vr(!1),y("clear")},Vi=()=>{const{value:Nn}=xr;nr.value=Nn,lr.value=Nn},To=Nn=>{var Sa,Li;const{checked:ca}=Nn;he.value?(Sa=Fe.value)==null||Sa.handleCheckChange(Nn,!ca,!1):(!ca&&((Li=Fe.value)==null||Li.handleCheckChange(Nn,!0,!1)),Vr(!1))},oa=Nn=>{const Sa=Nn.target,{code:Li}=Nn;switch(Li){case EVENT_CODE.up:case EVENT_CODE.down:{const ca=Li===EVENT_CODE.up?-1:1;focusNode(getSibling(Sa,ca,`.${V.e("suggestion-item")}[tabindex="-1"]`));break}case EVENT_CODE.enter:Sa.click();break}},Ba=()=>{const Nn=Et.value,Sa=Nn[Nn.length-1];j=lr.value?0:j+1,!(!Sa||!j||n.collapseTags&&Nn.length>1)&&(Sa.hitState?Rr(Sa):Sa.hitState=!0)},rs=Nn=>{const Sa=Nn.target,Li=V.e("search-input");Sa.className===Li&&(cr.value=!0),y("focus",Nn)},Mn=Nn=>{cr.value=!1,y("blur",Nn)},Wr=debounce(()=>{const{value:Nn}=gr;if(!Nn)return;const Sa=n.beforeFilter(Nn);isPromise(Sa)?Sa.then($r).catch(()=>{}):Sa!==!1?$r():Ir()},n.debounce),Ur=(Nn,Sa)=>{!er.value&&Vr(!0),!(Sa!=null&&Sa.isComposing)&&(Nn?Wr():Ir())},Sn=Nn=>Number.parseFloat(useCssVar(z.cssVarName("input-height"),Nn).value)-2;return watch(dr,Dr),watch([_r,Ie,()=>n.collapseTags],Lr),watch(Et,()=>{nextTick$3(()=>vn())}),watch(ur,async()=>{await nextTick$3();const Nn=$e.value.input;L=Sn(Nn)||L,vn()}),watch(xr,Vi,{immediate:!0}),onMounted(()=>{const Nn=$e.value.input,Sa=Sn(Nn);L=Nn.offsetHeight||Sa,useResizeObserver(Nn,vn)}),t({getCheckedNodes:Kr,cascaderPanelRef:Fe,togglePopperVisible:Vr,contentRef:Gr}),(Nn,Sa)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"tooltipRef",ref:Ue,visible:er.value,teleported:Nn.teleported,"popper-class":[unref(V).e("dropdown"),Nn.popperClass],"popper-options":$,"fallback-placements":["bottom-start","bottom","top-start","top","right","left"],"stop-popper-mouse-event":!1,"gpu-acceleration":!1,placement:"bottom-start",transition:`${unref(V).namespace.value}-zoom-in-top`,effect:"light",pure:"",persistent:Nn.persistent,onHide:Ir},{default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(unref(Sr)),style:normalizeStyle(unref(Ce)),onClick:()=>Vr(unref(tr)?void 0:!0),onKeydown:Qr,onMouseenter:Li=>ir.value=!0,onMouseleave:Li=>ir.value=!1},[createVNode(unref(ElInput),{ref_key:"input",ref:$e,modelValue:nr.value,"onUpdate:modelValue":Li=>nr.value=Li,placeholder:unref(ar),readonly:unref(tr),disabled:unref(Ie),"validate-event":!1,size:unref(ur),class:normalizeClass(unref(Fr)),tabindex:unref(he)&&Nn.filterable&&!unref(Ie)?-1:void 0,onCompositionstart:unref(Ne),onCompositionupdate:unref(Ne),onCompositionend:unref(Ne),onFocus:rs,onBlur:Mn,onInput:Ur},{suffix:withCtx(()=>[unref(yr)?(openBlock(),createBlock(unref(ElIcon),{key:"clear",class:normalizeClass([unref(z).e("icon"),"icon-circle-close"]),onClick:withModifiers(Zr,["stop"])},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onClick"])):(openBlock(),createBlock(unref(ElIcon),{key:"arrow-down",class:normalizeClass(unref(Ar)),onClick:withModifiers(Li=>Vr(),["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(he)?(openBlock(),createElementBlock("div",{key:0,ref_key:"tagWrapper",ref:Ve,class:normalizeClass([unref(V).e("tags"),unref(V).is("validate",!!unref(Nr))])},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Et.value,Li=>(openBlock(),createBlock(unref(ElTag),{key:Li.key,type:Nn.tagType,size:unref(kt),effect:Nn.tagEffect,hit:Li.hitState,closable:Li.closable,"disable-transitions":"",onClose:ca=>Rr(Li)},{default:withCtx(()=>[Li.isCollapseTag===!1?(openBlock(),createElementBlock("span",{key:0},toDisplayString(Li.text),1)):(openBlock(),createBlock(unref(ElTooltip),{key:1,disabled:er.value||!Nn.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],placement:"bottom",effect:"light"},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(Li.text),1)]),content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(V).e("collapse-tags"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(ie.value.slice(Nn.maxCollapseTags),(ca,fo)=>(openBlock(),createElementBlock("div",{key:fo,class:normalizeClass(unref(V).e("collapse-tag"))},[(openBlock(),createBlock(unref(ElTag),{key:ca.key,class:"in-tooltip",type:Nn.tagType,size:unref(kt),effect:Nn.tagEffect,hit:ca.hitState,closable:ca.closable,"disable-transitions":"",onClose:zn=>Rr(ca)},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(ca.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)),Nn.filterable&&!unref(Ie)?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":Li=>lr.value=Li,type:"text",class:normalizeClass(unref(V).e("search-input")),placeholder:unref(xr)?"":unref(jt),onInput:Li=>Ur(lr.value,Li),onClick:withModifiers(Li=>Vr(!0),["stop"]),onKeydown:withKeys(Ba,["delete"]),onCompositionstart:unref(Ne),onCompositionupdate:unref(Ne),onCompositionend:unref(Ne),onFocus:rs,onBlur:Mn},null,42,["onUpdate:modelValue","placeholder","onInput","onClick","onKeydown","onCompositionstart","onCompositionupdate","onCompositionend"])),[[vModelText,lr.value]]):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],46,["onClick","onMouseenter","onMouseleave"])),[[unref(ClickOutside),()=>Vr(!1),unref(Gr)]])]),content:withCtx(()=>[withDirectives(createVNode(unref(ElCascaderPanel),{ref_key:"cascaderPanelRef",ref:Fe,modelValue:unref(Tr),"onUpdate:modelValue":Li=>isRef(Tr)?Tr.value=Li:null,options:Nn.options,props:n.props,border:!1,"render-label":Nn.$slots.default,onExpandChange:kr,onClose:Li=>Nn.$nextTick(()=>Vr(!1))},null,8,["modelValue","onUpdate:modelValue","options","props","render-label","onClose"]),[[vShow,!dr.value]]),Nn.filterable?withDirectives((openBlock(),createBlock(unref(ElScrollbar),{key:0,ref_key:"suggestionPanel",ref:qe,tag:"ul",class:normalizeClass(unref(V).e("suggestion-panel")),"view-class":unref(V).e("suggestion-list"),onKeydown:oa},{default:withCtx(()=>[pe.value.length?(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(pe.value,Li=>(openBlock(),createElementBlock("li",{key:Li.uid,class:normalizeClass([unref(V).e("suggestion-item"),unref(V).is("checked",Li.checked)]),tabindex:-1,onClick:ca=>To(Li)},[createBaseVNode("span",null,toDisplayString(Li.text),1),Li.checked?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1})):createCommentVNode("v-if",!0)],10,["onClick"]))),128)):renderSlot(Nn.$slots,"empty",{key:1},()=>[createBaseVNode("li",{class:normalizeClass(unref(V).e("empty-text"))},toDisplayString(unref(re)("el.cascader.noMatch")),3)])]),_:3},8,["class","view-class"])),[[vShow,dr.value]]):createCommentVNode("v-if",!0)]),_:3},8,["visible","teleported","popper-class","transition","persistent"]))}});var Cascader=_export_sfc$1(_sfc_main$2c,[["__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":e=>isBoolean$3(e),[CHANGE_EVENT]:e=>isBoolean$3(e)},__default__$1e=defineComponent({name:"ElCheckTag"}),_sfc_main$2b=defineComponent({...__default__$1e,props:checkTagProps,emits:checkTagEmits,setup(e,{emit:t}){const y=e,n=useNamespace("check-tag"),$=computed(()=>[n.b(),n.is("checked",y.checked),n.m(y.type||"primary")]),k=()=>{const L=!y.checked;t(CHANGE_EVENT,L),t("update:checked",L)};return(L,j)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref($)),onClick:k},[renderSlot(L.$slots,"default")],2))}});var CheckTag=_export_sfc$1(_sfc_main$2b,[["__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$2a=defineComponent({...__default__$1d,props:rowProps,setup(e){const t=e,y=useNamespace("row"),n=computed(()=>t.gutter);provide(rowContextKey,{gutter:n});const $=computed(()=>{const L={};return t.gutter&&(L.marginRight=L.marginLeft=`-${t.gutter/2}px`),L}),k=computed(()=>[y.b(),y.is(`justify-${t.justify}`,t.justify!=="start"),y.is(`align-${t.align}`,!!t.align)]);return(L,j)=>(openBlock(),createBlock(resolveDynamicComponent(L.tag),{class:normalizeClass(unref(k)),style:normalizeStyle(unref($))},{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},8,["class","style"]))}});var Row=_export_sfc$1(_sfc_main$2a,[["__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$29=defineComponent({...__default__$1c,props:colProps,setup(e){const t=e,{gutter:y}=inject(rowContextKey,{gutter:computed(()=>0)}),n=useNamespace("col"),$=computed(()=>{const L={};return y.value&&(L.paddingLeft=L.paddingRight=`${y.value/2}px`),L}),k=computed(()=>{const L=[];return["span","offset","pull","push"].forEach(z=>{const re=t[z];isNumber$4(re)&&(z==="span"?L.push(n.b(`${t[z]}`)):re>0&&L.push(n.b(`${z}-${t[z]}`)))}),["xs","sm","md","lg","xl"].forEach(z=>{isNumber$4(t[z])?L.push(n.b(`${z}-${t[z]}`)):isObject$5(t[z])&&Object.entries(t[z]).forEach(([re,oe])=>{L.push(re!=="span"?n.b(`${z}-${re}-${oe}`):n.b(`${z}-${oe}`))})}),y.value&&L.push(n.is("guttered")),[n.b(),L]});return(L,j)=>(openBlock(),createBlock(resolveDynamicComponent(L.tag),{class:normalizeClass(unref(k)),style:normalizeStyle(unref($))},{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},8,["class","style"]))}});var Col=_export_sfc$1(_sfc_main$29,[["__file","col.vue"]]);const ElCol=withInstall(Col),emitChangeFn=e=>isNumber$4(e)||isString$4(e)||isArray$4(e),collapseProps=buildProps({accordion:Boolean,modelValue:{type:definePropType([Array,String,Number]),default:()=>mutable([])}}),collapseEmits={[UPDATE_MODEL_EVENT]:emitChangeFn,[CHANGE_EVENT]:emitChangeFn},collapseContextKey=Symbol("collapseContextKey"),useCollapse=(e,t)=>{const y=ref$1(castArray$1(e.modelValue)),n=k=>{y.value=k;const L=e.accordion?y.value[0]:y.value;t(UPDATE_MODEL_EVENT,L),t(CHANGE_EVENT,L)},$=k=>{if(e.accordion)n([y.value[0]===k?"":k]);else{const L=[...y.value],j=L.indexOf(k);j>-1?L.splice(j,1):L.push(k),n(L)}};return watch(()=>e.modelValue,()=>y.value=castArray$1(e.modelValue),{deep:!0}),provide(collapseContextKey,{activeNames:y,handleItemClick:$}),{activeNames:y,setActiveNames:n}},useCollapseDOM=()=>{const e=useNamespace("collapse");return{rootKls:computed(()=>e.b())}},__default__$1b=defineComponent({name:"ElCollapse"}),_sfc_main$28=defineComponent({...__default__$1b,props:collapseProps,emits:collapseEmits,setup(e,{expose:t,emit:y}){const n=e,{activeNames:$,setActiveNames:k}=useCollapse(n,y),{rootKls:L}=useCollapseDOM();return t({activeNames:$,setActiveNames:k}),(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(L))},[renderSlot(j.$slots,"default")],2))}});var Collapse=_export_sfc$1(_sfc_main$28,[["__file","collapse.vue"]]);const __default__$1a=defineComponent({name:"ElCollapseTransition"}),_sfc_main$27=defineComponent({...__default__$1a,setup(e){const t=useNamespace("collapse-transition"),y=$=>{$.style.maxHeight="",$.style.overflow=$.dataset.oldOverflow,$.style.paddingTop=$.dataset.oldPaddingTop,$.style.paddingBottom=$.dataset.oldPaddingBottom},n={beforeEnter($){$.dataset||($.dataset={}),$.dataset.oldPaddingTop=$.style.paddingTop,$.dataset.oldPaddingBottom=$.style.paddingBottom,$.style.height&&($.dataset.elExistsHeight=$.style.height),$.style.maxHeight=0,$.style.paddingTop=0,$.style.paddingBottom=0},enter($){requestAnimationFrame(()=>{$.dataset.oldOverflow=$.style.overflow,$.dataset.elExistsHeight?$.style.maxHeight=$.dataset.elExistsHeight:$.scrollHeight!==0?$.style.maxHeight=`${$.scrollHeight}px`:$.style.maxHeight=0,$.style.paddingTop=$.dataset.oldPaddingTop,$.style.paddingBottom=$.dataset.oldPaddingBottom,$.style.overflow="hidden"})},afterEnter($){$.style.maxHeight="",$.style.overflow=$.dataset.oldOverflow},enterCancelled($){y($)},beforeLeave($){$.dataset||($.dataset={}),$.dataset.oldPaddingTop=$.style.paddingTop,$.dataset.oldPaddingBottom=$.style.paddingBottom,$.dataset.oldOverflow=$.style.overflow,$.style.maxHeight=`${$.scrollHeight}px`,$.style.overflow="hidden"},leave($){$.scrollHeight!==0&&($.style.maxHeight=0,$.style.paddingTop=0,$.style.paddingBottom=0)},afterLeave($){y($)},leaveCancelled($){y($)}};return($,k)=>(openBlock(),createBlock(Transition,mergeProps({name:unref(t).b()},toHandlers(n)),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["name"]))}});var CollapseTransition=_export_sfc$1(_sfc_main$27,[["__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=e=>{const t=inject(collapseContextKey),{namespace:y}=useNamespace("collapse"),n=ref$1(!1),$=ref$1(!1),k=useIdInjection(),L=computed(()=>k.current++),j=computed(()=>{var ue;return(ue=e.name)!=null?ue:`${y.value}-id-${k.prefix}-${unref(L)}`}),V=computed(()=>t==null?void 0:t.activeNames.value.includes(unref(j)));return{focusing:n,id:L,isActive:V,handleFocus:()=>{setTimeout(()=>{$.value?$.value=!1:n.value=!0},50)},handleHeaderClick:()=>{e.disabled||(t==null||t.handleItemClick(unref(j)),n.value=!1,$.value=!0)},handleEnterClick:()=>{t==null||t.handleItemClick(unref(j))}}},useCollapseItemDOM=(e,{focusing:t,isActive:y,id:n})=>{const $=useNamespace("collapse"),k=computed(()=>[$.b("item"),$.is("active",unref(y)),$.is("disabled",e.disabled)]),L=computed(()=>[$.be("item","header"),$.is("active",unref(y)),{focusing:unref(t)&&!e.disabled}]),j=computed(()=>[$.be("item","arrow"),$.is("active",unref(y))]),V=computed(()=>$.be("item","wrap")),z=computed(()=>$.be("item","content")),re=computed(()=>$.b(`content-${unref(n)}`)),oe=computed(()=>$.b(`head-${unref(n)}`));return{arrowKls:j,headKls:L,rootKls:k,itemWrapperKls:V,itemContentKls:z,scopedContentId:re,scopedHeadId:oe}},__default__$19=defineComponent({name:"ElCollapseItem"}),_sfc_main$26=defineComponent({...__default__$19,props:collapseItemProps,setup(e,{expose:t}){const y=e,{focusing:n,id:$,isActive:k,handleFocus:L,handleHeaderClick:j,handleEnterClick:V}=useCollapseItem(y),{arrowKls:z,headKls:re,rootKls:oe,itemWrapperKls:ue,itemContentKls:de,scopedContentId:_e,scopedHeadId:Ne}=useCollapseItemDOM(y,{focusing:n,isActive:k,id:$});return t({isActive:k}),(Ue,$e)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(oe))},[createBaseVNode("button",{id:unref(Ne),class:normalizeClass(unref(re)),"aria-expanded":unref(k),"aria-controls":unref(_e),"aria-describedby":unref(_e),tabindex:Ue.disabled?-1:0,type:"button",onClick:unref(j),onKeydown:withKeys(withModifiers(unref(V),["stop","prevent"]),["space","enter"]),onFocus:unref(L),onBlur:Ve=>n.value=!1},[renderSlot(Ue.$slots,"title",{},()=>[createTextVNode(toDisplayString(Ue.title),1)]),createVNode(unref(ElIcon),{class:normalizeClass(unref(z))},{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(_e),role:"region",class:normalizeClass(unref(ue)),"aria-hidden":!unref(k),"aria-labelledby":unref(Ne)},[createBaseVNode("div",{class:normalizeClass(unref(de))},[renderSlot(Ue.$slots,"default")],2)],10,["id","aria-hidden","aria-labelledby"]),[[vShow,unref(k)]])]),_:3})],2))}});var CollapseItem=_export_sfc$1(_sfc_main$26,[["__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(e,t){if(!isClient)return;const y=function(k){var L;(L=t.drag)==null||L.call(t,k)},n=function(k){var L;document.removeEventListener("mousemove",y),document.removeEventListener("mouseup",n),document.removeEventListener("touchmove",y),document.removeEventListener("touchend",n),document.onselectstart=null,document.ondragstart=null,isDragging=!1,(L=t.end)==null||L.call(t,k)},$=function(k){var L;isDragging||(k.preventDefault(),document.onselectstart=()=>!1,document.ondragstart=()=>!1,document.addEventListener("mousemove",y),document.addEventListener("mouseup",n),document.addEventListener("touchmove",y),document.addEventListener("touchend",n),isDragging=!0,(L=t.start)==null||L.call(t,k))};e.addEventListener("mousedown",$),e.addEventListener("touchstart",$,{passive:!1})}const useAlphaSlider=e=>{const t=getCurrentInstance(),{t:y}=useLocale(),n=shallowRef(),$=shallowRef(),k=computed(()=>e.color.get("alpha")),L=computed(()=>y("el.colorpicker.alphaLabel"));function j(oe){var ue;oe.target!==n.value&&V(oe),(ue=n.value)==null||ue.focus()}function V(oe){if(!$.value||!n.value)return;const de=t.vnode.el.getBoundingClientRect(),{clientX:_e,clientY:Ne}=getClientXY(oe);if(e.vertical){let Ue=Ne-de.top;Ue=Math.max(n.value.offsetHeight/2,Ue),Ue=Math.min(Ue,de.height-n.value.offsetHeight/2),e.color.set("alpha",Math.round((Ue-n.value.offsetHeight/2)/(de.height-n.value.offsetHeight)*100))}else{let Ue=_e-de.left;Ue=Math.max(n.value.offsetWidth/2,Ue),Ue=Math.min(Ue,de.width-n.value.offsetWidth/2),e.color.set("alpha",Math.round((Ue-n.value.offsetWidth/2)/(de.width-n.value.offsetWidth)*100))}}function z(oe){const{code:ue,shiftKey:de}=oe,_e=de?10:1;switch(ue){case EVENT_CODE.left:case EVENT_CODE.down:oe.preventDefault(),oe.stopPropagation(),re(-_e);break;case EVENT_CODE.right:case EVENT_CODE.up:oe.preventDefault(),oe.stopPropagation(),re(_e);break}}function re(oe){let ue=k.value+oe;ue=ue<0?0:ue>100?100:ue,e.color.set("alpha",ue)}return{thumb:n,bar:$,alpha:k,alphaLabel:L,handleDrag:V,handleClick:j,handleKeydown:z}},useAlphaSliderDOM=(e,{bar:t,thumb:y,handleDrag:n})=>{const $=getCurrentInstance(),k=useNamespace("color-alpha-slider"),L=ref$1(0),j=ref$1(0),V=ref$1();function z(){if(!y.value||e.vertical)return 0;const Ve=$.vnode.el,Fe=e.color.get("alpha");return Ve?Math.round(Fe*(Ve.offsetWidth-y.value.offsetWidth/2)/100):0}function re(){if(!y.value)return 0;const Ve=$.vnode.el;if(!e.vertical)return 0;const Fe=e.color.get("alpha");return Ve?Math.round(Fe*(Ve.offsetHeight-y.value.offsetHeight/2)/100):0}function oe(){if(e.color&&e.color.value){const{r:Ve,g:Fe,b:qe}=e.color.toRgb();return`linear-gradient(to right, rgba(${Ve}, ${Fe}, ${qe}, 0) 0%, rgba(${Ve}, ${Fe}, ${qe}, 1) 100%)`}return""}function ue(){L.value=z(),j.value=re(),V.value=oe()}onMounted(()=>{if(!t.value||!y.value)return;const Ve={drag:Fe=>{n(Fe)},end:Fe=>{n(Fe)}};draggable(t.value,Ve),draggable(y.value,Ve),ue()}),watch(()=>e.color.get("alpha"),()=>ue()),watch(()=>e.color.value,()=>ue());const de=computed(()=>[k.b(),k.is("vertical",e.vertical)]),_e=computed(()=>k.e("bar")),Ne=computed(()=>k.e("thumb")),Ue=computed(()=>({background:V.value})),$e=computed(()=>({left:addUnit(L.value),top:addUnit(j.value)}));return{rootKls:de,barKls:_e,barStyle:Ue,thumbKls:Ne,thumbStyle:$e,update:ue}},COMPONENT_NAME$d="ElColorAlphaSlider",__default__$18=defineComponent({name:COMPONENT_NAME$d}),_sfc_main$25=defineComponent({...__default__$18,props:alphaSliderProps,setup(e,{expose:t}){const y=e,{alpha:n,alphaLabel:$,bar:k,thumb:L,handleDrag:j,handleClick:V,handleKeydown:z}=useAlphaSlider(y),{rootKls:re,barKls:oe,barStyle:ue,thumbKls:de,thumbStyle:_e,update:Ne}=useAlphaSliderDOM(y,{bar:k,thumb:L,handleDrag:j});return t({update:Ne,bar:k,thumb:L}),(Ue,$e)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(re))},[createBaseVNode("div",{ref_key:"bar",ref:k,class:normalizeClass(unref(oe)),style:normalizeStyle(unref(ue)),onClick:unref(V)},null,14,["onClick"]),createBaseVNode("div",{ref_key:"thumb",ref:L,class:normalizeClass(unref(de)),style:normalizeStyle(unref(_e)),"aria-label":unref($),"aria-valuenow":unref(n),"aria-orientation":Ue.vertical?"vertical":"horizontal","aria-valuemin":"0","aria-valuemax":"100",role:"slider",tabindex:"0",onKeydown:unref(z)},null,46,["aria-label","aria-valuenow","aria-orientation","onKeydown"])],2))}});var AlphaSlider=_export_sfc$1(_sfc_main$25,[["__file","alpha-slider.vue"]]);const _sfc_main$24=defineComponent({name:"ElColorHueSlider",props:{color:{type:Object,required:!0},vertical:Boolean},setup(e){const t=useNamespace("color-hue-slider"),y=getCurrentInstance(),n=ref$1(),$=ref$1(),k=ref$1(0),L=ref$1(0),j=computed(()=>e.color.get("hue"));watch(()=>j.value,()=>{ue()});function V(de){de.target!==n.value&&z(de)}function z(de){if(!$.value||!n.value)return;const Ne=y.vnode.el.getBoundingClientRect(),{clientX:Ue,clientY:$e}=getClientXY(de);let Ve;if(e.vertical){let Fe=$e-Ne.top;Fe=Math.min(Fe,Ne.height-n.value.offsetHeight/2),Fe=Math.max(n.value.offsetHeight/2,Fe),Ve=Math.round((Fe-n.value.offsetHeight/2)/(Ne.height-n.value.offsetHeight)*360)}else{let Fe=Ue-Ne.left;Fe=Math.min(Fe,Ne.width-n.value.offsetWidth/2),Fe=Math.max(n.value.offsetWidth/2,Fe),Ve=Math.round((Fe-n.value.offsetWidth/2)/(Ne.width-n.value.offsetWidth)*360)}e.color.set("hue",Ve)}function re(){if(!n.value)return 0;const de=y.vnode.el;if(e.vertical)return 0;const _e=e.color.get("hue");return de?Math.round(_e*(de.offsetWidth-n.value.offsetWidth/2)/360):0}function oe(){if(!n.value)return 0;const de=y.vnode.el;if(!e.vertical)return 0;const _e=e.color.get("hue");return de?Math.round(_e*(de.offsetHeight-n.value.offsetHeight/2)/360):0}function ue(){k.value=re(),L.value=oe()}return onMounted(()=>{if(!$.value||!n.value)return;const de={drag:_e=>{z(_e)},end:_e=>{z(_e)}};draggable($.value,de),draggable(n.value,de),ue()}),{bar:$,thumb:n,thumbLeft:k,thumbTop:L,hueValue:j,handleClick:V,update:ue,ns:t}}});function _sfc_render$q(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b(),e.ns.is("vertical",e.vertical)])},[createBaseVNode("div",{ref:"bar",class:normalizeClass(e.ns.e("bar")),onClick:e.handleClick},null,10,["onClick"]),createBaseVNode("div",{ref:"thumb",class:normalizeClass(e.ns.e("thumb")),style:normalizeStyle({left:e.thumbLeft+"px",top:e.thumbTop+"px"})},null,6)],2)}var HueSlider=_export_sfc$1(_sfc_main$24,[["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]:e=>isString$4(e)||isNil(e),[CHANGE_EVENT]:e=>isString$4(e)||isNil(e),activeChange:e=>isString$4(e)||isNil(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent},colorPickerContextKey=Symbol("colorPickerContextKey"),hsv2hsl=function(e,t,y){return[e,t*y/((e=(2-t)*y)<1?e:2-e)||0,e/2]},isOnePointZero=function(e){return typeof e=="string"&&e.includes(".")&&Number.parseFloat(e)===1},isPercentage=function(e){return typeof e=="string"&&e.includes("%")},bound01=function(e,t){isOnePointZero(e)&&(e="100%");const y=isPercentage(e);return e=Math.min(t,Math.max(0,Number.parseFloat(`${e}`))),y&&(e=Number.parseInt(`${e*t}`,10)/100),Math.abs(e-t)<1e-6?1:e%t/Number.parseFloat(t)},INT_HEX_MAP={10:"A",11:"B",12:"C",13:"D",14:"E",15:"F"},hexOne=e=>{e=Math.min(Math.round(e),255);const t=Math.floor(e/16),y=e%16;return`${INT_HEX_MAP[t]||t}${INT_HEX_MAP[y]||y}`},toHex$1=function({r:e,g:t,b:y}){return Number.isNaN(+e)||Number.isNaN(+t)||Number.isNaN(+y)?"":`#${hexOne(e)}${hexOne(t)}${hexOne(y)}`},HEX_INT_MAP={A:10,B:11,C:12,D:13,E:14,F:15},parseHexChannel=function(e){return e.length===2?(HEX_INT_MAP[e[0].toUpperCase()]||+e[0])*16+(HEX_INT_MAP[e[1].toUpperCase()]||+e[1]):HEX_INT_MAP[e[1].toUpperCase()]||+e[1]},hsl2hsv=function(e,t,y){t=t/100,y=y/100;let n=t;const $=Math.max(y,.01);y*=2,t*=y<=1?y:2-y,n*=$<=1?$:2-$;const k=(y+t)/2,L=y===0?2*n/($+n):2*t/(y+t);return{h:e,s:L*100,v:k*100}},rgb2hsv=(e,t,y)=>{e=bound01(e,255),t=bound01(t,255),y=bound01(y,255);const n=Math.max(e,t,y),$=Math.min(e,t,y);let k;const L=n,j=n-$,V=n===0?0:j/n;if(n===$)k=0;else{switch(n){case e:{k=(t-y)/j+(t<y?6:0);break}case t:{k=(y-e)/j+2;break}case y:{k=(e-t)/j+4;break}}k/=6}return{h:k*360,s:V*100,v:L*100}},hsv2rgb=function(e,t,y){e=bound01(e,360)*6,t=bound01(t,100),y=bound01(y,100);const n=Math.floor(e),$=e-n,k=y*(1-t),L=y*(1-$*t),j=y*(1-(1-$)*t),V=n%6,z=[y,L,k,k,j,y][V],re=[j,y,y,L,k,k][V],oe=[k,k,j,y,y,L][V];return{r:Math.round(z*255),g:Math.round(re*255),b:Math.round(oe*255)}};class Color{constructor(t={}){this._hue=0,this._saturation=100,this._value=100,this._alpha=100,this.enableAlpha=!1,this.format="hex",this.value="";for(const y in t)hasOwn$1(t,y)&&(this[y]=t[y]);t.value?this.fromString(t.value):this.doOnChange()}set(t,y){if(arguments.length===1&&typeof t=="object"){for(const n in t)hasOwn$1(t,n)&&this.set(n,t[n]);return}this[`_${t}`]=y,this.doOnChange()}get(t){return t==="alpha"?Math.floor(this[`_${t}`]):this[`_${t}`]}toRgb(){return hsv2rgb(this._hue,this._saturation,this._value)}fromString(t){if(!t){this._hue=0,this._saturation=100,this._value=100,this.doOnChange();return}const y=(n,$,k)=>{this._hue=Math.max(0,Math.min(360,n)),this._saturation=Math.max(0,Math.min(100,$)),this._value=Math.max(0,Math.min(100,k)),this.doOnChange()};if(t.includes("hsl")){const n=t.replace(/hsla|hsl|\(|\)/gm,"").split(/\s|,/g).filter($=>$!=="").map(($,k)=>k>2?Number.parseFloat($):Number.parseInt($,10));if(n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3){const{h:$,s:k,v:L}=hsl2hsv(n[0],n[1],n[2]);y($,k,L)}}else if(t.includes("hsv")){const n=t.replace(/hsva|hsv|\(|\)/gm,"").split(/\s|,/g).filter($=>$!=="").map(($,k)=>k>2?Number.parseFloat($):Number.parseInt($,10));n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3&&y(n[0],n[1],n[2])}else if(t.includes("rgb")){const n=t.replace(/rgba|rgb|\(|\)/gm,"").split(/\s|,/g).filter($=>$!=="").map(($,k)=>k>2?Number.parseFloat($):Number.parseInt($,10));if(n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3){const{h:$,s:k,v:L}=rgb2hsv(n[0],n[1],n[2]);y($,k,L)}}else if(t.includes("#")){const n=t.replace("#","").trim();if(!/^[0-9a-fA-F]{3}$|^[0-9a-fA-F]{6}$|^[0-9a-fA-F]{8}$/.test(n))return;let $,k,L;n.length===3?($=parseHexChannel(n[0]+n[0]),k=parseHexChannel(n[1]+n[1]),L=parseHexChannel(n[2]+n[2])):(n.length===6||n.length===8)&&($=parseHexChannel(n.slice(0,2)),k=parseHexChannel(n.slice(2,4)),L=parseHexChannel(n.slice(4,6))),n.length===8?this._alpha=parseHexChannel(n.slice(6))/255*100:(n.length===3||n.length===6)&&(this._alpha=100);const{h:j,s:V,v:z}=rgb2hsv($,k,L);y(j,V,z)}}compare(t){return Math.abs(t._hue-this._hue)<2&&Math.abs(t._saturation-this._saturation)<1&&Math.abs(t._value-this._value)<1&&Math.abs(t._alpha-this._alpha)<1}doOnChange(){const{_hue:t,_saturation:y,_value:n,_alpha:$,format:k}=this;if(this.enableAlpha)switch(k){case"hsl":{const L=hsv2hsl(t,y/100,n/100);this.value=`hsla(${t}, ${Math.round(L[1]*100)}%, ${Math.round(L[2]*100)}%, ${this.get("alpha")/100})`;break}case"hsv":{this.value=`hsva(${t}, ${Math.round(y)}%, ${Math.round(n)}%, ${this.get("alpha")/100})`;break}case"hex":{this.value=`${toHex$1(hsv2rgb(t,y,n))}${hexOne($*255/100)}`;break}default:{const{r:L,g:j,b:V}=hsv2rgb(t,y,n);this.value=`rgba(${L}, ${j}, ${V}, ${this.get("alpha")/100})`}}else switch(k){case"hsl":{const L=hsv2hsl(t,y/100,n/100);this.value=`hsl(${t}, ${Math.round(L[1]*100)}%, ${Math.round(L[2]*100)}%)`;break}case"hsv":{this.value=`hsv(${t}, ${Math.round(y)}%, ${Math.round(n)}%)`;break}case"rgb":{const{r:L,g:j,b:V}=hsv2rgb(t,y,n);this.value=`rgb(${L}, ${j}, ${V})`;break}default:this.value=toHex$1(hsv2rgb(t,y,n))}}}const _sfc_main$23=defineComponent({props:{colors:{type:Array,required:!0},color:{type:Object,required:!0},enableAlpha:{type:Boolean,required:!0}},setup(e){const t=useNamespace("color-predefine"),{currentColor:y}=inject(colorPickerContextKey),n=ref$1(k(e.colors,e.color));watch(()=>y.value,L=>{const j=new Color;j.fromString(L),n.value.forEach(V=>{V.selected=j.compare(V)})}),watchEffect(()=>{n.value=k(e.colors,e.color)});function $(L){e.color.fromString(e.colors[L])}function k(L,j){return L.map(V=>{const z=new Color;return z.enableAlpha=e.enableAlpha,z.format="rgba",z.fromString(V),z.selected=z.value===j.value,z})}return{rgbaColors:n,handleSelect:$,ns:t}}});function _sfc_render$p(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.b())},[createBaseVNode("div",{class:normalizeClass(e.ns.e("colors"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.rgbaColors,(L,j)=>(openBlock(),createElementBlock("div",{key:e.colors[j],class:normalizeClass([e.ns.e("color-selector"),e.ns.is("alpha",L._alpha<100),{selected:L.selected}]),onClick:V=>e.handleSelect(j)},[createBaseVNode("div",{style:normalizeStyle({backgroundColor:L.value})},null,4)],10,["onClick"]))),128))],2)],2)}var Predefine=_export_sfc$1(_sfc_main$23,[["render",_sfc_render$p],["__file","predefine.vue"]]);const _sfc_main$22=defineComponent({name:"ElSlPanel",props:{color:{type:Object,required:!0}},setup(e){const t=useNamespace("color-svpanel"),y=getCurrentInstance(),n=ref$1(0),$=ref$1(0),k=ref$1("hsl(0, 100%, 50%)"),L=computed(()=>{const z=e.color.get("hue"),re=e.color.get("value");return{hue:z,value:re}});function j(){const z=e.color.get("saturation"),re=e.color.get("value"),oe=y.vnode.el,{clientWidth:ue,clientHeight:de}=oe;$.value=z*ue/100,n.value=(100-re)*de/100,k.value=`hsl(${e.color.get("hue")}, 100%, 50%)`}function V(z){const oe=y.vnode.el.getBoundingClientRect(),{clientX:ue,clientY:de}=getClientXY(z);let _e=ue-oe.left,Ne=de-oe.top;_e=Math.max(0,_e),_e=Math.min(_e,oe.width),Ne=Math.max(0,Ne),Ne=Math.min(Ne,oe.height),$.value=_e,n.value=Ne,e.color.set({saturation:_e/oe.width*100,value:100-Ne/oe.height*100})}return watch(()=>L.value,()=>{j()}),onMounted(()=>{draggable(y.vnode.el,{drag:z=>{V(z)},end:z=>{V(z)}}),j()}),{cursorTop:n,cursorLeft:$,background:k,colorValue:L,handleDrag:V,update:j,ns:t}}});function _sfc_render$o(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.b()),style:normalizeStyle({backgroundColor:e.background})},[createBaseVNode("div",{class:normalizeClass(e.ns.e("white"))},null,2),createBaseVNode("div",{class:normalizeClass(e.ns.e("black"))},null,2),createBaseVNode("div",{class:normalizeClass(e.ns.e("cursor")),style:normalizeStyle({top:e.cursorTop+"px",left:e.cursorLeft+"px"})},[createBaseVNode("div")],6)],6)}var SvPanel=_export_sfc$1(_sfc_main$22,[["render",_sfc_render$o],["__file","sv-panel.vue"]]);const __default__$17=defineComponent({name:"ElColorPicker"}),_sfc_main$21=defineComponent({...__default__$17,props:colorPickerProps,emits:colorPickerEmits,setup(e,{expose:t,emit:y}){const n=e,{t:$}=useLocale(),k=useNamespace("color"),{formItem:L}=useFormItem(),j=useFormSize(),V=useFormDisabled(),{inputId:z,isLabeledByFormItem:re}=useFormItemInputId(n,{formItemContext:L}),oe=ref$1(),ue=ref$1(),de=ref$1(),_e=ref$1(),Ne=ref$1(),Ue=ref$1(),{isFocused:$e,handleFocus:Ve,handleBlur:Fe}=useFocusController(Ne,{beforeFocus(){return V.value},beforeBlur(Ar){var Fr;return(Fr=_e.value)==null?void 0:Fr.isFocusInsideContent(Ar)},afterBlur(){Ie(!1),kt()}});let qe=!0;const er=reactive(new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue})),ir=ref$1(!1),dr=ref$1(!1),cr=ref$1(""),nr=computed(()=>!n.modelValue&&!dr.value?"transparent":Ce(er,n.showAlpha)),lr=computed(()=>!n.modelValue&&!dr.value?"":er.value),Et=computed(()=>re.value?void 0:n.ariaLabel||$("el.colorpicker.defaultLabel")),ie=computed(()=>re.value?L==null?void 0:L.labelId:void 0),pe=computed(()=>[k.b("picker"),k.is("disabled",V.value),k.bm("picker",j.value),k.is("focused",$e.value)]);function Ce(Ar,Fr){if(!(Ar instanceof Color))throw new TypeError("color should be instance of _color Class");const{r:Gr,g:Vr,b:Dr}=Ar.toRgb();return Fr?`rgba(${Gr}, ${Vr}, ${Dr}, ${Ar.get("alpha")/100})`:`rgb(${Gr}, ${Vr}, ${Dr})`}function Ie(Ar){ir.value=Ar}const jt=debounce(Ie,100,{leading:!0});function ar(){V.value||Ie(!0)}function ur(){jt(!1),kt()}function kt(){nextTick$3(()=>{n.modelValue?er.fromString(n.modelValue):(er.value="",nextTick$3(()=>{dr.value=!1}))})}function he(){V.value||jt(!ir.value)}function tr(){er.fromString(cr.value)}function gr(){const Ar=er.value;y(UPDATE_MODEL_EVENT,Ar),y("change",Ar),n.validateEvent&&(L==null||L.validate("change").catch(Fr=>void 0)),jt(!1),nextTick$3(()=>{const Fr=new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue});er.compare(Fr)||kt()})}function _r(){jt(!1),y(UPDATE_MODEL_EVENT,null),y("change",null),n.modelValue!==null&&n.validateEvent&&(L==null||L.validate("change").catch(Ar=>void 0)),kt()}function yr(){ir.value&&(ur(),$e.value&&Tr())}function xr(Ar){Ar.preventDefault(),Ar.stopPropagation(),Ie(!1),kt()}function Nr(Ar){switch(Ar.code){case EVENT_CODE.enter:case EVENT_CODE.space:Ar.preventDefault(),Ar.stopPropagation(),ar(),Ue.value.focus();break;case EVENT_CODE.esc:xr(Ar);break}}function Tr(){Ne.value.focus()}function Sr(){Ne.value.blur()}return onMounted(()=>{n.modelValue&&(cr.value=lr.value)}),watch(()=>n.modelValue,Ar=>{Ar?Ar&&Ar!==er.value&&(qe=!1,er.fromString(Ar)):dr.value=!1}),watch(()=>lr.value,Ar=>{cr.value=Ar,qe&&y("activeChange",Ar),qe=!0}),watch(()=>er.value,()=>{!n.modelValue&&!dr.value&&(dr.value=!0)}),watch(()=>ir.value,()=>{nextTick$3(()=>{var Ar,Fr,Gr;(Ar=oe.value)==null||Ar.update(),(Fr=ue.value)==null||Fr.update(),(Gr=de.value)==null||Gr.update()})}),provide(colorPickerContextKey,{currentColor:lr}),t({color:er,show:ar,hide:ur,focus:Tr,blur:Sr}),(Ar,Fr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popper",ref:_e,visible:ir.value,"show-arrow":!1,"fallback-placements":["bottom","top","right","left"],offset:0,"gpu-acceleration":!1,"popper-class":[unref(k).be("picker","panel"),unref(k).b("dropdown"),Ar.popperClass],"stop-popper-mouse-event":!1,effect:"light",trigger:"click",teleported:Ar.teleported,transition:`${unref(k).namespace.value}-zoom-in-top`,persistent:"",onHide:Gr=>Ie(!1)},{content:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{onKeydown:withKeys(xr,["esc"])},[createBaseVNode("div",{class:normalizeClass(unref(k).be("dropdown","main-wrapper"))},[createVNode(HueSlider,{ref_key:"hue",ref:oe,class:"hue-slider",color:unref(er),vertical:""},null,8,["color"]),createVNode(SvPanel,{ref_key:"sv",ref:ue,color:unref(er)},null,8,["color"])],2),Ar.showAlpha?(openBlock(),createBlock(AlphaSlider,{key:0,ref_key:"alpha",ref:de,color:unref(er)},null,8,["color"])):createCommentVNode("v-if",!0),Ar.predefine?(openBlock(),createBlock(Predefine,{key:1,ref:"predefine","enable-alpha":Ar.showAlpha,color:unref(er),colors:Ar.predefine},null,8,["enable-alpha","color","colors"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).be("dropdown","btns"))},[createBaseVNode("span",{class:normalizeClass(unref(k).be("dropdown","value"))},[createVNode(unref(ElInput),{ref_key:"inputRef",ref:Ue,modelValue:cr.value,"onUpdate:modelValue":Gr=>cr.value=Gr,"validate-event":!1,size:"small",onKeyup:withKeys(tr,["enter"]),onBlur:tr},null,8,["modelValue","onUpdate:modelValue","onKeyup"])],2),createVNode(unref(ElButton),{class:normalizeClass(unref(k).be("dropdown","link-btn")),text:"",size:"small",onClick:_r},{default:withCtx(()=>[createTextVNode(toDisplayString(unref($)("el.colorpicker.clear")),1)]),_:1},8,["class"]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(k).be("dropdown","btn")),onClick:gr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref($)("el.colorpicker.confirm")),1)]),_:1},8,["class"])],2)],40,["onKeydown"])),[[unref(ClickOutside),yr]])]),default:withCtx(()=>[createBaseVNode("div",mergeProps({id:unref(z),ref_key:"triggerRef",ref:Ne},Ar.$attrs,{class:unref(pe),role:"button","aria-label":unref(Et),"aria-labelledby":unref(ie),"aria-description":unref($)("el.colorpicker.description",{color:Ar.modelValue||""}),"aria-disabled":unref(V),tabindex:unref(V)?-1:Ar.tabindex,onKeydown:Nr,onFocus:unref(Ve),onBlur:unref(Fe)}),[unref(V)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).be("picker","mask"))},null,2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).be("picker","trigger")),onClick:he},[createBaseVNode("span",{class:normalizeClass([unref(k).be("picker","color"),unref(k).is("alpha",Ar.showAlpha)])},[createBaseVNode("span",{class:normalizeClass(unref(k).be("picker","color-inner")),style:normalizeStyle({backgroundColor:unref(nr)})},[withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(k).be("picker","icon"),unref(k).is("icon-arrow-down")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"]),[[vShow,Ar.modelValue||dr.value]]),withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(k).be("picker","empty"),unref(k).is("icon-close")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"]),[[vShow,!Ar.modelValue&&!dr.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$21,[["__file","color-picker.vue"]]);const ElColorPicker=withInstall(ColorPicker),__default__$16=defineComponent({name:"ElContainer"}),_sfc_main$20=defineComponent({...__default__$16,props:{direction:{type:String}},setup(e){const t=e,y=useSlots(),n=useNamespace("container"),$=computed(()=>t.direction==="vertical"?!0:t.direction==="horizontal"?!1:y&&y.default?y.default().some(L=>{const j=L.type.name;return j==="ElHeader"||j==="ElFooter"}):!1);return(k,L)=>(openBlock(),createElementBlock("section",{class:normalizeClass([unref(n).b(),unref(n).is("vertical",unref($))])},[renderSlot(k.$slots,"default")],2))}});var Container=_export_sfc$1(_sfc_main$20,[["__file","container.vue"]]);const __default__$15=defineComponent({name:"ElAside"}),_sfc_main$1$=defineComponent({...__default__$15,props:{width:{type:String,default:null}},setup(e){const t=e,y=useNamespace("aside"),n=computed(()=>t.width?y.cssVarBlock({width:t.width}):{});return($,k)=>(openBlock(),createElementBlock("aside",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot($.$slots,"default")],6))}});var Aside=_export_sfc$1(_sfc_main$1$,[["__file","aside.vue"]]);const __default__$14=defineComponent({name:"ElFooter"}),_sfc_main$1_=defineComponent({...__default__$14,props:{height:{type:String,default:null}},setup(e){const t=e,y=useNamespace("footer"),n=computed(()=>t.height?y.cssVarBlock({height:t.height}):{});return($,k)=>(openBlock(),createElementBlock("footer",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot($.$slots,"default")],6))}});var Footer$2=_export_sfc$1(_sfc_main$1_,[["__file","footer.vue"]]);const __default__$13=defineComponent({name:"ElHeader"}),_sfc_main$1Z=defineComponent({...__default__$13,props:{height:{type:String,default:null}},setup(e){const t=e,y=useNamespace("header"),n=computed(()=>t.height?y.cssVarBlock({height:t.height}):{});return($,k)=>(openBlock(),createElementBlock("header",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot($.$slots,"default")],6))}});var Header=_export_sfc$1(_sfc_main$1Z,[["__file","header.vue"]]);const __default__$12=defineComponent({name:"ElMain"}),_sfc_main$1Y=defineComponent({...__default__$12,setup(e){const t=useNamespace("main");return(y,n)=>(openBlock(),createElementBlock("main",{class:normalizeClass(unref(t).b())},[renderSlot(y.$slots,"default")],2))}});var Main=_export_sfc$1(_sfc_main$1Y,[["__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$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){var $=n.prototype,k=$.format;$.format=function(L){var j=this,V=this.$locale();if(!this.isValid())return k.bind(this)(L);var z=this.$utils(),re=(L||"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(oe){switch(oe){case"Q":return Math.ceil((j.$M+1)/3);case"Do":return V.ordinal(j.$D);case"gggg":return j.weekYear();case"GGGG":return j.isoWeekYear();case"wo":return V.ordinal(j.week(),"W");case"w":case"ww":return z.s(j.week(),oe==="w"?1:2,"0");case"W":case"WW":return z.s(j.isoWeek(),oe==="W"?1:2,"0");case"k":case"kk":return z.s(String(j.$H===0?24:j.$H),oe==="k"?1:2,"0");case"X":return Math.floor(j.$d.getTime()/1e3);case"x":return j.$d.getTime();case"z":return"["+j.offsetName()+"]";case"zzz":return"["+j.offsetName("long")+"]";default:return oe}});return k.bind(this)(re)}}})})(advancedFormat$1);var advancedFormatExports=advancedFormat$1.exports;const advancedFormat=getDefaultExportFromCjs(advancedFormatExports);var weekOfYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y="week",n="year";return function($,k,L){var j=k.prototype;j.week=function(V){if(V===void 0&&(V=null),V!==null)return this.add(7*(V-this.week()),"day");var z=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var re=L(this).startOf(n).add(1,n).date(z),oe=L(this).endOf(y);if(re.isBefore(oe))return 1}var ue=L(this).startOf(n).date(z).startOf(y).subtract(1,"millisecond"),de=this.diff(ue,y,!0);return de<0?L(this).startOf("week").week():Math.ceil(de)},j.weeks=function(V){return V===void 0&&(V=null),this.week(V)}}})})(weekOfYear$1);var weekOfYearExports=weekOfYear$1.exports;const weekOfYear=getDefaultExportFromCjs(weekOfYearExports);var weekYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.weekYear=function(){var $=this.month(),k=this.week(),L=this.year();return k===1&&$===11?L+1:$===0&&k>=52?L-1:L}}})})(weekYear$1);var weekYearExports=weekYear$1.exports;const weekYear=getDefaultExportFromCjs(weekYearExports);var dayOfYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n,$){n.prototype.dayOfYear=function(k){var L=Math.round(($(this).startOf("day")-$(this).startOf("year"))/864e5)+1;return k==null?L:this.add(k-L,"day")}}})})(dayOfYear$1);var dayOfYearExports=dayOfYear$1.exports;const dayOfYear=getDefaultExportFromCjs(dayOfYearExports);var isSameOrAfter$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.isSameOrAfter=function($,k){return this.isSame($,k)||this.isAfter($,k)}}})})(isSameOrAfter$1);var isSameOrAfterExports=isSameOrAfter$1.exports;const isSameOrAfter=getDefaultExportFromCjs(isSameOrAfterExports);var isSameOrBefore$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.isSameOrBefore=function($,k){return this.isSame($,k)||this.isBefore($,k)}}})})(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=e=>({type:String,values:selectionModes,default:e}),panelDatePickProps=buildProps({...panelSharedProps,parsedValue:{type:definePropType([Object,Array])},visible:{type:Boolean},format:{type:String,default:""}}),basicDateTableProps=buildProps({...datePickerSharedProps,cellClassName:{type:definePropType(Function)},showWeekNumber:Boolean,selectionMode:selectionModeWithDefault("date")}),basicDateTableEmits=["changerange","pick","select"],isValidRange=e=>{if(!isArray$4(e))return!1;const[t,y]=e;return dayjs.isDayjs(t)&&dayjs.isDayjs(y)&&t.isSameOrBefore(y)},getDefaultValue$1=(e,{lang:t,unit:y,unlinkPanels:n})=>{let $;if(isArray$4(e)){let[k,L]=e.map(j=>dayjs(j).locale(t));return n||(L=k.add(1,y)),[k,L]}else e?$=dayjs(e):$=dayjs();return $=$.locale(t),[$,$.add(1,y)]},buildPickerTable=(e,t,{columnIndexOffset:y,startDate:n,nextEndDate:$,now:k,unit:L,relativeDateGetter:j,setCellMetadata:V,setRowMetadata:z})=>{for(let re=0;re<e.row;re++){const oe=t[re];for(let ue=0;ue<e.column;ue++){let de=oe[ue+y];de||(de={row:re,column:ue,type:"normal",inRange:!1,start:!1,end:!1});const _e=re*e.column+ue,Ne=j(_e);de.dayjs=Ne,de.date=Ne.toDate(),de.timestamp=Ne.valueOf(),de.type="normal",de.inRange=!!(n&&Ne.isSameOrAfter(n,L)&&$&&Ne.isSameOrBefore($,L))||!!(n&&Ne.isSameOrBefore(n,L)&&$&&Ne.isSameOrAfter($,L)),n!=null&&n.isSameOrAfter($)?(de.start=!!$&&Ne.isSame($,L),de.end=n&&Ne.isSame(n,L)):(de.start=!!n&&Ne.isSame(n,L),de.end=!!$&&Ne.isSame($,L)),Ne.isSame(k,L)&&(de.type="today"),V==null||V(de,{rowIndex:re,columnIndex:ue}),oe[ue+y]=de}z==null||z(oe)}},isNormalDay=(e="")=>["normal","today"].includes(e),useBasicDateTable=(e,t)=>{const{lang:y}=useLocale(),n=ref$1(),$=ref$1(),k=ref$1(),L=ref$1(),j=ref$1([[],[],[],[],[],[]]);let V=!1;const z=e.date.$locale().weekStart||7,re=e.date.locale("en").localeData().weekdaysShort().map(kt=>kt.toLowerCase()),oe=computed(()=>z>3?7-z:-z),ue=computed(()=>{const kt=e.date.startOf("month");return kt.subtract(kt.day()||7,"day")}),de=computed(()=>re.concat(re).slice(z,z+7)),_e=computed(()=>flatten(unref(qe)).some(kt=>kt.isCurrent)),Ne=computed(()=>{const kt=e.date.startOf("month"),he=kt.day()||7,tr=kt.daysInMonth(),gr=kt.subtract(1,"month").daysInMonth();return{startOfMonthDay:he,dateCountOfMonth:tr,dateCountOfLastMonth:gr}}),Ue=computed(()=>e.selectionMode==="dates"?castArray(e.parsedValue):[]),$e=(kt,{count:he,rowIndex:tr,columnIndex:gr})=>{const{startOfMonthDay:_r,dateCountOfMonth:yr,dateCountOfLastMonth:xr}=unref(Ne),Nr=unref(oe);if(tr>=0&&tr<=1){const Tr=_r+Nr<0?7+_r+Nr:_r+Nr;if(gr+tr*7>=Tr)return kt.text=he,!0;kt.text=xr-(Tr-gr%7)+1+tr*7,kt.type="prev-month"}else return he<=yr?kt.text=he:(kt.text=he-yr,kt.type="next-month"),!0;return!1},Ve=(kt,{columnIndex:he,rowIndex:tr},gr)=>{const{disabledDate:_r,cellClassName:yr}=e,xr=unref(Ue),Nr=$e(kt,{count:gr,rowIndex:tr,columnIndex:he}),Tr=kt.dayjs.toDate();return kt.selected=xr.find(Sr=>Sr.isSame(kt.dayjs,"day")),kt.isSelected=!!kt.selected,kt.isCurrent=ir(kt),kt.disabled=_r==null?void 0:_r(Tr),kt.customClass=yr==null?void 0:yr(Tr),Nr},Fe=kt=>{if(e.selectionMode==="week"){const[he,tr]=e.showWeekNumber?[1,7]:[0,6],gr=ur(kt[he+1]);kt[he].inRange=gr,kt[he].start=gr,kt[tr].inRange=gr,kt[tr].end=gr}},qe=computed(()=>{const{minDate:kt,maxDate:he,rangeState:tr,showWeekNumber:gr}=e,_r=unref(oe),yr=unref(j),xr="day";let Nr=1;if(gr)for(let Tr=0;Tr<6;Tr++)yr[Tr][0]||(yr[Tr][0]={type:"week",text:unref(ue).add(Tr*7+1,xr).week()});return buildPickerTable({row:6,column:7},yr,{startDate:kt,columnIndexOffset:gr?1:0,nextEndDate:tr.endDate||he||tr.selecting&&kt||null,now:dayjs().locale(unref(y)).startOf(xr),unit:xr,relativeDateGetter:Tr=>unref(ue).add(Tr-_r,xr),setCellMetadata:(...Tr)=>{Ve(...Tr,Nr)&&(Nr+=1)},setRowMetadata:Fe}),yr});watch(()=>e.date,async()=>{var kt;(kt=unref(n))!=null&&kt.contains(document.activeElement)&&(await nextTick$3(),await er())});const er=async()=>{var kt;return(kt=unref($))==null?void 0:kt.focus()},ir=kt=>e.selectionMode==="date"&&isNormalDay(kt.type)&&dr(kt,e.parsedValue),dr=(kt,he)=>he?dayjs(he).locale(unref(y)).isSame(e.date.date(Number(kt.text)),"day"):!1,cr=(kt,he)=>{const tr=kt*7+(he-(e.showWeekNumber?1:0))-unref(oe);return unref(ue).add(tr,"day")},nr=kt=>{var he;if(!e.rangeState.selecting)return;let tr=kt.target;if(tr.tagName==="SPAN"&&(tr=(he=tr.parentNode)==null?void 0:he.parentNode),tr.tagName==="DIV"&&(tr=tr.parentNode),tr.tagName!=="TD")return;const gr=tr.parentNode.rowIndex-1,_r=tr.cellIndex;unref(qe)[gr][_r].disabled||(gr!==unref(k)||_r!==unref(L))&&(k.value=gr,L.value=_r,t("changerange",{selecting:!0,endDate:cr(gr,_r)}))},lr=kt=>!unref(_e)&&(kt==null?void 0:kt.text)===1&&kt.type==="normal"||kt.isCurrent,Et=kt=>{V||unref(_e)||e.selectionMode!=="date"||ar(kt,!0)},ie=kt=>{kt.target.closest("td")&&(V=!0)},pe=kt=>{kt.target.closest("td")&&(V=!1)},Ce=kt=>{!e.rangeState.selecting||!e.minDate?(t("pick",{minDate:kt,maxDate:null}),t("select",!0)):(kt>=e.minDate?t("pick",{minDate:e.minDate,maxDate:kt}):t("pick",{minDate:kt,maxDate:e.minDate}),t("select",!1))},Ie=kt=>{const he=kt.week(),tr=`${kt.year()}w${he}`;t("pick",{year:kt.year(),week:he,value:tr,date:kt.startOf("week")})},jt=(kt,he)=>{const tr=he?castArray(e.parsedValue).filter(gr=>(gr==null?void 0:gr.valueOf())!==kt.valueOf()):castArray(e.parsedValue).concat([kt]);t("pick",tr)},ar=(kt,he=!1)=>{const tr=kt.target.closest("td");if(!tr)return;const gr=tr.parentNode.rowIndex-1,_r=tr.cellIndex,yr=unref(qe)[gr][_r];if(yr.disabled||yr.type==="week")return;const xr=cr(gr,_r);switch(e.selectionMode){case"range":{Ce(xr);break}case"date":{t("pick",xr,he);break}case"week":{Ie(xr);break}case"dates":{jt(xr,!!yr.selected);break}}},ur=kt=>{if(e.selectionMode!=="week")return!1;let he=e.date.startOf("day");if(kt.type==="prev-month"&&(he=he.subtract(1,"month")),kt.type==="next-month"&&(he=he.add(1,"month")),he=he.date(Number.parseInt(kt.text,10)),e.parsedValue&&!Array.isArray(e.parsedValue)){const tr=(e.parsedValue.day()-z+7)%7-1;return e.parsedValue.subtract(tr,"day").isSame(he,"day")}return!1};return{WEEKS:de,rows:qe,tbodyRef:n,currentCellRef:$,focus:er,isCurrent:ir,isWeekActive:ur,isSelectedCell:lr,handlePickDate:ar,handleMouseUp:pe,handleMouseDown:ie,handleMouseMove:nr,handleFocus:Et}},useBasicDateTableDOM=(e,{isCurrent:t,isWeekActive:y})=>{const n=useNamespace("date-table"),{t:$}=useLocale(),k=computed(()=>[n.b(),{"is-week-mode":e.selectionMode==="week"}]),L=computed(()=>$("el.datepicker.dateTablePrompt")),j=computed(()=>$("el.datepicker.week"));return{tableKls:k,tableLabel:L,weekLabel:j,getCellClasses:re=>{const oe=[];return isNormalDay(re.type)&&!re.disabled?(oe.push("available"),re.type==="today"&&oe.push("today")):oe.push(re.type),t(re)&&oe.push("current"),re.inRange&&(isNormalDay(re.type)||e.selectionMode==="week")&&(oe.push("in-range"),re.start&&oe.push("start-date"),re.end&&oe.push("end-date")),re.disabled&&oe.push("disabled"),re.selected&&oe.push("selected"),re.customClass&&oe.push(re.customClass),oe.join(" ")},getRowKls:re=>[n.e("row"),{current:y(re)}],t:$}},basicCellProps=buildProps({cell:{type:definePropType(Object)}});var ElDatePickerCell=defineComponent({name:"ElDatePickerCell",props:basicCellProps,setup(e){const t=useNamespace("date-table-cell"),{slots:y}=inject(ROOT_PICKER_INJECTION_KEY);return()=>{const{cell:n}=e;return renderSlot(y,"default",{...n},()=>{var $;return[createVNode("div",{class:t.b()},[createVNode("span",{class:t.e("text")},[($=n==null?void 0:n.renderText)!=null?$:n==null?void 0:n.text])])]})}}});const _sfc_main$1X=defineComponent({__name:"basic-date-table",props:basicDateTableProps,emits:basicDateTableEmits,setup(e,{expose:t,emit:y}){const n=e,{WEEKS:$,rows:k,tbodyRef:L,currentCellRef:j,focus:V,isCurrent:z,isWeekActive:re,isSelectedCell:oe,handlePickDate:ue,handleMouseUp:de,handleMouseDown:_e,handleMouseMove:Ne,handleFocus:Ue}=useBasicDateTable(n,y),{tableLabel:$e,tableKls:Ve,weekLabel:Fe,getCellClasses:qe,getRowKls:er,t:ir}=useBasicDateTableDOM(n,{isCurrent:z,isWeekActive:re});return t({focus:V}),(dr,cr)=>(openBlock(),createElementBlock("table",{"aria-label":unref($e),class:normalizeClass(unref(Ve)),cellspacing:"0",cellpadding:"0",role:"grid",onClick:unref(ue),onMousemove:unref(Ne),onMousedown:withModifiers(unref(_e),["prevent"]),onMouseup:unref(de)},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:L},[createBaseVNode("tr",null,[dr.showWeekNumber?(openBlock(),createElementBlock("th",{key:0,scope:"col"},toDisplayString(unref(Fe)),1)):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref($),(nr,lr)=>(openBlock(),createElementBlock("th",{key:lr,"aria-label":unref(ir)("el.datepicker.weeksFull."+nr),scope:"col"},toDisplayString(unref(ir)("el.datepicker.weeks."+nr)),9,["aria-label"]))),128))]),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(k),(nr,lr)=>(openBlock(),createElementBlock("tr",{key:lr,class:normalizeClass(unref(er)(nr[1]))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(nr,(Et,ie)=>(openBlock(),createElementBlock("td",{key:`${lr}.${ie}`,ref_for:!0,ref:pe=>unref(oe)(Et)&&(j.value=pe),class:normalizeClass(unref(qe)(Et)),"aria-current":Et.isCurrent?"date":void 0,"aria-selected":Et.isCurrent,tabindex:unref(oe)(Et)?0:-1,onFocus:unref(Ue)},[createVNode(unref(ElDatePickerCell),{cell:Et},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$1X,[["__file","basic-date-table.vue"]]);const basicMonthTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("month")}),_sfc_main$1W=defineComponent({__name:"basic-month-table",props:basicMonthTableProps,emits:["changerange","pick","select"],setup(e,{expose:t,emit:y}){const n=e,$=(qe,er,ir)=>{const dr=dayjs().locale(ir).startOf("month").month(er).year(qe),cr=dr.daysInMonth();return rangeArr(cr).map(nr=>dr.add(nr,"day").toDate())},k=useNamespace("month-table"),{t:L,lang:j}=useLocale(),V=ref$1(),z=ref$1(),re=ref$1(n.date.locale("en").localeData().monthsShort().map(qe=>qe.toLowerCase())),oe=ref$1([[],[],[]]),ue=ref$1(),de=ref$1(),_e=computed(()=>{var qe,er;const ir=oe.value,dr=dayjs().locale(j.value).startOf("month");for(let cr=0;cr<3;cr++){const nr=ir[cr];for(let lr=0;lr<4;lr++){const Et=nr[lr]||(nr[lr]={row:cr,column:lr,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1});Et.type="normal";const ie=cr*4+lr,pe=n.date.startOf("year").month(ie),Ce=n.rangeState.endDate||n.maxDate||n.rangeState.selecting&&n.minDate||null;Et.inRange=!!(n.minDate&&pe.isSameOrAfter(n.minDate,"month")&&Ce&&pe.isSameOrBefore(Ce,"month"))||!!(n.minDate&&pe.isSameOrBefore(n.minDate,"month")&&Ce&&pe.isSameOrAfter(Ce,"month")),(qe=n.minDate)!=null&&qe.isSameOrAfter(Ce)?(Et.start=!!(Ce&&pe.isSame(Ce,"month")),Et.end=n.minDate&&pe.isSame(n.minDate,"month")):(Et.start=!!(n.minDate&&pe.isSame(n.minDate,"month")),Et.end=!!(Ce&&pe.isSame(Ce,"month"))),dr.isSame(pe)&&(Et.type="today"),Et.text=ie,Et.disabled=((er=n.disabledDate)==null?void 0:er.call(n,pe.toDate()))||!1}}return ir}),Ne=()=>{var qe;(qe=z.value)==null||qe.focus()},Ue=qe=>{const er={},ir=n.date.year(),dr=new Date,cr=qe.text;return er.disabled=n.disabledDate?$(ir,cr,j.value).every(n.disabledDate):!1,er.current=castArray(n.parsedValue).findIndex(nr=>dayjs.isDayjs(nr)&&nr.year()===ir&&nr.month()===cr)>=0,er.today=dr.getFullYear()===ir&&dr.getMonth()===cr,qe.inRange&&(er["in-range"]=!0,qe.start&&(er["start-date"]=!0),qe.end&&(er["end-date"]=!0)),er},$e=qe=>{const er=n.date.year(),ir=qe.text;return castArray(n.date).findIndex(dr=>dr.year()===er&&dr.month()===ir)>=0},Ve=qe=>{var er;if(!n.rangeState.selecting)return;let ir=qe.target;if(ir.tagName==="SPAN"&&(ir=(er=ir.parentNode)==null?void 0:er.parentNode),ir.tagName==="DIV"&&(ir=ir.parentNode),ir.tagName!=="TD")return;const dr=ir.parentNode.rowIndex,cr=ir.cellIndex;_e.value[dr][cr].disabled||(dr!==ue.value||cr!==de.value)&&(ue.value=dr,de.value=cr,y("changerange",{selecting:!0,endDate:n.date.startOf("year").month(dr*4+cr)}))},Fe=qe=>{var er;const ir=(er=qe.target)==null?void 0:er.closest("td");if((ir==null?void 0:ir.tagName)!=="TD"||hasClass(ir,"disabled"))return;const dr=ir.cellIndex,nr=ir.parentNode.rowIndex*4+dr,lr=n.date.startOf("year").month(nr);if(n.selectionMode==="months"){if(qe.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const Et=n.date.startOf("month").month(nr),ie=hasClass(ir,"current")?castArray(n.parsedValue).filter(pe=>Number(pe)!==Number(Et)):castArray(n.parsedValue).concat([dayjs(Et)]);y("pick",ie)}else n.selectionMode==="range"?n.rangeState.selecting?(n.minDate&&lr>=n.minDate?y("pick",{minDate:n.minDate,maxDate:lr}):y("pick",{minDate:lr,maxDate:n.minDate}),y("select",!1)):(y("pick",{minDate:lr,maxDate:null}),y("select",!0)):y("pick",nr)};return watch(()=>n.date,async()=>{var qe,er;(qe=V.value)!=null&&qe.contains(document.activeElement)&&(await nextTick$3(),(er=z.value)==null||er.focus())}),t({focus:Ne}),(qe,er)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref(L)("el.datepicker.monthTablePrompt"),class:normalizeClass(unref(k).b()),onClick:Fe,onMousemove:Ve},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(_e),(ir,dr)=>(openBlock(),createElementBlock("tr",{key:dr},[(openBlock(!0),createElementBlock(Fragment,null,renderList(ir,(cr,nr)=>(openBlock(),createElementBlock("td",{key:nr,ref_for:!0,ref:lr=>$e(cr)&&(z.value=lr),class:normalizeClass(Ue(cr)),"aria-selected":`${$e(cr)}`,"aria-label":unref(L)(`el.datepicker.month${+cr.text+1}`),tabindex:$e(cr)?0:-1,onKeydown:[withKeys(withModifiers(Fe,["prevent","stop"]),["space"]),withKeys(withModifiers(Fe,["prevent","stop"]),["enter"])]},[createVNode(unref(ElDatePickerCell),{cell:{...cr,renderText:unref(L)("el.datepicker.months."+re.value[cr.text])}},null,8,["cell"])],42,["aria-selected","aria-label","tabindex","onKeydown"]))),128))]))),128))],512)],42,["aria-label"]))}});var MonthTable=_export_sfc$1(_sfc_main$1W,[["__file","basic-month-table.vue"]]);const basicYearTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("year")}),_sfc_main$1V=defineComponent({__name:"basic-year-table",props:basicYearTableProps,emits:["changerange","pick","select"],setup(e,{expose:t,emit:y}){const n=e,$=(qe,er)=>{const ir=dayjs(String(qe)).locale(er).startOf("year"),cr=ir.endOf("year").dayOfYear();return rangeArr(cr).map(nr=>ir.add(nr,"day").toDate())},k=useNamespace("year-table"),{t:L,lang:j}=useLocale(),V=ref$1(),z=ref$1(),re=computed(()=>Math.floor(n.date.year()/10)*10),oe=ref$1([[],[],[]]),ue=ref$1(),de=ref$1(),_e=computed(()=>{var qe;const er=oe.value,ir=dayjs().locale(j.value).startOf("year");for(let dr=0;dr<3;dr++){const cr=er[dr];for(let nr=0;nr<4&&!(dr*4+nr>=10);nr++){let lr=cr[nr];lr||(lr={row:dr,column:nr,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1}),lr.type="normal";const Et=dr*4+nr+re.value,ie=dayjs().year(Et),pe=n.rangeState.endDate||n.maxDate||n.rangeState.selecting&&n.minDate||null;lr.inRange=!!(n.minDate&&ie.isSameOrAfter(n.minDate,"year")&&pe&&ie.isSameOrBefore(pe,"year"))||!!(n.minDate&&ie.isSameOrBefore(n.minDate,"year")&&pe&&ie.isSameOrAfter(pe,"year")),(qe=n.minDate)!=null&&qe.isSameOrAfter(pe)?(lr.start=!!(pe&&ie.isSame(pe,"year")),lr.end=!!(n.minDate&&ie.isSame(n.minDate,"year"))):(lr.start=!!(n.minDate&&ie.isSame(n.minDate,"year")),lr.end=!!(pe&&ie.isSame(pe,"year"))),ir.isSame(ie)&&(lr.type="today"),lr.text=Et;const Ie=ie.toDate();lr.disabled=n.disabledDate&&n.disabledDate(Ie)||!1,cr[nr]=lr}}return er}),Ne=()=>{var qe;(qe=z.value)==null||qe.focus()},Ue=qe=>{const er={},ir=dayjs().locale(j.value),dr=qe.text;return er.disabled=n.disabledDate?$(dr,j.value).every(n.disabledDate):!1,er.today=ir.year()===dr,er.current=castArray(n.parsedValue).findIndex(cr=>cr.year()===dr)>=0,qe.inRange&&(er["in-range"]=!0,qe.start&&(er["start-date"]=!0),qe.end&&(er["end-date"]=!0)),er},$e=qe=>{const er=qe.text;return castArray(n.date).findIndex(ir=>ir.year()===er)>=0},Ve=qe=>{var er;const ir=(er=qe.target)==null?void 0:er.closest("td");if(!ir||!ir.textContent||hasClass(ir,"disabled"))return;const dr=ir.cellIndex,nr=ir.parentNode.rowIndex*4+dr+re.value,lr=dayjs().year(nr);if(n.selectionMode==="range")n.rangeState.selecting?(n.minDate&&lr>=n.minDate?y("pick",{minDate:n.minDate,maxDate:lr}):y("pick",{minDate:lr,maxDate:n.minDate}),y("select",!1)):(y("pick",{minDate:lr,maxDate:null}),y("select",!0));else if(n.selectionMode==="years"){if(qe.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const Et=hasClass(ir,"current")?castArray(n.parsedValue).filter(ie=>(ie==null?void 0:ie.year())!==nr):castArray(n.parsedValue).concat([lr]);y("pick",Et)}else y("pick",nr)},Fe=qe=>{var er;if(!n.rangeState.selecting)return;const ir=(er=qe.target)==null?void 0:er.closest("td");if(!ir)return;const dr=ir.parentNode.rowIndex,cr=ir.cellIndex;_e.value[dr][cr].disabled||(dr!==ue.value||cr!==de.value)&&(ue.value=dr,de.value=cr,y("changerange",{selecting:!0,endDate:dayjs().year(re.value).add(dr*4+cr,"year")}))};return watch(()=>n.date,async()=>{var qe,er;(qe=V.value)!=null&&qe.contains(document.activeElement)&&(await nextTick$3(),(er=z.value)==null||er.focus())}),t({focus:Ne}),(qe,er)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref(L)("el.datepicker.yearTablePrompt"),class:normalizeClass(unref(k).b()),onClick:Ve,onMousemove:Fe},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(_e),(ir,dr)=>(openBlock(),createElementBlock("tr",{key:dr},[(openBlock(!0),createElementBlock(Fragment,null,renderList(ir,(cr,nr)=>(openBlock(),createElementBlock("td",{key:`${dr}_${nr}`,ref_for:!0,ref:lr=>$e(cr)&&(z.value=lr),class:normalizeClass(["available",Ue(cr)]),"aria-selected":$e(cr),"aria-label":String(cr.text),tabindex:$e(cr)?0:-1,onKeydown:[withKeys(withModifiers(Ve,["prevent","stop"]),["space"]),withKeys(withModifiers(Ve,["prevent","stop"]),["enter"])]},[createVNode(unref(ElDatePickerCell),{cell:cr},null,8,["cell"])],42,["aria-selected","aria-label","tabindex","onKeydown"]))),128))]))),128))],512)],42,["aria-label"]))}});var YearTable=_export_sfc$1(_sfc_main$1V,[["__file","basic-year-table.vue"]]);const _sfc_main$1U=defineComponent({__name:"panel-date-pick",props:panelDatePickProps,emits:["pick","set-picker-option","panel-change"],setup(e,{emit:t}){const y=e,n=(Ur,Sn,Nn)=>!0,$=useNamespace("picker-panel"),k=useNamespace("date-picker"),L=useAttrs$1(),j=useSlots(),{t:V,lang:z}=useLocale(),re=inject("EP_PICKER_BASE"),oe=inject(TOOLTIP_INJECTION_KEY),{shortcuts:ue,disabledDate:de,cellClassName:_e,defaultTime:Ne}=re.props,Ue=toRef$1(re.props,"defaultValue"),$e=ref$1(),Ve=ref$1(dayjs().locale(z.value)),Fe=ref$1(!1);let qe=!1;const er=computed(()=>dayjs(Ne).locale(z.value)),ir=computed(()=>Ve.value.month()),dr=computed(()=>Ve.value.year()),cr=ref$1([]),nr=ref$1(null),lr=ref$1(null),Et=Ur=>cr.value.length>0?n(Ur,cr.value,y.format||"HH:mm:ss"):!0,ie=Ur=>Ne&&!Br.value&&!Fe.value&&!qe?er.value.year(Ur.year()).month(Ur.month()).date(Ur.date()):Tr.value?Ur.millisecond(0):Ur.startOf("day"),pe=(Ur,...Sn)=>{if(!Ur)t("pick",Ur,...Sn);else if(isArray$4(Ur)){const Nn=Ur.map(ie);t("pick",Nn,...Sn)}else t("pick",ie(Ur),...Sn);nr.value=null,lr.value=null,Fe.value=!1,qe=!1},Ce=async(Ur,Sn)=>{if(he.value==="date"){Ur=Ur;let Nn=y.parsedValue?y.parsedValue.year(Ur.year()).month(Ur.month()).date(Ur.date()):Ur;Et(Nn)||(Nn=cr.value[0][0].year(Ur.year()).month(Ur.month()).date(Ur.date())),Ve.value=Nn,pe(Nn,Tr.value||Sn),y.type==="datetime"&&(await nextTick$3(),Ba())}else he.value==="week"?pe(Ur.date):he.value==="dates"&&pe(Ur,!0)},Ie=Ur=>{const Sn=Ur?"add":"subtract";Ve.value=Ve.value[Sn](1,"month"),Wr("month")},jt=Ur=>{const Sn=Ve.value,Nn=Ur?"add":"subtract";Ve.value=ar.value==="year"?Sn[Nn](10,"year"):Sn[Nn](1,"year"),Wr("year")},ar=ref$1("date"),ur=computed(()=>{const Ur=V("el.datepicker.year");if(ar.value==="year"){const Sn=Math.floor(dr.value/10)*10;return Ur?`${Sn} ${Ur} - ${Sn+9} ${Ur}`:`${Sn} - ${Sn+9}`}return`${dr.value} ${Ur}`}),kt=Ur=>{const Sn=isFunction$5(Ur.value)?Ur.value():Ur.value;if(Sn){qe=!0,pe(dayjs(Sn).locale(z.value));return}Ur.onClick&&Ur.onClick({attrs:L,slots:j,emit:t})},he=computed(()=>{const{type:Ur}=y;return["week","month","months","year","years","dates"].includes(Ur)?Ur:"date"}),tr=computed(()=>he.value==="dates"||he.value==="months"||he.value==="years"),gr=computed(()=>he.value==="date"?ar.value:he.value),_r=computed(()=>!!ue.length),yr=async(Ur,Sn)=>{he.value==="month"?(Ve.value=Ve.value.startOf("month").month(Ur),pe(Ve.value,!1)):he.value==="months"?pe(Ur,Sn??!0):(Ve.value=Ve.value.startOf("month").month(Ur),ar.value="date",["month","year","date","week"].includes(he.value)&&(pe(Ve.value,!0),await nextTick$3(),Ba())),Wr("month")},xr=async(Ur,Sn)=>{he.value==="year"?(Ve.value=Ve.value.startOf("year").year(Ur),pe(Ve.value,!1)):he.value==="years"?pe(Ur,Sn??!0):(Ve.value=Ve.value.year(Ur),ar.value="month",["month","year","date","week"].includes(he.value)&&(pe(Ve.value,!0),await nextTick$3(),Ba())),Wr("year")},Nr=async Ur=>{ar.value=Ur,await nextTick$3(),Ba()},Tr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),Sr=computed(()=>{const Ur=Tr.value||he.value==="dates",Sn=he.value==="years",Nn=he.value==="months",Sa=ar.value==="date",Li=ar.value==="year",ca=ar.value==="month";return Ur&&Sa||Sn&&Li||Nn&&ca}),Ar=computed(()=>de?y.parsedValue?isArray$4(y.parsedValue)?de(y.parsedValue[0].toDate()):de(y.parsedValue.toDate()):!0:!1),Fr=()=>{if(tr.value)pe(y.parsedValue);else{let Ur=y.parsedValue;if(!Ur){const Sn=dayjs(Ne).locale(z.value),Nn=oa();Ur=Sn.year(Nn.year()).month(Nn.month()).date(Nn.date())}Ve.value=Ur,pe(Ur)}},Gr=computed(()=>de?de(dayjs().locale(z.value).toDate()):!1),Vr=()=>{const Sn=dayjs().locale(z.value).toDate();Fe.value=!0,(!de||!de(Sn))&&Et(Sn)&&(Ve.value=dayjs().locale(z.value),pe(Ve.value))},Dr=computed(()=>y.timeFormat||extractTimeFormat(y.format)),Ir=computed(()=>y.dateFormat||extractDateFormat(y.format)),Br=computed(()=>{if(lr.value)return lr.value;if(!(!y.parsedValue&&!Ue.value))return(y.parsedValue||Ve.value).format(Dr.value)}),Rr=computed(()=>{if(nr.value)return nr.value;if(!(!y.parsedValue&&!Ue.value))return(y.parsedValue||Ve.value).format(Ir.value)}),Lr=ref$1(!1),$r=()=>{Lr.value=!0},jr=()=>{Lr.value=!1},vn=Ur=>({hour:Ur.hour(),minute:Ur.minute(),second:Ur.second(),year:Ur.year(),month:Ur.month(),date:Ur.date()}),Kr=(Ur,Sn,Nn)=>{const{hour:Sa,minute:Li,second:ca}=vn(Ur),fo=y.parsedValue?y.parsedValue.hour(Sa).minute(Li).second(ca):Ur;Ve.value=fo,pe(Ve.value,!0),Nn||(Lr.value=Sn)},kr=Ur=>{const Sn=dayjs(Ur,Dr.value).locale(z.value);if(Sn.isValid()&&Et(Sn)){const{year:Nn,month:Sa,date:Li}=vn(Ve.value);Ve.value=Sn.year(Nn).month(Sa).date(Li),lr.value=null,Lr.value=!1,pe(Ve.value,!0)}},Qr=Ur=>{const Sn=dayjs(Ur,Ir.value).locale(z.value);if(Sn.isValid()){if(de&&de(Sn.toDate()))return;const{hour:Nn,minute:Sa,second:Li}=vn(Ve.value);Ve.value=Sn.hour(Nn).minute(Sa).second(Li),nr.value=null,pe(Ve.value,!0)}},Zr=Ur=>dayjs.isDayjs(Ur)&&Ur.isValid()&&(de?!de(Ur.toDate()):!0),Vi=Ur=>isArray$4(Ur)?Ur.map(Sn=>Sn.format(y.format)):Ur.format(y.format),To=Ur=>dayjs(Ur,y.format).locale(z.value),oa=()=>{const Ur=dayjs(Ue.value).locale(z.value);if(!Ue.value){const Sn=er.value;return dayjs().hour(Sn.hour()).minute(Sn.minute()).second(Sn.second()).locale(z.value)}return Ur},Ba=async()=>{var Ur;["week","month","year","date"].includes(he.value)&&((Ur=$e.value)==null||Ur.focus(),he.value==="week"&&Mn(EVENT_CODE.down))},rs=Ur=>{const{code:Sn}=Ur;[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(Sn)&&(Mn(Sn),Ur.stopPropagation(),Ur.preventDefault()),[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.numpadEnter].includes(Sn)&&nr.value===null&&lr.value===null&&(Ur.preventDefault(),pe(Ve.value,!1))},Mn=Ur=>{var Sn;const{up:Nn,down:Sa,left:Li,right:ca,home:fo,end:zn,pageUp:ki,pageDown:Ra}=EVENT_CODE,_o={year:{[Nn]:-4,[Sa]:4,[Li]:-1,[ca]:1,offset:(tl,Es)=>tl.setFullYear(tl.getFullYear()+Es)},month:{[Nn]:-4,[Sa]:4,[Li]:-1,[ca]:1,offset:(tl,Es)=>tl.setMonth(tl.getMonth()+Es)},week:{[Nn]:-1,[Sa]:1,[Li]:-1,[ca]:1,offset:(tl,Es)=>tl.setDate(tl.getDate()+Es*7)},date:{[Nn]:-7,[Sa]:7,[Li]:-1,[ca]:1,[fo]:tl=>-tl.getDay(),[zn]:tl=>-tl.getDay()+6,[ki]:tl=>-new Date(tl.getFullYear(),tl.getMonth(),0).getDate(),[Ra]:tl=>new Date(tl.getFullYear(),tl.getMonth()+1,0).getDate(),offset:(tl,Es)=>tl.setDate(tl.getDate()+Es)}},eo=Ve.value.toDate();for(;Math.abs(Ve.value.diff(eo,"year",!0))<1;){const tl=_o[gr.value];if(!tl)return;if(tl.offset(eo,isFunction$5(tl[Ur])?tl[Ur](eo):(Sn=tl[Ur])!=null?Sn:0),de&&de(eo))break;const Es=dayjs(eo).locale(z.value);Ve.value=Es,t("pick",Es,!0);break}},Wr=Ur=>{t("panel-change",Ve.value.toDate(),Ur,ar.value)};return watch(()=>he.value,Ur=>{if(["month","year"].includes(Ur)){ar.value=Ur;return}else if(Ur==="years"){ar.value="year";return}else if(Ur==="months"){ar.value="month";return}ar.value="date"},{immediate:!0}),watch(()=>ar.value,()=>{oe==null||oe.updatePopper()}),watch(()=>Ue.value,Ur=>{Ur&&(Ve.value=oa())},{immediate:!0}),watch(()=>y.parsedValue,Ur=>{if(Ur){if(tr.value||Array.isArray(Ur))return;Ve.value=Ur}else Ve.value=oa()},{immediate:!0}),t("set-picker-option",["isValidValue",Zr]),t("set-picker-option",["formatToString",Vi]),t("set-picker-option",["parseUserInput",To]),t("set-picker-option",["handleFocusPicker",Ba]),(Ur,Sn)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref($).b(),unref(k).b(),{"has-sidebar":Ur.$slots.sidebar||unref(_r),"has-time":unref(Tr)}])},[createBaseVNode("div",{class:normalizeClass(unref($).e("body-wrapper"))},[renderSlot(Ur.$slots,"sidebar",{class:normalizeClass(unref($).e("sidebar"))}),unref(_r)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(ue),(Nn,Sa)=>(openBlock(),createElementBlock("button",{key:Sa,type:"button",class:normalizeClass(unref($).e("shortcut")),onClick:Li=>kt(Nn)},toDisplayString(Nn.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).e("body"))},[unref(Tr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(k).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(V)("el.datepicker.selectDate"),"model-value":unref(Rr),size:"small","validate-event":!1,onInput:Nn=>nr.value=Nn,onChange:Qr},null,8,["placeholder","model-value","onInput"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(k).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(V)("el.datepicker.selectTime"),"model-value":unref(Br),size:"small","validate-event":!1,onFocus:$r,onInput:Nn=>lr.value=Nn,onChange:kr},null,8,["placeholder","model-value","onInput"]),createVNode(unref(TimePickPanel),{visible:Lr.value,format:unref(Dr),"parsed-value":Ve.value,onPick:Kr},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),jr]])],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{class:normalizeClass([unref(k).e("header"),(ar.value==="year"||ar.value==="month")&&unref(k).e("header--bordered")])},[createBaseVNode("span",{class:normalizeClass(unref(k).e("prev-btn"))},[createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.prevYear"),class:normalizeClass(["d-arrow-left",unref($).e("icon-btn")]),onClick:Nn=>jt(!1)},[renderSlot(Ur.$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(V)("el.datepicker.prevMonth"),class:normalizeClass([unref($).e("icon-btn"),"arrow-left"]),onClick:Nn=>Ie(!1)},[renderSlot(Ur.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,ar.value==="date"]])],2),createBaseVNode("span",{role:"button",class:normalizeClass(unref(k).e("header-label")),"aria-live":"polite",tabindex:"0",onKeydown:withKeys(Nn=>Nr("year"),["enter"]),onClick:Nn=>Nr("year")},toDisplayString(unref(ur)),43,["onKeydown","onClick"]),withDirectives(createBaseVNode("span",{role:"button","aria-live":"polite",tabindex:"0",class:normalizeClass([unref(k).e("header-label"),{active:ar.value==="month"}]),onKeydown:withKeys(Nn=>Nr("month"),["enter"]),onClick:Nn=>Nr("month")},toDisplayString(unref(V)(`el.datepicker.month${unref(ir)+1}`)),43,["onKeydown","onClick"]),[[vShow,ar.value==="date"]]),createBaseVNode("span",{class:normalizeClass(unref(k).e("next-btn"))},[withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.nextMonth"),class:normalizeClass([unref($).e("icon-btn"),"arrow-right"]),onClick:Nn=>Ie(!0)},[renderSlot(Ur.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,ar.value==="date"]]),createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.nextYear"),class:normalizeClass([unref($).e("icon-btn"),"d-arrow-right"]),onClick:Nn=>jt(!0)},[renderSlot(Ur.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label","onClick"])],2)],2),[[vShow,ar.value!=="time"]]),createBaseVNode("div",{class:normalizeClass(unref($).e("content")),onKeydown:rs},[ar.value==="date"?(openBlock(),createBlock(DateTable,{key:0,ref_key:"currentViewRef",ref:$e,"selection-mode":unref(he),date:Ve.value,"parsed-value":Ur.parsedValue,"disabled-date":unref(de),"cell-class-name":unref(_e),onPick:Ce},null,8,["selection-mode","date","parsed-value","disabled-date","cell-class-name"])):createCommentVNode("v-if",!0),ar.value==="year"?(openBlock(),createBlock(YearTable,{key:1,ref_key:"currentViewRef",ref:$e,"selection-mode":unref(he),date:Ve.value,"disabled-date":unref(de),"parsed-value":Ur.parsedValue,onPick:xr},null,8,["selection-mode","date","disabled-date","parsed-value"])):createCommentVNode("v-if",!0),ar.value==="month"?(openBlock(),createBlock(MonthTable,{key:2,ref_key:"currentViewRef",ref:$e,"selection-mode":unref(he),date:Ve.value,"parsed-value":Ur.parsedValue,"disabled-date":unref(de),onPick:yr},null,8,["selection-mode","date","parsed-value","disabled-date"])):createCommentVNode("v-if",!0)],34)],2)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(unref($).e("footer"))},[withDirectives(createVNode(unref(ElButton),{text:"",size:"small",class:normalizeClass(unref($).e("link-btn")),disabled:unref(Gr),onClick:Vr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.now")),1)]),_:1},8,["class","disabled"]),[[vShow,!unref(tr)]]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref($).e("link-btn")),disabled:unref(Ar),onClick:Fr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled"])],2),[[vShow,unref(Sr)]])],2))}});var DatePickPanel=_export_sfc$1(_sfc_main$1U,[["__file","panel-date-pick.vue"]]);const panelDateRangeProps=buildProps({...panelSharedProps,...panelRangeSharedProps,visible:Boolean}),useShortcut=e=>{const{emit:t}=getCurrentInstance(),y=useAttrs$1(),n=useSlots();return k=>{const L=isFunction$5(k.value)?k.value():k.value;if(L){t("pick",[dayjs(L[0]).locale(e.value),dayjs(L[1]).locale(e.value)]);return}k.onClick&&k.onClick({attrs:y,slots:n,emit:t})}},useRangePicker=(e,{defaultValue:t,leftDate:y,rightDate:n,unit:$,onParsedValueChanged:k})=>{const{emit:L}=getCurrentInstance(),{pickerNs:j}=inject(ROOT_PICKER_INJECTION_KEY),V=useNamespace("date-range-picker"),{t:z,lang:re}=useLocale(),oe=useShortcut(re),ue=ref$1(),de=ref$1(),_e=ref$1({endDate:null,selecting:!1}),Ne=qe=>{_e.value=qe},Ue=(qe=!1)=>{const er=unref(ue),ir=unref(de);isValidRange([er,ir])&&L("pick",[er,ir],qe)},$e=qe=>{_e.value.selecting=qe,qe||(_e.value.endDate=null)},Ve=qe=>{if(isArray$4(qe)&&qe.length===2){const[er,ir]=qe;ue.value=er,y.value=er,de.value=ir,k(unref(ue),unref(de))}else Fe()},Fe=()=>{const[qe,er]=getDefaultValue$1(unref(t),{lang:unref(re),unit:$,unlinkPanels:e.unlinkPanels});ue.value=void 0,de.value=void 0,y.value=qe,n.value=er};return watch(t,qe=>{qe&&Fe()},{immediate:!0}),watch(()=>e.parsedValue,Ve,{immediate:!0}),{minDate:ue,maxDate:de,rangeState:_e,lang:re,ppNs:j,drpNs:V,handleChangeRange:Ne,handleRangeConfirm:Ue,handleShortcutClick:oe,onSelect:$e,onReset:Ve,t:z}},unit$2="month",_sfc_main$1T=defineComponent({__name:"panel-date-range",props:panelDateRangeProps,emits:["pick","set-picker-option","calendar-change","panel-change"],setup(e,{emit:t}){const y=e,n=inject("EP_PICKER_BASE"),{disabledDate:$,cellClassName:k,defaultTime:L,clearable:j}=n.props,V=toRef$1(n.props,"format"),z=toRef$1(n.props,"shortcuts"),re=toRef$1(n.props,"defaultValue"),{lang:oe}=useLocale(),ue=ref$1(dayjs().locale(oe.value)),de=ref$1(dayjs().locale(oe.value).add(1,unit$2)),{minDate:_e,maxDate:Ne,rangeState:Ue,ppNs:$e,drpNs:Ve,handleChangeRange:Fe,handleRangeConfirm:qe,handleShortcutClick:er,onSelect:ir,onReset:dr,t:cr}=useRangePicker(y,{defaultValue:re,leftDate:ue,rightDate:de,unit:unit$2,onParsedValueChanged:Sn});watch(()=>y.visible,Nn=>{!Nn&&Ue.value.selecting&&(dr(y.parsedValue),ir(!1))});const nr=ref$1({min:null,max:null}),lr=ref$1({min:null,max:null}),Et=computed(()=>`${ue.value.year()} ${cr("el.datepicker.year")} ${cr(`el.datepicker.month${ue.value.month()+1}`)}`),ie=computed(()=>`${de.value.year()} ${cr("el.datepicker.year")} ${cr(`el.datepicker.month${de.value.month()+1}`)}`),pe=computed(()=>ue.value.year()),Ce=computed(()=>ue.value.month()),Ie=computed(()=>de.value.year()),jt=computed(()=>de.value.month()),ar=computed(()=>!!z.value.length),ur=computed(()=>nr.value.min!==null?nr.value.min:_e.value?_e.value.format(_r.value):""),kt=computed(()=>nr.value.max!==null?nr.value.max:Ne.value||_e.value?(Ne.value||_e.value).format(_r.value):""),he=computed(()=>lr.value.min!==null?lr.value.min:_e.value?_e.value.format(gr.value):""),tr=computed(()=>lr.value.max!==null?lr.value.max:Ne.value||_e.value?(Ne.value||_e.value).format(gr.value):""),gr=computed(()=>y.timeFormat||extractTimeFormat(V.value)),_r=computed(()=>y.dateFormat||extractDateFormat(V.value)),yr=Nn=>isValidRange(Nn)&&($?!$(Nn[0].toDate())&&!$(Nn[1].toDate()):!0),xr=()=>{ue.value=ue.value.subtract(1,"year"),y.unlinkPanels||(de.value=ue.value.add(1,"month")),Dr("year")},Nr=()=>{ue.value=ue.value.subtract(1,"month"),y.unlinkPanels||(de.value=ue.value.add(1,"month")),Dr("month")},Tr=()=>{y.unlinkPanels?de.value=de.value.add(1,"year"):(ue.value=ue.value.add(1,"year"),de.value=ue.value.add(1,"month")),Dr("year")},Sr=()=>{y.unlinkPanels?de.value=de.value.add(1,"month"):(ue.value=ue.value.add(1,"month"),de.value=ue.value.add(1,"month")),Dr("month")},Ar=()=>{ue.value=ue.value.add(1,"year"),Dr("year")},Fr=()=>{ue.value=ue.value.add(1,"month"),Dr("month")},Gr=()=>{de.value=de.value.subtract(1,"year"),Dr("year")},Vr=()=>{de.value=de.value.subtract(1,"month"),Dr("month")},Dr=Nn=>{t("panel-change",[ue.value.toDate(),de.value.toDate()],Nn)},Ir=computed(()=>{const Nn=(Ce.value+1)%12,Sa=Ce.value+1>=12?1:0;return y.unlinkPanels&&new Date(pe.value+Sa,Nn)<new Date(Ie.value,jt.value)}),Br=computed(()=>y.unlinkPanels&&Ie.value*12+jt.value-(pe.value*12+Ce.value+1)>=12),Rr=computed(()=>!(_e.value&&Ne.value&&!Ue.value.selecting&&isValidRange([_e.value,Ne.value]))),Lr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),$r=(Nn,Sa)=>{if(Nn)return L?dayjs(L[Sa]||L).locale(oe.value).year(Nn.year()).month(Nn.month()).date(Nn.date()):Nn},jr=(Nn,Sa=!0)=>{const Li=Nn.minDate,ca=Nn.maxDate,fo=$r(Li,0),zn=$r(ca,1);Ne.value===zn&&_e.value===fo||(t("calendar-change",[Li.toDate(),ca&&ca.toDate()]),Ne.value=zn,_e.value=fo,!(!Sa||Lr.value)&&qe())},vn=ref$1(!1),Kr=ref$1(!1),kr=()=>{vn.value=!1},Qr=()=>{Kr.value=!1},Zr=(Nn,Sa)=>{nr.value[Sa]=Nn;const Li=dayjs(Nn,_r.value).locale(oe.value);if(Li.isValid()){if($&&$(Li.toDate()))return;Sa==="min"?(ue.value=Li,_e.value=(_e.value||ue.value).year(Li.year()).month(Li.month()).date(Li.date()),!y.unlinkPanels&&(!Ne.value||Ne.value.isBefore(_e.value))&&(de.value=Li.add(1,"month"),Ne.value=_e.value.add(1,"month"))):(de.value=Li,Ne.value=(Ne.value||de.value).year(Li.year()).month(Li.month()).date(Li.date()),!y.unlinkPanels&&(!_e.value||_e.value.isAfter(Ne.value))&&(ue.value=Li.subtract(1,"month"),_e.value=Ne.value.subtract(1,"month")))}},Vi=(Nn,Sa)=>{nr.value[Sa]=null},To=(Nn,Sa)=>{lr.value[Sa]=Nn;const Li=dayjs(Nn,gr.value).locale(oe.value);Li.isValid()&&(Sa==="min"?(vn.value=!0,_e.value=(_e.value||ue.value).hour(Li.hour()).minute(Li.minute()).second(Li.second())):(Kr.value=!0,Ne.value=(Ne.value||de.value).hour(Li.hour()).minute(Li.minute()).second(Li.second()),de.value=Ne.value))},oa=(Nn,Sa)=>{lr.value[Sa]=null,Sa==="min"?(ue.value=_e.value,vn.value=!1,(!Ne.value||Ne.value.isBefore(_e.value))&&(Ne.value=_e.value)):(de.value=Ne.value,Kr.value=!1,Ne.value&&Ne.value.isBefore(_e.value)&&(_e.value=Ne.value))},Ba=(Nn,Sa,Li)=>{lr.value.min||(Nn&&(ue.value=Nn,_e.value=(_e.value||ue.value).hour(Nn.hour()).minute(Nn.minute()).second(Nn.second())),Li||(vn.value=Sa),(!Ne.value||Ne.value.isBefore(_e.value))&&(Ne.value=_e.value,de.value=Nn))},rs=(Nn,Sa,Li)=>{lr.value.max||(Nn&&(de.value=Nn,Ne.value=(Ne.value||de.value).hour(Nn.hour()).minute(Nn.minute()).second(Nn.second())),Li||(Kr.value=Sa),Ne.value&&Ne.value.isBefore(_e.value)&&(_e.value=Ne.value))},Mn=()=>{ue.value=getDefaultValue$1(unref(re),{lang:unref(oe),unit:"month",unlinkPanels:y.unlinkPanels})[0],de.value=ue.value.add(1,"month"),Ne.value=void 0,_e.value=void 0,t("pick",null)},Wr=Nn=>isArray$4(Nn)?Nn.map(Sa=>Sa.format(V.value)):Nn.format(V.value),Ur=Nn=>isArray$4(Nn)?Nn.map(Sa=>dayjs(Sa,V.value).locale(oe.value)):dayjs(Nn,V.value).locale(oe.value);function Sn(Nn,Sa){if(y.unlinkPanels&&Sa){const Li=(Nn==null?void 0:Nn.year())||0,ca=(Nn==null?void 0:Nn.month())||0,fo=Sa.year(),zn=Sa.month();de.value=Li===fo&&ca===zn?Sa.add(1,unit$2):Sa}else de.value=ue.value.add(1,unit$2),Sa&&(de.value=de.value.hour(Sa.hour()).minute(Sa.minute()).second(Sa.second()))}return t("set-picker-option",["isValidValue",yr]),t("set-picker-option",["parseUserInput",Ur]),t("set-picker-option",["formatToString",Wr]),t("set-picker-option",["handleClear",Mn]),(Nn,Sa)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref($e).b(),unref(Ve).b(),{"has-sidebar":Nn.$slots.sidebar||unref(ar),"has-time":unref(Lr)}])},[createBaseVNode("div",{class:normalizeClass(unref($e).e("body-wrapper"))},[renderSlot(Nn.$slots,"sidebar",{class:normalizeClass(unref($e).e("sidebar"))}),unref(ar)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($e).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(z),(Li,ca)=>(openBlock(),createElementBlock("button",{key:ca,type:"button",class:normalizeClass(unref($e).e("shortcut")),onClick:fo=>unref(er)(Li)},toDisplayString(Li.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($e).e("body"))},[unref(Lr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ve).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(Ve).e("editors-wrap"))},[createBaseVNode("span",{class:normalizeClass(unref(Ve).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",disabled:unref(Ue).selecting,placeholder:unref(cr)("el.datepicker.startDate"),class:normalizeClass(unref(Ve).e("editor")),"model-value":unref(ur),"validate-event":!1,onInput:Li=>Zr(Li,"min"),onChange:Li=>Vi(Li,"min")},null,8,["disabled","placeholder","class","model-value","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ve).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ve).e("editor")),disabled:unref(Ue).selecting,placeholder:unref(cr)("el.datepicker.startTime"),"model-value":unref(he),"validate-event":!1,onFocus:Li=>vn.value=!0,onInput:Li=>To(Li,"min"),onChange:Li=>oa(Li,"min")},null,8,["class","disabled","placeholder","model-value","onFocus","onInput","onChange"]),createVNode(unref(TimePickPanel),{visible:vn.value,format:unref(gr),"datetime-role":"start","parsed-value":ue.value,onPick:Ba},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),kr]])],2),createBaseVNode("span",null,[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})]),createBaseVNode("span",{class:normalizeClass([unref(Ve).e("editors-wrap"),"is-right"])},[createBaseVNode("span",{class:normalizeClass(unref(Ve).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ve).e("editor")),disabled:unref(Ue).selecting,placeholder:unref(cr)("el.datepicker.endDate"),"model-value":unref(kt),readonly:!unref(_e),"validate-event":!1,onInput:Li=>Zr(Li,"max"),onChange:Li=>Vi(Li,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ve).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ve).e("editor")),disabled:unref(Ue).selecting,placeholder:unref(cr)("el.datepicker.endTime"),"model-value":unref(tr),readonly:!unref(_e),"validate-event":!1,onFocus:Li=>unref(_e)&&(Kr.value=!0),onInput:Li=>To(Li,"max"),onChange:Li=>oa(Li,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onFocus","onInput","onChange"]),createVNode(unref(TimePickPanel),{"datetime-role":"end",visible:Kr.value,format:unref(gr),"parsed-value":de.value,onPick:rs},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Qr]])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([[unref($e).e("content"),unref(Ve).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(Ve).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref($e).e("icon-btn"),"d-arrow-left"]),"aria-label":unref(cr)("el.datepicker.prevYear"),onClick:xr},[renderSlot(Nn.$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($e).e("icon-btn"),"arrow-left"]),"aria-label":unref(cr)("el.datepicker.prevMonth"),onClick:Nr},[renderSlot(Nn.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label"]),Nn.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Br),class:normalizeClass([[unref($e).e("icon-btn"),{"is-disabled":!unref(Br)}],"d-arrow-right"]),"aria-label":unref(cr)("el.datepicker.nextYear"),onClick:Ar},[renderSlot(Nn.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),Nn.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Ir),class:normalizeClass([[unref($e).e("icon-btn"),{"is-disabled":!unref(Ir)}],"arrow-right"]),"aria-label":unref(cr)("el.datepicker.nextMonth"),onClick:Fr},[renderSlot(Nn.$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(Et)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:ue.value,"min-date":unref(_e),"max-date":unref(Ne),"range-state":unref(Ue),"disabled-date":unref($),"cell-class-name":unref(k),onChangerange:unref(Fe),onPick:jr,onSelect:unref(ir)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref($e).e("content"),unref(Ve).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Ve).e("header"))},[Nn.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Br),class:normalizeClass([[unref($e).e("icon-btn"),{"is-disabled":!unref(Br)}],"d-arrow-left"]),"aria-label":unref(cr)("el.datepicker.prevYear"),onClick:Gr},[renderSlot(Nn.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),Nn.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Ir),class:normalizeClass([[unref($e).e("icon-btn"),{"is-disabled":!unref(Ir)}],"arrow-left"]),"aria-label":unref(cr)("el.datepicker.prevMonth"),onClick:Vr},[renderSlot(Nn.$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(cr)("el.datepicker.nextYear"),class:normalizeClass([unref($e).e("icon-btn"),"d-arrow-right"]),onClick:Tr},[renderSlot(Nn.$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($e).e("icon-btn"),"arrow-right"]),"aria-label":unref(cr)("el.datepicker.nextMonth"),onClick:Sr},[renderSlot(Nn.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("div",null,toDisplayString(unref(ie)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:de.value,"min-date":unref(_e),"max-date":unref(Ne),"range-state":unref(Ue),"disabled-date":unref($),"cell-class-name":unref(k),onChangerange:unref(Fe),onPick:jr,onSelect:unref(ir)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2)],2)],2),unref(Lr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($e).e("footer"))},[unref(j)?(openBlock(),createBlock(unref(ElButton),{key:0,text:"",size:"small",class:normalizeClass(unref($e).e("link-btn")),onClick:Mn},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(cr)("el.datepicker.clear")),1)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref($e).e("link-btn")),disabled:unref(Rr),onClick:Li=>unref(qe)(!1)},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(cr)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled","onClick"])],2)):createCommentVNode("v-if",!0)],2))}});var DateRangePickPanel=_export_sfc$1(_sfc_main$1T,[["__file","panel-date-range.vue"]]);const panelMonthRangeProps=buildProps({...panelRangeSharedProps}),panelMonthRangeEmits=["pick","set-picker-option","calendar-change"],useMonthRangeHeader=({unlinkPanels:e,leftDate:t,rightDate:y})=>{const{t:n}=useLocale(),$=()=>{t.value=t.value.subtract(1,"year"),e.value||(y.value=y.value.subtract(1,"year"))},k=()=>{e.value||(t.value=t.value.add(1,"year")),y.value=y.value.add(1,"year")},L=()=>{t.value=t.value.add(1,"year")},j=()=>{y.value=y.value.subtract(1,"year")},V=computed(()=>`${t.value.year()} ${n("el.datepicker.year")}`),z=computed(()=>`${y.value.year()} ${n("el.datepicker.year")}`),re=computed(()=>t.value.year()),oe=computed(()=>y.value.year()===t.value.year()?t.value.year()+1:y.value.year());return{leftPrevYear:$,rightNextYear:k,leftNextYear:L,rightPrevYear:j,leftLabel:V,rightLabel:z,leftYear:re,rightYear:oe}},unit$1="year",__default__$11=defineComponent({name:"DatePickerMonthRange"}),_sfc_main$1S=defineComponent({...__default__$11,props:panelMonthRangeProps,emits:panelMonthRangeEmits,setup(e,{emit:t}){const y=e,{lang:n}=useLocale(),$=inject("EP_PICKER_BASE"),{shortcuts:k,disabledDate:L}=$.props,j=toRef$1($.props,"format"),V=toRef$1($.props,"defaultValue"),z=ref$1(dayjs().locale(n.value)),re=ref$1(dayjs().locale(n.value).add(1,unit$1)),{minDate:oe,maxDate:ue,rangeState:de,ppNs:_e,drpNs:Ne,handleChangeRange:Ue,handleRangeConfirm:$e,handleShortcutClick:Ve,onSelect:Fe}=useRangePicker(y,{defaultValue:V,leftDate:z,rightDate:re,unit:unit$1,onParsedValueChanged:ur}),qe=computed(()=>!!k.length),{leftPrevYear:er,rightNextYear:ir,leftNextYear:dr,rightPrevYear:cr,leftLabel:nr,rightLabel:lr,leftYear:Et,rightYear:ie}=useMonthRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:z,rightDate:re}),pe=computed(()=>y.unlinkPanels&&ie.value>Et.value+1),Ce=(kt,he=!0)=>{const tr=kt.minDate,gr=kt.maxDate;ue.value===gr&&oe.value===tr||(t("calendar-change",[tr.toDate(),gr&&gr.toDate()]),ue.value=gr,oe.value=tr,he&&$e())},Ie=()=>{z.value=getDefaultValue$1(unref(V),{lang:unref(n),unit:"year",unlinkPanels:y.unlinkPanels})[0],re.value=z.value.add(1,"year"),t("pick",null)},jt=kt=>isArray$4(kt)?kt.map(he=>he.format(j.value)):kt.format(j.value),ar=kt=>isArray$4(kt)?kt.map(he=>dayjs(he,j.value).locale(n.value)):dayjs(kt,j.value).locale(n.value);function ur(kt,he){if(y.unlinkPanels&&he){const tr=(kt==null?void 0:kt.year())||0,gr=he.year();re.value=tr===gr?he.add(1,unit$1):he}else re.value=z.value.add(1,unit$1)}return t("set-picker-option",["isValidValue",isValidRange]),t("set-picker-option",["formatToString",jt]),t("set-picker-option",["parseUserInput",ar]),t("set-picker-option",["handleClear",Ie]),(kt,he)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(_e).b(),unref(Ne).b(),{"has-sidebar":!!kt.$slots.sidebar||unref(qe)}])},[createBaseVNode("div",{class:normalizeClass(unref(_e).e("body-wrapper"))},[renderSlot(kt.$slots,"sidebar",{class:normalizeClass(unref(_e).e("sidebar"))}),unref(qe)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(_e).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(k),(tr,gr)=>(openBlock(),createElementBlock("button",{key:gr,type:"button",class:normalizeClass(unref(_e).e("shortcut")),onClick:_r=>unref(Ve)(tr)},toDisplayString(tr.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(_e).e("body"))},[createBaseVNode("div",{class:normalizeClass([[unref(_e).e("content"),unref(Ne).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(Ne).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(_e).e("icon-btn"),"d-arrow-left"]),onClick:unref(er)},[renderSlot(kt.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),kt.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(pe),class:normalizeClass([[unref(_e).e("icon-btn"),{[unref(_e).is("disabled")]:!unref(pe)}],"d-arrow-right"]),onClick:unref(dr)},[renderSlot(kt.$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(nr)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:z.value,"min-date":unref(oe),"max-date":unref(ue),"range-state":unref(de),"disabled-date":unref(L),onChangerange:unref(Ue),onPick:Ce,onSelect:unref(Fe)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(_e).e("content"),unref(Ne).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Ne).e("header"))},[kt.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(pe),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(pe)}],"d-arrow-left"]),onClick:unref(cr)},[renderSlot(kt.$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(_e).e("icon-btn"),"d-arrow-right"]),onClick:unref(ir)},[renderSlot(kt.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(lr)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:re.value,"min-date":unref(oe),"max-date":unref(ue),"range-state":unref(de),"disabled-date":unref(L),onChangerange:unref(Ue),onPick:Ce,onSelect:unref(Fe)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2)],2)],2)],2))}});var MonthRangePickPanel=_export_sfc$1(_sfc_main$1S,[["__file","panel-month-range.vue"]]);const panelYearRangeProps=buildProps({...panelRangeSharedProps}),panelYearRangeEmits=["pick","set-picker-option","calendar-change"],useYearRangeHeader=({unlinkPanels:e,leftDate:t,rightDate:y})=>{const n=()=>{t.value=t.value.subtract(10,"year"),e.value||(y.value=y.value.subtract(10,"year"))},$=()=>{e.value||(t.value=t.value.add(10,"year")),y.value=y.value.add(10,"year")},k=()=>{t.value=t.value.add(10,"year")},L=()=>{y.value=y.value.subtract(10,"year")},j=computed(()=>{const oe=Math.floor(t.value.year()/10)*10;return`${oe}-${oe+9}`}),V=computed(()=>{const oe=Math.floor(y.value.year()/10)*10;return`${oe}-${oe+9}`}),z=computed(()=>Math.floor(t.value.year()/10)*10+9),re=computed(()=>Math.floor(y.value.year()/10)*10);return{leftPrevYear:n,rightNextYear:$,leftNextYear:k,rightPrevYear:L,leftLabel:j,rightLabel:V,leftYear:z,rightYear:re}},unit="year",__default__$10=defineComponent({name:"DatePickerYearRange"}),_sfc_main$1R=defineComponent({...__default__$10,props:panelYearRangeProps,emits:panelYearRangeEmits,setup(e,{emit:t}){const y=e,{lang:n}=useLocale(),$=ref$1(dayjs().locale(n.value)),k=ref$1($.value.add(10,"year")),{pickerNs:L}=inject(ROOT_PICKER_INJECTION_KEY),j=useNamespace("date-range-picker"),V=computed(()=>!!Ce.length),z=computed(()=>[L.b(),j.b(),{"has-sidebar":!!useSlots().sidebar||V.value}]),re=computed(()=>({content:[L.e("content"),j.e("content"),"is-left"],arrowLeftBtn:[L.e("icon-btn"),"d-arrow-left"],arrowRightBtn:[L.e("icon-btn"),{[L.is("disabled")]:!er.value},"d-arrow-right"]})),oe=computed(()=>({content:[L.e("content"),j.e("content"),"is-right"],arrowLeftBtn:[L.e("icon-btn"),{"is-disabled":!er.value},"d-arrow-left"],arrowRightBtn:[L.e("icon-btn"),"d-arrow-right"]})),ue=useShortcut(n),{leftPrevYear:de,rightNextYear:_e,leftNextYear:Ne,rightPrevYear:Ue,leftLabel:$e,rightLabel:Ve,leftYear:Fe,rightYear:qe}=useYearRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:$,rightDate:k}),er=computed(()=>y.unlinkPanels&&qe.value>Fe.value+1),ir=ref$1(),dr=ref$1(),cr=ref$1({endDate:null,selecting:!1}),nr=_r=>{cr.value=_r},lr=(_r,yr=!0)=>{const xr=_r.minDate,Nr=_r.maxDate;dr.value===Nr&&ir.value===xr||(t("calendar-change",[xr.toDate(),Nr&&Nr.toDate()]),dr.value=Nr,ir.value=xr,yr&&Et())},Et=(_r=!1)=>{isValidRange([ir.value,dr.value])&&t("pick",[ir.value,dr.value],_r)},ie=_r=>{cr.value.selecting=_r,_r||(cr.value.endDate=null)},pe=inject("EP_PICKER_BASE"),{shortcuts:Ce,disabledDate:Ie}=pe.props,jt=toRef$1(pe.props,"format"),ar=toRef$1(pe.props,"defaultValue"),ur=()=>{let _r;if(isArray$4(ar.value)){const yr=dayjs(ar.value[0]);let xr=dayjs(ar.value[1]);return y.unlinkPanels||(xr=yr.add(10,unit)),[yr,xr]}else ar.value?_r=dayjs(ar.value):_r=dayjs();return _r=_r.locale(n.value),[_r,_r.add(10,unit)]};watch(()=>ar.value,_r=>{if(_r){const yr=ur();$.value=yr[0],k.value=yr[1]}},{immediate:!0}),watch(()=>y.parsedValue,_r=>{if(_r&&_r.length===2)if(ir.value=_r[0],dr.value=_r[1],$.value=ir.value,y.unlinkPanels&&dr.value){const yr=ir.value.year(),xr=dr.value.year();k.value=yr===xr?dr.value.add(10,"year"):dr.value}else k.value=$.value.add(10,"year");else{const yr=ur();ir.value=void 0,dr.value=void 0,$.value=yr[0],k.value=yr[1]}},{immediate:!0});const kt=_r=>isArray$4(_r)?_r.map(yr=>dayjs(yr,jt.value).locale(n.value)):dayjs(_r,jt.value).locale(n.value),he=_r=>isArray$4(_r)?_r.map(yr=>yr.format(jt.value)):_r.format(jt.value),tr=_r=>isValidRange(_r)&&(Ie?!Ie(_r[0].toDate())&&!Ie(_r[1].toDate()):!0),gr=()=>{const _r=ur();$.value=_r[0],k.value=_r[1],dr.value=void 0,ir.value=void 0,t("pick",null)};return t("set-picker-option",["isValidValue",tr]),t("set-picker-option",["parseUserInput",kt]),t("set-picker-option",["formatToString",he]),t("set-picker-option",["handleClear",gr]),(_r,yr)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(z))},[createBaseVNode("div",{class:normalizeClass(unref(L).e("body-wrapper"))},[renderSlot(_r.$slots,"sidebar",{class:normalizeClass(unref(L).e("sidebar"))}),unref(V)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(L).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ce),(xr,Nr)=>(openBlock(),createElementBlock("button",{key:Nr,type:"button",class:normalizeClass(unref(L).e("shortcut")),onClick:Tr=>unref(ue)(xr)},toDisplayString(xr.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(L).e("body"))},[createBaseVNode("div",{class:normalizeClass(unref(re).content)},[createBaseVNode("div",{class:normalizeClass(unref(j).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass(unref(re).arrowLeftBtn),onClick:unref(de)},[renderSlot(_r.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),_r.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(er),class:normalizeClass(unref(re).arrowRightBtn),onClick:unref(Ne)},[renderSlot(_r.$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($e)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:$.value,"min-date":ir.value,"max-date":dr.value,"range-state":cr.value,"disabled-date":unref(Ie),onChangerange:nr,onPick:lr,onSelect:ie},null,8,["date","min-date","max-date","range-state","disabled-date"])],2),createBaseVNode("div",{class:normalizeClass(unref(oe).content)},[createBaseVNode("div",{class:normalizeClass(unref(j).e("header"))},[_r.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(er),class:normalizeClass(unref(oe).arrowLeftBtn),onClick:unref(Ue)},[renderSlot(_r.$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(oe).arrowRightBtn),onClick:unref(_e)},[renderSlot(_r.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(Ve)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:k.value,"min-date":ir.value,"max-date":dr.value,"range-state":cr.value,"disabled-date":unref(Ie),onChangerange:nr,onPick:lr,onSelect:ie},null,8,["date","min-date","max-date","range-state","disabled-date"])],2)],2)],2)],2))}});var YearRangePickPanel=_export_sfc$1(_sfc_main$1R,[["__file","panel-year-range.vue"]]);const getPanel=function(e){switch(e){case"daterange":case"datetimerange":return DateRangePickPanel;case"monthrange":return MonthRangePickPanel;case"yearrange":return YearRangePickPanel;default:return DatePickPanel}};dayjs.extend(localeData);dayjs.extend(advancedFormat);dayjs.extend(customParseFormat);dayjs.extend(weekOfYear);dayjs.extend(weekYear);dayjs.extend(dayOfYear);dayjs.extend(isSameOrAfter);dayjs.extend(isSameOrBefore);var DatePicker=defineComponent({name:"ElDatePicker",install:null,props:datePickerProps,emits:["update:modelValue"],setup(e,{expose:t,emit:y,slots:n}){const $=useNamespace("picker-panel");provide("ElPopperOptions",reactive(toRef$1(e,"popperOptions"))),provide(ROOT_PICKER_INJECTION_KEY,{slots:n,pickerNs:$});const k=ref$1();t({focus:(V=!0)=>{var z;(z=k.value)==null||z.focus(V)},handleOpen:()=>{var V;(V=k.value)==null||V.handleOpen()},handleClose:()=>{var V;(V=k.value)==null||V.handleClose()}});const j=V=>{y("update:modelValue",V)};return()=>{var V;const z=(V=e.format)!=null?V:DEFAULT_FORMATS_DATEPICKER[e.type]||DEFAULT_FORMATS_DATE,re=getPanel(e.type);return createVNode(CommonPicker,mergeProps(e,{format:z,type:e.type,ref:k,"onUpdate:modelValue":j}),{default:oe=>createVNode(re,oe,{"prev-month":n["prev-month"],"next-month":n["next-month"],"prev-year":n["prev-year"],"next-year":n["next-year"]}),"range-separator":n["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 e,t,y,n,$,k,L;const j=getNormalizedProps(this.cell),V=(((e=this.cell)==null?void 0:e.dirs)||[]).map(er=>{const{dir:ir,arg:dr,modifiers:cr,value:nr}=er;return[ir,nr,dr,cr]}),{border:z,direction:re}=this.descriptions,oe=re==="vertical",ue=((n=(y=(t=this.cell)==null?void 0:t.children)==null?void 0:y.label)==null?void 0:n.call(y))||j.label,de=(L=(k=($=this.cell)==null?void 0:$.children)==null?void 0:k.default)==null?void 0:L.call(k),_e=j.span,Ne=j.align?`is-${j.align}`:"",Ue=j.labelAlign?`is-${j.labelAlign}`:Ne,$e=j.className,Ve=j.labelClassName,Fe={width:addUnit(j.width),minWidth:addUnit(j.minWidth)},qe=useNamespace("descriptions");switch(this.type){case"label":return withDirectives(h$1(this.tag,{style:Fe,class:[qe.e("cell"),qe.e("label"),qe.is("bordered-label",z),qe.is("vertical-label",oe),Ue,Ve],colSpan:oe?_e:1},ue),V);case"content":return withDirectives(h$1(this.tag,{style:Fe,class:[qe.e("cell"),qe.e("content"),qe.is("bordered-content",z),qe.is("vertical-content",oe),Ne,$e],colSpan:oe?_e:_e*2-1},de),V);default:return withDirectives(h$1("td",{style:Fe,class:[qe.e("cell"),Ne],colSpan:_e},[isNil(ue)?void 0:h$1("span",{class:[qe.e("label"),Ve]},ue),h$1("span",{class:[qe.e("content"),$e]},de)]),V)}}});const descriptionsRowProps=buildProps({row:{type:definePropType(Array),default:()=>[]}}),__default__$$=defineComponent({name:"ElDescriptionsRow"}),_sfc_main$1Q=defineComponent({...__default__$$,props:descriptionsRowProps,setup(e){const t=inject(descriptionsKey,{});return(y,n)=>unref(t).direction==="vertical"?(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,($,k)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr1-${k}`,cell:$,tag:"th",type:"label"},null,8,["cell"]))),128))]),createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,($,k)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr2-${k}`,cell:$,tag:"td",type:"content"},null,8,["cell"]))),128))])],64)):(openBlock(),createElementBlock("tr",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,($,k)=>(openBlock(),createElementBlock(Fragment,{key:`tr3-${k}`},[unref(t).border?(openBlock(),createElementBlock(Fragment,{key:0},[createVNode(unref(ElDescriptionsCell),{cell:$,tag:"td",type:"label"},null,8,["cell"]),createVNode(unref(ElDescriptionsCell),{cell:$,tag:"td",type:"content"},null,8,["cell"])],64)):(openBlock(),createBlock(unref(ElDescriptionsCell),{key:1,cell:$,tag:"td",type:"both"},null,8,["cell"]))],64))),128))]))}});var ElDescriptionsRow=_export_sfc$1(_sfc_main$1Q,[["__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$1P=defineComponent({...__default__$_,props:descriptionProps,setup(e){const t=e,y=useNamespace("descriptions"),n=useFormSize(),$=useSlots();provide(descriptionsKey,t);const k=computed(()=>[y.b(),y.m(n.value)]),L=(V,z,re,oe=!1)=>(V.props||(V.props={}),z>re&&(V.props.span=re),oe&&(V.props.span=z),V),j=()=>{if(!$.default)return[];const V=flattedChildren($.default()).filter(de=>{var _e;return((_e=de==null?void 0:de.type)==null?void 0:_e.name)==="ElDescriptionsItem"}),z=[];let re=[],oe=t.column,ue=0;return V.forEach((de,_e)=>{var Ne;const Ue=((Ne=de.props)==null?void 0:Ne.span)||1;if(_e<V.length-1&&(ue+=Ue>oe?oe:Ue),_e===V.length-1){const $e=t.column-ue%t.column;re.push(L(de,$e,oe,!0)),z.push(re);return}Ue<oe?(oe-=Ue,re.push(de)):(re.push(L(de,Ue,oe)),z.push(re),oe=t.column,re=[])}),z};return(V,z)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(k))},[V.title||V.extra||V.$slots.title||V.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref(y).e("title"))},[renderSlot(V.$slots,"title",{},()=>[createTextVNode(toDisplayString(V.title),1)])],2),createBaseVNode("div",{class:normalizeClass(unref(y).e("extra"))},[renderSlot(V.$slots,"extra",{},()=>[createTextVNode(toDisplayString(V.extra),1)])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("body"))},[createBaseVNode("table",{class:normalizeClass([unref(y).e("table"),unref(y).is("bordered",V.border)])},[createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(j(),(re,oe)=>(openBlock(),createBlock(ElDescriptionsRow,{key:oe,row:re},null,8,["row"]))),128))])],2)],2)],2))}});var Descriptions=_export_sfc$1(_sfc_main$1P,[["__file","description.vue"]]);const descriptionItemProps=buildProps({label:{type:String,default:""},span:{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:e=>e instanceof MouseEvent},BLOCK="overlay";var Overlay$1=defineComponent({name:"ElOverlay",props:overlayProps,emits:overlayEmits,setup(e,{slots:t,emit:y}){const n=useNamespace(BLOCK),$=V=>{y("click",V)},{onClick:k,onMousedown:L,onMouseup:j}=useSameTarget(e.customMaskEvent?void 0:$);return()=>e.mask?createVNode("div",{class:[n.b(),e.overlayClass],style:{zIndex:e.zIndex},onClick:k,onMousedown:L,onMouseup:j},[renderSlot(t,"default")],PatchFlags.STYLE|PatchFlags.CLASS|PatchFlags.PROPS,["onClick","onMouseup","onMousedown"]):h$1("div",{class:e.overlayClass,style:{zIndex:e.zIndex,position:"fixed",top:"0px",right:"0px",bottom:"0px",left:"0px"}},[renderSlot(t,"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$1O=defineComponent({...__default__$Z,props:dialogContentProps,emits:dialogContentEmits,setup(e,{expose:t}){const y=e,{t:n}=useLocale(),{Close:$}=CloseComponents,{dialogRef:k,headerRef:L,bodyId:j,ns:V,style:z}=inject(dialogInjectionKey),{focusTrapRef:re}=inject(FOCUS_TRAP_INJECTION_KEY),oe=computed(()=>[V.b(),V.is("fullscreen",y.fullscreen),V.is("draggable",y.draggable),V.is("align-center",y.alignCenter),{[V.m("center")]:y.center}]),ue=composeRefs(re,k),de=computed(()=>y.draggable),_e=computed(()=>y.overflow),{resetPostion:Ne}=useDraggable(k,L,de,_e);return t({resetPostion:Ne}),(Ue,$e)=>(openBlock(),createElementBlock("div",{ref:unref(ue),class:normalizeClass(unref(oe)),style:normalizeStyle(unref(z)),tabindex:"-1"},[createBaseVNode("header",{ref_key:"headerRef",ref:L,class:normalizeClass([unref(V).e("header"),{"show-close":Ue.showClose}])},[renderSlot(Ue.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading","aria-level":Ue.ariaLevel,class:normalizeClass(unref(V).e("title"))},toDisplayString(Ue.title),11,["aria-level"])]),Ue.showClose?(openBlock(),createElementBlock("button",{key:0,"aria-label":unref(n)("el.dialog.close"),class:normalizeClass(unref(V).e("headerbtn")),type:"button",onClick:Ve=>Ue.$emit("close")},[createVNode(unref(ElIcon),{class:normalizeClass(unref(V).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ue.closeIcon||unref($))))]),_:1},8,["class"])],10,["aria-label","onClick"])):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{id:unref(j),class:normalizeClass(unref(V).e("body"))},[renderSlot(Ue.$slots,"default")],10,["id"]),Ue.$slots.footer?(openBlock(),createElementBlock("footer",{key:0,class:normalizeClass(unref(V).e("footer"))},[renderSlot(Ue.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6))}});var ElDialogContent=_export_sfc$1(_sfc_main$1O,[["__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]:e=>isBoolean$3(e),openAutoFocus:()=>!0,closeAutoFocus:()=>!0},useDialog=(e,t)=>{var y;const $=getCurrentInstance().emit,{nextZIndex:k}=useZIndex();let L="";const j=useId(),V=useId(),z=ref$1(!1),re=ref$1(!1),oe=ref$1(!1),ue=ref$1((y=e.zIndex)!=null?y:k());let de,_e;const Ne=useGlobalConfig("namespace",defaultNamespace),Ue=computed(()=>{const Ie={},jt=`--${Ne.value}-dialog`;return e.fullscreen||(e.top&&(Ie[`${jt}-margin-top`]=e.top),e.width&&(Ie[`${jt}-width`]=addUnit(e.width))),Ie}),$e=computed(()=>e.alignCenter?{display:"flex"}:{});function Ve(){$("opened")}function Fe(){$("closed"),$(UPDATE_MODEL_EVENT,!1),e.destroyOnClose&&(oe.value=!1)}function qe(){$("close")}function er(){_e==null||_e(),de==null||de(),e.openDelay&&e.openDelay>0?{stop:de}=useTimeoutFn(()=>nr(),e.openDelay):nr()}function ir(){de==null||de(),_e==null||_e(),e.closeDelay&&e.closeDelay>0?{stop:_e}=useTimeoutFn(()=>lr(),e.closeDelay):lr()}function dr(){function Ie(jt){jt||(re.value=!0,z.value=!1)}e.beforeClose?e.beforeClose(Ie):ir()}function cr(){e.closeOnClickModal&&dr()}function nr(){isClient&&(z.value=!0)}function lr(){z.value=!1}function Et(){$("openAutoFocus")}function ie(){$("closeAutoFocus")}function pe(Ie){var jt;((jt=Ie.detail)==null?void 0:jt.focusReason)==="pointer"&&Ie.preventDefault()}e.lockScroll&&useLockscreen(z);function Ce(){e.closeOnPressEscape&&dr()}return watch(()=>e.modelValue,Ie=>{Ie?(re.value=!1,er(),oe.value=!0,ue.value=isUndefined$3(e.zIndex)?k():ue.value++,nextTick$3(()=>{$("open"),t.value&&(t.value.scrollTop=0)})):z.value&&ir()}),watch(()=>e.fullscreen,Ie=>{t.value&&(Ie?(L=t.value.style.transform,t.value.style.transform=""):t.value.style.transform=L)}),onMounted(()=>{e.modelValue&&(z.value=!0,oe.value=!0,er())}),{afterEnter:Ve,afterLeave:Fe,beforeLeave:qe,handleClose:dr,onModalClick:cr,close:ir,doClose:lr,onOpenAutoFocus:Et,onCloseAutoFocus:ie,onCloseRequested:Ce,onFocusoutPrevented:pe,titleId:j,bodyId:V,closed:re,style:Ue,overlayDialogStyle:$e,rendered:oe,visible:z,zIndex:ue}},__default__$Y=defineComponent({name:"ElDialog",inheritAttrs:!1}),_sfc_main$1N=defineComponent({...__default__$Y,props:dialogProps,emits:dialogEmits,setup(e,{expose:t}){const y=e,n=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(()=>!!n.title));const $=useNamespace("dialog"),k=ref$1(),L=ref$1(),j=ref$1(),{visible:V,titleId:z,bodyId:re,style:oe,overlayDialogStyle:ue,rendered:de,zIndex:_e,afterEnter:Ne,afterLeave:Ue,beforeLeave:$e,handleClose:Ve,onModalClick:Fe,onOpenAutoFocus:qe,onCloseAutoFocus:er,onCloseRequested:ir,onFocusoutPrevented:dr}=useDialog(y,k);provide(dialogInjectionKey,{dialogRef:k,headerRef:L,bodyId:re,ns:$,rendered:de,style:oe});const cr=useSameTarget(Fe),nr=computed(()=>y.draggable&&!y.fullscreen);return t({visible:V,dialogContentRef:j,resetPostion:()=>{j.value.resetPostion()}}),(Et,ie)=>(openBlock(),createBlock(unref(ElTeleport),{to:Et.appendTo,disabled:Et.appendTo!=="body"?!1:!Et.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:"dialog-fade",onAfterEnter:unref(Ne),onAfterLeave:unref(Ue),onBeforeLeave:unref($e),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{"custom-mask-event":"",mask:Et.modal,"overlay-class":Et.modalClass,"z-index":unref(_e)},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-modal":"true","aria-label":Et.title||void 0,"aria-labelledby":Et.title?void 0:unref(z),"aria-describedby":unref(re),class:normalizeClass(`${unref($).namespace.value}-overlay-dialog`),style:normalizeStyle(unref(ue)),onClick:unref(cr).onClick,onMousedown:unref(cr).onMousedown,onMouseup:unref(cr).onMouseup},[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(V),"focus-start-el":"container",onFocusAfterTrapped:unref(qe),onFocusAfterReleased:unref(er),onFocusoutPrevented:unref(dr),onReleaseRequested:unref(ir)},{default:withCtx(()=>[unref(de)?(openBlock(),createBlock(ElDialogContent,mergeProps({key:0,ref_key:"dialogContentRef",ref:j},Et.$attrs,{center:Et.center,"align-center":Et.alignCenter,"close-icon":Et.closeIcon,draggable:unref(nr),overflow:Et.overflow,fullscreen:Et.fullscreen,"show-close":Et.showClose,title:Et.title,"aria-level":Et.headerAriaLevel,onClose:unref(Ve)}),createSlots({header:withCtx(()=>[Et.$slots.title?renderSlot(Et.$slots,"title",{key:1}):renderSlot(Et.$slots,"header",{key:0,close:unref(Ve),titleId:unref(z),titleClass:unref($).e("title")})]),default:withCtx(()=>[renderSlot(Et.$slots,"default")]),_:2},[Et.$slots.footer?{name:"footer",fn:withCtx(()=>[renderSlot(Et.$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(V)]])]),_:3},8,["onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}});var Dialog=_export_sfc$1(_sfc_main$1N,[["__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$1M=defineComponent({...__default__$X,props:dividerProps,setup(e){const t=e,y=useNamespace("divider"),n=computed(()=>y.cssVar({"border-style":t.borderStyle}));return($,k)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(y).b(),unref(y).m($.direction)]),style:normalizeStyle(unref(n)),role:"separator"},[$.$slots.default&&$.direction!=="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(y).e("text"),unref(y).is($.contentPosition)])},[renderSlot($.$slots,"default")],2)):createCommentVNode("v-if",!0)],6))}});var Divider=_export_sfc$1(_sfc_main$1M,[["__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$1L=defineComponent({...__default__$W,props:drawerProps,emits:drawerEmits,setup(e,{expose:t}){const y=e,n=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(()=>!!n.title));const $=ref$1(),k=ref$1(),L=useNamespace("drawer"),{t:j}=useLocale(),{afterEnter:V,afterLeave:z,beforeLeave:re,visible:oe,rendered:ue,titleId:de,bodyId:_e,zIndex:Ne,onModalClick:Ue,onOpenAutoFocus:$e,onCloseAutoFocus:Ve,onFocusoutPrevented:Fe,onCloseRequested:qe,handleClose:er}=useDialog(y,$),ir=computed(()=>y.direction==="rtl"||y.direction==="ltr"),dr=computed(()=>addUnit(y.size));return t({handleClose:er,afterEnter:V,afterLeave:z}),(cr,nr)=>(openBlock(),createBlock(unref(ElTeleport),{to:cr.appendTo,disabled:cr.appendTo!=="body"?!1:!cr.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:unref(L).b("fade"),onAfterEnter:unref(V),onAfterLeave:unref(z),onBeforeLeave:unref(re),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{mask:cr.modal,"overlay-class":cr.modalClass,"z-index":unref(Ne),onClick:unref(Ue)},{default:withCtx(()=>[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(oe),"focus-trap-el":$.value,"focus-start-el":k.value,onFocusAfterTrapped:unref($e),onFocusAfterReleased:unref(Ve),onFocusoutPrevented:unref(Fe),onReleaseRequested:unref(qe)},{default:withCtx(()=>[createBaseVNode("div",mergeProps({ref_key:"drawerRef",ref:$,"aria-modal":"true","aria-label":cr.title||void 0,"aria-labelledby":cr.title?void 0:unref(de),"aria-describedby":unref(_e)},cr.$attrs,{class:[unref(L).b(),cr.direction,unref(oe)&&"open"],style:unref(ir)?"width: "+unref(dr):"height: "+unref(dr),role:"dialog",onClick:withModifiers(()=>{},["stop"])}),[createBaseVNode("span",{ref_key:"focusStartRef",ref:k,class:normalizeClass(unref(L).e("sr-focus")),tabindex:"-1"},null,2),cr.withHeader?(openBlock(),createElementBlock("header",{key:0,class:normalizeClass(unref(L).e("header"))},[cr.$slots.title?renderSlot(cr.$slots,"title",{key:1},()=>[createCommentVNode(" DEPRECATED SLOT ")]):renderSlot(cr.$slots,"header",{key:0,close:unref(er),titleId:unref(de),titleClass:unref(L).e("title")},()=>[cr.$slots.title?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,id:unref(de),role:"heading","aria-level":cr.headerAriaLevel,class:normalizeClass(unref(L).e("title"))},toDisplayString(cr.title),11,["id","aria-level"]))]),cr.showClose?(openBlock(),createElementBlock("button",{key:2,"aria-label":unref(j)("el.drawer.close"),class:normalizeClass(unref(L).e("close-btn")),type:"button",onClick:unref(er)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(L).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(ue)?(openBlock(),createElementBlock("div",{key:1,id:unref(_e),class:normalizeClass(unref(L).e("body"))},[renderSlot(cr.$slots,"default")],10,["id"])):createCommentVNode("v-if",!0),cr.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(L).e("footer"))},[renderSlot(cr.$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(oe)]])]),_:3},8,["name","onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}});var Drawer=_export_sfc$1(_sfc_main$1L,[["__file","drawer.vue"]]);const ElDrawer=withInstall(Drawer),_sfc_main$1K=defineComponent({inheritAttrs:!1});function _sfc_render$n(e,t,y,n,$,k){return renderSlot(e.$slots,"default")}var Collection=_export_sfc$1(_sfc_main$1K,[["render",_sfc_render$n],["__file","collection.vue"]]);const _sfc_main$1J=defineComponent({name:"ElCollectionItem",inheritAttrs:!1});function _sfc_render$m(e,t,y,n,$,k){return renderSlot(e.$slots,"default")}var CollectionItem=_export_sfc$1(_sfc_main$1J,[["render",_sfc_render$m],["__file","collection-item.vue"]]);const COLLECTION_ITEM_SIGN="data-el-collection-item",createCollectionWithScope=e=>{const t=`El${e}Collection`,y=`${t}Item`,n=Symbol(t),$=Symbol(y),k={...Collection,name:t,setup(){const j=ref$1(null),V=new Map;provide(n,{itemMap:V,getItems:()=>{const re=unref(j);if(!re)return[];const oe=Array.from(re.querySelectorAll(`[${COLLECTION_ITEM_SIGN}]`));return[...V.values()].sort((de,_e)=>oe.indexOf(de.ref)-oe.indexOf(_e.ref))},collectionRef:j})}},L={...CollectionItem,name:y,setup(j,{attrs:V}){const z=ref$1(null),re=inject(n,void 0);provide($,{collectionItemRef:z}),onMounted(()=>{const oe=unref(z);oe&&re.itemMap.set(oe,{ref:oe,...V})}),onBeforeUnmount(()=>{const oe=unref(z);re.itemMap.delete(oe)})}};return{COLLECTION_INJECTION_KEY:n,COLLECTION_ITEM_INJECTION_KEY:$,ElCollection:k,ElCollectionItem:L}},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=(e,t)=>e,getFocusIntent=(e,t,y)=>{const n=getDirectionAwareKey(e.key);return MAP_KEY_TO_FOCUS_INTENT[n]},reorderArray=(e,t)=>e.map((y,n)=>e[(n+t)%e.length]),focusFirst=e=>{const{activeElement:t}=document;for(const y of e)if(y===t||(y.focus(),t!==document.activeElement))return},CURRENT_TAB_ID_CHANGE_EVT="currentTabIdChange",ENTRY_FOCUS_EVT="rovingFocusGroup.entryFocus",EVT_OPTS={bubbles:!1,cancelable:!0},_sfc_main$1I=defineComponent({name:"ElRovingFocusGroupImpl",inheritAttrs:!1,props:rovingFocusGroupProps,emits:[CURRENT_TAB_ID_CHANGE_EVT,"entryFocus"],setup(e,{emit:t}){var y;const n=ref$1((y=e.currentTabId||e.defaultCurrentTabId)!=null?y:null),$=ref$1(!1),k=ref$1(!1),L=ref$1(null),{getItems:j}=inject(COLLECTION_INJECTION_KEY$1,void 0),V=computed(()=>[{outline:"none"},e.style]),z=Ne=>{t(CURRENT_TAB_ID_CHANGE_EVT,Ne)},re=()=>{$.value=!0},oe=composeEventHandlers(Ne=>{var Ue;(Ue=e.onMousedown)==null||Ue.call(e,Ne)},()=>{k.value=!0}),ue=composeEventHandlers(Ne=>{var Ue;(Ue=e.onFocus)==null||Ue.call(e,Ne)},Ne=>{const Ue=!unref(k),{target:$e,currentTarget:Ve}=Ne;if($e===Ve&&Ue&&!unref($)){const Fe=new Event(ENTRY_FOCUS_EVT,EVT_OPTS);if(Ve==null||Ve.dispatchEvent(Fe),!Fe.defaultPrevented){const qe=j().filter(nr=>nr.focusable),er=qe.find(nr=>nr.active),ir=qe.find(nr=>nr.id===unref(n)),cr=[er,ir,...qe].filter(Boolean).map(nr=>nr.ref);focusFirst(cr)}}k.value=!1}),de=composeEventHandlers(Ne=>{var Ue;(Ue=e.onBlur)==null||Ue.call(e,Ne)},()=>{$.value=!1}),_e=(...Ne)=>{t("entryFocus",...Ne)};provide(ROVING_FOCUS_GROUP_INJECTION_KEY,{currentTabbedId:readonly(n),loop:toRef$1(e,"loop"),tabIndex:computed(()=>unref($)?-1:0),rovingFocusGroupRef:L,rovingFocusGroupRootStyle:V,orientation:toRef$1(e,"orientation"),dir:toRef$1(e,"dir"),onItemFocus:z,onItemShiftTab:re,onBlur:de,onFocus:ue,onMousedown:oe}),watch(()=>e.currentTabId,Ne=>{n.value=Ne??null}),useEventListener(L,ENTRY_FOCUS_EVT,_e)}});function _sfc_render$l(e,t,y,n,$,k){return renderSlot(e.$slots,"default")}var ElRovingFocusGroupImpl=_export_sfc$1(_sfc_main$1I,[["render",_sfc_render$l],["__file","roving-focus-group-impl.vue"]]);const _sfc_main$1H=defineComponent({name:"ElRovingFocusGroup",components:{ElFocusGroupCollection:ElCollection$1,ElRovingFocusGroupImpl}});function _sfc_render$k(e,t,y,n,$,k){const L=resolveComponent("el-roving-focus-group-impl"),j=resolveComponent("el-focus-group-collection");return openBlock(),createBlock(j,null,{default:withCtx(()=>[createVNode(L,normalizeProps(guardReactiveProps(e.$attrs)),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16)]),_:3})}var ElRovingFocusGroup=_export_sfc$1(_sfc_main$1H,[["render",_sfc_render$k],["__file","roving-focus-group.vue"]]);const _sfc_main$1G=defineComponent({components:{ElRovingFocusCollectionItem:ElCollectionItem$1},props:{focusable:{type:Boolean,default:!0},active:{type:Boolean,default:!1}},emits:["mousedown","focus","keydown"],setup(e,{emit:t}){const{currentTabbedId:y,loop:n,onItemFocus:$,onItemShiftTab:k}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{getItems:L}=inject(COLLECTION_INJECTION_KEY$1,void 0),j=useId(),V=ref$1(null),z=composeEventHandlers(de=>{t("mousedown",de)},de=>{e.focusable?$(unref(j)):de.preventDefault()}),re=composeEventHandlers(de=>{t("focus",de)},()=>{$(unref(j))}),oe=composeEventHandlers(de=>{t("keydown",de)},de=>{const{key:_e,shiftKey:Ne,target:Ue,currentTarget:$e}=de;if(_e===EVENT_CODE.tab&&Ne){k();return}if(Ue!==$e)return;const Ve=getFocusIntent(de);if(Ve){de.preventDefault();let qe=L().filter(er=>er.focusable).map(er=>er.ref);switch(Ve){case"last":{qe.reverse();break}case"prev":case"next":{Ve==="prev"&&qe.reverse();const er=qe.indexOf($e);qe=n.value?reorderArray(qe,er+1):qe.slice(er+1);break}}nextTick$3(()=>{focusFirst(qe)})}}),ue=computed(()=>y.value===unref(j));return provide(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,{rovingFocusGroupItemRef:V,tabIndex:computed(()=>unref(ue)?0:-1),handleMousedown:z,handleFocus:re,handleKeydown:oe}),{id:j,handleKeydown:oe,handleFocus:re,handleMousedown:z}}});function _sfc_render$j(e,t,y,n,$,k){const L=resolveComponent("el-roving-focus-collection-item");return openBlock(),createBlock(L,{id:e.id,focusable:e.focusable,active:e.active},{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},8,["id","focusable","active"])}var ElRovingFocusItem=_export_sfc$1(_sfc_main$1G,[["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$1F=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(e,{emit:t}){const y=getCurrentInstance(),n=useNamespace("dropdown"),{t:$}=useLocale(),k=ref$1(),L=ref$1(),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=ref$1(null),oe=ref$1(!1),ue=[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.down],de=computed(()=>({maxHeight:addUnit(e.maxHeight)})),_e=computed(()=>[n.m(er.value)]),Ne=computed(()=>castArray$1(e.trigger)),Ue=useId().value,$e=computed(()=>e.id||Ue);watch([k,Ne],([ar,ur],[kt])=>{var he,tr,gr;(he=kt==null?void 0:kt.$el)!=null&&he.removeEventListener&&kt.$el.removeEventListener("pointerenter",dr),(tr=ar==null?void 0:ar.$el)!=null&&tr.removeEventListener&&ar.$el.removeEventListener("pointerenter",dr),(gr=ar==null?void 0:ar.$el)!=null&&gr.addEventListener&&ur.includes("hover")&&ar.$el.addEventListener("pointerenter",dr)},{immediate:!0}),onBeforeUnmount(()=>{var ar,ur;(ur=(ar=k.value)==null?void 0:ar.$el)!=null&&ur.removeEventListener&&k.value.$el.removeEventListener("pointerenter",dr)});function Ve(){Fe()}function Fe(){var ar;(ar=j.value)==null||ar.onClose()}function qe(){var ar;(ar=j.value)==null||ar.onOpen()}const er=useFormSize();function ir(...ar){t("command",...ar)}function dr(){var ar,ur;(ur=(ar=k.value)==null?void 0:ar.$el)==null||ur.focus()}function cr(){}function nr(){const ar=unref(V);Ne.value.includes("hover")&&(ar==null||ar.focus()),re.value=null}function lr(ar){re.value=ar}function Et(ar){oe.value||(ar.preventDefault(),ar.stopImmediatePropagation())}function ie(){t("visible-change",!0)}function pe(ar){(ar==null?void 0:ar.type)==="keydown"&&V.value.focus()}function Ce(){t("visible-change",!1)}return provide(DROPDOWN_INJECTION_KEY,{contentRef:V,role:computed(()=>e.role),triggerId:$e,isUsingKeyboard:oe,onItemEnter:cr,onItemLeave:nr}),provide("elDropdown",{instance:y,dropdownSize:er,handleClick:Ve,commandHandler:ir,trigger:toRef$1(e,"trigger"),hideOnClick:toRef$1(e,"hideOnClick")}),{t:$,ns:n,scrollbar:z,wrapStyle:de,dropdownTriggerKls:_e,dropdownSize:er,triggerId:$e,triggerKeys:ue,currentTabId:re,handleCurrentTabIdChange:lr,handlerMainButtonClick:ar=>{t("click",ar)},handleEntryFocus:Et,handleClose:Fe,handleOpen:qe,handleBeforeShowTooltip:ie,handleShowTooltip:pe,handleBeforeHideTooltip:Ce,onFocusAfterTrapped:ar=>{var ur,kt;ar.preventDefault(),(kt=(ur=V.value)==null?void 0:ur.focus)==null||kt.call(ur,{preventScroll:!0})},popperRef:j,contentRef:V,triggeringElementRef:k,referenceElementRef:L}}});function _sfc_render$i(e,t,y,n,$,k){var L;const j=resolveComponent("el-dropdown-collection"),V=resolveComponent("el-roving-focus-group"),z=resolveComponent("el-scrollbar"),re=resolveComponent("el-only-child"),oe=resolveComponent("el-tooltip"),ue=resolveComponent("el-button"),de=resolveComponent("arrow-down"),_e=resolveComponent("el-icon"),Ne=resolveComponent("el-button-group");return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b(),e.ns.is("disabled",e.disabled)])},[createVNode(oe,{ref:"popperRef",role:e.role,effect:e.effect,"fallback-placements":["bottom","top"],"popper-options":e.popperOptions,"gpu-acceleration":!1,"hide-after":e.trigger==="hover"?e.hideTimeout:0,"manual-mode":!0,placement:e.placement,"popper-class":[e.ns.e("popper"),e.popperClass],"reference-element":(L=e.referenceElementRef)==null?void 0:L.$el,trigger:e.trigger,"trigger-keys":e.triggerKeys,"trigger-target-el":e.contentRef,"show-after":e.trigger==="hover"?e.showTimeout:0,"stop-popper-mouse-event":!1,"virtual-ref":e.triggeringElementRef,"virtual-triggering":e.splitButton,disabled:e.disabled,transition:`${e.ns.namespace.value}-zoom-in-top`,teleported:e.teleported,pure:"",persistent:"",onBeforeShow:e.handleBeforeShowTooltip,onShow:e.handleShowTooltip,onBeforeHide:e.handleBeforeHideTooltip},createSlots({content:withCtx(()=>[createVNode(z,{ref:"scrollbar","wrap-style":e.wrapStyle,tag:"div","view-class":e.ns.e("list")},{default:withCtx(()=>[createVNode(V,{loop:e.loop,"current-tab-id":e.currentTabId,orientation:"horizontal",onCurrentTabIdChange:e.handleCurrentTabIdChange,onEntryFocus:e.handleEntryFocus},{default:withCtx(()=>[createVNode(j,null,{default:withCtx(()=>[renderSlot(e.$slots,"dropdown")]),_:3})]),_:3},8,["loop","current-tab-id","onCurrentTabIdChange","onEntryFocus"])]),_:3},8,["wrap-style","view-class"])]),_:2},[e.splitButton?void 0:{name:"default",fn:withCtx(()=>[createVNode(re,{id:e.triggerId,ref:"triggeringElementRef",role:"button",tabindex:e.tabindex},{default:withCtx(()=>[renderSlot(e.$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"]),e.splitButton?(openBlock(),createBlock(Ne,{key:0},{default:withCtx(()=>[createVNode(ue,mergeProps({ref:"referenceElementRef"},e.buttonProps,{size:e.dropdownSize,type:e.type,disabled:e.disabled,tabindex:e.tabindex,onClick:e.handlerMainButtonClick}),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16,["size","type","disabled","tabindex","onClick"]),createVNode(ue,mergeProps({id:e.triggerId,ref:"triggeringElementRef"},e.buttonProps,{role:"button",size:e.dropdownSize,type:e.type,class:e.ns.e("caret-button"),disabled:e.disabled,tabindex:e.tabindex,"aria-label":e.t("el.dropdown.toggleDropdown")}),{default:withCtx(()=>[createVNode(_e,{class:normalizeClass(e.ns.e("icon"))},{default:withCtx(()=>[createVNode(de)]),_: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$1F,[["render",_sfc_render$i],["__file","dropdown.vue"]]);const _sfc_main$1E=defineComponent({name:"DropdownItemImpl",components:{ElIcon},props:dropdownItemProps,emits:["pointermove","pointerleave","click","clickimpl"],setup(e,{emit:t}){const y=useNamespace("dropdown"),{role:n}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionItemRef:$}=inject(COLLECTION_ITEM_INJECTION_KEY,void 0),{collectionItemRef:k}=inject(COLLECTION_ITEM_INJECTION_KEY$1,void 0),{rovingFocusGroupItemRef:L,tabIndex:j,handleFocus:V,handleKeydown:z,handleMousedown:re}=inject(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,void 0),oe=composeRefs($,k,L),ue=computed(()=>n.value==="menu"?"menuitem":n.value==="navigation"?"link":"button"),de=composeEventHandlers(_e=>{const{code:Ne}=_e;if(Ne===EVENT_CODE.enter||Ne===EVENT_CODE.space)return _e.preventDefault(),_e.stopImmediatePropagation(),t("clickimpl",_e),!0},z);return{ns:y,itemRef:oe,dataset:{[COLLECTION_ITEM_SIGN]:""},role:ue,tabIndex:j,handleFocus:V,handleKeydown:de,handleMousedown:re}}});function _sfc_render$h(e,t,y,n,$,k){const L=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[e.divided?(openBlock(),createElementBlock("li",mergeProps({key:0,role:"separator",class:e.ns.bem("menu","item","divided")},e.$attrs),null,16)):createCommentVNode("v-if",!0),createBaseVNode("li",mergeProps({ref:e.itemRef},{...e.dataset,...e.$attrs},{"aria-disabled":e.disabled,class:[e.ns.be("menu","item"),e.ns.is("disabled",e.disabled)],tabindex:e.tabIndex,role:e.role,onClick:j=>e.$emit("clickimpl",j),onFocus:e.handleFocus,onKeydown:withModifiers(e.handleKeydown,["self"]),onMousedown:e.handleMousedown,onPointermove:j=>e.$emit("pointermove",j),onPointerleave:j=>e.$emit("pointerleave",j)}),[e.icon?(openBlock(),createBlock(L,{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.icon)))]),_:1})):createCommentVNode("v-if",!0),renderSlot(e.$slots,"default")],16,["aria-disabled","tabindex","role","onClick","onFocus","onKeydown","onMousedown","onPointermove","onPointerleave"])],64)}var ElDropdownItemImpl=_export_sfc$1(_sfc_main$1E,[["render",_sfc_render$h],["__file","dropdown-item-impl.vue"]]);const useDropdown=()=>{const e=inject("elDropdown",{}),t=computed(()=>e==null?void 0:e.dropdownSize);return{elDropdown:e,_elDropdownSize:t}},_sfc_main$1D=defineComponent({name:"ElDropdownItem",components:{ElDropdownCollectionItem:ElCollectionItem,ElRovingFocusItem,ElDropdownItemImpl},inheritAttrs:!1,props:dropdownItemProps,emits:["pointermove","pointerleave","click"],setup(e,{emit:t,attrs:y}){const{elDropdown:n}=useDropdown(),$=getCurrentInstance(),k=ref$1(null),L=computed(()=>{var de,_e;return(_e=(de=unref(k))==null?void 0:de.textContent)!=null?_e:""}),{onItemEnter:j,onItemLeave:V}=inject(DROPDOWN_INJECTION_KEY,void 0),z=composeEventHandlers(de=>(t("pointermove",de),de.defaultPrevented),whenMouse(de=>{if(e.disabled){V(de);return}const _e=de.currentTarget;_e===document.activeElement||_e.contains(document.activeElement)||(j(de),de.defaultPrevented||_e==null||_e.focus())})),re=composeEventHandlers(de=>(t("pointerleave",de),de.defaultPrevented),whenMouse(V)),oe=composeEventHandlers(de=>{if(!e.disabled)return t("click",de),de.type!=="keydown"&&de.defaultPrevented},de=>{var _e,Ne,Ue;if(e.disabled){de.stopImmediatePropagation();return}(_e=n==null?void 0:n.hideOnClick)!=null&&_e.value&&((Ne=n.handleClick)==null||Ne.call(n)),(Ue=n.commandHandler)==null||Ue.call(n,e.command,$,de)}),ue=computed(()=>({...e,...y}));return{handleClick:oe,handlePointerMove:z,handlePointerLeave:re,textContent:L,propsAndAttrs:ue}}});function _sfc_render$g(e,t,y,n,$,k){var L;const j=resolveComponent("el-dropdown-item-impl"),V=resolveComponent("el-roving-focus-item"),z=resolveComponent("el-dropdown-collection-item");return openBlock(),createBlock(z,{disabled:e.disabled,"text-value":(L=e.textValue)!=null?L:e.textContent},{default:withCtx(()=>[createVNode(V,{focusable:!e.disabled},{default:withCtx(()=>[createVNode(j,mergeProps(e.propsAndAttrs,{onPointerleave:e.handlePointerLeave,onPointermove:e.handlePointerMove,onClickimpl:e.handleClick}),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16,["onPointerleave","onPointermove","onClickimpl"])]),_:3},8,["focusable"])]),_:3},8,["disabled","text-value"])}var DropdownItem=_export_sfc$1(_sfc_main$1D,[["render",_sfc_render$g],["__file","dropdown-item.vue"]]);const _sfc_main$1C=defineComponent({name:"ElDropdownMenu",props:dropdownMenuProps,setup(e){const t=useNamespace("dropdown"),{_elDropdownSize:y}=useDropdown(),n=y.value,{focusTrapRef:$,onKeydown:k}=inject(FOCUS_TRAP_INJECTION_KEY,void 0),{contentRef:L,role:j,triggerId:V}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionRef:z,getItems:re}=inject(COLLECTION_INJECTION_KEY,void 0),{rovingFocusGroupRef:oe,rovingFocusGroupRootStyle:ue,tabIndex:de,onBlur:_e,onFocus:Ne,onMousedown:Ue}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{collectionRef:$e}=inject(COLLECTION_INJECTION_KEY$1,void 0),Ve=computed(()=>[t.b("menu"),t.bm("menu",n==null?void 0:n.value)]),Fe=composeRefs(L,z,$,oe,$e),qe=composeEventHandlers(ir=>{var dr;(dr=e.onKeydown)==null||dr.call(e,ir)},ir=>{const{currentTarget:dr,code:cr,target:nr}=ir;if(dr.contains(nr),EVENT_CODE.tab===cr&&ir.stopImmediatePropagation(),ir.preventDefault(),nr!==unref(L)||!FIRST_LAST_KEYS.includes(cr))return;const Et=re().filter(ie=>!ie.disabled).map(ie=>ie.ref);LAST_KEYS.includes(cr)&&Et.reverse(),focusFirst(Et)});return{size:n,rovingFocusGroupRootStyle:ue,tabIndex:de,dropdownKls:Ve,role:j,triggerId:V,dropdownListWrapperRef:Fe,handleKeydown:ir=>{qe(ir),k(ir)},onBlur:_e,onFocus:Ne,onMousedown:Ue}}});function _sfc_render$f(e,t,y,n,$,k){return openBlock(),createElementBlock("ul",{ref:e.dropdownListWrapperRef,class:normalizeClass(e.dropdownKls),style:normalizeStyle(e.rovingFocusGroupRootStyle),tabindex:-1,role:e.role,"aria-labelledby":e.triggerId,onBlur:e.onBlur,onFocus:e.onFocus,onKeydown:withModifiers(e.handleKeydown,["self"]),onMousedown:withModifiers(e.onMousedown,["self"])},[renderSlot(e.$slots,"default")],46,["role","aria-labelledby","onBlur","onFocus","onKeydown","onMousedown"])}var DropdownMenu=_export_sfc$1(_sfc_main$1C,[["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$1B=defineComponent({...__default__$V,setup(e){const t=useNamespace("empty"),y=useId();return(n,$)=>(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(y)}`,x1:"38.8503086%",y1:"0%",x2:"61.1496914%",y2:"100%"},[createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,["stop-color"]),createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-4")})`,offset:"100%"},null,8,["stop-color"])],8,["id"]),createBaseVNode("linearGradient",{id:`linearGradient-2-${unref(y)}`,x1:"0%",y1:"9.5%",x2:"100%",y2:"90.5%"},[createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,["stop-color"]),createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-6")})`,offset:"100%"},null,8,["stop-color"])],8,["id"]),createBaseVNode("rect",{id:`path-3-${unref(y)}`,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(t).cssVarBlockName("fill-color-3")})`},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-14",fill:`var(${unref(t).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(t).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(t).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(y)})`,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(t).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(y)})`,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(t).cssVarBlockName("fill-color-8")})`,transform:"translate(8.500000, 18.000000) scale(-1, 1) translate(-8.500000, -18.000000) ","xlink:href":`#path-3-${unref(y)}`},null,8,["fill","xlink:href"]),createBaseVNode("polygon",{id:"Rectangle-Copy",fill:`var(${unref(t).cssVarBlockName("fill-color-9")})`,mask:`url(#mask-4-${unref(y)})`,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(t).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$1B,[["__file","img-empty.vue"]]);const emptyProps=buildProps({image:{type:String,default:""},imageSize:Number,description:{type:String,default:""}}),__default__$U=defineComponent({name:"ElEmpty"}),_sfc_main$1A=defineComponent({...__default__$U,props:emptyProps,setup(e){const t=e,{t:y}=useLocale(),n=useNamespace("empty"),$=computed(()=>t.description||y("el.table.emptyText")),k=computed(()=>({width:addUnit(t.imageSize)}));return(L,j)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[createBaseVNode("div",{class:normalizeClass(unref(n).e("image")),style:normalizeStyle(unref(k))},[L.image?(openBlock(),createElementBlock("img",{key:0,src:L.image,ondragstart:"return false"},null,8,["src"])):renderSlot(L.$slots,"image",{key:1},()=>[createVNode(ImgEmpty)])],6),createBaseVNode("div",{class:normalizeClass(unref(n).e("description"))},[L.$slots.description?renderSlot(L.$slots,"description",{key:0}):(openBlock(),createElementBlock("p",{key:1},toDisplayString(unref($)),1))],2),L.$slots.default?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("bottom"))},[renderSlot(L.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var Empty=_export_sfc$1(_sfc_main$1A,[["__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:e=>isNumber$4(e),rotate:e=>isNumber$4(e)},__default__$T=defineComponent({name:"ElImageViewer"}),_sfc_main$1z=defineComponent({...__default__$T,props:imageViewerProps,emits:imageViewerEmits,setup(e,{expose:t,emit:y}){var n;const $=e,k={CONTAIN:{name:"contain",icon:markRaw(full_screen_default)},ORIGINAL:{name:"original",icon:markRaw(scale_to_original_default)}},{t:L}=useLocale(),j=useNamespace("image-viewer"),{nextZIndex:V}=useZIndex(),z=ref$1(),re=ref$1([]),oe=effectScope(),ue=ref$1(!0),de=ref$1($.initialIndex),_e=shallowRef(k.CONTAIN),Ne=ref$1({scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}),Ue=ref$1((n=$.zIndex)!=null?n:V()),$e=computed(()=>{const{urlList:he}=$;return he.length<=1}),Ve=computed(()=>de.value===0),Fe=computed(()=>de.value===$.urlList.length-1),qe=computed(()=>$.urlList[de.value]),er=computed(()=>[j.e("btn"),j.e("prev"),j.is("disabled",!$.infinite&&Ve.value)]),ir=computed(()=>[j.e("btn"),j.e("next"),j.is("disabled",!$.infinite&&Fe.value)]),dr=computed(()=>{const{scale:he,deg:tr,offsetX:gr,offsetY:_r,enableTransition:yr}=Ne.value;let xr=gr/he,Nr=_r/he;const Tr=tr*Math.PI/180,Sr=Math.cos(Tr),Ar=Math.sin(Tr);xr=xr*Sr+Nr*Ar,Nr=Nr*Sr-gr/he*Ar;const Fr={transform:`scale(${he}) rotate(${tr}deg) translate(${xr}px, ${Nr}px)`,transition:yr?"transform .3s":""};return _e.value.name===k.CONTAIN.name&&(Fr.maxWidth=Fr.maxHeight="100%"),Fr});function cr(){lr(),y("close")}function nr(){const he=throttle$1(gr=>{switch(gr.code){case EVENT_CODE.esc:$.closeOnPressEscape&&cr();break;case EVENT_CODE.space:Ie();break;case EVENT_CODE.left:ar();break;case EVENT_CODE.up:kt("zoomIn");break;case EVENT_CODE.right:ur();break;case EVENT_CODE.down:kt("zoomOut");break}}),tr=throttle$1(gr=>{const _r=gr.deltaY||gr.deltaX;kt(_r<0?"zoomIn":"zoomOut",{zoomRate:$.zoomRate,enableTransition:!1})});oe.run(()=>{useEventListener(document,"keydown",he),useEventListener(document,"wheel",tr)})}function lr(){oe.stop()}function Et(){ue.value=!1}function ie(he){ue.value=!1,he.target.alt=L("el.image.error")}function pe(he){if(ue.value||he.button!==0||!z.value)return;Ne.value.enableTransition=!1;const{offsetX:tr,offsetY:gr}=Ne.value,_r=he.pageX,yr=he.pageY,xr=throttle$1(Tr=>{Ne.value={...Ne.value,offsetX:tr+Tr.pageX-_r,offsetY:gr+Tr.pageY-yr}}),Nr=useEventListener(document,"mousemove",xr);useEventListener(document,"mouseup",()=>{Nr()}),he.preventDefault()}function Ce(){Ne.value={scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}}function Ie(){if(ue.value)return;const he=keysOf(k),tr=Object.values(k),gr=_e.value.name,yr=(tr.findIndex(xr=>xr.name===gr)+1)%he.length;_e.value=k[he[yr]],Ce()}function jt(he){const tr=$.urlList.length;de.value=(he+tr)%tr}function ar(){Ve.value&&!$.infinite||jt(de.value-1)}function ur(){Fe.value&&!$.infinite||jt(de.value+1)}function kt(he,tr={}){if(ue.value)return;const{minScale:gr,maxScale:_r}=$,{zoomRate:yr,rotateDeg:xr,enableTransition:Nr}={zoomRate:$.zoomRate,rotateDeg:90,enableTransition:!0,...tr};switch(he){case"zoomOut":Ne.value.scale>gr&&(Ne.value.scale=Number.parseFloat((Ne.value.scale/yr).toFixed(3)));break;case"zoomIn":Ne.value.scale<_r&&(Ne.value.scale=Number.parseFloat((Ne.value.scale*yr).toFixed(3)));break;case"clockwise":Ne.value.deg+=xr,y("rotate",Ne.value.deg);break;case"anticlockwise":Ne.value.deg-=xr,y("rotate",Ne.value.deg);break}Ne.value.enableTransition=Nr}return watch(qe,()=>{nextTick$3(()=>{const he=re.value[0];he!=null&&he.complete||(ue.value=!0)})}),watch(de,he=>{Ce(),y("switch",he)}),onMounted(()=>{var he,tr;nr(),(tr=(he=z.value)==null?void 0:he.focus)==null||tr.call(he)}),t({setActiveItem:jt}),(he,tr)=>(openBlock(),createBlock(unref(ElTeleport),{to:"body",disabled:!he.teleported},{default:withCtx(()=>[createVNode(Transition,{name:"viewer-fade",appear:""},{default:withCtx(()=>[createBaseVNode("div",{ref_key:"wrapper",ref:z,tabindex:-1,class:normalizeClass(unref(j).e("wrapper")),style:normalizeStyle({zIndex:Ue.value})},[createBaseVNode("div",{class:normalizeClass(unref(j).e("mask")),onClick:withModifiers(gr=>he.hideOnClickModal&&cr(),["self"])},null,10,["onClick"]),createCommentVNode(" CLOSE "),createBaseVNode("span",{class:normalizeClass([unref(j).e("btn"),unref(j).e("close")]),onClick:cr},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(close_default))]),_:1})],2),createCommentVNode(" ARROW "),unref($e)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("span",{class:normalizeClass(unref(er)),onClick:ar},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],2),createBaseVNode("span",{class:normalizeClass(unref(ir)),onClick:ur},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],2)],64)),createCommentVNode(" ACTIONS "),createBaseVNode("div",{class:normalizeClass([unref(j).e("btn"),unref(j).e("actions")])},[createBaseVNode("div",{class:normalizeClass(unref(j).e("actions__inner"))},[createVNode(unref(ElIcon),{onClick:gr=>kt("zoomOut")},{default:withCtx(()=>[createVNode(unref(zoom_out_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:gr=>kt("zoomIn")},{default:withCtx(()=>[createVNode(unref(zoom_in_default))]),_:1},8,["onClick"]),createBaseVNode("i",{class:normalizeClass(unref(j).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:Ie},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(_e).icon)))]),_:1}),createBaseVNode("i",{class:normalizeClass(unref(j).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:gr=>kt("anticlockwise")},{default:withCtx(()=>[createVNode(unref(refresh_left_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:gr=>kt("clockwise")},{default:withCtx(()=>[createVNode(unref(refresh_right_default))]),_:1},8,["onClick"])],2)],2),createCommentVNode(" CANVAS "),createBaseVNode("div",{class:normalizeClass(unref(j).e("canvas"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(he.urlList,(gr,_r)=>withDirectives((openBlock(),createElementBlock("img",{ref_for:!0,ref:yr=>re.value[_r]=yr,key:gr,src:gr,style:normalizeStyle(unref(dr)),class:normalizeClass(unref(j).e("img")),crossorigin:he.crossorigin,onLoad:Et,onError:ie,onMousedown:pe},null,46,["src","crossorigin"])),[[vShow,_r===de.value]])),128))],2),renderSlot(he.$slots,"default")],6)]),_:3})]),_:3},8,["disabled"]))}});var ImageViewer=_export_sfc$1(_sfc_main$1z,[["__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:e=>e instanceof Event,error:e=>e instanceof Event,switch:e=>isNumber$4(e),close:()=>!0,show:()=>!0},__default__$S=defineComponent({name:"ElImage",inheritAttrs:!1}),_sfc_main$1y=defineComponent({...__default__$S,props:imageProps,emits:imageEmits,setup(e,{emit:t}){const y=e;let n="";const{t:$}=useLocale(),k=useNamespace("image"),L=useAttrs$1(),j=computed(()=>fromPairs(Object.entries(L).filter(([ur])=>/^(data-|on[A-Z])/i.test(ur)||["id","style"].includes(ur)))),V=useAttrs({excludeListeners:!0,excludeKeys:computed(()=>Object.keys(j.value))}),z=ref$1(),re=ref$1(!1),oe=ref$1(!0),ue=ref$1(!1),de=ref$1(),_e=ref$1(),Ne=isClient&&"loading"in HTMLImageElement.prototype;let Ue,$e;const Ve=computed(()=>[k.e("inner"),qe.value&&k.e("preview"),oe.value&&k.is("loading")]),Fe=computed(()=>{const{fit:ur}=y;return isClient&&ur?{objectFit:ur}:{}}),qe=computed(()=>{const{previewSrcList:ur}=y;return Array.isArray(ur)&&ur.length>0}),er=computed(()=>{const{previewSrcList:ur,initialIndex:kt}=y;let he=kt;return kt>ur.length-1&&(he=0),he}),ir=computed(()=>y.loading==="eager"?!1:!Ne&&y.loading==="lazy"||y.lazy),dr=()=>{isClient&&(oe.value=!0,re.value=!1,z.value=y.src)};function cr(ur){oe.value=!1,re.value=!1,t("load",ur)}function nr(ur){oe.value=!1,re.value=!0,t("error",ur)}function lr(){isInContainer(de.value,_e.value)&&(dr(),pe())}const Et=useThrottleFn(lr,200,!0);async function ie(){var ur;if(!isClient)return;await nextTick$3();const{scrollContainer:kt}=y;isElement$2(kt)?_e.value=kt:isString$4(kt)&&kt!==""?_e.value=(ur=document.querySelector(kt))!=null?ur:void 0:de.value&&(_e.value=getScrollContainer(de.value)),_e.value&&(Ue=useEventListener(_e,"scroll",Et),setTimeout(()=>lr(),100))}function pe(){!isClient||!_e.value||!Et||(Ue==null||Ue(),_e.value=void 0)}function Ce(ur){if(ur.ctrlKey){if(ur.deltaY<0)return ur.preventDefault(),!1;if(ur.deltaY>0)return ur.preventDefault(),!1}}function Ie(){qe.value&&($e=useEventListener("wheel",Ce,{passive:!1}),n=document.body.style.overflow,document.body.style.overflow="hidden",ue.value=!0,t("show"))}function jt(){$e==null||$e(),document.body.style.overflow=n,ue.value=!1,t("close")}function ar(ur){t("switch",ur)}return watch(()=>y.src,()=>{ir.value?(oe.value=!0,re.value=!1,pe(),ie()):dr()}),onMounted(()=>{ir.value?ie():dr()}),(ur,kt)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"container",ref:de},unref(j),{class:[unref(k).b(),ur.$attrs.class]}),[re.value?renderSlot(ur.$slots,"error",{key:0},()=>[createBaseVNode("div",{class:normalizeClass(unref(k).e("error"))},toDisplayString(unref($)("el.image.error")),3)]):(openBlock(),createElementBlock(Fragment,{key:1},[z.value!==void 0?(openBlock(),createElementBlock("img",mergeProps({key:0},unref(V),{src:z.value,loading:ur.loading,style:unref(Fe),class:unref(Ve),crossorigin:ur.crossorigin,onClick:Ie,onLoad:cr,onError:nr}),null,16,["src","loading","crossorigin"])):createCommentVNode("v-if",!0),oe.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).e("wrapper"))},[renderSlot(ur.$slots,"placeholder",{},()=>[createBaseVNode("div",{class:normalizeClass(unref(k).e("placeholder"))},null,2)])],2)):createCommentVNode("v-if",!0)],64)),unref(qe)?(openBlock(),createElementBlock(Fragment,{key:2},[ue.value?(openBlock(),createBlock(unref(ElImageViewer),{key:0,"z-index":ur.zIndex,"initial-index":unref(er),infinite:ur.infinite,"zoom-rate":ur.zoomRate,"min-scale":ur.minScale,"max-scale":ur.maxScale,"url-list":ur.previewSrcList,crossorigin:ur.crossorigin,"hide-on-click-modal":ur.hideOnClickModal,teleported:ur.previewTeleported,"close-on-press-escape":ur.closeOnPressEscape,onClose:jt,onSwitch:ar},{default:withCtx(()=>[ur.$slots.viewer?(openBlock(),createElementBlock("div",{key:0},[renderSlot(ur.$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$1y,[["__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:e=>e===null||isNumber$4(e)||["min","max"].includes(e),default:null},name:String,placeholder:String,precision:{type:Number,validator:e=>e>=0&&e===Number.parseInt(`${e}`,10)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),inputNumberEmits={[CHANGE_EVENT]:(e,t)=>t!==e,blur:e=>e instanceof FocusEvent,focus:e=>e instanceof FocusEvent,[INPUT_EVENT]:e=>isNumber$4(e)||isNil(e),[UPDATE_MODEL_EVENT]:e=>isNumber$4(e)||isNil(e)},__default__$R=defineComponent({name:"ElInputNumber"}),_sfc_main$1x=defineComponent({...__default__$R,props:inputNumberProps,emits:inputNumberEmits,setup(e,{expose:t,emit:y}){const n=e,{t:$}=useLocale(),k=useNamespace("input-number"),L=ref$1(),j=reactive({currentValue:n.modelValue,userInput:null}),{formItem:V}=useFormItem(),z=computed(()=>isNumber$4(n.modelValue)&&n.modelValue<=n.min),re=computed(()=>isNumber$4(n.modelValue)&&n.modelValue>=n.max),oe=computed(()=>{const Ie=$e(n.step);return isUndefined$2(n.precision)?Math.max($e(n.modelValue),Ie):(Ie>n.precision,n.precision)}),ue=computed(()=>n.controls&&n.controlsPosition==="right"),de=useFormSize(),_e=useFormDisabled(),Ne=computed(()=>{if(j.userInput!==null)return j.userInput;let Ie=j.currentValue;if(isNil(Ie))return"";if(isNumber$4(Ie)){if(Number.isNaN(Ie))return"";isUndefined$2(n.precision)||(Ie=Ie.toFixed(n.precision))}return Ie}),Ue=(Ie,jt)=>{if(isUndefined$2(jt)&&(jt=oe.value),jt===0)return Math.round(Ie);let ar=String(Ie);const ur=ar.indexOf(".");if(ur===-1||!ar.replace(".","").split("")[ur+jt])return Ie;const tr=ar.length;return ar.charAt(tr-1)==="5"&&(ar=`${ar.slice(0,Math.max(0,tr-1))}6`),Number.parseFloat(Number(ar).toFixed(jt))},$e=Ie=>{if(isNil(Ie))return 0;const jt=Ie.toString(),ar=jt.indexOf(".");let ur=0;return ar!==-1&&(ur=jt.length-ar-1),ur},Ve=(Ie,jt=1)=>isNumber$4(Ie)?Ue(Ie+n.step*jt):j.currentValue,Fe=()=>{if(n.readonly||_e.value||re.value)return;const Ie=Number(Ne.value)||0,jt=Ve(Ie);ir(jt),y(INPUT_EVENT,j.currentValue),pe()},qe=()=>{if(n.readonly||_e.value||z.value)return;const Ie=Number(Ne.value)||0,jt=Ve(Ie,-1);ir(jt),y(INPUT_EVENT,j.currentValue),pe()},er=(Ie,jt)=>{const{max:ar,min:ur,step:kt,precision:he,stepStrictly:tr,valueOnClear:gr}=n;ar<ur&&throwError("InputNumber","min should not be greater than max.");let _r=Number(Ie);if(isNil(Ie)||Number.isNaN(_r))return null;if(Ie===""){if(gr===null)return null;_r=isString$4(gr)?{min:ur,max:ar}[gr]:gr}return tr&&(_r=Ue(Math.round(_r/kt)*kt,he)),isUndefined$2(he)||(_r=Ue(_r,he)),(_r>ar||_r<ur)&&(_r=_r>ar?ar:ur,jt&&y(UPDATE_MODEL_EVENT,_r)),_r},ir=(Ie,jt=!0)=>{var ar;const ur=j.currentValue,kt=er(Ie);if(!jt){y(UPDATE_MODEL_EVENT,kt);return}ur===kt&&Ie||(j.userInput=null,y(UPDATE_MODEL_EVENT,kt),ur!==kt&&y(CHANGE_EVENT,kt,ur),n.validateEvent&&((ar=V==null?void 0:V.validate)==null||ar.call(V,"change").catch(he=>void 0)),j.currentValue=kt)},dr=Ie=>{j.userInput=Ie;const jt=Ie===""?null:Number(Ie);y(INPUT_EVENT,jt),ir(jt,!1)},cr=Ie=>{const jt=Ie!==""?Number(Ie):"";(isNumber$4(jt)&&!Number.isNaN(jt)||Ie==="")&&ir(jt),pe(),j.userInput=null},nr=()=>{var Ie,jt;(jt=(Ie=L.value)==null?void 0:Ie.focus)==null||jt.call(Ie)},lr=()=>{var Ie,jt;(jt=(Ie=L.value)==null?void 0:Ie.blur)==null||jt.call(Ie)},Et=Ie=>{y("focus",Ie)},ie=Ie=>{var jt;j.userInput=null,y("blur",Ie),n.validateEvent&&((jt=V==null?void 0:V.validate)==null||jt.call(V,"blur").catch(ar=>void 0))},pe=()=>{j.currentValue!==n.modelValue&&(j.currentValue=n.modelValue)},Ce=Ie=>{document.activeElement===Ie.target&&Ie.preventDefault()};return watch(()=>n.modelValue,(Ie,jt)=>{const ar=er(Ie,!0);j.userInput===null&&ar!==jt&&(j.currentValue=ar)},{immediate:!0}),onMounted(()=>{var Ie;const{min:jt,max:ar,modelValue:ur}=n,kt=(Ie=L.value)==null?void 0:Ie.input;if(kt.setAttribute("role","spinbutton"),Number.isFinite(ar)?kt.setAttribute("aria-valuemax",String(ar)):kt.removeAttribute("aria-valuemax"),Number.isFinite(jt)?kt.setAttribute("aria-valuemin",String(jt)):kt.removeAttribute("aria-valuemin"),kt.setAttribute("aria-valuenow",j.currentValue||j.currentValue===0?String(j.currentValue):""),kt.setAttribute("aria-disabled",String(_e.value)),!isNumber$4(ur)&&ur!=null){let he=Number(ur);Number.isNaN(he)&&(he=null),y(UPDATE_MODEL_EVENT,he)}kt.addEventListener("wheel",Ce,{passive:!1})}),onUpdated(()=>{var Ie,jt;const ar=(Ie=L.value)==null?void 0:Ie.input;ar==null||ar.setAttribute("aria-valuenow",`${(jt=j.currentValue)!=null?jt:""}`)}),t({focus:nr,blur:lr}),(Ie,jt)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(k).b(),unref(k).m(unref(de)),unref(k).is("disabled",unref(_e)),unref(k).is("without-controls",!Ie.controls),unref(k).is("controls-right",unref(ue))]),onDragstart:withModifiers(()=>{},["prevent"])},[Ie.controls?withDirectives((openBlock(),createElementBlock("span",{key:0,role:"button","aria-label":unref($)("el.inputNumber.decrease"),class:normalizeClass([unref(k).e("decrease"),unref(k).is("disabled",unref(z))]),onKeydown:withKeys(qe,["enter"])},[renderSlot(Ie.$slots,"decrease-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(ue)?(openBlock(),createBlock(unref(arrow_down_default),{key:0})):(openBlock(),createBlock(unref(minus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),qe]]):createCommentVNode("v-if",!0),Ie.controls?withDirectives((openBlock(),createElementBlock("span",{key:1,role:"button","aria-label":unref($)("el.inputNumber.increase"),class:normalizeClass([unref(k).e("increase"),unref(k).is("disabled",unref(re))]),onKeydown:withKeys(Fe,["enter"])},[renderSlot(Ie.$slots,"increase-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(ue)?(openBlock(),createBlock(unref(arrow_up_default),{key:0})):(openBlock(),createBlock(unref(plus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),Fe]]):createCommentVNode("v-if",!0),createVNode(unref(ElInput),{id:Ie.id,ref_key:"input",ref:L,type:"number",step:Ie.step,"model-value":unref(Ne),placeholder:Ie.placeholder,readonly:Ie.readonly,disabled:unref(_e),size:unref(de),max:Ie.max,min:Ie.min,name:Ie.name,"aria-label":Ie.ariaLabel,"validate-event":!1,onKeydown:[withKeys(withModifiers(Fe,["prevent"]),["up"]),withKeys(withModifiers(qe,["prevent"]),["down"])],onBlur:ie,onFocus:Et,onInput:dr,onChange:cr},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$1x,[["__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:e=>e instanceof MouseEvent},__default__$Q=defineComponent({name:"ElLink"}),_sfc_main$1w=defineComponent({...__default__$Q,props:linkProps,emits:linkEmits,setup(e,{emit:t}){const y=e,n=useNamespace("link"),$=computed(()=>[n.b(),n.m(y.type),n.is("disabled",y.disabled),n.is("underline",y.underline&&!y.disabled)]);function k(L){y.disabled||t("click",L)}return(L,j)=>(openBlock(),createElementBlock("a",{class:normalizeClass(unref($)),href:L.disabled||!L.href?void 0:L.href,target:L.disabled||!L.href?void 0:L.target,onClick:k},[L.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(L.icon)))]),_:1})):createCommentVNode("v-if",!0),L.$slots.default?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(n).e("inner"))},[renderSlot(L.$slots,"default")],2)):createCommentVNode("v-if",!0),L.$slots.icon?renderSlot(L.$slots,"icon",{key:2}):createCommentVNode("v-if",!0)],10,["href","target"]))}});var Link=_export_sfc$1(_sfc_main$1w,[["__file","link.vue"]]);const ElLink=withInstall(Link);let SubMenu$1=class{constructor(t,y){this.parent=t,this.domNode=y,this.subIndex=0,this.subIndex=0,this.init()}init(){this.subMenuItems=this.domNode.querySelectorAll("li"),this.addListeners()}gotoSubIndex(t){t===this.subMenuItems.length?t=0:t<0&&(t=this.subMenuItems.length-1),this.subMenuItems[t].focus(),this.subIndex=t}addListeners(){const t=this.parent.domNode;Array.prototype.forEach.call(this.subMenuItems,y=>{y.addEventListener("keydown",n=>{let $=!1;switch(n.code){case EVENT_CODE.down:{this.gotoSubIndex(this.subIndex+1),$=!0;break}case EVENT_CODE.up:{this.gotoSubIndex(this.subIndex-1),$=!0;break}case EVENT_CODE.tab:{triggerEvent(t,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{$=!0,n.currentTarget.click();break}}return $&&(n.preventDefault(),n.stopPropagation()),!1})})}},MenuItem$1=class{constructor(t,y){this.domNode=t,this.submenu=null,this.submenu=null,this.init(y)}init(t){this.domNode.setAttribute("tabindex","0");const y=this.domNode.querySelector(`.${t}-menu`);y&&(this.submenu=new SubMenu$1(this,y)),this.addListeners()}addListeners(){this.domNode.addEventListener("keydown",t=>{let y=!1;switch(t.code){case EVENT_CODE.down:{triggerEvent(t.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(0),y=!0;break}case EVENT_CODE.up:{triggerEvent(t.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(this.submenu.subMenuItems.length-1),y=!0;break}case EVENT_CODE.tab:{triggerEvent(t.currentTarget,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{y=!0,t.currentTarget.click();break}}y&&t.preventDefault()})}},Menu$1=class{constructor(t,y){this.domNode=t,this.init(y)}init(t){const y=this.domNode.childNodes;Array.from(y).forEach(n=>{n.nodeType===1&&new MenuItem$1(n,t)})}};const _sfc_main$1v=defineComponent({name:"ElMenuCollapseTransition",setup(){const e=useNamespace("menu");return{listeners:{onBeforeEnter:y=>y.style.opacity="0.2",onEnter(y,n){addClass(y,`${e.namespace.value}-opacity-transition`),y.style.opacity="1",n()},onAfterEnter(y){removeClass(y,`${e.namespace.value}-opacity-transition`),y.style.opacity=""},onBeforeLeave(y){y.dataset||(y.dataset={}),hasClass(y,e.m("collapse"))?(removeClass(y,e.m("collapse")),y.dataset.oldOverflow=y.style.overflow,y.dataset.scrollWidth=y.clientWidth.toString(),addClass(y,e.m("collapse"))):(addClass(y,e.m("collapse")),y.dataset.oldOverflow=y.style.overflow,y.dataset.scrollWidth=y.clientWidth.toString(),removeClass(y,e.m("collapse"))),y.style.width=`${y.scrollWidth}px`,y.style.overflow="hidden"},onLeave(y){addClass(y,"horizontal-collapse-transition"),y.style.width=`${y.dataset.scrollWidth}px`}}}}});function _sfc_render$e(e,t,y,n,$,k){return openBlock(),createBlock(Transition,mergeProps({mode:"out-in"},e.listeners),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16)}var ElMenuCollapseTransition=_export_sfc$1(_sfc_main$1v,[["render",_sfc_render$e],["__file","menu-collapse-transition.vue"]]);function useMenu(e,t){const y=computed(()=>{let $=e.parent;const k=[t.value];for(;$.type.name!=="ElMenu";)$.props.index&&k.unshift($.props.index),$=$.parent;return k});return{parentMenu:computed(()=>{let $=e.parent;for(;$&&!["ElMenu","ElSubMenu"].includes($.type.name);)$=$.parent;return $}),indexPath:y}}function useMenuColor(e){return computed(()=>{const y=e.backgroundColor;return y?new TinyColor(y).shade(20).toString():""})}const useMenuCssVar=(e,t)=>{const y=useNamespace("menu");return computed(()=>y.cssVarBlock({"text-color":e.textColor||"","hover-text-color":e.textColor||"","bg-color":e.backgroundColor||"","hover-bg-color":useMenuColor(e).value||"","active-color":e.activeTextColor||"",level:`${t}`}))},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(e,{slots:t,expose:y}){const n=getCurrentInstance(),{indexPath:$,parentMenu:k}=useMenu(n,computed(()=>e.index)),L=useNamespace("menu"),j=useNamespace("sub-menu"),V=inject("rootMenu");V||throwError(COMPONENT_NAME$c,"can not inject root menu");const z=inject(`subMenu:${k.value.uid}`);z||throwError(COMPONENT_NAME$c,"can not inject sub menu");const re=ref$1({}),oe=ref$1({});let ue;const de=ref$1(!1),_e=ref$1(),Ne=ref$1(null),Ue=computed(()=>cr.value==="horizontal"&&Ve.value?"bottom-start":"right-start"),$e=computed(()=>cr.value==="horizontal"&&Ve.value||cr.value==="vertical"&&!V.props.collapse?e.expandCloseIcon&&e.expandOpenIcon?ir.value?e.expandOpenIcon:e.expandCloseIcon:arrow_down_default:e.collapseCloseIcon&&e.collapseOpenIcon?ir.value?e.collapseOpenIcon:e.collapseCloseIcon:arrow_right_default),Ve=computed(()=>z.level===0),Fe=computed(()=>{const he=e.teleported;return he===void 0?Ve.value:he}),qe=computed(()=>V.props.collapse?`${L.namespace.value}-zoom-in-left`:`${L.namespace.value}-zoom-in-top`),er=computed(()=>cr.value==="horizontal"&&Ve.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"]),ir=computed(()=>V.openedMenus.includes(e.index)),dr=computed(()=>{let he=!1;return Object.values(re.value).forEach(tr=>{tr.active&&(he=!0)}),Object.values(oe.value).forEach(tr=>{tr.active&&(he=!0)}),he}),cr=computed(()=>V.props.mode),nr=reactive({index:e.index,indexPath:$,active:dr}),lr=useMenuCssVar(V.props,z.level+1),Et=computed(()=>{var he;return(he=e.popperOffset)!=null?he:V.props.popperOffset}),ie=computed(()=>{var he;return(he=e.popperClass)!=null?he:V.props.popperClass}),pe=computed(()=>{var he;return(he=e.showTimeout)!=null?he:V.props.showTimeout}),Ce=computed(()=>{var he;return(he=e.hideTimeout)!=null?he:V.props.hideTimeout}),Ie=()=>{var he,tr,gr;return(gr=(tr=(he=Ne.value)==null?void 0:he.popperRef)==null?void 0:tr.popperInstanceRef)==null?void 0:gr.destroy()},jt=he=>{he||Ie()},ar=()=>{V.props.menuTrigger==="hover"&&V.props.mode==="horizontal"||V.props.collapse&&V.props.mode==="vertical"||e.disabled||V.handleSubMenuClick({index:e.index,indexPath:$.value,active:dr.value})},ur=(he,tr=pe.value)=>{var gr;if(he.type!=="focus"){if(V.props.menuTrigger==="click"&&V.props.mode==="horizontal"||!V.props.collapse&&V.props.mode==="vertical"||e.disabled){z.mouseInChild.value=!0;return}z.mouseInChild.value=!0,ue==null||ue(),{stop:ue}=useTimeoutFn(()=>{V.openMenu(e.index,$.value)},tr),Fe.value&&((gr=k.value.vnode.el)==null||gr.dispatchEvent(new MouseEvent("mouseenter")))}},kt=(he=!1)=>{var tr;if(V.props.menuTrigger==="click"&&V.props.mode==="horizontal"||!V.props.collapse&&V.props.mode==="vertical"){z.mouseInChild.value=!1;return}ue==null||ue(),z.mouseInChild.value=!1,{stop:ue}=useTimeoutFn(()=>!de.value&&V.closeMenu(e.index,$.value),Ce.value),Fe.value&&he&&((tr=z.handleMouseleave)==null||tr.call(z,!0))};watch(()=>V.props.collapse,he=>jt(!!he));{const he=gr=>{oe.value[gr.index]=gr},tr=gr=>{delete oe.value[gr.index]};provide(`subMenu:${n.uid}`,{addSubMenu:he,removeSubMenu:tr,handleMouseleave:kt,mouseInChild:de,level:z.level+1})}return y({opened:ir}),onMounted(()=>{V.addSubMenu(nr),z.addSubMenu(nr)}),onBeforeUnmount(()=>{z.removeSubMenu(nr),V.removeSubMenu(nr)}),()=>{var he;const tr=[(he=t.title)==null?void 0:he.call(t),h$1(ElIcon,{class:j.e("icon-arrow"),style:{transform:ir.value?e.expandCloseIcon&&e.expandOpenIcon||e.collapseCloseIcon&&e.collapseOpenIcon&&V.props.collapse?"none":"rotateZ(180deg)":"none"}},{default:()=>isString$4($e.value)?h$1(n.appContext.components[$e.value]):h$1($e.value)})],gr=V.isMenuPopup?h$1(ElTooltip,{ref:Ne,visible:ir.value,effect:"light",pure:!0,offset:Et.value,showArrow:!1,persistent:!0,popperClass:ie.value,placement:Ue.value,teleported:Fe.value,fallbackPlacements:er.value,transition:qe.value,gpuAcceleration:!1},{content:()=>{var _r;return h$1("div",{class:[L.m(cr.value),L.m("popup-container"),ie.value],onMouseenter:yr=>ur(yr,100),onMouseleave:()=>kt(!0),onFocus:yr=>ur(yr,100)},[h$1("ul",{class:[L.b(),L.m("popup"),L.m(`popup-${Ue.value}`)],style:lr.value},[(_r=t.default)==null?void 0:_r.call(t)])])},default:()=>h$1("div",{class:j.e("title"),onClick:ar},tr)}):h$1(Fragment,{},[h$1("div",{class:j.e("title"),ref:_e,onClick:ar},tr),h$1(ElCollapseTransition,{},{default:()=>{var _r;return withDirectives(h$1("ul",{role:"menu",class:[L.b(),L.m("inline")],style:lr.value},[(_r=t.default)==null?void 0:_r.call(t)]),[[vShow,ir.value]])}})]);return h$1("li",{class:[j.b(),j.is("active",dr.value),j.is("opened",ir.value),j.is("disabled",e.disabled)],role:"menuitem",ariaHaspopup:!0,ariaExpanded:ir.value,onMouseenter:ur,onMouseleave:()=>kt(),onFocus:ur},[gr])}}});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=e=>Array.isArray(e)&&e.every(t=>isString$4(t)),menuEmits={close:(e,t)=>isString$4(e)&&checkIndexPath(t),open:(e,t)=>isString$4(e)&&checkIndexPath(t),select:(e,t,y,n)=>isString$4(e)&&checkIndexPath(t)&&isObject$5(y)&&(n===void 0||n instanceof Promise)};var Menu=defineComponent({name:"ElMenu",props:menuProps,emits:menuEmits,setup(e,{emit:t,slots:y,expose:n}){const $=getCurrentInstance(),k=$.appContext.config.globalProperties.$router,L=ref$1(),j=useNamespace("menu"),V=useNamespace("sub-menu"),z=ref$1(-1),re=ref$1(e.defaultOpeneds&&!e.collapse?e.defaultOpeneds.slice(0):[]),oe=ref$1(e.defaultActive),ue=ref$1({}),de=ref$1({}),_e=computed(()=>e.mode==="horizontal"||e.mode==="vertical"&&e.collapse),Ne=()=>{const Ce=oe.value&&ue.value[oe.value];if(!Ce||e.mode==="horizontal"||e.collapse)return;Ce.indexPath.forEach(jt=>{const ar=de.value[jt];ar&&Ue(jt,ar.indexPath)})},Ue=(Ce,Ie)=>{re.value.includes(Ce)||(e.uniqueOpened&&(re.value=re.value.filter(jt=>Ie.includes(jt))),re.value.push(Ce),t("open",Ce,Ie))},$e=Ce=>{const Ie=re.value.indexOf(Ce);Ie!==-1&&re.value.splice(Ie,1)},Ve=(Ce,Ie)=>{$e(Ce),t("close",Ce,Ie)},Fe=({index:Ce,indexPath:Ie})=>{re.value.includes(Ce)?Ve(Ce,Ie):Ue(Ce,Ie)},qe=Ce=>{(e.mode==="horizontal"||e.collapse)&&(re.value=[]);const{index:Ie,indexPath:jt}=Ce;if(!(isNil(Ie)||isNil(jt)))if(e.router&&k){const ar=Ce.route||Ie,ur=k.push(ar).then(kt=>(kt||(oe.value=Ie),kt));t("select",Ie,jt,{index:Ie,indexPath:jt,route:ar},ur)}else oe.value=Ie,t("select",Ie,jt,{index:Ie,indexPath:jt})},er=Ce=>{const Ie=ue.value,jt=Ie[Ce]||oe.value&&Ie[oe.value]||Ie[e.defaultActive];jt?oe.value=jt.index:oe.value=Ce},ir=Ce=>{const Ie=getComputedStyle(Ce),jt=Number.parseInt(Ie.marginLeft,10),ar=Number.parseInt(Ie.marginRight,10);return Ce.offsetWidth+jt+ar||0},dr=()=>{var Ce,Ie;if(!L.value)return-1;const jt=Array.from((Ie=(Ce=L.value)==null?void 0:Ce.childNodes)!=null?Ie:[]).filter(yr=>yr.nodeName!=="#comment"&&(yr.nodeName!=="#text"||yr.nodeValue)),ar=64,ur=getComputedStyle(L.value),kt=Number.parseInt(ur.paddingLeft,10),he=Number.parseInt(ur.paddingRight,10),tr=L.value.clientWidth-kt-he;let gr=0,_r=0;return jt.forEach((yr,xr)=>{gr+=ir(yr),gr<=tr-ar&&(_r=xr+1)}),_r===jt.length?-1:_r},cr=Ce=>de.value[Ce].indexPath,nr=(Ce,Ie=33.34)=>{let jt;return()=>{jt&&clearTimeout(jt),jt=setTimeout(()=>{Ce()},Ie)}};let lr=!0;const Et=()=>{if(z.value===dr())return;const Ce=()=>{z.value=-1,nextTick$3(()=>{z.value=dr()})};lr?Ce():nr(Ce)(),lr=!1};watch(()=>e.defaultActive,Ce=>{ue.value[Ce]||(oe.value=""),er(Ce)}),watch(()=>e.collapse,Ce=>{Ce&&(re.value=[])}),watch(ue.value,Ne);let ie;watchEffect(()=>{e.mode==="horizontal"&&e.ellipsis?ie=useResizeObserver(L,Et).stop:ie==null||ie()});const pe=ref$1(!1);{const Ce=ur=>{de.value[ur.index]=ur},Ie=ur=>{delete de.value[ur.index]};provide("rootMenu",reactive({props:e,openedMenus:re,items:ue,subMenus:de,activeIndex:oe,isMenuPopup:_e,addMenuItem:ur=>{ue.value[ur.index]=ur},removeMenuItem:ur=>{delete ue.value[ur.index]},addSubMenu:Ce,removeSubMenu:Ie,openMenu:Ue,closeMenu:Ve,handleMenuItemClick:qe,handleSubMenuClick:Fe})),provide(`subMenu:${$.uid}`,{addSubMenu:Ce,removeSubMenu:Ie,mouseInChild:pe,level:0})}return onMounted(()=>{e.mode==="horizontal"&&new Menu$1($.vnode.el,j.namespace.value)}),n({open:Ie=>{const{indexPath:jt}=de.value[Ie];jt.forEach(ar=>Ue(ar,jt))},close:$e,handleResize:Et}),()=>{var Ce,Ie;let jt=(Ie=(Ce=y.default)==null?void 0:Ce.call(y))!=null?Ie:[];const ar=[];if(e.mode==="horizontal"&&L.value){const tr=flattedChildren(jt),gr=z.value===-1?tr:tr.slice(0,z.value),_r=z.value===-1?[]:tr.slice(z.value);_r!=null&&_r.length&&e.ellipsis&&(jt=gr,ar.push(h$1(SubMenu,{index:"sub-menu-more",class:V.e("hide-arrow"),popperOffset:e.popperOffset},{title:()=>h$1(ElIcon,{class:V.e("icon-more")},{default:()=>h$1(e.ellipsisIcon)}),default:()=>_r})))}const ur=useMenuCssVar(e,0),kt=e.closeOnClickOutside?[[ClickOutside,()=>{re.value.length&&(pe.value||(re.value.forEach(tr=>t("close",tr,cr(tr))),re.value=[]))}]]:[],he=withDirectives(h$1("ul",{key:String(e.collapse),role:"menubar",ref:L,style:ur.value,class:{[j.b()]:!0,[j.m(e.mode)]:!0,[j.m("collapse")]:e.collapse}},[...jt,...ar]),kt);return e.collapseTransition&&e.mode==="vertical"?h$1(ElMenuCollapseTransition,()=>he):he}}});const menuItemProps=buildProps({index:{type:definePropType([String,null]),default:null},route:{type:definePropType([String,Object])},disabled:Boolean}),menuItemEmits={click:e=>isString$4(e.index)&&Array.isArray(e.indexPath)},COMPONENT_NAME$b="ElMenuItem",_sfc_main$1u=defineComponent({name:COMPONENT_NAME$b,components:{ElTooltip},props:menuItemProps,emits:menuItemEmits,setup(e,{emit:t}){const y=getCurrentInstance(),n=inject("rootMenu"),$=useNamespace("menu"),k=useNamespace("menu-item");n||throwError(COMPONENT_NAME$b,"can not inject root menu");const{parentMenu:L,indexPath:j}=useMenu(y,toRef$1(e,"index")),V=inject(`subMenu:${L.value.uid}`);V||throwError(COMPONENT_NAME$b,"can not inject sub menu");const z=computed(()=>e.index===n.activeIndex),re=reactive({index:e.index,indexPath:j,active:z}),oe=()=>{e.disabled||(n.handleMenuItemClick({index:e.index,indexPath:j.value,route:e.route}),t("click",re))};return onMounted(()=>{V.addSubMenu(re),n.addMenuItem(re)}),onBeforeUnmount(()=>{V.removeSubMenu(re),n.removeMenuItem(re)}),{parentMenu:L,rootMenu:n,active:z,nsMenu:$,nsMenuItem:k,handleClick:oe}}});function _sfc_render$d(e,t,y,n,$,k){const L=resolveComponent("el-tooltip");return openBlock(),createElementBlock("li",{class:normalizeClass([e.nsMenuItem.b(),e.nsMenuItem.is("active",e.active),e.nsMenuItem.is("disabled",e.disabled)]),role:"menuitem",tabindex:"-1",onClick:e.handleClick},[e.parentMenu.type.name==="ElMenu"&&e.rootMenu.props.collapse&&e.$slots.title?(openBlock(),createBlock(L,{key:0,effect:e.rootMenu.props.popperEffect,placement:"right","fallback-placements":["left"],persistent:""},{content:withCtx(()=>[renderSlot(e.$slots,"title")]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsMenu.be("tooltip","trigger"))},[renderSlot(e.$slots,"default")],2)]),_:3},8,["effect"])):(openBlock(),createElementBlock(Fragment,{key:1},[renderSlot(e.$slots,"default"),renderSlot(e.$slots,"title")],64))],10,["onClick"])}var MenuItem=_export_sfc$1(_sfc_main$1u,[["render",_sfc_render$d],["__file","menu-item.vue"]]);const menuItemGroupProps={title:String},COMPONENT_NAME$a="ElMenuItemGroup",_sfc_main$1t=defineComponent({name:COMPONENT_NAME$a,props:menuItemGroupProps,setup(){return{ns:useNamespace("menu-item-group")}}});function _sfc_render$c(e,t,y,n,$,k){return openBlock(),createElementBlock("li",{class:normalizeClass(e.ns.b())},[createBaseVNode("div",{class:normalizeClass(e.ns.e("title"))},[e.$slots.title?renderSlot(e.$slots,"title",{key:1}):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(e.title),1)],64))],2),createBaseVNode("ul",null,[renderSlot(e.$slots,"default")])],2)}var MenuItemGroup=_export_sfc$1(_sfc_main$1t,[["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$1s=defineComponent({...__default__$P,props:pageHeaderProps,emits:pageHeaderEmits,setup(e,{emit:t}){const y=useSlots(),{t:n}=useLocale(),$=useNamespace("page-header"),k=computed(()=>[$.b(),{[$.m("has-breadcrumb")]:!!y.breadcrumb,[$.m("has-extra")]:!!y.extra,[$.is("contentful")]:!!y.default}]);function L(){t("back")}return(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(k))},[j.$slots.breadcrumb?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("breadcrumb"))},[renderSlot(j.$slots,"breadcrumb")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref($).e("left"))},[createBaseVNode("div",{class:normalizeClass(unref($).e("back")),role:"button",tabindex:"0",onClick:L},[j.icon||j.$slots.icon?(openBlock(),createElementBlock("div",{key:0,"aria-label":j.title||unref(n)("el.pageHeader.title"),class:normalizeClass(unref($).e("icon"))},[renderSlot(j.$slots,"icon",{},()=>[j.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(j.icon)))]),_:1})):createCommentVNode("v-if",!0)])],10,["aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).e("title"))},[renderSlot(j.$slots,"title",{},()=>[createTextVNode(toDisplayString(j.title||unref(n)("el.pageHeader.title")),1)])],2)],2),createVNode(unref(ElDivider),{direction:"vertical"}),createBaseVNode("div",{class:normalizeClass(unref($).e("content"))},[renderSlot(j.$slots,"content",{},()=>[createTextVNode(toDisplayString(j.content),1)])],2)],2),j.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("extra"))},[renderSlot(j.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2),j.$slots.default?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($).e("main"))},[renderSlot(j.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var PageHeader=_export_sfc$1(_sfc_main$1s,[["__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:e=>e instanceof MouseEvent},__default__$O=defineComponent({name:"ElPaginationPrev"}),_sfc_main$1r=defineComponent({...__default__$O,props:paginationPrevProps,emits:paginationPrevEmits,setup(e){const t=e,{t:y}=useLocale(),n=computed(()=>t.disabled||t.currentPage<=1);return($,k)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-prev",disabled:unref(n),"aria-label":$.prevText||unref(y)("el.pagination.prev"),"aria-disabled":unref(n),onClick:L=>$.$emit("click",L)},[$.prevText?(openBlock(),createElementBlock("span",{key:0},toDisplayString($.prevText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($.prevIcon)))]),_:1}))],8,["disabled","aria-label","aria-disabled","onClick"]))}});var Prev=_export_sfc$1(_sfc_main$1r,[["__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$1q=defineComponent({...__default__$N,props:paginationNextProps,emits:["click"],setup(e){const t=e,{t:y}=useLocale(),n=computed(()=>t.disabled||t.currentPage===t.pageCount||t.pageCount===0);return($,k)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-next",disabled:unref(n),"aria-label":$.nextText||unref(y)("el.pagination.next"),"aria-disabled":unref(n),onClick:L=>$.$emit("click",L)},[$.nextText?(openBlock(),createElementBlock("span",{key:0},toDisplayString($.nextText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($.nextIcon)))]),_:1}))],8,["disabled","aria-label","aria-disabled","onClick"]))}});var Next=_export_sfc$1(_sfc_main$1q,[["__file","next.vue"]]);const selectGroupKey=Symbol("ElSelectGroup"),selectKey=Symbol("ElSelect");function useOption$1(e,t){const y=inject(selectKey),n=inject(selectGroupKey,{disabled:!1}),$=computed(()=>re(castArray$1(y.props.modelValue),e.value)),k=computed(()=>{var de;if(y.props.multiple){const _e=castArray$1((de=y.props.modelValue)!=null?de:[]);return!$.value&&_e.length>=y.props.multipleLimit&&y.props.multipleLimit>0}else return!1}),L=computed(()=>e.label||(isObject$5(e.value)?"":e.value)),j=computed(()=>e.value||e.label||""),V=computed(()=>e.disabled||t.groupDisabled||k.value),z=getCurrentInstance(),re=(de=[],_e)=>{if(isObject$5(e.value)){const Ne=y.props.valueKey;return de&&de.some(Ue=>toRaw(get(Ue,Ne))===get(_e,Ne))}else return de&&de.includes(_e)},oe=()=>{!e.disabled&&!n.disabled&&(y.states.hoveringIndex=y.optionsArray.indexOf(z.proxy))},ue=de=>{const _e=new RegExp(escapeStringRegexp(de),"i");t.visible=_e.test(L.value)||e.created};return watch(()=>L.value,()=>{!e.created&&!y.props.remote&&y.setSelected()}),watch(()=>e.value,(de,_e)=>{const{remote:Ne,valueKey:Ue}=y.props;if(de!==_e&&(y.onOptionDestroy(_e,z.proxy),y.onOptionCreate(z.proxy)),!e.created&&!Ne){if(Ue&&isObject$5(de)&&isObject$5(_e)&&de[Ue]===_e[Ue])return;y.setSelected()}}),watch(()=>n.disabled,()=>{t.groupDisabled=n.disabled},{immediate:!0}),{select:y,currentLabel:L,currentValue:j,itemSelected:$,isDisabled:V,hoverItem:oe,updateOption:ue}}const _sfc_main$1p=defineComponent({name:"ElOption",componentName:"ElOption",props:{value:{required:!0,type:[String,Number,Boolean,Object]},label:[String,Number],created:Boolean,disabled:Boolean},setup(e){const t=useNamespace("select"),y=useId(),n=computed(()=>[t.be("dropdown","item"),t.is("disabled",unref(j)),t.is("selected",unref(L)),t.is("hovering",unref(ue))]),$=reactive({index:-1,groupDisabled:!1,visible:!0,hover:!1}),{currentLabel:k,itemSelected:L,isDisabled:j,select:V,hoverItem:z,updateOption:re}=useOption$1(e,$),{visible:oe,hover:ue}=toRefs($),de=getCurrentInstance().proxy;V.onOptionCreate(de),onBeforeUnmount(()=>{const Ne=de.value,{selected:Ue}=V.states,Ve=(V.props.multiple?Ue:[Ue]).some(Fe=>Fe.value===de.value);nextTick$3(()=>{V.states.cachedOptions.get(Ne)===de&&!Ve&&V.states.cachedOptions.delete(Ne)}),V.onOptionDestroy(Ne,de)});function _e(){j.value||V.handleOptionSelect(de)}return{ns:t,id:y,containerKls:n,currentLabel:k,itemSelected:L,isDisabled:j,select:V,hoverItem:z,updateOption:re,visible:oe,hover:ue,selectOptionClick:_e,states:$}}});function _sfc_render$b(e,t,y,n,$,k){return withDirectives((openBlock(),createElementBlock("li",{id:e.id,class:normalizeClass(e.containerKls),role:"option","aria-disabled":e.isDisabled||void 0,"aria-selected":e.itemSelected,onMouseenter:e.hoverItem,onClick:withModifiers(e.selectOptionClick,["stop"])},[renderSlot(e.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(e.currentLabel),1)])],42,["id","aria-disabled","aria-selected","onMouseenter","onClick"])),[[vShow,e.visible]])}var Option=_export_sfc$1(_sfc_main$1p,[["render",_sfc_render$b],["__file","option.vue"]]);const _sfc_main$1o=defineComponent({name:"ElSelectDropdown",componentName:"ElSelectDropdown",setup(){const e=inject(selectKey),t=useNamespace("select"),y=computed(()=>e.props.popperClass),n=computed(()=>e.props.multiple),$=computed(()=>e.props.fitInputWidth),k=ref$1("");function L(){var j;k.value=`${(j=e.selectRef)==null?void 0:j.offsetWidth}px`}return onMounted(()=>{L(),useResizeObserver(e.selectRef,L)}),{ns:t,minWidth:k,popperClass:y,isMultiple:n,isFitInputWidth:$}}});function _sfc_render$a(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b("dropdown"),e.ns.is("multiple",e.isMultiple),e.popperClass]),style:normalizeStyle({[e.isFitInputWidth?"width":"minWidth"]:e.minWidth})},[e.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.be("dropdown","header"))},[renderSlot(e.$slots,"header")],2)):createCommentVNode("v-if",!0),renderSlot(e.$slots,"default"),e.$slots.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.be("dropdown","footer"))},[renderSlot(e.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6)}var ElSelectMenu$1=_export_sfc$1(_sfc_main$1o,[["render",_sfc_render$a],["__file","select-dropdown.vue"]]);const MINIMUM_INPUT_WIDTH$1=11,useSelect$2=(e,t)=>{const{t:y}=useLocale(),n=useId(),$=useNamespace("select"),k=useNamespace("input"),L=reactive({inputValue:"",options:new Map,cachedOptions:new Map,disabledOptions:new Map,optionValues:[],selected:e.multiple?[]:{},selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,selectedLabel:"",hoveringIndex:-1,previousQuery:null,inputHovering:!1,menuVisibleOnFocus:!1,isBeforeHide:!1}),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=ref$1(null),oe=ref$1(null),ue=ref$1(null),de=ref$1(null),_e=ref$1(null),Ne=ref$1(null),Ue=ref$1(null),$e=ref$1(null),Ve=ref$1(null),{isComposing:Fe,handleCompositionStart:qe,handleCompositionUpdate:er,handleCompositionEnd:ir}=useComposition({afterComposition:Hr=>Ba(Hr)}),{wrapperRef:dr,isFocused:cr,handleBlur:nr}=useFocusController(oe,{afterFocus(){e.automaticDropdown&&!lr.value&&(lr.value=!0,L.menuVisibleOnFocus=!0)},beforeBlur(Hr){var ui,En;return((ui=z.value)==null?void 0:ui.isFocusInsideContent(Hr))||((En=re.value)==null?void 0:En.isFocusInsideContent(Hr))},afterBlur(){lr.value=!1,L.menuVisibleOnFocus=!1}}),lr=ref$1(!1),Et=ref$1(),{form:ie,formItem:pe}=useFormItem(),{inputId:Ce}=useFormItemInputId(e,{formItemContext:pe}),{valueOnClear:Ie,isEmptyValue:jt}=useEmptyValues(e),ar=computed(()=>e.disabled||(ie==null?void 0:ie.disabled)),ur=computed(()=>isArray$4(e.modelValue)?e.modelValue.length>0:!jt(e.modelValue)),kt=computed(()=>e.clearable&&!ar.value&&L.inputHovering&&ur.value),he=computed(()=>e.remote&&e.filterable&&!e.remoteShowSuffix?"":e.suffixIcon),tr=computed(()=>$.is("reverse",he.value&&lr.value)),gr=computed(()=>(pe==null?void 0:pe.validateState)||""),_r=computed(()=>ValidateComponentsMap[gr.value]),yr=computed(()=>e.remote?300:0),xr=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!L.inputValue&&L.options.size===0?!1:e.filterable&&L.inputValue&&L.options.size>0&&Nr.value===0?e.noMatchText||y("el.select.noMatch"):L.options.size===0?e.noDataText||y("el.select.noData"):null),Nr=computed(()=>Tr.value.filter(Hr=>Hr.visible).length),Tr=computed(()=>{const Hr=Array.from(L.options.values()),ui=[];return L.optionValues.forEach(En=>{const An=Hr.findIndex(Gi=>Gi.value===En);An>-1&&ui.push(Hr[An])}),ui.length>=Hr.length?ui:Hr}),Sr=computed(()=>Array.from(L.cachedOptions.values())),Ar=computed(()=>{const Hr=Tr.value.filter(ui=>!ui.created).some(ui=>ui.currentLabel===L.inputValue);return e.filterable&&e.allowCreate&&L.inputValue!==""&&!Hr}),Fr=()=>{e.filterable&&isFunction$5(e.filterMethod)||e.filterable&&e.remote&&isFunction$5(e.remoteMethod)||Tr.value.forEach(Hr=>{var ui;(ui=Hr.updateOption)==null||ui.call(Hr,L.inputValue)})},Gr=useFormSize(),Vr=computed(()=>["small"].includes(Gr.value)?"small":"default"),Dr=computed({get(){return lr.value&&xr.value!==!1},set(Hr){lr.value=Hr}}),Ir=computed(()=>{if(e.multiple&&!isUndefined$2(e.modelValue))return castArray$1(e.modelValue).length===0&&!L.inputValue;const Hr=isArray$4(e.modelValue)?e.modelValue[0]:e.modelValue;return e.filterable||isUndefined$2(Hr)?!L.inputValue:!0}),Br=computed(()=>{var Hr;const ui=(Hr=e.placeholder)!=null?Hr:y("el.select.placeholder");return e.multiple||!ur.value?ui:L.selectedLabel}),Rr=computed(()=>isIOS$1?null:"mouseenter");watch(()=>e.modelValue,(Hr,ui)=>{e.multiple&&e.filterable&&!e.reserveKeyword&&(L.inputValue="",Lr("")),jr(),!isEqual$1(Hr,ui)&&e.validateEvent&&(pe==null||pe.validate("change").catch(En=>void 0))},{flush:"post",deep:!0}),watch(()=>lr.value,Hr=>{Hr?Lr(L.inputValue):(L.inputValue="",L.previousQuery=null,L.isBeforeHide=!0),t("visible-change",Hr)}),watch(()=>L.options.entries(),()=>{var Hr;if(!isClient)return;const ui=((Hr=j.value)==null?void 0:Hr.querySelectorAll("input"))||[];(!e.filterable&&!e.defaultFirstOption&&!isUndefined$2(e.modelValue)||!Array.from(ui).includes(document.activeElement))&&jr(),e.defaultFirstOption&&(e.filterable||e.remote)&&Nr.value&&$r()},{flush:"post"}),watch(()=>L.hoveringIndex,Hr=>{isNumber$4(Hr)&&Hr>-1?Et.value=Tr.value[Hr]||{}:Et.value={},Tr.value.forEach(ui=>{ui.hover=Et.value===ui})}),watchEffect(()=>{L.isBeforeHide||Fr()});const Lr=Hr=>{L.previousQuery===Hr||Fe.value||(L.previousQuery=Hr,e.filterable&&isFunction$5(e.filterMethod)?e.filterMethod(Hr):e.filterable&&e.remote&&isFunction$5(e.remoteMethod)&&e.remoteMethod(Hr),e.defaultFirstOption&&(e.filterable||e.remote)&&Nr.value?nextTick$3($r):nextTick$3(Kr))},$r=()=>{const Hr=Tr.value.filter(An=>An.visible&&!An.disabled&&!An.states.groupDisabled),ui=Hr.find(An=>An.created),En=Hr[0];L.hoveringIndex=Li(Tr.value,ui||En)},jr=()=>{if(e.multiple)L.selectedLabel="";else{const ui=isArray$4(e.modelValue)?e.modelValue[0]:e.modelValue,En=vn(ui);L.selectedLabel=En.currentLabel,L.selected=En;return}const Hr=[];isUndefined$2(e.modelValue)||castArray$1(e.modelValue).forEach(ui=>{Hr.push(vn(ui))}),L.selected=Hr},vn=Hr=>{let ui;const En=toRawType(Hr).toLowerCase()==="object",An=toRawType(Hr).toLowerCase()==="null",Gi=toRawType(Hr).toLowerCase()==="undefined";for(let aa=L.cachedOptions.size-1;aa>=0;aa--){const Qo=Sr.value[aa];if(En?get(Qo.value,e.valueKey)===get(Hr,e.valueKey):Qo.value===Hr){ui={value:Hr,currentLabel:Qo.currentLabel,get isDisabled(){return Qo.isDisabled}};break}}if(ui)return ui;const Ki=En?Hr.label:!An&&!Gi?Hr:"";return{value:Hr,currentLabel:Ki}},Kr=()=>{e.multiple?L.hoveringIndex=Tr.value.findIndex(Hr=>L.selected.some(ui=>Gs(ui)===Gs(Hr))):L.hoveringIndex=Tr.value.findIndex(Hr=>Gs(Hr)===Gs(L.selected))},kr=()=>{L.selectionWidth=V.value.getBoundingClientRect().width},Qr=()=>{L.calculatorWidth=ue.value.getBoundingClientRect().width},Zr=()=>{L.collapseItemWidth=$e.value.getBoundingClientRect().width},Vi=()=>{var Hr,ui;(ui=(Hr=z.value)==null?void 0:Hr.updatePopper)==null||ui.call(Hr)},To=()=>{var Hr,ui;(ui=(Hr=re.value)==null?void 0:Hr.updatePopper)==null||ui.call(Hr)},oa=()=>{L.inputValue.length>0&&!lr.value&&(lr.value=!0),Lr(L.inputValue)},Ba=Hr=>{if(L.inputValue=Hr.target.value,e.remote)rs();else return oa()},rs=debounce(()=>{oa()},yr.value),Mn=Hr=>{isEqual$1(e.modelValue,Hr)||t(CHANGE_EVENT,Hr)},Wr=Hr=>findLastIndex(Hr,ui=>!L.disabledOptions.has(ui)),Ur=Hr=>{if(e.multiple&&Hr.code!==EVENT_CODE.delete&&Hr.target.value.length<=0){const ui=castArray$1(e.modelValue).slice(),En=Wr(ui);if(En<0)return;const An=ui[En];ui.splice(En,1),t(UPDATE_MODEL_EVENT,ui),Mn(ui),t("remove-tag",An)}},Sn=(Hr,ui)=>{const En=L.selected.indexOf(ui);if(En>-1&&!ar.value){const An=castArray$1(e.modelValue).slice();An.splice(En,1),t(UPDATE_MODEL_EVENT,An),Mn(An),t("remove-tag",ui.value)}Hr.stopPropagation(),_o()},Nn=Hr=>{Hr.stopPropagation();const ui=e.multiple?[]:Ie.value;if(e.multiple)for(const En of L.selected)En.isDisabled&&ui.push(En.value);t(UPDATE_MODEL_EVENT,ui),Mn(ui),L.hoveringIndex=-1,lr.value=!1,t("clear"),_o()},Sa=Hr=>{var ui;if(e.multiple){const En=castArray$1((ui=e.modelValue)!=null?ui:[]).slice(),An=Li(En,Hr.value);An>-1?En.splice(An,1):(e.multipleLimit<=0||En.length<e.multipleLimit)&&En.push(Hr.value),t(UPDATE_MODEL_EVENT,En),Mn(En),Hr.created&&Lr(""),e.filterable&&!e.reserveKeyword&&(L.inputValue="")}else t(UPDATE_MODEL_EVENT,Hr.value),Mn(Hr.value),lr.value=!1;_o(),!lr.value&&nextTick$3(()=>{ca(Hr)})},Li=(Hr=[],ui)=>{if(!isObject$5(ui))return Hr.indexOf(ui);const En=e.valueKey;let An=-1;return Hr.some((Gi,Ki)=>toRaw(get(Gi,En))===get(ui,En)?(An=Ki,!0):!1),An},ca=Hr=>{var ui,En,An,Gi,Ki;const Ea=isArray$4(Hr)?Hr[0]:Hr;let aa=null;if(Ea!=null&&Ea.value){const Qo=Tr.value.filter(Eo=>Eo.value===Ea.value);Qo.length>0&&(aa=Qo[0].$el)}if(z.value&&aa){const Qo=(Gi=(An=(En=(ui=z.value)==null?void 0:ui.popperRef)==null?void 0:En.contentRef)==null?void 0:An.querySelector)==null?void 0:Gi.call(An,`.${$.be("dropdown","wrap")}`);Qo&&scrollIntoView(Qo,aa)}(Ki=Ve.value)==null||Ki.handleScroll()},fo=Hr=>{L.options.set(Hr.value,Hr),L.cachedOptions.set(Hr.value,Hr),Hr.disabled&&L.disabledOptions.set(Hr.value,Hr)},zn=(Hr,ui)=>{L.options.get(Hr)===ui&&L.options.delete(Hr)},ki=computed(()=>{var Hr,ui;return(ui=(Hr=z.value)==null?void 0:Hr.popperRef)==null?void 0:ui.contentRef}),Ra=()=>{L.isBeforeHide=!1,nextTick$3(()=>ca(L.selected))},_o=()=>{var Hr;(Hr=oe.value)==null||Hr.focus()},eo=()=>{Es()},tl=Hr=>{Nn(Hr)},Es=Hr=>{if(lr.value=!1,cr.value){const ui=new FocusEvent("focus",Hr);nextTick$3(()=>nr(ui))}},Hs=()=>{L.inputValue.length>0?L.inputValue="":lr.value=!1},Ts=()=>{ar.value||(isIOS$1&&(L.inputHovering=!0),L.menuVisibleOnFocus?L.menuVisibleOnFocus=!1:lr.value=!lr.value)},js=()=>{lr.value?Tr.value[L.hoveringIndex]&&Sa(Tr.value[L.hoveringIndex]):Ts()},Gs=Hr=>isObject$5(Hr.value)?get(Hr.value,e.valueKey):Hr.value,uc=computed(()=>Tr.value.filter(Hr=>Hr.visible).every(Hr=>Hr.disabled)),rl=computed(()=>e.multiple?e.collapseTags?L.selected.slice(0,e.maxCollapseTags):L.selected:[]),il=computed(()=>e.multiple?e.collapseTags?L.selected.slice(e.maxCollapseTags):[]:[]),bl=Hr=>{if(!lr.value){lr.value=!0;return}if(!(L.options.size===0||L.filteredOptionsCount===0||Fe.value)&&!uc.value){Hr==="next"?(L.hoveringIndex++,L.hoveringIndex===L.options.size&&(L.hoveringIndex=0)):Hr==="prev"&&(L.hoveringIndex--,L.hoveringIndex<0&&(L.hoveringIndex=L.options.size-1));const ui=Tr.value[L.hoveringIndex];(ui.disabled===!0||ui.states.groupDisabled===!0||!ui.visible)&&bl(Hr),nextTick$3(()=>ca(Et.value))}},Wa=()=>{if(!V.value)return 0;const Hr=window.getComputedStyle(V.value);return Number.parseFloat(Hr.gap||"6px")},Ao=computed(()=>{const Hr=Wa();return{maxWidth:`${$e.value&&e.maxCollapseTags===1?L.selectionWidth-L.collapseItemWidth-Hr:L.selectionWidth}px`}}),ks=computed(()=>({maxWidth:`${L.selectionWidth}px`})),Bo=computed(()=>({width:`${Math.max(L.calculatorWidth,MINIMUM_INPUT_WIDTH$1)}px`}));return useResizeObserver(V,kr),useResizeObserver(ue,Qr),useResizeObserver(Ne,Vi),useResizeObserver(dr,Vi),useResizeObserver(Ue,To),useResizeObserver($e,Zr),onMounted(()=>{jr()}),{inputId:Ce,contentId:n,nsSelect:$,nsInput:k,states:L,isFocused:cr,expanded:lr,optionsArray:Tr,hoverOption:Et,selectSize:Gr,filteredOptionsCount:Nr,resetCalculatorWidth:Qr,updateTooltip:Vi,updateTagTooltip:To,debouncedOnInputChange:rs,onInput:Ba,deletePrevTag:Ur,deleteTag:Sn,deleteSelected:Nn,handleOptionSelect:Sa,scrollToOption:ca,hasModelValue:ur,shouldShowPlaceholder:Ir,currentPlaceholder:Br,mouseEnterEventName:Rr,showClose:kt,iconComponent:he,iconReverse:tr,validateState:gr,validateIcon:_r,showNewOption:Ar,updateOptions:Fr,collapseTagSize:Vr,setSelected:jr,selectDisabled:ar,emptyText:xr,handleCompositionStart:qe,handleCompositionUpdate:er,handleCompositionEnd:ir,onOptionCreate:fo,onOptionDestroy:zn,handleMenuEnter:Ra,focus:_o,blur:eo,handleClearClick:tl,handleClickOutside:Es,handleEsc:Hs,toggleMenu:Ts,selectOption:js,getValueKey:Gs,navigateOptions:bl,dropdownMenuVisible:Dr,showTagList:rl,collapseTagList:il,tagStyle:Ao,collapseTagStyle:ks,inputStyle:Bo,popperRef:ki,inputRef:oe,tooltipRef:z,tagTooltipRef:re,calculatorRef:ue,prefixRef:de,suffixRef:_e,selectRef:j,wrapperRef:dr,selectionRef:V,scrollbarRef:Ve,menuRef:Ne,tagMenuRef:Ue,collapseItemRef:$e}};var ElOptions=defineComponent({name:"ElOptions",setup(e,{slots:t}){const y=inject(selectKey);let n=[];return()=>{var $,k;const L=($=t.default)==null?void 0:$.call(t),j=[];function V(z){isArray$4(z)&&z.forEach(re=>{var oe,ue,de,_e;const Ne=(oe=(re==null?void 0:re.type)||{})==null?void 0:oe.name;Ne==="ElOptionGroup"?V(!isString$4(re.children)&&!isArray$4(re.children)&&isFunction$5((ue=re.children)==null?void 0:ue.default)?(de=re.children)==null?void 0:de.default():re.children):Ne==="ElOption"?j.push((_e=re.props)==null?void 0:_e.value):isArray$4(re.children)&&V(re.children)})}return L.length&&V((k=L[0])==null?void 0:k.children),isEqual$1(j,n)||(n=j,y&&(y.states.optionValues=j)),L}}});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,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","top-start","right","left"]},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),COMPONENT_NAME$9="ElSelect",_sfc_main$1n=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(e,{emit:t}){const y=useSelect$2(e,t);return provide(selectKey,reactive({props:e,states:y.states,optionsArray:y.optionsArray,handleOptionSelect:y.handleOptionSelect,onOptionCreate:y.onOptionCreate,onOptionDestroy:y.onOptionDestroy,selectRef:y.selectRef,setSelected:y.setSelected})),{...y}}});function _sfc_render$9(e,t,y,n,$,k){const L=resolveComponent("el-tag"),j=resolveComponent("el-tooltip"),V=resolveComponent("el-icon"),z=resolveComponent("el-option"),re=resolveComponent("el-options"),oe=resolveComponent("el-scrollbar"),ue=resolveComponent("el-select-menu"),de=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([e.nsSelect.b(),e.nsSelect.m(e.selectSize)]),[toHandlerKey(e.mouseEnterEventName)]:_e=>e.states.inputHovering=!0,onMouseleave:_e=>e.states.inputHovering=!1},[createVNode(j,{ref:"tooltipRef",visible:e.dropdownMenuVisible,placement:e.placement,teleported:e.teleported,"popper-class":[e.nsSelect.e("popper"),e.popperClass],"popper-options":e.popperOptions,"fallback-placements":e.fallbackPlacements,effect:e.effect,pure:"",trigger:"click",transition:`${e.nsSelect.namespace.value}-zoom-in-top`,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,persistent:e.persistent,onBeforeShow:e.handleMenuEnter,onHide:_e=>e.states.isBeforeHide=!1},{default:withCtx(()=>{var _e;return[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([e.nsSelect.e("wrapper"),e.nsSelect.is("focused",e.isFocused),e.nsSelect.is("hovering",e.states.inputHovering),e.nsSelect.is("filterable",e.filterable),e.nsSelect.is("disabled",e.selectDisabled)]),onClick:withModifiers(e.toggleMenu,["prevent","stop"])},[e.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(e.nsSelect.e("prefix"))},[renderSlot(e.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([e.nsSelect.e("selection"),e.nsSelect.is("near",e.multiple&&!e.$slots.prefix&&!!e.states.selected.length)])},[e.multiple?renderSlot(e.$slots,"tag",{key:0},()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.showTagList,Ne=>(openBlock(),createElementBlock("div",{key:e.getValueKey(Ne),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{closable:!e.selectDisabled&&!Ne.isDisabled,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.tagStyle),onClose:Ue=>e.deleteTag(Ue,Ne)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:Ne.currentLabel,value:Ne.value},()=>[createTextVNode(toDisplayString(Ne.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),e.collapseTags&&e.states.selected.length>e.maxCollapseTags?(openBlock(),createBlock(j,{key:0,ref:"tagTooltipRef",disabled:e.dropdownMenuVisible||!e.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:e.effect,placement:"bottom",teleported:e.teleported},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{closable:!1,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.collapseTagStyle)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))}," + "+toDisplayString(e.states.selected.length-e.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(e.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.collapseTagList,Ne=>(openBlock(),createElementBlock("div",{key:e.getValueKey(Ne),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{class:"in-tooltip",closable:!e.selectDisabled&&!Ne.isDisabled,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",onClose:Ue=>e.deleteTag(Ue,Ne)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:Ne.currentLabel,value:Ne.value},()=>[createTextVNode(toDisplayString(Ne.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),e.selectDisabled?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("input-wrapper"),e.nsSelect.is("hidden",!e.filterable)])},[withDirectives(createBaseVNode("input",{id:e.inputId,ref:"inputRef","onUpdate:modelValue":Ne=>e.states.inputValue=Ne,type:"text",name:e.name,class:normalizeClass([e.nsSelect.e("input"),e.nsSelect.is(e.selectSize)]),disabled:e.selectDisabled,autocomplete:e.autocomplete,style:normalizeStyle(e.inputStyle),role:"combobox",readonly:!e.filterable,spellcheck:"false","aria-activedescendant":((_e=e.hoverOption)==null?void 0:_e.id)||"","aria-controls":e.contentId,"aria-expanded":e.dropdownMenuVisible,"aria-label":e.ariaLabel,"aria-autocomplete":"none","aria-haspopup":"listbox",onKeydown:[withKeys(withModifiers(Ne=>e.navigateOptions("next"),["stop","prevent"]),["down"]),withKeys(withModifiers(Ne=>e.navigateOptions("prev"),["stop","prevent"]),["up"]),withKeys(withModifiers(e.handleEsc,["stop","prevent"]),["esc"]),withKeys(withModifiers(e.selectOption,["stop","prevent"]),["enter"]),withKeys(withModifiers(e.deletePrevTag,["stop"]),["delete"])],onCompositionstart:e.handleCompositionStart,onCompositionupdate:e.handleCompositionUpdate,onCompositionend:e.handleCompositionEnd,onInput:e.onInput,onClick:withModifiers(e.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,e.states.inputValue]]),e.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(e.nsSelect.e("input-calculator")),textContent:toDisplayString(e.states.inputValue)},null,10,["textContent"])):createCommentVNode("v-if",!0)],2)),e.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("placeholder"),e.nsSelect.is("transparent",!e.hasModelValue||e.expanded&&!e.states.inputValue)])},[e.hasModelValue?renderSlot(e.$slots,"label",{key:0,label:e.currentPlaceholder,value:e.modelValue},()=>[createBaseVNode("span",null,toDisplayString(e.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",{key:1},toDisplayString(e.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(e.nsSelect.e("suffix"))},[e.iconComponent&&!e.showClose?(openBlock(),createBlock(V,{key:0,class:normalizeClass([e.nsSelect.e("caret"),e.nsSelect.e("icon"),e.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),e.showClose&&e.clearIcon?(openBlock(),createBlock(V,{key:1,class:normalizeClass([e.nsSelect.e("caret"),e.nsSelect.e("icon")]),onClick:e.handleClearClick},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.validateState&&e.validateIcon?(openBlock(),createBlock(V,{key:2,class:normalizeClass([e.nsInput.e("icon"),e.nsInput.e("validateIcon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],10,["onClick"])]}),content:withCtx(()=>[createVNode(ue,{ref:"menuRef"},{default:withCtx(()=>[e.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.nsSelect.be("dropdown","header")),onClick:withModifiers(()=>{},["stop"])},[renderSlot(e.$slots,"header")],10,["onClick"])):createCommentVNode("v-if",!0),withDirectives(createVNode(oe,{id:e.contentId,ref:"scrollbarRef",tag:"ul","wrap-class":e.nsSelect.be("dropdown","wrap"),"view-class":e.nsSelect.be("dropdown","list"),class:normalizeClass([e.nsSelect.is("empty",e.filteredOptionsCount===0)]),role:"listbox","aria-label":e.ariaLabel,"aria-orientation":"vertical"},{default:withCtx(()=>[e.showNewOption?(openBlock(),createBlock(z,{key:0,value:e.states.inputValue,created:!0},null,8,["value"])):createCommentVNode("v-if",!0),createVNode(re,null,{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3})]),_:3},8,["id","wrap-class","view-class","class","aria-label"]),[[vShow,e.states.options.size>0&&!e.loading]]),e.$slots.loading&&e.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.nsSelect.be("dropdown","loading"))},[renderSlot(e.$slots,"loading")],2)):e.loading||e.filteredOptionsCount===0?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(e.nsSelect.be("dropdown","empty"))},[renderSlot(e.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(e.emptyText),1)])],2)):createCommentVNode("v-if",!0),e.$slots.footer?(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(e.nsSelect.be("dropdown","footer")),onClick:withModifiers(()=>{},["stop"])},[renderSlot(e.$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"])),[[de,e.handleClickOutside,e.popperRef]])}var Select$1=_export_sfc$1(_sfc_main$1n,[["render",_sfc_render$9],["__file","select.vue"]]);const _sfc_main$1m=defineComponent({name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:Boolean},setup(e){const t=useNamespace("select"),y=ref$1(null),n=getCurrentInstance(),$=ref$1([]);provide(selectGroupKey,reactive({...toRefs(e)}));const k=computed(()=>$.value.some(z=>z.visible===!0)),L=z=>{var re,oe;return((re=z.type)==null?void 0:re.name)==="ElOption"&&!!((oe=z.component)!=null&&oe.proxy)},j=z=>{const re=castArray$1(z),oe=[];return re.forEach(ue=>{var de,_e;L(ue)?oe.push(ue.component.proxy):(de=ue.children)!=null&&de.length?oe.push(...j(ue.children)):(_e=ue.component)!=null&&_e.subTree&&oe.push(...j(ue.component.subTree))}),oe},V=()=>{$.value=j(n.subTree)};return onMounted(()=>{V()}),useMutationObserver(y,V,{attributes:!0,subtree:!0,childList:!0}),{groupRef:y,visible:k,ns:t}}});function _sfc_render$8(e,t,y,n,$,k){return withDirectives((openBlock(),createElementBlock("ul",{ref:"groupRef",class:normalizeClass(e.ns.be("group","wrap"))},[createBaseVNode("li",{class:normalizeClass(e.ns.be("group","title"))},toDisplayString(e.label),3),createBaseVNode("li",null,[createBaseVNode("ul",{class:normalizeClass(e.ns.b("group"))},[renderSlot(e.$slots,"default")],2)])],2)),[[vShow,e.visible]])}var OptionGroup=_export_sfc$1(_sfc_main$1m,[["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$1l=defineComponent({...__default__$M,props:paginationSizesProps,emits:["page-size-change"],setup(e,{emit:t}){const y=e,{t:n}=useLocale(),$=useNamespace("pagination"),k=usePagination(),L=ref$1(y.pageSize);watch(()=>y.pageSizes,(z,re)=>{if(!isEqual$1(z,re)&&Array.isArray(z)){const oe=z.includes(y.pageSize)?y.pageSize:y.pageSizes[0];t("page-size-change",oe)}}),watch(()=>y.pageSize,z=>{L.value=z});const j=computed(()=>y.pageSizes);function V(z){var re;z!==L.value&&(L.value=z,(re=k.handleSizeChange)==null||re.call(k,Number(z)))}return(z,re)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref($).e("sizes"))},[createVNode(unref(ElSelect),{"model-value":L.value,disabled:z.disabled,"popper-class":z.popperClass,size:z.size,teleported:z.teleported,"validate-event":!1,onChange:V},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(j),oe=>(openBlock(),createBlock(unref(ElOption),{key:oe,value:oe,label:oe+unref(n)("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$1l,[["__file","sizes.vue"]]);const paginationJumperProps=buildProps({size:{type:String,values:componentSizes}}),__default__$L=defineComponent({name:"ElPaginationJumper"}),_sfc_main$1k=defineComponent({...__default__$L,props:paginationJumperProps,setup(e){const{t}=useLocale(),y=useNamespace("pagination"),{pageCount:n,disabled:$,currentPage:k,changeEvent:L}=usePagination(),j=ref$1(),V=computed(()=>{var oe;return(oe=j.value)!=null?oe:k==null?void 0:k.value});function z(oe){j.value=oe?+oe:""}function re(oe){oe=Math.trunc(+oe),L==null||L(oe),j.value=void 0}return(oe,ue)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(y).e("jump")),disabled:unref($)},[createBaseVNode("span",{class:normalizeClass([unref(y).e("goto")])},toDisplayString(unref(t)("el.pagination.goto")),3),createVNode(unref(ElInput),{size:oe.size,class:normalizeClass([unref(y).e("editor"),unref(y).is("in-pagination")]),min:1,max:unref(n),disabled:unref($),"model-value":unref(V),"validate-event":!1,"aria-label":unref(t)("el.pagination.page"),type:"number","onUpdate:modelValue":z,onChange:re},null,8,["size","class","max","disabled","model-value","aria-label"]),createBaseVNode("span",{class:normalizeClass([unref(y).e("classifier")])},toDisplayString(unref(t)("el.pagination.pageClassifier")),3)],10,["disabled"]))}});var Jumper=_export_sfc$1(_sfc_main$1k,[["__file","jumper.vue"]]);const paginationTotalProps=buildProps({total:{type:Number,default:1e3}}),__default__$K=defineComponent({name:"ElPaginationTotal"}),_sfc_main$1j=defineComponent({...__default__$K,props:paginationTotalProps,setup(e){const{t}=useLocale(),y=useNamespace("pagination"),{disabled:n}=usePagination();return($,k)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(y).e("total")),disabled:unref(n)},toDisplayString(unref(t)("el.pagination.total",{total:$.total})),11,["disabled"]))}});var Total=_export_sfc$1(_sfc_main$1j,[["__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$1i=defineComponent({...__default__$J,props:paginationPagerProps,emits:["change"],setup(e,{emit:t}){const y=e,n=useNamespace("pager"),$=useNamespace("icon"),{t:k}=useLocale(),L=ref$1(!1),j=ref$1(!1),V=ref$1(!1),z=ref$1(!1),re=ref$1(!1),oe=ref$1(!1),ue=computed(()=>{const qe=y.pagerCount,er=(qe-1)/2,ir=Number(y.currentPage),dr=Number(y.pageCount);let cr=!1,nr=!1;dr>qe&&(ir>qe-er&&(cr=!0),ir<dr-er&&(nr=!0));const lr=[];if(cr&&!nr){const Et=dr-(qe-2);for(let ie=Et;ie<dr;ie++)lr.push(ie)}else if(!cr&&nr)for(let Et=2;Et<qe;Et++)lr.push(Et);else if(cr&&nr){const Et=Math.floor(qe/2)-1;for(let ie=ir-Et;ie<=ir+Et;ie++)lr.push(ie)}else for(let Et=2;Et<dr;Et++)lr.push(Et);return lr}),de=computed(()=>["more","btn-quickprev",$.b(),n.is("disabled",y.disabled)]),_e=computed(()=>["more","btn-quicknext",$.b(),n.is("disabled",y.disabled)]),Ne=computed(()=>y.disabled?-1:0);watchEffect(()=>{const qe=(y.pagerCount-1)/2;L.value=!1,j.value=!1,y.pageCount>y.pagerCount&&(y.currentPage>y.pagerCount-qe&&(L.value=!0),y.currentPage<y.pageCount-qe&&(j.value=!0))});function Ue(qe=!1){y.disabled||(qe?V.value=!0:z.value=!0)}function $e(qe=!1){qe?re.value=!0:oe.value=!0}function Ve(qe){const er=qe.target;if(er.tagName.toLowerCase()==="li"&&Array.from(er.classList).includes("number")){const ir=Number(er.textContent);ir!==y.currentPage&&t("change",ir)}else er.tagName.toLowerCase()==="li"&&Array.from(er.classList).includes("more")&&Fe(qe)}function Fe(qe){const er=qe.target;if(er.tagName.toLowerCase()==="ul"||y.disabled)return;let ir=Number(er.textContent);const dr=y.pageCount,cr=y.currentPage,nr=y.pagerCount-2;er.className.includes("more")&&(er.className.includes("quickprev")?ir=cr-nr:er.className.includes("quicknext")&&(ir=cr+nr)),Number.isNaN(+ir)||(ir<1&&(ir=1),ir>dr&&(ir=dr)),ir!==cr&&t("change",ir)}return(qe,er)=>(openBlock(),createElementBlock("ul",{class:normalizeClass(unref(n).b()),onClick:Fe,onKeyup:withKeys(Ve,["enter"])},[qe.pageCount>0?(openBlock(),createElementBlock("li",{key:0,class:normalizeClass([[unref(n).is("active",qe.currentPage===1),unref(n).is("disabled",qe.disabled)],"number"]),"aria-current":qe.currentPage===1,"aria-label":unref(k)("el.pagination.currentPage",{pager:1}),tabindex:unref(Ne)}," 1 ",10,["aria-current","aria-label","tabindex"])):createCommentVNode("v-if",!0),L.value?(openBlock(),createElementBlock("li",{key:1,class:normalizeClass(unref(de)),tabindex:unref(Ne),"aria-label":unref(k)("el.pagination.prevPages",{pager:qe.pagerCount-2}),onMouseenter:ir=>Ue(!0),onMouseleave:ir=>V.value=!1,onFocus:ir=>$e(!0),onBlur:ir=>re.value=!1},[(V.value||re.value)&&!qe.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(ue),ir=>(openBlock(),createElementBlock("li",{key:ir,class:normalizeClass([[unref(n).is("active",qe.currentPage===ir),unref(n).is("disabled",qe.disabled)],"number"]),"aria-current":qe.currentPage===ir,"aria-label":unref(k)("el.pagination.currentPage",{pager:ir}),tabindex:unref(Ne)},toDisplayString(ir),11,["aria-current","aria-label","tabindex"]))),128)),j.value?(openBlock(),createElementBlock("li",{key:2,class:normalizeClass(unref(_e)),tabindex:unref(Ne),"aria-label":unref(k)("el.pagination.nextPages",{pager:qe.pagerCount-2}),onMouseenter:ir=>Ue(),onMouseleave:ir=>z.value=!1,onFocus:ir=>$e(),onBlur:ir=>oe.value=!1},[(z.value||oe.value)&&!qe.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),qe.pageCount>1?(openBlock(),createElementBlock("li",{key:3,class:normalizeClass([[unref(n).is("active",qe.currentPage===qe.pageCount),unref(n).is("disabled",qe.disabled)],"number"]),"aria-current":qe.currentPage===qe.pageCount,"aria-label":unref(k)("el.pagination.currentPage",{pager:qe.pageCount}),tabindex:unref(Ne)},toDisplayString(qe.pageCount),11,["aria-current","aria-label","tabindex"])):createCommentVNode("v-if",!0)],42,["onKeyup"]))}});var Pager=_export_sfc$1(_sfc_main$1i,[["__file","pager.vue"]]);const isAbsent=e=>typeof e!="number",paginationProps=buildProps({pageSize:Number,defaultPageSize:Number,total:Number,pageCount:Number,pagerCount:{type:Number,validator:e=>isNumber$4(e)&&Math.trunc(e)===e&&e>4&&e<22&&e%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":e=>isNumber$4(e),"update:page-size":e=>isNumber$4(e),"size-change":e=>isNumber$4(e),change:(e,t)=>isNumber$4(e)&&isNumber$4(t),"current-change":e=>isNumber$4(e),"prev-click":e=>isNumber$4(e),"next-click":e=>isNumber$4(e)},componentName="ElPagination";var Pagination=defineComponent({name:componentName,props:paginationProps,emits:paginationEmits,setup(e,{emit:t,slots:y}){const{t:n}=useLocale(),$=useNamespace("pagination"),k=getCurrentInstance().vnode.props||{},L=computed(()=>{var qe;return e.small?"small":(qe=e.size)!=null?qe: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(()=>!!e.small));const j="onUpdate:currentPage"in k||"onUpdate:current-page"in k||"onCurrentChange"in k,V="onUpdate:pageSize"in k||"onUpdate:page-size"in k||"onSizeChange"in k,z=computed(()=>{if(isAbsent(e.total)&&isAbsent(e.pageCount)||!isAbsent(e.currentPage)&&!j)return!1;if(e.layout.includes("sizes")){if(isAbsent(e.pageCount)){if(!isAbsent(e.total)&&!isAbsent(e.pageSize)&&!V)return!1}else if(!V)return!1}return!0}),re=ref$1(isAbsent(e.defaultPageSize)?10:e.defaultPageSize),oe=ref$1(isAbsent(e.defaultCurrentPage)?1:e.defaultCurrentPage),ue=computed({get(){return isAbsent(e.pageSize)?re.value:e.pageSize},set(qe){isAbsent(e.pageSize)&&(re.value=qe),V&&(t("update:page-size",qe),t("size-change",qe))}}),de=computed(()=>{let qe=0;return isAbsent(e.pageCount)?isAbsent(e.total)||(qe=Math.max(1,Math.ceil(e.total/ue.value))):qe=e.pageCount,qe}),_e=computed({get(){return isAbsent(e.currentPage)?oe.value:e.currentPage},set(qe){let er=qe;qe<1?er=1:qe>de.value&&(er=de.value),isAbsent(e.currentPage)&&(oe.value=er),j&&(t("update:current-page",er),t("current-change",er))}});watch(de,qe=>{_e.value>qe&&(_e.value=qe)}),watch([_e,ue],qe=>{t("change",...qe)},{flush:"post"});function Ne(qe){_e.value=qe}function Ue(qe){ue.value=qe;const er=de.value;_e.value>er&&(_e.value=er)}function $e(){e.disabled||(_e.value-=1,t("prev-click",_e.value))}function Ve(){e.disabled||(_e.value+=1,t("next-click",_e.value))}function Fe(qe,er){qe&&(qe.props||(qe.props={}),qe.props.class=[qe.props.class,er].join(" "))}return provide(elPaginationKey,{pageCount:de,disabled:computed(()=>e.disabled),currentPage:_e,changeEvent:Ne,handleSizeChange:Ue}),()=>{var qe,er;if(!z.value)return n("el.pagination.deprecationWarning"),null;if(!e.layout||e.hideOnSinglePage&&de.value<=1)return null;const ir=[],dr=[],cr=h$1("div",{class:$.e("rightwrapper")},dr),nr={prev:h$1(Prev,{disabled:e.disabled,currentPage:_e.value,prevText:e.prevText,prevIcon:e.prevIcon,onClick:$e}),jumper:h$1(Jumper,{size:L.value}),pager:h$1(Pager,{currentPage:_e.value,pageCount:de.value,pagerCount:e.pagerCount,onChange:Ne,disabled:e.disabled}),next:h$1(Next,{disabled:e.disabled,currentPage:_e.value,pageCount:de.value,nextText:e.nextText,nextIcon:e.nextIcon,onClick:Ve}),sizes:h$1(Sizes,{pageSize:ue.value,pageSizes:e.pageSizes,popperClass:e.popperClass,disabled:e.disabled,teleported:e.teleported,size:L.value}),slot:(er=(qe=y==null?void 0:y.default)==null?void 0:qe.call(y))!=null?er:null,total:h$1(Total,{total:isAbsent(e.total)?0:e.total})},lr=e.layout.split(",").map(ie=>ie.trim());let Et=!1;return lr.forEach(ie=>{if(ie==="->"){Et=!0;return}Et?dr.push(nr[ie]):ir.push(nr[ie])}),Fe(ir[0],$.is("first")),Fe(ir[ir.length-1],$.is("last")),Et&&dr.length>0&&(Fe(dr[0],$.is("first")),Fe(dr[dr.length-1],$.is("last")),ir.push(cr)),h$1("div",{class:[$.b(),$.is("background",e.background),$.m(L.value)]},ir)}}});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:e=>e instanceof MouseEvent,cancel:e=>e instanceof MouseEvent},__default__$I=defineComponent({name:"ElPopconfirm"}),_sfc_main$1h=defineComponent({...__default__$I,props:popconfirmProps,emits:popconfirmEmits,setup(e,{emit:t}){const y=e,{t:n}=useLocale(),$=useNamespace("popconfirm"),k=ref$1(),L=()=>{var ue,de;(de=(ue=k.value)==null?void 0:ue.onClose)==null||de.call(ue)},j=computed(()=>({width:addUnit(y.width)})),V=ue=>{t("confirm",ue),L()},z=ue=>{t("cancel",ue),L()},re=computed(()=>y.confirmButtonText||n("el.popconfirm.confirmButtonText")),oe=computed(()=>y.cancelButtonText||n("el.popconfirm.cancelButtonText"));return(ue,de)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:k,trigger:"click",effect:"light"},ue.$attrs,{"popper-class":`${unref($).namespace.value}-popover`,"popper-style":unref(j),teleported:ue.teleported,"fallback-placements":["bottom","top","right","left"],"hide-after":ue.hideAfter,persistent:ue.persistent}),{content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref($).b())},[createBaseVNode("div",{class:normalizeClass(unref($).e("main"))},[!ue.hideIcon&&ue.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("icon")),style:normalizeStyle({color:ue.iconColor})},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(ue.icon)))]),_:1},8,["class","style"])):createCommentVNode("v-if",!0),createTextVNode(" "+toDisplayString(ue.title),1)],2),createBaseVNode("div",{class:normalizeClass(unref($).e("action"))},[createVNode(unref(ElButton),{size:"small",type:ue.cancelButtonType==="text"?"":ue.cancelButtonType,text:ue.cancelButtonType==="text",onClick:z},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(oe)),1)]),_:1},8,["type","text"]),createVNode(unref(ElButton),{size:"small",type:ue.confirmButtonType==="text"?"":ue.confirmButtonType,text:ue.confirmButtonType==="text",onClick:V},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(re)),1)]),_:1},8,["type","text"])],2)],2)]),default:withCtx(()=>[ue.$slots.reference?renderSlot(ue.$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$1h,[["__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":e=>isBoolean$3(e),"before-enter":()=>!0,"before-leave":()=>!0,"after-enter":()=>!0,"after-leave":()=>!0},updateEventKeyRaw="onUpdate:visible",__default__$H=defineComponent({name:"ElPopover"}),_sfc_main$1g=defineComponent({...__default__$H,props:popoverProps,emits:popoverEmits,setup(e,{expose:t,emit:y}){const n=e,$=computed(()=>n[updateEventKeyRaw]),k=useNamespace("popover"),L=ref$1(),j=computed(()=>{var Ue;return(Ue=unref(L))==null?void 0:Ue.popperRef}),V=computed(()=>[{width:addUnit(n.width)},n.popperStyle]),z=computed(()=>[k.b(),n.popperClass,{[k.m("plain")]:!!n.content}]),re=computed(()=>n.transition===`${k.namespace.value}-fade-in-linear`),oe=()=>{var Ue;(Ue=L.value)==null||Ue.hide()},ue=()=>{y("before-enter")},de=()=>{y("before-leave")},_e=()=>{y("after-enter")},Ne=()=>{y("update:visible",!1),y("after-leave")};return t({popperRef:j,hide:oe}),(Ue,$e)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:L},Ue.$attrs,{trigger:Ue.trigger,placement:Ue.placement,disabled:Ue.disabled,visible:Ue.visible,transition:Ue.transition,"popper-options":Ue.popperOptions,tabindex:Ue.tabindex,content:Ue.content,offset:Ue.offset,"show-after":Ue.showAfter,"hide-after":Ue.hideAfter,"auto-close":Ue.autoClose,"show-arrow":Ue.showArrow,"aria-label":Ue.title,effect:Ue.effect,enterable:Ue.enterable,"popper-class":unref(z),"popper-style":unref(V),teleported:Ue.teleported,persistent:Ue.persistent,"gpu-acceleration":unref(re),"onUpdate:visible":unref($),onBeforeShow:ue,onBeforeHide:de,onShow:_e,onHide:Ne}),{content:withCtx(()=>[Ue.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("title")),role:"title"},toDisplayString(Ue.title),3)):createCommentVNode("v-if",!0),renderSlot(Ue.$slots,"default",{},()=>[createTextVNode(toDisplayString(Ue.content),1)])]),default:withCtx(()=>[Ue.$slots.reference?renderSlot(Ue.$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$1g,[["__file","popover.vue"]]);const attachEvents=(e,t)=>{const y=t.arg||t.value,n=y==null?void 0:y.popperRef;n&&(n.triggerRef=e)};var PopoverDirective={mounted(e,t){attachEvents(e,t)},updated(e,t){attachEvents(e,t)}};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:e=>e>=0&&e<=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:e=>`${e}%`}}),__default__$G=defineComponent({name:"ElProgress"}),_sfc_main$1f=defineComponent({...__default__$G,props:progressProps,setup(e){const t=e,y={success:"#13ce66",exception:"#ff4949",warning:"#e6a23c",default:"#20a0ff"},n=useNamespace("progress"),$=computed(()=>{const Fe={width:`${t.percentage}%`,animationDuration:`${t.duration}s`},qe=Ve(t.percentage);return qe.includes("gradient")?Fe.background=qe:Fe.backgroundColor=qe,Fe}),k=computed(()=>(t.strokeWidth/t.width*100).toFixed(1)),L=computed(()=>["circle","dashboard"].includes(t.type)?Number.parseInt(`${50-Number.parseFloat(k.value)/2}`,10):0),j=computed(()=>{const Fe=L.value,qe=t.type==="dashboard";return`
M 50 50
m 0 ${qe?"":"-"}${Fe}
a ${Fe} ${Fe} 0 1 1 0 ${qe?"-":""}${Fe*2}
a ${Fe} ${Fe} 0 1 1 0 ${qe?"":"-"}${Fe*2}
`}),V=computed(()=>2*Math.PI*L.value),z=computed(()=>t.type==="dashboard"?.75:1),re=computed(()=>`${-1*V.value*(1-z.value)/2}px`),oe=computed(()=>({strokeDasharray:`${V.value*z.value}px, ${V.value}px`,strokeDashoffset:re.value})),ue=computed(()=>({strokeDasharray:`${V.value*z.value*(t.percentage/100)}px, ${V.value}px`,strokeDashoffset:re.value,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease, opacity ease 0.6s"})),de=computed(()=>{let Fe;return t.color?Fe=Ve(t.percentage):Fe=y[t.status]||y.default,Fe}),_e=computed(()=>t.status==="warning"?warning_filled_default:t.type==="line"?t.status==="success"?circle_check_default:circle_close_default:t.status==="success"?check_default:close_default),Ne=computed(()=>t.type==="line"?12+t.strokeWidth*.4:t.width*.111111+2),Ue=computed(()=>t.format(t.percentage));function $e(Fe){const qe=100/Fe.length;return Fe.map((ir,dr)=>isString$4(ir)?{color:ir,percentage:(dr+1)*qe}:ir).sort((ir,dr)=>ir.percentage-dr.percentage)}const Ve=Fe=>{var qe;const{color:er}=t;if(isFunction$5(er))return er(Fe);if(isString$4(er))return er;{const ir=$e(er);for(const dr of ir)if(dr.percentage>Fe)return dr.color;return(qe=ir[ir.length-1])==null?void 0:qe.color}};return(Fe,qe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(Fe.type),unref(n).is(Fe.status),{[unref(n).m("without-text")]:!Fe.showText,[unref(n).m("text-inside")]:Fe.textInside}]),role:"progressbar","aria-valuenow":Fe.percentage,"aria-valuemin":"0","aria-valuemax":"100"},[Fe.type==="line"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).b("bar"))},[createBaseVNode("div",{class:normalizeClass(unref(n).be("bar","outer")),style:normalizeStyle({height:`${Fe.strokeWidth}px`})},[createBaseVNode("div",{class:normalizeClass([unref(n).be("bar","inner"),{[unref(n).bem("bar","inner","indeterminate")]:Fe.indeterminate},{[unref(n).bem("bar","inner","striped")]:Fe.striped},{[unref(n).bem("bar","inner","striped-flow")]:Fe.stripedFlow}]),style:normalizeStyle(unref($))},[(Fe.showText||Fe.$slots.default)&&Fe.textInside?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).be("bar","innerText"))},[renderSlot(Fe.$slots,"default",{percentage:Fe.percentage},()=>[createBaseVNode("span",null,toDisplayString(unref(Ue)),1)])],2)):createCommentVNode("v-if",!0)],6)],6)],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(n).b("circle")),style:normalizeStyle({height:`${Fe.width}px`,width:`${Fe.width}px`})},[(openBlock(),createElementBlock("svg",{viewBox:"0 0 100 100"},[createBaseVNode("path",{class:normalizeClass(unref(n).be("circle","track")),d:unref(j),stroke:`var(${unref(n).cssVarName("fill-color-light")}, #e5e9f2)`,"stroke-linecap":Fe.strokeLinecap,"stroke-width":unref(k),fill:"none",style:normalizeStyle(unref(oe))},null,14,["d","stroke","stroke-linecap","stroke-width"]),createBaseVNode("path",{class:normalizeClass(unref(n).be("circle","path")),d:unref(j),stroke:unref(de),fill:"none",opacity:Fe.percentage?1:0,"stroke-linecap":Fe.strokeLinecap,"stroke-width":unref(k),style:normalizeStyle(unref(ue))},null,14,["d","stroke","opacity","stroke-linecap","stroke-width"])]))],6)),(Fe.showText||Fe.$slots.default)&&!Fe.textInside?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(n).e("text")),style:normalizeStyle({fontSize:`${unref(Ne)}px`})},[renderSlot(Fe.$slots,"default",{percentage:Fe.percentage},()=>[Fe.status?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(_e))))]),_:1})):(openBlock(),createElementBlock("span",{key:0},toDisplayString(unref(Ue)),1))])],6)):createCommentVNode("v-if",!0)],10,["aria-valuenow"]))}});var Progress=_export_sfc$1(_sfc_main$1f,[["__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]:e=>isNumber$4(e),[UPDATE_MODEL_EVENT]:e=>isNumber$4(e)},__default__$F=defineComponent({name:"ElRate"}),_sfc_main$1e=defineComponent({...__default__$F,props:rateProps,emits:rateEmits,setup(e,{expose:t,emit:y}){const n=e;function $(jt,ar){const ur=tr=>isObject$5(tr),kt=Object.keys(ar).map(tr=>+tr).filter(tr=>{const gr=ar[tr];return(ur(gr)?gr.excluded:!1)?jt<tr:jt<=tr}).sort((tr,gr)=>tr-gr),he=ar[kt[0]];return ur(he)&&he.value||he}const k=inject(formContextKey,void 0),L=inject(formItemContextKey,void 0),j=useFormSize(),V=useNamespace("rate"),{inputId:z,isLabeledByFormItem:re}=useFormItemInputId(n,{formItemContext:L}),oe=ref$1(n.modelValue),ue=ref$1(-1),de=ref$1(!0),_e=computed(()=>[V.b(),V.m(j.value)]),Ne=computed(()=>n.disabled||(k==null?void 0:k.disabled)),Ue=computed(()=>V.cssVarBlock({"void-color":n.voidColor,"disabled-void-color":n.disabledVoidColor,"fill-color":qe.value})),$e=computed(()=>{let jt="";return n.showScore?jt=n.scoreTemplate.replace(/\{\s*value\s*\}/,Ne.value?`${n.modelValue}`:`${oe.value}`):n.showText&&(jt=n.texts[Math.ceil(oe.value)-1]),jt}),Ve=computed(()=>n.modelValue*100-Math.floor(n.modelValue)*100),Fe=computed(()=>isArray$4(n.colors)?{[n.lowThreshold]:n.colors[0],[n.highThreshold]:{value:n.colors[1],excluded:!0},[n.max]:n.colors[2]}:n.colors),qe=computed(()=>{const jt=$(oe.value,Fe.value);return isObject$5(jt)?"":jt}),er=computed(()=>{let jt="";return Ne.value?jt=`${Ve.value}%`:n.allowHalf&&(jt="50%"),{color:qe.value,width:jt}}),ir=computed(()=>{let jt=isArray$4(n.icons)?[...n.icons]:{...n.icons};return jt=markRaw(jt),isArray$4(jt)?{[n.lowThreshold]:jt[0],[n.highThreshold]:{value:jt[1],excluded:!0},[n.max]:jt[2]}:jt}),dr=computed(()=>$(n.modelValue,ir.value)),cr=computed(()=>Ne.value?isString$4(n.disabledVoidIcon)?n.disabledVoidIcon:markRaw(n.disabledVoidIcon):isString$4(n.voidIcon)?n.voidIcon:markRaw(n.voidIcon)),nr=computed(()=>$(oe.value,ir.value));function lr(jt){const ar=Ne.value&&Ve.value>0&&jt-1<n.modelValue&&jt>n.modelValue,ur=n.allowHalf&&de.value&&jt-.5<=oe.value&&jt>oe.value;return ar||ur}function Et(jt){n.clearable&&jt===n.modelValue&&(jt=0),y(UPDATE_MODEL_EVENT,jt),n.modelValue!==jt&&y("change",jt)}function ie(jt){Ne.value||(n.allowHalf&&de.value?Et(oe.value):Et(jt))}function pe(jt){if(Ne.value)return;let ar=oe.value;const ur=jt.code;return ur===EVENT_CODE.up||ur===EVENT_CODE.right?(n.allowHalf?ar+=.5:ar+=1,jt.stopPropagation(),jt.preventDefault()):(ur===EVENT_CODE.left||ur===EVENT_CODE.down)&&(n.allowHalf?ar-=.5:ar-=1,jt.stopPropagation(),jt.preventDefault()),ar=ar<0?0:ar,ar=ar>n.max?n.max:ar,y(UPDATE_MODEL_EVENT,ar),y("change",ar),ar}function Ce(jt,ar){if(!Ne.value){if(n.allowHalf&&ar){let ur=ar.target;hasClass(ur,V.e("item"))&&(ur=ur.querySelector(`.${V.e("icon")}`)),(ur.clientWidth===0||hasClass(ur,V.e("decimal")))&&(ur=ur.parentNode),de.value=ar.offsetX*2<=ur.clientWidth,oe.value=de.value?jt-.5:jt}else oe.value=jt;ue.value=jt}}function Ie(){Ne.value||(n.allowHalf&&(de.value=n.modelValue!==Math.floor(n.modelValue)),oe.value=n.modelValue,ue.value=-1)}return watch(()=>n.modelValue,jt=>{oe.value=jt,de.value=n.modelValue!==Math.floor(n.modelValue)}),n.modelValue||y(UPDATE_MODEL_EVENT,0),t({setCurrentValue:Ce,resetCurrentValue:Ie}),(jt,ar)=>{var ur;return openBlock(),createElementBlock("div",{id:unref(z),class:normalizeClass([unref(_e),unref(V).is("disabled",unref(Ne))]),role:"slider","aria-label":unref(re)?void 0:jt.ariaLabel||"rating","aria-labelledby":unref(re)?(ur=unref(L))==null?void 0:ur.labelId:void 0,"aria-valuenow":oe.value,"aria-valuetext":unref($e)||void 0,"aria-valuemin":"0","aria-valuemax":jt.max,tabindex:"0",style:normalizeStyle(unref(Ue)),onKeydown:pe},[(openBlock(!0),createElementBlock(Fragment,null,renderList(jt.max,(kt,he)=>(openBlock(),createElementBlock("span",{key:he,class:normalizeClass(unref(V).e("item")),onMousemove:tr=>Ce(kt,tr),onMouseleave:Ie,onClick:tr=>ie(kt)},[createVNode(unref(ElIcon),{class:normalizeClass([unref(V).e("icon"),{hover:ue.value===kt},unref(V).is("active",kt<=oe.value)])},{default:withCtx(()=>[lr(kt)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(nr)),null,null,512)),[[vShow,kt<=oe.value]]),withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(cr)),null,null,512)),[[vShow,!(kt<=oe.value)]])],64)),lr(kt)?(openBlock(),createElementBlock(Fragment,{key:1},[(openBlock(),createBlock(resolveDynamicComponent(unref(cr)),{class:normalizeClass([unref(V).em("decimal","box")])},null,8,["class"])),createVNode(unref(ElIcon),{style:normalizeStyle(unref(er)),class:normalizeClass([unref(V).e("icon"),unref(V).e("decimal")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(dr))))]),_:1},8,["style","class"])],64)):createCommentVNode("v-if",!0)]),_:2},1032,["class"])],42,["onMousemove","onClick"]))),128)),jt.showText||jt.showScore?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(V).e("text")),style:normalizeStyle({color:jt.textColor})},toDisplayString(unref($e)),7)):createCommentVNode("v-if",!0)],46,["id","aria-label","aria-labelledby","aria-valuenow","aria-valuetext","aria-valuemax"])}}});var Rate=_export_sfc$1(_sfc_main$1e,[["__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$1d=defineComponent({...__default__$E,props:resultProps,setup(e){const t=e,y=useNamespace("result"),n=computed(()=>{const $=t.icon,k=$&&IconMap[$]?IconMap[$]:"icon-info",L=IconComponentMap[k]||IconComponentMap["icon-info"];return{class:k,component:L}});return($,k)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(y).b())},[createBaseVNode("div",{class:normalizeClass(unref(y).e("icon"))},[renderSlot($.$slots,"icon",{},()=>[unref(n).component?(openBlock(),createBlock(resolveDynamicComponent(unref(n).component),{key:0,class:normalizeClass(unref(n).class)},null,8,["class"])):createCommentVNode("v-if",!0)])],2),$.title||$.$slots.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("title"))},[renderSlot($.$slots,"title",{},()=>[createBaseVNode("p",null,toDisplayString($.title),1)])],2)):createCommentVNode("v-if",!0),$.subTitle||$.$slots["sub-title"]?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(y).e("subtitle"))},[renderSlot($.$slots,"sub-title",{},()=>[createBaseVNode("p",null,toDisplayString($.subTitle),1)])],2)):createCommentVNode("v-if",!0),$.$slots.extra?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(y).e("extra"))},[renderSlot($.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2))}});var Result=_export_sfc$1(_sfc_main$1d,[["__file","result.vue"]]);const ElResult=withInstall(Result);var safeIsNaN=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function isEqual(e,t){return!!(e===t||safeIsNaN(e)&&safeIsNaN(t))}function areInputsEqual(e,t){if(e.length!==t.length)return!1;for(var y=0;y<e.length;y++)if(!isEqual(e[y],t[y]))return!1;return!0}function memoizeOne(e,t){t===void 0&&(t=areInputsEqual);var y=null;function n(){for(var $=[],k=0;k<arguments.length;k++)$[k]=arguments[k];if(y&&y.lastThis===this&&t($,y.lastArgs))return y.lastResult;var L=e.apply(this,$);return y={lastResult:L,lastArgs:$,lastThis:this},L}return n.clear=function(){y=null},n}const useCache=()=>{const t=getCurrentInstance().proxy.$props;return computed(()=>{const y=(n,$,k)=>({});return t.perfMode?memoize$1(y):memoizeOne(y)})},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:e,atStartEdge:t,layout:y},n)=>{let $,k=0;const L=V=>V<0&&t.value||V>0&&e.value;return{hasReachedEdge:L,onWheel:V=>{cAF($);const z=V[LayoutKeys[y.value]];L(k)&&L(k+z)||(k+=z,isFirefox()||V.preventDefault(),$=rAF(()=>{n(k),k=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:e,rowIndex:t})=>`${t}:${e}`},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=(e,t)=>e<t?FORWARD:BACKWARD,isHorizontal=e=>e===LTR||e===RTL||e===HORIZONTAL,isRTL=e=>e===RTL;let cachedRTLResult=null;function getRTLOffsetType(e=!1){if(cachedRTLResult===null||e){const t=document.createElement("div"),y=t.style;y.width="50px",y.height="50px",y.overflow="scroll",y.direction="rtl";const n=document.createElement("div"),$=n.style;return $.width="100px",$.height="100px",t.appendChild(n),document.body.appendChild(t),t.scrollLeft>0?cachedRTLResult=RTL_OFFSET_POS_DESC:(t.scrollLeft=1,t.scrollLeft===0?cachedRTLResult=RTL_OFFSET_NAG:cachedRTLResult=RTL_OFFSET_POS_ASC),document.body.removeChild(t),cachedRTLResult}return cachedRTLResult}function renderThumbStyle({move:e,size:t,bar:y},n){const $={},k=`translate${y.axis}(${e}px)`;return $[y.size]=t,$.transform=k,$.msTransform=k,$.webkitTransform=k,n==="horizontal"?$.height="100%":$.width="100%",$}const ScrollBar=defineComponent({name:"ElVirtualScrollBar",props:virtualizedScrollbarProps,emits:["scroll","start-move","stop-move"],setup(e,{emit:t}){const y=computed(()=>e.startGap+e.endGap),n=useNamespace("virtual-scrollbar"),$=useNamespace("scrollbar"),k=ref$1(),L=ref$1();let j=null,V=null;const z=reactive({isDragging:!1,traveled:0}),re=computed(()=>BAR_MAP[e.layout]),oe=computed(()=>e.clientSize-unref(y)),ue=computed(()=>({position:"absolute",width:`${HORIZONTAL===e.layout?oe.value:e.scrollbarSize}px`,height:`${HORIZONTAL===e.layout?e.scrollbarSize:oe.value}px`,[ScrollbarDirKey[e.layout]]:"2px",right:"2px",bottom:"2px",borderRadius:"4px"})),de=computed(()=>{const ir=e.ratio,dr=e.clientSize;if(ir>=100)return Number.POSITIVE_INFINITY;if(ir>=50)return ir*dr/100;const cr=dr/3;return Math.floor(Math.min(Math.max(ir*dr,SCROLLBAR_MIN_SIZE),cr))}),_e=computed(()=>{if(!Number.isFinite(de.value))return{display:"none"};const ir=`${de.value}px`;return renderThumbStyle({bar:re.value,size:ir,move:z.traveled},e.layout)}),Ne=computed(()=>Math.floor(e.clientSize-de.value-unref(y))),Ue=()=>{window.addEventListener("mousemove",qe),window.addEventListener("mouseup",Fe);const ir=unref(L);ir&&(V=document.onselectstart,document.onselectstart=()=>!1,ir.addEventListener("touchmove",qe,{passive:!0}),ir.addEventListener("touchend",Fe))},$e=()=>{window.removeEventListener("mousemove",qe),window.removeEventListener("mouseup",Fe),document.onselectstart=V,V=null;const ir=unref(L);ir&&(ir.removeEventListener("touchmove",qe),ir.removeEventListener("touchend",Fe))},Ve=ir=>{ir.stopImmediatePropagation(),!(ir.ctrlKey||[1,2].includes(ir.button))&&(z.isDragging=!0,z[re.value.axis]=ir.currentTarget[re.value.offset]-(ir[re.value.client]-ir.currentTarget.getBoundingClientRect()[re.value.direction]),t("start-move"),Ue())},Fe=()=>{z.isDragging=!1,z[re.value.axis]=0,t("stop-move"),$e()},qe=ir=>{const{isDragging:dr}=z;if(!dr||!L.value||!k.value)return;const cr=z[re.value.axis];if(!cr)return;cAF(j);const nr=(k.value.getBoundingClientRect()[re.value.direction]-ir[re.value.client])*-1,lr=L.value[re.value.offset]-cr,Et=nr-lr;j=rAF(()=>{z.traveled=Math.max(e.startGap,Math.min(Et,Ne.value)),t("scroll",Et,Ne.value)})},er=ir=>{const dr=Math.abs(ir.target.getBoundingClientRect()[re.value.direction]-ir[re.value.client]),cr=L.value[re.value.offset]/2,nr=dr-cr;z.traveled=Math.max(0,Math.min(nr,Ne.value)),t("scroll",nr,Ne.value)};return watch(()=>e.scrollFrom,ir=>{z.isDragging||(z.traveled=Math.ceil(ir*Ne.value))}),onBeforeUnmount(()=>{$e()}),()=>h$1("div",{role:"presentation",ref:k,class:[n.b(),e.class,(e.alwaysOn||z.isDragging)&&"always-on"],style:ue.value,onMousedown:withModifiers(er,["stop","prevent"]),onTouchstartPrevent:Ve},h$1("div",{ref:L,class:$.e("thumb"),style:_e.value,onMousedown:Ve},[]))}}),createList=({name:e,getOffset:t,getItemSize:y,getItemOffset:n,getEstimatedTotalSize:$,getStartIndexForOffset:k,getStopIndexForStartIndex:L,initCache:j,clearCache:V,validateProps:z})=>defineComponent({name:e??"ElVirtualList",props:virtualizedListProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(re,{emit:oe,expose:ue}){z(re);const de=getCurrentInstance(),_e=useNamespace("vl"),Ne=ref$1(j(re,de)),Ue=useCache(),$e=ref$1(),Ve=ref$1(),Fe=ref$1(),qe=ref$1({isScrolling:!1,scrollDir:"forward",scrollOffset:isNumber$4(re.initScrollOffset)?re.initScrollOffset:0,updateRequested:!1,isScrollbarDragging:!1,scrollbarAlwaysOn:re.scrollbarAlwaysOn}),er=computed(()=>{const{total:_r,cache:yr}=re,{isScrolling:xr,scrollDir:Nr,scrollOffset:Tr}=unref(qe);if(_r===0)return[0,0,0,0];const Sr=k(re,Tr,unref(Ne)),Ar=L(re,Sr,Tr,unref(Ne)),Fr=!xr||Nr===BACKWARD?Math.max(1,yr):1,Gr=!xr||Nr===FORWARD?Math.max(1,yr):1;return[Math.max(0,Sr-Fr),Math.max(0,Math.min(_r-1,Ar+Gr)),Sr,Ar]}),ir=computed(()=>$(re,unref(Ne))),dr=computed(()=>isHorizontal(re.layout)),cr=computed(()=>[{position:"relative",[`overflow-${dr.value?"x":"y"}`]:"scroll",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:re.direction,height:isNumber$4(re.height)?`${re.height}px`:re.height,width:isNumber$4(re.width)?`${re.width}px`:re.width},re.style]),nr=computed(()=>{const _r=unref(ir),yr=unref(dr);return{height:yr?"100%":`${_r}px`,pointerEvents:unref(qe).isScrolling?"none":void 0,width:yr?`${_r}px`:"100%"}}),lr=computed(()=>dr.value?re.width:re.height),{onWheel:Et}=useWheel({atStartEdge:computed(()=>qe.value.scrollOffset<=0),atEndEdge:computed(()=>qe.value.scrollOffset>=ir.value),layout:computed(()=>re.layout)},_r=>{var yr,xr;(xr=(yr=Fe.value).onMouseUp)==null||xr.call(yr),ar(Math.min(qe.value.scrollOffset+_r,ir.value-lr.value))});useEventListener($e,"wheel",Et,{passive:!1});const ie=()=>{const{total:_r}=re;if(_r>0){const[Tr,Sr,Ar,Fr]=unref(er);oe(ITEM_RENDER_EVT,Tr,Sr,Ar,Fr)}const{scrollDir:yr,scrollOffset:xr,updateRequested:Nr}=unref(qe);oe(SCROLL_EVT,yr,xr,Nr)},pe=_r=>{const{clientHeight:yr,scrollHeight:xr,scrollTop:Nr}=_r.currentTarget,Tr=unref(qe);if(Tr.scrollOffset===Nr)return;const Sr=Math.max(0,Math.min(Nr,xr-yr));qe.value={...Tr,isScrolling:!0,scrollDir:getScrollDir(Tr.scrollOffset,Sr),scrollOffset:Sr,updateRequested:!1},nextTick$3(he)},Ce=_r=>{const{clientWidth:yr,scrollLeft:xr,scrollWidth:Nr}=_r.currentTarget,Tr=unref(qe);if(Tr.scrollOffset===xr)return;const{direction:Sr}=re;let Ar=xr;if(Sr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Ar=-xr;break}case RTL_OFFSET_POS_DESC:{Ar=Nr-yr-xr;break}}Ar=Math.max(0,Math.min(Ar,Nr-yr)),qe.value={...Tr,isScrolling:!0,scrollDir:getScrollDir(Tr.scrollOffset,Ar),scrollOffset:Ar,updateRequested:!1},nextTick$3(he)},Ie=_r=>{unref(dr)?Ce(_r):pe(_r),ie()},jt=(_r,yr)=>{const xr=(ir.value-lr.value)/yr*_r;ar(Math.min(ir.value-lr.value,xr))},ar=_r=>{_r=Math.max(_r,0),_r!==unref(qe).scrollOffset&&(qe.value={...unref(qe),scrollOffset:_r,scrollDir:getScrollDir(unref(qe).scrollOffset,_r),updateRequested:!0},nextTick$3(he))},ur=(_r,yr=AUTO_ALIGNMENT)=>{const{scrollOffset:xr}=unref(qe);_r=Math.max(0,Math.min(_r,re.total-1)),ar(t(re,_r,yr,xr,unref(Ne)))},kt=_r=>{const{direction:yr,itemSize:xr,layout:Nr}=re,Tr=Ue.value(V&&xr,V&&Nr,V&&yr);let Sr;if(hasOwn$1(Tr,String(_r)))Sr=Tr[_r];else{const Ar=n(re,_r,unref(Ne)),Fr=y(re,_r,unref(Ne)),Gr=unref(dr),Vr=yr===RTL,Dr=Gr?Ar:0;Tr[_r]=Sr={position:"absolute",left:Vr?void 0:`${Dr}px`,right:Vr?`${Dr}px`:void 0,top:Gr?0:`${Ar}px`,height:Gr?"100%":`${Fr}px`,width:Gr?`${Fr}px`:"100%"}}return Sr},he=()=>{qe.value.isScrolling=!1,nextTick$3(()=>{Ue.value(-1,null,null)})},tr=()=>{const _r=$e.value;_r&&(_r.scrollTop=0)};onMounted(()=>{if(!isClient)return;const{initScrollOffset:_r}=re,yr=unref($e);isNumber$4(_r)&&yr&&(unref(dr)?yr.scrollLeft=_r:yr.scrollTop=_r),ie()}),onUpdated(()=>{const{direction:_r,layout:yr}=re,{scrollOffset:xr,updateRequested:Nr}=unref(qe),Tr=unref($e);if(Nr&&Tr)if(yr===HORIZONTAL)if(_r===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Tr.scrollLeft=-xr;break}case RTL_OFFSET_POS_ASC:{Tr.scrollLeft=xr;break}default:{const{clientWidth:Sr,scrollWidth:Ar}=Tr;Tr.scrollLeft=Ar-Sr-xr;break}}else Tr.scrollLeft=xr;else Tr.scrollTop=xr}),onActivated(()=>{unref($e).scrollTop=unref(qe).scrollOffset});const gr={ns:_e,clientSize:lr,estimatedTotalSize:ir,windowStyle:cr,windowRef:$e,innerRef:Ve,innerStyle:nr,itemsToRender:er,scrollbarRef:Fe,states:qe,getItemStyle:kt,onScroll:Ie,onScrollbarScroll:jt,onWheel:Et,scrollTo:ar,scrollToItem:ur,resetScrollTop:tr};return ue({windowRef:$e,innerRef:Ve,getItemStyleCache:Ue,scrollTo:ar,scrollToItem:ur,resetScrollTop:tr,states:qe}),gr},render(re){var oe;const{$slots:ue,className:de,clientSize:_e,containerElement:Ne,data:Ue,getItemStyle:$e,innerElement:Ve,itemsToRender:Fe,innerStyle:qe,layout:er,total:ir,onScroll:dr,onScrollbarScroll:cr,states:nr,useIsScrolling:lr,windowStyle:Et,ns:ie}=re,[pe,Ce]=Fe,Ie=resolveDynamicComponent(Ne),jt=resolveDynamicComponent(Ve),ar=[];if(ir>0)for(let tr=pe;tr<=Ce;tr++)ar.push((oe=ue.default)==null?void 0:oe.call(ue,{data:Ue,key:tr,index:tr,isScrolling:lr?nr.isScrolling:void 0,style:$e(tr)}));const ur=[h$1(jt,{style:qe,ref:"innerRef"},isString$4(jt)?ar:{default:()=>ar})],kt=h$1(ScrollBar,{ref:"scrollbarRef",clientSize:_e,layout:er,onScroll:cr,ratio:_e*100/this.estimatedTotalSize,scrollFrom:nr.scrollOffset/(this.estimatedTotalSize-_e),total:ir}),he=h$1(Ie,{class:[ie.e("window"),de],style:Et,onScroll:dr,ref:"windowRef",key:0},isString$4(Ie)?[ur]:{default:()=>[ur]});return h$1("div",{key:0,class:[ie.e("wrapper"),nr.scrollbarAlwaysOn?"always-on":""]},[he,kt])}}),FixedSizeList=createList({name:"ElFixedSizeList",getItemOffset:({itemSize:e},t)=>t*e,getItemSize:({itemSize:e})=>e,getEstimatedTotalSize:({total:e,itemSize:t})=>t*e,getOffset:({height:e,total:t,itemSize:y,layout:n,width:$},k,L,j)=>{const V=isHorizontal(n)?$:e,z=Math.max(0,t*y-V),re=Math.min(z,k*y),oe=Math.max(0,(k+1)*y-V);switch(L===SMART_ALIGNMENT&&(j>=oe-V&&j<=re+V?L=AUTO_ALIGNMENT:L=CENTERED_ALIGNMENT),L){case START_ALIGNMENT:return re;case END_ALIGNMENT:return oe;case CENTERED_ALIGNMENT:{const ue=Math.round(oe+(re-oe)/2);return ue<Math.ceil(V/2)?0:ue>z+Math.floor(V/2)?z:ue}case AUTO_ALIGNMENT:default:return j>=oe&&j<=re?j:j<oe?oe:re}},getStartIndexForOffset:({total:e,itemSize:t},y)=>Math.max(0,Math.min(e-1,Math.floor(y/t))),getStopIndexForStartIndex:({height:e,total:t,itemSize:y,layout:n,width:$},k,L)=>{const j=k*y,V=isHorizontal(n)?$:e,z=Math.ceil((V+L-j)/y);return Math.max(0,Math.min(t-1,k+z-1))},initCache(){},clearCache:!0,validateProps(){}}),getItemFromCache$1=(e,t,y)=>{const{itemSize:n}=e,{items:$,lastVisitedIndex:k}=y;if(t>k){let L=0;if(k>=0){const j=$[k];L=j.offset+j.size}for(let j=k+1;j<=t;j++){const V=n(j);$[j]={offset:L,size:V},L+=V}y.lastVisitedIndex=t}return $[t]},findItem$1=(e,t,y)=>{const{items:n,lastVisitedIndex:$}=t;return($>0?n[$].offset:0)>=y?bs$1(e,t,0,$,y):es$2(e,t,Math.max(0,$),y)},bs$1=(e,t,y,n,$)=>{for(;y<=n;){const k=y+Math.floor((n-y)/2),L=getItemFromCache$1(e,k,t).offset;if(L===$)return k;L<$?y=k+1:L>$&&(n=k-1)}return Math.max(0,y-1)},es$2=(e,t,y,n)=>{const{total:$}=e;let k=1;for(;y<$&&getItemFromCache$1(e,y,t).offset<n;)y+=k,k*=2;return bs$1(e,t,Math.floor(y/2),Math.min(y,$-1),n)},getEstimatedTotalSize=({total:e},{items:t,estimatedItemSize:y,lastVisitedIndex:n})=>{let $=0;if(n>=e&&(n=e-1),n>=0){const j=t[n];$=j.offset+j.size}const L=(e-n-1)*y;return $+L},DynamicSizeList=createList({name:"ElDynamicSizeList",getItemOffset:(e,t,y)=>getItemFromCache$1(e,t,y).offset,getItemSize:(e,t,{items:y})=>y[t].size,getEstimatedTotalSize,getOffset:(e,t,y,n,$)=>{const{height:k,layout:L,width:j}=e,V=isHorizontal(L)?j:k,z=getItemFromCache$1(e,t,$),re=getEstimatedTotalSize(e,$),oe=Math.max(0,Math.min(re-V,z.offset)),ue=Math.max(0,z.offset-V+z.size);switch(y===SMART_ALIGNMENT&&(n>=ue-V&&n<=oe+V?y=AUTO_ALIGNMENT:y=CENTERED_ALIGNMENT),y){case START_ALIGNMENT:return oe;case END_ALIGNMENT:return ue;case CENTERED_ALIGNMENT:return Math.round(ue+(oe-ue)/2);case AUTO_ALIGNMENT:default:return n>=ue&&n<=oe?n:n<ue?ue:oe}},getStartIndexForOffset:(e,t,y)=>findItem$1(e,y,t),getStopIndexForStartIndex:(e,t,y,n)=>{const{height:$,total:k,layout:L,width:j}=e,V=isHorizontal(L)?j:$,z=getItemFromCache$1(e,t,n),re=y+V;let oe=z.offset+z.size,ue=t;for(;ue<k-1&&oe<re;)ue++,oe+=getItemFromCache$1(e,ue,n).size;return ue},initCache({estimatedItemSize:e=DEFAULT_DYNAMIC_LIST_ITEM_SIZE},t){const y={items:{},estimatedItemSize:e,lastVisitedIndex:-1};return y.clearCacheAfterIndex=(n,$=!0)=>{var k,L;y.lastVisitedIndex=Math.min(y.lastVisitedIndex,n-1),(k=t.exposed)==null||k.getItemStyleCache(-1),$&&((L=t.proxy)==null||L.$forceUpdate())},y},clearCache:!1,validateProps:({itemSize:e})=>{}}),useGridWheel=({atXEndEdge:e,atXStartEdge:t,atYEndEdge:y,atYStartEdge:n},$)=>{let k=null,L=0,j=0;const V=(re,oe)=>{const ue=re<=0&&t.value||re>=0&&e.value,de=oe<=0&&n.value||oe>=0&&y.value;return ue&&de};return{hasReachedEdge:V,onWheel:re=>{cAF(k);let oe=re.deltaX,ue=re.deltaY;Math.abs(oe)>Math.abs(ue)?ue=0:oe=0,re.shiftKey&&ue!==0&&(oe=ue,ue=0),!(V(L,j)&&V(L+oe,j+ue))&&(L+=oe,j+=ue,re.preventDefault(),k=rAF(()=>{$(L,j),L=0,j=0}))}}},createGrid=({name:e,clearCache:t,getColumnPosition:y,getColumnStartIndexForOffset:n,getColumnStopIndexForStartIndex:$,getEstimatedTotalHeight:k,getEstimatedTotalWidth:L,getColumnOffset:j,getRowOffset:V,getRowPosition:z,getRowStartIndexForOffset:re,getRowStopIndexForStartIndex:oe,initCache:ue,injectToInstance:de,validateProps:_e})=>defineComponent({name:e??"ElVirtualList",props:virtualizedGridProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(Ne,{emit:Ue,expose:$e,slots:Ve}){const Fe=useNamespace("vl");_e(Ne);const qe=getCurrentInstance(),er=ref$1(ue(Ne,qe));de==null||de(qe,er);const ir=ref$1(),dr=ref$1(),cr=ref$1(),nr=ref$1(null),lr=ref$1({isScrolling:!1,scrollLeft:isNumber$4(Ne.initScrollLeft)?Ne.initScrollLeft:0,scrollTop:isNumber$4(Ne.initScrollTop)?Ne.initScrollTop:0,updateRequested:!1,xAxisScrollDir:FORWARD,yAxisScrollDir:FORWARD}),Et=useCache(),ie=computed(()=>Number.parseInt(`${Ne.height}`,10)),pe=computed(()=>Number.parseInt(`${Ne.width}`,10)),Ce=computed(()=>{const{totalColumn:Lr,totalRow:$r,columnCache:jr}=Ne,{isScrolling:vn,xAxisScrollDir:Kr,scrollLeft:kr}=unref(lr);if(Lr===0||$r===0)return[0,0,0,0];const Qr=n(Ne,kr,unref(er)),Zr=$(Ne,Qr,kr,unref(er)),Vi=!vn||Kr===BACKWARD?Math.max(1,jr):1,To=!vn||Kr===FORWARD?Math.max(1,jr):1;return[Math.max(0,Qr-Vi),Math.max(0,Math.min(Lr-1,Zr+To)),Qr,Zr]}),Ie=computed(()=>{const{totalColumn:Lr,totalRow:$r,rowCache:jr}=Ne,{isScrolling:vn,yAxisScrollDir:Kr,scrollTop:kr}=unref(lr);if(Lr===0||$r===0)return[0,0,0,0];const Qr=re(Ne,kr,unref(er)),Zr=oe(Ne,Qr,kr,unref(er)),Vi=!vn||Kr===BACKWARD?Math.max(1,jr):1,To=!vn||Kr===FORWARD?Math.max(1,jr):1;return[Math.max(0,Qr-Vi),Math.max(0,Math.min($r-1,Zr+To)),Qr,Zr]}),jt=computed(()=>k(Ne,unref(er))),ar=computed(()=>L(Ne,unref(er))),ur=computed(()=>{var Lr;return[{position:"relative",overflow:"hidden",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:Ne.direction,height:isNumber$4(Ne.height)?`${Ne.height}px`:Ne.height,width:isNumber$4(Ne.width)?`${Ne.width}px`:Ne.width},(Lr=Ne.style)!=null?Lr:{}]}),kt=computed(()=>{const Lr=`${unref(ar)}px`;return{height:`${unref(jt)}px`,pointerEvents:unref(lr).isScrolling?"none":void 0,width:Lr}}),he=()=>{const{totalColumn:Lr,totalRow:$r}=Ne;if(Lr>0&&$r>0){const[Zr,Vi,To,oa]=unref(Ce),[Ba,rs,Mn,Wr]=unref(Ie);Ue(ITEM_RENDER_EVT,{columnCacheStart:Zr,columnCacheEnd:Vi,rowCacheStart:Ba,rowCacheEnd:rs,columnVisibleStart:To,columnVisibleEnd:oa,rowVisibleStart:Mn,rowVisibleEnd:Wr})}const{scrollLeft:jr,scrollTop:vn,updateRequested:Kr,xAxisScrollDir:kr,yAxisScrollDir:Qr}=unref(lr);Ue(SCROLL_EVT,{xAxisScrollDir:kr,scrollLeft:jr,yAxisScrollDir:Qr,scrollTop:vn,updateRequested:Kr})},tr=Lr=>{const{clientHeight:$r,clientWidth:jr,scrollHeight:vn,scrollLeft:Kr,scrollTop:kr,scrollWidth:Qr}=Lr.currentTarget,Zr=unref(lr);if(Zr.scrollTop===kr&&Zr.scrollLeft===Kr)return;let Vi=Kr;if(isRTL(Ne.direction))switch(getRTLOffsetType()){case RTL_OFFSET_NAG:Vi=-Kr;break;case RTL_OFFSET_POS_DESC:Vi=Qr-jr-Kr;break}lr.value={...Zr,isScrolling:!0,scrollLeft:Vi,scrollTop:Math.max(0,Math.min(kr,vn-$r)),updateRequested:!0,xAxisScrollDir:getScrollDir(Zr.scrollLeft,Vi),yAxisScrollDir:getScrollDir(Zr.scrollTop,kr)},nextTick$3(()=>Sr()),Ar(),he()},gr=(Lr,$r)=>{const jr=unref(ie),vn=(jt.value-jr)/$r*Lr;xr({scrollTop:Math.min(jt.value-jr,vn)})},_r=(Lr,$r)=>{const jr=unref(pe),vn=(ar.value-jr)/$r*Lr;xr({scrollLeft:Math.min(ar.value-jr,vn)})},{onWheel:yr}=useGridWheel({atXStartEdge:computed(()=>lr.value.scrollLeft<=0),atXEndEdge:computed(()=>lr.value.scrollLeft>=ar.value-unref(pe)),atYStartEdge:computed(()=>lr.value.scrollTop<=0),atYEndEdge:computed(()=>lr.value.scrollTop>=jt.value-unref(ie))},(Lr,$r)=>{var jr,vn,Kr,kr;(vn=(jr=dr.value)==null?void 0:jr.onMouseUp)==null||vn.call(jr),(kr=(Kr=cr.value)==null?void 0:Kr.onMouseUp)==null||kr.call(Kr);const Qr=unref(pe),Zr=unref(ie);xr({scrollLeft:Math.min(lr.value.scrollLeft+Lr,ar.value-Qr),scrollTop:Math.min(lr.value.scrollTop+$r,jt.value-Zr)})});useEventListener(ir,"wheel",yr,{passive:!1});const xr=({scrollLeft:Lr=lr.value.scrollLeft,scrollTop:$r=lr.value.scrollTop})=>{Lr=Math.max(Lr,0),$r=Math.max($r,0);const jr=unref(lr);$r===jr.scrollTop&&Lr===jr.scrollLeft||(lr.value={...jr,xAxisScrollDir:getScrollDir(jr.scrollLeft,Lr),yAxisScrollDir:getScrollDir(jr.scrollTop,$r),scrollLeft:Lr,scrollTop:$r,updateRequested:!0},nextTick$3(()=>Sr()),Ar(),he())},Nr=(Lr=0,$r=0,jr=AUTO_ALIGNMENT)=>{const vn=unref(lr);$r=Math.max(0,Math.min($r,Ne.totalColumn-1)),Lr=Math.max(0,Math.min(Lr,Ne.totalRow-1));const Kr=getScrollBarWidth(Fe.namespace.value),kr=unref(er),Qr=k(Ne,kr),Zr=L(Ne,kr);xr({scrollLeft:j(Ne,$r,jr,vn.scrollLeft,kr,Zr>Ne.width?Kr:0),scrollTop:V(Ne,Lr,jr,vn.scrollTop,kr,Qr>Ne.height?Kr:0)})},Tr=(Lr,$r)=>{const{columnWidth:jr,direction:vn,rowHeight:Kr}=Ne,kr=Et.value(t&&jr,t&&Kr,t&&vn),Qr=`${Lr},${$r}`;if(hasOwn$1(kr,Qr))return kr[Qr];{const[,Zr]=y(Ne,$r,unref(er)),Vi=unref(er),To=isRTL(vn),[oa,Ba]=z(Ne,Lr,Vi),[rs]=y(Ne,$r,Vi);return kr[Qr]={position:"absolute",left:To?void 0:`${Zr}px`,right:To?`${Zr}px`:void 0,top:`${Ba}px`,height:`${oa}px`,width:`${rs}px`},kr[Qr]}},Sr=()=>{lr.value.isScrolling=!1,nextTick$3(()=>{Et.value(-1,null,null)})};onMounted(()=>{if(!isClient)return;const{initScrollLeft:Lr,initScrollTop:$r}=Ne,jr=unref(ir);jr&&(isNumber$4(Lr)&&(jr.scrollLeft=Lr),isNumber$4($r)&&(jr.scrollTop=$r)),he()});const Ar=()=>{const{direction:Lr}=Ne,{scrollLeft:$r,scrollTop:jr,updateRequested:vn}=unref(lr),Kr=unref(ir);if(vn&&Kr){if(Lr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Kr.scrollLeft=-$r;break}case RTL_OFFSET_POS_ASC:{Kr.scrollLeft=$r;break}default:{const{clientWidth:kr,scrollWidth:Qr}=Kr;Kr.scrollLeft=Qr-kr-$r;break}}else Kr.scrollLeft=Math.max(0,$r);Kr.scrollTop=Math.max(0,jr)}},{resetAfterColumnIndex:Fr,resetAfterRowIndex:Gr,resetAfter:Vr}=qe.proxy;$e({windowRef:ir,innerRef:nr,getItemStyleCache:Et,scrollTo:xr,scrollToItem:Nr,states:lr,resetAfterColumnIndex:Fr,resetAfterRowIndex:Gr,resetAfter:Vr});const Dr=()=>{const{scrollbarAlwaysOn:Lr,scrollbarStartGap:$r,scrollbarEndGap:jr,totalColumn:vn,totalRow:Kr}=Ne,kr=unref(pe),Qr=unref(ie),Zr=unref(ar),Vi=unref(jt),{scrollLeft:To,scrollTop:oa}=unref(lr),Ba=h$1(ScrollBar,{ref:dr,alwaysOn:Lr,startGap:$r,endGap:jr,class:Fe.e("horizontal"),clientSize:kr,layout:"horizontal",onScroll:_r,ratio:kr*100/Zr,scrollFrom:To/(Zr-kr),total:Kr,visible:!0}),rs=h$1(ScrollBar,{ref:cr,alwaysOn:Lr,startGap:$r,endGap:jr,class:Fe.e("vertical"),clientSize:Qr,layout:"vertical",onScroll:gr,ratio:Qr*100/Vi,scrollFrom:oa/(Vi-Qr),total:vn,visible:!0});return{horizontalScrollbar:Ba,verticalScrollbar:rs}},Ir=()=>{var Lr;const[$r,jr]=unref(Ce),[vn,Kr]=unref(Ie),{data:kr,totalColumn:Qr,totalRow:Zr,useIsScrolling:Vi,itemKey:To}=Ne,oa=[];if(Zr>0&&Qr>0)for(let Ba=vn;Ba<=Kr;Ba++)for(let rs=$r;rs<=jr;rs++)oa.push((Lr=Ve.default)==null?void 0:Lr.call(Ve,{columnIndex:rs,data:kr,key:To({columnIndex:rs,data:kr,rowIndex:Ba}),isScrolling:Vi?unref(lr).isScrolling:void 0,style:Tr(Ba,rs),rowIndex:Ba}));return oa},Br=()=>{const Lr=resolveDynamicComponent(Ne.innerElement),$r=Ir();return[h$1(Lr,{style:unref(kt),ref:nr},isString$4(Lr)?$r:{default:()=>$r})]};return()=>{const Lr=resolveDynamicComponent(Ne.containerElement),{horizontalScrollbar:$r,verticalScrollbar:jr}=Dr(),vn=Br();return h$1("div",{key:0,class:Fe.e("wrapper"),role:Ne.role},[h$1(Lr,{class:Ne.className,style:unref(ur),onScroll:tr,ref:ir},isString$4(Lr)?vn:{default:()=>vn}),$r,jr])}}}),FixedSizeGrid=createGrid({name:"ElFixedSizeGrid",getColumnPosition:({columnWidth:e},t)=>[e,t*e],getRowPosition:({rowHeight:e},t)=>[e,t*e],getEstimatedTotalHeight:({totalRow:e,rowHeight:t})=>t*e,getEstimatedTotalWidth:({totalColumn:e,columnWidth:t})=>t*e,getColumnOffset:({totalColumn:e,columnWidth:t,width:y},n,$,k,L,j)=>{y=Number(y);const V=Math.max(0,e*t-y),z=Math.min(V,n*t),re=Math.max(0,n*t-y+j+t);switch($==="smart"&&(k>=re-y&&k<=z+y?$=AUTO_ALIGNMENT:$=CENTERED_ALIGNMENT),$){case START_ALIGNMENT:return z;case END_ALIGNMENT:return re;case CENTERED_ALIGNMENT:{const oe=Math.round(re+(z-re)/2);return oe<Math.ceil(y/2)?0:oe>V+Math.floor(y/2)?V:oe}case AUTO_ALIGNMENT:default:return k>=re&&k<=z?k:re>z||k<re?re:z}},getRowOffset:({rowHeight:e,height:t,totalRow:y},n,$,k,L,j)=>{t=Number(t);const V=Math.max(0,y*e-t),z=Math.min(V,n*e),re=Math.max(0,n*e-t+j+e);switch($===SMART_ALIGNMENT&&(k>=re-t&&k<=z+t?$=AUTO_ALIGNMENT:$=CENTERED_ALIGNMENT),$){case START_ALIGNMENT:return z;case END_ALIGNMENT:return re;case CENTERED_ALIGNMENT:{const oe=Math.round(re+(z-re)/2);return oe<Math.ceil(t/2)?0:oe>V+Math.floor(t/2)?V:oe}case AUTO_ALIGNMENT:default:return k>=re&&k<=z?k:re>z||k<re?re:z}},getColumnStartIndexForOffset:({columnWidth:e,totalColumn:t},y)=>Math.max(0,Math.min(t-1,Math.floor(y/e))),getColumnStopIndexForStartIndex:({columnWidth:e,totalColumn:t,width:y},n,$)=>{const k=n*e,L=Math.ceil((y+$-k)/e);return Math.max(0,Math.min(t-1,n+L-1))},getRowStartIndexForOffset:({rowHeight:e,totalRow:t},y)=>Math.max(0,Math.min(t-1,Math.floor(y/e))),getRowStopIndexForStartIndex:({rowHeight:e,totalRow:t,height:y},n,$)=>{const k=n*e,L=Math.ceil((y+$-k)/e);return Math.max(0,Math.min(t-1,n+L-1))},initCache:()=>{},clearCache:!0,validateProps:({columnWidth:e,rowHeight:t})=>{}}),{max:max$1,min,floor}=Math,ACCESS_SIZER_KEY_MAP={column:"columnWidth",row:"rowHeight"},ACCESS_LAST_VISITED_KEY_MAP={column:"lastVisitedColumnIndex",row:"lastVisitedRowIndex"},getItemFromCache=(e,t,y,n)=>{const[$,k,L]=[y[n],e[ACCESS_SIZER_KEY_MAP[n]],y[ACCESS_LAST_VISITED_KEY_MAP[n]]];if(t>L){let j=0;if(L>=0){const V=$[L];j=V.offset+V.size}for(let V=L+1;V<=t;V++){const z=k(V);$[V]={offset:j,size:z},j+=z}y[ACCESS_LAST_VISITED_KEY_MAP[n]]=t}return $[t]},bs=(e,t,y,n,$,k)=>{for(;y<=n;){const L=y+floor((n-y)/2),j=getItemFromCache(e,L,t,k).offset;if(j===$)return L;j<$?y=L+1:n=L-1}return max$1(0,y-1)},es$1=(e,t,y,n,$)=>{const k=$==="column"?e.totalColumn:e.totalRow;let L=1;for(;y<k&&getItemFromCache(e,y,t,$).offset<n;)y+=L,L*=2;return bs(e,t,floor(y/2),min(y,k-1),n,$)},findItem=(e,t,y,n)=>{const[$,k]=[t[n],t[ACCESS_LAST_VISITED_KEY_MAP[n]]];return(k>0?$[k].offset:0)>=y?bs(e,t,0,k,y,n):es$1(e,t,max$1(0,k),y,n)},getEstimatedTotalHeight=({totalRow:e},{estimatedRowHeight:t,lastVisitedRowIndex:y,row:n})=>{let $=0;if(y>=e&&(y=e-1),y>=0){const j=n[y];$=j.offset+j.size}const L=(e-y-1)*t;return $+L},getEstimatedTotalWidth=({totalColumn:e},{column:t,estimatedColumnWidth:y,lastVisitedColumnIndex:n})=>{let $=0;if(n>e&&(n=e-1),n>=0){const j=t[n];$=j.offset+j.size}const L=(e-n-1)*y;return $+L},ACCESS_ESTIMATED_SIZE_KEY_MAP={column:getEstimatedTotalWidth,row:getEstimatedTotalHeight},getOffset$1=(e,t,y,n,$,k,L)=>{const[j,V]=[k==="row"?e.height:e.width,ACCESS_ESTIMATED_SIZE_KEY_MAP[k]],z=getItemFromCache(e,t,$,k),re=V(e,$),oe=max$1(0,min(re-j,z.offset)),ue=max$1(0,z.offset-j+L+z.size);switch(y===SMART_ALIGNMENT&&(n>=ue-j&&n<=oe+j?y=AUTO_ALIGNMENT:y=CENTERED_ALIGNMENT),y){case START_ALIGNMENT:return oe;case END_ALIGNMENT:return ue;case CENTERED_ALIGNMENT:return Math.round(ue+(oe-ue)/2);case AUTO_ALIGNMENT:default:return n>=ue&&n<=oe?n:ue>oe||n<ue?ue:oe}},DynamicSizeGrid=createGrid({name:"ElDynamicSizeGrid",getColumnPosition:(e,t,y)=>{const n=getItemFromCache(e,t,y,"column");return[n.size,n.offset]},getRowPosition:(e,t,y)=>{const n=getItemFromCache(e,t,y,"row");return[n.size,n.offset]},getColumnOffset:(e,t,y,n,$,k)=>getOffset$1(e,t,y,n,$,"column",k),getRowOffset:(e,t,y,n,$,k)=>getOffset$1(e,t,y,n,$,"row",k),getColumnStartIndexForOffset:(e,t,y)=>findItem(e,y,t,"column"),getColumnStopIndexForStartIndex:(e,t,y,n)=>{const $=getItemFromCache(e,t,n,"column"),k=y+e.width;let L=$.offset+$.size,j=t;for(;j<e.totalColumn-1&&L<k;)j++,L+=getItemFromCache(e,t,n,"column").size;return j},getEstimatedTotalHeight,getEstimatedTotalWidth,getRowStartIndexForOffset:(e,t,y)=>findItem(e,y,t,"row"),getRowStopIndexForStartIndex:(e,t,y,n)=>{const{totalRow:$,height:k}=e,L=getItemFromCache(e,t,n,"row"),j=y+k;let V=L.size+L.offset,z=t;for(;z<$-1&&V<j;)z++,V+=getItemFromCache(e,z,n,"row").size;return z},injectToInstance:(e,t)=>{const y=({columnIndex:k,rowIndex:L},j)=>{var V,z;j=isUndefined$2(j)?!0:j,isNumber$4(k)&&(t.value.lastVisitedColumnIndex=Math.min(t.value.lastVisitedColumnIndex,k-1)),isNumber$4(L)&&(t.value.lastVisitedRowIndex=Math.min(t.value.lastVisitedRowIndex,L-1)),(V=e.exposed)==null||V.getItemStyleCache.value(-1,null,null),j&&((z=e.proxy)==null||z.$forceUpdate())},n=(k,L)=>{y({columnIndex:k},L)},$=(k,L)=>{y({rowIndex:k},L)};Object.assign(e.proxy,{resetAfterColumnIndex:n,resetAfterRowIndex:$,resetAfter:y})},initCache:({estimatedColumnWidth:e=DEFAULT_DYNAMIC_LIST_ITEM_SIZE,estimatedRowHeight:t=DEFAULT_DYNAMIC_LIST_ITEM_SIZE})=>({column:{},estimatedColumnWidth:e,estimatedRowHeight:t,lastVisitedColumnIndex:-1,lastVisitedRowIndex:-1,row:{}}),clearCache:!1,validateProps:({columnWidth:e,rowHeight:t})=>{}}),_sfc_main$1c=defineComponent({props:{item:{type:Object,required:!0},style:Object,height:Number},setup(){return{ns:useNamespace("select")}}});function _sfc_render$7(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.be("group","title")),style:normalizeStyle([e.style,{lineHeight:`${e.height}px`}])},toDisplayString(e.item.label),7)}var GroupItem=_export_sfc$1(_sfc_main$1c,[["render",_sfc_render$7],["__file","group-item.vue"]]);function useOption(e,{emit:t}){return{hoverItem:()=>{e.disabled||t("hover",e.index)},selectOptionClick:()=>{e.disabled||t("select",e.item,e.index)}}}const defaultProps$3={label:"label",value:"value",disabled:"disabled",options:"options"};function useProps(e){const t=computed(()=>({...defaultProps$3,...e.props}));return{aliasProps:t,getLabel:L=>get(L,t.value.label),getValue:L=>get(L,t.value.value),getDisabled:L=>get(L,t.value.disabled),getOptions:L=>get(L,t.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,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$1b=defineComponent({props:OptionProps,emits:["select","hover"],setup(e,{emit:t}){const y=inject(selectV2InjectionKey),n=useNamespace("select"),{hoverItem:$,selectOptionClick:k}=useOption(e,{emit:t}),{getLabel:L}=useProps(y.props);return{ns:n,hoverItem:$,selectOptionClick:k,getLabel:L}}});function _sfc_render$6(e,t,y,n,$,k){return openBlock(),createElementBlock("li",{"aria-selected":e.selected,style:normalizeStyle(e.style),class:normalizeClass([e.ns.be("dropdown","item"),e.ns.is("selected",e.selected),e.ns.is("disabled",e.disabled),e.ns.is("created",e.created),e.ns.is("hovering",e.hovering)]),onMouseenter:e.hoverItem,onClick:withModifiers(e.selectOptionClick,["stop"])},[renderSlot(e.$slots,"default",{item:e.item,index:e.index,disabled:e.disabled},()=>[createBaseVNode("span",null,toDisplayString(e.getLabel(e.item)),1)])],46,["aria-selected","onMouseenter","onClick"])}var OptionItem=_export_sfc$1(_sfc_main$1b,[["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(e,{slots:t,expose:y}){const n=inject(selectV2InjectionKey),$=useNamespace("select"),{getLabel:k,getValue:L,getDisabled:j}=useProps(n.props),V=ref$1([]),z=ref$1(),re=computed(()=>e.data.length);watch(()=>re.value,()=>{var Et,ie;(ie=(Et=n.tooltipRef.value).updatePopper)==null||ie.call(Et)});const oe=computed(()=>isUndefined$2(n.props.estimatedOptionHeight)),ue=computed(()=>oe.value?{itemSize:n.props.itemHeight}:{estimatedSize:n.props.estimatedOptionHeight,itemSize:Et=>V.value[Et]}),de=(Et=[],ie)=>{const{props:{valueKey:pe}}=n;return isObject$5(ie)?Et&&Et.some(Ce=>toRaw(get(Ce,pe))===get(ie,pe)):Et.includes(ie)},_e=(Et,ie)=>{if(isObject$5(ie)){const{valueKey:pe}=n.props;return get(Et,pe)===get(ie,pe)}else return Et===ie},Ne=(Et,ie)=>n.props.multiple?de(Et,L(ie)):_e(Et,L(ie)),Ue=(Et,ie)=>{const{disabled:pe,multiple:Ce,multipleLimit:Ie}=n.props;return pe||!ie&&(Ce?Ie>0&&Et.length>=Ie:!1)},$e=Et=>e.hoveringIndex===Et;y({listRef:z,isSized:oe,isItemDisabled:Ue,isItemHovering:$e,isItemSelected:Ne,scrollToItem:Et=>{const ie=z.value;ie&&ie.scrollToItem(Et)},resetScrollTop:()=>{const Et=z.value;Et&&Et.resetScrollTop()}});const qe=Et=>{const{index:ie,data:pe,style:Ce}=Et,Ie=unref(oe),{itemSize:jt,estimatedSize:ar}=unref(ue),{modelValue:ur}=n.props,{onSelect:kt,onHover:he}=n,tr=pe[ie];if(tr.type==="Group")return createVNode(GroupItem,{item:tr,style:Ce,height:Ie?jt:ar},null);const gr=Ne(ur,tr),_r=Ue(ur,gr),yr=$e(ie);return createVNode(OptionItem,mergeProps(Et,{selected:gr,disabled:j(tr)||_r,created:!!tr.created,hovering:yr,item:tr,onSelect:kt,onHover:he}),{default:xr=>{var Nr;return((Nr=t.default)==null?void 0:Nr.call(t,xr))||createVNode("span",null,[k(tr)])}})},{onKeyboardNavigate:er,onKeyboardSelect:ir}=n,dr=()=>{er("forward")},cr=()=>{er("backward")},nr=()=>{n.expanded=!1},lr=Et=>{const{code:ie}=Et,{tab:pe,esc:Ce,down:Ie,up:jt,enter:ar}=EVENT_CODE;switch(ie!==pe&&(Et.preventDefault(),Et.stopPropagation()),ie){case pe:case Ce:{nr();break}case Ie:{dr();break}case jt:{cr();break}case ar:{ir();break}}};return()=>{var Et,ie,pe,Ce;const{data:Ie,width:jt}=e,{height:ar,multiple:ur,scrollbarAlwaysOn:kt}=n.props,he=unref(oe)?FixedSizeList:DynamicSizeList;return createVNode("div",{class:[$.b("dropdown"),$.is("multiple",ur)],style:{width:`${jt}px`}},[(Et=t.header)==null?void 0:Et.call(t),((ie=t.loading)==null?void 0:ie.call(t))||((pe=t.empty)==null?void 0:pe.call(t))||createVNode(he,mergeProps({ref:z},unref(ue),{className:$.be("dropdown","list"),scrollbarAlwaysOn:kt,data:Ie,height:ar,width:jt,total:Ie.length,onKeydown:lr}),{default:tr=>createVNode(qe,tr,null)}),(Ce=t.footer)==null?void 0:Ce.call(t)])}}});function useAllowCreate(e,t){const{aliasProps:y,getLabel:n,getValue:$}=useProps(e),k=ref$1(0),L=ref$1(null),j=computed(()=>e.allowCreate&&e.filterable);function V(de){const _e=Ne=>n(Ne)===de;return e.options&&e.options.some(_e)||t.createdOptions.some(_e)}function z(de){j.value&&(e.multiple&&de.created?k.value++:L.value=de)}function re(de){if(j.value)if(de&&de.length>0){if(V(de))return;const _e={[y.value.value]:de,[y.value.label]:de,created:!0,[y.value.disabled]:!1};t.createdOptions.length>=k.value?t.createdOptions[k.value]=_e:t.createdOptions.push(_e)}else if(e.multiple)t.createdOptions.length=k.value;else{const _e=L.value;t.createdOptions.length=0,_e&&_e.created&&t.createdOptions.push(_e)}}function oe(de){if(!j.value||!de||!de.created||de.created&&e.reserveKeyword&&t.inputValue===n(de))return;const _e=t.createdOptions.findIndex(Ne=>$(Ne)===$(de));~_e&&(t.createdOptions.splice(_e,1),k.value--)}function ue(){j.value&&(t.createdOptions.length=0,k.value=0)}return{createNewOption:re,removeNewOption:oe,selectNewOption:z,clearAllNewOption:ue}}const MINIMUM_INPUT_WIDTH=11,useSelect$1=(e,t)=>{const{t:y}=useLocale(),n=useNamespace("select"),$=useNamespace("input"),{form:k,formItem:L}=useFormItem(),{inputId:j}=useFormItemInputId(e,{formItemContext:L}),{aliasProps:V,getLabel:z,getValue:re,getDisabled:oe,getOptions:ue}=useProps(e),{valueOnClear:de,isEmptyValue:_e}=useEmptyValues(e),Ne=reactive({inputValue:"",cachedOptions:[],createdOptions:[],hoveringIndex:-1,inputHovering:!1,selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,previousQuery:null,previousValue:void 0,selectedLabel:"",menuVisibleOnFocus:!1,isBeforeHide:!1}),Ue=ref$1(-1),$e=ref$1(null),Ve=ref$1(null),Fe=ref$1(null),qe=ref$1(null),er=ref$1(null),ir=ref$1(null),dr=ref$1(null),cr=ref$1(null),nr=ref$1(null),lr=ref$1(null),Et=ref$1(null),{isComposing:ie,handleCompositionStart:pe,handleCompositionEnd:Ce,handleCompositionUpdate:Ie}=useComposition({afterComposition:Eo=>An(Eo)}),{wrapperRef:jt,isFocused:ar}=useFocusController(er,{afterFocus(){e.automaticDropdown&&!he.value&&(he.value=!0,Ne.menuVisibleOnFocus=!0)},beforeBlur(Eo){var Vo,vs;return((Vo=Fe.value)==null?void 0:Vo.isFocusInsideContent(Eo))||((vs=qe.value)==null?void 0:vs.isFocusInsideContent(Eo))},afterBlur(){he.value=!1,Ne.menuVisibleOnFocus=!1}}),ur=ref$1([]),kt=ref$1([]),he=ref$1(!1),tr=computed(()=>e.disabled||(k==null?void 0:k.disabled)),gr=computed(()=>{const Eo=kt.value.length*e.itemHeight;return Eo>e.height?e.height:Eo}),_r=computed(()=>e.multiple?isArray$4(e.modelValue)&&e.modelValue.length>0:!_e(e.modelValue)),yr=computed(()=>e.clearable&&!tr.value&&Ne.inputHovering&&_r.value),xr=computed(()=>e.remote&&e.filterable?"":arrow_down_default),Nr=computed(()=>xr.value&&n.is("reverse",he.value)),Tr=computed(()=>(L==null?void 0:L.validateState)||""),Sr=computed(()=>ValidateComponentsMap[Tr.value]),Ar=computed(()=>e.remote?300:0),Fr=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!Ne.inputValue&&ur.value.length===0?!1:e.filterable&&Ne.inputValue&&ur.value.length>0&&kt.value.length===0?e.noMatchText||y("el.select.noMatch"):ur.value.length===0?e.noDataText||y("el.select.noData"):null),Gr=Eo=>{const Vo=vs=>{if(e.filterable&&isFunction$5(e.filterMethod)||e.filterable&&e.remote&&isFunction$5(e.remoteMethod))return!0;const kn=new RegExp(escapeStringRegexp(Eo),"i");return Eo?kn.test(z(vs)||""):!0};return e.loading?[]:[...Ne.createdOptions,...e.options].reduce((vs,kn)=>{const qo=ue(kn);if(isArray$4(qo)){const Zl=qo.filter(Vo);Zl.length>0&&vs.push({label:z(kn),type:"Group"},...Zl)}else(e.remote||Vo(kn))&&vs.push(kn);return vs},[])},Vr=()=>{ur.value=Gr(""),kt.value=Gr(Ne.inputValue)},Dr=computed(()=>{const Eo=new Map;return ur.value.forEach((Vo,vs)=>{Eo.set(_o(re(Vo)),{option:Vo,index:vs})}),Eo}),Ir=computed(()=>{const Eo=new Map;return kt.value.forEach((Vo,vs)=>{Eo.set(_o(re(Vo)),{option:Vo,index:vs})}),Eo}),Br=computed(()=>kt.value.every(Eo=>oe(Eo))),Rr=useFormSize(),Lr=computed(()=>Rr.value==="small"?"small":"default"),$r=()=>{var Eo;Ue.value=((Eo=$e.value)==null?void 0:Eo.offsetWidth)||200},jr=()=>{if(!Ve.value)return 0;const Eo=window.getComputedStyle(Ve.value);return Number.parseFloat(Eo.gap||"6px")},vn=computed(()=>{const Eo=jr();return{maxWidth:`${Et.value&&e.maxCollapseTags===1?Ne.selectionWidth-Ne.collapseItemWidth-Eo:Ne.selectionWidth}px`}}),Kr=computed(()=>({maxWidth:`${Ne.selectionWidth}px`})),kr=computed(()=>({width:`${Math.max(Ne.calculatorWidth,MINIMUM_INPUT_WIDTH)}px`})),Qr=computed(()=>isArray$4(e.modelValue)?e.modelValue.length===0&&!Ne.inputValue:e.filterable?!Ne.inputValue:!0),Zr=computed(()=>{var Eo;const Vo=(Eo=e.placeholder)!=null?Eo:y("el.select.placeholder");return e.multiple||!_r.value?Vo:Ne.selectedLabel}),Vi=computed(()=>{var Eo,Vo;return(Vo=(Eo=Fe.value)==null?void 0:Eo.popperRef)==null?void 0:Vo.contentRef}),To=computed(()=>{if(e.multiple){const Eo=e.modelValue.length;if(e.modelValue.length>0&&Ir.value.has(e.modelValue[Eo-1])){const{index:Vo}=Ir.value.get(e.modelValue[Eo-1]);return Vo}}else if(e.modelValue&&Ir.value.has(e.modelValue)){const{index:Eo}=Ir.value.get(e.modelValue);return Eo}return-1}),oa=computed({get(){return he.value&&Fr.value!==!1},set(Eo){he.value=Eo}}),Ba=computed(()=>e.multiple?e.collapseTags?Ne.cachedOptions.slice(0,e.maxCollapseTags):Ne.cachedOptions:[]),rs=computed(()=>e.multiple?e.collapseTags?Ne.cachedOptions.slice(e.maxCollapseTags):[]:[]),{createNewOption:Mn,removeNewOption:Wr,selectNewOption:Ur,clearAllNewOption:Sn}=useAllowCreate(e,Ne),Nn=()=>{tr.value||(Ne.menuVisibleOnFocus?Ne.menuVisibleOnFocus=!1:he.value=!he.value)},Sa=()=>{Ne.inputValue.length>0&&!he.value&&(he.value=!0),Mn(Ne.inputValue),ca(Ne.inputValue)},Li=debounce(Sa,Ar.value),ca=Eo=>{Ne.previousQuery===Eo||ie.value||(Ne.previousQuery=Eo,e.filterable&&isFunction$5(e.filterMethod)?e.filterMethod(Eo):e.filterable&&e.remote&&isFunction$5(e.remoteMethod)&&e.remoteMethod(Eo),e.defaultFirstOption&&(e.filterable||e.remote)&&kt.value.length?nextTick$3(fo):nextTick$3(En))},fo=()=>{const Eo=kt.value.filter(kn=>!kn.disabled&&kn.type!=="Group"),Vo=Eo.find(kn=>kn.created),vs=Eo[0];Ne.hoveringIndex=Ra(kt.value,Vo||vs)},zn=Eo=>{isEqual$1(e.modelValue,Eo)||t(CHANGE_EVENT,Eo)},ki=Eo=>{t(UPDATE_MODEL_EVENT,Eo),zn(Eo),Ne.previousValue=e.multiple?String(Eo):Eo},Ra=(Eo=[],Vo)=>{if(!isObject$5(Vo))return Eo.indexOf(Vo);const vs=e.valueKey;let kn=-1;return Eo.some((qo,Zl)=>get(qo,vs)===get(Vo,vs)?(kn=Zl,!0):!1),kn},_o=Eo=>isObject$5(Eo)?get(Eo,e.valueKey):Eo,eo=()=>{$r()},tl=()=>{Ne.selectionWidth=Ve.value.getBoundingClientRect().width},Es=()=>{Ne.calculatorWidth=ir.value.getBoundingClientRect().width},Hs=()=>{Ne.collapseItemWidth=Et.value.getBoundingClientRect().width},Ts=()=>{var Eo,Vo;(Vo=(Eo=Fe.value)==null?void 0:Eo.updatePopper)==null||Vo.call(Eo)},js=()=>{var Eo,Vo;(Vo=(Eo=qe.value)==null?void 0:Eo.updatePopper)==null||Vo.call(Eo)},Gs=Eo=>{if(e.multiple){let Vo=e.modelValue.slice();const vs=Ra(Vo,re(Eo));vs>-1?(Vo=[...Vo.slice(0,vs),...Vo.slice(vs+1)],Ne.cachedOptions.splice(vs,1),Wr(Eo)):(e.multipleLimit<=0||Vo.length<e.multipleLimit)&&(Vo=[...Vo,re(Eo)],Ne.cachedOptions.push(Eo),Ur(Eo)),ki(Vo),Eo.created&&ca(""),e.filterable&&!e.reserveKeyword&&(Ne.inputValue="")}else Ne.selectedLabel=z(Eo),ki(re(Eo)),he.value=!1,Ur(Eo),Eo.created||Sn();rl()},uc=(Eo,Vo)=>{let vs=e.modelValue.slice();const kn=Ra(vs,re(Vo));kn>-1&&!tr.value&&(vs=[...e.modelValue.slice(0,kn),...e.modelValue.slice(kn+1)],Ne.cachedOptions.splice(kn,1),ki(vs),t("remove-tag",re(Vo)),Wr(Vo)),Eo.stopPropagation(),rl()},rl=()=>{var Eo;(Eo=er.value)==null||Eo.focus()},il=()=>{var Eo;(Eo=er.value)==null||Eo.blur()},bl=()=>{Ne.inputValue.length>0?Ne.inputValue="":he.value=!1},Wa=Eo=>findLastIndex(Eo,Vo=>!Ne.cachedOptions.some(vs=>re(vs)===Vo&&oe(vs))),Ao=Eo=>{if(e.multiple&&Eo.code!==EVENT_CODE.delete&&Ne.inputValue.length===0){Eo.preventDefault();const Vo=e.modelValue.slice(),vs=Wa(Vo);if(vs<0)return;const kn=Vo[vs];Vo.splice(vs,1);const qo=Ne.cachedOptions[vs];Ne.cachedOptions.splice(vs,1),Wr(qo),ki(Vo),t("remove-tag",kn)}},ks=()=>{let Eo;isArray$4(e.modelValue)?Eo=[]:Eo=de.value,e.multiple?Ne.cachedOptions=[]:Ne.selectedLabel="",he.value=!1,ki(Eo),t("clear"),Sn(),rl()},Bo=(Eo,Vo=void 0)=>{const vs=kt.value;if(!["forward","backward"].includes(Eo)||tr.value||vs.length<=0||Br.value||ie.value)return;if(!he.value)return Nn();Vo===void 0&&(Vo=Ne.hoveringIndex);let kn=-1;Eo==="forward"?(kn=Vo+1,kn>=vs.length&&(kn=0)):Eo==="backward"&&(kn=Vo-1,(kn<0||kn>=vs.length)&&(kn=vs.length-1));const qo=vs[kn];if(oe(qo)||qo.type==="Group")return Bo(Eo,kn);Ne.hoveringIndex=kn,Ea(kn)},Hr=()=>{if(he.value)~Ne.hoveringIndex&&kt.value[Ne.hoveringIndex]&&Gs(kt.value[Ne.hoveringIndex]);else return Nn()},ui=Eo=>{Ne.hoveringIndex=Eo},En=()=>{e.multiple?Ne.hoveringIndex=kt.value.findIndex(Eo=>e.modelValue.some(Vo=>_o(Vo)===_o(Eo))):Ne.hoveringIndex=kt.value.findIndex(Eo=>_o(Eo)===_o(e.modelValue))},An=Eo=>{if(Ne.inputValue=Eo.target.value,e.remote)Li();else return Sa()},Gi=Eo=>{if(he.value=!1,ar.value){const Vo=new FocusEvent("focus",Eo);handleBlur(Vo)}},Ki=()=>(Ne.isBeforeHide=!1,nextTick$3(()=>{~To.value&&Ea(Ne.hoveringIndex)})),Ea=Eo=>{nr.value.scrollToItem(Eo)},aa=Eo=>{const Vo=_o(Eo);if(Dr.value.has(Vo)){const{option:vs}=Dr.value.get(Vo);return vs}return{[V.value.value]:Eo,[V.value.label]:Eo}},Qo=()=>{if(e.multiple)if(e.modelValue.length>0){Ne.cachedOptions.length=0,Ne.previousValue=e.modelValue.toString();for(const Eo of e.modelValue){const Vo=aa(Eo);Ne.cachedOptions.push(Vo)}}else Ne.cachedOptions=[],Ne.previousValue=void 0;else if(_r.value){Ne.previousValue=e.modelValue;const Eo=kt.value,Vo=Eo.findIndex(vs=>_o(re(vs))===_o(e.modelValue));~Vo?Ne.selectedLabel=z(Eo[Vo]):Ne.selectedLabel=_o(e.modelValue)}else Ne.selectedLabel="",Ne.previousValue=void 0;Sn(),$r()};return watch(he,Eo=>{Eo?ca(""):(Ne.inputValue="",Ne.previousQuery=null,Ne.isBeforeHide=!0,Mn("")),t("visible-change",Eo)}),watch(()=>e.modelValue,(Eo,Vo)=>{var vs;(!Eo||e.multiple&&Eo.toString()!==Ne.previousValue||!e.multiple&&_o(Eo)!==_o(Ne.previousValue))&&Qo(),!isEqual$1(Eo,Vo)&&e.validateEvent&&((vs=L==null?void 0:L.validate)==null||vs.call(L,"change").catch(kn=>void 0))},{deep:!0}),watch(()=>e.options,()=>{const Eo=er.value;(!Eo||Eo&&document.activeElement!==Eo)&&Qo()},{deep:!0,flush:"post"}),watch(()=>kt.value,()=>nr.value&&nextTick$3(nr.value.resetScrollTop)),watchEffect(()=>{Ne.isBeforeHide||Vr()}),watchEffect(()=>{const{valueKey:Eo,options:Vo}=e,vs=new Map;for(const kn of Vo){const qo=re(kn);let Zl=qo;if(isObject$5(Zl)&&(Zl=get(qo,Eo)),vs.get(Zl))break;vs.set(Zl,!0)}}),onMounted(()=>{Qo()}),useResizeObserver($e,eo),useResizeObserver(Ve,tl),useResizeObserver(ir,Es),useResizeObserver(nr,Ts),useResizeObserver(jt,Ts),useResizeObserver(lr,js),useResizeObserver(Et,Hs),{inputId:j,collapseTagSize:Lr,currentPlaceholder:Zr,expanded:he,emptyText:Fr,popupHeight:gr,debounce:Ar,allOptions:ur,filteredOptions:kt,iconComponent:xr,iconReverse:Nr,tagStyle:vn,collapseTagStyle:Kr,inputStyle:kr,popperSize:Ue,dropdownMenuVisible:oa,hasModelValue:_r,shouldShowPlaceholder:Qr,selectDisabled:tr,selectSize:Rr,showClearBtn:yr,states:Ne,isFocused:ar,nsSelect:n,nsInput:$,calculatorRef:ir,inputRef:er,menuRef:nr,tagMenuRef:lr,tooltipRef:Fe,tagTooltipRef:qe,selectRef:$e,wrapperRef:jt,selectionRef:Ve,prefixRef:dr,suffixRef:cr,collapseItemRef:Et,popperRef:Vi,validateState:Tr,validateIcon:Sr,showTagList:Ba,collapseTagList:rs,debouncedOnInputChange:Li,deleteTag:uc,getLabel:z,getValue:re,getDisabled:oe,getValueKey:_o,handleClear:ks,handleClickOutside:Gi,handleDel:Ao,handleEsc:bl,focus:rl,blur:il,handleMenuEnter:Ki,handleResize:eo,resetSelectionWidth:tl,resetCalculatorWidth:Es,updateTooltip:Ts,updateTagTooltip:js,updateOptions:Vr,toggleMenu:Nn,scrollTo:Ea,onInput:An,onKeyboardNavigate:Bo,onKeyboardSelect:Hr,onSelect:Gs,onHover:ui,handleCompositionStart:pe,handleCompositionEnd:Ce,handleCompositionUpdate:Ie}},_sfc_main$1a=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(e,{emit:t}){const y=computed(()=>{const{modelValue:$,multiple:k}=e,L=k?[]:void 0;return isArray$4($)?k?$:L:k?L:$}),n=useSelect$1(reactive({...toRefs(e),modelValue:y}),t);return provide(selectV2InjectionKey,{props:reactive({...toRefs(e),height:n.popupHeight,modelValue:y}),tooltipRef:n.tooltipRef,onSelect:n.onSelect,onHover:n.onHover,onKeyboardNavigate:n.onKeyboardNavigate,onKeyboardSelect:n.onKeyboardSelect}),{...n,modelValue:y}}});function _sfc_render$5(e,t,y,n,$,k){const L=resolveComponent("el-tag"),j=resolveComponent("el-tooltip"),V=resolveComponent("el-icon"),z=resolveComponent("el-select-menu"),re=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([e.nsSelect.b(),e.nsSelect.m(e.selectSize)]),onMouseenter:oe=>e.states.inputHovering=!0,onMouseleave:oe=>e.states.inputHovering=!1},[createVNode(j,{ref:"tooltipRef",visible:e.dropdownMenuVisible,teleported:e.teleported,"popper-class":[e.nsSelect.e("popper"),e.popperClass],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"popper-options":e.popperOptions,"fallback-placements":e.fallbackPlacements,effect:e.effect,placement:e.placement,pure:"",transition:`${e.nsSelect.namespace.value}-zoom-in-top`,trigger:"click",persistent:e.persistent,onBeforeShow:e.handleMenuEnter,onHide:oe=>e.states.isBeforeHide=!1},{default:withCtx(()=>[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([e.nsSelect.e("wrapper"),e.nsSelect.is("focused",e.isFocused),e.nsSelect.is("hovering",e.states.inputHovering),e.nsSelect.is("filterable",e.filterable),e.nsSelect.is("disabled",e.selectDisabled)]),onClick:withModifiers(e.toggleMenu,["prevent","stop"])},[e.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(e.nsSelect.e("prefix"))},[renderSlot(e.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([e.nsSelect.e("selection"),e.nsSelect.is("near",e.multiple&&!e.$slots.prefix&&!!e.modelValue.length)])},[e.multiple?renderSlot(e.$slots,"tag",{key:0},()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.showTagList,oe=>(openBlock(),createElementBlock("div",{key:e.getValueKey(e.getValue(oe)),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{closable:!e.selectDisabled&&!e.getDisabled(oe),size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.tagStyle),onClose:ue=>e.deleteTag(ue,oe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:e.getLabel(oe),value:e.getValue(oe)},()=>[createTextVNode(toDisplayString(e.getLabel(oe)),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),e.collapseTags&&e.modelValue.length>e.maxCollapseTags?(openBlock(),createBlock(j,{key:0,ref:"tagTooltipRef",disabled:e.dropdownMenuVisible||!e.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:e.effect,placement:"bottom",teleported:e.teleported},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{closable:!1,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,style:normalizeStyle(e.collapseTagStyle),"disable-transitions":""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))}," + "+toDisplayString(e.modelValue.length-e.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(e.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.collapseTagList,oe=>(openBlock(),createElementBlock("div",{key:e.getValueKey(e.getValue(oe)),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{class:"in-tooltip",closable:!e.selectDisabled&&!e.getDisabled(oe),size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",onClose:ue=>e.deleteTag(ue,oe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:e.getLabel(oe),value:e.getValue(oe)},()=>[createTextVNode(toDisplayString(e.getLabel(oe)),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),e.selectDisabled?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("input-wrapper"),e.nsSelect.is("hidden",!e.filterable)])},[withDirectives(createBaseVNode("input",{id:e.inputId,ref:"inputRef","onUpdate:modelValue":oe=>e.states.inputValue=oe,style:normalizeStyle(e.inputStyle),autocomplete:e.autocomplete,"aria-autocomplete":"list","aria-haspopup":"listbox",autocapitalize:"off","aria-expanded":e.expanded,"aria-label":e.ariaLabel,class:normalizeClass([e.nsSelect.e("input"),e.nsSelect.is(e.selectSize)]),disabled:e.selectDisabled,role:"combobox",readonly:!e.filterable,spellcheck:"false",type:"text",name:e.name,onInput:e.onInput,onCompositionstart:e.handleCompositionStart,onCompositionupdate:e.handleCompositionUpdate,onCompositionend:e.handleCompositionEnd,onKeydown:[withKeys(withModifiers(oe=>e.onKeyboardNavigate("backward"),["stop","prevent"]),["up"]),withKeys(withModifiers(oe=>e.onKeyboardNavigate("forward"),["stop","prevent"]),["down"]),withKeys(withModifiers(e.onKeyboardSelect,["stop","prevent"]),["enter"]),withKeys(withModifiers(e.handleEsc,["stop","prevent"]),["esc"]),withKeys(withModifiers(e.handleDel,["stop"]),["delete"])],onClick:withModifiers(e.toggleMenu,["stop"])},null,46,["id","onUpdate:modelValue","autocomplete","aria-expanded","aria-label","disabled","readonly","name","onInput","onCompositionstart","onCompositionupdate","onCompositionend","onKeydown","onClick"]),[[vModelText,e.states.inputValue]]),e.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(e.nsSelect.e("input-calculator")),textContent:toDisplayString(e.states.inputValue)},null,10,["textContent"])):createCommentVNode("v-if",!0)],2)),e.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("placeholder"),e.nsSelect.is("transparent",!e.hasModelValue||e.expanded&&!e.states.inputValue)])},[e.hasModelValue?renderSlot(e.$slots,"label",{key:0,label:e.currentPlaceholder,value:e.modelValue},()=>[createBaseVNode("span",null,toDisplayString(e.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",{key:1},toDisplayString(e.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(e.nsSelect.e("suffix"))},[e.iconComponent?withDirectives((openBlock(),createBlock(V,{key:0,class:normalizeClass([e.nsSelect.e("caret"),e.nsInput.e("icon"),e.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])),[[vShow,!e.showClearBtn]]):createCommentVNode("v-if",!0),e.showClearBtn&&e.clearIcon?(openBlock(),createBlock(V,{key:1,class:normalizeClass([e.nsSelect.e("caret"),e.nsInput.e("icon")]),onClick:withModifiers(e.handleClear,["prevent","stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.validateState&&e.validateIcon?(openBlock(),createBlock(V,{key:2,class:normalizeClass([e.nsInput.e("icon"),e.nsInput.e("validateIcon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],10,["onClick"])]),content:withCtx(()=>[createVNode(z,{ref:"menuRef",data:e.filteredOptions,width:e.popperSize,"hovering-index":e.states.hoveringIndex,"scrollbar-always-on":e.scrollbarAlwaysOn},createSlots({default:withCtx(oe=>[renderSlot(e.$slots,"default",normalizeProps(guardReactiveProps(oe)))]),_:2},[e.$slots.header?{name:"header",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","header"))},[renderSlot(e.$slots,"header")],2)])}:void 0,e.$slots.loading&&e.loading?{name:"loading",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","loading"))},[renderSlot(e.$slots,"loading")],2)])}:e.loading||e.filteredOptions.length===0?{name:"empty",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","empty"))},[renderSlot(e.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(e.emptyText),1)])],2)])}:void 0,e.$slots.footer?{name:"footer",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","footer"))},[renderSlot(e.$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"])),[[re,e.handleClickOutside,e.popperRef]])}var Select=_export_sfc$1(_sfc_main$1a,[["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$19=defineComponent({...__default__$D,props:skeletonItemProps,setup(e){const t=useNamespace("skeleton");return(y,n)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(t).e("item"),unref(t).e(y.variant)])},[y.variant==="image"?(openBlock(),createBlock(unref(picture_filled_default),{key:0})):createCommentVNode("v-if",!0)],2))}});var SkeletonItem=_export_sfc$1(_sfc_main$19,[["__file","skeleton-item.vue"]]);const __default__$C=defineComponent({name:"ElSkeleton"}),_sfc_main$18=defineComponent({...__default__$C,props:skeletonProps,setup(e,{expose:t}){const y=e,n=useNamespace("skeleton"),$=useThrottleRender(toRef$1(y,"loading"),y.throttle);return t({uiLoading:$}),(k,L)=>unref($)?(openBlock(),createElementBlock("div",mergeProps({key:0,class:[unref(n).b(),unref(n).is("animated",k.animated)]},k.$attrs),[(openBlock(!0),createElementBlock(Fragment,null,renderList(k.count,j=>(openBlock(),createElementBlock(Fragment,{key:j},[k.loading?renderSlot(k.$slots,"template",{key:j},()=>[createVNode(SkeletonItem,{class:normalizeClass(unref(n).is("first")),variant:"p"},null,8,["class"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(k.rows,V=>(openBlock(),createBlock(SkeletonItem,{key:V,class:normalizeClass([unref(n).e("paragraph"),unref(n).is("last",V===k.rows&&k.rows>1)]),variant:"p"},null,8,["class"]))),128))]):createCommentVNode("v-if",!0)],64))),128))],16)):renderSlot(k.$slots,"default",normalizeProps(mergeProps({key:1},k.$attrs)))}});var Skeleton=_export_sfc$1(_sfc_main$18,[["__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,default:"top"},marks:{type:definePropType(Object)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),isValidValue$1=e=>isNumber$4(e)||isArray$4(e)&&e.every(isNumber$4),sliderEmits={[UPDATE_MODEL_EVENT]:isValidValue$1,[INPUT_EVENT]:isValidValue$1,[CHANGE_EVENT]:isValidValue$1},useLifecycle=(e,t,y)=>{const n=ref$1();return onMounted(async()=>{e.range?(Array.isArray(e.modelValue)?(t.firstValue=Math.max(e.min,e.modelValue[0]),t.secondValue=Math.min(e.max,e.modelValue[1])):(t.firstValue=e.min,t.secondValue=e.max),t.oldValue=[t.firstValue,t.secondValue]):(typeof e.modelValue!="number"||Number.isNaN(e.modelValue)?t.firstValue=e.min:t.firstValue=Math.min(e.max,Math.max(e.min,e.modelValue)),t.oldValue=t.firstValue),useEventListener(window,"resize",y),await nextTick$3(),y()}),{sliderWrapper:n}},useMarks=e=>computed(()=>e.marks?Object.keys(e.marks).map(Number.parseFloat).sort((y,n)=>y-n).filter(y=>y<=e.max&&y>=e.min).map(y=>({point:y,position:(y-e.min)*100/(e.max-e.min),mark:e.marks[y]})):[]),useSlide=(e,t,y)=>{const{form:n,formItem:$}=useFormItem(),k=shallowRef(),L=ref$1(),j=ref$1(),V={firstButton:L,secondButton:j},z=computed(()=>e.disabled||(n==null?void 0:n.disabled)||!1),re=computed(()=>Math.min(t.firstValue,t.secondValue)),oe=computed(()=>Math.max(t.firstValue,t.secondValue)),ue=computed(()=>e.range?`${100*(oe.value-re.value)/(e.max-e.min)}%`:`${100*(t.firstValue-e.min)/(e.max-e.min)}%`),de=computed(()=>e.range?`${100*(re.value-e.min)/(e.max-e.min)}%`:"0%"),_e=computed(()=>e.vertical?{height:e.height}:{}),Ne=computed(()=>e.vertical?{height:ue.value,bottom:de.value}:{width:ue.value,left:de.value}),Ue=()=>{k.value&&(t.sliderSize=k.value[`client${e.vertical?"Height":"Width"}`])},$e=ie=>{const pe=e.min+ie*(e.max-e.min)/100;if(!e.range)return L;let Ce;return Math.abs(re.value-pe)<Math.abs(oe.value-pe)?Ce=t.firstValue<t.secondValue?"firstButton":"secondButton":Ce=t.firstValue>t.secondValue?"firstButton":"secondButton",V[Ce]},Ve=ie=>{const pe=$e(ie);return pe.value.setPosition(ie),pe},Fe=ie=>{t.firstValue=ie??e.min,er(e.range?[re.value,oe.value]:ie??e.min)},qe=ie=>{t.secondValue=ie,e.range&&er([re.value,oe.value])},er=ie=>{y(UPDATE_MODEL_EVENT,ie),y(INPUT_EVENT,ie)},ir=async()=>{await nextTick$3(),y(CHANGE_EVENT,e.range?[re.value,oe.value]:e.modelValue)},dr=ie=>{var pe,Ce,Ie,jt,ar,ur;if(z.value||t.dragging)return;Ue();let kt=0;if(e.vertical){const he=(Ie=(Ce=(pe=ie.touches)==null?void 0:pe.item(0))==null?void 0:Ce.clientY)!=null?Ie:ie.clientY;kt=(k.value.getBoundingClientRect().bottom-he)/t.sliderSize*100}else{const he=(ur=(ar=(jt=ie.touches)==null?void 0:jt.item(0))==null?void 0:ar.clientX)!=null?ur:ie.clientX,tr=k.value.getBoundingClientRect().left;kt=(he-tr)/t.sliderSize*100}if(!(kt<0||kt>100))return Ve(kt)};return{elFormItem:$,slider:k,firstButton:L,secondButton:j,sliderDisabled:z,minValue:re,maxValue:oe,runwayStyle:_e,barStyle:Ne,resetSize:Ue,setPosition:Ve,emitChange:ir,onSliderWrapperPrevent:ie=>{var pe,Ce;((pe=V.firstButton.value)!=null&&pe.dragging||(Ce=V.secondButton.value)!=null&&Ce.dragging)&&ie.preventDefault()},onSliderClick:ie=>{dr(ie)&&ir()},onSliderDown:async ie=>{const pe=dr(ie);pe&&(await nextTick$3(),pe.value.onButtonDown(ie))},onSliderMarkerDown:ie=>{z.value||t.dragging||Ve(ie)},setFirstValue:Fe,setSecondValue:qe}},{left,down,right,up,home,end,pageUp,pageDown}=EVENT_CODE,useTooltip=(e,t,y)=>{const n=ref$1(),$=ref$1(!1),k=computed(()=>t.value instanceof Function),L=computed(()=>k.value&&t.value(e.modelValue)||e.modelValue),j=debounce(()=>{y.value&&($.value=!0)},50),V=debounce(()=>{y.value&&($.value=!1)},50);return{tooltip:n,tooltipVisible:$,formatValue:L,displayTooltip:j,hideTooltip:V}},useSliderButton=(e,t,y)=>{const{disabled:n,min:$,max:k,step:L,showTooltip:j,precision:V,sliderSize:z,formatTooltip:re,emitChange:oe,resetSize:ue,updateDragging:de}=inject(sliderContextKey),{tooltip:_e,tooltipVisible:Ne,formatValue:Ue,displayTooltip:$e,hideTooltip:Ve}=useTooltip(e,re,j),Fe=ref$1(),qe=computed(()=>`${(e.modelValue-$.value)/(k.value-$.value)*100}%`),er=computed(()=>e.vertical?{bottom:qe.value}:{left:qe.value}),ir=()=>{t.hovering=!0,$e()},dr=()=>{t.hovering=!1,t.dragging||Ve()},cr=gr=>{n.value||(gr.preventDefault(),ur(gr),window.addEventListener("mousemove",kt),window.addEventListener("touchmove",kt),window.addEventListener("mouseup",he),window.addEventListener("touchend",he),window.addEventListener("contextmenu",he),Fe.value.focus())},nr=gr=>{n.value||(t.newPosition=Number.parseFloat(qe.value)+gr/(k.value-$.value)*100,tr(t.newPosition),oe())},lr=()=>{nr(-L.value)},Et=()=>{nr(L.value)},ie=()=>{nr(-L.value*4)},pe=()=>{nr(L.value*4)},Ce=()=>{n.value||(tr(0),oe())},Ie=()=>{n.value||(tr(100),oe())},jt=gr=>{let _r=!0;[left,down].includes(gr.key)?lr():[right,up].includes(gr.key)?Et():gr.key===home?Ce():gr.key===end?Ie():gr.key===pageDown?ie():gr.key===pageUp?pe():_r=!1,_r&&gr.preventDefault()},ar=gr=>{let _r,yr;return gr.type.startsWith("touch")?(yr=gr.touches[0].clientY,_r=gr.touches[0].clientX):(yr=gr.clientY,_r=gr.clientX),{clientX:_r,clientY:yr}},ur=gr=>{t.dragging=!0,t.isClick=!0;const{clientX:_r,clientY:yr}=ar(gr);e.vertical?t.startY=yr:t.startX=_r,t.startPosition=Number.parseFloat(qe.value),t.newPosition=t.startPosition},kt=gr=>{if(t.dragging){t.isClick=!1,$e(),ue();let _r;const{clientX:yr,clientY:xr}=ar(gr);e.vertical?(t.currentY=xr,_r=(t.startY-t.currentY)/z.value*100):(t.currentX=yr,_r=(t.currentX-t.startX)/z.value*100),t.newPosition=t.startPosition+_r,tr(t.newPosition)}},he=()=>{t.dragging&&(setTimeout(()=>{t.dragging=!1,t.hovering||Ve(),t.isClick||tr(t.newPosition),oe()},0),window.removeEventListener("mousemove",kt),window.removeEventListener("touchmove",kt),window.removeEventListener("mouseup",he),window.removeEventListener("touchend",he),window.removeEventListener("contextmenu",he))},tr=async gr=>{if(gr===null||Number.isNaN(+gr))return;gr<0?gr=0:gr>100&&(gr=100);const _r=100/((k.value-$.value)/L.value);let xr=Math.round(gr/_r)*_r*(k.value-$.value)*.01+$.value;xr=Number.parseFloat(xr.toFixed(V.value)),xr!==e.modelValue&&y(UPDATE_MODEL_EVENT,xr),!t.dragging&&e.modelValue!==t.oldValue&&(t.oldValue=e.modelValue),await nextTick$3(),t.dragging&&$e(),_e.value.updatePopper()};return watch(()=>t.dragging,gr=>{de(gr)}),useEventListener(Fe,"touchstart",cr,{passive:!1}),{disabled:n,button:Fe,tooltip:_e,tooltipVisible:Ne,showTooltip:j,wrapperStyle:er,formatValue:Ue,handleMouseEnter:ir,handleMouseLeave:dr,onButtonDown:cr,onKeyDown:jt,setPosition:tr}},useStops=(e,t,y,n)=>({stops:computed(()=>{if(!e.showStops||e.min>e.max)return[];if(e.step===0)return[];const L=(e.max-e.min)/e.step,j=100*e.step/(e.max-e.min),V=Array.from({length:L-1}).map((z,re)=>(re+1)*j);return e.range?V.filter(z=>z<100*(y.value-e.min)/(e.max-e.min)||z>100*(n.value-e.min)/(e.max-e.min)):V.filter(z=>z>100*(t.firstValue-e.min)/(e.max-e.min))}),getStopStyle:L=>e.vertical?{bottom:`${L}%`}:{left:`${L}%`}}),useWatch=(e,t,y,n,$,k)=>{const L=z=>{$(UPDATE_MODEL_EVENT,z),$(INPUT_EVENT,z)},j=()=>e.range?![y.value,n.value].every((z,re)=>z===t.oldValue[re]):e.modelValue!==t.oldValue,V=()=>{var z,re;e.min>e.max&&throwError("Slider","min should not be greater than max.");const oe=e.modelValue;e.range&&Array.isArray(oe)?oe[1]<e.min?L([e.min,e.min]):oe[0]>e.max?L([e.max,e.max]):oe[0]<e.min?L([e.min,oe[1]]):oe[1]>e.max?L([oe[0],e.max]):(t.firstValue=oe[0],t.secondValue=oe[1],j()&&(e.validateEvent&&((z=k==null?void 0:k.validate)==null||z.call(k,"change").catch(ue=>void 0)),t.oldValue=oe.slice())):!e.range&&typeof oe=="number"&&!Number.isNaN(oe)&&(oe<e.min?L(e.min):oe>e.max?L(e.max):(t.firstValue=oe,j()&&(e.validateEvent&&((re=k==null?void 0:k.validate)==null||re.call(k,"change").catch(ue=>void 0)),t.oldValue=oe)))};V(),watch(()=>t.dragging,z=>{z||V()}),watch(()=>e.modelValue,(z,re)=>{t.dragging||Array.isArray(z)&&Array.isArray(re)&&z.every((oe,ue)=>oe===re[ue])&&t.firstValue===z[0]&&t.secondValue===z[1]||V()},{deep:!0}),watch(()=>[e.min,e.max],()=>{V()})},sliderButtonProps=buildProps({modelValue:{type:Number,default:0},vertical:Boolean,tooltipClass:String,placement:{type:String,values:Ee,default:"top"}}),sliderButtonEmits={[UPDATE_MODEL_EVENT]:e=>isNumber$4(e)},__default__$B=defineComponent({name:"ElSliderButton"}),_sfc_main$17=defineComponent({...__default__$B,props:sliderButtonProps,emits:sliderButtonEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("slider"),k=reactive({hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:0,oldValue:n.modelValue}),{disabled:L,button:j,tooltip:V,showTooltip:z,tooltipVisible:re,wrapperStyle:oe,formatValue:ue,handleMouseEnter:de,handleMouseLeave:_e,onButtonDown:Ne,onKeyDown:Ue,setPosition:$e}=useSliderButton(n,k,y),{hovering:Ve,dragging:Fe}=toRefs(k);return t({onButtonDown:Ne,onKeyDown:Ue,setPosition:$e,hovering:Ve,dragging:Fe}),(qe,er)=>(openBlock(),createElementBlock("div",{ref_key:"button",ref:j,class:normalizeClass([unref($).e("button-wrapper"),{hover:unref(Ve),dragging:unref(Fe)}]),style:normalizeStyle(unref(oe)),tabindex:unref(L)?-1:0,onMouseenter:unref(de),onMouseleave:unref(_e),onMousedown:unref(Ne),onFocus:unref(de),onBlur:unref(_e),onKeydown:unref(Ue)},[createVNode(unref(ElTooltip),{ref_key:"tooltip",ref:V,visible:unref(re),placement:qe.placement,"fallback-placements":["top","bottom","right","left"],"stop-popper-mouse-event":!1,"popper-class":qe.tooltipClass,disabled:!unref(z),persistent:""},{content:withCtx(()=>[createBaseVNode("span",null,toDisplayString(unref(ue)),1)]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass([unref($).e("button"),{hover:unref(Ve),dragging:unref(Fe)}])},null,2)]),_:1},8,["visible","placement","popper-class","disabled"])],46,["tabindex","onMouseenter","onMouseleave","onMousedown","onFocus","onBlur","onKeydown"]))}});var SliderButton=_export_sfc$1(_sfc_main$17,[["__file","button.vue"]]);const sliderMarkerProps=buildProps({mark:{type:definePropType([String,Object]),default:void 0}});var SliderMarker=defineComponent({name:"ElSliderMarker",props:sliderMarkerProps,setup(e){const t=useNamespace("slider"),y=computed(()=>isString$4(e.mark)?e.mark:e.mark.label),n=computed(()=>isString$4(e.mark)?void 0:e.mark.style);return()=>h$1("div",{class:t.e("marks-text"),style:n.value},y.value)}});const __default__$A=defineComponent({name:"ElSlider"}),_sfc_main$16=defineComponent({...__default__$A,props:sliderProps,emits:sliderEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("slider"),{t:k}=useLocale(),L=reactive({firstValue:0,secondValue:0,oldValue:0,dragging:!1,sliderSize:1}),{elFormItem:j,slider:V,firstButton:z,secondButton:re,sliderDisabled:oe,minValue:ue,maxValue:de,runwayStyle:_e,barStyle:Ne,resetSize:Ue,emitChange:$e,onSliderWrapperPrevent:Ve,onSliderClick:Fe,onSliderDown:qe,onSliderMarkerDown:er,setFirstValue:ir,setSecondValue:dr}=useSlide(n,L,y),{stops:cr,getStopStyle:nr}=useStops(n,L,ue,de),{inputId:lr,isLabeledByFormItem:Et}=useFormItemInputId(n,{formItemContext:j}),ie=useFormSize(),pe=computed(()=>n.inputSize||ie.value),Ce=computed(()=>n.ariaLabel||k("el.slider.defaultLabel",{min:n.min,max:n.max})),Ie=computed(()=>n.range?n.rangeStartLabel||k("el.slider.defaultRangeStartLabel"):Ce.value),jt=computed(()=>n.formatValueText?n.formatValueText(_r.value):`${_r.value}`),ar=computed(()=>n.rangeEndLabel||k("el.slider.defaultRangeEndLabel")),ur=computed(()=>n.formatValueText?n.formatValueText(yr.value):`${yr.value}`),kt=computed(()=>[$.b(),$.m(ie.value),$.is("vertical",n.vertical),{[$.m("with-input")]:n.showInput}]),he=useMarks(n);useWatch(n,L,ue,de,y,j);const tr=computed(()=>{const Tr=[n.min,n.max,n.step].map(Sr=>{const Ar=`${Sr}`.split(".")[1];return Ar?Ar.length:0});return Math.max.apply(null,Tr)}),{sliderWrapper:gr}=useLifecycle(n,L,Ue),{firstValue:_r,secondValue:yr,sliderSize:xr}=toRefs(L),Nr=Tr=>{L.dragging=Tr};return useEventListener(gr,"touchstart",Ve,{passive:!1}),useEventListener(gr,"touchmove",Ve,{passive:!1}),provide(sliderContextKey,{...toRefs(n),sliderSize:xr,disabled:oe,precision:tr,emitChange:$e,resetSize:Ue,updateDragging:Nr}),t({onSliderClick:Fe}),(Tr,Sr)=>{var Ar,Fr;return openBlock(),createElementBlock("div",{id:Tr.range?unref(lr):void 0,ref_key:"sliderWrapper",ref:gr,class:normalizeClass(unref(kt)),role:Tr.range?"group":void 0,"aria-label":Tr.range&&!unref(Et)?unref(Ce):void 0,"aria-labelledby":Tr.range&&unref(Et)?(Ar=unref(j))==null?void 0:Ar.labelId:void 0},[createBaseVNode("div",{ref_key:"slider",ref:V,class:normalizeClass([unref($).e("runway"),{"show-input":Tr.showInput&&!Tr.range},unref($).is("disabled",unref(oe))]),style:normalizeStyle(unref(_e)),onMousedown:unref(qe),onTouchstartPassive:unref(qe)},[createBaseVNode("div",{class:normalizeClass(unref($).e("bar")),style:normalizeStyle(unref(Ne))},null,6),createVNode(SliderButton,{id:Tr.range?void 0:unref(lr),ref_key:"firstButton",ref:z,"model-value":unref(_r),vertical:Tr.vertical,"tooltip-class":Tr.tooltipClass,placement:Tr.placement,role:"slider","aria-label":Tr.range||!unref(Et)?unref(Ie):void 0,"aria-labelledby":!Tr.range&&unref(Et)?(Fr=unref(j))==null?void 0:Fr.labelId:void 0,"aria-valuemin":Tr.min,"aria-valuemax":Tr.range?unref(yr):Tr.max,"aria-valuenow":unref(_r),"aria-valuetext":unref(jt),"aria-orientation":Tr.vertical?"vertical":"horizontal","aria-disabled":unref(oe),"onUpdate:modelValue":unref(ir)},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"]),Tr.range?(openBlock(),createBlock(SliderButton,{key:0,ref_key:"secondButton",ref:re,"model-value":unref(yr),vertical:Tr.vertical,"tooltip-class":Tr.tooltipClass,placement:Tr.placement,role:"slider","aria-label":unref(ar),"aria-valuemin":unref(_r),"aria-valuemax":Tr.max,"aria-valuenow":unref(yr),"aria-valuetext":unref(ur),"aria-orientation":Tr.vertical?"vertical":"horizontal","aria-disabled":unref(oe),"onUpdate:modelValue":unref(dr)},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),Tr.showStops?(openBlock(),createElementBlock("div",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(cr),(Gr,Vr)=>(openBlock(),createElementBlock("div",{key:Vr,class:normalizeClass(unref($).e("stop")),style:normalizeStyle(unref(nr)(Gr))},null,6))),128))])):createCommentVNode("v-if",!0),unref(he).length>0?(openBlock(),createElementBlock(Fragment,{key:2},[createBaseVNode("div",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(he),(Gr,Vr)=>(openBlock(),createElementBlock("div",{key:Vr,style:normalizeStyle(unref(nr)(Gr.position)),class:normalizeClass([unref($).e("stop"),unref($).e("marks-stop")])},null,6))),128))]),createBaseVNode("div",{class:normalizeClass(unref($).e("marks"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(he),(Gr,Vr)=>(openBlock(),createBlock(unref(SliderMarker),{key:Vr,mark:Gr.mark,style:normalizeStyle(unref(nr)(Gr.position)),onMousedown:withModifiers(Dr=>unref(er)(Gr.position),["stop"])},null,8,["mark","style","onMousedown"]))),128))],2)],64)):createCommentVNode("v-if",!0)],46,["onMousedown","onTouchstartPassive"]),Tr.showInput&&!Tr.range?(openBlock(),createBlock(unref(ElInputNumber),{key:0,ref:"input","model-value":unref(_r),class:normalizeClass(unref($).e("input")),step:Tr.step,disabled:unref(oe),controls:Tr.showInputControls,min:Tr.min,max:Tr.max,precision:unref(tr),debounce:Tr.debounce,size:unref(pe),"onUpdate:modelValue":unref(ir),onChange:unref($e)},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$16,[["__file","slider.vue"]]);const ElSlider=withInstall(Slider),spaceItemProps=buildProps({prefixCls:{type:String}}),SpaceItem=defineComponent({name:"ElSpaceItem",props:spaceItemProps,setup(e,{slots:t}){const y=useNamespace("space"),n=computed(()=>`${e.prefixCls||y.b()}__item`);return()=>h$1("div",{class:n.value},renderSlot(t,"default"))}}),SIZE_MAP={small:8,default:12,large:16};function useSpace(e){const t=useNamespace("space"),y=computed(()=>[t.b(),t.m(e.direction),e.class]),n=ref$1(0),$=ref$1(0),k=computed(()=>{const j=e.wrap||e.fill?{flexWrap:"wrap"}:{},V={alignItems:e.alignment},z={rowGap:`${$.value}px`,columnGap:`${n.value}px`};return[j,V,z,e.style]}),L=computed(()=>e.fill?{flexGrow:1,minWidth:`${e.fillRatio}%`}:{});return watchEffect(()=>{const{size:j="small",wrap:V,direction:z,fill:re}=e;if(isArray$4(j)){const[oe=0,ue=0]=j;n.value=oe,$.value=ue}else{let oe;isNumber$4(j)?oe=j:oe=SIZE_MAP[j||"small"]||SIZE_MAP.small,(V||re)&&z==="horizontal"?n.value=$.value=oe:z==="horizontal"?(n.value=oe,$.value=0):($.value=oe,n.value=0)}}),{classes:y,containerStyle:k,itemStyle:L}}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:e=>isVNode(e)||isNumber$4(e)||isString$4(e)},wrap:Boolean,fill:Boolean,fillRatio:{type:Number,default:100},size:{type:[String,Array,Number],values:componentSizes,validator:e=>isNumber$4(e)||isArray$4(e)&&e.length===2&&e.every(isNumber$4)}}),Space=defineComponent({name:"ElSpace",props:spaceProps,setup(e,{slots:t}){const{classes:y,containerStyle:n,itemStyle:$}=useSpace(e);function k(L,j="",V=[]){const{prefixCls:z}=e;return L.forEach((re,oe)=>{isFragment(re)?isArray$4(re.children)&&re.children.forEach((ue,de)=>{isFragment(ue)&&isArray$4(ue.children)?k(ue.children,`${j+de}-`,V):V.push(createVNode(SpaceItem,{style:$.value,prefixCls:z,key:`nested-${j+de}`},{default:()=>[ue]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}):isValidElementNode(re)&&V.push(createVNode(SpaceItem,{style:$.value,prefixCls:z,key:`LoopKey${j+oe}`},{default:()=>[re]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}),V}return()=>{var L;const{spacer:j,direction:V}=e,z=renderSlot(t,"default",{key:0},()=>[]);if(((L=z.children)!=null?L:[]).length===0)return null;if(isArray$4(z.children)){let re=k(z.children);if(j){const oe=re.length-1;re=re.reduce((ue,de,_e)=>{const Ne=[...ue,de];return _e!==oe&&Ne.push(createVNode("span",{style:[$.value,V==="vertical"?"width: 100%":null],key:_e},[isVNode(j)?j:createTextVNode(j,PatchFlags.TEXT)],PatchFlags.STYLE)),Ne},[])}return createVNode("div",{class:y.value,style:n.value},re,PatchFlags.STYLE|PatchFlags.CLASS)}return z.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$15=defineComponent({...__default__$z,props:statisticProps,setup(e,{expose:t}){const y=e,n=useNamespace("statistic"),$=computed(()=>{const{value:k,formatter:L,precision:j,decimalSeparator:V,groupSeparator:z}=y;if(isFunction$5(L))return L(k);if(!isNumber$4(k)||Number.isNaN(k))return k;let[re,oe=""]=String(k).split(".");return oe=oe.padEnd(j,"0").slice(0,j>0?j:0),re=re.replace(/\B(?=(\d{3})+(?!\d))/g,z),[re,oe].join(oe?V:"")});return t({displayValue:$}),(k,L)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[k.$slots.title||k.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("head"))},[renderSlot(k.$slots,"title",{},()=>[createTextVNode(toDisplayString(k.title),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(n).e("content"))},[k.$slots.prefix||k.prefix?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("prefix"))},[renderSlot(k.$slots,"prefix",{},()=>[createBaseVNode("span",null,toDisplayString(k.prefix),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{class:normalizeClass(unref(n).e("number")),style:normalizeStyle(k.valueStyle)},toDisplayString(unref($)),7),k.$slots.suffix||k.suffix?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(n).e("suffix"))},[renderSlot(k.$slots,"suffix",{},()=>[createBaseVNode("span",null,toDisplayString(k.suffix),1)])],2)):createCommentVNode("v-if",!0)],2)],2))}});var Statistic=_export_sfc$1(_sfc_main$15,[["__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]:e=>isNumber$4(e)},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=e=>isNumber$4(e)?new Date(e).getTime():e.valueOf(),formatTime$1=(e,t)=>{let y=e;const n=/\[([^\]]*)]/g;return timeUnits.reduce((k,[L,j])=>{const V=new RegExp(`${L}+(?![^\\[\\]]*\\])`,"g");if(V.test(k)){const z=Math.floor(y/j);return y-=z*j,k.replace(V,re=>String(z).padStart(re.length,"0"))}return k},t).replace(n,"$1")},__default__$y=defineComponent({name:"ElCountdown"}),_sfc_main$14=defineComponent({...__default__$y,props:countdownProps,emits:countdownEmits,setup(e,{expose:t,emit:y}){const n=e;let $;const k=ref$1(0),L=computed(()=>formatTime$1(k.value,n.format)),j=re=>formatTime$1(re,n.format),V=()=>{$&&(cAF($),$=void 0)},z=()=>{const re=getTime(n.value),oe=()=>{let ue=re-Date.now();y("change",ue),ue<=0?(ue=0,V(),y("finish")):$=rAF(oe),k.value=ue};$=rAF(oe)};return onMounted(()=>{k.value=getTime(n.value)-Date.now(),watch(()=>[n.value,n.format],()=>{V(),z()},{immediate:!0})}),onBeforeUnmount(()=>{V()}),t({displayValue:L}),(re,oe)=>(openBlock(),createBlock(unref(ElStatistic),{value:k.value,title:re.title,prefix:re.prefix,suffix:re.suffix,"value-style":re.valueStyle,formatter:j},createSlots({_:2},[renderList(re.$slots,(ue,de)=>({name:de,fn:withCtx(()=>[renderSlot(re.$slots,de)])}))]),1032,["value","title","prefix","suffix","value-style"]))}});var Countdown=_export_sfc$1(_sfc_main$14,[["__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]:(e,t)=>[e,t].every(isNumber$4)},__default__$x=defineComponent({name:"ElSteps"}),_sfc_main$13=defineComponent({...__default__$x,props:stepsProps,emits:stepsEmits,setup(e,{emit:t}){const y=e,n=useNamespace("steps"),{children:$,addChild:k,removeChild:L}=useOrderedChildren(getCurrentInstance(),"ElStep");return watch($,()=>{$.value.forEach((j,V)=>{j.setIndex(V)})}),provide("ElSteps",{props:y,steps:$,addStep:k,removeStep:L}),watch(()=>y.active,(j,V)=>{t(CHANGE_EVENT,j,V)}),(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(j.simple?"simple":j.direction)])},[renderSlot(j.$slots,"default")],2))}});var Steps=_export_sfc$1(_sfc_main$13,[["__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$12=defineComponent({...__default__$w,props:stepProps,setup(e){const t=e,y=useNamespace("step"),n=ref$1(-1),$=ref$1({}),k=ref$1(""),L=inject("ElSteps"),j=getCurrentInstance();onMounted(()=>{watch([()=>L.props.active,()=>L.props.processStatus,()=>L.props.finishStatus],([ir])=>{qe(ir)},{immediate:!0})}),onBeforeUnmount(()=>{L.removeStep(er.uid)});const V=computed(()=>t.status||k.value),z=computed(()=>{const ir=L.steps.value[n.value-1];return ir?ir.currentStatus:"wait"}),re=computed(()=>L.props.alignCenter),oe=computed(()=>L.props.direction==="vertical"),ue=computed(()=>L.props.simple),de=computed(()=>L.steps.value.length),_e=computed(()=>{var ir;return((ir=L.steps.value[de.value-1])==null?void 0:ir.uid)===(j==null?void 0:j.uid)}),Ne=computed(()=>ue.value?"":L.props.space),Ue=computed(()=>[y.b(),y.is(ue.value?"simple":L.props.direction),y.is("flex",_e.value&&!Ne.value&&!re.value),y.is("center",re.value&&!oe.value&&!ue.value)]),$e=computed(()=>{const ir={flexBasis:isNumber$4(Ne.value)?`${Ne.value}px`:Ne.value?Ne.value:`${100/(de.value-(re.value?0:1))}%`};return oe.value||_e.value&&(ir.maxWidth=`${100/de.value}%`),ir}),Ve=ir=>{n.value=ir},Fe=ir=>{const dr=ir==="wait",cr={transitionDelay:`${dr?"-":""}${150*n.value}ms`},nr=ir===L.props.processStatus||dr?0:100;cr.borderWidth=nr&&!ue.value?"1px":0,cr[L.props.direction==="vertical"?"height":"width"]=`${nr}%`,$.value=cr},qe=ir=>{ir>n.value?k.value=L.props.finishStatus:ir===n.value&&z.value!=="error"?k.value=L.props.processStatus:k.value="wait";const dr=L.steps.value[n.value-1];dr&&dr.calcProgress(k.value)},er=reactive({uid:j.uid,currentStatus:V,setIndex:Ve,calcProgress:Fe});return L.addStep(er),(ir,dr)=>(openBlock(),createElementBlock("div",{style:normalizeStyle(unref($e)),class:normalizeClass(unref(Ue))},[createCommentVNode(" icon & line "),createBaseVNode("div",{class:normalizeClass([unref(y).e("head"),unref(y).is(unref(V))])},[unref(ue)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("line"))},[createBaseVNode("i",{class:normalizeClass(unref(y).e("line-inner")),style:normalizeStyle($.value)},null,6)],2)),createBaseVNode("div",{class:normalizeClass([unref(y).e("icon"),unref(y).is(ir.icon||ir.$slots.icon?"icon":"text")])},[renderSlot(ir.$slots,"icon",{},()=>[ir.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon-inner"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(ir.icon)))]),_:1},8,["class"])):unref(V)==="success"?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(y).e("icon-inner"),unref(y).is("status")])},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1},8,["class"])):unref(V)==="error"?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(y).e("icon-inner"),unref(y).is("status")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"])):unref(ue)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(unref(y).e("icon-inner"))},toDisplayString(n.value+1),3))])],2)],2),createCommentVNode(" title & description "),createBaseVNode("div",{class:normalizeClass(unref(y).e("main"))},[createBaseVNode("div",{class:normalizeClass([unref(y).e("title"),unref(y).is(unref(V))])},[renderSlot(ir.$slots,"title",{},()=>[createTextVNode(toDisplayString(ir.title),1)])],2),unref(ue)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("arrow"))},null,2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(y).e("description"),unref(y).is(unref(V))])},[renderSlot(ir.$slots,"description",{},()=>[createTextVNode(toDisplayString(ir.description),1)])],2))],2)],6))}});var Step=_export_sfc$1(_sfc_main$12,[["__file","item.vue"]]);const ElSteps=withInstall(Steps,{Step}),ElStep=withNoopInstall(Step),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]:e=>isBoolean$3(e)||isString$4(e)||isNumber$4(e),[CHANGE_EVENT]:e=>isBoolean$3(e)||isString$4(e)||isNumber$4(e),[INPUT_EVENT]:e=>isBoolean$3(e)||isString$4(e)||isNumber$4(e)},COMPONENT_NAME$8="ElSwitch",__default__$v=defineComponent({name:COMPONENT_NAME$8}),_sfc_main$11=defineComponent({...__default__$v,props:switchProps,emits:switchEmits,setup(e,{expose:t,emit:y}){const n=e,{formItem:$}=useFormItem(),k=useFormSize(),L=useNamespace("switch"),{inputId:j}=useFormItemInputId(n,{formItemContext:$}),V=useFormDisabled(computed(()=>n.loading)),z=ref$1(n.modelValue!==!1),re=ref$1(),oe=ref$1(),ue=computed(()=>[L.b(),L.m(k.value),L.is("disabled",V.value),L.is("checked",$e.value)]),de=computed(()=>[L.e("label"),L.em("label","left"),L.is("active",!$e.value)]),_e=computed(()=>[L.e("label"),L.em("label","right"),L.is("active",$e.value)]),Ne=computed(()=>({width:addUnit(n.width)}));watch(()=>n.modelValue,()=>{z.value=!0});const Ue=computed(()=>z.value?n.modelValue:!1),$e=computed(()=>Ue.value===n.activeValue);[n.activeValue,n.inactiveValue].includes(Ue.value)||(y(UPDATE_MODEL_EVENT,n.inactiveValue),y(CHANGE_EVENT,n.inactiveValue),y(INPUT_EVENT,n.inactiveValue)),watch($e,er=>{var ir;re.value.checked=er,n.validateEvent&&((ir=$==null?void 0:$.validate)==null||ir.call($,"change").catch(dr=>void 0))});const Ve=()=>{const er=$e.value?n.inactiveValue:n.activeValue;y(UPDATE_MODEL_EVENT,er),y(CHANGE_EVENT,er),y(INPUT_EVENT,er),nextTick$3(()=>{re.value.checked=$e.value})},Fe=()=>{if(V.value)return;const{beforeChange:er}=n;if(!er){Ve();return}const ir=er();[isPromise(ir),isBoolean$3(ir)].includes(!0)||throwError(COMPONENT_NAME$8,"beforeChange must return type `Promise<boolean>` or `boolean`"),isPromise(ir)?ir.then(cr=>{cr&&Ve()}).catch(cr=>{}):ir&&Ve()},qe=()=>{var er,ir;(ir=(er=re.value)==null?void 0:er.focus)==null||ir.call(er)};return onMounted(()=>{re.value.checked=$e.value}),t({focus:qe,checked:$e}),(er,ir)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(ue)),onClick:withModifiers(Fe,["prevent"])},[createBaseVNode("input",{id:unref(j),ref_key:"input",ref:re,class:normalizeClass(unref(L).e("input")),type:"checkbox",role:"switch","aria-checked":unref($e),"aria-disabled":unref(V),"aria-label":er.ariaLabel,name:er.name,"true-value":er.activeValue,"false-value":er.inactiveValue,disabled:unref(V),tabindex:er.tabindex,onChange:Ve,onKeydown:withKeys(Fe,["enter"])},null,42,["id","aria-checked","aria-disabled","aria-label","name","true-value","false-value","disabled","tabindex","onKeydown"]),!er.inlinePrompt&&(er.inactiveIcon||er.inactiveText)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(de))},[er.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(er.inactiveIcon)))]),_:1})):createCommentVNode("v-if",!0),!er.inactiveIcon&&er.inactiveText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":unref($e)},toDisplayString(er.inactiveText),9,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{ref_key:"core",ref:oe,class:normalizeClass(unref(L).e("core")),style:normalizeStyle(unref(Ne))},[er.inlinePrompt?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(L).e("inner"))},[er.activeIcon||er.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(L).is("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref($e)?er.activeIcon:er.inactiveIcon)))]),_:1},8,["class"])):er.activeText||er.inactiveText?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(L).is("text")),"aria-hidden":!unref($e)},toDisplayString(unref($e)?er.activeText:er.inactiveText),11,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(L).e("action"))},[er.loading?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(L).is("loading"))},{default:withCtx(()=>[createVNode(unref(loading_default))]),_:1},8,["class"])):unref($e)?renderSlot(er.$slots,"active-action",{key:1},()=>[er.activeActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(er.activeActionIcon)))]),_:1})):createCommentVNode("v-if",!0)]):unref($e)?createCommentVNode("v-if",!0):renderSlot(er.$slots,"inactive-action",{key:2},()=>[er.inactiveActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(er.inactiveActionIcon)))]),_:1})):createCommentVNode("v-if",!0)])],2)],6),!er.inlinePrompt&&(er.activeIcon||er.activeText)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(_e))},[er.activeIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(er.activeIcon)))]),_:1})):createCommentVNode("v-if",!0),!er.activeIcon&&er.activeText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":!unref($e)},toDisplayString(er.activeText),9,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],10,["onClick"]))}});var Switch=_export_sfc$1(_sfc_main$11,[["__file","switch.vue"]]);const ElSwitch=withInstall(Switch),getCell=function(e){var t;return(t=e.target)==null?void 0:t.closest("td")},orderBy=function(e,t,y,n,$){if(!t&&!n&&(!$||Array.isArray($)&&!$.length))return e;typeof y=="string"?y=y==="descending"?-1:1:y=y&&y<0?-1:1;const k=n?null:function(j,V){return $?(Array.isArray($)||($=[$]),$.map(z=>typeof z=="string"?get(j,z):z(j,V,e))):(t!=="$key"&&isObject$5(j)&&"$value"in j&&(j=j.$value),[isObject$5(j)?get(j,t):j])},L=function(j,V){if(n)return n(j.value,V.value);for(let z=0,re=j.key.length;z<re;z++){if(j.key[z]<V.key[z])return-1;if(j.key[z]>V.key[z])return 1}return 0};return e.map((j,V)=>({value:j,index:V,key:k?k(j,V):null})).sort((j,V)=>{let z=L(j,V);return z||(z=j.index-V.index),z*+y}).map(j=>j.value)},getColumnById=function(e,t){let y=null;return e.columns.forEach(n=>{n.id===t&&(y=n)}),y},getColumnByKey=function(e,t){let y=null;for(let n=0;n<e.columns.length;n++){const $=e.columns[n];if($.columnKey===t){y=$;break}}return y||throwError("ElTable",`No column matching with column-key: ${t}`),y},getColumnByCell=function(e,t,y){const n=(t.className||"").match(new RegExp(`${y}-table_[^\\s]+`,"gm"));return n?getColumnById(e,n[0]):null},getRowIdentity=(e,t)=>{if(!e)throw new Error("Row is required when get row identity");if(typeof t=="string"){if(!t.includes("."))return`${e[t]}`;const y=t.split(".");let n=e;for(const $ of y)n=n[$];return`${n}`}else if(typeof t=="function")return t.call(null,e)},getKeysMap=function(e,t){const y={};return(e||[]).forEach((n,$)=>{y[getRowIdentity(n,t)]={row:n,index:$}}),y};function mergeOptions$1(e,t){const y={};let n;for(n in e)y[n]=e[n];for(n in t)if(hasOwn$1(t,n)){const $=t[n];typeof $<"u"&&(y[n]=$)}return y}function parseWidth(e){return e===""||e!==void 0&&(e=Number.parseInt(e,10),Number.isNaN(e)&&(e="")),e}function parseMinWidth(e){return e===""||e!==void 0&&(e=parseWidth(e),Number.isNaN(e)&&(e=80)),e}function parseHeight(e){return typeof e=="number"?e:typeof e=="string"?/^\d+(?:px)?$/.test(e)?Number.parseInt(e,10):e:null}function compose$1(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,y)=>(...n)=>t(y(...n)))}function toggleRowStatus(e,t,y,n,$,k){let L=k??0,j=!1;const V=e.indexOf(t),z=V!==-1,re=$==null?void 0:$.call(null,t,k),oe=de=>{de==="add"?e.push(t):e.splice(V,1),j=!0},ue=de=>{let _e=0;const Ne=(n==null?void 0:n.children)&&de[n.children];return Ne&&isArray$4(Ne)&&(_e+=Ne.length,Ne.forEach(Ue=>{_e+=ue(Ue)})),_e};return(!$||re)&&(isBoolean$3(y)?y&&!z?oe("add"):!y&&z&&oe("remove"):oe(z?"remove":"add")),!(n!=null&&n.checkStrictly)&&(n!=null&&n.children)&&isArray$4(t[n.children])&&t[n.children].forEach(de=>{toggleRowStatus(e,de,y??!z,n,$,L+1),L+=ue(de)+1}),j}function walkTreeNode(e,t,y="children",n="hasChildren"){const $=L=>!(Array.isArray(L)&&L.length);function k(L,j,V){t(L,j,V),j.forEach(z=>{if(z[n]){t(z,null,V+1);return}const re=z[y];$(re)||k(z,re,V+1)})}e.forEach(L=>{if(L[n]){t(L,null,0);return}const j=L[y];$(j)||k(L,j,0)})}let removePopper=null;function createTablePopper(e,t,y,n){if((removePopper==null?void 0:removePopper.trigger)===y)return;removePopper==null||removePopper();const $=n==null?void 0:n.refs.tableWrapper,k=$==null?void 0:$.dataset.prefix,L={strategy:"fixed",...e.popperOptions},j=createVNode(ElTooltip,{content:t,virtualTriggering:!0,virtualRef:y,appendTo:$,placement:"top",transition:"none",offset:0,hideAfter:0,...e,popperOptions:L,onHide:()=>{removePopper==null||removePopper()}});j.appContext={...n.appContext,...n};const V=document.createElement("div");render$1(j,V),j.component.exposed.onOpen();const z=$==null?void 0:$.querySelector(`.${k}-scrollbar__wrap`);removePopper=()=>{render$1(null,V),z==null||z.removeEventListener("scroll",removePopper),removePopper=null},removePopper.trigger=y,z==null||z.addEventListener("scroll",removePopper)}function getCurrentColumns(e){return e.children?flatMap(e.children,getCurrentColumns):[e]}function getColSpan(e,t){return e+t.colSpan}const isFixedColumn=(e,t,y,n)=>{let $=0,k=e;const L=y.states.columns.value;if(n){const V=getCurrentColumns(n[e]);$=L.slice(0,L.indexOf(V[0])).reduce(getColSpan,0),k=$+V.reduce(getColSpan,0)-1}else $=e;let j;switch(t){case"left":k<y.states.fixedLeafColumnsLength.value&&(j="left");break;case"right":$>=L.length-y.states.rightFixedLeafColumnsLength.value&&(j="right");break;default:k<y.states.fixedLeafColumnsLength.value?j="left":$>=L.length-y.states.rightFixedLeafColumnsLength.value&&(j="right")}return j?{direction:j,start:$,after:k}:{}},getFixedColumnsClass=(e,t,y,n,$,k=0)=>{const L=[],{direction:j,start:V,after:z}=isFixedColumn(t,y,n,$);if(j){const re=j==="left";L.push(`${e}-fixed-column--${j}`),re&&z+k===n.states.fixedLeafColumnsLength.value-1?L.push("is-last-column"):!re&&V-k===n.states.columns.value.length-n.states.rightFixedLeafColumnsLength.value&&L.push("is-first-column")}return L};function getOffset(e,t){return e+(t.realWidth===null||Number.isNaN(t.realWidth)?Number(t.width):t.realWidth)}const getFixedColumnOffset=(e,t,y,n)=>{const{direction:$,start:k=0,after:L=0}=isFixedColumn(e,t,y,n);if(!$)return;const j={},V=$==="left",z=y.states.columns.value;return V?j.left=z.slice(0,k).reduce(getOffset,0):j.right=z.slice(L+1).reverse().reduce(getOffset,0),j},ensurePosition=(e,t)=>{e&&(Number.isNaN(e[t])||(e[t]=`${e[t]}px`))};function useExpand(e){const t=getCurrentInstance(),y=ref$1(!1),n=ref$1([]);return{updateExpandRows:()=>{const V=e.data.value||[],z=e.rowKey.value;if(y.value)n.value=V.slice();else if(z){const re=getKeysMap(n.value,z);n.value=V.reduce((oe,ue)=>{const de=getRowIdentity(ue,z);return re[de]&&oe.push(ue),oe},[])}else n.value=[]},toggleRowExpansion:(V,z)=>{toggleRowStatus(n.value,V,z)&&t.emit("expand-change",V,n.value.slice())},setExpandRowKeys:V=>{t.store.assertRowKey();const z=e.data.value||[],re=e.rowKey.value,oe=getKeysMap(z,re);n.value=V.reduce((ue,de)=>{const _e=oe[de];return _e&&ue.push(_e.row),ue},[])},isRowExpanded:V=>{const z=e.rowKey.value;return z?!!getKeysMap(n.value,z)[getRowIdentity(V,z)]:n.value.includes(V)},states:{expandRows:n,defaultExpandAll:y}}}function useCurrent(e){const t=getCurrentInstance(),y=ref$1(null),n=ref$1(null),$=z=>{t.store.assertRowKey(),y.value=z,L(z)},k=()=>{y.value=null},L=z=>{const{data:re,rowKey:oe}=e;let ue=null;oe.value&&(ue=(unref(re)||[]).find(de=>getRowIdentity(de,oe.value)===z)),n.value=ue,t.emit("current-change",n.value,null)};return{setCurrentRowKey:$,restoreCurrentRowKey:k,setCurrentRowByKey:L,updateCurrentRow:z=>{const re=n.value;if(z&&z!==re){n.value=z,t.emit("current-change",n.value,re);return}!z&&re&&(n.value=null,t.emit("current-change",null,re))},updateCurrentRowData:()=>{const z=e.rowKey.value,re=e.data.value||[],oe=n.value;if(!re.includes(oe)&&oe){if(z){const ue=getRowIdentity(oe,z);L(ue)}else n.value=null;n.value===null&&t.emit("current-change",null,oe)}else y.value&&(L(y.value),k())},states:{_currentRowKey:y,currentRow:n}}}function useTree$2(e){const t=ref$1([]),y=ref$1({}),n=ref$1(16),$=ref$1(!1),k=ref$1({}),L=ref$1("hasChildren"),j=ref$1("children"),V=ref$1(!1),z=getCurrentInstance(),re=computed(()=>{if(!e.rowKey.value)return{};const Ve=e.data.value||[];return ue(Ve)}),oe=computed(()=>{const Ve=e.rowKey.value,Fe=Object.keys(k.value),qe={};return Fe.length&&Fe.forEach(er=>{if(k.value[er].length){const ir={children:[]};k.value[er].forEach(dr=>{const cr=getRowIdentity(dr,Ve);ir.children.push(cr),dr[L.value]&&!qe[cr]&&(qe[cr]={children:[]})}),qe[er]=ir}}),qe}),ue=Ve=>{const Fe=e.rowKey.value,qe={};return walkTreeNode(Ve,(er,ir,dr)=>{const cr=getRowIdentity(er,Fe);Array.isArray(ir)?qe[cr]={children:ir.map(nr=>getRowIdentity(nr,Fe)),level:dr}:$.value&&(qe[cr]={children:[],lazy:!0,level:dr})},j.value,L.value),qe},de=(Ve=!1,Fe=(qe=>(qe=z.store)==null?void 0:qe.states.defaultExpandAll.value)())=>{var qe;const er=re.value,ir=oe.value,dr=Object.keys(er),cr={};if(dr.length){const nr=unref(y),lr=[],Et=(pe,Ce)=>{if(Ve)return t.value?Fe||t.value.includes(Ce):!!(Fe||pe!=null&&pe.expanded);{const Ie=Fe||t.value&&t.value.includes(Ce);return!!(pe!=null&&pe.expanded||Ie)}};dr.forEach(pe=>{const Ce=nr[pe],Ie={...er[pe]};if(Ie.expanded=Et(Ce,pe),Ie.lazy){const{loaded:jt=!1,loading:ar=!1}=Ce||{};Ie.loaded=!!jt,Ie.loading=!!ar,lr.push(pe)}cr[pe]=Ie});const ie=Object.keys(ir);$.value&&ie.length&&lr.length&&ie.forEach(pe=>{const Ce=nr[pe],Ie=ir[pe].children;if(lr.includes(pe)){if(cr[pe].children.length!==0)throw new Error("[ElTable]children must be an empty array.");cr[pe].children=Ie}else{const{loaded:jt=!1,loading:ar=!1}=Ce||{};cr[pe]={lazy:!0,loaded:!!jt,loading:!!ar,expanded:Et(Ce,pe),children:Ie,level:""}}})}y.value=cr,(qe=z.store)==null||qe.updateTableScrollY()};watch(()=>t.value,()=>{de(!0)}),watch(()=>re.value,()=>{de()}),watch(()=>oe.value,()=>{de()});const _e=Ve=>{t.value=Ve,de()},Ne=(Ve,Fe)=>{z.store.assertRowKey();const qe=e.rowKey.value,er=getRowIdentity(Ve,qe),ir=er&&y.value[er];if(er&&ir&&"expanded"in ir){const dr=ir.expanded;Fe=typeof Fe>"u"?!ir.expanded:Fe,y.value[er].expanded=Fe,dr!==Fe&&z.emit("expand-change",Ve,Fe),z.store.updateTableScrollY()}},Ue=Ve=>{z.store.assertRowKey();const Fe=e.rowKey.value,qe=getRowIdentity(Ve,Fe),er=y.value[qe];$.value&&er&&"loaded"in er&&!er.loaded?$e(Ve,qe,er):Ne(Ve,void 0)},$e=(Ve,Fe,qe)=>{const{load:er}=z.props;er&&!y.value[Fe].loaded&&(y.value[Fe].loading=!0,er(Ve,qe,ir=>{if(!Array.isArray(ir))throw new TypeError("[ElTable] data must be an array");y.value[Fe].loading=!1,y.value[Fe].loaded=!0,y.value[Fe].expanded=!0,ir.length&&(k.value[Fe]=ir),z.emit("expand-change",Ve,!0)}))};return{loadData:$e,loadOrToggle:Ue,toggleTreeExpansion:Ne,updateTreeExpandKeys:_e,updateTreeData:de,normalize:ue,states:{expandRowKeys:t,treeData:y,indent:n,lazy:$,lazyTreeNodeMap:k,lazyColumnIdentifier:L,childrenColumnName:j,checkStrictly:V}}}const sortData=(e,t)=>{const y=t.sortingColumn;return!y||typeof y.sortable=="string"?e:orderBy(e,t.sortProp,t.sortOrder,y.sortMethod,y.sortBy)},doFlattenColumns=e=>{const t=[];return e.forEach(y=>{y.children&&y.children.length>0?t.push.apply(t,doFlattenColumns(y.children)):t.push(y)}),t};function useWatcher$1(){var e;const t=getCurrentInstance(),{size:y}=toRefs((e=t.proxy)==null?void 0:e.$props),n=ref$1(null),$=ref$1([]),k=ref$1([]),L=ref$1(!1),j=ref$1([]),V=ref$1([]),z=ref$1([]),re=ref$1([]),oe=ref$1([]),ue=ref$1([]),de=ref$1([]),_e=ref$1([]),Ne=[],Ue=ref$1(0),$e=ref$1(0),Ve=ref$1(0),Fe=ref$1(!1),qe=ref$1([]),er=ref$1(!1),ir=ref$1(!1),dr=ref$1(null),cr=ref$1({}),nr=ref$1(null),lr=ref$1(null),Et=ref$1(null),ie=ref$1(null),pe=ref$1(null);watch($,()=>t.state&&ar(!1),{deep:!0});const Ce=()=>{if(!n.value)throw new Error("[ElTable] prop row-key is required")},Ie=Mn=>{var Wr;(Wr=Mn.children)==null||Wr.forEach(Ur=>{Ur.fixed=Mn.fixed,Ie(Ur)})},jt=()=>{j.value.forEach(Nn=>{Ie(Nn)}),re.value=j.value.filter(Nn=>Nn.fixed===!0||Nn.fixed==="left"),oe.value=j.value.filter(Nn=>Nn.fixed==="right"),re.value.length>0&&j.value[0]&&j.value[0].type==="selection"&&!j.value[0].fixed&&(j.value[0].fixed=!0,re.value.unshift(j.value[0]));const Mn=j.value.filter(Nn=>!Nn.fixed);V.value=[].concat(re.value).concat(Mn).concat(oe.value);const Wr=doFlattenColumns(Mn),Ur=doFlattenColumns(re.value),Sn=doFlattenColumns(oe.value);Ue.value=Wr.length,$e.value=Ur.length,Ve.value=Sn.length,z.value=[].concat(Ur).concat(Wr).concat(Sn),L.value=re.value.length>0||oe.value.length>0},ar=(Mn,Wr=!1)=>{Mn&&jt(),Wr?t.state.doLayout():t.state.debouncedUpdateLayout()},ur=Mn=>qe.value.includes(Mn),kt=()=>{Fe.value=!1;const Mn=qe.value;qe.value=[],Mn.length&&t.emit("selection-change",[])},he=()=>{let Mn;if(n.value){Mn=[];const Wr=getKeysMap(qe.value,n.value),Ur=getKeysMap($.value,n.value);for(const Sn in Wr)hasOwn$1(Wr,Sn)&&!Ur[Sn]&&Mn.push(Wr[Sn].row)}else Mn=qe.value.filter(Wr=>!$.value.includes(Wr));if(Mn.length){const Wr=qe.value.filter(Ur=>!Mn.includes(Ur));qe.value=Wr,t.emit("selection-change",Wr.slice())}},tr=()=>(qe.value||[]).slice(),gr=(Mn,Wr,Ur=!0)=>{var Sn,Nn,Sa,Li;const ca={children:(Nn=(Sn=t==null?void 0:t.store)==null?void 0:Sn.states)==null?void 0:Nn.childrenColumnName.value,checkStrictly:(Li=(Sa=t==null?void 0:t.store)==null?void 0:Sa.states)==null?void 0:Li.checkStrictly.value};if(toggleRowStatus(qe.value,Mn,Wr,ca,dr.value)){const zn=(qe.value||[]).slice();Ur&&t.emit("select",zn,Mn),t.emit("selection-change",zn)}},_r=()=>{var Mn,Wr;const Ur=ir.value?!Fe.value:!(Fe.value||qe.value.length);Fe.value=Ur;let Sn=!1,Nn=0;const Sa=(Wr=(Mn=t==null?void 0:t.store)==null?void 0:Mn.states)==null?void 0:Wr.rowKey.value,{childrenColumnName:Li}=t.store.states,ca={children:Li.value,checkStrictly:!1};$.value.forEach((fo,zn)=>{const ki=zn+Nn;toggleRowStatus(qe.value,fo,Ur,ca,dr.value,ki)&&(Sn=!0),Nn+=Nr(getRowIdentity(fo,Sa))}),Sn&&t.emit("selection-change",qe.value?qe.value.slice():[]),t.emit("select-all",(qe.value||[]).slice())},yr=()=>{const Mn=getKeysMap(qe.value,n.value);$.value.forEach(Wr=>{const Ur=getRowIdentity(Wr,n.value),Sn=Mn[Ur];Sn&&(qe.value[Sn.index]=Wr)})},xr=()=>{var Mn;if(((Mn=$.value)==null?void 0:Mn.length)===0){Fe.value=!1;return}const{childrenColumnName:Wr}=t.store.states,Ur=n.value?getKeysMap(qe.value,n.value):void 0;let Sn=0,Nn=0;const Sa=fo=>Ur?!!Ur[getRowIdentity(fo,n.value)]:qe.value.includes(fo),Li=fo=>{var zn;for(const ki of fo){const Ra=dr.value&&dr.value.call(null,ki,Sn);if(Sa(ki))Nn++;else if(!dr.value||Ra)return!1;if(Sn++,(zn=ki[Wr.value])!=null&&zn.length&&!Li(ki[Wr.value]))return!1}return!0},ca=Li($.value||[]);Fe.value=Nn===0?!1:ca},Nr=Mn=>{var Wr;if(!t||!t.store)return 0;const{treeData:Ur}=t.store.states;let Sn=0;const Nn=(Wr=Ur.value[Mn])==null?void 0:Wr.children;return Nn&&(Sn+=Nn.length,Nn.forEach(Sa=>{Sn+=Nr(Sa)})),Sn},Tr=(Mn,Wr)=>{Array.isArray(Mn)||(Mn=[Mn]);const Ur={};return Mn.forEach(Sn=>{cr.value[Sn.id]=Wr,Ur[Sn.columnKey||Sn.id]=Wr}),Ur},Sr=(Mn,Wr,Ur)=>{lr.value&&lr.value!==Mn&&(lr.value.order=null),lr.value=Mn,Et.value=Wr,ie.value=Ur},Ar=()=>{let Mn=unref(k);Object.keys(cr.value).forEach(Wr=>{const Ur=cr.value[Wr];if(!Ur||Ur.length===0)return;const Sn=getColumnById({columns:z.value},Wr);Sn&&Sn.filterMethod&&(Mn=Mn.filter(Nn=>Ur.some(Sa=>Sn.filterMethod.call(null,Sa,Nn,Sn))))}),nr.value=Mn},Fr=()=>{$.value=sortData(nr.value,{sortingColumn:lr.value,sortProp:Et.value,sortOrder:ie.value})},Gr=(Mn=void 0)=>{Mn&&Mn.filter||Ar(),Fr()},Vr=Mn=>{const{tableHeaderRef:Wr}=t.refs;if(!Wr)return;const Ur=Object.assign({},Wr.filterPanels),Sn=Object.keys(Ur);if(Sn.length)if(typeof Mn=="string"&&(Mn=[Mn]),Array.isArray(Mn)){const Nn=Mn.map(Sa=>getColumnByKey({columns:z.value},Sa));Sn.forEach(Sa=>{const Li=Nn.find(ca=>ca.id===Sa);Li&&(Li.filteredValue=[])}),t.store.commit("filterChange",{column:Nn,values:[],silent:!0,multi:!0})}else Sn.forEach(Nn=>{const Sa=z.value.find(Li=>Li.id===Nn);Sa&&(Sa.filteredValue=[])}),cr.value={},t.store.commit("filterChange",{column:{},values:[],silent:!0})},Dr=()=>{lr.value&&(Sr(null,null,null),t.store.commit("changeSortCondition",{silent:!0}))},{setExpandRowKeys:Ir,toggleRowExpansion:Br,updateExpandRows:Rr,states:Lr,isRowExpanded:$r}=useExpand({data:$,rowKey:n}),{updateTreeExpandKeys:jr,toggleTreeExpansion:vn,updateTreeData:Kr,loadOrToggle:kr,states:Qr}=useTree$2({data:$,rowKey:n}),{updateCurrentRowData:Zr,updateCurrentRow:Vi,setCurrentRowKey:To,states:oa}=useCurrent({data:$,rowKey:n});return{assertRowKey:Ce,updateColumns:jt,scheduleLayout:ar,isSelected:ur,clearSelection:kt,cleanSelection:he,getSelectionRows:tr,toggleRowSelection:gr,_toggleAllSelection:_r,toggleAllSelection:null,updateSelectionByRowKey:yr,updateAllSelected:xr,updateFilters:Tr,updateCurrentRow:Vi,updateSort:Sr,execFilter:Ar,execSort:Fr,execQuery:Gr,clearFilter:Vr,clearSort:Dr,toggleRowExpansion:Br,setExpandRowKeysAdapter:Mn=>{Ir(Mn),jr(Mn)},setCurrentRowKey:To,toggleRowExpansionAdapter:(Mn,Wr)=>{z.value.some(({type:Sn})=>Sn==="expand")?Br(Mn,Wr):vn(Mn,Wr)},isRowExpanded:$r,updateExpandRows:Rr,updateCurrentRowData:Zr,loadOrToggle:kr,updateTreeData:Kr,states:{tableSize:y,rowKey:n,data:$,_data:k,isComplex:L,_columns:j,originColumns:V,columns:z,fixedColumns:re,rightFixedColumns:oe,leafColumns:ue,fixedLeafColumns:de,rightFixedLeafColumns:_e,updateOrderFns:Ne,leafColumnsLength:Ue,fixedLeafColumnsLength:$e,rightFixedLeafColumnsLength:Ve,isAllSelected:Fe,selection:qe,reserveSelection:er,selectOnIndeterminate:ir,selectable:dr,filters:cr,filteredData:nr,sortingColumn:lr,sortProp:Et,sortOrder:ie,hoverRow:pe,...Lr,...Qr,...oa}}}function replaceColumn(e,t){return e.map(y=>{var n;return y.id===t.id?t:((n=y.children)!=null&&n.length&&(y.children=replaceColumn(y.children,t)),y)})}function sortColumn(e){e.forEach(t=>{var y,n;t.no=(y=t.getColumnIndex)==null?void 0:y.call(t),(n=t.children)!=null&&n.length&&sortColumn(t.children)}),e.sort((t,y)=>t.no-y.no)}function useStore$1(){const e=getCurrentInstance(),t=useWatcher$1();return{ns:useNamespace("table"),...t,mutations:{setData(L,j){const V=unref(L._data)!==j;L.data.value=j,L._data.value=j,e.store.execQuery(),e.store.updateCurrentRowData(),e.store.updateExpandRows(),e.store.updateTreeData(e.store.states.defaultExpandAll.value),unref(L.reserveSelection)?(e.store.assertRowKey(),e.store.updateSelectionByRowKey()):V?e.store.clearSelection():e.store.cleanSelection(),e.store.updateAllSelected(),e.$ready&&e.store.scheduleLayout()},insertColumn(L,j,V,z){const re=unref(L._columns);let oe=[];V?(V&&!V.children&&(V.children=[]),V.children.push(j),oe=replaceColumn(re,V)):(re.push(j),oe=re),sortColumn(oe),L._columns.value=oe,L.updateOrderFns.push(z),j.type==="selection"&&(L.selectable.value=j.selectable,L.reserveSelection.value=j.reserveSelection),e.$ready&&(e.store.updateColumns(),e.store.scheduleLayout())},updateColumnOrder(L,j){var V;((V=j.getColumnIndex)==null?void 0:V.call(j))!==j.no&&(sortColumn(L._columns.value),e.$ready&&e.store.updateColumns())},removeColumn(L,j,V,z){const re=unref(L._columns)||[];if(V)V.children.splice(V.children.findIndex(ue=>ue.id===j.id),1),nextTick$3(()=>{var ue;((ue=V.children)==null?void 0:ue.length)===0&&delete V.children}),L._columns.value=replaceColumn(re,V);else{const ue=re.indexOf(j);ue>-1&&(re.splice(ue,1),L._columns.value=re)}const oe=L.updateOrderFns.indexOf(z);oe>-1&&L.updateOrderFns.splice(oe,1),e.$ready&&(e.store.updateColumns(),e.store.scheduleLayout())},sort(L,j){const{prop:V,order:z,init:re}=j;if(V){const oe=unref(L.columns).find(ue=>ue.property===V);oe&&(oe.order=z,e.store.updateSort(oe,V,z),e.store.commit("changeSortCondition",{init:re}))}},changeSortCondition(L,j){const{sortingColumn:V,sortProp:z,sortOrder:re}=L,oe=unref(V),ue=unref(z),de=unref(re);de===null&&(L.sortingColumn.value=null,L.sortProp.value=null);const _e={filter:!0};e.store.execQuery(_e),(!j||!(j.silent||j.init))&&e.emit("sort-change",{column:oe,prop:ue,order:de}),e.store.updateTableScrollY()},filterChange(L,j){const{column:V,values:z,silent:re}=j,oe=e.store.updateFilters(V,z);e.store.execQuery(),re||e.emit("filter-change",oe),e.store.updateTableScrollY()},toggleAllSelection(){e.store.toggleAllSelection()},rowSelectedChanged(L,j){e.store.toggleRowSelection(j),e.store.updateAllSelected()},setHoverRow(L,j){L.hoverRow.value=j},setCurrentRow(L,j){e.store.updateCurrentRow(j)}},commit:function(L,...j){const V=e.store.mutations;if(V[L])V[L].apply(e,[e.store.states].concat(j));else throw new Error(`Action not found: ${L}`)},updateTableScrollY:function(){nextTick$3(()=>e.layout.updateScrollY.apply(e.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(e,t){if(!e)throw new Error("Table is required.");const y=useStore$1();return y.toggleAllSelection=debounce(y._toggleAllSelection,10),Object.keys(InitialStateMap).forEach(n=>{handleValue(getArrKeysValue(t,n),n,y)}),proxyTableProps(y,t),y}function proxyTableProps(e,t){Object.keys(InitialStateMap).forEach(y=>{watch(()=>getArrKeysValue(t,y),n=>{handleValue(n,y,e)})})}function handleValue(e,t,y){let n=e,$=InitialStateMap[t];typeof InitialStateMap[t]=="object"&&($=$.key,n=n||InitialStateMap[t].default),y.states[$].value=n}function getArrKeysValue(e,t){if(t.includes(".")){const y=t.split(".");let n=e;return y.forEach($=>{n=n[$]}),n}else return e[t]}class TableLayout{constructor(t){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 y in t)hasOwn$1(t,y)&&(isRef(this[y])?this[y].value=t[y]:this[y]=t[y]);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 y=this.table.refs.scrollBarRef;if(this.table.vnode.el&&(y!=null&&y.wrapRef)){let n=!0;const $=this.scrollY.value;return n=y.wrapRef.scrollHeight>y.wrapRef.clientHeight,this.scrollY.value=n,$!==n}return!1}setHeight(t,y="height"){if(!isClient)return;const n=this.table.vnode.el;if(t=parseHeight(t),this.height.value=Number(t),!n&&(t||t===0))return nextTick$3(()=>this.setHeight(t,y));typeof t=="number"?(n.style[y]=`${t}px`,this.updateElsHeight()):typeof t=="string"&&(n.style[y]=t,this.updateElsHeight())}setMaxHeight(t){this.setHeight(t,"max-height")}getFlattenColumns(){const t=[];return this.table.store.states.columns.value.forEach(n=>{n.isColumnGroup?t.push.apply(t,n.columns):t.push(n)}),t}updateElsHeight(){this.updateScrollY(),this.notifyObservers("scrollable")}headerDisplayNone(t){if(!t)return!0;let y=t;for(;y.tagName!=="DIV";){if(getComputedStyle(y).display==="none")return!0;y=y.parentElement}return!1}updateColumnsWidth(){if(!isClient)return;const t=this.fit,y=this.table.vnode.el.clientWidth;let n=0;const $=this.getFlattenColumns(),k=$.filter(V=>typeof V.width!="number");if($.forEach(V=>{typeof V.width=="number"&&V.realWidth&&(V.realWidth=null)}),k.length>0&&t){if($.forEach(V=>{n+=Number(V.width||V.minWidth||80)}),n<=y){this.scrollX.value=!1;const V=y-n;if(k.length===1)k[0].realWidth=Number(k[0].minWidth||80)+V;else{const z=k.reduce((ue,de)=>ue+Number(de.minWidth||80),0),re=V/z;let oe=0;k.forEach((ue,de)=>{if(de===0)return;const _e=Math.floor(Number(ue.minWidth||80)*re);oe+=_e,ue.realWidth=Number(ue.minWidth||80)+_e}),k[0].realWidth=Number(k[0].minWidth||80)+V-oe}}else this.scrollX.value=!0,k.forEach(V=>{V.realWidth=Number(V.minWidth)});this.bodyWidth.value=Math.max(n,y),this.table.state.resizeState.value.width=this.bodyWidth.value}else $.forEach(V=>{!V.width&&!V.minWidth?V.realWidth=80:V.realWidth=Number(V.width||V.minWidth),n+=V.realWidth}),this.scrollX.value=n>y,this.bodyWidth.value=n;const L=this.store.states.fixedColumns.value;if(L.length>0){let V=0;L.forEach(z=>{V+=Number(z.realWidth||z.width)}),this.fixedWidth.value=V}const j=this.store.states.rightFixedColumns.value;if(j.length>0){let V=0;j.forEach(z=>{V+=Number(z.realWidth||z.width)}),this.rightFixedWidth.value=V}this.notifyObservers("columns")}addObserver(t){this.observers.push(t)}removeObserver(t){const y=this.observers.indexOf(t);y!==-1&&this.observers.splice(y,1)}notifyObservers(t){this.observers.forEach(n=>{var $,k;switch(t){case"columns":($=n.state)==null||$.onColumnsChange(this);break;case"scrollable":(k=n.state)==null||k.onScrollableChange(this);break;default:throw new Error(`Table Layout don't have event ${t}.`)}})}}const{CheckboxGroup:ElCheckboxGroup}=ElCheckbox,_sfc_main$10=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(e){const t=getCurrentInstance(),{t:y}=useLocale(),n=useNamespace("table-filter"),$=t==null?void 0:t.parent;$.filterPanels.value[e.column.id]||($.filterPanels.value[e.column.id]=t);const k=ref$1(!1),L=ref$1(null),j=computed(()=>e.column&&e.column.filters),V=computed(()=>e.column.filterClassName?`${n.b()} ${e.column.filterClassName}`:n.b()),z=computed({get:()=>{var er;return(((er=e.column)==null?void 0:er.filteredValue)||[])[0]},set:er=>{re.value&&(typeof er<"u"&&er!==null?re.value.splice(0,1,er):re.value.splice(0,1))}}),re=computed({get(){return e.column?e.column.filteredValue||[]:[]},set(er){e.column&&e.upDataColumn("filteredValue",er)}}),oe=computed(()=>e.column?e.column.filterMultiple:!0),ue=er=>er.value===z.value,de=()=>{k.value=!1},_e=er=>{er.stopPropagation(),k.value=!k.value},Ne=()=>{k.value=!1},Ue=()=>{Fe(re.value),de()},$e=()=>{re.value=[],Fe(re.value),de()},Ve=er=>{z.value=er,Fe(typeof er<"u"&&er!==null?re.value:[]),de()},Fe=er=>{e.store.commit("filterChange",{column:e.column,values:er}),e.store.updateAllSelected()};watch(k,er=>{e.column&&e.upDataColumn("filterOpened",er)},{immediate:!0});const qe=computed(()=>{var er,ir;return(ir=(er=L.value)==null?void 0:er.popperRef)==null?void 0:ir.contentRef});return{tooltipVisible:k,multiple:oe,filterClassName:V,filteredValue:re,filterValue:z,filters:j,handleConfirm:Ue,handleReset:$e,handleSelect:Ve,isActive:ue,t:y,ns:n,showFilterPanel:_e,hideFilterPanel:Ne,popperPaneRef:qe,tooltip:L}}});function _sfc_render$4(e,t,y,n,$,k){const L=resolveComponent("el-checkbox"),j=resolveComponent("el-checkbox-group"),V=resolveComponent("el-scrollbar"),z=resolveComponent("arrow-up"),re=resolveComponent("arrow-down"),oe=resolveComponent("el-icon"),ue=resolveComponent("el-tooltip"),de=resolveDirective("click-outside");return openBlock(),createBlock(ue,{ref:"tooltip",visible:e.tooltipVisible,offset:0,placement:e.placement,"show-arrow":!1,"stop-popper-mouse-event":!1,teleported:"",effect:"light",pure:"","popper-class":e.filterClassName,persistent:""},{content:withCtx(()=>[e.multiple?(openBlock(),createElementBlock("div",{key:0},[createBaseVNode("div",{class:normalizeClass(e.ns.e("content"))},[createVNode(V,{"wrap-class":e.ns.e("wrap")},{default:withCtx(()=>[createVNode(j,{modelValue:e.filteredValue,"onUpdate:modelValue":_e=>e.filteredValue=_e,class:normalizeClass(e.ns.e("checkbox-group"))},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.filters,_e=>(openBlock(),createBlock(L,{key:_e.value,value:_e.value},{default:withCtx(()=>[createTextVNode(toDisplayString(_e.text),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","class"])]),_:1},8,["wrap-class"])],2),createBaseVNode("div",{class:normalizeClass(e.ns.e("bottom"))},[createBaseVNode("button",{class:normalizeClass({[e.ns.is("disabled")]:e.filteredValue.length===0}),disabled:e.filteredValue.length===0,type:"button",onClick:e.handleConfirm},toDisplayString(e.t("el.table.confirmFilter")),11,["disabled","onClick"]),createBaseVNode("button",{type:"button",onClick:e.handleReset},toDisplayString(e.t("el.table.resetFilter")),9,["onClick"])],2)])):(openBlock(),createElementBlock("ul",{key:1,class:normalizeClass(e.ns.e("list"))},[createBaseVNode("li",{class:normalizeClass([e.ns.e("list-item"),{[e.ns.is("active")]:e.filterValue===void 0||e.filterValue===null}]),onClick:_e=>e.handleSelect(null)},toDisplayString(e.t("el.table.clearFilter")),11,["onClick"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.filters,_e=>(openBlock(),createElementBlock("li",{key:_e.value,class:normalizeClass([e.ns.e("list-item"),e.ns.is("active",e.isActive(_e))]),label:_e.value,onClick:Ne=>e.handleSelect(_e.value)},toDisplayString(_e.text),11,["label","onClick"]))),128))],2))]),default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass([`${e.ns.namespace.value}-table__column-filter-trigger`,`${e.ns.namespace.value}-none-outline`]),onClick:e.showFilterPanel},[createVNode(oe,null,{default:withCtx(()=>[renderSlot(e.$slots,"filter-icon",{},()=>[e.column.filterOpened?(openBlock(),createBlock(z,{key:0})):(openBlock(),createBlock(re,{key:1}))])]),_:3})],10,["onClick"])),[[de,e.hideFilterPanel,e.popperPaneRef]])]),_:3},8,["visible","placement","popper-class"])}var FilterPanel=_export_sfc$1(_sfc_main$10,[["render",_sfc_render$4],["__file","filter-panel.vue"]]);function useLayoutObserver(e){const t=getCurrentInstance();onBeforeMount(()=>{y.value.addObserver(t)}),onMounted(()=>{n(y.value),$(y.value)}),onUpdated(()=>{n(y.value),$(y.value)}),onUnmounted(()=>{y.value.removeObserver(t)});const y=computed(()=>{const k=e.layout;if(!k)throw new Error("Can not find table layout.");return k}),n=k=>{var L;const j=((L=e.vnode.el)==null?void 0:L.querySelectorAll("colgroup > col"))||[];if(!j.length)return;const V=k.getFlattenColumns(),z={};V.forEach(re=>{z[re.id]=re});for(let re=0,oe=j.length;re<oe;re++){const ue=j[re],de=ue.getAttribute("name"),_e=z[de];_e&&ue.setAttribute("width",_e.realWidth||_e.width)}},$=k=>{var L,j;const V=((L=e.vnode.el)==null?void 0:L.querySelectorAll("colgroup > col[name=gutter]"))||[];for(let re=0,oe=V.length;re<oe;re++)V[re].setAttribute("width",k.scrollY.value?k.gutterWidth:"0");const z=((j=e.vnode.el)==null?void 0:j.querySelectorAll("th.gutter"))||[];for(let re=0,oe=z.length;re<oe;re++){const ue=z[re];ue.style.width=k.scrollY.value?`${k.gutterWidth}px`:"0",ue.style.display=k.scrollY.value?"":"none"}};return{tableLayout:y.value,onColumnsChange:n,onScrollableChange:$}}const TABLE_INJECTION_KEY=Symbol("ElTable");function useEvent(e,t){const y=getCurrentInstance(),n=inject(TABLE_INJECTION_KEY),$=Ne=>{Ne.stopPropagation()},k=(Ne,Ue)=>{!Ue.filters&&Ue.sortable?_e(Ne,Ue,!1):Ue.filterable&&!Ue.sortable&&$(Ne),n==null||n.emit("header-click",Ue,Ne)},L=(Ne,Ue)=>{n==null||n.emit("header-contextmenu",Ue,Ne)},j=ref$1(null),V=ref$1(!1),z=ref$1({}),re=(Ne,Ue)=>{if(isClient&&!(Ue.children&&Ue.children.length>0)&&j.value&&e.border){V.value=!0;const $e=n;t("set-drag-visible",!0);const Fe=($e==null?void 0:$e.vnode.el).getBoundingClientRect().left,qe=y.vnode.el.querySelector(`th.${Ue.id}`),er=qe.getBoundingClientRect(),ir=er.left-Fe+30;addClass(qe,"noclick"),z.value={startMouseLeft:Ne.clientX,startLeft:er.right-Fe,startColumnLeft:er.left-Fe,tableLeft:Fe};const dr=$e==null?void 0:$e.refs.resizeProxy;dr.style.left=`${z.value.startLeft}px`,document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};const cr=lr=>{const Et=lr.clientX-z.value.startMouseLeft,ie=z.value.startLeft+Et;dr.style.left=`${Math.max(ir,ie)}px`},nr=()=>{if(V.value){const{startColumnLeft:lr,startLeft:Et}=z.value,pe=Number.parseInt(dr.style.left,10)-lr;Ue.width=Ue.realWidth=pe,$e==null||$e.emit("header-dragend",Ue.width,Et-lr,Ue,Ne),requestAnimationFrame(()=>{e.store.scheduleLayout(!1,!0)}),document.body.style.cursor="",V.value=!1,j.value=null,z.value={},t("set-drag-visible",!1)}document.removeEventListener("mousemove",cr),document.removeEventListener("mouseup",nr),document.onselectstart=null,document.ondragstart=null,setTimeout(()=>{removeClass(qe,"noclick")},0)};document.addEventListener("mousemove",cr),document.addEventListener("mouseup",nr)}},oe=(Ne,Ue)=>{if(Ue.children&&Ue.children.length>0)return;const $e=Ne.target;if(!isElement$2($e))return;const Ve=$e==null?void 0:$e.closest("th");if(!(!Ue||!Ue.resizable)&&!V.value&&e.border){const Fe=Ve.getBoundingClientRect(),qe=document.body.style;Fe.width>12&&Fe.right-Ne.pageX<8?(qe.cursor="col-resize",hasClass(Ve,"is-sortable")&&(Ve.style.cursor="col-resize"),j.value=Ue):V.value||(qe.cursor="",hasClass(Ve,"is-sortable")&&(Ve.style.cursor="pointer"),j.value=null)}},ue=()=>{isClient&&(document.body.style.cursor="")},de=({order:Ne,sortOrders:Ue})=>{if(Ne==="")return Ue[0];const $e=Ue.indexOf(Ne||null);return Ue[$e>Ue.length-2?0:$e+1]},_e=(Ne,Ue,$e)=>{var Ve;Ne.stopPropagation();const Fe=Ue.order===$e?null:$e||de(Ue),qe=(Ve=Ne.target)==null?void 0:Ve.closest("th");if(qe&&hasClass(qe,"noclick")){removeClass(qe,"noclick");return}if(!Ue.sortable)return;const er=Ne.currentTarget;if(["ascending","descending"].some(lr=>hasClass(er,lr)&&!Ue.sortOrders.includes(lr)))return;const ir=e.store.states;let dr=ir.sortProp.value,cr;const nr=ir.sortingColumn.value;(nr!==Ue||nr===Ue&&nr.order===null)&&(nr&&(nr.order=null),ir.sortingColumn.value=Ue,dr=Ue.property),Fe?cr=Ue.order=Fe:cr=Ue.order=null,ir.sortProp.value=dr,ir.sortOrder.value=cr,n==null||n.store.commit("changeSortCondition")};return{handleHeaderClick:k,handleHeaderContextMenu:L,handleMouseDown:re,handleMouseMove:oe,handleMouseOut:ue,handleSortClick:_e,handleFilterClick:$}}function useStyle$2(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table");return{getHeaderRowStyle:j=>{const V=t==null?void 0:t.props.headerRowStyle;return typeof V=="function"?V.call(null,{rowIndex:j}):V},getHeaderRowClass:j=>{const V=[],z=t==null?void 0:t.props.headerRowClassName;return typeof z=="string"?V.push(z):typeof z=="function"&&V.push(z.call(null,{rowIndex:j})),V.join(" ")},getHeaderCellStyle:(j,V,z,re)=>{var oe;let ue=(oe=t==null?void 0:t.props.headerCellStyle)!=null?oe:{};typeof ue=="function"&&(ue=ue.call(null,{rowIndex:j,columnIndex:V,row:z,column:re}));const de=getFixedColumnOffset(V,re.fixed,e.store,z);return ensurePosition(de,"left"),ensurePosition(de,"right"),Object.assign({},ue,de)},getHeaderCellClass:(j,V,z,re)=>{const oe=getFixedColumnsClass(y.b(),V,re.fixed,e.store,z),ue=[re.id,re.order,re.headerAlign,re.className,re.labelClassName,...oe];re.children||ue.push("is-leaf"),re.sortable&&ue.push("is-sortable");const de=t==null?void 0:t.props.headerCellClassName;return typeof de=="string"?ue.push(de):typeof de=="function"&&ue.push(de.call(null,{rowIndex:j,columnIndex:V,row:z,column:re})),ue.push(y.e("cell")),ue.filter(_e=>!!_e).join(" ")}}}const getAllColumns=e=>{const t=[];return e.forEach(y=>{y.children?(t.push(y),t.push.apply(t,getAllColumns(y.children))):t.push(y)}),t},convertToRows=e=>{let t=1;const y=(k,L)=>{if(L&&(k.level=L.level+1,t<k.level&&(t=k.level)),k.children){let j=0;k.children.forEach(V=>{y(V,k),j+=V.colSpan}),k.colSpan=j}else k.colSpan=1};e.forEach(k=>{k.level=1,y(k,void 0)});const n=[];for(let k=0;k<t;k++)n.push([]);return getAllColumns(e).forEach(k=>{k.children?(k.rowSpan=1,k.children.forEach(L=>L.isSubColumn=!0)):k.rowSpan=t-k.level+1,n[k.level-1].push(k)}),n};function useUtils$1(e){const t=inject(TABLE_INJECTION_KEY),y=computed(()=>convertToRows(e.store.states.originColumns.value));return{isGroup:computed(()=>{const k=y.value.length>1;return k&&t&&(t.state.isGroup.value=!0),k}),toggleAllSelection:k=>{k.stopPropagation(),t==null||t.store.commit("toggleAllSelection")},columnRows:y}}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(e,{emit:t}){const y=getCurrentInstance(),n=inject(TABLE_INJECTION_KEY),$=useNamespace("table"),k=ref$1({}),{onColumnsChange:L,onScrollableChange:j}=useLayoutObserver(n);onMounted(async()=>{await nextTick$3(),await nextTick$3();const{prop:ir,order:dr}=e.defaultSort;n==null||n.store.commit("sort",{prop:ir,order:dr,init:!0})});const{handleHeaderClick:V,handleHeaderContextMenu:z,handleMouseDown:re,handleMouseMove:oe,handleMouseOut:ue,handleSortClick:de,handleFilterClick:_e}=useEvent(e,t),{getHeaderRowStyle:Ne,getHeaderRowClass:Ue,getHeaderCellStyle:$e,getHeaderCellClass:Ve}=useStyle$2(e),{isGroup:Fe,toggleAllSelection:qe,columnRows:er}=useUtils$1(e);return y.state={onColumnsChange:L,onScrollableChange:j},y.filterPanels=k,{ns:$,filterPanels:k,onColumnsChange:L,onScrollableChange:j,columnRows:er,getHeaderRowClass:Ue,getHeaderRowStyle:Ne,getHeaderCellClass:Ve,getHeaderCellStyle:$e,handleHeaderClick:V,handleHeaderContextMenu:z,handleMouseDown:re,handleMouseMove:oe,handleMouseOut:ue,handleSortClick:de,handleFilterClick:_e,isGroup:Fe,toggleAllSelection:qe}},render(){const{ns:e,isGroup:t,columnRows:y,getHeaderCellStyle:n,getHeaderCellClass:$,getHeaderRowClass:k,getHeaderRowStyle:L,handleHeaderClick:j,handleHeaderContextMenu:V,handleMouseDown:z,handleMouseMove:re,handleSortClick:oe,handleMouseOut:ue,store:de,$parent:_e}=this;let Ne=1;return h$1("thead",{class:{[e.is("group")]:t}},y.map((Ue,$e)=>h$1("tr",{class:k($e),key:$e,style:L($e)},Ue.map((Ve,Fe)=>(Ve.rowSpan>Ne&&(Ne=Ve.rowSpan),h$1("th",{class:$($e,Fe,Ue,Ve),colspan:Ve.colSpan,key:`${Ve.id}-thead`,rowspan:Ve.rowSpan,style:n($e,Fe,Ue,Ve),onClick:qe=>{qe.currentTarget.classList.contains("noclick")||j(qe,Ve)},onContextmenu:qe=>V(qe,Ve),onMousedown:qe=>z(qe,Ve),onMousemove:qe=>re(qe,Ve),onMouseout:ue},[h$1("div",{class:["cell",Ve.filteredValue&&Ve.filteredValue.length>0?"highlight":""]},[Ve.renderHeader?Ve.renderHeader({column:Ve,$index:Fe,store:de,_self:_e}):Ve.label,Ve.sortable&&h$1("span",{onClick:qe=>oe(qe,Ve),class:"caret-wrapper"},[h$1("i",{onClick:qe=>oe(qe,Ve,"ascending"),class:"sort-caret ascending"}),h$1("i",{onClick:qe=>oe(qe,Ve,"descending"),class:"sort-caret descending"})]),Ve.filterable&&h$1(FilterPanel,{store:de,placement:Ve.filterPlacement||"bottom-start",column:Ve,upDataColumn:(qe,er)=>{Ve[qe]=er}},{"filter-icon":()=>Ve.renderFilterIcon?Ve.renderFilterIcon({filterOpened:Ve.filterOpened}):null})])]))))))}});function isGreaterThan(e,t,y=.03){return e-t>y}function useEvents(e){const t=inject(TABLE_INJECTION_KEY),y=ref$1(""),n=ref$1(h$1("div")),$=(_e,Ne,Ue)=>{var $e;const Ve=t,Fe=getCell(_e);let qe;const er=($e=Ve==null?void 0:Ve.vnode.el)==null?void 0:$e.dataset.prefix;Fe&&(qe=getColumnByCell({columns:e.store.states.columns.value},Fe,er),qe&&(Ve==null||Ve.emit(`cell-${Ue}`,Ne,qe,Fe,_e))),Ve==null||Ve.emit(`row-${Ue}`,Ne,qe,_e)},k=(_e,Ne)=>{$(_e,Ne,"dblclick")},L=(_e,Ne)=>{e.store.commit("setCurrentRow",Ne),$(_e,Ne,"click")},j=(_e,Ne)=>{$(_e,Ne,"contextmenu")},V=debounce(_e=>{e.store.commit("setHoverRow",_e)},30),z=debounce(()=>{e.store.commit("setHoverRow",null)},30),re=_e=>{const Ne=window.getComputedStyle(_e,null),Ue=Number.parseInt(Ne.paddingLeft,10)||0,$e=Number.parseInt(Ne.paddingRight,10)||0,Ve=Number.parseInt(Ne.paddingTop,10)||0,Fe=Number.parseInt(Ne.paddingBottom,10)||0;return{left:Ue,right:$e,top:Ve,bottom:Fe}},oe=(_e,Ne,Ue)=>{let $e=Ne.target.parentNode;for(;_e>1&&($e=$e==null?void 0:$e.nextSibling,!(!$e||$e.nodeName!=="TR"));)Ue($e,"hover-row hover-fixed-row"),_e--};return{handleDoubleClick:k,handleClick:L,handleContextMenu:j,handleMouseEnter:V,handleMouseLeave:z,handleCellMouseEnter:(_e,Ne,Ue)=>{var $e;const Ve=t,Fe=getCell(_e),qe=($e=Ve==null?void 0:Ve.vnode.el)==null?void 0:$e.dataset.prefix;if(Fe){const ar=getColumnByCell({columns:e.store.states.columns.value},Fe,qe);Fe.rowSpan>1&&oe(Fe.rowSpan,_e,addClass);const ur=Ve.hoverState={cell:Fe,column:ar,row:Ne};Ve==null||Ve.emit("cell-mouse-enter",ur.row,ur.column,ur.cell,_e)}if(!Ue)return;const er=_e.target.querySelector(".cell");if(!(hasClass(er,`${qe}-tooltip`)&&er.childNodes.length))return;const ir=document.createRange();ir.setStart(er,0),ir.setEnd(er,er.childNodes.length);const{width:dr,height:cr}=ir.getBoundingClientRect(),{width:nr,height:lr}=er.getBoundingClientRect(),{top:Et,left:ie,right:pe,bottom:Ce}=re(er),Ie=ie+pe,jt=Et+Ce;(isGreaterThan(dr+Ie,nr)||isGreaterThan(cr+jt,lr)||isGreaterThan(er.scrollWidth,nr))&&createTablePopper(Ue,Fe.innerText||Fe.textContent,Fe,Ve)},handleCellMouseLeave:_e=>{const Ne=getCell(_e);if(!Ne)return;Ne.rowSpan>1&&oe(Ne.rowSpan,_e,removeClass);const Ue=t==null?void 0:t.hoverState;t==null||t.emit("cell-mouse-leave",Ue==null?void 0:Ue.row,Ue==null?void 0:Ue.column,Ue==null?void 0:Ue.cell,_e)},tooltipContent:y,tooltipTrigger:n}}function useStyles$1(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table");return{getRowStyle:(z,re)=>{const oe=t==null?void 0:t.props.rowStyle;return typeof oe=="function"?oe.call(null,{row:z,rowIndex:re}):oe||null},getRowClass:(z,re)=>{const oe=[y.e("row")];t!=null&&t.props.highlightCurrentRow&&z===e.store.states.currentRow.value&&oe.push("current-row"),e.stripe&&re%2===1&&oe.push(y.em("row","striped"));const ue=t==null?void 0:t.props.rowClassName;return typeof ue=="string"?oe.push(ue):typeof ue=="function"&&oe.push(ue.call(null,{row:z,rowIndex:re})),oe},getCellStyle:(z,re,oe,ue)=>{const de=t==null?void 0:t.props.cellStyle;let _e=de??{};typeof de=="function"&&(_e=de.call(null,{rowIndex:z,columnIndex:re,row:oe,column:ue}));const Ne=getFixedColumnOffset(re,e==null?void 0:e.fixed,e.store);return ensurePosition(Ne,"left"),ensurePosition(Ne,"right"),Object.assign({},_e,Ne)},getCellClass:(z,re,oe,ue,de)=>{const _e=getFixedColumnsClass(y.b(),re,e==null?void 0:e.fixed,e.store,void 0,de),Ne=[ue.id,ue.align,ue.className,..._e],Ue=t==null?void 0:t.props.cellClassName;return typeof Ue=="string"?Ne.push(Ue):typeof Ue=="function"&&Ne.push(Ue.call(null,{rowIndex:z,columnIndex:re,row:oe,column:ue})),Ne.push(y.e("cell")),Ne.filter($e=>!!$e).join(" ")},getSpan:(z,re,oe,ue)=>{let de=1,_e=1;const Ne=t==null?void 0:t.props.spanMethod;if(typeof Ne=="function"){const Ue=Ne({row:z,column:re,rowIndex:oe,columnIndex:ue});Array.isArray(Ue)?(de=Ue[0],_e=Ue[1]):typeof Ue=="object"&&(de=Ue.rowspan,_e=Ue.colspan)}return{rowspan:de,colspan:_e}},getColspanRealWidth:(z,re,oe)=>{if(re<1)return z[oe].realWidth;const ue=z.map(({realWidth:de,width:_e})=>de||_e).slice(oe,oe+re);return Number(ue.reduce((de,_e)=>Number(de)+Number(_e),-1))}}}function useRender$1(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table"),{handleDoubleClick:n,handleClick:$,handleContextMenu:k,handleMouseEnter:L,handleMouseLeave:j,handleCellMouseEnter:V,handleCellMouseLeave:z,tooltipContent:re,tooltipTrigger:oe}=useEvents(e),{getRowStyle:ue,getRowClass:de,getCellStyle:_e,getCellClass:Ne,getSpan:Ue,getColspanRealWidth:$e}=useStyles$1(e),Ve=computed(()=>e.store.states.columns.value.findIndex(({type:dr})=>dr==="default")),Fe=(dr,cr)=>{const nr=t.props.rowKey;return nr?getRowIdentity(dr,nr):cr},qe=(dr,cr,nr,lr=!1)=>{const{tooltipEffect:Et,tooltipOptions:ie,store:pe}=e,{indent:Ce,columns:Ie}=pe.states,jt=de(dr,cr);let ar=!0;return nr&&(jt.push(y.em("row",`level-${nr.level}`)),ar=nr.display),h$1("tr",{style:[ar?null:{display:"none"},ue(dr,cr)],class:jt,key:Fe(dr,cr),onDblclick:kt=>n(kt,dr),onClick:kt=>$(kt,dr),onContextmenu:kt=>k(kt,dr),onMouseenter:()=>L(cr),onMouseleave:j},Ie.value.map((kt,he)=>{const{rowspan:tr,colspan:gr}=Ue(dr,kt,cr,he);if(!tr||!gr)return null;const _r=Object.assign({},kt);_r.realWidth=$e(Ie.value,gr,he);const yr={store:e.store,_self:e.context||t,column:_r,row:dr,$index:cr,cellIndex:he,expanded:lr};he===Ve.value&&nr&&(yr.treeNode={indent:nr.level*Ce.value,level:nr.level},typeof nr.expanded=="boolean"&&(yr.treeNode.expanded=nr.expanded,"loading"in nr&&(yr.treeNode.loading=nr.loading),"noLazyChildren"in nr&&(yr.treeNode.noLazyChildren=nr.noLazyChildren)));const xr=`${Fe(dr,cr)},${he}`,Nr=_r.columnKey||_r.rawColumnKey||"",Tr=er(he,kt,yr),Sr=kt.showOverflowTooltip&&merge$1({effect:Et},ie,kt.showOverflowTooltip);return h$1("td",{style:_e(cr,he,dr,kt),class:Ne(cr,he,dr,kt,gr-1),key:`${Nr}${xr}`,rowspan:tr,colspan:gr,onMouseenter:Ar=>V(Ar,dr,Sr),onMouseleave:z},[Tr])}))},er=(dr,cr,nr)=>cr.renderCell(nr);return{wrappedRowRender:(dr,cr)=>{const nr=e.store,{isRowExpanded:lr,assertRowKey:Et}=nr,{treeData:ie,lazyTreeNodeMap:pe,childrenColumnName:Ce,rowKey:Ie}=nr.states,jt=nr.states.columns.value;if(jt.some(({type:ur})=>ur==="expand")){const ur=lr(dr),kt=qe(dr,cr,void 0,ur),he=t.renderExpanded;return ur?he?[[kt,h$1("tr",{key:`expanded-row__${kt.key}`},[h$1("td",{colspan:jt.length,class:`${y.e("cell")} ${y.e("expanded-cell")}`},[he({row:dr,$index:cr,store:nr,expanded:ur})])])]]:(console.error("[Element Error]renderExpanded is required."),kt):[[kt]]}else if(Object.keys(ie.value).length){Et();const ur=getRowIdentity(dr,Ie.value);let kt=ie.value[ur],he=null;kt&&(he={expanded:kt.expanded,level:kt.level,display:!0},typeof kt.lazy=="boolean"&&(typeof kt.loaded=="boolean"&&kt.loaded&&(he.noLazyChildren=!(kt.children&&kt.children.length)),he.loading=kt.loading));const tr=[qe(dr,cr,he)];if(kt){let gr=0;const _r=(xr,Nr)=>{xr&&xr.length&&Nr&&xr.forEach(Tr=>{const Sr={display:Nr.display&&Nr.expanded,level:Nr.level+1,expanded:!1,noLazyChildren:!1,loading:!1},Ar=getRowIdentity(Tr,Ie.value);if(Ar==null)throw new Error("For nested data item, row-key is required.");if(kt={...ie.value[Ar]},kt&&(Sr.expanded=kt.expanded,kt.level=kt.level||Sr.level,kt.display=!!(kt.expanded&&Sr.display),typeof kt.lazy=="boolean"&&(typeof kt.loaded=="boolean"&&kt.loaded&&(Sr.noLazyChildren=!(kt.children&&kt.children.length)),Sr.loading=kt.loading)),gr++,tr.push(qe(Tr,cr+gr,Sr)),kt){const Fr=pe.value[Ar]||Tr[Ce.value];_r(Fr,kt)}})};kt.display=!0;const yr=pe.value[ur]||dr[Ce.value];_r(yr,kt)}return tr}else return qe(dr,cr,void 0)},tooltipContent:re,tooltipTrigger:oe}}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(e){const t=getCurrentInstance(),y=inject(TABLE_INJECTION_KEY),n=useNamespace("table"),{wrappedRowRender:$,tooltipContent:k,tooltipTrigger:L}=useRender$1(e),{onColumnsChange:j,onScrollableChange:V}=useLayoutObserver(y),z=[];return watch(e.store.states.hoverRow,(re,oe)=>{var ue;const de=t==null?void 0:t.vnode.el,_e=Array.from((de==null?void 0:de.children)||[]).filter($e=>$e==null?void 0:$e.classList.contains(`${n.e("row")}`));let Ne=re;const Ue=(ue=_e[Ne])==null?void 0:ue.childNodes;if(Ue!=null&&Ue.length){let $e=0;Array.from(Ue).reduce((Fe,qe,er)=>{var ir,dr;return((ir=Ue[er])==null?void 0:ir.colSpan)>1&&($e=(dr=Ue[er])==null?void 0:dr.colSpan),qe.nodeName!=="TD"&&$e===0&&Fe.push(er),$e>0&&$e--,Fe},[]).forEach(Fe=>{var qe;for(Ne=re;Ne>0;){const er=(qe=_e[Ne-1])==null?void 0:qe.childNodes;if(er[Fe]&&er[Fe].nodeName==="TD"&&er[Fe].rowSpan>1){addClass(er[Fe],"hover-cell"),z.push(er[Fe]);break}Ne--}})}else z.forEach($e=>removeClass($e,"hover-cell")),z.length=0;!e.store.states.isComplex.value||!isClient||rAF(()=>{const $e=_e[oe],Ve=_e[re];$e&&!$e.classList.contains("hover-fixed-row")&&removeClass($e,"hover-row"),Ve&&addClass(Ve,"hover-row")})}),onUnmounted(()=>{var re;(re=removePopper)==null||re()}),{ns:n,onColumnsChange:j,onScrollableChange:V,wrappedRowRender:$,tooltipContent:k,tooltipTrigger:L}},render(){const{wrappedRowRender:e,store:t}=this,y=t.states.data.value||[];return h$1("tbody",{tabIndex:-1},[y.reduce((n,$)=>n.concat(e($,n.length)),[])])}});function useMapState(){const e=inject(TABLE_INJECTION_KEY),t=e==null?void 0:e.store,y=computed(()=>t.states.fixedLeafColumnsLength.value),n=computed(()=>t.states.rightFixedColumns.value.length),$=computed(()=>t.states.columns.value.length),k=computed(()=>t.states.fixedColumns.value.length),L=computed(()=>t.states.rightFixedColumns.value.length);return{leftFixedLeafCount:y,rightFixedLeafCount:n,columnsCount:$,leftFixedCount:k,rightFixedCount:L,columns:t.states.columns}}function useStyle$1(e){const{columns:t}=useMapState(),y=useNamespace("table");return{getCellClasses:(k,L)=>{const j=k[L],V=[y.e("cell"),j.id,j.align,j.labelClassName,...getFixedColumnsClass(y.b(),L,j.fixed,e.store)];return j.className&&V.push(j.className),j.children||V.push(y.is("leaf")),V},getCellStyles:(k,L)=>{const j=getFixedColumnOffset(L,k.fixed,e.store);return ensurePosition(j,"left"),ensurePosition(j,"right"),j},columns:t}}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(e){const{getCellClasses:t,getCellStyles:y,columns:n}=useStyle$1(e);return{ns:useNamespace("table"),getCellClasses:t,getCellStyles:y,columns:n}},render(){const{columns:e,getCellStyles:t,getCellClasses:y,summaryMethod:n,sumText:$}=this,k=this.store.states.data.value;let L=[];return n?L=n({columns:e,data:k}):e.forEach((j,V)=>{if(V===0){L[V]=$;return}const z=k.map(de=>Number(de[j.property])),re=[];let oe=!0;z.forEach(de=>{if(!Number.isNaN(+de)){oe=!1;const _e=`${de}`.split(".")[1];re.push(_e?_e.length:0)}});const ue=Math.max.apply(null,re);oe?L[V]="":L[V]=z.reduce((de,_e)=>{const Ne=Number(_e);return Number.isNaN(+Ne)?de:Number.parseFloat((de+_e).toFixed(Math.min(ue,20)))},0)}),h$1(h$1("tfoot",[h$1("tr",{},[...e.map((j,V)=>h$1("td",{key:V,colspan:j.colSpan,rowspan:j.rowSpan,class:y(e,V),style:t(j,V)},[h$1("div",{class:["cell",j.labelClassName]},[L[V]])]))])]))}});function useUtils(e){return{setCurrentRow:re=>{e.commit("setCurrentRow",re)},getSelectionRows:()=>e.getSelectionRows(),toggleRowSelection:(re,oe)=>{e.toggleRowSelection(re,oe,!1),e.updateAllSelected()},clearSelection:()=>{e.clearSelection()},clearFilter:re=>{e.clearFilter(re)},toggleAllSelection:()=>{e.commit("toggleAllSelection")},toggleRowExpansion:(re,oe)=>{e.toggleRowExpansionAdapter(re,oe)},clearSort:()=>{e.clearSort()},sort:(re,oe)=>{e.commit("sort",{prop:re,order:oe})}}}function useStyle(e,t,y,n){const $=ref$1(!1),k=ref$1(null),L=ref$1(!1),j=kt=>{L.value=kt},V=ref$1({width:null,height:null,headerHeight:null}),z=ref$1(!1),re={display:"inline-block",verticalAlign:"middle"},oe=ref$1(),ue=ref$1(0),de=ref$1(0),_e=ref$1(0),Ne=ref$1(0),Ue=ref$1(0);watchEffect(()=>{t.setHeight(e.height)}),watchEffect(()=>{t.setMaxHeight(e.maxHeight)}),watch(()=>[e.currentRowKey,y.states.rowKey],([kt,he])=>{!unref(he)||!unref(kt)||y.setCurrentRowKey(`${kt}`)},{immediate:!0}),watch(()=>e.data,kt=>{n.store.commit("setData",kt)},{immediate:!0,deep:!0}),watchEffect(()=>{e.expandRowKeys&&y.setExpandRowKeysAdapter(e.expandRowKeys)});const $e=()=>{n.store.commit("setHoverRow",null),n.hoverState&&(n.hoverState=null)},Ve=(kt,he)=>{const{pixelX:tr,pixelY:gr}=he;Math.abs(tr)>=Math.abs(gr)&&(n.refs.bodyWrapper.scrollLeft+=he.pixelX/5)},Fe=computed(()=>e.height||e.maxHeight||y.states.fixedColumns.value.length>0||y.states.rightFixedColumns.value.length>0),qe=computed(()=>({width:t.bodyWidth.value?`${t.bodyWidth.value}px`:""})),er=()=>{Fe.value&&t.updateElsHeight(),t.updateColumnsWidth(),requestAnimationFrame(nr)};onMounted(async()=>{await nextTick$3(),y.updateColumns(),lr(),requestAnimationFrame(er);const kt=n.vnode.el,he=n.refs.headerWrapper;e.flexible&&kt&&kt.parentElement&&(kt.parentElement.style.minWidth="0"),V.value={width:oe.value=kt.offsetWidth,height:kt.offsetHeight,headerHeight:e.showHeader&&he?he.offsetHeight:null},y.states.columns.value.forEach(tr=>{tr.filteredValue&&tr.filteredValue.length&&n.store.commit("filterChange",{column:tr,values:tr.filteredValue,silent:!0})}),n.$ready=!0});const ir=(kt,he)=>{if(!kt)return;const tr=Array.from(kt.classList).filter(gr=>!gr.startsWith("is-scrolling-"));tr.push(t.scrollX.value?he:"is-scrolling-none"),kt.className=tr.join(" ")},dr=kt=>{const{tableWrapper:he}=n.refs;ir(he,kt)},cr=kt=>{const{tableWrapper:he}=n.refs;return!!(he&&he.classList.contains(kt))},nr=function(){if(!n.refs.scrollBarRef)return;if(!t.scrollX.value){const Nr="is-scrolling-none";cr(Nr)||dr(Nr);return}const kt=n.refs.scrollBarRef.wrapRef;if(!kt)return;const{scrollLeft:he,offsetWidth:tr,scrollWidth:gr}=kt,{headerWrapper:_r,footerWrapper:yr}=n.refs;_r&&(_r.scrollLeft=he),yr&&(yr.scrollLeft=he);const xr=gr-tr-1;he>=xr?dr("is-scrolling-right"):dr(he===0?"is-scrolling-left":"is-scrolling-middle")},lr=()=>{n.refs.scrollBarRef&&(n.refs.scrollBarRef.wrapRef&&useEventListener(n.refs.scrollBarRef.wrapRef,"scroll",nr,{passive:!0}),e.fit?useResizeObserver(n.vnode.el,Et):useEventListener(window,"resize",Et),useResizeObserver(n.refs.bodyWrapper,()=>{var kt,he;Et(),(he=(kt=n.refs)==null?void 0:kt.scrollBarRef)==null||he.update()}))},Et=()=>{var kt,he,tr,gr;const _r=n.vnode.el;if(!n.$ready||!_r)return;let yr=!1;const{width:xr,height:Nr,headerHeight:Tr}=V.value,Sr=oe.value=_r.offsetWidth;xr!==Sr&&(yr=!0);const Ar=_r.offsetHeight;(e.height||Fe.value)&&Nr!==Ar&&(yr=!0);const Fr=e.tableLayout==="fixed"?n.refs.headerWrapper:(kt=n.refs.tableHeaderRef)==null?void 0:kt.$el;e.showHeader&&(Fr==null?void 0:Fr.offsetHeight)!==Tr&&(yr=!0),ue.value=((he=n.refs.tableWrapper)==null?void 0:he.scrollHeight)||0,_e.value=(Fr==null?void 0:Fr.scrollHeight)||0,Ne.value=((tr=n.refs.footerWrapper)==null?void 0:tr.offsetHeight)||0,Ue.value=((gr=n.refs.appendWrapper)==null?void 0:gr.offsetHeight)||0,de.value=ue.value-_e.value-Ne.value-Ue.value,yr&&(V.value={width:Sr,height:Ar,headerHeight:e.showHeader&&(Fr==null?void 0:Fr.offsetHeight)||0},er())},ie=useFormSize(),pe=computed(()=>{const{bodyWidth:kt,scrollY:he,gutterWidth:tr}=t;return kt.value?`${kt.value-(he.value?tr:0)}px`:""}),Ce=computed(()=>e.maxHeight?"fixed":e.tableLayout),Ie=computed(()=>{if(e.data&&e.data.length)return null;let kt="100%";e.height&&de.value&&(kt=`${de.value}px`);const he=oe.value;return{width:he?`${he}px`:"",height:kt}}),jt=computed(()=>e.height?{height:Number.isNaN(Number(e.height))?e.height:`${e.height}px`}:e.maxHeight?{maxHeight:Number.isNaN(Number(e.maxHeight))?e.maxHeight:`${e.maxHeight}px`}:{}),ar=computed(()=>e.height?{height:"100%"}:e.maxHeight?Number.isNaN(Number(e.maxHeight))?{maxHeight:`calc(${e.maxHeight} - ${_e.value+Ne.value}px)`}:{maxHeight:`${e.maxHeight-_e.value-Ne.value}px`}:{});return{isHidden:$,renderExpanded:k,setDragVisible:j,isGroup:z,handleMouseLeave:$e,handleHeaderFooterMousewheel:Ve,tableSize:ie,emptyBlockStyle:Ie,handleFixedMousewheel:(kt,he)=>{const tr=n.refs.bodyWrapper;if(Math.abs(he.spinY)>0){const gr=tr.scrollTop;he.pixelY<0&&gr!==0&&kt.preventDefault(),he.pixelY>0&&tr.scrollHeight-tr.clientHeight>gr&&kt.preventDefault(),tr.scrollTop+=Math.ceil(he.pixelY/5)}else tr.scrollLeft+=Math.ceil(he.pixelX/5)},resizeProxyVisible:L,bodyWidth:pe,resizeState:V,doLayout:er,tableBodyStyles:qe,tableLayout:Ce,scrollbarViewStyle:re,tableInnerStyle:jt,scrollbarStyle:ar}}function useKeyRender(e){const t=ref$1(),y=()=>{const $=e.vnode.el.querySelector(".hidden-columns"),k={childList:!0,subtree:!0},L=e.store.states.updateOrderFns;t.value=new MutationObserver(()=>{L.forEach(j=>j())}),t.value.observe($,k)};onMounted(()=>{y()}),onUnmounted(()=>{var n;(n=t.value)==null||n.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(e){const t=e.tableLayout==="auto";let y=e.columns||[];t&&y.every($=>$.width===void 0)&&(y=[]);const n=$=>{const k={key:`${e.tableLayout}_${$.id}`,style:{},name:void 0};return t?k.style={width:`${$.width}px`}:k.name=$.id,k};return h$1("colgroup",{},y.map($=>h$1("col",n($))))}hColgroup.props=["columns","tableLayout"];const useScrollbar$1=()=>{const e=ref$1(),t=(k,L)=>{const j=e.value;j&&j.scrollTo(k,L)},y=(k,L)=>{const j=e.value;j&&isNumber$4(L)&&["Top","Left"].includes(k)&&j[`setScroll${k}`](L)};return{scrollBarRef:e,scrollTo:t,setScrollTop:k=>y("Top",k),setScrollLeft:k=>y("Left",k)}};let tableIdSeed=1;const _sfc_main$$=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(e){const{t}=useLocale(),y=useNamespace("table"),n=getCurrentInstance();provide(TABLE_INJECTION_KEY,n);const $=createStore(n,e);n.store=$;const k=new TableLayout({store:n.store,table:n,fit:e.fit,showHeader:e.showHeader});n.layout=k;const L=computed(()=>($.states.data.value||[]).length===0),{setCurrentRow:j,getSelectionRows:V,toggleRowSelection:z,clearSelection:re,clearFilter:oe,toggleAllSelection:ue,toggleRowExpansion:de,clearSort:_e,sort:Ne}=useUtils($),{isHidden:Ue,renderExpanded:$e,setDragVisible:Ve,isGroup:Fe,handleMouseLeave:qe,handleHeaderFooterMousewheel:er,tableSize:ir,emptyBlockStyle:dr,handleFixedMousewheel:cr,resizeProxyVisible:nr,bodyWidth:lr,resizeState:Et,doLayout:ie,tableBodyStyles:pe,tableLayout:Ce,scrollbarViewStyle:Ie,tableInnerStyle:jt,scrollbarStyle:ar}=useStyle(e,k,$,n),{scrollBarRef:ur,scrollTo:kt,setScrollLeft:he,setScrollTop:tr}=useScrollbar$1(),gr=debounce(ie,50),_r=`${y.namespace.value}-table_${tableIdSeed++}`;n.tableId=_r,n.state={isGroup:Fe,resizeState:Et,doLayout:ie,debouncedUpdateLayout:gr};const yr=computed(()=>e.sumText||t("el.table.sumText")),xr=computed(()=>e.emptyText||t("el.table.emptyText")),Nr=computed(()=>convertToRows($.states.originColumns.value)[0]);return useKeyRender(n),{ns:y,layout:k,store:$,columns:Nr,handleHeaderFooterMousewheel:er,handleMouseLeave:qe,tableId:_r,tableSize:ir,isHidden:Ue,isEmpty:L,renderExpanded:$e,resizeProxyVisible:nr,resizeState:Et,isGroup:Fe,bodyWidth:lr,tableBodyStyles:pe,emptyBlockStyle:dr,debouncedUpdateLayout:gr,handleFixedMousewheel:cr,setCurrentRow:j,getSelectionRows:V,toggleRowSelection:z,clearSelection:re,clearFilter:oe,toggleAllSelection:ue,toggleRowExpansion:de,clearSort:_e,doLayout:ie,sort:Ne,t,setDragVisible:Ve,context:n,computedSumText:yr,computedEmptyText:xr,tableLayout:Ce,scrollbarViewStyle:Ie,tableInnerStyle:jt,scrollbarStyle:ar,scrollBarRef:ur,scrollTo:kt,setScrollLeft:he,setScrollTop:tr}}});function _sfc_render$3(e,t,y,n,$,k){const L=resolveComponent("hColgroup"),j=resolveComponent("table-header"),V=resolveComponent("table-body"),z=resolveComponent("table-footer"),re=resolveComponent("el-scrollbar"),oe=resolveDirective("mousewheel");return openBlock(),createElementBlock("div",{ref:"tableWrapper",class:normalizeClass([{[e.ns.m("fit")]:e.fit,[e.ns.m("striped")]:e.stripe,[e.ns.m("border")]:e.border||e.isGroup,[e.ns.m("hidden")]:e.isHidden,[e.ns.m("group")]:e.isGroup,[e.ns.m("fluid-height")]:e.maxHeight,[e.ns.m("scrollable-x")]:e.layout.scrollX.value,[e.ns.m("scrollable-y")]:e.layout.scrollY.value,[e.ns.m("enable-row-hover")]:!e.store.states.isComplex.value,[e.ns.m("enable-row-transition")]:(e.store.states.data.value||[]).length!==0&&(e.store.states.data.value||[]).length<100,"has-footer":e.showSummary},e.ns.m(e.tableSize),e.className,e.ns.b(),e.ns.m(`layout-${e.tableLayout}`)]),style:normalizeStyle(e.style),"data-prefix":e.ns.namespace.value,onMouseleave:e.handleMouseLeave},[createBaseVNode("div",{class:normalizeClass(e.ns.e("inner-wrapper")),style:normalizeStyle(e.tableInnerStyle)},[createBaseVNode("div",{ref:"hiddenColumns",class:"hidden-columns"},[renderSlot(e.$slots,"default")],512),e.showHeader&&e.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:0,ref:"headerWrapper",class:normalizeClass(e.ns.e("header-wrapper"))},[createBaseVNode("table",{ref:"tableHeader",class:normalizeClass(e.ns.e("header")),style:normalizeStyle(e.tableBodyStyles),border:"0",cellpadding:"0",cellspacing:"0"},[createVNode(L,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),createVNode(j,{ref:"tableHeaderRef",border:e.border,"default-sort":e.defaultSort,store:e.store,onSetDragVisible:e.setDragVisible},null,8,["border","default-sort","store","onSetDragVisible"])],6)],2)),[[oe,e.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"bodyWrapper",class:normalizeClass(e.ns.e("body-wrapper"))},[createVNode(re,{ref:"scrollBarRef","view-style":e.scrollbarViewStyle,"wrap-style":e.scrollbarStyle,always:e.scrollbarAlwaysOn},{default:withCtx(()=>[createBaseVNode("table",{ref:"tableBody",class:normalizeClass(e.ns.e("body")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle({width:e.bodyWidth,tableLayout:e.tableLayout})},[createVNode(L,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),e.showHeader&&e.tableLayout==="auto"?(openBlock(),createBlock(j,{key:0,ref:"tableHeaderRef",class:normalizeClass(e.ns.e("body-header")),border:e.border,"default-sort":e.defaultSort,store:e.store,onSetDragVisible:e.setDragVisible},null,8,["class","border","default-sort","store","onSetDragVisible"])):createCommentVNode("v-if",!0),createVNode(V,{context:e.context,highlight:e.highlightCurrentRow,"row-class-name":e.rowClassName,"tooltip-effect":e.tooltipEffect,"tooltip-options":e.tooltipOptions,"row-style":e.rowStyle,store:e.store,stripe:e.stripe},null,8,["context","highlight","row-class-name","tooltip-effect","tooltip-options","row-style","store","stripe"]),e.showSummary&&e.tableLayout==="auto"?(openBlock(),createBlock(z,{key:1,class:normalizeClass(e.ns.e("body-footer")),border:e.border,"default-sort":e.defaultSort,store:e.store,"sum-text":e.computedSumText,"summary-method":e.summaryMethod},null,8,["class","border","default-sort","store","sum-text","summary-method"])):createCommentVNode("v-if",!0)],6),e.isEmpty?(openBlock(),createElementBlock("div",{key:0,ref:"emptyBlock",style:normalizeStyle(e.emptyBlockStyle),class:normalizeClass(e.ns.e("empty-block"))},[createBaseVNode("span",{class:normalizeClass(e.ns.e("empty-text"))},[renderSlot(e.$slots,"empty",{},()=>[createTextVNode(toDisplayString(e.computedEmptyText),1)])],2)],6)):createCommentVNode("v-if",!0),e.$slots.append?(openBlock(),createElementBlock("div",{key:1,ref:"appendWrapper",class:normalizeClass(e.ns.e("append-wrapper"))},[renderSlot(e.$slots,"append")],2)):createCommentVNode("v-if",!0)]),_:3},8,["view-style","wrap-style","always"])],2),e.showSummary&&e.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:1,ref:"footerWrapper",class:normalizeClass(e.ns.e("footer-wrapper"))},[createBaseVNode("table",{class:normalizeClass(e.ns.e("footer")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle(e.tableBodyStyles)},[createVNode(L,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),createVNode(z,{border:e.border,"default-sort":e.defaultSort,store:e.store,"sum-text":e.computedSumText,"summary-method":e.summaryMethod},null,8,["border","default-sort","store","sum-text","summary-method"])],6)],2)),[[vShow,!e.isEmpty],[oe,e.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),e.border||e.isGroup?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(e.ns.e("border-left-patch"))},null,2)):createCommentVNode("v-if",!0)],6),withDirectives(createBaseVNode("div",{ref:"resizeProxy",class:normalizeClass(e.ns.e("column-resize-proxy"))},null,2),[[vShow,e.resizeProxyVisible]])],46,["data-prefix","onMouseleave"])}var Table=_export_sfc$1(_sfc_main$$,[["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=e=>defaultClassNames[e]||"",cellForced={selection:{renderHeader({store:e,column:t}){function y(){return e.states.data.value&&e.states.data.value.length===0}return h$1(ElCheckbox,{disabled:y(),size:e.states.tableSize.value,indeterminate:e.states.selection.value.length>0&&!e.states.isAllSelected.value,"onUpdate:modelValue":e.toggleAllSelection,modelValue:e.states.isAllSelected.value,ariaLabel:t.label})},renderCell({row:e,column:t,store:y,$index:n}){return h$1(ElCheckbox,{disabled:t.selectable?!t.selectable.call(null,e,n):!1,size:y.states.tableSize.value,onChange:()=>{y.commit("rowSelectedChanged",e)},onClick:$=>$.stopPropagation(),modelValue:y.isSelected(e),ariaLabel:t.label})},sortable:!1,resizable:!1},index:{renderHeader({column:e}){return e.label||"#"},renderCell({column:e,$index:t}){let y=t+1;const n=e.index;return typeof n=="number"?y=t+n:typeof n=="function"&&(y=n(t)),h$1("div",{},[y])},sortable:!1},expand:{renderHeader({column:e}){return e.label||""},renderCell({row:e,store:t,expanded:y}){const{ns:n}=t,$=[n.e("expand-icon")];return y&&$.push(n.em("expand-icon","expanded")),h$1("div",{class:$,onClick:function(L){L.stopPropagation(),t.toggleRowExpansion(e)}},{default:()=>[h$1(ElIcon,null,{default:()=>[h$1(arrow_right_default)]})]})},sortable:!1,resizable:!1}};function defaultRenderCell({row:e,column:t,$index:y}){var n;const $=t.property,k=$&&getProp(e,$).value;return t&&t.formatter?t.formatter(e,t,k,y):((n=k==null?void 0:k.toString)==null?void 0:n.call(k))||""}function treeCellPrefix({row:e,treeNode:t,store:y},n=!1){const{ns:$}=y;if(!t)return n?[h$1("span",{class:$.e("placeholder")})]:null;const k=[],L=function(j){j.stopPropagation(),!t.loading&&y.loadOrToggle(e)};if(t.indent&&k.push(h$1("span",{class:$.e("indent"),style:{"padding-left":`${t.indent}px`}})),typeof t.expanded=="boolean"&&!t.noLazyChildren){const j=[$.e("expand-icon"),t.expanded?$.em("expand-icon","expanded"):""];let V=arrow_right_default;t.loading&&(V=loading_default),k.push(h$1("div",{class:j,onClick:L},{default:()=>[h$1(ElIcon,{class:{[$.is("loading")]:t.loading}},{default:()=>[h$1(V)]})]}))}else k.push(h$1("span",{class:$.e("placeholder")}));return k}function getAllAliases(e,t){return e.reduce((y,n)=>(y[n]=n,y),t)}function useWatcher(e,t){const y=getCurrentInstance();return{registerComplexWatchers:()=>{const k=["fixed"],L={realWidth:"width",realMinWidth:"minWidth"},j=getAllAliases(k,L);Object.keys(j).forEach(V=>{const z=L[V];hasOwn$1(t,z)&&watch(()=>t[z],re=>{let oe=re;z==="width"&&V==="realWidth"&&(oe=parseWidth(re)),z==="minWidth"&&V==="realMinWidth"&&(oe=parseMinWidth(re)),y.columnConfig.value[z]=oe,y.columnConfig.value[V]=oe;const ue=z==="fixed";e.value.store.scheduleLayout(ue)})})},registerNormalWatchers:()=>{const k=["label","filters","filterMultiple","filteredValue","sortable","index","formatter","className","labelClassName","filterClassName","showOverflowTooltip"],L={property:"prop",align:"realAlign",headerAlign:"realHeaderAlign"},j=getAllAliases(k,L);Object.keys(j).forEach(V=>{const z=L[V];hasOwn$1(t,z)&&watch(()=>t[z],re=>{y.columnConfig.value[V]=re})})}}}function useRender(e,t,y){const n=getCurrentInstance(),$=ref$1(""),k=ref$1(!1),L=ref$1(),j=ref$1(),V=useNamespace("table");watchEffect(()=>{L.value=e.align?`is-${e.align}`:null,L.value}),watchEffect(()=>{j.value=e.headerAlign?`is-${e.headerAlign}`:L.value,j.value});const z=computed(()=>{let qe=n.vnode.vParent||n.parent;for(;qe&&!qe.tableId&&!qe.columnId;)qe=qe.vnode.vParent||qe.parent;return qe}),re=computed(()=>{const{store:qe}=n.parent;if(!qe)return!1;const{treeData:er}=qe.states,ir=er.value;return ir&&Object.keys(ir).length>0}),oe=ref$1(parseWidth(e.width)),ue=ref$1(parseMinWidth(e.minWidth)),de=qe=>(oe.value&&(qe.width=oe.value),ue.value&&(qe.minWidth=ue.value),!oe.value&&ue.value&&(qe.width=void 0),qe.minWidth||(qe.minWidth=80),qe.realWidth=Number(qe.width===void 0?qe.minWidth:qe.width),qe),_e=qe=>{const er=qe.type,ir=cellForced[er]||{};Object.keys(ir).forEach(cr=>{const nr=ir[cr];cr!=="className"&&nr!==void 0&&(qe[cr]=nr)});const dr=getDefaultClassName(er);if(dr){const cr=`${unref(V.namespace)}-${dr}`;qe.className=qe.className?`${qe.className} ${cr}`:cr}return qe},Ne=qe=>{Array.isArray(qe)?qe.forEach(ir=>er(ir)):er(qe);function er(ir){var dr;((dr=ir==null?void 0:ir.type)==null?void 0:dr.name)==="ElTableColumn"&&(ir.vParent=n)}};return{columnId:$,realAlign:L,isSubColumn:k,realHeaderAlign:j,columnOrTableParent:z,setColumnWidth:de,setColumnForcedProps:_e,setColumnRenders:qe=>{e.renderHeader||qe.type!=="selection"&&(qe.renderHeader=ir=>(n.columnConfig.value.label,renderSlot(t,"header",ir,()=>[qe.label]))),t["filter-icon"]&&(qe.renderFilterIcon=ir=>renderSlot(t,"filter-icon",ir));let er=qe.renderCell;return qe.type==="expand"?(qe.renderCell=ir=>h$1("div",{class:"cell"},[er(ir)]),y.value.renderExpanded=ir=>t.default?t.default(ir):t.default):(er=er||defaultRenderCell,qe.renderCell=ir=>{let dr=null;if(t.default){const pe=t.default(ir);dr=pe.some(Ce=>Ce.type!==Comment)?pe:er(ir)}else dr=er(ir);const{columns:cr}=y.value.store.states,nr=cr.value.findIndex(pe=>pe.type==="default"),lr=re.value&&ir.cellIndex===nr,Et=treeCellPrefix(ir,lr),ie={class:"cell",style:{}};return qe.showOverflowTooltip&&(ie.class=`${ie.class} ${unref(V.namespace)}-tooltip`,ie.style={width:`${(ir.column.realWidth||Number(ir.column.width))-1}px`}),Ne(dr),h$1("div",ie,[Et,dr])}),qe},getPropsData:(...qe)=>qe.reduce((er,ir)=>(Array.isArray(ir)&&ir.forEach(dr=>{er[dr]=e[dr]}),er),{}),getColumnElIndex:(qe,er)=>Array.prototype.indexOf.call(qe,er),updateColumnOrder:()=>{y.value.store.commit("updateColumnOrder",n.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:e=>e.every(t=>["ascending","descending",null].includes(t))}};let columnIdSeed=1;var ElTableColumn$1=defineComponent({name:"ElTableColumn",components:{ElCheckbox},props:defaultProps,setup(e,{slots:t}){const y=getCurrentInstance(),n=ref$1({}),$=computed(()=>{let Fe=y.parent;for(;Fe&&!Fe.tableId;)Fe=Fe.parent;return Fe}),{registerNormalWatchers:k,registerComplexWatchers:L}=useWatcher($,e),{columnId:j,isSubColumn:V,realHeaderAlign:z,columnOrTableParent:re,setColumnWidth:oe,setColumnForcedProps:ue,setColumnRenders:de,getPropsData:_e,getColumnElIndex:Ne,realAlign:Ue,updateColumnOrder:$e}=useRender(e,t,$),Ve=re.value;j.value=`${Ve.tableId||Ve.columnId}_column_${columnIdSeed++}`,onBeforeMount(()=>{V.value=$.value!==Ve;const Fe=e.type||"default",qe=e.sortable===""?!0:e.sortable,er=isUndefined$2(e.showOverflowTooltip)?Ve.props.showOverflowTooltip:e.showOverflowTooltip,ir={...cellStarts[Fe],id:j.value,type:Fe,property:e.prop||e.property,align:Ue,headerAlign:z,showOverflowTooltip:er,filterable:e.filters||e.filterMethod,filteredValue:[],filterPlacement:"",filterClassName:"",isColumnGroup:!1,isSubColumn:!1,filterOpened:!1,sortable:qe,index:e.index,rawColumnKey:y.vnode.key};let Et=_e(["columnKey","label","className","labelClassName","type","renderHeader","formatter","fixed","resizable"],["sortMethod","sortBy","sortOrders"],["selectable","reserveSelection"],["filterMethod","filters","filterMultiple","filterOpened","filteredValue","filterPlacement","filterClassName"]);Et=mergeOptions$1(ir,Et),Et=compose$1(de,oe,ue)(Et),n.value=Et,k(),L()}),onMounted(()=>{var Fe;const qe=re.value,er=V.value?qe.vnode.el.children:(Fe=qe.refs.hiddenColumns)==null?void 0:Fe.children,ir=()=>Ne(er||[],y.vnode.el);n.value.getColumnIndex=ir,ir()>-1&&$.value.store.commit("insertColumn",n.value,V.value?qe.columnConfig.value:null,$e)}),onBeforeUnmount(()=>{n.value.getColumnIndex()>-1&&$.value.store.commit("removeColumn",n.value,V.value?Ve.columnConfig.value:null,$e)}),y.columnId=j.value,y.columnConfig=n},render(){var e,t,y;try{const n=(t=(e=this.$slots).default)==null?void 0:t.call(e,{row:{},column:{},$index:-1}),$=[];if(Array.isArray(n))for(const L of n)((y=L.type)==null?void 0:y.name)==="ElTableColumn"||L.shapeFlag&2?$.push(L):L.type===Fragment&&Array.isArray(L.children)&&L.children.forEach(j=>{(j==null?void 0:j.patchFlag)!==1024&&!isString$4(j==null?void 0:j.children)&&$.push(j)});return h$1("div",$)}catch{return h$1("div",[])}}});const ElTable=withInstall(Table,{TableColumn:ElTableColumn$1}),ElTableColumn=withNoopInstall(ElTableColumn$1);var SortOrder=(e=>(e.ASC="asc",e.DESC="desc",e))(SortOrder||{}),Alignment=(e=>(e.CENTER="center",e.RIGHT="right",e))(Alignment||{}),FixedDir=(e=>(e.LEFT="left",e.RIGHT="right",e))(FixedDir||{});const oppositeOrderMap={asc:"desc",desc:"asc"},placeholderSign=Symbol("placeholder"),calcColumnStyle=(e,t,y)=>{var n;const $={flexGrow:0,flexShrink:0,...y?{}:{flexGrow:e.flexGrow||0,flexShrink:e.flexShrink||1}};y||($.flexShrink=1);const k={...(n=e.style)!=null?n:{},...$,flexBasis:"auto",width:e.width};return t||(e.maxWidth&&(k.maxWidth=e.maxWidth),e.minWidth&&(k.minWidth=e.minWidth)),k};function useColumns(e,t,y){const n=computed(()=>unref(t).filter(Ne=>!Ne.hidden)),$=computed(()=>unref(n).filter(Ne=>Ne.fixed==="left"||Ne.fixed===!0)),k=computed(()=>unref(n).filter(Ne=>Ne.fixed==="right")),L=computed(()=>unref(n).filter(Ne=>!Ne.fixed)),j=computed(()=>{const Ne=[];return unref($).forEach(Ue=>{Ne.push({...Ue,placeholderSign})}),unref(L).forEach(Ue=>{Ne.push(Ue)}),unref(k).forEach(Ue=>{Ne.push({...Ue,placeholderSign})}),Ne}),V=computed(()=>unref($).length||unref(k).length),z=computed(()=>unref(t).reduce((Ue,$e)=>(Ue[$e.key]=calcColumnStyle($e,unref(y),e.fixed),Ue),{})),re=computed(()=>unref(n).reduce((Ne,Ue)=>Ne+Ue.width,0)),oe=Ne=>unref(t).find(Ue=>Ue.key===Ne),ue=Ne=>unref(z)[Ne],de=(Ne,Ue)=>{Ne.width=Ue};function _e(Ne){var Ue;const{key:$e}=Ne.currentTarget.dataset;if(!$e)return;const{sortState:Ve,sortBy:Fe}=e;let qe=SortOrder.ASC;isObject$5(Ve)?qe=oppositeOrderMap[Ve[$e]]:qe=oppositeOrderMap[Fe.order],(Ue=e.onColumnSort)==null||Ue.call(e,{column:oe($e),key:$e,order:qe})}return{columns:t,columnsStyles:z,columnsTotalWidth:re,fixedColumnsOnLeft:$,fixedColumnsOnRight:k,hasFixedColumns:V,mainColumns:j,normalColumns:L,visibleColumns:n,getColumn:oe,getColumnStyle:ue,updateColumnWidth:de,onColumnSorted:_e}}const useScrollbar=(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,onMaybeEndReached:$})=>{const k=ref$1({scrollLeft:0,scrollTop:0});function L(de){var _e,Ne,Ue;const{scrollTop:$e}=de;(_e=t.value)==null||_e.scrollTo(de),(Ne=y.value)==null||Ne.scrollToTop($e),(Ue=n.value)==null||Ue.scrollToTop($e)}function j(de){k.value=de,L(de)}function V(de){k.value.scrollTop=de,L(unref(k))}function z(de){var _e,Ne;k.value.scrollLeft=de,(Ne=(_e=t.value)==null?void 0:_e.scrollTo)==null||Ne.call(_e,unref(k))}function re(de){var _e;j(de),(_e=e.onScroll)==null||_e.call(e,de)}function oe({scrollTop:de}){const{scrollTop:_e}=unref(k);de!==_e&&V(de)}function ue(de,_e="auto"){var Ne;(Ne=t.value)==null||Ne.scrollToRow(de,_e)}return watch(()=>unref(k).scrollTop,(de,_e)=>{de>_e&&$()}),{scrollPos:k,scrollTo:j,scrollToLeft:z,scrollToTop:V,scrollToRow:ue,onScroll:re,onVerticalScroll:oe}},useRow=(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,tableInstance:$,ns:k,isScrolling:L})=>{const j=getCurrentInstance(),{emit:V}=j,z=shallowRef(!1),re=ref$1(e.defaultExpandedRowKeys||[]),oe=ref$1(-1),ue=shallowRef(null),de=ref$1({}),_e=ref$1({}),Ne=shallowRef({}),Ue=shallowRef({}),$e=shallowRef({}),Ve=computed(()=>isNumber$4(e.estimatedRowHeight));function Fe(lr){var Et;(Et=e.onRowsRendered)==null||Et.call(e,lr),lr.rowCacheEnd>unref(oe)&&(oe.value=lr.rowCacheEnd)}function qe({hovered:lr,rowKey:Et}){if(L.value)return;$.vnode.el.querySelectorAll(`[rowkey="${String(Et)}"]`).forEach(Ce=>{lr?Ce.classList.add(k.is("hovered")):Ce.classList.remove(k.is("hovered"))})}function er({expanded:lr,rowData:Et,rowIndex:ie,rowKey:pe}){var Ce,Ie;const jt=[...unref(re)],ar=jt.indexOf(pe);lr?ar===-1&&jt.push(pe):ar>-1&&jt.splice(ar,1),re.value=jt,V("update:expandedRowKeys",jt),(Ce=e.onRowExpand)==null||Ce.call(e,{expanded:lr,rowData:Et,rowIndex:ie,rowKey:pe}),(Ie=e.onExpandedRowsChange)==null||Ie.call(e,jt)}const ir=debounce(()=>{var lr,Et,ie,pe;z.value=!0,de.value={...unref(de),...unref(_e)},dr(unref(ue),!1),_e.value={},ue.value=null,(lr=t.value)==null||lr.forceUpdate(),(Et=y.value)==null||Et.forceUpdate(),(ie=n.value)==null||ie.forceUpdate(),(pe=j.proxy)==null||pe.$forceUpdate(),z.value=!1},0);function dr(lr,Et=!1){unref(Ve)&&[t,y,n].forEach(ie=>{const pe=unref(ie);pe&&pe.resetAfterRowIndex(lr,Et)})}function cr(lr,Et,ie){const pe=unref(ue);(pe===null||pe>ie)&&(ue.value=ie),_e.value[lr]=Et}function nr({rowKey:lr,height:Et,rowIndex:ie},pe){pe?pe===FixedDir.RIGHT?$e.value[lr]=Et:Ne.value[lr]=Et:Ue.value[lr]=Et;const Ce=Math.max(...[Ne,$e,Ue].map(Ie=>Ie.value[lr]||0));unref(de)[lr]!==Ce&&(cr(lr,Ce,ie),ir())}return{expandedRowKeys:re,lastRenderedRowIndex:oe,isDynamic:Ve,isResetting:z,rowHeights:de,resetAfterIndex:dr,onRowExpanded:er,onRowHovered:qe,onRowsRendered:Fe,onRowHeightChange:nr}},useData=(e,{expandedRowKeys:t,lastRenderedRowIndex:y,resetAfterIndex:n})=>{const $=ref$1({}),k=computed(()=>{const j={},{data:V,rowKey:z}=e,re=unref(t);if(!re||!re.length)return V;const oe=[],ue=new Set;re.forEach(_e=>ue.add(_e));let de=V.slice();for(de.forEach(_e=>j[_e[z]]=0);de.length>0;){const _e=de.shift();oe.push(_e),ue.has(_e[z])&&Array.isArray(_e.children)&&_e.children.length>0&&(de=[..._e.children,...de],_e.children.forEach(Ne=>j[Ne[z]]=j[_e[z]]+1))}return $.value=j,oe}),L=computed(()=>{const{data:j,expandColumnKey:V}=e;return V?unref(k):j});return watch(L,(j,V)=>{j!==V&&(y.value=-1,n(0,!0))}),{data:L,depthMap:$}},sumReducer=(e,t)=>e+t,sum$3=e=>isArray$4(e)?e.reduce(sumReducer,0):e,tryCall=(e,t,y={})=>isFunction$5(e)?e(t):e??y,enforceUnit=e=>(["width","maxWidth","minWidth","height"].forEach(t=>{e[t]=addUnit(e[t])}),e),componentToSlot=e=>isVNode(e)?t=>h$1(e,t):e,useStyles=(e,{columnsTotalWidth:t,data:y,fixedColumnsOnLeft:n,fixedColumnsOnRight:$})=>{const k=computed(()=>{const{fixed:Fe,width:qe,vScrollbarSize:er}=e,ir=qe-er;return Fe?Math.max(Math.round(unref(t)),ir):ir}),L=computed(()=>unref(k)+e.vScrollbarSize),j=computed(()=>{const{height:Fe=0,maxHeight:qe=0,footerHeight:er,hScrollbarSize:ir}=e;if(qe>0){const dr=unref(_e),cr=unref(V),lr=unref(de)+dr+cr+ir;return Math.min(lr,qe-er)}return Fe-er}),V=computed(()=>{const{rowHeight:Fe,estimatedRowHeight:qe}=e,er=unref(y);return isNumber$4(qe)?er.length*qe:er.length*Fe}),z=computed(()=>{const{maxHeight:Fe}=e,qe=unref(j);if(isNumber$4(Fe)&&Fe>0)return qe;const er=unref(V)+unref(de)+unref(_e);return Math.min(qe,er)}),re=Fe=>Fe.width,oe=computed(()=>sum$3(unref(n).map(re))),ue=computed(()=>sum$3(unref($).map(re))),de=computed(()=>sum$3(e.headerHeight)),_e=computed(()=>{var Fe;return(((Fe=e.fixedData)==null?void 0:Fe.length)||0)*e.rowHeight}),Ne=computed(()=>unref(j)-unref(de)-unref(_e)),Ue=computed(()=>{const{style:Fe={},height:qe,width:er}=e;return enforceUnit({...Fe,height:qe,width:er})}),$e=computed(()=>enforceUnit({height:e.footerHeight})),Ve=computed(()=>({top:addUnit(unref(de)),bottom:addUnit(e.footerHeight),width:addUnit(e.width)}));return{bodyWidth:k,fixedTableHeight:z,mainTableHeight:j,leftTableWidth:oe,rightTableWidth:ue,headerWidth:L,rowsHeight:V,windowHeight:Ne,footerHeight:$e,emptyStyle:Ve,rootStyle:Ue,headerHeight:de}},useAutoResize=e=>{const t=ref$1(),y=ref$1(0),n=ref$1(0);let $;return onMounted(()=>{$=useResizeObserver(t,([k])=>{const{width:L,height:j}=k.contentRect,{paddingLeft:V,paddingRight:z,paddingTop:re,paddingBottom:oe}=getComputedStyle(k.target),ue=Number.parseInt(V)||0,de=Number.parseInt(z)||0,_e=Number.parseInt(re)||0,Ne=Number.parseInt(oe)||0;y.value=L-ue-de,n.value=j-_e-Ne}).stop}),onBeforeUnmount(()=>{$==null||$()}),watch([y,n],([k,L])=>{var j;(j=e.onResize)==null||j.call(e,{width:k,height:L})}),{sizer:t,width:y,height:n}};function useTable(e){const t=ref$1(),y=ref$1(),n=ref$1(),{columns:$,columnsStyles:k,columnsTotalWidth:L,fixedColumnsOnLeft:j,fixedColumnsOnRight:V,hasFixedColumns:z,mainColumns:re,onColumnSorted:oe}=useColumns(e,toRef$1(e,"columns"),toRef$1(e,"fixed")),{scrollTo:ue,scrollToLeft:de,scrollToTop:_e,scrollToRow:Ne,onScroll:Ue,onVerticalScroll:$e,scrollPos:Ve}=useScrollbar(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,onMaybeEndReached:Dr}),Fe=useNamespace("table-v2"),qe=getCurrentInstance(),er=shallowRef(!1),{expandedRowKeys:ir,lastRenderedRowIndex:dr,isDynamic:cr,isResetting:nr,rowHeights:lr,resetAfterIndex:Et,onRowExpanded:ie,onRowHeightChange:pe,onRowHovered:Ce,onRowsRendered:Ie}=useRow(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,tableInstance:qe,ns:Fe,isScrolling:er}),{data:jt,depthMap:ar}=useData(e,{expandedRowKeys:ir,lastRenderedRowIndex:dr,resetAfterIndex:Et}),{bodyWidth:ur,fixedTableHeight:kt,mainTableHeight:he,leftTableWidth:tr,rightTableWidth:gr,headerWidth:_r,rowsHeight:yr,windowHeight:xr,footerHeight:Nr,emptyStyle:Tr,rootStyle:Sr,headerHeight:Ar}=useStyles(e,{columnsTotalWidth:L,data:jt,fixedColumnsOnLeft:j,fixedColumnsOnRight:V}),Fr=ref$1(),Gr=computed(()=>{const Ir=unref(jt).length===0;return isArray$4(e.fixedData)?e.fixedData.length===0&&Ir:Ir});function Vr(Ir){const{estimatedRowHeight:Br,rowHeight:Rr,rowKey:Lr}=e;return Br?unref(lr)[unref(jt)[Ir][Lr]]||Br:Rr}function Dr(){const{onEndReached:Ir}=e;if(!Ir)return;const{scrollTop:Br}=unref(Ve),Rr=unref(yr),Lr=unref(xr),$r=Rr-(Br+Lr)+e.hScrollbarSize;unref(dr)>=0&&Rr===Br+unref(he)-unref(Ar)&&Ir($r)}return watch(()=>e.expandedRowKeys,Ir=>ir.value=Ir,{deep:!0}),{columns:$,containerRef:Fr,mainTableRef:t,leftTableRef:y,rightTableRef:n,isDynamic:cr,isResetting:nr,isScrolling:er,hasFixedColumns:z,columnsStyles:k,columnsTotalWidth:L,data:jt,expandedRowKeys:ir,depthMap:ar,fixedColumnsOnLeft:j,fixedColumnsOnRight:V,mainColumns:re,bodyWidth:ur,emptyStyle:Tr,rootStyle:Sr,headerWidth:_r,footerHeight:Nr,mainTableHeight:he,fixedTableHeight:kt,leftTableWidth:tr,rightTableWidth:gr,showEmpty:Gr,getRowHeight:Vr,onColumnSorted:oe,onRowHovered:Ce,onRowExpanded:ie,onRowsRendered:Ie,onRowHeightChange:pe,scrollTo:ue,scrollToLeft:de,scrollToTop:_e,scrollToRow:Ne,onScroll:Ue,onVerticalScroll:$e}}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=(e,{slots:t})=>{var y;const{cellData:n,style:$}=e,k=((y=n==null?void 0:n.toString)==null?void 0:y.call(n))||"",L=renderSlot(t,"default",e,()=>[k]);return createVNode("div",{class:e.class,title:k,style:$},[L])};TableV2Cell.displayName="ElTableV2Cell";TableV2Cell.inheritAttrs=!1;const HeaderCell=(e,{slots:t})=>renderSlot(t,"default",e,()=>{var y,n;return[createVNode("div",{class:e.class,title:(y=e.column)==null?void 0:y.title},[(n=e.column)==null?void 0:n.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(e,{slots:t}){return()=>{const{columns:y,columnsStyles:n,headerIndex:$,style:k}=e;let L=y.map((j,V)=>t.cell({columns:y,column:j,columnIndex:V,headerIndex:$,style:n[j.key]}));return t.header&&(L=t.header({cells:L.map(j=>isArray$4(j)&&j.length===1?j[0]:j),columns:y,headerIndex:$})),createVNode("div",{class:e.class,style:k,role:"row"},[L])}}}),COMPONENT_NAME$7="ElTableV2Header",TableV2Header=defineComponent({name:COMPONENT_NAME$7,props:tableV2HeaderProps,setup(e,{slots:t,expose:y}){const n=useNamespace("table-v2"),$=ref$1(),k=computed(()=>enforceUnit({width:e.width,height:e.height})),L=computed(()=>enforceUnit({width:e.rowWidth,height:e.height})),j=computed(()=>castArray$1(unref(e.headerHeight))),V=oe=>{const ue=unref($);nextTick$3(()=>{ue!=null&&ue.scroll&&ue.scroll({left:oe})})},z=()=>{const oe=n.e("fixed-header-row"),{columns:ue,fixedHeaderData:de,rowHeight:_e}=e;return de==null?void 0:de.map((Ne,Ue)=>{var $e;const Ve=enforceUnit({height:_e,width:"100%"});return($e=t.fixed)==null?void 0:$e.call(t,{class:oe,columns:ue,rowData:Ne,rowIndex:-(Ue+1),style:Ve})})},re=()=>{const oe=n.e("dynamic-header-row"),{columns:ue}=e;return unref(j).map((de,_e)=>{var Ne;const Ue=enforceUnit({width:"100%",height:de});return(Ne=t.dynamic)==null?void 0:Ne.call(t,{class:oe,columns:ue,headerIndex:_e,style:Ue})})};return y({scrollToLeft:V}),()=>{if(!(e.height<=0))return createVNode("div",{ref:$,class:e.class,style:unref(k),role:"rowgroup"},[createVNode("div",{style:unref(L),class:n.e("header")},[re(),z()])])}}}),useTableRow=e=>{const{isScrolling:t}=inject(TableV2InjectionKey),y=ref$1(!1),n=ref$1(),$=computed(()=>isNumber$4(e.estimatedRowHeight)&&e.rowIndex>=0),k=(V=!1)=>{const z=unref(n);if(!z)return;const{columns:re,onRowHeightChange:oe,rowKey:ue,rowIndex:de,style:_e}=e,{height:Ne}=z.getBoundingClientRect();y.value=!0,nextTick$3(()=>{if(V||Ne!==Number.parseInt(_e.height)){const Ue=re[0],$e=(Ue==null?void 0:Ue.placeholderSign)===placeholderSign;oe==null||oe({rowKey:ue,height:Ne,rowIndex:de},Ue&&!$e&&Ue.fixed)}})},L=computed(()=>{const{rowData:V,rowIndex:z,rowKey:re,onRowHover:oe}=e,ue=e.rowEventHandlers||{},de={};return Object.entries(ue).forEach(([_e,Ne])=>{isFunction$5(Ne)&&(de[_e]=Ue=>{Ne({event:Ue,rowData:V,rowIndex:z,rowKey:re})})}),oe&&[{name:"onMouseleave",hovered:!1},{name:"onMouseenter",hovered:!0}].forEach(({name:_e,hovered:Ne})=>{const Ue=de[_e];de[_e]=$e=>{oe({event:$e,hovered:Ne,rowData:V,rowIndex:z,rowKey:re}),Ue==null||Ue($e)}}),de}),j=V=>{const{onRowExpand:z,rowData:re,rowIndex:oe,rowKey:ue}=e;z==null||z({expanded:V,rowData:re,rowIndex:oe,rowKey:ue})};return onMounted(()=>{unref($)&&k(!0)}),{isScrolling:t,measurable:$,measured:y,rowRef:n,eventHandlers:L,onExpand:j}},COMPONENT_NAME$6="ElTableV2TableRow",TableV2Row=defineComponent({name:COMPONENT_NAME$6,props:tableV2RowProps,setup(e,{expose:t,slots:y,attrs:n}){const{eventHandlers:$,isScrolling:k,measurable:L,measured:j,rowRef:V,onExpand:z}=useTableRow(e);return t({onExpand:z}),()=>{const{columns:re,columnsStyles:oe,expandColumnKey:ue,depth:de,rowData:_e,rowIndex:Ne,style:Ue}=e;let $e=re.map((Ve,Fe)=>{const qe=isArray$4(_e.children)&&_e.children.length>0&&Ve.key===ue;return y.cell({column:Ve,columns:re,columnIndex:Fe,depth:de,style:oe[Ve.key],rowData:_e,rowIndex:Ne,isScrolling:unref(k),expandIconProps:qe?{rowData:_e,rowIndex:Ne,onExpand:z}:void 0})});if(y.row&&($e=y.row({cells:$e.map(Ve=>isArray$4(Ve)&&Ve.length===1?Ve[0]:Ve),style:Ue,columns:re,depth:de,rowData:_e,rowIndex:Ne,isScrolling:unref(k)})),unref(L)){const{height:Ve,...Fe}=Ue||{},qe=unref(j);return createVNode("div",mergeProps({ref:V,class:e.class,style:qe?Ue:Fe,role:"row"},n,unref($)),[$e])}return createVNode("div",mergeProps(n,{ref:V,class:e.class,style:Ue,role:"row"},unref($)),[$e])}}}),SortIcon=e=>{const{sortOrder:t}=e;return createVNode(ElIcon,{size:14,class:e.class},{default:()=>[t===SortOrder.ASC?createVNode(sort_up_default,null,null):createVNode(sort_down_default,null,null)]})},ExpandIcon=e=>{const{expanded:t,expandable:y,onExpand:n,style:$,size:k}=e,L={onClick:y?()=>n(!t):void 0,class:e.class};return createVNode(ElIcon,mergeProps(L,{size:k,style:$}),{default:()=>[createVNode(arrow_right_default,null,null)]})},COMPONENT_NAME$5="ElTableV2Grid",useTableGrid=e=>{const t=ref$1(),y=ref$1(),n=computed(()=>{const{data:Ne,rowHeight:Ue,estimatedRowHeight:$e}=e;if(!$e)return Ne.length*Ue}),$=computed(()=>{const{fixedData:Ne,rowHeight:Ue}=e;return((Ne==null?void 0:Ne.length)||0)*Ue}),k=computed(()=>sum$3(e.headerHeight)),L=computed(()=>{const{height:Ne}=e;return Math.max(0,Ne-unref(k)-unref($))}),j=computed(()=>unref(k)+unref($)>0),V=({data:Ne,rowIndex:Ue})=>Ne[Ue][e.rowKey];function z({rowCacheStart:Ne,rowCacheEnd:Ue,rowVisibleStart:$e,rowVisibleEnd:Ve}){var Fe;(Fe=e.onRowsRendered)==null||Fe.call(e,{rowCacheStart:Ne,rowCacheEnd:Ue,rowVisibleStart:$e,rowVisibleEnd:Ve})}function re(Ne,Ue){var $e;($e=y.value)==null||$e.resetAfterRowIndex(Ne,Ue)}function oe(Ne,Ue){const $e=unref(t),Ve=unref(y);isObject$5(Ne)?($e==null||$e.scrollToLeft(Ne.scrollLeft),Ve==null||Ve.scrollTo(Ne)):($e==null||$e.scrollToLeft(Ne),Ve==null||Ve.scrollTo({scrollLeft:Ne,scrollTop:Ue}))}function ue(Ne){var Ue;(Ue=unref(y))==null||Ue.scrollTo({scrollTop:Ne})}function de(Ne,Ue){var $e;($e=unref(y))==null||$e.scrollToItem(Ne,1,Ue)}function _e(){var Ne,Ue;(Ne=unref(y))==null||Ne.$forceUpdate(),(Ue=unref(t))==null||Ue.$forceUpdate()}return{bodyRef:y,forceUpdate:_e,fixedRowHeight:$,gridHeight:L,hasHeader:j,headerHeight:k,headerRef:t,totalHeight:n,itemKey:V,onItemRendered:z,resetAfterRowIndex:re,scrollTo:oe,scrollToTop:ue,scrollToRow:de}},TableGrid=defineComponent({name:COMPONENT_NAME$5,props:tableV2GridProps,setup(e,{slots:t,expose:y}){const{ns:n}=inject(TableV2InjectionKey),{bodyRef:$,fixedRowHeight:k,gridHeight:L,hasHeader:j,headerRef:V,headerHeight:z,totalHeight:re,forceUpdate:oe,itemKey:ue,onItemRendered:de,resetAfterRowIndex:_e,scrollTo:Ne,scrollToTop:Ue,scrollToRow:$e}=useTableGrid(e);y({forceUpdate:oe,totalHeight:re,scrollTo:Ne,scrollToTop:Ue,scrollToRow:$e,resetAfterRowIndex:_e});const Ve=()=>e.bodyWidth;return()=>{const{cache:Fe,columns:qe,data:er,fixedData:ir,useIsScrolling:dr,scrollbarAlwaysOn:cr,scrollbarEndGap:nr,scrollbarStartGap:lr,style:Et,rowHeight:ie,bodyWidth:pe,estimatedRowHeight:Ce,headerWidth:Ie,height:jt,width:ar,getRowHeight:ur,onScroll:kt}=e,he=isNumber$4(Ce),tr=he?DynamicSizeGrid:FixedSizeGrid,gr=unref(z);return createVNode("div",{role:"table",class:[n.e("table"),e.class],style:Et},[createVNode(tr,{ref:$,data:er,useIsScrolling:dr,itemKey:ue,columnCache:0,columnWidth:he?Ve:pe,totalColumn:1,totalRow:er.length,rowCache:Fe,rowHeight:he?ur:ie,width:ar,height:unref(L),class:n.e("body"),role:"rowgroup",scrollbarStartGap:lr,scrollbarEndGap:nr,scrollbarAlwaysOn:cr,onScroll:kt,onItemRendered:de,perfMode:!1},{default:_r=>{var yr;const xr=er[_r.rowIndex];return(yr=t.row)==null?void 0:yr.call(t,{..._r,columns:qe,rowData:xr})}}),unref(j)&&createVNode(TableV2Header,{ref:V,class:n.e("header-wrapper"),columns:qe,headerData:er,headerHeight:e.headerHeight,fixedHeaderData:ir,rowWidth:Ie,rowHeight:ie,width:ar,height:Math.min(gr+unref(k),jt)},{dynamic:t.header,fixed:t.row})])}}});function _isSlot$5(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const MainTable=(e,{slots:t})=>{const{mainTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$5(t)?t:{default:()=>[t]})};function _isSlot$4(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const LeftTable$1=(e,{slots:t})=>{if(!e.columns.length)return;const{leftTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$4(t)?t:{default:()=>[t]})};function _isSlot$3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const LeftTable=(e,{slots:t})=>{if(!e.columns.length)return;const{rightTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$3(t)?t:{default:()=>[t]})};function _isSlot$2(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const RowRenderer=(e,{slots:t})=>{const{columns:y,columnsStyles:n,depthMap:$,expandColumnKey:k,expandedRowKeys:L,estimatedRowHeight:j,hasFixedColumns:V,rowData:z,rowIndex:re,style:oe,isScrolling:ue,rowProps:de,rowClass:_e,rowKey:Ne,rowEventHandlers:Ue,ns:$e,onRowHovered:Ve,onRowExpanded:Fe}=e,qe=tryCall(_e,{columns:y,rowData:z,rowIndex:re},""),er=tryCall(de,{columns:y,rowData:z,rowIndex:re}),ir=z[Ne],dr=$[ir]||0,cr=!!k,nr=re<0,lr=[$e.e("row"),qe,{[$e.e(`row-depth-${dr}`)]:cr&&re>=0,[$e.is("expanded")]:cr&&L.includes(ir),[$e.is("fixed")]:!dr&&nr,[$e.is("customized")]:!!t.row}],Et=V?Ve:void 0,ie={...er,columns:y,columnsStyles:n,class:lr,depth:dr,expandColumnKey:k,estimatedRowHeight:nr?void 0:j,isScrolling:ue,rowIndex:re,rowData:z,rowKey:ir,rowEventHandlers:Ue,style:oe};return createVNode(TableV2Row,mergeProps(ie,{onRowExpand:Fe,onMouseenter:Ie=>{Et==null||Et({hovered:!0,rowKey:ir,event:Ie,rowData:z,rowIndex:re})},onMouseleave:Ie=>{Et==null||Et({hovered:!1,rowKey:ir,event:Ie,rowData:z,rowIndex:re})},rowkey:ir}),_isSlot$2(t)?t:{default:()=>[t]})},CellRenderer=({columns:e,column:t,columnIndex:y,depth:n,expandIconProps:$,isScrolling:k,rowData:L,rowIndex:j,style:V,expandedRowKeys:z,ns:re,cellProps:oe,expandColumnKey:ue,indentSize:de,iconSize:_e,rowKey:Ne},{slots:Ue})=>{const $e=enforceUnit(V);if(t.placeholderSign===placeholderSign)return createVNode("div",{class:re.em("row-cell","placeholder"),style:$e},null);const{cellRenderer:Ve,dataKey:Fe,dataGetter:qe}=t,er=isFunction$5(qe)?qe({columns:e,column:t,columnIndex:y,rowData:L,rowIndex:j}):get(L,Fe??""),ir=tryCall(oe,{cellData:er,columns:e,column:t,columnIndex:y,rowIndex:j,rowData:L}),dr={class:re.e("cell-text"),columns:e,column:t,columnIndex:y,cellData:er,isScrolling:k,rowData:L,rowIndex:j},cr=componentToSlot(Ve),nr=cr?cr(dr):renderSlot(Ue,"default",dr,()=>[createVNode(TableV2Cell,dr,null)]),lr=[re.e("row-cell"),t.class,t.align===Alignment.CENTER&&re.is("align-center"),t.align===Alignment.RIGHT&&re.is("align-right")],Et=j>=0&&ue&&t.key===ue,ie=j>=0&&z.includes(L[Ne]);let pe;const Ce=`margin-inline-start: ${n*de}px;`;return Et&&(isObject$5($)?pe=createVNode(ExpandIcon,mergeProps($,{class:[re.e("expand-icon"),re.is("expanded",ie)],size:_e,expanded:ie,style:Ce,expandable:!0}),null):pe=createVNode("div",{style:[Ce,`width: ${_e}px; height: ${_e}px;`].join(" ")},null)),createVNode("div",mergeProps({class:lr,style:$e},ir,{role:"cell"}),[pe,nr])};CellRenderer.inheritAttrs=!1;function _isSlot$1(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const HeaderRenderer=({columns:e,columnsStyles:t,headerIndex:y,style:n,headerClass:$,headerProps:k,ns:L},{slots:j})=>{const V={columns:e,headerIndex:y},z=[L.e("header-row"),tryCall($,V,""),{[L.is("customized")]:!!j.header}],re={...tryCall(k,V),columnsStyles:t,class:z,columns:e,headerIndex:y,style:n};return createVNode(TableV2HeaderRow,re,_isSlot$1(j)?j:{default:()=>[j]})},HeaderCellRenderer=(e,{slots:t})=>{const{column:y,ns:n,style:$,onColumnSorted:k}=e,L=enforceUnit($);if(y.placeholderSign===placeholderSign)return createVNode("div",{class:n.em("header-row-cell","placeholder"),style:L},null);const{headerCellRenderer:j,headerClass:V,sortable:z}=y,re={...e,class:n.e("header-cell-text")},oe=componentToSlot(j),ue=oe?oe(re):renderSlot(t,"default",re,()=>[createVNode(HeaderCell,re,null)]),{sortBy:de,sortState:_e,headerCellProps:Ne}=e;let Ue,$e;if(_e){const qe=_e[y.key];Ue=!!oppositeOrderMap[qe],$e=Ue?qe:SortOrder.ASC}else Ue=y.key===de.key,$e=Ue?de.order:SortOrder.ASC;const Ve=[n.e("header-cell"),tryCall(V,e,""),y.align===Alignment.CENTER&&n.is("align-center"),y.align===Alignment.RIGHT&&n.is("align-right"),z&&n.is("sortable")],Fe={...tryCall(Ne,e),onClick:y.sortable?k:void 0,class:Ve,style:L,"data-key":y.key};return createVNode("div",mergeProps(Fe,{role:"columnheader"}),[ue,z&&createVNode(SortIcon,{class:[n.e("sort-icon"),Ue&&n.is("sorting")],sortOrder:$e},null)])},Footer$1=(e,{slots:t})=>{var y;return createVNode("div",{class:e.class,style:e.style},[(y=t.default)==null?void 0:y.call(t)])};Footer$1.displayName="ElTableV2Footer";const Footer=(e,{slots:t})=>{const y=renderSlot(t,"default",{},()=>[createVNode(ElEmpty,null,null)]);return createVNode("div",{class:e.class,style:e.style},[y])};Footer.displayName="ElTableV2Empty";const Overlay=(e,{slots:t})=>{var y;return createVNode("div",{class:e.class,style:e.style},[(y=t.default)==null?void 0:y.call(t)])};Overlay.displayName="ElTableV2Overlay";function _isSlot(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const COMPONENT_NAME$4="ElTableV2",TableV2=defineComponent({name:COMPONENT_NAME$4,props:tableV2Props,setup(e,{slots:t,expose:y}){const n=useNamespace("table-v2"),{columnsStyles:$,fixedColumnsOnLeft:k,fixedColumnsOnRight:L,mainColumns:j,mainTableHeight:V,fixedTableHeight:z,leftTableWidth:re,rightTableWidth:oe,data:ue,depthMap:de,expandedRowKeys:_e,hasFixedColumns:Ne,mainTableRef:Ue,leftTableRef:$e,rightTableRef:Ve,isDynamic:Fe,isResetting:qe,isScrolling:er,bodyWidth:ir,emptyStyle:dr,rootStyle:cr,headerWidth:nr,footerHeight:lr,showEmpty:Et,scrollTo:ie,scrollToLeft:pe,scrollToTop:Ce,scrollToRow:Ie,getRowHeight:jt,onColumnSorted:ar,onRowHeightChange:ur,onRowHovered:kt,onRowExpanded:he,onRowsRendered:tr,onScroll:gr,onVerticalScroll:_r}=useTable(e);return y({scrollTo:ie,scrollToLeft:pe,scrollToTop:Ce,scrollToRow:Ie}),provide(TableV2InjectionKey,{ns:n,isResetting:qe,isScrolling:er}),()=>{const{cache:yr,cellProps:xr,estimatedRowHeight:Nr,expandColumnKey:Tr,fixedData:Sr,headerHeight:Ar,headerClass:Fr,headerProps:Gr,headerCellProps:Vr,sortBy:Dr,sortState:Ir,rowHeight:Br,rowClass:Rr,rowEventHandlers:Lr,rowKey:$r,rowProps:jr,scrollbarAlwaysOn:vn,indentSize:Kr,iconSize:kr,useIsScrolling:Qr,vScrollbarSize:Zr,width:Vi}=e,To=unref(ue),oa={cache:yr,class:n.e("main"),columns:unref(j),data:To,fixedData:Sr,estimatedRowHeight:Nr,bodyWidth:unref(ir)+Zr,headerHeight:Ar,headerWidth:unref(nr),height:unref(V),mainTableRef:Ue,rowKey:$r,rowHeight:Br,scrollbarAlwaysOn:vn,scrollbarStartGap:2,scrollbarEndGap:Zr,useIsScrolling:Qr,width:Vi,getRowHeight:jt,onRowsRendered:tr,onScroll:gr},Ba=unref(re),rs=unref(z),Mn={cache:yr,class:n.e("left"),columns:unref(k),data:To,estimatedRowHeight:Nr,leftTableRef:$e,rowHeight:Br,bodyWidth:Ba,headerWidth:Ba,headerHeight:Ar,height:rs,rowKey:$r,scrollbarAlwaysOn:vn,scrollbarStartGap:2,scrollbarEndGap:Zr,useIsScrolling:Qr,width:Ba,getRowHeight:jt,onScroll:_r},Ur=unref(oe)+Zr,Sn={cache:yr,class:n.e("right"),columns:unref(L),data:To,estimatedRowHeight:Nr,rightTableRef:Ve,rowHeight:Br,bodyWidth:Ur,headerWidth:Ur,headerHeight:Ar,height:rs,rowKey:$r,scrollbarAlwaysOn:vn,scrollbarStartGap:2,scrollbarEndGap:Zr,width:Ur,style:`--${unref(n.namespace)}-table-scrollbar-size: ${Zr}px`,useIsScrolling:Qr,getRowHeight:jt,onScroll:_r},Nn=unref($),Sa={ns:n,depthMap:unref(de),columnsStyles:Nn,expandColumnKey:Tr,expandedRowKeys:unref(_e),estimatedRowHeight:Nr,hasFixedColumns:unref(Ne),rowProps:jr,rowClass:Rr,rowKey:$r,rowEventHandlers:Lr,onRowHovered:kt,onRowExpanded:he,onRowHeightChange:ur},Li={cellProps:xr,expandColumnKey:Tr,indentSize:Kr,iconSize:kr,rowKey:$r,expandedRowKeys:unref(_e),ns:n},ca={ns:n,headerClass:Fr,headerProps:Gr,columnsStyles:Nn},fo={ns:n,sortBy:Dr,sortState:Ir,headerCellProps:Vr,onColumnSorted:ar},zn={row:_o=>createVNode(RowRenderer,mergeProps(_o,Sa),{row:t.row,cell:eo=>{let tl;return t.cell?createVNode(CellRenderer,mergeProps(eo,Li,{style:Nn[eo.column.key]}),_isSlot(tl=t.cell(eo))?tl:{default:()=>[tl]}):createVNode(CellRenderer,mergeProps(eo,Li,{style:Nn[eo.column.key]}),null)}}),header:_o=>createVNode(HeaderRenderer,mergeProps(_o,ca),{header:t.header,cell:eo=>{let tl;return t["header-cell"]?createVNode(HeaderCellRenderer,mergeProps(eo,fo,{style:Nn[eo.column.key]}),_isSlot(tl=t["header-cell"](eo))?tl:{default:()=>[tl]}):createVNode(HeaderCellRenderer,mergeProps(eo,fo,{style:Nn[eo.column.key]}),null)}})},ki=[e.class,n.b(),n.e("root"),{[n.is("dynamic")]:unref(Fe)}],Ra={class:n.e("footer"),style:unref(lr)};return createVNode("div",{class:ki,style:unref(cr)},[createVNode(MainTable,oa,_isSlot(zn)?zn:{default:()=>[zn]}),createVNode(LeftTable$1,Mn,_isSlot(zn)?zn:{default:()=>[zn]}),createVNode(LeftTable,Sn,_isSlot(zn)?zn:{default:()=>[zn]}),t.footer&&createVNode(Footer$1,Ra,{default:t.footer}),unref(Et)&&createVNode(Footer,{class:n.e("empty"),style:unref(dr)},{default:t.empty}),t.overlay&&createVNode(Overlay,{class:n.e("overlay")},{default:t.overlay})])}}}),autoResizerProps=buildProps({disableWidth:Boolean,disableHeight:Boolean,onResize:{type:definePropType(Function)}}),AutoResizer=defineComponent({name:"ElAutoResizer",props:autoResizerProps,setup(e,{slots:t}){const y=useNamespace("auto-resizer"),{height:n,width:$,sizer:k}=useAutoResize(e),L={width:"100%",height:"100%"};return()=>{var j;return createVNode("div",{ref:k,class:y.b(),style:L},[(j=t.default)==null?void 0:j.call(t,{height:n.value,width:$.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$_=defineComponent({...__default__$u,props:tabBarProps,setup(e,{expose:t}){const y=e,n=getCurrentInstance(),$=inject(tabsRootContextKey);$||throwError(COMPONENT_NAME$3,"<el-tabs><el-tab-bar /></el-tabs>");const k=useNamespace("tabs"),L=ref$1(),j=ref$1(),V=()=>{let re=0,oe=0;const ue=["top","bottom"].includes($.props.tabPosition)?"width":"height",de=ue==="width"?"x":"y",_e=de==="x"?"left":"top";return y.tabs.every(Ne=>{var Ue,$e;const Ve=($e=(Ue=n.parent)==null?void 0:Ue.refs)==null?void 0:$e[`tab-${Ne.uid}`];if(!Ve)return!1;if(!Ne.active)return!0;re=Ve[`offset${capitalize(_e)}`],oe=Ve[`client${capitalize(ue)}`];const Fe=window.getComputedStyle(Ve);return ue==="width"&&(oe-=Number.parseFloat(Fe.paddingLeft)+Number.parseFloat(Fe.paddingRight),re+=Number.parseFloat(Fe.paddingLeft)),!1}),{[ue]:`${oe}px`,transform:`translate${capitalize(de)}(${re}px)`}},z=()=>j.value=V();return watch(()=>y.tabs,async()=>{await nextTick$3(),z()},{immediate:!0}),useResizeObserver(L,()=>z()),t({ref:L,update:z}),(re,oe)=>(openBlock(),createElementBlock("div",{ref_key:"barRef",ref:L,class:normalizeClass([unref(k).e("active-bar"),unref(k).is(unref($).props.tabPosition)]),style:normalizeStyle(j.value)},null,6))}});var TabBar=_export_sfc$1(_sfc_main$_,[["__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:(e,t,y)=>y instanceof Event,tabRemove:(e,t)=>t instanceof Event},COMPONENT_NAME$2="ElTabNav",TabNav=defineComponent({name:COMPONENT_NAME$2,props:tabNavProps,emits:tabNavEmits,setup(e,{expose:t,emit:y}){const n=inject(tabsRootContextKey);n||throwError(COMPONENT_NAME$2,"<el-tabs><tab-nav /></el-tabs>");const $=useNamespace("tabs"),k=useDocumentVisibility(),L=useWindowFocus(),j=ref$1(),V=ref$1(),z=ref$1(),re=ref$1(),oe=ref$1(!1),ue=ref$1(0),de=ref$1(!1),_e=ref$1(!0),Ne=computed(()=>["top","bottom"].includes(n.props.tabPosition)?"width":"height"),Ue=computed(()=>({transform:`translate${Ne.value==="width"?"X":"Y"}(-${ue.value}px)`})),$e=()=>{if(!j.value)return;const cr=j.value[`offset${capitalize(Ne.value)}`],nr=ue.value;if(!nr)return;const lr=nr>cr?nr-cr:0;ue.value=lr},Ve=()=>{if(!j.value||!V.value)return;const cr=V.value[`offset${capitalize(Ne.value)}`],nr=j.value[`offset${capitalize(Ne.value)}`],lr=ue.value;if(cr-lr<=nr)return;const Et=cr-lr>nr*2?lr+nr:cr-nr;ue.value=Et},Fe=async()=>{const cr=V.value;if(!oe.value||!z.value||!j.value||!cr)return;await nextTick$3();const nr=z.value.querySelector(".is-active");if(!nr)return;const lr=j.value,Et=["top","bottom"].includes(n.props.tabPosition),ie=nr.getBoundingClientRect(),pe=lr.getBoundingClientRect(),Ce=Et?cr.offsetWidth-pe.width:cr.offsetHeight-pe.height,Ie=ue.value;let jt=Ie;Et?(ie.left<pe.left&&(jt=Ie-(pe.left-ie.left)),ie.right>pe.right&&(jt=Ie+ie.right-pe.right)):(ie.top<pe.top&&(jt=Ie-(pe.top-ie.top)),ie.bottom>pe.bottom&&(jt=Ie+(ie.bottom-pe.bottom))),jt=Math.max(jt,0),ue.value=Math.min(jt,Ce)},qe=()=>{var cr;if(!V.value||!j.value)return;e.stretch&&((cr=re.value)==null||cr.update());const nr=V.value[`offset${capitalize(Ne.value)}`],lr=j.value[`offset${capitalize(Ne.value)}`],Et=ue.value;lr<nr?(oe.value=oe.value||{},oe.value.prev=Et,oe.value.next=Et+lr<nr,nr-Et<lr&&(ue.value=nr-lr)):(oe.value=!1,Et>0&&(ue.value=0))},er=cr=>{const nr=cr.code,{up:lr,down:Et,left:ie,right:pe}=EVENT_CODE;if(![lr,Et,ie,pe].includes(nr))return;const Ce=Array.from(cr.currentTarget.querySelectorAll("[role=tab]:not(.is-disabled)")),Ie=Ce.indexOf(cr.target);let jt;nr===ie||nr===lr?Ie===0?jt=Ce.length-1:jt=Ie-1:Ie<Ce.length-1?jt=Ie+1:jt=0,Ce[jt].focus({preventScroll:!0}),Ce[jt].click(),ir()},ir=()=>{_e.value&&(de.value=!0)},dr=()=>de.value=!1;return watch(k,cr=>{cr==="hidden"?_e.value=!1:cr==="visible"&&setTimeout(()=>_e.value=!0,50)}),watch(L,cr=>{cr?setTimeout(()=>_e.value=!0,50):_e.value=!1}),useResizeObserver(z,qe),onMounted(()=>setTimeout(()=>Fe(),0)),onUpdated(()=>qe()),t({scrollToActiveTab:Fe,removeFocus:dr}),()=>{const cr=oe.value?[createVNode("span",{class:[$.e("nav-prev"),$.is("disabled",!oe.value.prev)],onClick:$e},[createVNode(ElIcon,null,{default:()=>[createVNode(arrow_left_default,null,null)]})]),createVNode("span",{class:[$.e("nav-next"),$.is("disabled",!oe.value.next)],onClick:Ve},[createVNode(ElIcon,null,{default:()=>[createVNode(arrow_right_default,null,null)]})])]:null,nr=e.panes.map((lr,Et)=>{var ie,pe,Ce,Ie;const jt=lr.uid,ar=lr.props.disabled,ur=(pe=(ie=lr.props.name)!=null?ie:lr.index)!=null?pe:`${Et}`,kt=!ar&&(lr.isClosable||e.editable);lr.index=`${Et}`;const he=kt?createVNode(ElIcon,{class:"is-icon-close",onClick:_r=>y("tabRemove",lr,_r)},{default:()=>[createVNode(close_default,null,null)]}):null,tr=((Ie=(Ce=lr.slots).label)==null?void 0:Ie.call(Ce))||lr.props.label,gr=!ar&&lr.active?0:-1;return createVNode("div",{ref:`tab-${jt}`,class:[$.e("item"),$.is(n.props.tabPosition),$.is("active",lr.active),$.is("disabled",ar),$.is("closable",kt),$.is("focus",de.value)],id:`tab-${ur}`,key:`tab-${jt}`,"aria-controls":`pane-${ur}`,role:"tab","aria-selected":lr.active,tabindex:gr,onFocus:()=>ir(),onBlur:()=>dr(),onClick:_r=>{dr(),y("tabClick",lr,ur,_r)},onKeydown:_r=>{kt&&(_r.code===EVENT_CODE.delete||_r.code===EVENT_CODE.backspace)&&y("tabRemove",lr,_r)}},[tr,he])});return createVNode("div",{ref:z,class:[$.e("nav-wrap"),$.is("scrollable",!!oe.value),$.is(n.props.tabPosition)]},[cr,createVNode("div",{class:$.e("nav-scroll"),ref:j},[createVNode("div",{class:[$.e("nav"),$.is(n.props.tabPosition),$.is("stretch",e.stretch&&["top","bottom"].includes(n.props.tabPosition))],ref:V,style:Ue.value,role:"tablist",onKeydown:er},[e.type?null:createVNode(TabBar,{ref:re,tabs:[...e.panes]},null),nr])])])}}}),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=e=>isString$4(e)||isNumber$4(e),tabsEmits={[UPDATE_MODEL_EVENT]:e=>isPaneName(e),tabClick:(e,t)=>t instanceof Event,tabChange:e=>isPaneName(e),edit:(e,t)=>["remove","add"].includes(t),tabRemove:e=>isPaneName(e),tabAdd:()=>!0},Tabs=defineComponent({name:"ElTabs",props:tabsProps,emits:tabsEmits,setup(e,{emit:t,slots:y,expose:n}){var $;const k=useNamespace("tabs"),L=computed(()=>["left","right"].includes(e.tabPosition)),{children:j,addChild:V,removeChild:z}=useOrderedChildren(getCurrentInstance(),"ElTabPane"),re=ref$1(),oe=ref$1(($=e.modelValue)!=null?$:"0"),ue=async($e,Ve=!1)=>{var Fe,qe,er;if(!(oe.value===$e||isUndefined$2($e)))try{await((Fe=e.beforeLeave)==null?void 0:Fe.call(e,$e,oe.value))!==!1&&(oe.value=$e,Ve&&(t(UPDATE_MODEL_EVENT,$e),t("tabChange",$e)),(er=(qe=re.value)==null?void 0:qe.removeFocus)==null||er.call(qe))}catch{}},de=($e,Ve,Fe)=>{$e.props.disabled||(ue(Ve,!0),t("tabClick",$e,Fe))},_e=($e,Ve)=>{$e.props.disabled||isUndefined$2($e.props.name)||(Ve.stopPropagation(),t("edit",$e.props.name,"remove"),t("tabRemove",$e.props.name))},Ne=()=>{t("edit",void 0,"add"),t("tabAdd")};watch(()=>e.modelValue,$e=>ue($e)),watch(oe,async()=>{var $e;await nextTick$3(),($e=re.value)==null||$e.scrollToActiveTab()}),provide(tabsRootContextKey,{props:e,currentName:oe,registerPane:$e=>{j.value.push($e)},sortPane:V,unregisterPane:z}),n({currentName:oe});const Ue=({render:$e})=>$e();return()=>{const $e=y["add-icon"],Ve=e.editable||e.addable?createVNode("div",{class:[k.e("new-tab"),L.value&&k.e("new-tab-vertical")],tabindex:"0",onClick:Ne,onKeydown:er=>{er.code===EVENT_CODE.enter&&Ne()}},[$e?renderSlot(y,"add-icon"):createVNode(ElIcon,{class:k.is("icon-plus")},{default:()=>[createVNode(plus_default,null,null)]})]):null,Fe=createVNode("div",{class:[k.e("header"),L.value&&k.e("header-vertical"),k.is(e.tabPosition)]},[createVNode(Ue,{render:()=>{const er=j.value.some(ir=>ir.slots.label);return createVNode(TabNav,{ref:re,currentName:oe.value,editable:e.editable,type:e.type,panes:j.value,stretch:e.stretch,onTabClick:de,onTabRemove:_e},{$stable:!er})}},null),Ve]),qe=createVNode("div",{class:k.e("content")},[renderSlot(y,"default")]);return createVNode("div",{class:[k.b(),k.m(e.tabPosition),{[k.m("card")]:e.type==="card",[k.m("border-card")]:e.type==="border-card"}]},[qe,Fe])}}}),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$Z=defineComponent({...__default__$t,props:tabPaneProps,setup(e){const t=e,y=getCurrentInstance(),n=useSlots(),$=inject(tabsRootContextKey);$||throwError(COMPONENT_NAME$1,"usage: <el-tabs><el-tab-pane /></el-tabs/>");const k=useNamespace("tab-pane"),L=ref$1(),j=computed(()=>t.closable||$.props.closable),V=computedEager(()=>{var de;return $.currentName.value===((de=t.name)!=null?de:L.value)}),z=ref$1(V.value),re=computed(()=>{var de;return(de=t.name)!=null?de:L.value}),oe=computedEager(()=>!t.lazy||z.value||V.value);watch(V,de=>{de&&(z.value=!0)});const ue=reactive({uid:y.uid,slots:n,props:t,paneName:re,active:V,index:L,isClosable:j});return $.registerPane(ue),onMounted(()=>{$.sortPane(ue)}),onUnmounted(()=>{$.unregisterPane(ue.uid)}),(de,_e)=>unref(oe)?withDirectives((openBlock(),createElementBlock("div",{key:0,id:`pane-${unref(re)}`,class:normalizeClass(unref(k).b()),role:"tabpanel","aria-hidden":!unref(V),"aria-labelledby":`tab-${unref(re)}`},[renderSlot(de.$slots,"default")],10,["id","aria-hidden","aria-labelledby"])),[[vShow,unref(V)]]):createCommentVNode("v-if",!0)}});var TabPane=_export_sfc$1(_sfc_main$Z,[["__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$Y=defineComponent({...__default__$s,props:textProps,setup(e){const t=e,y=useFormSize(),n=useNamespace("text"),$=computed(()=>[n.b(),n.m(t.type),n.m(y.value),n.is("truncated",t.truncated),n.is("line-clamp",!isUndefined$2(t.lineClamp))]);return(k,L)=>(openBlock(),createBlock(resolveDynamicComponent(k.tag),{class:normalizeClass(unref($)),style:normalizeStyle({"-webkit-line-clamp":k.lineClamp})},{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},8,["class","style"]))}});var Text=_export_sfc$1(_sfc_main$Y,[["__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=e=>{const t=(e||"").split(":");if(t.length>=2){let y=Number.parseInt(t[0],10);const n=Number.parseInt(t[1],10),$=e.toUpperCase();return $.includes("AM")&&y===12?y=0:$.includes("PM")&&y!==12&&(y+=12),{hours:y,minutes:n}}return null},compareTime=(e,t)=>{const y=parseTime(e);if(!y)return-1;const n=parseTime(t);if(!n)return-1;const $=y.minutes+y.hours*60,k=n.minutes+n.hours*60;return $===k?0:$>k?1:-1},padTime=e=>`${e}`.padStart(2,"0"),formatTime=e=>`${padTime(e.hours)}:${padTime(e.minutes)}`,nextTime=(e,t)=>{const y=parseTime(e);if(!y)return"";const n=parseTime(t);if(!n)return"";const $={hours:y.hours,minutes:y.minutes};return $.minutes+=n.minutes,$.hours+=n.hours,$.hours+=Math.floor($.minutes/60),$.minutes=$.minutes%60,formatTime($)},__default__$r=defineComponent({name:"ElTimeSelect"}),_sfc_main$X=defineComponent({...__default__$r,props:timeSelectProps,emits:["change","blur","focus","clear","update:modelValue"],setup(e,{expose:t}){const y=e;dayjs.extend(customParseFormat);const{Option:n}=ElSelect,$=useNamespace("input"),k=ref$1(),L=useFormDisabled(),{lang:j}=useLocale(),V=computed(()=>y.modelValue),z=computed(()=>{const $e=parseTime(y.start);return $e?formatTime($e):null}),re=computed(()=>{const $e=parseTime(y.end);return $e?formatTime($e):null}),oe=computed(()=>{const $e=parseTime(y.step);return $e?formatTime($e):null}),ue=computed(()=>{const $e=parseTime(y.minTime||"");return $e?formatTime($e):null}),de=computed(()=>{const $e=parseTime(y.maxTime||"");return $e?formatTime($e):null}),_e=computed(()=>{const $e=[];if(y.start&&y.end&&y.step){let Ve=z.value,Fe;for(;Ve&&re.value&&compareTime(Ve,re.value)<=0;)Fe=dayjs(Ve,"HH:mm").locale(j.value).format(y.format),$e.push({value:Fe,disabled:compareTime(Ve,ue.value||"-1:-1")<=0||compareTime(Ve,de.value||"100:100")>=0}),Ve=nextTime(Ve,oe.value)}return $e});return t({blur:()=>{var $e,Ve;(Ve=($e=k.value)==null?void 0:$e.blur)==null||Ve.call($e)},focus:()=>{var $e,Ve;(Ve=($e=k.value)==null?void 0:$e.focus)==null||Ve.call($e)}}),($e,Ve)=>(openBlock(),createBlock(unref(ElSelect),{ref_key:"select",ref:k,"model-value":unref(V),disabled:unref(L),clearable:$e.clearable,"clear-icon":$e.clearIcon,size:$e.size,effect:$e.effect,placeholder:$e.placeholder,"default-first-option":"",filterable:$e.editable,"empty-values":$e.emptyValues,"value-on-clear":$e.valueOnClear,"onUpdate:modelValue":Fe=>$e.$emit("update:modelValue",Fe),onChange:Fe=>$e.$emit("change",Fe),onBlur:Fe=>$e.$emit("blur",Fe),onFocus:Fe=>$e.$emit("focus",Fe),onClear:()=>$e.$emit("clear")},{prefix:withCtx(()=>[$e.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("prefix-icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($e.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(_e),Fe=>(openBlock(),createBlock(unref(n),{key:Fe.value,label:Fe.value,value:Fe.value,disabled:Fe.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$X,[["__file","time-select.vue"]]);const ElTimeSelect=withInstall(TimeSelect),Timeline=defineComponent({name:"ElTimeline",setup(e,{slots:t}){const y=useNamespace("timeline");return provide("timeline",t),()=>h$1("ul",{class:[y.b()]},[renderSlot(t,"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$W=defineComponent({...__default__$q,props:timelineItemProps,setup(e){const t=e,y=useNamespace("timeline-item"),n=computed(()=>[y.e("node"),y.em("node",t.size||""),y.em("node",t.type||""),y.is("hollow",t.hollow)]);return($,k)=>(openBlock(),createElementBlock("li",{class:normalizeClass([unref(y).b(),{[unref(y).e("center")]:$.center}])},[createBaseVNode("div",{class:normalizeClass(unref(y).e("tail"))},null,2),$.$slots.dot?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n)),style:normalizeStyle({backgroundColor:$.color})},[$.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($.icon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],6)),$.$slots.dot?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(y).e("dot"))},[renderSlot($.$slots,"dot")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("wrapper"))},[!$.hideTimestamp&&$.placement==="top"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(y).e("timestamp"),unref(y).is("top")])},toDisplayString($.timestamp),3)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("content"))},[renderSlot($.$slots,"default")],2),!$.hideTimestamp&&$.placement==="bottom"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(y).e("timestamp"),unref(y).is("bottom")])},toDisplayString($.timestamp),3)):createCommentVNode("v-if",!0)],2)],2))}});var TimelineItem=_export_sfc$1(_sfc_main$W,[["__file","timeline-item.vue"]]);const ElTimeline=withInstall(Timeline,{TimelineItem}),ElTimelineItem=withNoopInstall(TimelineItem),tooltipV2CommonProps=buildProps({nowrap:Boolean});var TooltipV2Sides=(e=>(e.top="top",e.bottom="bottom",e.left="left",e.right="right",e))(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$V=defineComponent({...__default__$p,props:tooltipV2RootProps,setup(e,{expose:t}){const y=e,n=ref$1(y.defaultOpen),$=ref$1(null),k=computed({get:()=>isPropAbsent(y.open)?n.value:y.open,set:Ue=>{var $e;n.value=Ue,($e=y["onUpdate:open"])==null||$e.call(y,Ue)}}),L=computed(()=>isNumber$4(y.delayDuration)&&y.delayDuration>0),{start:j,stop:V}=useTimeoutFn(()=>{k.value=!0},computed(()=>y.delayDuration),{immediate:!1}),z=useNamespace("tooltip-v2"),re=useId(),oe=()=>{V(),k.value=!0},ue=()=>{unref(L)?j():oe()},de=oe,_e=()=>{V(),k.value=!1};return watch(k,Ue=>{var $e;Ue&&(document.dispatchEvent(new CustomEvent(TOOLTIP_V2_OPEN)),de()),($e=y.onOpenChange)==null||$e.call(y,Ue)}),onMounted(()=>{document.addEventListener(TOOLTIP_V2_OPEN,_e)}),onBeforeUnmount(()=>{V(),document.removeEventListener(TOOLTIP_V2_OPEN,_e)}),provide(tooltipV2RootKey,{contentId:re,triggerRef:$,ns:z,onClose:_e,onDelayOpen:ue,onOpen:de}),t({onOpen:de,onClose:_e}),(Ue,$e)=>renderSlot(Ue.$slots,"default",{open:unref(k)})}});var TooltipV2Root=_export_sfc$1(_sfc_main$V,[["__file","root.vue"]]);const __default__$o=defineComponent({name:"ElTooltipV2Arrow"}),_sfc_main$U=defineComponent({...__default__$o,props:{...tooltipV2ArrowProps,...tooltipV2ArrowSpecialProps},setup(e){const t=e,{ns:y}=inject(tooltipV2RootKey),{arrowRef:n}=inject(tooltipV2ContentKey),$=computed(()=>{const{style:k,width:L,height:j}=t,V=y.namespace.value;return{[`--${V}-tooltip-v2-arrow-width`]:`${L}px`,[`--${V}-tooltip-v2-arrow-height`]:`${j}px`,[`--${V}-tooltip-v2-arrow-border-width`]:`${L/2}px`,[`--${V}-tooltip-v2-arrow-cover-width`]:L/2-1,...k||{}}});return(k,L)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:n,style:normalizeStyle(unref($)),class:normalizeClass(unref(y).e("arrow"))},null,6))}});var TooltipV2Arrow=_export_sfc$1(_sfc_main$U,[["__file","arrow.vue"]]);const visualHiddenProps=buildProps({style:{type:definePropType([String,Object,Array]),default:()=>({})}}),__default__$n=defineComponent({name:"ElVisuallyHidden"}),_sfc_main$T=defineComponent({...__default__$n,props:visualHiddenProps,setup(e){const t=e,y=computed(()=>[t.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(n,$)=>(openBlock(),createElementBlock("span",mergeProps(n.$attrs,{style:unref(y)}),[renderSlot(n.$slots,"default")],16))}});var ElVisuallyHidden=_export_sfc$1(_sfc_main$T,[["__file","visual-hidden.vue"]]);const __default__$m=defineComponent({name:"ElTooltipV2Content"}),_sfc_main$S=defineComponent({...__default__$m,props:{...tooltipV2ContentProps,...tooltipV2CommonProps},setup(e){const t=e,{triggerRef:y,contentId:n}=inject(tooltipV2RootKey),$=ref$1(t.placement),k=ref$1(t.strategy),L=ref$1(null),{referenceRef:j,contentRef:V,middlewareData:z,x:re,y:oe,update:ue}=useFloating$2({placement:$,strategy:k,middleware:computed(()=>{const Fe=[offset(t.offset)];return t.showArrow&&Fe.push(arrowMiddleware({arrowRef:L})),Fe})}),de=useZIndex().nextZIndex(),_e=useNamespace("tooltip-v2"),Ne=computed(()=>$.value.split("-")[0]),Ue=computed(()=>({position:unref(k),top:`${unref(oe)||0}px`,left:`${unref(re)||0}px`,zIndex:de})),$e=computed(()=>{if(!t.showArrow)return{};const{arrow:Fe}=unref(z);return{[`--${_e.namespace.value}-tooltip-v2-arrow-x`]:`${Fe==null?void 0:Fe.x}px`||"",[`--${_e.namespace.value}-tooltip-v2-arrow-y`]:`${Fe==null?void 0:Fe.y}px`||""}}),Ve=computed(()=>[_e.e("content"),_e.is("dark",t.effect==="dark"),_e.is(unref(k)),t.contentClass]);return watch(L,()=>ue()),watch(()=>t.placement,Fe=>$.value=Fe),onMounted(()=>{watch(()=>t.reference||y.value,Fe=>{j.value=Fe||void 0},{immediate:!0})}),provide(tooltipV2ContentKey,{arrowRef:L}),(Fe,qe)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:V,style:normalizeStyle(unref(Ue)),"data-tooltip-v2-root":""},[Fe.nowrap?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,"data-side":unref(Ne),class:normalizeClass(unref(Ve))},[renderSlot(Fe.$slots,"default",{contentStyle:unref(Ue),contentClass:unref(Ve)}),createVNode(unref(ElVisuallyHidden),{id:unref(n),role:"tooltip"},{default:withCtx(()=>[Fe.ariaLabel?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(Fe.ariaLabel),1)],64)):renderSlot(Fe.$slots,"default",{key:1})]),_:3},8,["id"]),renderSlot(Fe.$slots,"arrow",{style:normalizeStyle(unref($e)),side:unref(Ne)})],10,["data-side"]))],4))}});var TooltipV2Content=_export_sfc$1(_sfc_main$S,[["__file","content.vue"]]);const forwardRefProps=buildProps({setRef:{type:definePropType(Function),required:!0},onlyChild:Boolean});var ForwardRef=defineComponent({props:forwardRefProps,setup(e,{slots:t}){const y=ref$1(),n=composeRefs(y,$=>{$?e.setRef($.nextElementSibling):e.setRef(null)});return()=>{var $;const[k]=(($=t.default)==null?void 0:$.call(t))||[],L=e.onlyChild?ensureOnlyChild(k.children):k.children;return createVNode(Fragment,{ref:n},[L])}}});const __default__$l=defineComponent({name:"ElTooltipV2Trigger"}),_sfc_main$R=defineComponent({...__default__$l,props:{...tooltipV2CommonProps,...tooltipV2TriggerProps},setup(e){const t=e,{onClose:y,onOpen:n,onDelayOpen:$,triggerRef:k,contentId:L}=inject(tooltipV2RootKey);let j=!1;const V=Ve=>{k.value=Ve},z=()=>{j=!1},re=composeEventHandlers(t.onMouseEnter,$),oe=composeEventHandlers(t.onMouseLeave,y),ue=composeEventHandlers(t.onMouseDown,()=>{y(),j=!0,document.addEventListener("mouseup",z,{once:!0})}),de=composeEventHandlers(t.onFocus,()=>{j||n()}),_e=composeEventHandlers(t.onBlur,y),Ne=composeEventHandlers(t.onClick,Ve=>{Ve.detail===0&&y()}),Ue={blur:_e,click:Ne,focus:de,mousedown:ue,mouseenter:re,mouseleave:oe},$e=(Ve,Fe,qe)=>{Ve&&Object.entries(Fe).forEach(([er,ir])=>{Ve[qe](er,ir)})};return watch(k,(Ve,Fe)=>{$e(Ve,Ue,"addEventListener"),$e(Fe,Ue,"removeEventListener"),Ve&&Ve.setAttribute("aria-describedby",L.value)}),onBeforeUnmount(()=>{$e(k.value,Ue,"removeEventListener"),document.removeEventListener("mouseup",z)}),(Ve,Fe)=>Ve.nowrap?(openBlock(),createBlock(unref(ForwardRef),{key:0,"set-ref":V,"only-child":""},{default:withCtx(()=>[renderSlot(Ve.$slots,"default")]),_:3})):(openBlock(),createElementBlock("button",mergeProps({key:1,ref_key:"triggerRef",ref:k},Ve.$attrs),[renderSlot(Ve.$slots,"default")],16))}});var TooltipV2Trigger=_export_sfc$1(_sfc_main$R,[["__file","trigger.vue"]]);const __default__$k=defineComponent({name:"ElTooltipV2"}),_sfc_main$Q=defineComponent({...__default__$k,props:tooltipV2Props,setup(e){const y=toRefs(e),n=reactive(pick(y,Object.keys(tooltipV2ArrowProps))),$=reactive(pick(y,Object.keys(tooltipV2ContentProps))),k=reactive(pick(y,Object.keys(tooltipV2RootProps))),L=reactive(pick(y,Object.keys(tooltipV2TriggerProps)));return(j,V)=>(openBlock(),createBlock(TooltipV2Root,normalizeProps(guardReactiveProps(k)),{default:withCtx(({open:z})=>[createVNode(TooltipV2Trigger,mergeProps(L,{nowrap:""}),{default:withCtx(()=>[renderSlot(j.$slots,"trigger")]),_:3},16),createVNode(unref(ElTeleport),{to:j.to,disabled:!j.teleported},{default:withCtx(()=>[j.fullTransition?(openBlock(),createBlock(Transition,normalizeProps(mergeProps({key:0},j.transitionProps)),{default:withCtx(()=>[j.alwaysOn||z?(openBlock(),createBlock(TooltipV2Content,normalizeProps(mergeProps({key:0},$)),{arrow:withCtx(({style:re,side:oe})=>[j.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},n,{style:re,side:oe}),null,16,["style","side"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3},16)):createCommentVNode("v-if",!0)]),_:2},1040)):(openBlock(),createElementBlock(Fragment,{key:1},[j.alwaysOn||z?(openBlock(),createBlock(TooltipV2Content,normalizeProps(mergeProps({key:0},$)),{arrow:withCtx(({style:re,side:oe})=>[j.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},n,{style:re,side:oe}),null,16,["style","side"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3},16)):createCommentVNode("v-if",!0)],64))]),_:2},1032,["to","disabled"])]),_:3},16))}});var TooltipV2=_export_sfc$1(_sfc_main$Q,[["__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=(e,t)=>[e,t].every(isArray$4)||isArray$4(e)&&isNil(t),transferEmits={[CHANGE_EVENT]:(e,t,y)=>[e,y].every(isArray$4)&&["left","right"].includes(t),[UPDATE_MODEL_EVENT]:e=>isArray$4(e),[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=e=>{const t={label:"label",key:"key",disabled:"disabled"};return computed(()=>({...t,...e.props}))},useCheck$1=(e,t,y)=>{const n=usePropsAlias(e),$=computed(()=>e.data.filter(re=>isFunction$5(e.filterMethod)?e.filterMethod(t.query,re):String(re[n.value.label]||re[n.value.key]).toLowerCase().includes(t.query.toLowerCase()))),k=computed(()=>$.value.filter(re=>!re[n.value.disabled])),L=computed(()=>{const re=t.checked.length,oe=e.data.length,{noChecked:ue,hasChecked:de}=e.format;return ue&&de?re>0?de.replace(/\${checked}/g,re.toString()).replace(/\${total}/g,oe.toString()):ue.replace(/\${total}/g,oe.toString()):`${re}/${oe}`}),j=computed(()=>{const re=t.checked.length;return re>0&&re<k.value.length}),V=()=>{const re=k.value.map(oe=>oe[n.value.key]);t.allChecked=re.length>0&&re.every(oe=>t.checked.includes(oe))},z=re=>{t.checked=re?k.value.map(oe=>oe[n.value.key]):[]};return watch(()=>t.checked,(re,oe)=>{if(V(),t.checkChangeByUser){const ue=re.concat(oe).filter(de=>!re.includes(de)||!oe.includes(de));y(CHECKED_CHANGE_EVENT,re,ue)}else y(CHECKED_CHANGE_EVENT,re),t.checkChangeByUser=!0}),watch(k,()=>{V()}),watch(()=>e.data,()=>{const re=[],oe=$.value.map(ue=>ue[n.value.key]);t.checked.forEach(ue=>{oe.includes(ue)&&re.push(ue)}),t.checkChangeByUser=!1,t.checked=re}),watch(()=>e.defaultChecked,(re,oe)=>{if(oe&&re.length===oe.length&&re.every(_e=>oe.includes(_e)))return;const ue=[],de=k.value.map(_e=>_e[n.value.key]);re.forEach(_e=>{de.includes(_e)&&ue.push(_e)}),t.checkChangeByUser=!1,t.checked=ue},{immediate:!0}),{filteredData:$,checkableData:k,checkedSummary:L,isIndeterminate:j,updateAllChecked:V,handleAllCheckedChange:z}},useCheckedChange=(e,t)=>({onSourceCheckedChange:($,k)=>{e.leftChecked=$,k&&t(LEFT_CHECK_CHANGE_EVENT,$,k)},onTargetCheckedChange:($,k)=>{e.rightChecked=$,k&&t(RIGHT_CHECK_CHANGE_EVENT,$,k)}}),useComputedData=e=>{const t=usePropsAlias(e),y=computed(()=>e.data.reduce((k,L)=>(k[L[t.value.key]]=L)&&k,{})),n=computed(()=>e.data.filter(k=>!e.modelValue.includes(k[t.value.key]))),$=computed(()=>e.targetOrder==="original"?e.data.filter(k=>e.modelValue.includes(k[t.value.key])):e.modelValue.reduce((k,L)=>{const j=y.value[L];return j&&k.push(j),k},[]));return{sourceData:n,targetData:$}},useMove=(e,t,y)=>{const n=usePropsAlias(e),$=(j,V,z)=>{y(UPDATE_MODEL_EVENT,j),y(CHANGE_EVENT,j,V,z)};return{addToLeft:()=>{const j=e.modelValue.slice();t.rightChecked.forEach(V=>{const z=j.indexOf(V);z>-1&&j.splice(z,1)}),$(j,"left",t.rightChecked)},addToRight:()=>{let j=e.modelValue.slice();const V=e.data.filter(z=>{const re=z[n.value.key];return t.leftChecked.includes(re)&&!e.modelValue.includes(re)}).map(z=>z[n.value.key]);j=e.targetOrder==="unshift"?V.concat(j):j.concat(V),e.targetOrder==="original"&&(j=e.data.filter(z=>j.includes(z[n.value.key])).map(z=>z[n.value.key])),$(j,"right",t.leftChecked)}}},__default__$j=defineComponent({name:"ElTransferPanel"}),_sfc_main$P=defineComponent({...__default__$j,props:transferPanelProps,emits:transferPanelEmits,setup(e,{expose:t,emit:y}){const n=e,$=useSlots(),k=({option:Fe})=>Fe,{t:L}=useLocale(),j=useNamespace("transfer"),V=reactive({checked:[],allChecked:!1,query:"",checkChangeByUser:!0}),z=usePropsAlias(n),{filteredData:re,checkedSummary:oe,isIndeterminate:ue,handleAllCheckedChange:de}=useCheck$1(n,V,y),_e=computed(()=>!isEmpty(V.query)&&isEmpty(re.value)),Ne=computed(()=>!isEmpty($.default()[0].children)),{checked:Ue,allChecked:$e,query:Ve}=toRefs(V);return t({query:Ve}),(Fe,qe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(j).b("panel"))},[createBaseVNode("p",{class:normalizeClass(unref(j).be("panel","header"))},[createVNode(unref(ElCheckbox),{modelValue:unref($e),"onUpdate:modelValue":er=>isRef($e)?$e.value=er:null,indeterminate:unref(ue),"validate-event":!1,onChange:unref(de)},{default:withCtx(()=>[createTextVNode(toDisplayString(Fe.title)+" ",1),createBaseVNode("span",null,toDisplayString(unref(oe)),1)]),_:1},8,["modelValue","onUpdate:modelValue","indeterminate","onChange"])],2),createBaseVNode("div",{class:normalizeClass([unref(j).be("panel","body"),unref(j).is("with-footer",unref(Ne))])},[Fe.filterable?(openBlock(),createBlock(unref(ElInput),{key:0,modelValue:unref(Ve),"onUpdate:modelValue":er=>isRef(Ve)?Ve.value=er:null,class:normalizeClass(unref(j).be("panel","filter")),size:"default",placeholder:Fe.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(Ue),"onUpdate:modelValue":er=>isRef(Ue)?Ue.value=er:null,"validate-event":!1,class:normalizeClass([unref(j).is("filterable",Fe.filterable),unref(j).be("panel","list")])},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),er=>(openBlock(),createBlock(unref(ElCheckbox),{key:er[unref(z).key],class:normalizeClass(unref(j).be("panel","item")),value:er[unref(z).key],disabled:er[unref(z).disabled],"validate-event":!1},{default:withCtx(()=>{var ir;return[createVNode(k,{option:(ir=Fe.optionRender)==null?void 0:ir.call(Fe,er)},null,8,["option"])]}),_:2},1032,["class","value","disabled"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","class"]),[[vShow,!unref(_e)&&!unref(isEmpty)(Fe.data)]]),withDirectives(createBaseVNode("p",{class:normalizeClass(unref(j).be("panel","empty"))},toDisplayString(unref(_e)?unref(L)("el.transfer.noMatch"):unref(L)("el.transfer.noData")),3),[[vShow,unref(_e)||unref(isEmpty)(Fe.data)]])],2),unref(Ne)?(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(j).be("panel","footer"))},[renderSlot(Fe.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var TransferPanel=_export_sfc$1(_sfc_main$P,[["__file","transfer-panel.vue"]]);const __default__$i=defineComponent({name:"ElTransfer"}),_sfc_main$O=defineComponent({...__default__$i,props:transferProps,emits:transferEmits,setup(e,{expose:t,emit:y}){const n=e,$=useSlots(),{t:k}=useLocale(),L=useNamespace("transfer"),{formItem:j}=useFormItem(),V=reactive({leftChecked:[],rightChecked:[]}),z=usePropsAlias(n),{sourceData:re,targetData:oe}=useComputedData(n),{onSourceCheckedChange:ue,onTargetCheckedChange:de}=useCheckedChange(V,y),{addToLeft:_e,addToRight:Ne}=useMove(n,V,y),Ue=ref$1(),$e=ref$1(),Ve=cr=>{switch(cr){case"left":Ue.value.query="";break;case"right":$e.value.query="";break}},Fe=computed(()=>n.buttonTexts.length===2),qe=computed(()=>n.titles[0]||k("el.transfer.titles.0")),er=computed(()=>n.titles[1]||k("el.transfer.titles.1")),ir=computed(()=>n.filterPlaceholder||k("el.transfer.filterPlaceholder"));watch(()=>n.modelValue,()=>{var cr;n.validateEvent&&((cr=j==null?void 0:j.validate)==null||cr.call(j,"change").catch(nr=>void 0))});const dr=computed(()=>cr=>n.renderContent?n.renderContent(h$1,cr):$.default?$.default({option:cr}):h$1("span",cr[z.value.label]||cr[z.value.key]));return t({clearQuery:Ve,leftPanel:Ue,rightPanel:$e}),(cr,nr)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(L).b())},[createVNode(TransferPanel,{ref_key:"leftPanel",ref:Ue,data:unref(re),"option-render":unref(dr),placeholder:unref(ir),title:unref(qe),filterable:cr.filterable,format:cr.format,"filter-method":cr.filterMethod,"default-checked":cr.leftDefaultChecked,props:n.props,onCheckedChange:unref(ue)},{default:withCtx(()=>[renderSlot(cr.$slots,"left-footer")]),_:3},8,["data","option-render","placeholder","title","filterable","format","filter-method","default-checked","props","onCheckedChange"]),createBaseVNode("div",{class:normalizeClass(unref(L).e("buttons"))},[createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref(L).e("button"),unref(L).is("with-texts",unref(Fe))]),disabled:unref(isEmpty)(V.rightChecked),onClick:unref(_e)},{default:withCtx(()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1}),unref(isUndefined$2)(cr.buttonTexts[0])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0},toDisplayString(cr.buttonTexts[0]),1))]),_:1},8,["class","disabled","onClick"]),createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref(L).e("button"),unref(L).is("with-texts",unref(Fe))]),disabled:unref(isEmpty)(V.leftChecked),onClick:unref(Ne)},{default:withCtx(()=>[unref(isUndefined$2)(cr.buttonTexts[1])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0},toDisplayString(cr.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:$e,data:unref(oe),"option-render":unref(dr),placeholder:unref(ir),filterable:cr.filterable,format:cr.format,"filter-method":cr.filterMethod,title:unref(er),"default-checked":cr.rightDefaultChecked,props:n.props,onCheckedChange:unref(de)},{default:withCtx(()=>[renderSlot(cr.$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$O,[["__file","transfer.vue"]]);const ElTransfer=withInstall(Transfer),NODE_KEY="$treeNodeId",markNodeData=function(e,t){!t||t[NODE_KEY]||Object.defineProperty(t,NODE_KEY,{value:e.id,enumerable:!1,configurable:!1,writable:!1})},getNodeKey=function(e,t){return e?t[e]:t[NODE_KEY]},handleCurrentChange=(e,t,y)=>{const n=e.value.currentNode;y();const $=e.value.currentNode;n!==$&&t("current-change",$?$.data:null,$)},getChildState=e=>{let t=!0,y=!0,n=!0;for(let $=0,k=e.length;$<k;$++){const L=e[$];(L.checked!==!0||L.indeterminate)&&(t=!1,L.disabled||(n=!1)),(L.checked!==!1||L.indeterminate)&&(y=!1)}return{all:t,none:y,allWithoutDisable:n,half:!t&&!y}},reInitChecked=function(e){if(e.childNodes.length===0||e.loading)return;const{all:t,none:y,half:n}=getChildState(e.childNodes);t?(e.checked=!0,e.indeterminate=!1):n?(e.checked=!1,e.indeterminate=!0):y&&(e.checked=!1,e.indeterminate=!1);const $=e.parent;!$||$.level===0||e.store.checkStrictly||reInitChecked($)},getPropertyFromData=function(e,t){const y=e.store.props,n=e.data||{},$=y[t];if(typeof $=="function")return $(n,e);if(typeof $=="string")return n[$];if(typeof $>"u"){const k=n[t];return k===void 0?"":k}};let nodeIdSeed=0,Node$1=class P0{constructor(t){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 y in t)hasOwn$1(t,y)&&(this[y]=t[y]);this.level=0,this.loaded=!1,this.childNodes=[],this.loading=!1,this.parent&&(this.level=this.parent.level+1)}initialize(){const t=this.store;if(!t)throw new Error("[Node]store is required!");t.registerNode(this);const y=t.props;if(y&&typeof y.isLeaf<"u"){const k=getPropertyFromData(this,"isLeaf");typeof k=="boolean"&&(this.isLeafByUser=k)}if(t.lazy!==!0&&this.data?(this.setData(this.data),t.defaultExpandAll&&(this.expanded=!0,this.canFocus=!0)):this.level>0&&t.lazy&&t.defaultExpandAll&&!this.isLeafByUser&&this.expand(),Array.isArray(this.data)||markNodeData(this,this.data),!this.data)return;const n=t.defaultExpandedKeys,$=t.key;$&&n&&n.includes(this.key)&&this.expand(null,t.autoExpandParent),$&&t.currentNodeKey!==void 0&&this.key===t.currentNodeKey&&(t.currentNode=this,t.currentNode.isCurrent=!0),t.lazy&&t._initDefaultCheckedNode(this),this.updateLeafState(),this.parent&&(this.level===1||this.parent.expanded===!0)&&(this.canFocus=!0)}setData(t){Array.isArray(t)||markNodeData(this,t),this.data=t,this.childNodes=[];let y;this.level===0&&Array.isArray(this.data)?y=this.data:y=getPropertyFromData(this,"children")||[];for(let n=0,$=y.length;n<$;n++)this.insertChild({data:y[n]})}get label(){return getPropertyFromData(this,"label")}get key(){const t=this.store.key;return this.data?this.data[t]:null}get disabled(){return getPropertyFromData(this,"disabled")}get nextSibling(){const t=this.parent;if(t){const y=t.childNodes.indexOf(this);if(y>-1)return t.childNodes[y+1]}return null}get previousSibling(){const t=this.parent;if(t){const y=t.childNodes.indexOf(this);if(y>-1)return y>0?t.childNodes[y-1]:null}return null}contains(t,y=!0){return(this.childNodes||[]).some(n=>n===t||y&&n.contains(t))}remove(){const t=this.parent;t&&t.removeChild(this)}insertChild(t,y,n){if(!t)throw new Error("InsertChild error: child is required.");if(!(t instanceof P0)){if(!n){const $=this.getChildren(!0);$.includes(t.data)||(typeof y>"u"||y<0?$.push(t.data):$.splice(y,0,t.data))}Object.assign(t,{parent:this,store:this.store}),t=reactive(new P0(t)),t instanceof P0&&t.initialize()}t.level=this.level+1,typeof y>"u"||y<0?this.childNodes.push(t):this.childNodes.splice(y,0,t),this.updateLeafState()}insertBefore(t,y){let n;y&&(n=this.childNodes.indexOf(y)),this.insertChild(t,n)}insertAfter(t,y){let n;y&&(n=this.childNodes.indexOf(y),n!==-1&&(n+=1)),this.insertChild(t,n)}removeChild(t){const y=this.getChildren()||[],n=y.indexOf(t.data);n>-1&&y.splice(n,1);const $=this.childNodes.indexOf(t);$>-1&&(this.store&&this.store.deregisterNode(t),t.parent=null,this.childNodes.splice($,1)),this.updateLeafState()}removeChildByData(t){let y=null;for(let n=0;n<this.childNodes.length;n++)if(this.childNodes[n].data===t){y=this.childNodes[n];break}y&&this.removeChild(y)}expand(t,y){const n=()=>{if(y){let $=this.parent;for(;$.level>0;)$.expanded=!0,$=$.parent}this.expanded=!0,t&&t(),this.childNodes.forEach($=>{$.canFocus=!0})};this.shouldLoadData()?this.loadData($=>{Array.isArray($)&&(this.checked?this.setChecked(!0,!0):this.store.checkStrictly||reInitChecked(this),n())}):n()}doCreateChildren(t,y={}){t.forEach(n=>{this.insertChild(Object.assign({data:n},y),void 0,!0)})}collapse(){this.expanded=!1,this.childNodes.forEach(t=>{t.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 t=this.childNodes;if(!this.store.lazy||this.store.lazy===!0&&this.loaded===!0){this.isLeaf=!t||t.length===0;return}this.isLeaf=!1}setChecked(t,y,n,$){if(this.indeterminate=t==="half",this.checked=t===!0,this.store.checkStrictly)return;if(!(this.shouldLoadData()&&!this.store.checkDescendants)){const{all:L,allWithoutDisable:j}=getChildState(this.childNodes);!this.isLeaf&&!L&&j&&(this.checked=!1,t=!1);const V=()=>{if(y){const z=this.childNodes;for(let ue=0,de=z.length;ue<de;ue++){const _e=z[ue];$=$||t!==!1;const Ne=_e.disabled?_e.checked:$;_e.setChecked(Ne,y,!0,$)}const{half:re,all:oe}=getChildState(z);oe||(this.checked=oe,this.indeterminate=re)}};if(this.shouldLoadData()){this.loadData(()=>{V(),reInitChecked(this)},{checked:t!==!1});return}else V()}const k=this.parent;!k||k.level===0||n||reInitChecked(k)}getChildren(t=!1){if(this.level===0)return this.data;const y=this.data;if(!y)return null;const n=this.store.props;let $="children";return n&&($=n.children||"children"),y[$]===void 0&&(y[$]=null),t&&!y[$]&&(y[$]=[]),y[$]}updateChildren(){const t=this.getChildren()||[],y=this.childNodes.map(k=>k.data),n={},$=[];t.forEach((k,L)=>{const j=k[NODE_KEY];!!j&&y.findIndex(z=>z[NODE_KEY]===j)>=0?n[j]={index:L,data:k}:$.push({index:L,data:k})}),this.store.lazy||y.forEach(k=>{n[k[NODE_KEY]]||this.removeChildByData(k)}),$.forEach(({index:k,data:L})=>{this.insertChild({data:L},k)}),this.updateLeafState()}loadData(t,y={}){if(this.store.lazy===!0&&this.store.load&&!this.loaded&&(!this.loading||Object.keys(y).length)){this.loading=!0;const n=k=>{this.childNodes=[],this.doCreateChildren(k,y),this.loaded=!0,this.loading=!1,this.updateLeafState(),t&&t.call(this,k)},$=()=>{this.loading=!1};this.store.load(this,n,$)}else t&&t.call(this)}eachNode(t){const y=[this];for(;y.length;){const n=y.shift();y.unshift(...n.childNodes),t(n)}}reInitChecked(){this.store.checkStrictly||reInitChecked(this)}};class TreeStore{constructor(t){this.currentNode=null,this.currentNodeKey=null;for(const y in t)hasOwn$1(t,y)&&(this[y]=t[y]);this.nodesMap={}}initialize(){if(this.root=new Node$1({data:this.data,store:this}),this.root.initialize(),this.lazy&&this.load){const t=this.load;t(this.root,y=>{this.root.doCreateChildren(y),this._initDefaultCheckedNodes()})}else this._initDefaultCheckedNodes()}filter(t){const y=this.filterNodeMethod,n=this.lazy,$=function(k){const L=k.root?k.root.childNodes:k.childNodes;if(L.forEach(j=>{j.visible=y.call(j,t,j.data,j),$(j)}),!k.visible&&L.length){let j=!0;j=!L.some(V=>V.visible),k.root?k.root.visible=j===!1:k.visible=j===!1}t&&k.visible&&!k.isLeaf&&(!n||k.loaded)&&k.expand()};$(this)}setData(t){t!==this.root.data?(this.root.setData(t),this._initDefaultCheckedNodes()):this.root.updateChildren()}getNode(t){if(t instanceof Node$1)return t;const y=isObject$5(t)?getNodeKey(this.key,t):t;return this.nodesMap[y]||null}insertBefore(t,y){const n=this.getNode(y);n.parent.insertBefore({data:t},n)}insertAfter(t,y){const n=this.getNode(y);n.parent.insertAfter({data:t},n)}remove(t){const y=this.getNode(t);y&&y.parent&&(y===this.currentNode&&(this.currentNode=null),y.parent.removeChild(y))}append(t,y){const n=isPropAbsent(y)?this.root:this.getNode(y);n&&n.insertChild({data:t})}_initDefaultCheckedNodes(){const t=this.defaultCheckedKeys||[],y=this.nodesMap;t.forEach(n=>{const $=y[n];$&&$.setChecked(!0,!this.checkStrictly)})}_initDefaultCheckedNode(t){(this.defaultCheckedKeys||[]).includes(t.key)&&t.setChecked(!0,!this.checkStrictly)}setDefaultCheckedKey(t){t!==this.defaultCheckedKeys&&(this.defaultCheckedKeys=t,this._initDefaultCheckedNodes())}registerNode(t){const y=this.key;!t||!t.data||(y?t.key!==void 0&&(this.nodesMap[t.key]=t):this.nodesMap[t.id]=t)}deregisterNode(t){!this.key||!t||!t.data||(t.childNodes.forEach(n=>{this.deregisterNode(n)}),delete this.nodesMap[t.key])}getCheckedNodes(t=!1,y=!1){const n=[],$=function(k){(k.root?k.root.childNodes:k.childNodes).forEach(j=>{(j.checked||y&&j.indeterminate)&&(!t||t&&j.isLeaf)&&n.push(j.data),$(j)})};return $(this),n}getCheckedKeys(t=!1){return this.getCheckedNodes(t).map(y=>(y||{})[this.key])}getHalfCheckedNodes(){const t=[],y=function(n){(n.root?n.root.childNodes:n.childNodes).forEach(k=>{k.indeterminate&&t.push(k.data),y(k)})};return y(this),t}getHalfCheckedKeys(){return this.getHalfCheckedNodes().map(t=>(t||{})[this.key])}_getAllNodes(){const t=[],y=this.nodesMap;for(const n in y)hasOwn$1(y,n)&&t.push(y[n]);return t}updateChildren(t,y){const n=this.nodesMap[t];if(!n)return;const $=n.childNodes;for(let k=$.length-1;k>=0;k--){const L=$[k];this.remove(L.data)}for(let k=0,L=y.length;k<L;k++){const j=y[k];this.append(j,n.data)}}_setCheckedKeys(t,y=!1,n){const $=this._getAllNodes().sort((V,z)=>V.level-z.level),k=Object.create(null),L=Object.keys(n);$.forEach(V=>V.setChecked(!1,!1));const j=V=>{V.childNodes.forEach(z=>{var re;k[z.data[t]]=!0,(re=z.childNodes)!=null&&re.length&&j(z)})};for(let V=0,z=$.length;V<z;V++){const re=$[V],oe=re.data[t].toString();if(!L.includes(oe)){re.checked&&!k[oe]&&re.setChecked(!1,!1);continue}if(re.childNodes.length&&j(re),re.isLeaf||this.checkStrictly){re.setChecked(!0,!1);continue}if(re.setChecked(!0,!0),y){re.setChecked(!1,!1);const de=function(_e){_e.childNodes.forEach(Ue=>{Ue.isLeaf||Ue.setChecked(!1,!1),de(Ue)})};de(re)}}}setCheckedNodes(t,y=!1){const n=this.key,$={};t.forEach(k=>{$[(k||{})[n]]=!0}),this._setCheckedKeys(n,y,$)}setCheckedKeys(t,y=!1){this.defaultCheckedKeys=t;const n=this.key,$={};t.forEach(k=>{$[k]=!0}),this._setCheckedKeys(n,y,$)}setDefaultExpandedKeys(t){t=t||[],this.defaultExpandedKeys=t,t.forEach(y=>{const n=this.getNode(y);n&&n.expand(null,this.autoExpandParent)})}setChecked(t,y,n){const $=this.getNode(t);$&&$.setChecked(!!y,n)}getCurrentNode(){return this.currentNode}setCurrentNode(t){const y=this.currentNode;y&&(y.isCurrent=!1),this.currentNode=t,this.currentNode.isCurrent=!0}setUserCurrentNode(t,y=!0){const n=t[this.key],$=this.nodesMap[n];this.setCurrentNode($),y&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0)}setCurrentNodeKey(t,y=!0){if(t==null){this.currentNode&&(this.currentNode.isCurrent=!1),this.currentNode=null;return}const n=this.getNode(t);n&&(this.setCurrentNode(n),y&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0))}}const _sfc_main$N=defineComponent({name:"ElTreeNodeContent",props:{node:{type:Object,required:!0},renderContent:Function},setup(e){const t=useNamespace("tree"),y=inject("NodeInstance"),n=inject("RootTree");return()=>{const $=e.node,{data:k,store:L}=$;return e.renderContent?e.renderContent(h$1,{_self:y,node:$,data:k,store:L}):renderSlot(n.ctx.slots,"default",{node:$,data:k},()=>[h$1("span",{class:t.be("node","label")},[$.label])])}}});var NodeContent=_export_sfc$1(_sfc_main$N,[["__file","tree-node-content.vue"]]);function useNodeExpandEventBroadcast(e){const t=inject("TreeNodeMap",null),y={treeNodeExpand:n=>{e.node!==n&&e.node.collapse()},children:[]};return t&&t.children.push(y),provide("TreeNodeMap",y),{broadcastExpanded:n=>{if(e.accordion)for(const $ of y.children)$.treeNodeExpand(n)}}}const dragEventsKey=Symbol("dragEvents");function useDragNodeHandler({props:e,ctx:t,el$:y,dropIndicator$:n,store:$}){const k=useNamespace("tree"),L=ref$1({showDropIndicator:!1,draggingNode:null,dropNode:null,allowDrop:!0,dropType:null});return provide(dragEventsKey,{treeNodeDragStart:({event:re,treeNode:oe})=>{if(typeof e.allowDrag=="function"&&!e.allowDrag(oe.node))return re.preventDefault(),!1;re.dataTransfer.effectAllowed="move";try{re.dataTransfer.setData("text/plain","")}catch{}L.value.draggingNode=oe,t.emit("node-drag-start",oe.node,re)},treeNodeDragOver:({event:re,treeNode:oe})=>{const ue=oe,de=L.value.dropNode;de&&de.node.id!==ue.node.id&&removeClass(de.$el,k.is("drop-inner"));const _e=L.value.draggingNode;if(!_e||!ue)return;let Ne=!0,Ue=!0,$e=!0,Ve=!0;typeof e.allowDrop=="function"&&(Ne=e.allowDrop(_e.node,ue.node,"prev"),Ve=Ue=e.allowDrop(_e.node,ue.node,"inner"),$e=e.allowDrop(_e.node,ue.node,"next")),re.dataTransfer.dropEffect=Ue||Ne||$e?"move":"none",(Ne||Ue||$e)&&(de==null?void 0:de.node.id)!==ue.node.id&&(de&&t.emit("node-drag-leave",_e.node,de.node,re),t.emit("node-drag-enter",_e.node,ue.node,re)),Ne||Ue||$e?L.value.dropNode=ue:L.value.dropNode=null,ue.node.nextSibling===_e.node&&($e=!1),ue.node.previousSibling===_e.node&&(Ne=!1),ue.node.contains(_e.node,!1)&&(Ue=!1),(_e.node===ue.node||_e.node.contains(ue.node))&&(Ne=!1,Ue=!1,$e=!1);const Fe=ue.$el.querySelector(`.${k.be("node","content")}`).getBoundingClientRect(),qe=y.value.getBoundingClientRect();let er;const ir=Ne?Ue?.25:$e?.45:1:-1,dr=$e?Ue?.75:Ne?.55:0:1;let cr=-9999;const nr=re.clientY-Fe.top;nr<Fe.height*ir?er="before":nr>Fe.height*dr?er="after":Ue?er="inner":er="none";const lr=ue.$el.querySelector(`.${k.be("node","expand-icon")}`).getBoundingClientRect(),Et=n.value;er==="before"?cr=lr.top-qe.top:er==="after"&&(cr=lr.bottom-qe.top),Et.style.top=`${cr}px`,Et.style.left=`${lr.right-qe.left}px`,er==="inner"?addClass(ue.$el,k.is("drop-inner")):removeClass(ue.$el,k.is("drop-inner")),L.value.showDropIndicator=er==="before"||er==="after",L.value.allowDrop=L.value.showDropIndicator||Ve,L.value.dropType=er,t.emit("node-drag-over",_e.node,ue.node,re)},treeNodeDragEnd:re=>{const{draggingNode:oe,dropType:ue,dropNode:de}=L.value;if(re.preventDefault(),re.dataTransfer.dropEffect="move",oe&&de){const _e={data:oe.node.data};ue!=="none"&&oe.node.remove(),ue==="before"?de.node.parent.insertBefore(_e,de.node):ue==="after"?de.node.parent.insertAfter(_e,de.node):ue==="inner"&&de.node.insertChild(_e),ue!=="none"&&($.value.registerNode(_e),$.value.key&&oe.node.eachNode(Ne=>{var Ue;(Ue=$.value.nodesMap[Ne.data[$.value.key]])==null||Ue.setChecked(Ne.checked,!$.value.checkStrictly)})),removeClass(de.$el,k.is("drop-inner")),t.emit("node-drag-end",oe.node,de.node,ue,re),ue!=="none"&&t.emit("node-drop",oe.node,de.node,ue,re)}oe&&!de&&t.emit("node-drag-end",oe.node,null,ue,re),L.value.showDropIndicator=!1,L.value.draggingNode=null,L.value.dropNode=null,L.value.allowDrop=!0}}),{dragState:L}}const _sfc_main$M=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(e,t){const y=useNamespace("tree"),{broadcastExpanded:n}=useNodeExpandEventBroadcast(e),$=inject("RootTree"),k=ref$1(!1),L=ref$1(!1),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=inject(dragEventsKey),oe=getCurrentInstance();provide("NodeInstance",oe),e.node.expanded&&(k.value=!0,L.value=!0);const ue=$.props.props.children||"children";watch(()=>{const nr=e.node.data[ue];return nr&&[...nr]},()=>{e.node.updateChildren()}),watch(()=>e.node.indeterminate,nr=>{Ne(e.node.checked,nr)}),watch(()=>e.node.checked,nr=>{Ne(nr,e.node.indeterminate)}),watch(()=>e.node.childNodes.length,()=>e.node.reInitChecked()),watch(()=>e.node.expanded,nr=>{nextTick$3(()=>k.value=nr),nr&&(L.value=!0)});const de=nr=>getNodeKey($.props.nodeKey,nr.data),_e=nr=>{const lr=e.props.class;if(!lr)return{};let Et;if(isFunction$5(lr)){const{data:ie}=nr;Et=lr(ie,nr)}else Et=lr;return isString$4(Et)?{[Et]:!0}:Et},Ne=(nr,lr)=>{(j.value!==nr||V.value!==lr)&&$.ctx.emit("check-change",e.node.data,nr,lr),j.value=nr,V.value=lr},Ue=nr=>{handleCurrentChange($.store,$.ctx.emit,()=>$.store.value.setCurrentNode(e.node)),$.currentNode.value=e.node,$.props.expandOnClickNode&&Ve(),$.props.checkOnClickNode&&!e.node.disabled&&Fe(null,{target:{checked:!e.node.checked}}),$.ctx.emit("node-click",e.node.data,e.node,oe,nr)},$e=nr=>{$.instance.vnode.props.onNodeContextmenu&&(nr.stopPropagation(),nr.preventDefault()),$.ctx.emit("node-contextmenu",nr,e.node.data,e.node,oe)},Ve=()=>{e.node.isLeaf||(k.value?($.ctx.emit("node-collapse",e.node.data,e.node,oe),e.node.collapse()):(e.node.expand(),t.emit("node-expand",e.node.data,e.node,oe)))},Fe=(nr,lr)=>{e.node.setChecked(lr.target.checked,!$.props.checkStrictly),nextTick$3(()=>{const Et=$.store.value;$.ctx.emit("check",e.node.data,{checkedNodes:Et.getCheckedNodes(),checkedKeys:Et.getCheckedKeys(),halfCheckedNodes:Et.getHalfCheckedNodes(),halfCheckedKeys:Et.getHalfCheckedKeys()})})};return{ns:y,node$:z,tree:$,expanded:k,childNodeRendered:L,oldChecked:j,oldIndeterminate:V,getNodeKey:de,getNodeClass:_e,handleSelectChange:Ne,handleClick:Ue,handleContextMenu:$e,handleExpandIconClick:Ve,handleCheckChange:Fe,handleChildNodeExpand:(nr,lr,Et)=>{n(lr),$.ctx.emit("node-expand",nr,lr,Et)},handleDragStart:nr=>{$.props.draggable&&re.treeNodeDragStart({event:nr,treeNode:e})},handleDragOver:nr=>{nr.preventDefault(),$.props.draggable&&re.treeNodeDragOver({event:nr,treeNode:{$el:z.value,node:e.node}})},handleDrop:nr=>{nr.preventDefault()},handleDragEnd:nr=>{$.props.draggable&&re.treeNodeDragEnd(nr)},CaretRight:caret_right_default}}});function _sfc_render$2(e,t,y,n,$,k){const L=resolveComponent("el-icon"),j=resolveComponent("el-checkbox"),V=resolveComponent("loading"),z=resolveComponent("node-content"),re=resolveComponent("el-tree-node"),oe=resolveComponent("el-collapse-transition");return withDirectives((openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([e.ns.b("node"),e.ns.is("expanded",e.expanded),e.ns.is("current",e.node.isCurrent),e.ns.is("hidden",!e.node.visible),e.ns.is("focusable",!e.node.disabled),e.ns.is("checked",!e.node.disabled&&e.node.checked),e.getNodeClass(e.node)]),role:"treeitem",tabindex:"-1","aria-expanded":e.expanded,"aria-disabled":e.node.disabled,"aria-checked":e.node.checked,draggable:e.tree.props.draggable,"data-key":e.getNodeKey(e.node),onClick:withModifiers(e.handleClick,["stop"]),onContextmenu:e.handleContextMenu,onDragstart:withModifiers(e.handleDragStart,["stop"]),onDragover:withModifiers(e.handleDragOver,["stop"]),onDragend:withModifiers(e.handleDragEnd,["stop"]),onDrop:withModifiers(e.handleDrop,["stop"])},[createBaseVNode("div",{class:normalizeClass(e.ns.be("node","content")),style:normalizeStyle({paddingLeft:(e.node.level-1)*e.tree.props.indent+"px"})},[e.tree.props.icon||e.CaretRight?(openBlock(),createBlock(L,{key:0,class:normalizeClass([e.ns.be("node","expand-icon"),e.ns.is("leaf",e.node.isLeaf),{expanded:!e.node.isLeaf&&e.expanded}]),onClick:withModifiers(e.handleExpandIconClick,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.tree.props.icon||e.CaretRight)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.showCheckbox?(openBlock(),createBlock(j,{key:1,"model-value":e.node.checked,indeterminate:e.node.indeterminate,disabled:!!e.node.disabled,onClick:withModifiers(()=>{},["stop"]),onChange:e.handleCheckChange},null,8,["model-value","indeterminate","disabled","onClick","onChange"])):createCommentVNode("v-if",!0),e.node.loading?(openBlock(),createBlock(L,{key:2,class:normalizeClass([e.ns.be("node","loading-icon"),e.ns.is("loading")])},{default:withCtx(()=>[createVNode(V)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode(z,{node:e.node,"render-content":e.renderContent},null,8,["node","render-content"])],6),createVNode(oe,null,{default:withCtx(()=>[!e.renderAfterExpand||e.childNodeRendered?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.be("node","children")),role:"group","aria-expanded":e.expanded},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.node.childNodes,ue=>(openBlock(),createBlock(re,{key:e.getNodeKey(ue),"render-content":e.renderContent,"render-after-expand":e.renderAfterExpand,"show-checkbox":e.showCheckbox,node:ue,accordion:e.accordion,props:e.props,onNodeExpand:e.handleChildNodeExpand},null,8,["render-content","render-after-expand","show-checkbox","node","accordion","props","onNodeExpand"]))),128))],10,["aria-expanded"])),[[vShow,e.expanded]]):createCommentVNode("v-if",!0)]),_:1})],42,["aria-expanded","aria-disabled","aria-checked","draggable","data-key","onClick","onContextmenu","onDragstart","onDragover","onDragend","onDrop"])),[[vShow,e.node.visible]])}var ElTreeNode$1=_export_sfc$1(_sfc_main$M,[["render",_sfc_render$2],["__file","tree-node.vue"]]);function useKeydown({el$:e},t){const y=useNamespace("tree"),n=shallowRef([]),$=shallowRef([]);onMounted(()=>{L()}),onUpdated(()=>{n.value=Array.from(e.value.querySelectorAll("[role=treeitem]")),$.value=Array.from(e.value.querySelectorAll("input[type=checkbox]"))}),watch($,j=>{j.forEach(V=>{V.setAttribute("tabindex","-1")})}),useEventListener(e,"keydown",j=>{const V=j.target;if(!V.className.includes(y.b("node")))return;const z=j.code;n.value=Array.from(e.value.querySelectorAll(`.${y.is("focusable")}[role=treeitem]`));const re=n.value.indexOf(V);let oe;if([EVENT_CODE.up,EVENT_CODE.down].includes(z)){if(j.preventDefault(),z===EVENT_CODE.up){oe=re===-1?0:re!==0?re-1:n.value.length-1;const de=oe;for(;!t.value.getNode(n.value[oe].dataset.key).canFocus;){if(oe--,oe===de){oe=-1;break}oe<0&&(oe=n.value.length-1)}}else{oe=re===-1?0:re<n.value.length-1?re+1:0;const de=oe;for(;!t.value.getNode(n.value[oe].dataset.key).canFocus;){if(oe++,oe===de){oe=-1;break}oe>=n.value.length&&(oe=0)}}oe!==-1&&n.value[oe].focus()}[EVENT_CODE.left,EVENT_CODE.right].includes(z)&&(j.preventDefault(),V.click());const ue=V.querySelector('[type="checkbox"]');[EVENT_CODE.enter,EVENT_CODE.space].includes(z)&&ue&&(j.preventDefault(),ue.click())});const L=()=>{var j;n.value=Array.from(e.value.querySelectorAll(`.${y.is("focusable")}[role=treeitem]`)),$.value=Array.from(e.value.querySelectorAll("input[type=checkbox]"));const V=e.value.querySelectorAll(`.${y.is("checked")}[role=treeitem]`);if(V.length){V[0].setAttribute("tabindex","0");return}(j=n.value[0])==null||j.setAttribute("tabindex","0")}}const _sfc_main$L=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(e,t){const{t:y}=useLocale(),n=useNamespace("tree"),$=inject(selectKey,null),k=ref$1(new TreeStore({key:e.nodeKey,data:e.data,lazy:e.lazy,props:e.props,load:e.load,currentNodeKey:e.currentNodeKey,checkStrictly:e.checkStrictly,checkDescendants:e.checkDescendants,defaultCheckedKeys:e.defaultCheckedKeys,defaultExpandedKeys:e.defaultExpandedKeys,autoExpandParent:e.autoExpandParent,defaultExpandAll:e.defaultExpandAll,filterNodeMethod:e.filterNodeMethod}));k.value.initialize();const L=ref$1(k.value.root),j=ref$1(null),V=ref$1(null),z=ref$1(null),{broadcastExpanded:re}=useNodeExpandEventBroadcast(e),{dragState:oe}=useDragNodeHandler({props:e,ctx:t,el$:V,dropIndicator$:z,store:k});useKeydown({el$:V},k);const ue=computed(()=>{const{childNodes:ur}=L.value,kt=$?$.hasFilteredOptions!==0:!1;return(!ur||ur.length===0||ur.every(({visible:he})=>!he))&&!kt});watch(()=>e.currentNodeKey,ur=>{k.value.setCurrentNodeKey(ur)}),watch(()=>e.defaultCheckedKeys,ur=>{k.value.setDefaultCheckedKey(ur)}),watch(()=>e.defaultExpandedKeys,ur=>{k.value.setDefaultExpandedKeys(ur)}),watch(()=>e.data,ur=>{k.value.setData(ur)},{deep:!0}),watch(()=>e.checkStrictly,ur=>{k.value.checkStrictly=ur});const de=ur=>{if(!e.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");k.value.filter(ur)},_e=ur=>getNodeKey(e.nodeKey,ur.data),Ne=ur=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getNodePath");const kt=k.value.getNode(ur);if(!kt)return[];const he=[kt.data];let tr=kt.parent;for(;tr&&tr!==L.value;)he.push(tr.data),tr=tr.parent;return he.reverse()},Ue=(ur,kt)=>k.value.getCheckedNodes(ur,kt),$e=ur=>k.value.getCheckedKeys(ur),Ve=()=>{const ur=k.value.getCurrentNode();return ur?ur.data:null},Fe=()=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getCurrentKey");const ur=Ve();return ur?ur[e.nodeKey]:null},qe=(ur,kt)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedNodes");k.value.setCheckedNodes(ur,kt)},er=(ur,kt)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedKeys");k.value.setCheckedKeys(ur,kt)},ir=(ur,kt,he)=>{k.value.setChecked(ur,kt,he)},dr=()=>k.value.getHalfCheckedNodes(),cr=()=>k.value.getHalfCheckedKeys(),nr=(ur,kt=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentNode");handleCurrentChange(k,t.emit,()=>{re(ur),k.value.setUserCurrentNode(ur,kt)})},lr=(ur,kt=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentKey");handleCurrentChange(k,t.emit,()=>{re(),k.value.setCurrentNodeKey(ur,kt)})},Et=ur=>k.value.getNode(ur),ie=ur=>{k.value.remove(ur)},pe=(ur,kt)=>{k.value.append(ur,kt)},Ce=(ur,kt)=>{k.value.insertBefore(ur,kt)},Ie=(ur,kt)=>{k.value.insertAfter(ur,kt)},jt=(ur,kt,he)=>{re(kt),t.emit("node-expand",ur,kt,he)},ar=(ur,kt)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in updateKeyChild");k.value.updateChildren(ur,kt)};return provide("RootTree",{ctx:t,props:e,store:k,root:L,currentNode:j,instance:getCurrentInstance()}),provide(formItemContextKey,void 0),{ns:n,store:k,root:L,currentNode:j,dragState:oe,el$:V,dropIndicator$:z,isEmpty:ue,filter:de,getNodeKey:_e,getNodePath:Ne,getCheckedNodes:Ue,getCheckedKeys:$e,getCurrentNode:Ve,getCurrentKey:Fe,setCheckedNodes:qe,setCheckedKeys:er,setChecked:ir,getHalfCheckedNodes:dr,getHalfCheckedKeys:cr,setCurrentNode:nr,setCurrentKey:lr,t:y,getNode:Et,remove:ie,append:pe,insertBefore:Ce,insertAfter:Ie,handleNodeExpand:jt,updateKeyChildren:ar}}});function _sfc_render$1(e,t,y,n,$,k){const L=resolveComponent("el-tree-node");return openBlock(),createElementBlock("div",{ref:"el$",class:normalizeClass([e.ns.b(),e.ns.is("dragging",!!e.dragState.draggingNode),e.ns.is("drop-not-allow",!e.dragState.allowDrop),e.ns.is("drop-inner",e.dragState.dropType==="inner"),{[e.ns.m("highlight-current")]:e.highlightCurrent}]),role:"tree"},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.root.childNodes,j=>(openBlock(),createBlock(L,{key:e.getNodeKey(j),node:j,props:e.props,accordion:e.accordion,"render-after-expand":e.renderAfterExpand,"show-checkbox":e.showCheckbox,"render-content":e.renderContent,onNodeExpand:e.handleNodeExpand},null,8,["node","props","accordion","render-after-expand","show-checkbox","render-content","onNodeExpand"]))),128)),e.isEmpty?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.e("empty-block"))},[renderSlot(e.$slots,"empty",{},()=>{var j;return[createBaseVNode("span",{class:normalizeClass(e.ns.e("empty-text"))},toDisplayString((j=e.emptyText)!=null?j:e.t("el.tree.emptyText")),3)]})],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{ref:"dropIndicator$",class:normalizeClass(e.ns.e("drop-indicator"))},null,2),[[vShow,e.dragState.showDropIndicator]])],2)}var Tree=_export_sfc$1(_sfc_main$L,[["render",_sfc_render$1],["__file","tree.vue"]]);const ElTree=withInstall(Tree),useSelect=(e,{attrs:t,emit:y},{select:n,tree:$,key:k})=>{const L=useNamespace("tree-select");return watch(()=>e.data,()=>{e.filterable&&nextTick$3(()=>{var V,z;(z=$.value)==null||z.filter((V=n.value)==null?void 0:V.states.inputValue)})},{flush:"post"}),{...pick(toRefs(e),Object.keys(ElSelect.props)),...t,"onUpdate:modelValue":V=>y(UPDATE_MODEL_EVENT,V),valueKey:k,popperClass:computed(()=>{const V=[L.e("popper")];return e.popperClass&&V.push(e.popperClass),V.join(" ")}),filterMethod:(V="")=>{var z;e.filterMethod?e.filterMethod(V):e.remoteMethod?e.remoteMethod(V):(z=$.value)==null||z.filter(V)}}},component=defineComponent({extends:ElOption,setup(e,t){const y=ElOption.setup(e,t);delete y.selectOptionClick;const n=getCurrentInstance().proxy;return nextTick$3(()=>{y.select.states.cachedOptions.get(n.value)||y.select.onOptionCreate(n)}),watch(()=>t.attrs.visible,$=>{y.states.visible=$},{immediate:!0}),y},methods:{selectOptionClick(){this.$el.parentElement.click()}}});function isValidValue(e){return e||e===0}function isValidArray(e){return Array.isArray(e)&&e.length}function toValidArray(e){return Array.isArray(e)?e:isValidValue(e)?[e]:[]}function treeFind(e,t,y,n,$){for(let k=0;k<e.length;k++){const L=e[k];if(t(L,k,e,$))return n?n(L,k,e,$):L;{const j=y(L);if(isValidArray(j)){const V=treeFind(j,t,y,n,L);if(V)return V}}}}function treeEach(e,t,y,n){for(let $=0;$<e.length;$++){const k=e[$];t(k,$,e,n);const L=y(k);isValidArray(L)&&treeEach(L,t,y,k)}}const useTree$1=(e,{attrs:t,slots:y,emit:n},{select:$,tree:k,key:L})=>{watch(()=>e.modelValue,()=>{e.showCheckbox&&nextTick$3(()=>{const oe=k.value;oe&&!isEqual$1(oe.getCheckedKeys(),toValidArray(e.modelValue))&&oe.setCheckedKeys(toValidArray(e.modelValue))})},{immediate:!0,deep:!0});const j=computed(()=>({value:L.value,label:"label",children:"children",disabled:"disabled",isLeaf:"isLeaf",...e.props})),V=(oe,ue)=>{var de;const _e=j.value[oe];return isFunction$5(_e)?_e(ue,(de=k.value)==null?void 0:de.getNode(V("value",ue))):ue[_e]},z=toValidArray(e.modelValue).map(oe=>treeFind(e.data||[],ue=>V("value",ue)===oe,ue=>V("children",ue),(ue,de,_e,Ne)=>Ne&&V("value",Ne))).filter(oe=>isValidValue(oe)),re=computed(()=>{if(!e.renderAfterExpand&&!e.lazy)return[];const oe=[];return treeEach(e.data.concat(e.cacheData),ue=>{const de=V("value",ue);oe.push({value:de,currentLabel:V("label",ue),isDisabled:V("disabled",ue)})},ue=>V("children",ue)),oe});return{...pick(toRefs(e),Object.keys(ElTree.props)),...t,nodeKey:L,expandOnClickNode:computed(()=>!e.checkStrictly&&e.expandOnClickNode),defaultExpandedKeys:computed(()=>e.defaultExpandedKeys?e.defaultExpandedKeys.concat(z):z),renderContent:(oe,{node:ue,data:de,store:_e})=>oe(component,{value:V("value",de),label:V("label",de),disabled:V("disabled",de),visible:ue.visible},e.renderContent?()=>e.renderContent(oe,{node:ue,data:de,store:_e}):y.default?()=>y.default({node:ue,data:de,store:_e}):void 0),filterNodeMethod:(oe,ue,de)=>e.filterNodeMethod?e.filterNodeMethod(oe,ue,de):oe?new RegExp(escapeStringRegexp(oe),"i").test(V("label",ue)||""):!0,onNodeClick:(oe,ue,de)=>{var _e,Ne,Ue,$e;if((_e=t.onNodeClick)==null||_e.call(t,oe,ue,de),!(e.showCheckbox&&e.checkOnClickNode)){if(!e.showCheckbox&&(e.checkStrictly||ue.isLeaf)){if(!V("disabled",oe)){const Ve=(Ne=$.value)==null?void 0:Ne.states.options.get(V("value",oe));(Ue=$.value)==null||Ue.handleOptionSelect(Ve)}}else e.expandOnClickNode&&de.proxy.handleExpandIconClick();($e=$.value)==null||$e.focus()}},onCheck:(oe,ue)=>{var de;if(!e.showCheckbox)return;const _e=V("value",oe),Ne={};treeEach([k.value.store.root],Fe=>Ne[Fe.key]=Fe,Fe=>Fe.childNodes);const Ue=ue.checkedKeys,$e=e.multiple?toValidArray(e.modelValue).filter(Fe=>!(Fe in Ne)&&!Ue.includes(Fe)):[],Ve=$e.concat(Ue);if(e.checkStrictly)n(UPDATE_MODEL_EVENT,e.multiple?Ve:Ve.includes(_e)?_e:void 0);else if(e.multiple)n(UPDATE_MODEL_EVENT,$e.concat(k.value.getCheckedKeys(!0)));else{const Fe=treeFind([oe],ir=>!isValidArray(V("children",ir))&&!V("disabled",ir),ir=>V("children",ir)),qe=Fe?V("value",Fe):void 0,er=isValidValue(e.modelValue)&&!!treeFind([oe],ir=>V("value",ir)===e.modelValue,ir=>V("children",ir));n(UPDATE_MODEL_EVENT,qe===e.modelValue||er?void 0:qe)}nextTick$3(()=>{var Fe;const qe=toValidArray(e.modelValue);k.value.setCheckedKeys(qe),(Fe=t.onCheck)==null||Fe.call(t,oe,{checkedKeys:k.value.getCheckedKeys(),checkedNodes:k.value.getCheckedNodes(),halfCheckedKeys:k.value.getHalfCheckedKeys(),halfCheckedNodes:k.value.getHalfCheckedNodes()})}),(de=$.value)==null||de.focus()},cacheOptions:re}};var CacheOptions=defineComponent({props:{data:{type:Array,default:()=>[]}},setup(e){const t=inject(selectKey);return watch(()=>e.data,()=>{var y;e.data.forEach($=>{t.states.cachedOptions.has($.value)||t.states.cachedOptions.set($.value,$)});const n=((y=t.selectRef)==null?void 0:y.querySelectorAll("input"))||[];isClient&&!Array.from(n).includes(document.activeElement)&&t.setSelected()},{flush:"post",immediate:!0}),()=>{}}});const _sfc_main$K=defineComponent({name:"ElTreeSelect",inheritAttrs:!1,props:{...ElSelect.props,...ElTree.props,cacheData:{type:Array,default:()=>[]}},setup(e,t){const{slots:y,expose:n}=t,$=ref$1(),k=ref$1(),L=computed(()=>e.nodeKey||e.valueKey||"value"),j=useSelect(e,t,{select:$,tree:k,key:L}),{cacheOptions:V,...z}=useTree$1(e,t,{select:$,tree:k,key:L}),re=reactive({});return n(re),onMounted(()=>{Object.assign(re,{...pick(k.value,["filter","updateKeyChildren","getCheckedNodes","setCheckedNodes","getCheckedKeys","setCheckedKeys","setChecked","getHalfCheckedNodes","getHalfCheckedKeys","getCurrentKey","getCurrentNode","setCurrentKey","setCurrentNode","getNode","remove","append","insertBefore","insertAfter"]),...pick($.value,["focus","blur"])})}),()=>h$1(ElSelect,reactive({...j,ref:oe=>$.value=oe}),{...y,default:()=>[h$1(CacheOptions,{data:V.value}),h$1(ElTree,reactive({...z,ref:oe=>k.value=oe}))]})}});var TreeSelect=_export_sfc$1(_sfc_main$K,[["__file","tree-select.vue"]]);const ElTreeSelect=withInstall(TreeSelect),ROOT_TREE_INJECTION_KEY=Symbol(),EMPTY_NODE={key:-1,level:-1,data:{}};var TreeOptionsEnum=(e=>(e.KEY="id",e.LABEL="label",e.CHILDREN="children",e.DISABLED="disabled",e))(TreeOptionsEnum||{}),SetOperationEnum=(e=>(e.ADD="add",e.DELETE="delete",e))(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]:(e,t,y)=>e&&t&&y,[NODE_EXPAND]:(e,t)=>e&&t,[NODE_COLLAPSE]:(e,t)=>e&&t,[CURRENT_CHANGE]:(e,t)=>e&&t,[NODE_CHECK]:(e,t)=>e&&t,[NODE_CHECK_CHANGE]:(e,t)=>e&&typeof t=="boolean",[NODE_CONTEXTMENU]:(e,t,y)=>e&&t&&y},treeNodeEmits={click:(e,t)=>!!(e&&t),toggle:e=>!!e,check:(e,t)=>e&&typeof t=="boolean"};function useCheck(e,t){const y=ref$1(new Set),n=ref$1(new Set),{emit:$}=getCurrentInstance();watch([()=>t.value,()=>e.defaultCheckedKeys],()=>nextTick$3(()=>{Ve(e.defaultCheckedKeys)}),{immediate:!0});const k=()=>{if(!t.value||!e.showCheckbox||e.checkStrictly)return;const{levelTreeNodeMap:Fe,maxLevel:qe}=t.value,er=y.value,ir=new Set;for(let dr=qe-1;dr>=1;--dr){const cr=Fe.get(dr);cr&&cr.forEach(nr=>{const lr=nr.children;if(lr){let Et=!0,ie=!1;for(const pe of lr){const Ce=pe.key;if(er.has(Ce))ie=!0;else if(ir.has(Ce)){Et=!1,ie=!0;break}else Et=!1}Et?er.add(nr.key):ie?(ir.add(nr.key),er.delete(nr.key)):(er.delete(nr.key),ir.delete(nr.key))}})}n.value=ir},L=Fe=>y.value.has(Fe.key),j=Fe=>n.value.has(Fe.key),V=(Fe,qe,er=!0)=>{const ir=y.value,dr=(cr,nr)=>{ir[nr?SetOperationEnum.ADD:SetOperationEnum.DELETE](cr.key);const lr=cr.children;!e.checkStrictly&&lr&&lr.forEach(Et=>{Et.disabled||dr(Et,nr)})};dr(Fe,qe),k(),er&&z(Fe,qe)},z=(Fe,qe)=>{const{checkedNodes:er,checkedKeys:ir}=_e(),{halfCheckedNodes:dr,halfCheckedKeys:cr}=Ne();$(NODE_CHECK,Fe.data,{checkedKeys:ir,checkedNodes:er,halfCheckedKeys:cr,halfCheckedNodes:dr}),$(NODE_CHECK_CHANGE,Fe.data,qe)};function re(Fe=!1){return _e(Fe).checkedKeys}function oe(Fe=!1){return _e(Fe).checkedNodes}function ue(){return Ne().halfCheckedKeys}function de(){return Ne().halfCheckedNodes}function _e(Fe=!1){const qe=[],er=[];if(t!=null&&t.value&&e.showCheckbox){const{treeNodeMap:ir}=t.value;y.value.forEach(dr=>{const cr=ir.get(dr);cr&&(!Fe||Fe&&cr.isLeaf)&&(er.push(dr),qe.push(cr.data))})}return{checkedKeys:er,checkedNodes:qe}}function Ne(){const Fe=[],qe=[];if(t!=null&&t.value&&e.showCheckbox){const{treeNodeMap:er}=t.value;n.value.forEach(ir=>{const dr=er.get(ir);dr&&(qe.push(ir),Fe.push(dr.data))})}return{halfCheckedNodes:Fe,halfCheckedKeys:qe}}function Ue(Fe){y.value.clear(),n.value.clear(),nextTick$3(()=>{Ve(Fe)})}function $e(Fe,qe){if(t!=null&&t.value&&e.showCheckbox){const er=t.value.treeNodeMap.get(Fe);er&&V(er,qe,!1)}}function Ve(Fe){if(t!=null&&t.value){const{treeNodeMap:qe}=t.value;if(e.showCheckbox&&qe&&Fe)for(const er of Fe){const ir=qe.get(er);ir&&!L(ir)&&V(ir,!0,!1)}}}return{updateCheckedKeys:k,toggleCheckbox:V,isChecked:L,isIndeterminate:j,getCheckedKeys:re,getCheckedNodes:oe,getHalfCheckedKeys:ue,getHalfCheckedNodes:de,setChecked:$e,setCheckedKeys:Ue}}function useFilter(e,t){const y=ref$1(new Set([])),n=ref$1(new Set([])),$=computed(()=>isFunction$5(e.filterMethod));function k(j){var V;if(!$.value)return;const z=new Set,re=n.value,oe=y.value,ue=[],de=((V=t.value)==null?void 0:V.treeNodes)||[],_e=e.filterMethod;oe.clear();function Ne(Ue){Ue.forEach($e=>{ue.push($e),_e!=null&&_e(j,$e.data)?ue.forEach(Fe=>{z.add(Fe.key)}):$e.isLeaf&&oe.add($e.key);const Ve=$e.children;if(Ve&&Ne(Ve),!$e.isLeaf){if(!z.has($e.key))oe.add($e.key);else if(Ve){let Fe=!0;for(const qe of Ve)if(!oe.has(qe.key)){Fe=!1;break}Fe?re.add($e.key):re.delete($e.key)}}ue.pop()})}return Ne(de),z}function L(j){return n.value.has(j.key)}return{hiddenExpandIconKeySet:n,hiddenNodeKeySet:y,doFilter:k,isForceHiddenExpandIcon:L}}function useTree(e,t){const y=ref$1(new Set(e.defaultExpandedKeys)),n=ref$1(),$=shallowRef(),k=ref$1();watch(()=>e.currentNodeKey,Gr=>{n.value=Gr},{immediate:!0}),watch(()=>e.data,Gr=>{Tr(Gr)},{immediate:!0});const{isIndeterminate:L,isChecked:j,toggleCheckbox:V,getCheckedKeys:z,getCheckedNodes:re,getHalfCheckedKeys:oe,getHalfCheckedNodes:ue,setChecked:de,setCheckedKeys:_e}=useCheck(e,$),{doFilter:Ne,hiddenNodeKeySet:Ue,isForceHiddenExpandIcon:$e}=useFilter(e,$),Ve=computed(()=>{var Gr;return((Gr=e.props)==null?void 0:Gr.value)||TreeOptionsEnum.KEY}),Fe=computed(()=>{var Gr;return((Gr=e.props)==null?void 0:Gr.children)||TreeOptionsEnum.CHILDREN}),qe=computed(()=>{var Gr;return((Gr=e.props)==null?void 0:Gr.disabled)||TreeOptionsEnum.DISABLED}),er=computed(()=>{var Gr;return((Gr=e.props)==null?void 0:Gr.label)||TreeOptionsEnum.LABEL}),ir=computed(()=>{const Gr=y.value,Vr=Ue.value,Dr=[],Ir=$.value&&$.value.treeNodes||[];function Br(){const Rr=[];for(let Lr=Ir.length-1;Lr>=0;--Lr)Rr.push(Ir[Lr]);for(;Rr.length;){const Lr=Rr.pop();if(Lr&&(Vr.has(Lr.key)||Dr.push(Lr),Gr.has(Lr.key))){const $r=Lr.children;if($r){const jr=$r.length;for(let vn=jr-1;vn>=0;--vn)Rr.push($r[vn])}}}}return Br(),Dr}),dr=computed(()=>ir.value.length>0);function cr(Gr){const Vr=new Map,Dr=new Map;let Ir=1;function Br(Lr,$r=1,jr=void 0){var vn;const Kr=[];for(const kr of Lr){const Qr=Et(kr),Zr={level:$r,key:Qr,data:kr};Zr.label=pe(kr),Zr.parent=jr;const Vi=lr(kr);Zr.disabled=ie(kr),Zr.isLeaf=!Vi||Vi.length===0,Vi&&Vi.length&&(Zr.children=Br(Vi,$r+1,Zr)),Kr.push(Zr),Vr.set(Qr,Zr),Dr.has($r)||Dr.set($r,[]),(vn=Dr.get($r))==null||vn.push(Zr)}return $r>Ir&&(Ir=$r),Kr}const Rr=Br(Gr);return{treeNodeMap:Vr,levelTreeNodeMap:Dr,maxLevel:Ir,treeNodes:Rr}}function nr(Gr){const Vr=Ne(Gr);Vr&&(y.value=Vr)}function lr(Gr){return Gr[Fe.value]}function Et(Gr){return Gr?Gr[Ve.value]:""}function ie(Gr){return Gr[qe.value]}function pe(Gr){return Gr[er.value]}function Ce(Gr){y.value.has(Gr.key)?he(Gr):kt(Gr)}function Ie(Gr){y.value=new Set(Gr)}function jt(Gr,Vr){t(NODE_CLICK,Gr.data,Gr,Vr),ar(Gr),e.expandOnClickNode&&Ce(Gr),e.showCheckbox&&e.checkOnClickNode&&!Gr.disabled&&V(Gr,!j(Gr),!0)}function ar(Gr){_r(Gr)||(n.value=Gr.key,t(CURRENT_CHANGE,Gr.data,Gr))}function ur(Gr,Vr){V(Gr,Vr)}function kt(Gr){const Vr=y.value;if($.value&&e.accordion){const{treeNodeMap:Dr}=$.value;Vr.forEach(Ir=>{const Br=Dr.get(Ir);Gr&&Gr.level===(Br==null?void 0:Br.level)&&Vr.delete(Ir)})}Vr.add(Gr.key),t(NODE_EXPAND,Gr.data,Gr)}function he(Gr){y.value.delete(Gr.key),t(NODE_COLLAPSE,Gr.data,Gr)}function tr(Gr){return y.value.has(Gr.key)}function gr(Gr){return!!Gr.disabled}function _r(Gr){const Vr=n.value;return Vr!==void 0&&Vr===Gr.key}function yr(){var Gr,Vr;if(n.value)return(Vr=(Gr=$.value)==null?void 0:Gr.treeNodeMap.get(n.value))==null?void 0:Vr.data}function xr(){return n.value}function Nr(Gr){n.value=Gr}function Tr(Gr){nextTick$3(()=>$.value=cr(Gr))}function Sr(Gr){var Vr;const Dr=isObject$5(Gr)?Et(Gr):Gr;return(Vr=$.value)==null?void 0:Vr.treeNodeMap.get(Dr)}function Ar(Gr,Vr="auto"){const Dr=Sr(Gr);Dr&&k.value&&k.value.scrollToItem(ir.value.indexOf(Dr),Vr)}function Fr(Gr){var Vr;(Vr=k.value)==null||Vr.scrollTo(Gr)}return{tree:$,flattenTree:ir,isNotEmpty:dr,listRef:k,getKey:Et,getChildren:lr,toggleExpand:Ce,toggleCheckbox:V,isExpanded:tr,isChecked:j,isIndeterminate:L,isDisabled:gr,isCurrent:_r,isForceHiddenExpandIcon:$e,handleNodeClick:jt,handleNodeCheck:ur,getCurrentNode:yr,getCurrentKey:xr,setCurrentKey:Nr,getCheckedKeys:z,getCheckedNodes:re,getHalfCheckedKeys:oe,getHalfCheckedNodes:ue,setChecked:de,setCheckedKeys:_e,filter:nr,setData:Tr,getNode:Sr,expandNode:kt,collapseNode:he,setExpandedKeys:Ie,scrollToNode:Ar,scrollTo:Fr}}var ElNodeContent=defineComponent({name:"ElTreeNodeContent",props:treeNodeContentProps,setup(e){const t=inject(ROOT_TREE_INJECTION_KEY),y=useNamespace("tree");return()=>{const n=e.node,{data:$}=n;return t!=null&&t.ctx.slots.default?t.ctx.slots.default({node:n,data:$}):h$1("span",{class:y.be("node","label")},[n==null?void 0:n.label])}}});const __default__$h=defineComponent({name:"ElTreeNode"}),_sfc_main$J=defineComponent({...__default__$h,props:treeNodeProps,emits:treeNodeEmits,setup(e,{emit:t}){const y=e,n=inject(ROOT_TREE_INJECTION_KEY),$=useNamespace("tree"),k=computed(()=>{var oe;return(oe=n==null?void 0:n.props.indent)!=null?oe:16}),L=computed(()=>{var oe;return(oe=n==null?void 0:n.props.icon)!=null?oe:caret_right_default}),j=oe=>{t("click",y.node,oe)},V=()=>{t("toggle",y.node)},z=oe=>{t("check",y.node,oe)},re=oe=>{var ue,de,_e,Ne;(_e=(de=(ue=n==null?void 0:n.instance)==null?void 0:ue.vnode)==null?void 0:de.props)!=null&&_e.onNodeContextmenu&&(oe.stopPropagation(),oe.preventDefault()),n==null||n.ctx.emit(NODE_CONTEXTMENU,oe,(Ne=y.node)==null?void 0:Ne.data,y.node)};return(oe,ue)=>{var de,_e,Ne;return openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([unref($).b("node"),unref($).is("expanded",oe.expanded),unref($).is("current",oe.current),unref($).is("focusable",!oe.disabled),unref($).is("checked",!oe.disabled&&oe.checked)]),role:"treeitem",tabindex:"-1","aria-expanded":oe.expanded,"aria-disabled":oe.disabled,"aria-checked":oe.checked,"data-key":(de=oe.node)==null?void 0:de.key,onClick:withModifiers(j,["stop"]),onContextmenu:re},[createBaseVNode("div",{class:normalizeClass(unref($).be("node","content")),style:normalizeStyle({paddingLeft:`${(oe.node.level-1)*unref(k)}px`,height:oe.itemSize+"px"})},[unref(L)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref($).is("leaf",!!((_e=oe.node)!=null&&_e.isLeaf)),unref($).is("hidden",oe.hiddenExpandIcon),{expanded:!((Ne=oe.node)!=null&&Ne.isLeaf)&&oe.expanded},unref($).be("node","expand-icon")]),onClick:withModifiers(V,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(L))))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),oe.showCheckbox?(openBlock(),createBlock(unref(ElCheckbox),{key:1,"model-value":oe.checked,indeterminate:oe.indeterminate,disabled:oe.disabled,onChange:z,onClick:withModifiers(()=>{},["stop"])},null,8,["model-value","indeterminate","disabled","onClick"])):createCommentVNode("v-if",!0),createVNode(unref(ElNodeContent),{node:oe.node},null,8,["node"])],6)],42,["aria-expanded","aria-disabled","aria-checked","data-key","onClick"])}}});var ElTreeNode=_export_sfc$1(_sfc_main$J,[["__file","tree-node.vue"]]);const __default__$g=defineComponent({name:"ElTreeV2"}),_sfc_main$I=defineComponent({...__default__$g,props:treeProps,emits:treeEmits,setup(e,{expose:t,emit:y}){const n=e,$=useSlots(),k=computed(()=>n.itemSize);provide(ROOT_TREE_INJECTION_KEY,{ctx:{emit:y,slots:$},props:n,instance:getCurrentInstance()}),provide(formItemContextKey,void 0);const{t:L}=useLocale(),j=useNamespace("tree"),{flattenTree:V,isNotEmpty:z,listRef:re,toggleExpand:oe,isExpanded:ue,isIndeterminate:de,isChecked:_e,isDisabled:Ne,isCurrent:Ue,isForceHiddenExpandIcon:$e,handleNodeClick:Ve,handleNodeCheck:Fe,toggleCheckbox:qe,getCurrentNode:er,getCurrentKey:ir,setCurrentKey:dr,getCheckedKeys:cr,getCheckedNodes:nr,getHalfCheckedKeys:lr,getHalfCheckedNodes:Et,setChecked:ie,setCheckedKeys:pe,filter:Ce,setData:Ie,getNode:jt,expandNode:ar,collapseNode:ur,setExpandedKeys:kt,scrollToNode:he,scrollTo:tr}=useTree(n,y);return t({toggleCheckbox:qe,getCurrentNode:er,getCurrentKey:ir,setCurrentKey:dr,getCheckedKeys:cr,getCheckedNodes:nr,getHalfCheckedKeys:lr,getHalfCheckedNodes:Et,setChecked:ie,setCheckedKeys:pe,filter:Ce,setData:Ie,getNode:jt,expandNode:ar,collapseNode:ur,setExpandedKeys:kt,scrollToNode:he,scrollTo:tr}),(gr,_r)=>{var yr;return openBlock(),createElementBlock("div",{class:normalizeClass([unref(j).b(),{[unref(j).m("highlight-current")]:gr.highlightCurrent}]),role:"tree"},[unref(z)?(openBlock(),createBlock(unref(FixedSizeList),{key:0,ref_key:"listRef",ref:re,"class-name":unref(j).b("virtual-list"),data:unref(V),total:unref(V).length,height:gr.height,"item-size":unref(k),"perf-mode":gr.perfMode},{default:withCtx(({data:xr,index:Nr,style:Tr})=>[(openBlock(),createBlock(ElTreeNode,{key:xr[Nr].key,style:normalizeStyle(Tr),node:xr[Nr],expanded:unref(ue)(xr[Nr]),"show-checkbox":gr.showCheckbox,checked:unref(_e)(xr[Nr]),indeterminate:unref(de)(xr[Nr]),"item-size":unref(k),disabled:unref(Ne)(xr[Nr]),current:unref(Ue)(xr[Nr]),"hidden-expand-icon":unref($e)(xr[Nr]),onClick:unref(Ve),onToggle:unref(oe),onCheck:unref(Fe)},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(j).e("empty-block"))},[createBaseVNode("span",{class:normalizeClass(unref(j).e("empty-text"))},toDisplayString((yr=gr.emptyText)!=null?yr:unref(L)("el.tree.emptyText")),3)],2))],2)}}});var TreeV2=_export_sfc$1(_sfc_main$I,[["__file","tree.vue"]]);const ElTreeV2=withInstall(TreeV2),uploadContextKey=Symbol("uploadContextKey"),SCOPE$2="ElUpload";class UploadAjaxError extends Error{constructor(t,y,n,$){super(t),this.name="UploadAjaxError",this.status=y,this.method=n,this.url=$}}function getError(e,t,y){let n;return y.response?n=`${y.response.error||y.response}`:y.responseText?n=`${y.responseText}`:n=`fail to ${t.method} ${e} ${y.status}`,new UploadAjaxError(n,y.status,t.method,e)}function getBody(e){const t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch{return t}}const ajaxUpload=e=>{typeof XMLHttpRequest>"u"&&throwError(SCOPE$2,"XMLHttpRequest is undefined");const t=new XMLHttpRequest,y=e.action;t.upload&&t.upload.addEventListener("progress",k=>{const L=k;L.percent=k.total>0?k.loaded/k.total*100:0,e.onProgress(L)});const n=new FormData;if(e.data)for(const[k,L]of Object.entries(e.data))isArray$4(L)&&L.length?n.append(k,...L):n.append(k,L);n.append(e.filename,e.file,e.file.name),t.addEventListener("error",()=>{e.onError(getError(y,e,t))}),t.addEventListener("load",()=>{if(t.status<200||t.status>=300)return e.onError(getError(y,e,t));e.onSuccess(getBody(t))}),t.open(e.method,y,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0);const $=e.headers||{};if($ instanceof Headers)$.forEach((k,L)=>t.setRequestHeader(L,k));else for(const[k,L]of Object.entries($))isNil(L)||t.setRequestHeader(k,String(L));return t.send(n),t},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:e=>!!e},__default__$f=defineComponent({name:"ElUploadList"}),_sfc_main$H=defineComponent({...__default__$f,props:uploadListProps,emits:uploadListEmits,setup(e,{emit:t}){const y=e,{t:n}=useLocale(),$=useNamespace("upload"),k=useNamespace("icon"),L=useNamespace("list"),j=useFormDisabled(),V=ref$1(!1),z=computed(()=>[$.b("list"),$.bm("list",y.listType),$.is("disabled",y.disabled)]),re=oe=>{t("remove",oe)};return(oe,ue)=>(openBlock(),createBlock(TransitionGroup,{tag:"ul",class:normalizeClass(unref(z)),name:unref(L).b()},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(oe.files,(de,_e)=>(openBlock(),createElementBlock("li",{key:de.uid||de.name,class:normalizeClass([unref($).be("list","item"),unref($).is(de.status),{focusing:V.value}]),tabindex:"0",onKeydown:withKeys(Ne=>!unref(j)&&re(de),["delete"]),onFocus:Ne=>V.value=!0,onBlur:Ne=>V.value=!1,onClick:Ne=>V.value=!1},[renderSlot(oe.$slots,"default",{file:de,index:_e},()=>[oe.listType==="picture"||de.status!=="uploading"&&oe.listType==="picture-card"?(openBlock(),createElementBlock("img",{key:0,class:normalizeClass(unref($).be("list","item-thumbnail")),src:de.url,crossorigin:oe.crossorigin,alt:""},null,10,["src","crossorigin"])):createCommentVNode("v-if",!0),de.status==="uploading"||oe.listType!=="picture-card"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($).be("list","item-info"))},[createBaseVNode("a",{class:normalizeClass(unref($).be("list","item-name")),onClick:withModifiers(Ne=>oe.handlePreview(de),["prevent"])},[createVNode(unref(ElIcon),{class:normalizeClass(unref(k).m("document"))},{default:withCtx(()=>[createVNode(unref(document_default))]),_:1},8,["class"]),createBaseVNode("span",{class:normalizeClass(unref($).be("list","item-file-name")),title:de.name},toDisplayString(de.name),11,["title"])],10,["onClick"]),de.status==="uploading"?(openBlock(),createBlock(unref(ElProgress),{key:0,type:oe.listType==="picture-card"?"circle":"line","stroke-width":oe.listType==="picture-card"?6:2,percentage:Number(de.percentage),style:normalizeStyle(oe.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($).be("list","item-status-label"))},[oe.listType==="text"?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(k).m("upload-success"),unref(k).m("circle-check")])},{default:withCtx(()=>[createVNode(unref(circle_check_default))]),_:1},8,["class"])):["picture-card","picture"].includes(oe.listType)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(k).m("upload-success"),unref(k).m("check")])},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2),unref(j)?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(k).m("close")),onClick:Ne=>re(de)},{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(j)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("i",{key:3,class:normalizeClass(unref(k).m("close-tip"))},toDisplayString(unref(n)("el.upload.deleteTip")),3)),oe.listType==="picture-card"?(openBlock(),createElementBlock("span",{key:4,class:normalizeClass(unref($).be("list","item-actions"))},[createBaseVNode("span",{class:normalizeClass(unref($).be("list","item-preview")),onClick:Ne=>oe.handlePreview(de)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(k).m("zoom-in"))},{default:withCtx(()=>[createVNode(unref(zoom_in_default))]),_:1},8,["class"])],10,["onClick"]),unref(j)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref($).be("list","item-delete")),onClick:Ne=>re(de)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(k).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(oe.$slots,"append")]),_:3},8,["class","name"]))}});var UploadList=_export_sfc$1(_sfc_main$H,[["__file","upload-list.vue"]]);const uploadDraggerProps=buildProps({disabled:{type:Boolean,default:!1}}),uploadDraggerEmits={file:e=>isArray$4(e)},COMPONENT_NAME="ElUploadDrag",__default__$e=defineComponent({name:COMPONENT_NAME}),_sfc_main$G=defineComponent({...__default__$e,props:uploadDraggerProps,emits:uploadDraggerEmits,setup(e,{emit:t}){inject(uploadContextKey)||throwError(COMPONENT_NAME,"usage: <el-upload><el-upload-dragger /></el-upload>");const n=useNamespace("upload"),$=ref$1(!1),k=useFormDisabled(),L=V=>{if(k.value)return;$.value=!1,V.stopPropagation();const z=Array.from(V.dataTransfer.files);t("file",z)},j=()=>{k.value||($.value=!0)};return(V,z)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b("dragger"),unref(n).is("dragover",$.value)]),onDrop:withModifiers(L,["prevent"]),onDragover:withModifiers(j,["prevent"]),onDragleave:withModifiers(re=>$.value=!1,["prevent"])},[renderSlot(V.$slots,"default")],42,["onDrop","onDragover","onDragleave"]))}});var UploadDragger=_export_sfc$1(_sfc_main$G,[["__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$F=defineComponent({...__default__$d,props:uploadContentProps,setup(e,{expose:t}){const y=e,n=useNamespace("upload"),$=useFormDisabled(),k=shallowRef({}),L=shallowRef(),j=Ne=>{if(Ne.length===0)return;const{autoUpload:Ue,limit:$e,fileList:Ve,multiple:Fe,onStart:qe,onExceed:er}=y;if($e&&Ve.length+Ne.length>$e){er(Ne,Ve);return}Fe||(Ne=Ne.slice(0,1));for(const ir of Ne){const dr=ir;dr.uid=genFileId(),qe(dr),Ue&&V(dr)}},V=async Ne=>{if(L.value.value="",!y.beforeUpload)return re(Ne);let Ue,$e={};try{const Fe=y.data,qe=y.beforeUpload(Ne);$e=isPlainObject$3(y.data)?cloneDeep(y.data):y.data,Ue=await qe,isPlainObject$3(y.data)&&isEqual$1(Fe,$e)&&($e=cloneDeep(y.data))}catch{Ue=!1}if(Ue===!1){y.onRemove(Ne);return}let Ve=Ne;Ue instanceof Blob&&(Ue instanceof File?Ve=Ue:Ve=new File([Ue],Ne.name,{type:Ne.type})),re(Object.assign(Ve,{uid:Ne.uid}),$e)},z=async(Ne,Ue)=>isFunction$5(Ne)?Ne(Ue):Ne,re=async(Ne,Ue)=>{const{headers:$e,data:Ve,method:Fe,withCredentials:qe,name:er,action:ir,onProgress:dr,onSuccess:cr,onError:nr,httpRequest:lr}=y;try{Ue=await z(Ue??Ve,Ne)}catch{y.onRemove(Ne);return}const{uid:Et}=Ne,ie={headers:$e||{},withCredentials:qe,file:Ne,data:Ue,method:Fe,filename:er,action:ir,onProgress:Ce=>{dr(Ce,Ne)},onSuccess:Ce=>{cr(Ce,Ne),delete k.value[Et]},onError:Ce=>{nr(Ce,Ne),delete k.value[Et]}},pe=lr(ie);k.value[Et]=pe,pe instanceof Promise&&pe.then(ie.onSuccess,ie.onError)},oe=Ne=>{const Ue=Ne.target.files;Ue&&j(Array.from(Ue))},ue=()=>{$.value||(L.value.value="",L.value.click())},de=()=>{ue()};return t({abort:Ne=>{entriesOf(k.value).filter(Ne?([$e])=>String(Ne.uid)===$e:()=>!0).forEach(([$e,Ve])=>{Ve instanceof XMLHttpRequest&&Ve.abort(),delete k.value[$e]})},upload:V}),(Ne,Ue)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(Ne.listType),unref(n).is("drag",Ne.drag),unref(n).is("disabled",unref($))]),tabindex:unref($)?"-1":"0",onClick:ue,onKeydown:withKeys(withModifiers(de,["self"]),["enter","space"])},[Ne.drag?(openBlock(),createBlock(UploadDragger,{key:0,disabled:unref($),onFile:j},{default:withCtx(()=>[renderSlot(Ne.$slots,"default")]),_:3},8,["disabled"])):renderSlot(Ne.$slots,"default",{key:1}),createBaseVNode("input",{ref_key:"inputRef",ref:L,class:normalizeClass(unref(n).e("input")),name:Ne.name,disabled:unref($),multiple:Ne.multiple,accept:Ne.accept,type:"file",onChange:oe,onClick:withModifiers(()=>{},["stop"])},null,42,["name","disabled","multiple","accept","onClick"])],42,["tabindex","onKeydown"]))}});var UploadContent=_export_sfc$1(_sfc_main$F,[["__file","upload-content.vue"]]);const SCOPE$1="ElUpload",revokeFileObjectURL=e=>{var t;(t=e.url)!=null&&t.startsWith("blob:")&&URL.revokeObjectURL(e.url)},useHandlers=(e,t)=>{const y=useVModel(e,"fileList",void 0,{passive:!0}),n=de=>y.value.find(_e=>_e.uid===de.uid);function $(de){var _e;(_e=t.value)==null||_e.abort(de)}function k(de=["ready","uploading","success","fail"]){y.value=y.value.filter(_e=>!de.includes(_e.status))}function L(de){y.value=y.value.filter(_e=>_e!==de)}const j=(de,_e)=>{const Ne=n(_e);Ne&&(console.error(de),Ne.status="fail",L(Ne),e.onError(de,Ne,y.value),e.onChange(Ne,y.value))},V=(de,_e)=>{const Ne=n(_e);Ne&&(e.onProgress(de,Ne,y.value),Ne.status="uploading",Ne.percentage=Math.round(de.percent))},z=(de,_e)=>{const Ne=n(_e);Ne&&(Ne.status="success",Ne.response=de,e.onSuccess(de,Ne,y.value),e.onChange(Ne,y.value))},re=de=>{isNil(de.uid)&&(de.uid=genFileId());const _e={name:de.name,percentage:0,status:"ready",size:de.size,raw:de,uid:de.uid};if(e.listType==="picture-card"||e.listType==="picture")try{_e.url=URL.createObjectURL(de)}catch(Ne){Ne.message,e.onError(Ne,_e,y.value)}y.value=[...y.value,_e],e.onChange(_e,y.value)},oe=async de=>{const _e=de instanceof File?n(de):de;_e||throwError(SCOPE$1,"file to be removed not found");const Ne=Ue=>{$(Ue),L(Ue),e.onRemove(Ue,y.value),revokeFileObjectURL(Ue)};e.beforeRemove?await e.beforeRemove(_e,y.value)!==!1&&Ne(_e):Ne(_e)};function ue(){y.value.filter(({status:de})=>de==="ready").forEach(({raw:de})=>{var _e;return de&&((_e=t.value)==null?void 0:_e.upload(de))})}return watch(()=>e.listType,de=>{de!=="picture-card"&&de!=="picture"||(y.value=y.value.map(_e=>{const{raw:Ne,url:Ue}=_e;if(!Ue&&Ne)try{_e.url=URL.createObjectURL(Ne)}catch($e){e.onError($e,_e,y.value)}return _e}))}),watch(y,de=>{for(const _e of de)_e.uid||(_e.uid=genFileId()),_e.status||(_e.status="success")},{immediate:!0,deep:!0}),{uploadFiles:y,abort:$,clearFiles:k,handleError:j,handleProgress:V,handleStart:re,handleSuccess:z,handleRemove:oe,submit:ue,revokeFileObjectURL}},__default__$c=defineComponent({name:"ElUpload"}),_sfc_main$E=defineComponent({...__default__$c,props:uploadProps,setup(e,{expose:t}){const y=e,n=useFormDisabled(),$=shallowRef(),{abort:k,submit:L,clearFiles:j,uploadFiles:V,handleStart:z,handleError:re,handleRemove:oe,handleSuccess:ue,handleProgress:de,revokeFileObjectURL:_e}=useHandlers(y,$),Ne=computed(()=>y.listType==="picture-card"),Ue=computed(()=>({...y,fileList:V.value,onStart:z,onProgress:de,onSuccess:ue,onError:re,onRemove:oe}));return onBeforeUnmount(()=>{V.value.forEach(_e)}),provide(uploadContextKey,{accept:toRef$1(y,"accept")}),t({abort:k,submit:L,clearFiles:j,handleStart:z,handleRemove:oe}),($e,Ve)=>(openBlock(),createElementBlock("div",null,[unref(Ne)&&$e.showFileList?(openBlock(),createBlock(UploadList,{key:0,disabled:unref(n),"list-type":$e.listType,files:unref(V),crossorigin:$e.crossorigin,"handle-preview":$e.onPreview,onRemove:unref(oe)},createSlots({append:withCtx(()=>[createVNode(UploadContent,mergeProps({ref_key:"uploadRef",ref:$},unref(Ue)),{default:withCtx(()=>[$e.$slots.trigger?renderSlot($e.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!$e.$slots.trigger&&$e.$slots.default?renderSlot($e.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)]),_:2},[$e.$slots.file?{name:"default",fn:withCtx(({file:Fe,index:qe})=>[renderSlot($e.$slots,"file",{file:Fe,index:qe})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0),!unref(Ne)||unref(Ne)&&!$e.showFileList?(openBlock(),createBlock(UploadContent,mergeProps({key:1,ref_key:"uploadRef",ref:$},unref(Ue)),{default:withCtx(()=>[$e.$slots.trigger?renderSlot($e.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!$e.$slots.trigger&&$e.$slots.default?renderSlot($e.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)):createCommentVNode("v-if",!0),$e.$slots.trigger?renderSlot($e.$slots,"default",{key:2}):createCommentVNode("v-if",!0),renderSlot($e.$slots,"tip"),!unref(Ne)&&$e.showFileList?(openBlock(),createBlock(UploadList,{key:3,disabled:unref(n),"list-type":$e.listType,files:unref(V),crossorigin:$e.crossorigin,"handle-preview":$e.onPreview,onRemove:unref(oe)},createSlots({_:2},[$e.$slots.file?{name:"default",fn:withCtx(({file:Fe,index:qe})=>[renderSlot($e.$slots,"file",{file:Fe,index:qe})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0)]))}});var Upload=_export_sfc$1(_sfc_main$E,[["__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(e){return e.replace(/([A-Z])/g,"-$1").toLowerCase()}function getStyleStr(e){return Object.keys(e).map(t=>`${toLowercaseSeparator(t)}: ${e[t]};`).join(" ")}function getPixelRatio(){return window.devicePixelRatio||1}const reRendering=(e,t)=>{let y=!1;return e.removedNodes.length&&t&&(y=Array.from(e.removedNodes).includes(t)),e.type==="attributes"&&e.target===t&&(y=!0),y},FontGap=3;function prepareCanvas(e,t,y=1){const n=document.createElement("canvas"),$=n.getContext("2d"),k=e*y,L=t*y;return n.setAttribute("width",`${k}px`),n.setAttribute("height",`${L}px`),$.save(),[$,n,k,L]}function useClips(){function e(t,y,n,$,k,L,j,V){const[z,re,oe,ue]=prepareCanvas($,k,n);if(t instanceof HTMLImageElement)z.drawImage(t,0,0,oe,ue);else{const{color:tr,fontSize:gr,fontStyle:_r,fontWeight:yr,fontFamily:xr,textAlign:Nr,textBaseline:Tr}=L,Sr=Number(gr)*n;z.font=`${_r} normal ${yr} ${Sr}px/${k}px ${xr}`,z.fillStyle=tr,z.textAlign=Nr,z.textBaseline=Tr;const Ar=Array.isArray(t)?t:[t];Ar==null||Ar.forEach((Fr,Gr)=>{z.fillText(Fr??"",oe/2,Gr*(Sr+FontGap*n))})}const de=Math.PI/180*Number(y),_e=Math.max($,k),[Ne,Ue,$e]=prepareCanvas(_e,_e,n);Ne.translate($e/2,$e/2),Ne.rotate(de),oe>0&&ue>0&&Ne.drawImage(re,-oe/2,-ue/2);function Ve(tr,gr){const _r=tr*Math.cos(de)-gr*Math.sin(de),yr=tr*Math.sin(de)+gr*Math.cos(de);return[_r,yr]}let Fe=0,qe=0,er=0,ir=0;const dr=oe/2,cr=ue/2;[[0-dr,0-cr],[0+dr,0-cr],[0+dr,0+cr],[0-dr,0+cr]].forEach(([tr,gr])=>{const[_r,yr]=Ve(tr,gr);Fe=Math.min(Fe,_r),qe=Math.max(qe,_r),er=Math.min(er,yr),ir=Math.max(ir,yr)});const lr=Fe+$e/2,Et=er+$e/2,ie=qe-Fe,pe=ir-er,Ce=j*n,Ie=V*n,jt=(ie+Ce)*2,ar=pe+Ie,[ur,kt]=prepareCanvas(jt,ar);function he(tr=0,gr=0){ur.drawImage(Ue,lr,Et,ie,pe,tr,gr,ie,pe)}return he(),he(ie+Ce,-pe/2-Ie/2),he(ie+Ce,+pe/2+Ie/2),[kt.toDataURL(),jt/n,ar/n]}return e}const __default__$b=defineComponent({name:"ElWatermark"}),_sfc_main$D=defineComponent({...__default__$b,props:watermarkProps,setup(e){const t=e,y={position:"relative"},n=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.color)!=null?Et:"rgba(0,0,0,.15)"}),$=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.fontSize)!=null?Et:16}),k=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.fontWeight)!=null?Et:"normal"}),L=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.fontStyle)!=null?Et:"normal"}),j=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.fontFamily)!=null?Et:"sans-serif"}),V=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.textAlign)!=null?Et:"center"}),z=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.textBaseline)!=null?Et:"hanging"}),re=computed(()=>t.gap[0]),oe=computed(()=>t.gap[1]),ue=computed(()=>re.value/2),de=computed(()=>oe.value/2),_e=computed(()=>{var lr,Et;return(Et=(lr=t.offset)==null?void 0:lr[0])!=null?Et:ue.value}),Ne=computed(()=>{var lr,Et;return(Et=(lr=t.offset)==null?void 0:lr[1])!=null?Et:de.value}),Ue=()=>{const lr={zIndex:t.zIndex,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let Et=_e.value-ue.value,ie=Ne.value-de.value;return Et>0&&(lr.left=`${Et}px`,lr.width=`calc(100% - ${Et}px)`,Et=0),ie>0&&(lr.top=`${ie}px`,lr.height=`calc(100% - ${ie}px)`,ie=0),lr.backgroundPosition=`${Et}px ${ie}px`,lr},$e=shallowRef(null),Ve=shallowRef(),Fe=ref$1(!1),qe=()=>{Ve.value&&(Ve.value.remove(),Ve.value=void 0)},er=(lr,Et)=>{var ie;$e.value&&Ve.value&&(Fe.value=!0,Ve.value.setAttribute("style",getStyleStr({...Ue(),backgroundImage:`url('${lr}')`,backgroundSize:`${Math.floor(Et)}px`})),(ie=$e.value)==null||ie.append(Ve.value),setTimeout(()=>{Fe.value=!1}))},ir=lr=>{let Et=120,ie=64;const pe=t.image,Ce=t.content,Ie=t.width,jt=t.height;if(!pe&&lr.measureText){lr.font=`${Number($.value)}px ${j.value}`;const ar=Array.isArray(Ce)?Ce:[Ce],ur=ar.map(kt=>{const he=lr.measureText(kt);return[he.width,he.fontBoundingBoxAscent!==void 0?he.fontBoundingBoxAscent+he.fontBoundingBoxDescent:he.actualBoundingBoxAscent+he.actualBoundingBoxDescent]});Et=Math.ceil(Math.max(...ur.map(kt=>kt[0]))),ie=Math.ceil(Math.max(...ur.map(kt=>kt[1])))*ar.length+(ar.length-1)*FontGap}return[Ie??Et,jt??ie]},dr=useClips(),cr=()=>{const Et=document.createElement("canvas").getContext("2d"),ie=t.image,pe=t.content,Ce=t.rotate;if(Et){Ve.value||(Ve.value=document.createElement("div"));const Ie=getPixelRatio(),[jt,ar]=ir(Et),ur=kt=>{const[he,tr]=dr(kt||"",Ce,Ie,jt,ar,{color:n.value,fontSize:$.value,fontStyle:L.value,fontWeight:k.value,fontFamily:j.value,textAlign:V.value,textBaseline:z.value},re.value,oe.value);er(he,tr)};if(ie){const kt=new Image;kt.onload=()=>{ur(kt)},kt.onerror=()=>{ur(pe)},kt.crossOrigin="anonymous",kt.referrerPolicy="no-referrer",kt.src=ie}else ur(pe)}};return onMounted(()=>{cr()}),watch(()=>t,()=>{cr()},{deep:!0,flush:"post"}),onBeforeUnmount(()=>{qe()}),useMutationObserver($e,lr=>{Fe.value||lr.forEach(Et=>{reRendering(Et,Ve.value)&&(qe(),cr())})},{attributes:!0,subtree:!0,childList:!0}),(lr,Et)=>(openBlock(),createElementBlock("div",{ref_key:"containerRef",ref:$e,style:normalizeStyle([y])},[renderSlot(lr.$slots,"default")],4))}});var Watermark=_export_sfc$1(_sfc_main$D,[["__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=(e,t,y,n,$)=>{const k=ref$1(null),L=()=>{let oe;return isString$4(e.value)?oe=document.querySelector(e.value):isFunction$5(e.value)?oe=e.value():oe=e.value,oe},j=()=>{const oe=L();if(!oe||!t.value){k.value=null;return}!isInViewPort(oe)&&t.value&&oe.scrollIntoView($.value);const{left:ue,top:de,width:_e,height:Ne}=oe.getBoundingClientRect();k.value={left:ue,top:de,width:_e,height:Ne,radius:0}};onMounted(()=>{watch([t,e],()=>{j()},{immediate:!0}),window.addEventListener("resize",j)}),onBeforeUnmount(()=>{window.removeEventListener("resize",j)});const V=oe=>{var ue;return(ue=isArray$4(y.value.offset)?y.value.offset[oe]:y.value.offset)!=null?ue:6},z=computed(()=>{var oe;if(!k.value)return k.value;const ue=V(0),de=V(1),_e=((oe=y.value)==null?void 0:oe.radius)||2;return{left:k.value.left-ue,top:k.value.top-de,width:k.value.width+ue*2,height:k.value.height+de*2,radius:_e}}),re=computed(()=>{const oe=L();return!n.value||!oe||!window.DOMRect?oe||void 0:{getBoundingClientRect(){var ue,de,_e,Ne;return window.DOMRect.fromRect({width:((ue=z.value)==null?void 0:ue.width)||0,height:((de=z.value)==null?void 0:de.height)||0,x:((_e=z.value)==null?void 0:_e.left)||0,y:((Ne=z.value)==null?void 0:Ne.top)||0})}}});return{mergedPosInfo:z,triggerTarget:re}},tourKey=Symbol("ElTour");function isInViewPort(e){const t=window.innerWidth||document.documentElement.clientWidth,y=window.innerHeight||document.documentElement.clientHeight,{top:n,right:$,bottom:k,left:L}=e.getBoundingClientRect();return n>=0&&L>=0&&$<=t&&k<=y}const useFloating$1=(e,t,y,n,$,k,L,j)=>{const V=ref$1(),z=ref$1(),re=ref$1({}),oe={x:V,y:z,placement:n,strategy:$,middlewareData:re},ue=computed(()=>{const $e=[offset(unref(k)),flip(),shift(),overflowMiddleware()];return unref(j)&&unref(y)&&$e.push(arrow$1({element:unref(y)})),$e}),de=async()=>{if(!isClient)return;const $e=unref(e),Ve=unref(t);if(!$e||!Ve)return;const Fe=await computePosition($e,Ve,{placement:unref(n),strategy:unref($),middleware:unref(ue)});keysOf(oe).forEach(qe=>{oe[qe].value=Fe[qe]})},_e=computed(()=>{if(!unref(e))return{position:"fixed",top:"50%",left:"50%",transform:"translate3d(-50%, -50%, 0)",maxWidth:"100vw",zIndex:unref(L)};const{overflow:$e}=unref(re);return{position:unref($),zIndex:unref(L),top:unref(z)!=null?`${unref(z)}px`:"",left:unref(V)!=null?`${unref(V)}px`:"",maxWidth:$e!=null&&$e.maxWidth?`${$e==null?void 0:$e.maxWidth}px`:""}}),Ne=computed(()=>{if(!unref(j))return{};const{arrow:$e}=unref(re);return{left:($e==null?void 0:$e.x)!=null?`${$e==null?void 0:$e.x}px`:"",top:($e==null?void 0:$e.y)!=null?`${$e==null?void 0:$e.y}px`:""}});let Ue;return onMounted(()=>{const $e=unref(e),Ve=unref(t);$e&&Ve&&(Ue=autoUpdate($e,Ve,de)),watchEffect(()=>{de()})}),onBeforeUnmount(()=>{Ue&&Ue()}),{update:de,contentStyle:_e,arrowStyle:Ne}},overflowMiddleware=()=>({name:"overflow",async fn(e){const t=await detectOverflow(e);let y=0;return t.left>0&&(y=t.left),t.right>0&&(y=t.right),{data:{maxWidth:e.rects.floating.width-y}}}}),__default__$a=defineComponent({name:"ElTourMask",inheritAttrs:!1}),_sfc_main$C=defineComponent({...__default__$a,props:maskProps,setup(e){const t=e,{ns:y}=inject(tourKey),n=computed(()=>{var j,V;return(V=(j=t.pos)==null?void 0:j.radius)!=null?V:2}),$=computed(()=>{const j=n.value,V=`a${j},${j} 0 0 1`;return{topRight:`${V} ${j},${j}`,bottomRight:`${V} ${-j},${j}`,bottomLeft:`${V} ${-j},${-j}`,topLeft:`${V} ${j},${-j}`}}),k=computed(()=>{const j=window.innerWidth,V=window.innerHeight,z=$.value,re=`M${j},0 L0,0 L0,${V} L${j},${V} L${j},0 Z`,oe=n.value;return t.pos?`${re} M${t.pos.left+oe},${t.pos.top} h${t.pos.width-oe*2} ${z.topRight} v${t.pos.height-oe*2} ${z.bottomRight} h${-t.pos.width+oe*2} ${z.bottomLeft} v${-t.pos.height+oe*2} ${z.topLeft} z`:re}),L=computed(()=>({fill:t.fill,pointerEvents:"auto",cursor:"auto"}));return useLockscreen(toRef$1(t,"visible"),{ns:y}),(j,V)=>j.visible?(openBlock(),createElementBlock("div",mergeProps({key:0,class:unref(y).e("mask"),style:{position:"fixed",left:0,right:0,top:0,bottom:0,zIndex:j.zIndex,pointerEvents:j.pos&&j.targetAreaClickable?"none":"auto"}},j.$attrs),[(openBlock(),createElementBlock("svg",{style:{width:"100%",height:"100%"}},[createBaseVNode("path",{class:normalizeClass(unref(y).e("hollow")),style:normalizeStyle(unref(L)),d:unref(k)},null,14,["d"])]))],16)):createCommentVNode("v-if",!0)}});var ElTourMask=_export_sfc$1(_sfc_main$C,[["__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$B=defineComponent({...__default__$9,props:tourContentProps,emits:tourContentEmits,setup(e,{emit:t}){const y=e,n=ref$1(y.placement),$=ref$1(y.strategy),k=ref$1(null),L=ref$1(null);watch(()=>y.placement,()=>{n.value=y.placement});const{contentStyle:j,arrowStyle:V}=useFloating$1(toRef$1(y,"reference"),k,L,n,$,toRef$1(y,"offset"),toRef$1(y,"zIndex"),toRef$1(y,"showArrow")),z=computed(()=>n.value.split("-")[0]),{ns:re}=inject(tourKey),oe=()=>{t("close")},ue=de=>{de.detail.focusReason==="pointer"&&de.preventDefault()};return(de,_e)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:k,style:normalizeStyle(unref(j)),class:normalizeClass(unref(re).e("content")),"data-side":unref(z),tabindex:"-1"},[createVNode(unref(ElFocusTrap),{loop:"",trapped:"","focus-start-el":"container","focus-trap-el":k.value||void 0,onReleaseRequested:oe,onFocusoutPrevented:ue},{default:withCtx(()=>[renderSlot(de.$slots,"default")]),_:3},8,["focus-trap-el"]),de.showArrow?(openBlock(),createElementBlock("span",{key:0,ref_key:"arrowRef",ref:L,style:normalizeStyle(unref(V)),class:normalizeClass(unref(re).e("arrow"))},null,6)):createCommentVNode("v-if",!0)],14,["data-side"]))}});var ElTourContent=_export_sfc$1(_sfc_main$B,[["__file","content.vue"]]),ElTourSteps=defineComponent({name:"ElTourSteps",props:{current:{type:Number,default:0}},emits:["update-total"],setup(e,{slots:t,emit:y}){let n=0;return()=>{var $,k;const L=($=t.default)==null?void 0:$.call(t),j=[];let V=0;function z(re){isArray$4(re)&&re.forEach(oe=>{var ue;((ue=(oe==null?void 0:oe.type)||{})==null?void 0:ue.name)==="ElTourStep"&&(j.push(oe),V+=1)})}return L.length&&z(flattedChildren((k=L[0])==null?void 0:k.children)),n!==V&&(n=V,y("update-total",V)),j.length?j[e.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]:e=>isBoolean$3(e),"update:current":e=>isNumber$4(e),close:e=>isNumber$4(e),finish:()=>!0,change:e=>isNumber$4(e)},__default__$8=defineComponent({name:"ElTour"}),_sfc_main$A=defineComponent({...__default__$8,props:tourProps,emits:tourEmits,setup(e,{emit:t}){const y=e,n=useNamespace("tour"),$=ref$1(0),k=ref$1(),L=useVModel(y,"current",t,{passive:!0}),j=computed(()=>{var nr;return(nr=k.value)==null?void 0:nr.target}),V=computed(()=>[n.b(),Ue.value==="primary"?n.m("primary"):""]),z=computed(()=>{var nr;return((nr=k.value)==null?void 0:nr.placement)||y.placement}),re=computed(()=>{var nr,lr;return(lr=(nr=k.value)==null?void 0:nr.contentStyle)!=null?lr:y.contentStyle}),oe=computed(()=>{var nr,lr;return(lr=(nr=k.value)==null?void 0:nr.mask)!=null?lr:y.mask}),ue=computed(()=>!!oe.value&&y.modelValue),de=computed(()=>isBoolean$3(oe.value)?void 0:oe.value),_e=computed(()=>{var nr,lr;return!!j.value&&((lr=(nr=k.value)==null?void 0:nr.showArrow)!=null?lr:y.showArrow)}),Ne=computed(()=>{var nr,lr;return(lr=(nr=k.value)==null?void 0:nr.scrollIntoViewOptions)!=null?lr:y.scrollIntoViewOptions}),Ue=computed(()=>{var nr,lr;return(lr=(nr=k.value)==null?void 0:nr.type)!=null?lr:y.type}),{nextZIndex:$e}=useZIndex(),Ve=$e(),Fe=computed(()=>{var nr;return(nr=y.zIndex)!=null?nr:Ve}),{mergedPosInfo:qe,triggerTarget:er}=useTarget(j,toRef$1(y,"modelValue"),toRef$1(y,"gap"),oe,Ne);watch(()=>y.modelValue,nr=>{nr||(L.value=0)});const ir=()=>{y.closeOnPressEscape&&(t("update:modelValue",!1),t("close",L.value))},dr=nr=>{$.value=nr},cr=useSlots();return provide(tourKey,{currentStep:k,current:L,total:$,showClose:toRef$1(y,"showClose"),closeIcon:toRef$1(y,"closeIcon"),mergedType:Ue,ns:n,slots:cr,updateModelValue(nr){t("update:modelValue",nr)},onClose(){t("close",L.value)},onFinish(){t("finish")},onChange(){t("change",L.value)}}),(nr,lr)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(unref(ElTeleport),{to:nr.appendTo},{default:withCtx(()=>{var Et,ie;return[createBaseVNode("div",mergeProps({class:unref(V)},nr.$attrs),[createVNode(ElTourMask,{visible:unref(ue),fill:(Et=unref(de))==null?void 0:Et.color,style:normalizeStyle((ie=unref(de))==null?void 0:ie.style),pos:unref(qe),"z-index":unref(Fe),"target-area-clickable":nr.targetAreaClickable},null,8,["visible","fill","style","pos","z-index","target-area-clickable"]),nr.modelValue?(openBlock(),createBlock(ElTourContent,{key:unref(L),reference:unref(er),placement:unref(z),"show-arrow":unref(_e),"z-index":unref(Fe),style:normalizeStyle(unref(re)),onClose:ir},{default:withCtx(()=>[createVNode(unref(ElTourSteps),{current:unref(L),onUpdateTotal:dr},{default:withCtx(()=>[renderSlot(nr.$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$A,[["__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$z=defineComponent({...__default__$7,props:tourStepProps,emits:tourStepEmits,setup(e,{emit:t}){const y=e,{Close:n}=CloseComponents,{t:$}=useLocale(),{currentStep:k,current:L,total:j,showClose:V,closeIcon:z,mergedType:re,ns:oe,slots:ue,updateModelValue:de,onClose:_e,onFinish:Ne,onChange:Ue}=inject(tourKey);watch(y,cr=>{k.value=cr},{immediate:!0});const $e=computed(()=>{var cr;return(cr=y.showClose)!=null?cr:V.value}),Ve=computed(()=>{var cr,nr;return(nr=(cr=y.closeIcon)!=null?cr:z.value)!=null?nr:n}),Fe=cr=>{if(cr)return omit(cr,["children","onClick"])},qe=()=>{var cr,nr;L.value-=1,(cr=y.prevButtonProps)!=null&&cr.onClick&&((nr=y.prevButtonProps)==null||nr.onClick()),Ue()},er=()=>{var cr;L.value>=j.value-1?ir():L.value+=1,(cr=y.nextButtonProps)!=null&&cr.onClick&&y.nextButtonProps.onClick(),Ue()},ir=()=>{dr(),Ne()},dr=()=>{de(!1),_e(),t("close")};return(cr,nr)=>(openBlock(),createElementBlock(Fragment,null,[unref($e)?(openBlock(),createElementBlock("button",{key:0,"aria-label":"Close",class:normalizeClass(unref(oe).e("closebtn")),type:"button",onClick:dr},[createVNode(unref(ElIcon),{class:normalizeClass(unref(oe).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ve))))]),_:1},8,["class"])],2)):createCommentVNode("v-if",!0),createBaseVNode("header",{class:normalizeClass([unref(oe).e("header"),{"show-close":unref(V)}])},[renderSlot(cr.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading",class:normalizeClass(unref(oe).e("title"))},toDisplayString(cr.title),3)])],2),createBaseVNode("div",{class:normalizeClass(unref(oe).e("body"))},[renderSlot(cr.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(cr.description),1)])],2),createBaseVNode("footer",{class:normalizeClass(unref(oe).e("footer"))},[createBaseVNode("div",{class:normalizeClass(unref(oe).b("indicators"))},[unref(ue).indicators?(openBlock(),createBlock(resolveDynamicComponent(unref(ue).indicators),{key:0,current:unref(L),total:unref(j)},null,8,["current","total"])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(j),(lr,Et)=>(openBlock(),createElementBlock("span",{key:lr,class:normalizeClass([unref(oe).b("indicator"),Et===unref(L)?"is-active":""])},null,2))),128))],2),createBaseVNode("div",{class:normalizeClass(unref(oe).b("buttons"))},[unref(L)>0?(openBlock(),createBlock(unref(ElButton),mergeProps({key:0,size:"small",type:unref(re)},Fe(cr.prevButtonProps),{onClick:qe}),{default:withCtx(()=>{var lr,Et;return[createTextVNode(toDisplayString((Et=(lr=cr.prevButtonProps)==null?void 0:lr.children)!=null?Et:unref($)("el.tour.previous")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0),unref(L)<=unref(j)-1?(openBlock(),createBlock(unref(ElButton),mergeProps({key:1,size:"small",type:unref(re)==="primary"?"default":"primary"},Fe(cr.nextButtonProps),{onClick:er}),{default:withCtx(()=>{var lr,Et;return[createTextVNode(toDisplayString((Et=(lr=cr.nextButtonProps)==null?void 0:lr.children)!=null?Et:unref(L)===unref(j)-1?unref($)("el.tour.finish"):unref($)("el.tour.next")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0)],2)],2)],64))}});var TourStep=_export_sfc$1(_sfc_main$z,[["__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:e=>isString$4(e),click:(e,t)=>e instanceof MouseEvent&&(isString$4(t)||isUndefined$2(t))},anchorKey=Symbol("anchor"),__default__$6=defineComponent({name:"ElAnchor"}),_sfc_main$y=defineComponent({...__default__$6,props:anchorProps,emits:anchorEmits,setup(e,{expose:t,emit:y}){const n=e,$=ref$1(""),k=ref$1(null),L=ref$1(null),j=ref$1(),V={};let z=!1,re=0;const oe=useNamespace("anchor"),ue=computed(()=>[oe.b(),n.type==="underline"?oe.m("underline"):"",oe.m(n.direction)]),de=cr=>{V[cr.href]=cr.el},_e=cr=>{delete V[cr]},Ne=cr=>{$.value!==cr&&($.value=cr,y("change",cr))};let Ue=null;const $e=cr=>{if(!j.value)return;const nr=getElement(cr);if(!nr)return;Ue&&Ue(),z=!0;const lr=getScrollElement(nr,j.value),Et=getOffsetTopDistance(nr,lr),ie=lr.scrollHeight-lr.clientHeight,pe=Math.min(Et-n.offset,ie);Ue=animateScrollTo(j.value,re,pe,n.duration,()=>{setTimeout(()=>{z=!1},20)})},Ve=cr=>{cr&&(Ne(cr),$e(cr))},Fe=(cr,nr)=>{y("click",cr,nr),Ve(nr)},qe=throttleByRaf(()=>{j.value&&(re=getScrollTop(j.value));const cr=er();z||isUndefined$2(cr)||Ne(cr)}),er=()=>{if(!j.value)return;const cr=getScrollTop(j.value),nr=[];for(const lr of Object.keys(V)){const Et=getElement(lr);if(!Et)continue;const ie=getScrollElement(Et,j.value),pe=getOffsetTopDistance(Et,ie);nr.push({top:pe-n.offset-n.bound,href:lr})}nr.sort((lr,Et)=>lr.top-Et.top);for(let lr=0;lr<nr.length;lr++){const Et=nr[lr],ie=nr[lr+1];if(lr===0&&cr===0)return"";if(Et.top<=cr&&(!ie||ie.top>cr))return Et.href}},ir=()=>{const cr=getElement(n.container);!cr||isWindow(cr)?j.value=window:j.value=cr};useEventListener(j,"scroll",qe);const dr=computed(()=>{if(!k.value||!L.value||!$.value)return{};const cr=V[$.value];if(!cr)return{};const nr=k.value.getBoundingClientRect(),lr=L.value.getBoundingClientRect(),Et=cr.getBoundingClientRect();return n.direction==="horizontal"?{left:`${Et.left-nr.left}px`,width:`${Et.width}px`,opacity:1}:{top:`${Et.top-nr.top+(Et.height-lr.height)/2}px`,opacity:1}});return onMounted(()=>{ir();const cr=decodeURIComponent(window.location.hash);getElement(cr)?Ve(cr):qe()}),watch(()=>n.container,()=>{ir()}),provide(anchorKey,{ns:oe,direction:n.direction,currentAnchor:$,addLink:de,removeLink:_e,handleClick:Fe}),t({scrollTo:Ve}),(cr,nr)=>(openBlock(),createElementBlock("div",{ref_key:"anchorRef",ref:k,class:normalizeClass(unref(ue))},[cr.marker?(openBlock(),createElementBlock("div",{key:0,ref_key:"markerRef",ref:L,class:normalizeClass(unref(oe).e("marker")),style:normalizeStyle(unref(dr))},null,6)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(oe).e("list"))},[renderSlot(cr.$slots,"default")],2)],2))}});var Anchor$1=_export_sfc$1(_sfc_main$y,[["__file","anchor.vue"]]);const anchorLinkProps=buildProps({title:String,href:String}),__default__$5=defineComponent({name:"ElAnchorLink"}),_sfc_main$x=defineComponent({...__default__$5,props:anchorLinkProps,setup(e){const t=e,y=ref$1(null),{ns:n,direction:$,currentAnchor:k,addLink:L,removeLink:j,handleClick:V}=inject(anchorKey),z=computed(()=>[n.e("link"),n.is("active",k.value===t.href)]),re=oe=>{V(oe,t.href)};return watch(()=>t.href,(oe,ue)=>{nextTick$3(()=>{ue&&j(ue),oe&&L({href:oe,el:y.value})})}),onMounted(()=>{const{href:oe}=t;oe&&L({href:oe,el:y.value})}),onBeforeUnmount(()=>{const{href:oe}=t;oe&&j(oe)}),(oe,ue)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).e("item"))},[createBaseVNode("a",{ref_key:"linkRef",ref:y,class:normalizeClass(unref(z)),href:oe.href,onClick:re},[renderSlot(oe.$slots,"default",{},()=>[createTextVNode(toDisplayString(oe.title),1)])],10,["href"]),oe.$slots["sub-link"]&&unref($)==="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("list"))},[renderSlot(oe.$slots,"sub-link")],2)):createCommentVNode("v-if",!0)],2))}});var AnchorLink=_export_sfc$1(_sfc_main$x,[["__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]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e),[CHANGE_EVENT]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e)},__default__$4=defineComponent({name:"ElSegmented"}),_sfc_main$w=defineComponent({...__default__$4,props:segmentedProps,emits:segmentedEmits,setup(e,{emit:t}){const y=e,n=useNamespace("segmented"),$=useId(),k=useFormSize(),L=useFormDisabled(),{formItem:j}=useFormItem(),{inputId:V,isLabeledByFormItem:z}=useFormItemInputId(y,{formItemContext:j}),re=ref$1(null),oe=useActiveElement(),ue=reactive({isInit:!1,width:0,translateX:0,disabled:!1,focusVisible:!1}),de=nr=>{const lr=_e(nr);t(UPDATE_MODEL_EVENT,lr),t(CHANGE_EVENT,lr)},_e=nr=>isObject$5(nr)?nr.value:nr,Ne=nr=>isObject$5(nr)?nr.label:nr,Ue=nr=>!!(L.value||isObject$5(nr)&&nr.disabled),$e=nr=>y.modelValue===_e(nr),Ve=nr=>y.options.find(lr=>_e(lr)===nr),Fe=nr=>[n.e("item"),n.is("selected",$e(nr)),n.is("disabled",Ue(nr))],qe=()=>{if(!re.value)return;const nr=re.value.querySelector(".is-selected"),lr=re.value.querySelector(".is-selected input");if(!nr||!lr){ue.width=0,ue.translateX=0,ue.disabled=!1,ue.focusVisible=!1;return}const Et=nr.getBoundingClientRect();ue.isInit=!0,ue.width=Et.width,ue.translateX=nr.offsetLeft,ue.disabled=Ue(Ve(y.modelValue));try{ue.focusVisible=lr.matches(":focus-visible")}catch{}},er=computed(()=>[n.b(),n.m(k.value),n.is("block",y.block)]),ir=computed(()=>({width:`${ue.width}px`,transform:`translateX(${ue.translateX}px)`,display:ue.isInit?"block":"none"})),dr=computed(()=>[n.e("item-selected"),n.is("disabled",ue.disabled),n.is("focus-visible",ue.focusVisible)]),cr=computed(()=>y.name||$.value);return useResizeObserver(re,qe),watch(oe,qe),watch(()=>y.modelValue,()=>{var nr;qe(),y.validateEvent&&((nr=j==null?void 0:j.validate)==null||nr.call(j,"change").catch(lr=>void 0))},{flush:"post"}),(nr,lr)=>(openBlock(),createElementBlock("div",{id:unref(V),ref_key:"segmentedRef",ref:re,class:normalizeClass(unref(er)),role:"radiogroup","aria-label":unref(z)?void 0:nr.ariaLabel||"segmented","aria-labelledby":unref(z)?unref(j).labelId:void 0},[createBaseVNode("div",{class:normalizeClass(unref(n).e("group"))},[createBaseVNode("div",{style:normalizeStyle(unref(ir)),class:normalizeClass(unref(dr))},null,6),(openBlock(!0),createElementBlock(Fragment,null,renderList(nr.options,(Et,ie)=>(openBlock(),createElementBlock("label",{key:ie,class:normalizeClass(Fe(Et))},[createBaseVNode("input",{class:normalizeClass(unref(n).e("item-input")),type:"radio",name:unref(cr),disabled:Ue(Et),checked:$e(Et),onChange:pe=>de(Et)},null,42,["name","disabled","checked","onChange"]),createBaseVNode("div",{class:normalizeClass(unref(n).e("item-label"))},[renderSlot(nr.$slots,"default",{item:Et},()=>[createTextVNode(toDisplayString(Ne(Et)),1)])],2)],2))),128))],2)],10,["id","aria-label","aria-labelledby"]))}});var Segmented=_export_sfc$1(_sfc_main$w,[["__file","segmented.vue"]]);const ElSegmented=withInstall(Segmented),filterOption=(e,t)=>{const y=e.toLowerCase();return(t.label||t.value).toLowerCase().includes(y)},getMentionCtx=(e,t,y)=>{const{selectionEnd:n}=e;if(n===null)return;const $=e.value,k=castArray$1(t);let L=-1,j;for(let V=n-1;V>=0;--V){const z=$[V];if(z===y||z===`
`||z==="\r"){L=V;continue}if(k.includes(z)){const re=L===-1?n:L;j={pattern:$.slice(V+1,re),start:V+1,end:re,prefix:z,prefixIndex:V,splitIndex:L,selectionEnd:n};break}}return j},getCursorPosition=(e,t={debug:!1,useSelectionEnd:!1})=>{const y=e.selectionStart!==null?e.selectionStart:0,n=e.selectionEnd!==null?e.selectionEnd:0,$=t.useSelectionEnd?n:y,k=["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(t.debug){const ue=document.querySelector("#input-textarea-caret-position-mirror-div");ue!=null&&ue.parentNode&&ue.parentNode.removeChild(ue)}const L=document.createElement("div");L.id="input-textarea-caret-position-mirror-div",document.body.appendChild(L);const j=L.style,V=window.getComputedStyle(e),z=e.nodeName==="INPUT";j.whiteSpace=z?"nowrap":"pre-wrap",z||(j.wordWrap="break-word"),j.position="absolute",t.debug||(j.visibility="hidden"),k.forEach(ue=>{if(z&&ue==="lineHeight")if(V.boxSizing==="border-box"){const de=Number.parseInt(V.height),_e=Number.parseInt(V.paddingTop)+Number.parseInt(V.paddingBottom)+Number.parseInt(V.borderTopWidth)+Number.parseInt(V.borderBottomWidth),Ne=_e+Number.parseInt(V.lineHeight);de>Ne?j.lineHeight=`${de-_e}px`:de===Ne?j.lineHeight=V.lineHeight:j.lineHeight="0"}else j.lineHeight=V.height;else j[ue]=V[ue]}),isFirefox()?e.scrollHeight>Number.parseInt(V.height)&&(j.overflowY="scroll"):j.overflow="hidden",L.textContent=e.value.slice(0,Math.max(0,$)),z&&L.textContent&&(L.textContent=L.textContent.replace(/\s/g," "));const re=document.createElement("span");re.textContent=e.value.slice(Math.max(0,$))||".",re.style.position="relative",re.style.left=`${-e.scrollLeft}px`,re.style.top=`${-e.scrollTop}px`,L.appendChild(re);const oe={top:re.offsetTop+Number.parseInt(V.borderTopWidth),left:re.offsetLeft+Number.parseInt(V.borderLeftWidth),height:Number.parseInt(V.fontSize)*1.5};return t.debug?re.style.backgroundColor="#aaa":document.body.removeChild(L),oe.left>=e.clientWidth&&(oe.left=e.clientWidth),oe},mentionProps=buildProps({...inputProps,options:{type:definePropType(Array),default:()=>[]},prefix:{type:definePropType([String,Array]),default:"@",validator:e=>isString$4(e)?e.length===1:e.every(t=>isString$4(t)&&t.length===1)},split:{type:String,default:" ",validator:e=>e.length===1},filterOption:{type:definePropType([Boolean,Function]),default:()=>filterOption,validator:e=>e===!1?!0:isFunction$5(e)},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]:e=>isString$4(e),search:(e,t)=>isString$4(e)&&isString$4(t),select:(e,t)=>isString$4(e.value)&&isString$4(t),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent},mentionDropdownProps=buildProps({options:{type:definePropType(Array),default:()=>[]},loading:Boolean,disabled:Boolean}),mentionDropdownEmits={select:e=>isString$4(e.value)},__default__$3=defineComponent({name:"ElMentionDropdown"}),_sfc_main$v=defineComponent({...__default__$3,props:mentionDropdownProps,emits:mentionDropdownEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("mention"),{t:k}=useLocale(),L=ref$1(-1),j=ref$1(),V=ref$1(),z=ref$1(),re=(Fe,qe)=>[$.be("dropdown","item"),$.is("hovering",L.value===qe),$.is("disabled",Fe.disabled||n.disabled)],oe=Fe=>{Fe.disabled||n.disabled||y("select",Fe)},ue=Fe=>{L.value=Fe},de=computed(()=>n.disabled||n.options.every(Fe=>Fe.disabled)),_e=computed(()=>n.options[L.value]),Ne=()=>{_e.value&&y("select",_e.value)},Ue=Fe=>{const{options:qe}=n;if(qe.length===0||de.value)return;Fe==="next"?(L.value++,L.value===qe.length&&(L.value=0)):Fe==="prev"&&(L.value--,L.value<0&&(L.value=qe.length-1));const er=qe[L.value];if(er.disabled){Ue(Fe);return}nextTick$3(()=>$e(er))},$e=Fe=>{var qe,er,ir,dr;const{options:cr}=n,nr=cr.findIndex(Et=>Et.value===Fe.value),lr=(qe=V.value)==null?void 0:qe[nr];if(lr){const Et=(ir=(er=z.value)==null?void 0:er.querySelector)==null?void 0:ir.call(er,`.${$.be("dropdown","wrap")}`);Et&&scrollIntoView(Et,lr)}(dr=j.value)==null||dr.handleScroll()};return watch(()=>n.options,()=>{de.value||n.options.length===0?L.value=-1:L.value=0},{immediate:!0}),t({navigateOptions:Ue,selectHoverOption:Ne,hoverOption:_e}),(Fe,qe)=>(openBlock(),createElementBlock("div",{ref_key:"dropdownRef",ref:z,class:normalizeClass(unref($).b("dropdown"))},[Fe.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).be("dropdown","header"))},[renderSlot(Fe.$slots,"header")],2)):createCommentVNode("v-if",!0),withDirectives(createVNode(unref(ElScrollbar),{ref_key:"scrollbarRef",ref:j,tag:"ul","wrap-class":unref($).be("dropdown","wrap"),"view-class":unref($).be("dropdown","list")},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(Fe.options,(er,ir)=>(openBlock(),createElementBlock("li",{ref_for:!0,ref_key:"optionRefs",ref:V,key:er.value,class:normalizeClass(re(er,ir)),onMouseenter:dr=>ue(ir),onClick:withModifiers(dr=>oe(er),["stop"])},[renderSlot(Fe.$slots,"label",{item:er,index:ir},()=>{var dr;return[createBaseVNode("span",null,toDisplayString((dr=er.label)!=null?dr:er.value),1)]})],42,["onMouseenter","onClick"]))),128))]),_:3},8,["wrap-class","view-class"]),[[vShow,Fe.options.length>0&&!Fe.loading]]),Fe.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($).be("dropdown","loading"))},[renderSlot(Fe.$slots,"loading",{},()=>[createTextVNode(toDisplayString(unref(k)("el.mention.loading")),1)])],2)):createCommentVNode("v-if",!0),Fe.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref($).be("dropdown","footer"))},[renderSlot(Fe.$slots,"footer")],2)):createCommentVNode("v-if",!0)],2))}});var ElMentionDropdown=_export_sfc$1(_sfc_main$v,[["__file","mention-dropdown.vue"]]);const __default__$2=defineComponent({name:"ElMention"}),_sfc_main$u=defineComponent({...__default__$2,props:mentionProps,emits:mentionEmits,setup(e,{expose:t,emit:y}){const n=e,$=computed(()=>pick(n,Object.keys(inputProps))),k=useNamespace("mention"),L=ref$1(),j=ref$1(),V=ref$1(),z=ref$1(!1),re=ref$1(),oe=ref$1(),ue=computed(()=>n.showArrow?n.placement:`${n.placement}-start`),de=computed(()=>n.showArrow?["bottom","top"]:["bottom-start","top-start"]),_e=computed(()=>{const{filterOption:cr,options:nr}=n;return!oe.value||!cr?nr:nr.filter(lr=>cr(oe.value.pattern,lr))}),Ne=cr=>{y("update:modelValue",cr),er()},Ue=cr=>{var nr,lr,Et,ie;if("key"in cr&&!((nr=L.value)!=null&&nr.isComposing)){if(["ArrowLeft","ArrowRight"].includes(cr.key))er();else if(["ArrowUp","ArrowDown"].includes(cr.key)){if(!z.value)return;cr.preventDefault();const pe=cr.key==="ArrowUp"?"prev":"next";(lr=V.value)==null||lr.navigateOptions(pe)}else if(["Enter"].includes(cr.key)){if(!z.value)return;cr.preventDefault(),(Et=V.value)!=null&&Et.hoverOption?(ie=V.value)==null||ie.selectHoverOption():z.value=!1}else if(["Backspace"].includes(cr.key)&&n.whole&&oe.value){const{splitIndex:pe,selectionEnd:Ce,pattern:Ie,prefixIndex:jt,prefix:ar}=oe.value,ur=qe();if(!ur)return;const kt=ur.value,he=n.options.find(gr=>gr.value===Ie);if((isFunction$5(n.checkIsWhole)?n.checkIsWhole(Ie,ar):he)&&pe!==-1&&pe+1===Ce){cr.preventDefault();const gr=kt.slice(0,jt)+kt.slice(pe+1);y(UPDATE_MODEL_EVENT,gr);const _r=jt;nextTick$3(()=>{ur.selectionStart=_r,ur.selectionEnd=_r,dr()})}}}},{wrapperRef:$e}=useFocusController(L,{afterFocus(){er()},beforeBlur(cr){var nr;return(nr=j.value)==null?void 0:nr.isFocusInsideContent(cr)},afterBlur(){z.value=!1}}),Ve=()=>{er()},Fe=cr=>{if(!oe.value)return;const nr=qe();if(!nr)return;const lr=nr.value,{split:Et}=n,ie=lr.slice(oe.value.end),pe=ie.startsWith(Et),Ce=`${cr.value}${pe?"":Et}`,Ie=lr.slice(0,oe.value.start)+Ce+ie;y(UPDATE_MODEL_EVENT,Ie),y("select",cr,oe.value.prefix);const jt=oe.value.start+Ce.length+(pe?1:0);nextTick$3(()=>{nr.selectionStart=jt,nr.selectionEnd=jt,nr.focus(),dr()})},qe=()=>{var cr,nr;return n.type==="textarea"?(cr=L.value)==null?void 0:cr.textarea:(nr=L.value)==null?void 0:nr.input},er=()=>{setTimeout(()=>{ir(),dr(),nextTick$3(()=>{var cr;return(cr=j.value)==null?void 0:cr.updatePopper()})},0)},ir=()=>{const cr=qe();if(!cr)return;const nr=getCursorPosition(cr),lr=cr.getBoundingClientRect(),Et=L.value.$el.getBoundingClientRect();re.value={position:"absolute",width:0,height:`${nr.height}px`,left:`${nr.left+lr.left-Et.left}px`,top:`${nr.top+lr.top-Et.top}px`}},dr=()=>{const cr=qe();if(document.activeElement!==cr){z.value=!1;return}const{prefix:nr,split:lr}=n;if(oe.value=getMentionCtx(cr,nr,lr),oe.value&&oe.value.splitIndex===-1){z.value=!0,y("search",oe.value.pattern,oe.value.prefix);return}z.value=!1};return t({input:L,tooltip:j}),(cr,nr)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:$e,class:normalizeClass(unref(k).b())},[createVNode(unref(ElInput),mergeProps(mergeProps(unref($),cr.$attrs),{ref_key:"elInputRef",ref:L,"model-value":cr.modelValue,onInput:Ne,onKeydown:Ue,onMousedown:Ve}),createSlots({_:2},[renderList(cr.$slots,(lr,Et)=>({name:Et,fn:withCtx(ie=>[renderSlot(cr.$slots,Et,normalizeProps(guardReactiveProps(ie)))])}))]),1040,["model-value"]),createVNode(unref(ElTooltip),{ref_key:"tooltipRef",ref:j,visible:z.value&&(!!unref(_e).length||cr.loading),"popper-class":[unref(k).e("popper"),cr.popperClass],"popper-options":cr.popperOptions,placement:unref(ue),"fallback-placements":unref(de),effect:"light",pure:"",offset:cr.offset,"show-arrow":cr.showArrow},{default:withCtx(()=>[createBaseVNode("div",{style:normalizeStyle(re.value)},null,4)]),content:withCtx(()=>{var lr;return[createVNode(ElMentionDropdown,{ref_key:"dropdownRef",ref:V,options:unref(_e),disabled:cr.disabled,loading:cr.loading,onSelect:Fe,onClick:withModifiers((lr=L.value)==null?void 0:lr.focus,["stop"])},createSlots({_:2},[renderList(cr.$slots,(Et,ie)=>({name:ie,fn:withCtx(pe=>[renderSlot(cr.$slots,ie,normalizeProps(guardReactiveProps(pe)))])}))]),1032,["options","disabled","loading","onClick"])]}),_:3},8,["visible","popper-class","popper-options","placement","fallback-placements","offset","show-arrow"])],2))}});var Mention=_export_sfc$1(_sfc_main$u,[["__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=(e,t)=>Object.entries(attributes$2).reduce((y,[n,$])=>{var k,L;const{type:j,default:V}=$,z=e.getAttribute(`infinite-scroll-${n}`);let re=(L=(k=t[z])!=null?k:z)!=null?L:V;return re=re==="false"?!1:re,re=j(re),y[n]=Number.isNaN(re)?V:re,y},{}),destroyObserver=e=>{const{observer:t}=e[SCOPE];t&&(t.disconnect(),delete e[SCOPE].observer)},handleScroll=(e,t)=>{const{container:y,containerEl:n,instance:$,observer:k,lastScrollTop:L}=e[SCOPE],{disabled:j,distance:V}=getScrollOptions(e,$),{clientHeight:z,scrollHeight:re,scrollTop:oe}=n,ue=oe-L;if(e[SCOPE].lastScrollTop=oe,k||j||ue<0)return;let de=!1;if(y===e)de=re-(z+oe)<=V;else{const{clientTop:_e,scrollHeight:Ne}=e,Ue=getOffsetTopDistance(e,n);de=oe+z>=Ue+_e+Ne-V}de&&t.call($)};function checkFull(e,t){const{containerEl:y,instance:n}=e[SCOPE],{disabled:$}=getScrollOptions(e,n);$||y.clientHeight===0||(y.scrollHeight<=y.clientHeight?t.call(n):destroyObserver(e))}const InfiniteScroll={async mounted(e,t){const{instance:y,value:n}=t;isFunction$5(n)||throwError(SCOPE,"'v-infinite-scroll' binding value must be a function"),await nextTick$3();const{delay:$,immediate:k}=getScrollOptions(e,y),L=getScrollContainer(e,!0),j=L===window?document.documentElement:L,V=throttle$1(handleScroll.bind(null,e,n),$);if(L){if(e[SCOPE]={instance:y,container:L,containerEl:j,delay:$,cb:n,onScroll:V,lastScrollTop:j.scrollTop},k){const z=new MutationObserver(throttle$1(checkFull.bind(null,e,n),CHECK_INTERVAL));e[SCOPE].observer=z,z.observe(e,{childList:!0,subtree:!0}),checkFull(e,n)}L.addEventListener("scroll",V)}},unmounted(e){if(!e[SCOPE])return;const{container:t,onScroll:y}=e[SCOPE];t==null||t.removeEventListener("scroll",y),destroyObserver(e)},async updated(e){if(!e[SCOPE])await nextTick$3();else{const{containerEl:t,cb:y,observer:n}=e[SCOPE];t.clientHeight&&n&&checkFull(e,y)}}},_InfiniteScroll=InfiniteScroll;_InfiniteScroll.install=e=>{e.directive("InfiniteScroll",_InfiniteScroll)};const ElInfiniteScroll=_InfiniteScroll;function createLoadingComponent(e){let t;const y=ref$1(!1),n=reactive({...e,originalPosition:"",originalOverflow:"",visible:!1});function $(ue){n.text=ue}function k(){const ue=n.parent,de=oe.ns;if(!ue.vLoadingAddClassList){let _e=ue.getAttribute("loading-number");_e=Number.parseInt(_e)-1,_e?ue.setAttribute("loading-number",_e.toString()):(removeClass(ue,de.bm("parent","relative")),ue.removeAttribute("loading-number")),removeClass(ue,de.bm("parent","hidden"))}L(),re.unmount()}function L(){var ue,de;(de=(ue=oe.$el)==null?void 0:ue.parentNode)==null||de.removeChild(oe.$el)}function j(){var ue;e.beforeClose&&!e.beforeClose()||(y.value=!0,clearTimeout(t),t=setTimeout(V,400),n.visible=!1,(ue=e.closed)==null||ue.call(e))}function V(){if(!y.value)return;const ue=n.parent;y.value=!1,ue.vLoadingAddClassList=void 0,k()}const re=createApp(defineComponent({name:"ElLoading",setup(ue,{expose:de}){const{ns:_e,zIndex:Ne}=useGlobalComponentSettings("loading");return de({ns:_e,zIndex:Ne}),()=>{const Ue=n.spinner||n.svg,$e=h$1("svg",{class:"circular",viewBox:n.svgViewBox?n.svgViewBox:"0 0 50 50",...Ue?{innerHTML:Ue}:{}},[h$1("circle",{class:"path",cx:"25",cy:"25",r:"20",fill:"none"})]),Ve=n.text?h$1("p",{class:_e.b("text")},[n.text]):void 0;return h$1(Transition,{name:_e.b("fade"),onAfterLeave:V},{default:withCtx(()=>[withDirectives(createVNode("div",{style:{backgroundColor:n.background||""},class:[_e.b("mask"),n.customClass,n.fullscreen?"is-fullscreen":""]},[h$1("div",{class:_e.b("spinner")},[$e,Ve])]),[[vShow,n.visible]])])})}}})),oe=re.mount(document.createElement("div"));return{...toRefs(n),setText:$,removeElLoadingChild:L,close:j,handleAfterLeave:V,vm:oe,get $el(){return oe.$el}}}let fullscreenInstance;const Loading=function(e={}){if(!isClient)return;const t=resolveOptions(e);if(t.fullscreen&&fullscreenInstance)return fullscreenInstance;const y=createLoadingComponent({...t,closed:()=>{var $;($=t.closed)==null||$.call(t),t.fullscreen&&(fullscreenInstance=void 0)}});addStyle(t,t.parent,y),addClassList(t,t.parent,y),t.parent.vLoadingAddClassList=()=>addClassList(t,t.parent,y);let n=t.parent.getAttribute("loading-number");return n?n=`${Number.parseInt(n)+1}`:n="1",t.parent.setAttribute("loading-number",n),t.parent.appendChild(y.$el),nextTick$3(()=>y.visible.value=t.visible),t.fullscreen&&(fullscreenInstance=y),y},resolveOptions=e=>{var t,y,n,$;let k;return isString$4(e.target)?k=(t=document.querySelector(e.target))!=null?t:document.body:k=e.target||document.body,{parent:k===document.body||e.body?document.body:k,background:e.background||"",svg:e.svg||"",svgViewBox:e.svgViewBox||"",spinner:e.spinner||!1,text:e.text||"",fullscreen:k===document.body&&((y=e.fullscreen)!=null?y:!0),lock:(n=e.lock)!=null?n:!1,customClass:e.customClass||"",visible:($=e.visible)!=null?$:!0,beforeClose:e.beforeClose,closed:e.closed,target:k}},addStyle=async(e,t,y)=>{const{nextZIndex:n}=y.vm.zIndex||y.vm._.exposed.zIndex,$={};if(e.fullscreen)y.originalPosition.value=getStyle(document.body,"position"),y.originalOverflow.value=getStyle(document.body,"overflow"),$.zIndex=n();else if(e.parent===document.body){y.originalPosition.value=getStyle(document.body,"position"),await nextTick$3();for(const k of["top","left"]){const L=k==="top"?"scrollTop":"scrollLeft";$[k]=`${e.target.getBoundingClientRect()[k]+document.body[L]+document.documentElement[L]-Number.parseInt(getStyle(document.body,`margin-${k}`),10)}px`}for(const k of["height","width"])$[k]=`${e.target.getBoundingClientRect()[k]}px`}else y.originalPosition.value=getStyle(t,"position");for(const[k,L]of Object.entries($))y.$el.style[k]=L},addClassList=(e,t,y)=>{const n=y.vm.ns||y.vm._.exposed.ns;["absolute","fixed","sticky"].includes(y.originalPosition.value)?removeClass(t,n.bm("parent","relative")):addClass(t,n.bm("parent","relative")),e.fullscreen&&e.lock?addClass(t,n.bm("parent","hidden")):removeClass(t,n.bm("parent","hidden"))},INSTANCE_KEY=Symbol("ElLoading"),createInstance$1=(e,t)=>{var y,n,$,k;const L=t.instance,j=ue=>isObject$5(t.value)?t.value[ue]:void 0,V=ue=>{const de=isString$4(ue)&&(L==null?void 0:L[ue])||ue;return de&&ref$1(de)},z=ue=>V(j(ue)||e.getAttribute(`element-loading-${hyphenate$1(ue)}`)),re=(y=j("fullscreen"))!=null?y:t.modifiers.fullscreen,oe={text:z("text"),svg:z("svg"),svgViewBox:z("svgViewBox"),spinner:z("spinner"),background:z("background"),customClass:z("customClass"),fullscreen:re,target:(n=j("target"))!=null?n:re?void 0:e,body:($=j("body"))!=null?$:t.modifiers.body,lock:(k=j("lock"))!=null?k:t.modifiers.lock};e[INSTANCE_KEY]={options:oe,instance:Loading(oe)}},updateOptions=(e,t)=>{for(const y of Object.keys(t))isRef(t[y])&&(t[y].value=e[y])},vLoading={mounted(e,t){t.value&&createInstance$1(e,t)},updated(e,t){const y=e[INSTANCE_KEY];t.oldValue!==t.value&&(t.value&&!t.oldValue?createInstance$1(e,t):t.value&&t.oldValue?isObject$5(t.value)&&updateOptions(t.value,y.options):y==null||y.instance.close())},unmounted(e){var t;(t=e[INSTANCE_KEY])==null||t.instance.close(),e[INSTANCE_KEY]=null}},ElLoading={install(e){e.directive("loading",vLoading),e.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=e=>{const t=instances.findIndex($=>$.id===e),y=instances[t];let n;return t>0&&(n=instances[t-1]),{current:y,prev:n}},getLastOffset=e=>{const{prev:t}=getInstance(e);return t?t.vm.exposed.bottom.value:0},getOffsetOrSpace=(e,t)=>instances.findIndex(n=>n.id===e)>0?16:t,__default__$1=defineComponent({name:"ElMessage"}),_sfc_main$t=defineComponent({...__default__$1,props:messageProps,emits:messageEmits,setup(e,{expose:t}){const y=e,{Close:n}=TypeComponents,{ns:$,zIndex:k}=useGlobalComponentSettings("message"),{currentZIndex:L,nextZIndex:j}=k,V=ref$1(),z=ref$1(!1),re=ref$1(0);let oe;const ue=computed(()=>y.type?y.type==="error"?"danger":y.type:"info"),de=computed(()=>{const dr=y.type;return{[$.bm("icon",dr)]:dr&&TypeComponentsMap[dr]}}),_e=computed(()=>y.icon||TypeComponentsMap[y.type]||""),Ne=computed(()=>getLastOffset(y.id)),Ue=computed(()=>getOffsetOrSpace(y.id,y.offset)+Ne.value),$e=computed(()=>re.value+Ue.value),Ve=computed(()=>({top:`${Ue.value}px`,zIndex:L.value}));function Fe(){y.duration!==0&&({stop:oe}=useTimeoutFn(()=>{er()},y.duration))}function qe(){oe==null||oe()}function er(){z.value=!1}function ir({code:dr}){dr===EVENT_CODE.esc&&er()}return onMounted(()=>{Fe(),j(),z.value=!0}),watch(()=>y.repeatNum,()=>{qe(),Fe()}),useEventListener(document,"keydown",ir),useResizeObserver(V,()=>{re.value=V.value.getBoundingClientRect().height}),t({visible:z,bottom:$e,close:er}),(dr,cr)=>(openBlock(),createBlock(Transition,{name:unref($).b("fade"),onBeforeLeave:dr.onClose,onAfterLeave:nr=>dr.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:dr.id,ref_key:"messageRef",ref:V,class:normalizeClass([unref($).b(),{[unref($).m(dr.type)]:dr.type},unref($).is("center",dr.center),unref($).is("closable",dr.showClose),unref($).is("plain",dr.plain),dr.customClass]),style:normalizeStyle(unref(Ve)),role:"alert",onMouseenter:qe,onMouseleave:Fe},[dr.repeatNum>1?(openBlock(),createBlock(unref(ElBadge),{key:0,value:dr.repeatNum,type:unref(ue),class:normalizeClass(unref($).e("badge"))},null,8,["value","type","class"])):createCommentVNode("v-if",!0),unref(_e)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref($).e("icon"),unref(de)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(_e))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),renderSlot(dr.$slots,"default",{},()=>[dr.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($).e("content")),innerHTML:dr.message},null,10,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref($).e("content"))},toDisplayString(dr.message),3))]),dr.showClose?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref($).e("closeBtn")),onClick:withModifiers(er,["stop"])},{default:withCtx(()=>[createVNode(unref(n))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],46,["id"]),[[vShow,z.value]])]),_:3},8,["name","onBeforeLeave","onAfterLeave"]))}});var MessageConstructor=_export_sfc$1(_sfc_main$t,[["__file","message.vue"]]);let seed$1=1;const normalizeOptions=e=>{const t=!e||isString$4(e)||isVNode(e)||isFunction$5(e)?{message:e}:e,y={...messageDefaults,...t};if(!y.appendTo)y.appendTo=document.body;else if(isString$4(y.appendTo)){let n=document.querySelector(y.appendTo);isElement$2(n)||(n=document.body),y.appendTo=n}return y},closeMessage=e=>{const t=instances.indexOf(e);if(t===-1)return;instances.splice(t,1);const{handler:y}=e;y.close()},createMessage=({appendTo:e,...t},y)=>{const n=`message_${seed$1++}`,$=t.onClose,k=document.createElement("div"),L={...t,id:n,onClose:()=>{$==null||$(),closeMessage(re)},onDestroy:()=>{render$1(null,k)}},j=createVNode(MessageConstructor,L,isFunction$5(L.message)||isVNode(L.message)?{default:isFunction$5(L.message)?L.message:()=>L.message}:null);j.appContext=y||message._context,render$1(j,k),e.appendChild(k.firstElementChild);const V=j.component,re={id:n,vnode:j,vm:V,handler:{close:()=>{V.exposed.visible.value=!1}},props:j.component.props};return re},message=(e={},t)=>{if(!isClient)return{close:()=>{}};if(isNumber$4(messageConfig.max)&&instances.length>=messageConfig.max)return{close:()=>{}};const y=normalizeOptions(e);if(y.grouping&&instances.length){const $=instances.find(({vnode:k})=>{var L;return((L=k.props)==null?void 0:L.message)===y.message});if($)return $.props.repeatNum+=1,$.props.type=y.type,$.handler}const n=createMessage(y,t);return instances.push(n),n.handler};messageTypes.forEach(e=>{message[e]=(t={},y)=>{const n=normalizeOptions(t);return message({...n,type:e},y)}});function closeAll$1(e){for(const t of instances)(!e||e===t.props.type)&&t.handler.close()}message.closeAll=closeAll$1;message._context=null;const ElMessage=withInstallFunction(message,"$message"),_sfc_main$s=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(e,{emit:t}){const{locale:y,zIndex:n,ns:$,size:k}=useGlobalComponentSettings("message-box",computed(()=>e.buttonSize)),{t:L}=y,{nextZIndex:j}=n,V=ref$1(!1),z=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:j()}),re=computed(()=>{const jt=z.type;return{[$.bm("icon",jt)]:jt&&TypeComponentsMap[jt]}}),oe=useId(),ue=useId(),de=computed(()=>z.icon||TypeComponentsMap[z.type]||""),_e=computed(()=>!!z.message),Ne=ref$1(),Ue=ref$1(),$e=ref$1(),Ve=ref$1(),Fe=ref$1(),qe=computed(()=>z.confirmButtonClass);watch(()=>z.inputValue,async jt=>{await nextTick$3(),e.boxType==="prompt"&&jt!==null&&ie()},{immediate:!0}),watch(()=>V.value,jt=>{var ar,ur;jt&&(e.boxType!=="prompt"&&(z.autofocus?$e.value=(ur=(ar=Fe.value)==null?void 0:ar.$el)!=null?ur:Ne.value:$e.value=Ne.value),z.zIndex=j()),e.boxType==="prompt"&&(jt?nextTick$3().then(()=>{var kt;Ve.value&&Ve.value.$el&&(z.autofocus?$e.value=(kt=pe())!=null?kt:Ne.value:$e.value=Ne.value)}):(z.editorErrorMessage="",z.validateError=!1))});const er=computed(()=>e.draggable),ir=computed(()=>e.overflow);useDraggable(Ne,Ue,er,ir),onMounted(async()=>{await nextTick$3(),e.closeOnHashChange&&window.addEventListener("hashchange",dr)}),onBeforeUnmount(()=>{e.closeOnHashChange&&window.removeEventListener("hashchange",dr)});function dr(){V.value&&(V.value=!1,nextTick$3(()=>{z.action&&t("action",z.action)}))}const cr=()=>{e.closeOnClickModal&&Et(z.distinguishCancelAndClose?"close":"cancel")},nr=useSameTarget(cr),lr=jt=>{if(z.inputType!=="textarea")return jt.preventDefault(),Et("confirm")},Et=jt=>{var ar;e.boxType==="prompt"&&jt==="confirm"&&!ie()||(z.action=jt,z.beforeClose?(ar=z.beforeClose)==null||ar.call(z,jt,z,dr):dr())},ie=()=>{if(e.boxType==="prompt"){const jt=z.inputPattern;if(jt&&!jt.test(z.inputValue||""))return z.editorErrorMessage=z.inputErrorMessage||L("el.messagebox.error"),z.validateError=!0,!1;const ar=z.inputValidator;if(typeof ar=="function"){const ur=ar(z.inputValue);if(ur===!1)return z.editorErrorMessage=z.inputErrorMessage||L("el.messagebox.error"),z.validateError=!0,!1;if(typeof ur=="string")return z.editorErrorMessage=ur,z.validateError=!0,!1}}return z.editorErrorMessage="",z.validateError=!1,!0},pe=()=>{const jt=Ve.value.$refs;return jt.input||jt.textarea},Ce=()=>{Et("close")},Ie=()=>{e.closeOnPressEscape&&Ce()};return e.lockScroll&&useLockscreen(V),{...toRefs(z),ns:$,overlayEvent:nr,visible:V,hasMessage:_e,typeClass:re,contentId:oe,inputId:ue,btnSize:k,iconComponent:de,confirmButtonClasses:qe,rootRef:Ne,focusStartRef:$e,headerRef:Ue,inputRef:Ve,confirmRef:Fe,doClose:dr,handleClose:Ce,onCloseRequested:Ie,handleWrapperClick:cr,handleInputEnter:lr,handleAction:Et,t:L}}});function _sfc_render(e,t,y,n,$,k){const L=resolveComponent("el-icon"),j=resolveComponent("close"),V=resolveComponent("el-input"),z=resolveComponent("el-button"),re=resolveComponent("el-focus-trap"),oe=resolveComponent("el-overlay");return openBlock(),createBlock(Transition,{name:"fade-in-linear",onAfterLeave:ue=>e.$emit("vanish"),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(oe,{"z-index":e.zIndex,"overlay-class":[e.ns.is("message-box"),e.modalClass],mask:e.modal},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-label":e.title,"aria-modal":"true","aria-describedby":e.showInput?void 0:e.contentId,class:normalizeClass(`${e.ns.namespace.value}-overlay-message-box`),onClick:e.overlayEvent.onClick,onMousedown:e.overlayEvent.onMousedown,onMouseup:e.overlayEvent.onMouseup},[createVNode(re,{loop:"",trapped:e.visible,"focus-trap-el":e.rootRef,"focus-start-el":e.focusStartRef,onReleaseRequested:e.onCloseRequested},{default:withCtx(()=>[createBaseVNode("div",{ref:"rootRef",class:normalizeClass([e.ns.b(),e.customClass,e.ns.is("draggable",e.draggable),{[e.ns.m("center")]:e.center}]),style:normalizeStyle(e.customStyle),tabindex:"-1",onClick:withModifiers(()=>{},["stop"])},[e.title!==null&&e.title!==void 0?(openBlock(),createElementBlock("div",{key:0,ref:"headerRef",class:normalizeClass([e.ns.e("header"),{"show-close":e.showClose}])},[createBaseVNode("div",{class:normalizeClass(e.ns.e("title"))},[e.iconComponent&&e.center?(openBlock(),createBlock(L,{key:0,class:normalizeClass([e.ns.e("status"),e.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("span",null,toDisplayString(e.title),1)],2),e.showClose?(openBlock(),createElementBlock("button",{key:0,type:"button",class:normalizeClass(e.ns.e("headerbtn")),"aria-label":e.t("el.messagebox.close"),onClick:ue=>e.handleAction(e.distinguishCancelAndClose?"close":"cancel"),onKeydown:withKeys(withModifiers(ue=>e.handleAction(e.distinguishCancelAndClose?"close":"cancel"),["prevent"]),["enter"])},[createVNode(L,{class:normalizeClass(e.ns.e("close"))},{default:withCtx(()=>[createVNode(j)]),_:1},8,["class"])],42,["aria-label","onClick","onKeydown"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{id:e.contentId,class:normalizeClass(e.ns.e("content"))},[createBaseVNode("div",{class:normalizeClass(e.ns.e("container"))},[e.iconComponent&&!e.center&&e.hasMessage?(openBlock(),createBlock(L,{key:0,class:normalizeClass([e.ns.e("status"),e.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),e.hasMessage?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.e("message"))},[renderSlot(e.$slots,"default",{},()=>[e.dangerouslyUseHTMLString?(openBlock(),createBlock(resolveDynamicComponent(e.showInput?"label":"p"),{key:1,for:e.showInput?e.inputId:void 0,innerHTML:e.message},null,8,["for","innerHTML"])):(openBlock(),createBlock(resolveDynamicComponent(e.showInput?"label":"p"),{key:0,for:e.showInput?e.inputId:void 0},{default:withCtx(()=>[createTextVNode(toDisplayString(e.dangerouslyUseHTMLString?"":e.message),1)]),_:1},8,["for"]))])],2)):createCommentVNode("v-if",!0)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(e.ns.e("input"))},[createVNode(V,{id:e.inputId,ref:"inputRef",modelValue:e.inputValue,"onUpdate:modelValue":ue=>e.inputValue=ue,type:e.inputType,placeholder:e.inputPlaceholder,"aria-invalid":e.validateError,class:normalizeClass({invalid:e.validateError}),onKeydown:withKeys(e.handleInputEnter,["enter"])},null,8,["id","modelValue","onUpdate:modelValue","type","placeholder","aria-invalid","class","onKeydown"]),createBaseVNode("div",{class:normalizeClass(e.ns.e("errormsg")),style:normalizeStyle({visibility:e.editorErrorMessage?"visible":"hidden"})},toDisplayString(e.editorErrorMessage),7)],2),[[vShow,e.showInput]])],10,["id"]),createBaseVNode("div",{class:normalizeClass(e.ns.e("btns"))},[e.showCancelButton?(openBlock(),createBlock(z,{key:0,loading:e.cancelButtonLoading,"loading-icon":e.cancelButtonLoadingIcon,class:normalizeClass([e.cancelButtonClass]),round:e.roundButton,size:e.btnSize,onClick:ue=>e.handleAction("cancel"),onKeydown:withKeys(withModifiers(ue=>e.handleAction("cancel"),["prevent"]),["enter"])},{default:withCtx(()=>[createTextVNode(toDisplayString(e.cancelButtonText||e.t("el.messagebox.cancel")),1)]),_:1},8,["loading","loading-icon","class","round","size","onClick","onKeydown"])):createCommentVNode("v-if",!0),withDirectives(createVNode(z,{ref:"confirmRef",type:"primary",loading:e.confirmButtonLoading,"loading-icon":e.confirmButtonLoadingIcon,class:normalizeClass([e.confirmButtonClasses]),round:e.roundButton,disabled:e.confirmButtonDisabled,size:e.btnSize,onClick:ue=>e.handleAction("confirm"),onKeydown:withKeys(withModifiers(ue=>e.handleAction("confirm"),["prevent"]),["enter"])},{default:withCtx(()=>[createTextVNode(toDisplayString(e.confirmButtonText||e.t("el.messagebox.confirm")),1)]),_:1},8,["loading","loading-icon","class","round","disabled","size","onClick","onKeydown"]),[[vShow,e.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,e.visible]])]),_:3},8,["onAfterLeave"])}var MessageBoxConstructor=_export_sfc$1(_sfc_main$s,[["render",_sfc_render],["__file","index.vue"]]);const messageInstance=new Map,getAppendToElement=e=>{let t=document.body;return e.appendTo&&(isString$4(e.appendTo)&&(t=document.querySelector(e.appendTo)),isElement$2(e.appendTo)&&(t=e.appendTo),isElement$2(t)||(t=document.body)),t},initInstance=(e,t,y=null)=>{const n=createVNode(MessageBoxConstructor,e,isFunction$5(e.message)||isVNode(e.message)?{default:isFunction$5(e.message)?e.message:()=>e.message}:null);return n.appContext=y,render$1(n,t),getAppendToElement(e).appendChild(t.firstElementChild),n.component},genContainer=()=>document.createElement("div"),showMessage=(e,t)=>{const y=genContainer();e.onVanish=()=>{render$1(null,y),messageInstance.delete($)},e.onAction=k=>{const L=messageInstance.get($);let j;e.showInput?j={value:$.inputValue,action:k}:j=k,e.callback?e.callback(j,n.proxy):k==="cancel"||k==="close"?e.distinguishCancelAndClose&&k!=="cancel"?L.reject("close"):L.reject("cancel"):L.resolve(j)};const n=initInstance(e,y,t),$=n.proxy;for(const k in e)hasOwn$1(e,k)&&!hasOwn$1($.$props,k)&&($[k]=e[k]);return $.visible=!0,$};function MessageBox(e,t=null){if(!isClient)return Promise.reject();let y;return isString$4(e)||isVNode(e)?e={message:e}:y=e.callback,new Promise((n,$)=>{const k=showMessage(e,t??MessageBox._context);messageInstance.set(k,{options:e,callback:y,resolve:n,reject:$})})}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(e=>{MessageBox[e]=messageBoxFactory(e)});function messageBoxFactory(e){return(t,y,n,$)=>{let k="";return isObject$5(y)?(n=y,k=""):isUndefined$2(y)?k="":k=y,MessageBox(Object.assign({title:k,message:t,type:"",...MESSAGE_BOX_DEFAULT_OPTS[e]},n,{boxType:e}),$)}}MessageBox.close=()=>{messageInstance.forEach((e,t)=>{t.doClose()}),messageInstance.clear()};MessageBox._context=null;const _MessageBox=MessageBox;_MessageBox.install=e=>{_MessageBox._context=e._context,e.config.globalProperties.$msgbox=_MessageBox,e.config.globalProperties.$messageBox=_MessageBox,e.config.globalProperties.$alert=_MessageBox.alert,e.config.globalProperties.$confirm=_MessageBox.confirm,e.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$r=defineComponent({...__default__,props:notificationProps,emits:notificationEmits,setup(e,{expose:t}){const y=e,{ns:n,zIndex:$}=useGlobalComponentSettings("notification"),{nextZIndex:k,currentZIndex:L}=$,{Close:j}=CloseComponents,V=ref$1(!1);let z;const re=computed(()=>{const Fe=y.type;return Fe&&TypeComponentsMap[y.type]?n.m(Fe):""}),oe=computed(()=>y.type&&TypeComponentsMap[y.type]||y.icon),ue=computed(()=>y.position.endsWith("right")?"right":"left"),de=computed(()=>y.position.startsWith("top")?"top":"bottom"),_e=computed(()=>{var Fe;return{[de.value]:`${y.offset}px`,zIndex:(Fe=y.zIndex)!=null?Fe:L.value}});function Ne(){y.duration>0&&({stop:z}=useTimeoutFn(()=>{V.value&&$e()},y.duration))}function Ue(){z==null||z()}function $e(){V.value=!1}function Ve({code:Fe}){Fe===EVENT_CODE.delete||Fe===EVENT_CODE.backspace?Ue():Fe===EVENT_CODE.esc?V.value&&$e():Ne()}return onMounted(()=>{Ne(),k(),V.value=!0}),useEventListener(document,"keydown",Ve),t({visible:V,close:$e}),(Fe,qe)=>(openBlock(),createBlock(Transition,{name:unref(n).b("fade"),onBeforeLeave:Fe.onClose,onAfterLeave:er=>Fe.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:Fe.id,class:normalizeClass([unref(n).b(),Fe.customClass,unref(ue)]),style:normalizeStyle(unref(_e)),role:"alert",onMouseenter:Ue,onMouseleave:Ne,onClick:Fe.onClick},[unref(oe)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(n).e("icon"),unref(re)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(oe))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(n).e("group"))},[createBaseVNode("h2",{class:normalizeClass(unref(n).e("title")),textContent:toDisplayString(Fe.title)},null,10,["textContent"]),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(n).e("content")),style:normalizeStyle(Fe.title?void 0:{margin:0})},[renderSlot(Fe.$slots,"default",{},()=>[Fe.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{innerHTML:Fe.message},null,8,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0},toDisplayString(Fe.message),1))])],6),[[vShow,Fe.message]]),Fe.showClose?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(n).e("closeBtn")),onClick:withModifiers($e,["stop"])},{default:withCtx(()=>[createVNode(unref(j))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],2)],46,["id","onClick"]),[[vShow,V.value]])]),_:3},8,["name","onBeforeLeave","onAfterLeave"]))}});var NotificationConstructor=_export_sfc$1(_sfc_main$r,[["__file","notification.vue"]]);const notifications={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]},GAP_SIZE=16;let seed=1;const notify=function(e={},t=null){if(!isClient)return{close:()=>{}};(typeof e=="string"||isVNode(e))&&(e={message:e});const y=e.position||"top-right";let n=e.offset||0;notifications[y].forEach(({vm:re})=>{var oe;n+=(((oe=re.el)==null?void 0:oe.offsetHeight)||0)+GAP_SIZE}),n+=GAP_SIZE;const $=`notification_${seed++}`,k=e.onClose,L={...e,offset:n,id:$,onClose:()=>{close$1($,y,k)}};let j=document.body;isElement$2(e.appendTo)?j=e.appendTo:isString$4(e.appendTo)&&(j=document.querySelector(e.appendTo)),isElement$2(j)||(j=document.body);const V=document.createElement("div"),z=createVNode(NotificationConstructor,L,isVNode(L.message)?{default:()=>L.message}:null);return z.appContext=t??notify._context,z.props.onDestroy=()=>{render$1(null,V)},render$1(z,V),notifications[y].push({vm:z}),j.appendChild(V.firstElementChild),{close:()=>{z.component.exposed.visible.value=!1}}};notificationTypes.forEach(e=>{notify[e]=(t={})=>((typeof t=="string"||isVNode(t))&&(t={message:t}),notify({...t,type:e}))});function close$1(e,t,y){const n=notifications[t],$=n.findIndex(({vm:z})=>{var re;return((re=z.component)==null?void 0:re.props.id)===e});if($===-1)return;const{vm:k}=n[$];if(!k)return;y==null||y(k);const L=k.el.offsetHeight,j=t.split("-")[0];n.splice($,1);const V=n.length;if(!(V<1))for(let z=$;z<V;z++){const{el:re,component:oe}=n[z].vm,ue=Number.parseInt(re.style[j],10)-L-GAP_SIZE;oe.props.offset=ue}}function closeAll(){for(const e of Object.values(notifications))e.forEach(({vm:t})=>{t.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 prefix="MD",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:"rgba(15, 76, 129, 1)",desc:"最新流行"},{label:"翡翠绿",value:"rgba(0, 152, 116, 1)",desc:"优雅清新"},{label:"活力橘",value:"rgba(250, 81, 81, 1)",desc:"热情活泼"}],codeBlockThemeOptions=[{label:"github",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/github.min.css",desc:"light"},{label:"solarized-light",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/solarized-light.min.css",desc:"light"},{label:"atom-one-dark",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/atom-one-dark.min.css",desc:"dark"},{label:"obsidian",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/obsidian.min.css",desc:"dark"},{label:"vs2015",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/vs2015.min.css",desc:"dark"}],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:""}],githubConfig={username:"filess",repoList:Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],e=>`img${e}`),branch:"main",accessTokenList:["7715d7ca67b5d3837cfdoocsmde8c38421815aa423510af","c411415bf95dbe39625doocsmd5047ba9b7a2a6c9642abe","2821cd8819fa345c053doocsmdca86ac653f8bc20db1f1b","445f0dae46ef1f2a4d6doocsmdc797301e94797b4750a4c","cc1d0c1426d0fd0902bdoocsmdd2d7184b14da61b86ec46","b67e9d15cb6f910492fdoocsmdac6b44d379c953bb19eff","618c4dc2244ccbbc088doocsmd125d17fd31b7d06a50cf3","a4b581732e1c1507458doocsmdc5b223b27dae5e2e16a55","77904db41aee57ad79bdoocsmd760f848201dac9c96fd5e","02f251cb14ac62ab100doocsmdddbfc8527d773f1f04ce1","eb321079a95ba7028d9doocsmde2e84c502dac70de7cf08","22f74fcfb071a961fa2doocsmde28dabc746f0503a15e5d","85124c2bfe7abba0938doocsmd0af7f67918b99d085a5fd","0a561b4d4bbecb2de7edoocsmdd9ba3833d11dbc5e430f5","e8a01491188d8d5a097doocsmd03ede0aad1fe9e3af24e9","36e1f420d7e5bdebd67doocsmd65463562f5f25b20b8377"]},giteeConfig={username:"filesss",repoList:Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],e=>`img${e}`),branch:"main",accessTokenList:["ed5fc9866bd6c2fdoocsmddd433f806fd2f399c","5448ffebbbf1151doocsmdc4e337cf814fc8a62","25b05efd2557ca2doocsmd75b5c0835e3395911","11628c7a5aef015doocsmd2eeff9fb9566f0458","cb2f5145ed938dedoocsmdbd063b4ed244eecf8","d8c0b57500672c1doocsmd55f48b866b5ebcd98","78c56eadb88e453doocsmd43ddd95753351771a","03e1a688003948fdoocsmda16fcf41e6f03f1f0","c49121cf4d191fbdoocsmdd6a7877ed537e474a","adfeb2fadcdc4aadoocsmdfe1ee869ac9c968ff","116c94549ca4a0ddoocsmd192653af5c0694616","ecf30ed7f2eb184doocsmd51ea4ec8300371d9e","5837cf2bd5afd93doocsmd73904bed31934949e","b5b7e1c7d57e01fdoocsmd5266f552574297d78","684d55564ffbd0bdoocsmd7d747e5cc23aed6d6","3fc04a9d272ab71doocsmd010c56cb57d88d2ba"]},baseColor="#3f3f3f",defaultTheme={BASE:{"text-align":"left","line-height":"1.75"},block:{h1:{"font-size":"1.2em","text-align":"center","font-weight":"bold",display:"table",margin:"2em auto 1em",padding:"0 1em","border-bottom":"2px solid rgba(0, 152, 116, 0.9)",color:"var(--el-text-color-regular)"},h2:{"font-size":"1.2em","text-align":"center","font-weight":"bold",display:"table",margin:"4em auto 2em",padding:"0 0.2em",background:"rgba(0, 152, 116, 0.9)",color:"#fff"},h3:{"font-weight":"bold","font-size":"1.1em",margin:"2em 8px 0.75em 0","line-height":"1.2","padding-left":"8px","border-left":"3px solid rgba(0, 152, 116, 0.9)",color:"var(--el-text-color-regular)"},h4:{"font-weight":"bold","font-size":"1em",margin:"2em 8px 0.5em",color:"rgba(66, 185, 131, 0.9)"},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:{"letter-spacing":"0.1em",color:"rgb(80, 80, 80)","font-size":"1em",display:"block"},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:{"border-radius":"4px",display:"block",margin:"0.1em auto 0.5em",width:"100% !important"},ol:{"margin-left":"0","padding-left":"1em",color:"var(--el-text-color-regular)"},ul:{"margin-left":"0","padding-left":"1em","list-style":"circle",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:"rgba(15, 76, 129, 0.9)","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:baseColor},footnote:{"font-size":"12px",color:"var(--el-text-color-regular)"},figcaption:{"text-align":"center",color:"#888","font-size":"0.8em"}}};function deepFreeze(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw new Error("set is read-only")}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach(t=>{const y=e[t],n=typeof y;(n==="object"||n==="function")&&!Object.isFrozen(y)&&deepFreeze(y)}),e}let Response$1=class{constructor(t){t.data===void 0&&(t.data={}),this.data=t.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}};function escapeHTML(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function inherit$1(e,...t){const y=Object.create(null);for(const n in e)y[n]=e[n];return t.forEach(function(n){for(const $ in n)y[$]=n[$]}),y}const SPAN_CLOSE="</span>",emitsWrappingTags=e=>!!e.scope,scopeToCSSClass=(e,{prefix:t})=>{if(e.startsWith("language:"))return e.replace("language:","language-");if(e.includes(".")){const y=e.split(".");return[`${t}${y.shift()}`,...y.map((n,$)=>`${n}${"_".repeat($+1)}`)].join(" ")}return`${t}${e}`};class HTMLRenderer{constructor(t,y){this.buffer="",this.classPrefix=y.classPrefix,t.walk(this)}addText(t){this.buffer+=escapeHTML(t)}openNode(t){if(!emitsWrappingTags(t))return;const y=scopeToCSSClass(t.scope,{prefix:this.classPrefix});this.span(y)}closeNode(t){emitsWrappingTags(t)&&(this.buffer+=SPAN_CLOSE)}value(){return this.buffer}span(t){this.buffer+=`<span class="${t}">`}}const newNode=(e={})=>{const t={children:[]};return Object.assign(t,e),t};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(t){this.top.children.push(t)}openNode(t){const y=newNode({scope:t});this.add(y),this.stack.push(y)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(t){return this.constructor._walk(t,this.rootNode)}static _walk(t,y){return typeof y=="string"?t.addText(y):y.children&&(t.openNode(y),y.children.forEach(n=>this._walk(t,n)),t.closeNode(y)),t}static _collapse(t){typeof t!="string"&&t.children&&(t.children.every(y=>typeof y=="string")?t.children=[t.children.join("")]:t.children.forEach(y=>{TokenTree._collapse(y)}))}}class TokenTreeEmitter extends TokenTree{constructor(t){super(),this.options=t}addText(t){t!==""&&this.add(t)}startScope(t){this.openNode(t)}endScope(){this.closeNode()}__addSublanguage(t,y){const n=t.root;y&&(n.scope=`language:${y}`),this.add(n)}toHTML(){return new HTMLRenderer(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function source(e){return e?typeof e=="string"?e:e.source:null}function lookahead(e){return concat$2("(?=",e,")")}function anyNumberOfTimes(e){return concat$2("(?:",e,")*")}function optional(e){return concat$2("(?:",e,")?")}function concat$2(...e){return e.map(y=>source(y)).join("")}function stripOptionsFromArgs(e){const t=e[e.length-1];return typeof t=="object"&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function either(...e){return"("+(stripOptionsFromArgs(e).capture?"":"?:")+e.map(n=>source(n)).join("|")+")"}function countMatchGroups(e){return new RegExp(e.toString()+"|").exec("").length-1}function startsWith$1(e,t){const y=e&&e.exec(t);return y&&y.index===0}const BACKREF_RE=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function _rewriteBackreferences(e,{joinWith:t}){let y=0;return e.map(n=>{y+=1;const $=y;let k=source(n),L="";for(;k.length>0;){const j=BACKREF_RE.exec(k);if(!j){L+=k;break}L+=k.substring(0,j.index),k=k.substring(j.index+j[0].length),j[0][0]==="\\"&&j[1]?L+="\\"+String(Number(j[1])+$):(L+=j[0],j[0]==="("&&y++)}return L}).map(n=>`(${n})`).join(t)}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=(e={})=>{const t=/^#![ ]*\//;return e.binary&&(e.begin=concat$2(t,/.*\b/,e.binary,/\b.*/)),inherit$1({scope:"meta",begin:t,end:/$/,relevance:0,"on:begin":(y,n)=>{y.index!==0&&n.ignoreMatch()}},e)},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=function(e,t,y={}){const n=inherit$1({scope:"comment",begin:e,end:t,contains:[]},y);n.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 $=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 n.contains.push({begin:concat$2(/[ ]+/,"(",$,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),n},C_LINE_COMMENT_MODE=COMMENT("//","$"),C_BLOCK_COMMENT_MODE=COMMENT("/\\*","\\*/"),HASH_COMMENT_MODE=COMMENT("#","$"),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(e){return Object.assign(e,{"on:begin":(t,y)=>{y.data._beginMatch=t[1]},"on:end":(t,y)=>{y.data._beginMatch!==t[1]&&y.ignoreMatch()}})};var MODES$2=Object.freeze({__proto__:null,APOS_STRING_MODE,BACKSLASH_ESCAPE,BINARY_NUMBER_MODE,BINARY_NUMBER_RE,COMMENT,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(e,t){e.input[e.index-1]==="."&&t.ignoreMatch()}function scopeClassName(e,t){e.className!==void 0&&(e.scope=e.className,delete e.className)}function beginKeywords(e,t){t&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",e.__beforeBegin=skipIfHasPrecedingDot,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,e.relevance===void 0&&(e.relevance=0))}function compileIllegal(e,t){Array.isArray(e.illegal)&&(e.illegal=either(...e.illegal))}function compileMatch(e,t){if(e.match){if(e.begin||e.end)throw new Error("begin & end are not supported with match");e.begin=e.match,delete e.match}}function compileRelevance(e,t){e.relevance===void 0&&(e.relevance=1)}const beforeMatchExt=(e,t)=>{if(!e.beforeMatch)return;if(e.starts)throw new Error("beforeMatch cannot be used with starts");const y=Object.assign({},e);Object.keys(e).forEach(n=>{delete e[n]}),e.keywords=y.keywords,e.begin=concat$2(y.beforeMatch,lookahead(y.begin)),e.starts={relevance:0,contains:[Object.assign(y,{endsParent:!0})]},e.relevance=0,delete y.beforeMatch},COMMON_KEYWORDS=["of","and","for","in","not","or","if","then","parent","list","value"],DEFAULT_KEYWORD_SCOPE="keyword";function compileKeywords(e,t,y=DEFAULT_KEYWORD_SCOPE){const n=Object.create(null);return typeof e=="string"?$(y,e.split(" ")):Array.isArray(e)?$(y,e):Object.keys(e).forEach(function(k){Object.assign(n,compileKeywords(e[k],t,k))}),n;function $(k,L){t&&(L=L.map(j=>j.toLowerCase())),L.forEach(function(j){const V=j.split("|");n[V[0]]=[k,scoreForKeyword(V[0],V[1])]})}}function scoreForKeyword(e,t){return t?Number(t):commonKeyword(e)?0:1}function commonKeyword(e){return COMMON_KEYWORDS.includes(e.toLowerCase())}const seenDeprecations={},error=e=>{console.error(e)},warn=(e,...t)=>{console.log(`WARN: ${e}`,...t)},deprecated=(e,t)=>{seenDeprecations[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),seenDeprecations[`${e}/${t}`]=!0)},MultiClassError=new Error;function remapScopeNames(e,t,{key:y}){let n=0;const $=e[y],k={},L={};for(let j=1;j<=t.length;j++)L[j+n]=$[j],k[j+n]=!0,n+=countMatchGroups(t[j-1]);e[y]=L,e[y]._emit=k,e[y]._multi=!0}function beginMultiClass(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw error("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),MultiClassError;if(typeof e.beginScope!="object"||e.beginScope===null)throw error("beginScope must be object"),MultiClassError;remapScopeNames(e,e.begin,{key:"beginScope"}),e.begin=_rewriteBackreferences(e.begin,{joinWith:""})}}function endMultiClass(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw error("skip, excludeEnd, returnEnd not compatible with endScope: {}"),MultiClassError;if(typeof e.endScope!="object"||e.endScope===null)throw error("endScope must be object"),MultiClassError;remapScopeNames(e,e.end,{key:"endScope"}),e.end=_rewriteBackreferences(e.end,{joinWith:""})}}function scopeSugar(e){e.scope&&typeof e.scope=="object"&&e.scope!==null&&(e.beginScope=e.scope,delete e.scope)}function MultiClass(e){scopeSugar(e),typeof e.beginScope=="string"&&(e.beginScope={_wrap:e.beginScope}),typeof e.endScope=="string"&&(e.endScope={_wrap:e.endScope}),beginMultiClass(e),endMultiClass(e)}function compileLanguage(e){function t(L,j){return new RegExp(source(L),"m"+(e.case_insensitive?"i":"")+(e.unicodeRegex?"u":"")+(j?"g":""))}class y{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(j,V){V.position=this.position++,this.matchIndexes[this.matchAt]=V,this.regexes.push([V,j]),this.matchAt+=countMatchGroups(j)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const j=this.regexes.map(V=>V[1]);this.matcherRe=t(_rewriteBackreferences(j,{joinWith:"|"}),!0),this.lastIndex=0}exec(j){this.matcherRe.lastIndex=this.lastIndex;const V=this.matcherRe.exec(j);if(!V)return null;const z=V.findIndex((oe,ue)=>ue>0&&oe!==void 0),re=this.matchIndexes[z];return V.splice(0,z),Object.assign(V,re)}}class n{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(j){if(this.multiRegexes[j])return this.multiRegexes[j];const V=new y;return this.rules.slice(j).forEach(([z,re])=>V.addRule(z,re)),V.compile(),this.multiRegexes[j]=V,V}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(j,V){this.rules.push([j,V]),V.type==="begin"&&this.count++}exec(j){const V=this.getMatcher(this.regexIndex);V.lastIndex=this.lastIndex;let z=V.exec(j);if(this.resumingScanAtSamePosition()&&!(z&&z.index===this.lastIndex)){const re=this.getMatcher(0);re.lastIndex=this.lastIndex+1,z=re.exec(j)}return z&&(this.regexIndex+=z.position+1,this.regexIndex===this.count&&this.considerAll()),z}}function $(L){const j=new n;return L.contains.forEach(V=>j.addRule(V.begin,{rule:V,type:"begin"})),L.terminatorEnd&&j.addRule(L.terminatorEnd,{type:"end"}),L.illegal&&j.addRule(L.illegal,{type:"illegal"}),j}function k(L,j){const V=L;if(L.isCompiled)return V;[scopeClassName,compileMatch,MultiClass,beforeMatchExt].forEach(re=>re(L,j)),e.compilerExtensions.forEach(re=>re(L,j)),L.__beforeBegin=null,[beginKeywords,compileIllegal,compileRelevance].forEach(re=>re(L,j)),L.isCompiled=!0;let z=null;return typeof L.keywords=="object"&&L.keywords.$pattern&&(L.keywords=Object.assign({},L.keywords),z=L.keywords.$pattern,delete L.keywords.$pattern),z=z||/\w+/,L.keywords&&(L.keywords=compileKeywords(L.keywords,e.case_insensitive)),V.keywordPatternRe=t(z,!0),j&&(L.begin||(L.begin=/\B|\b/),V.beginRe=t(V.begin),!L.end&&!L.endsWithParent&&(L.end=/\B|\b/),L.end&&(V.endRe=t(V.end)),V.terminatorEnd=source(V.end)||"",L.endsWithParent&&j.terminatorEnd&&(V.terminatorEnd+=(L.end?"|":"")+j.terminatorEnd)),L.illegal&&(V.illegalRe=t(L.illegal)),L.contains||(L.contains=[]),L.contains=[].concat(...L.contains.map(function(re){return expandOrCloneMode(re==="self"?L:re)})),L.contains.forEach(function(re){k(re,V)}),L.starts&&k(L.starts,j),V.matcher=$(V),V}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=inherit$1(e.classNameAliases||{}),k(e)}function dependencyOnParent(e){return e?e.endsWithParent||dependencyOnParent(e.starts):!1}function expandOrCloneMode(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map(function(t){return inherit$1(e,{variants:null},t)})),e.cachedVariants?e.cachedVariants:dependencyOnParent(e)?inherit$1(e,{starts:e.starts?inherit$1(e.starts):null}):Object.isFrozen(e)?inherit$1(e):e}var version$2="11.10.0";class HTMLInjectionError extends Error{constructor(t,y){super(t),this.name="HTMLInjectionError",this.html=y}}const escape$3=escapeHTML,inherit=inherit$1,NO_MATCH=Symbol("nomatch"),MAX_KEYWORD_HITS=7,HLJS=function(e){const t=Object.create(null),y=Object.create(null),n=[];let $=!0;const k="Could not find the language '{}', did you forget to load/include a language module?",L={disableAutodetect:!0,name:"Plain text",contains:[]};let j={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:TokenTreeEmitter};function V(ar){return j.noHighlightRe.test(ar)}function z(ar){let ur=ar.className+" ";ur+=ar.parentNode?ar.parentNode.className:"";const kt=j.languageDetectRe.exec(ur);if(kt){const he=nr(kt[1]);return he||(warn(k.replace("{}",kt[1])),warn("Falling back to no-highlight mode for this block.",ar)),he?kt[1]:"no-highlight"}return ur.split(/\s+/).find(he=>V(he)||nr(he))}function re(ar,ur,kt){let he="",tr="";typeof ur=="object"?(he=ar,kt=ur.ignoreIllegals,tr=ur.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`),tr=ar,he=ur),kt===void 0&&(kt=!0);const gr={code:he,language:tr};Ie("before:highlight",gr);const _r=gr.result?gr.result:oe(gr.language,gr.code,kt);return _r.code=gr.code,Ie("after:highlight",_r),_r}function oe(ar,ur,kt,he){const tr=Object.create(null);function gr(oa,Ba){return oa.keywords[Ba]}function _r(){if(!jr.keywords){Kr.addText(kr);return}let oa=0;jr.keywordPatternRe.lastIndex=0;let Ba=jr.keywordPatternRe.exec(kr),rs="";for(;Ba;){rs+=kr.substring(oa,Ba.index);const Mn=Rr.case_insensitive?Ba[0].toLowerCase():Ba[0],Wr=gr(jr,Mn);if(Wr){const[Ur,Sn]=Wr;if(Kr.addText(rs),rs="",tr[Mn]=(tr[Mn]||0)+1,tr[Mn]<=MAX_KEYWORD_HITS&&(Qr+=Sn),Ur.startsWith("_"))rs+=Ba[0];else{const Nn=Rr.classNameAliases[Ur]||Ur;Nr(Ba[0],Nn)}}else rs+=Ba[0];oa=jr.keywordPatternRe.lastIndex,Ba=jr.keywordPatternRe.exec(kr)}rs+=kr.substring(oa),Kr.addText(rs)}function yr(){if(kr==="")return;let oa=null;if(typeof jr.subLanguage=="string"){if(!t[jr.subLanguage]){Kr.addText(kr);return}oa=oe(jr.subLanguage,kr,!0,vn[jr.subLanguage]),vn[jr.subLanguage]=oa._top}else oa=de(kr,jr.subLanguage.length?jr.subLanguage:null);jr.relevance>0&&(Qr+=oa.relevance),Kr.__addSublanguage(oa._emitter,oa.language)}function xr(){jr.subLanguage!=null?yr():_r(),kr=""}function Nr(oa,Ba){oa!==""&&(Kr.startScope(Ba),Kr.addText(oa),Kr.endScope())}function Tr(oa,Ba){let rs=1;const Mn=Ba.length-1;for(;rs<=Mn;){if(!oa._emit[rs]){rs++;continue}const Wr=Rr.classNameAliases[oa[rs]]||oa[rs],Ur=Ba[rs];Wr?Nr(Ur,Wr):(kr=Ur,_r(),kr=""),rs++}}function Sr(oa,Ba){return oa.scope&&typeof oa.scope=="string"&&Kr.openNode(Rr.classNameAliases[oa.scope]||oa.scope),oa.beginScope&&(oa.beginScope._wrap?(Nr(kr,Rr.classNameAliases[oa.beginScope._wrap]||oa.beginScope._wrap),kr=""):oa.beginScope._multi&&(Tr(oa.beginScope,Ba),kr="")),jr=Object.create(oa,{parent:{value:jr}}),jr}function Ar(oa,Ba,rs){let Mn=startsWith$1(oa.endRe,rs);if(Mn){if(oa["on:end"]){const Wr=new Response$1(oa);oa["on:end"](Ba,Wr),Wr.isMatchIgnored&&(Mn=!1)}if(Mn){for(;oa.endsParent&&oa.parent;)oa=oa.parent;return oa}}if(oa.endsWithParent)return Ar(oa.parent,Ba,rs)}function Fr(oa){return jr.matcher.regexIndex===0?(kr+=oa[0],1):(To=!0,0)}function Gr(oa){const Ba=oa[0],rs=oa.rule,Mn=new Response$1(rs),Wr=[rs.__beforeBegin,rs["on:begin"]];for(const Ur of Wr)if(Ur&&(Ur(oa,Mn),Mn.isMatchIgnored))return Fr(Ba);return rs.skip?kr+=Ba:(rs.excludeBegin&&(kr+=Ba),xr(),!rs.returnBegin&&!rs.excludeBegin&&(kr=Ba)),Sr(rs,oa),rs.returnBegin?0:Ba.length}function Vr(oa){const Ba=oa[0],rs=ur.substring(oa.index),Mn=Ar(jr,oa,rs);if(!Mn)return NO_MATCH;const Wr=jr;jr.endScope&&jr.endScope._wrap?(xr(),Nr(Ba,jr.endScope._wrap)):jr.endScope&&jr.endScope._multi?(xr(),Tr(jr.endScope,oa)):Wr.skip?kr+=Ba:(Wr.returnEnd||Wr.excludeEnd||(kr+=Ba),xr(),Wr.excludeEnd&&(kr=Ba));do jr.scope&&Kr.closeNode(),!jr.skip&&!jr.subLanguage&&(Qr+=jr.relevance),jr=jr.parent;while(jr!==Mn.parent);return Mn.starts&&Sr(Mn.starts,oa),Wr.returnEnd?0:Ba.length}function Dr(){const oa=[];for(let Ba=jr;Ba!==Rr;Ba=Ba.parent)Ba.scope&&oa.unshift(Ba.scope);oa.forEach(Ba=>Kr.openNode(Ba))}let Ir={};function Br(oa,Ba){const rs=Ba&&Ba[0];if(kr+=oa,rs==null)return xr(),0;if(Ir.type==="begin"&&Ba.type==="end"&&Ir.index===Ba.index&&rs===""){if(kr+=ur.slice(Ba.index,Ba.index+1),!$){const Mn=new Error(`0 width match regex (${ar})`);throw Mn.languageName=ar,Mn.badRule=Ir.rule,Mn}return 1}if(Ir=Ba,Ba.type==="begin")return Gr(Ba);if(Ba.type==="illegal"&&!kt){const Mn=new Error('Illegal lexeme "'+rs+'" for mode "'+(jr.scope||"<unnamed>")+'"');throw Mn.mode=jr,Mn}else if(Ba.type==="end"){const Mn=Vr(Ba);if(Mn!==NO_MATCH)return Mn}if(Ba.type==="illegal"&&rs==="")return 1;if(Vi>1e5&&Vi>Ba.index*3)throw new Error("potential infinite loop, way more iterations than matches");return kr+=rs,rs.length}const Rr=nr(ar);if(!Rr)throw error(k.replace("{}",ar)),new Error('Unknown language: "'+ar+'"');const Lr=compileLanguage(Rr);let $r="",jr=he||Lr;const vn={},Kr=new j.__emitter(j);Dr();let kr="",Qr=0,Zr=0,Vi=0,To=!1;try{if(Rr.__emitTokens)Rr.__emitTokens(ur,Kr);else{for(jr.matcher.considerAll();;){Vi++,To?To=!1:jr.matcher.considerAll(),jr.matcher.lastIndex=Zr;const oa=jr.matcher.exec(ur);if(!oa)break;const Ba=ur.substring(Zr,oa.index),rs=Br(Ba,oa);Zr=oa.index+rs}Br(ur.substring(Zr))}return Kr.finalize(),$r=Kr.toHTML(),{language:ar,value:$r,relevance:Qr,illegal:!1,_emitter:Kr,_top:jr}}catch(oa){if(oa.message&&oa.message.includes("Illegal"))return{language:ar,value:escape$3(ur),illegal:!0,relevance:0,_illegalBy:{message:oa.message,index:Zr,context:ur.slice(Zr-100,Zr+100),mode:oa.mode,resultSoFar:$r},_emitter:Kr};if($)return{language:ar,value:escape$3(ur),illegal:!1,relevance:0,errorRaised:oa,_emitter:Kr,_top:jr};throw oa}}function ue(ar){const ur={value:escape$3(ar),illegal:!1,relevance:0,_top:L,_emitter:new j.__emitter(j)};return ur._emitter.addText(ar),ur}function de(ar,ur){ur=ur||j.languages||Object.keys(t);const kt=ue(ar),he=ur.filter(nr).filter(Et).map(xr=>oe(xr,ar,!1));he.unshift(kt);const tr=he.sort((xr,Nr)=>{if(xr.relevance!==Nr.relevance)return Nr.relevance-xr.relevance;if(xr.language&&Nr.language){if(nr(xr.language).supersetOf===Nr.language)return 1;if(nr(Nr.language).supersetOf===xr.language)return-1}return 0}),[gr,_r]=tr,yr=gr;return yr.secondBest=_r,yr}function _e(ar,ur,kt){const he=ur&&y[ur]||kt;ar.classList.add("hljs"),ar.classList.add(`language-${he}`)}function Ne(ar){let ur=null;const kt=z(ar);if(V(kt))return;if(Ie("before:highlightElement",{el:ar,language:kt}),ar.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",ar);return}if(ar.children.length>0&&(j.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(ar)),j.throwUnescapedHTML))throw new HTMLInjectionError("One of your code blocks includes unescaped HTML.",ar.innerHTML);ur=ar;const he=ur.textContent,tr=kt?re(he,{language:kt,ignoreIllegals:!0}):de(he);ar.innerHTML=tr.value,ar.dataset.highlighted="yes",_e(ar,kt,tr.language),ar.result={language:tr.language,re:tr.relevance,relevance:tr.relevance},tr.secondBest&&(ar.secondBest={language:tr.secondBest.language,relevance:tr.secondBest.relevance}),Ie("after:highlightElement",{el:ar,result:tr,text:he})}function Ue(ar){j=inherit(j,ar)}const $e=()=>{qe(),deprecated("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function Ve(){qe(),deprecated("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let Fe=!1;function qe(){if(document.readyState==="loading"){Fe=!0;return}document.querySelectorAll(j.cssSelector).forEach(Ne)}function er(){Fe&&qe()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",er,!1);function ir(ar,ur){let kt=null;try{kt=ur(e)}catch(he){if(error("Language definition for '{}' could not be registered.".replace("{}",ar)),$)error(he);else throw he;kt=L}kt.name||(kt.name=ar),t[ar]=kt,kt.rawDefinition=ur.bind(null,e),kt.aliases&&lr(kt.aliases,{languageName:ar})}function dr(ar){delete t[ar];for(const ur of Object.keys(y))y[ur]===ar&&delete y[ur]}function cr(){return Object.keys(t)}function nr(ar){return ar=(ar||"").toLowerCase(),t[ar]||t[y[ar]]}function lr(ar,{languageName:ur}){typeof ar=="string"&&(ar=[ar]),ar.forEach(kt=>{y[kt.toLowerCase()]=ur})}function Et(ar){const ur=nr(ar);return ur&&!ur.disableAutodetect}function ie(ar){ar["before:highlightBlock"]&&!ar["before:highlightElement"]&&(ar["before:highlightElement"]=ur=>{ar["before:highlightBlock"](Object.assign({block:ur.el},ur))}),ar["after:highlightBlock"]&&!ar["after:highlightElement"]&&(ar["after:highlightElement"]=ur=>{ar["after:highlightBlock"](Object.assign({block:ur.el},ur))})}function pe(ar){ie(ar),n.push(ar)}function Ce(ar){const ur=n.indexOf(ar);ur!==-1&&n.splice(ur,1)}function Ie(ar,ur){const kt=ar;n.forEach(function(he){he[kt]&&he[kt](ur)})}function jt(ar){return deprecated("10.7.0","highlightBlock will be removed entirely in v12.0"),deprecated("10.7.0","Please use highlightElement now."),Ne(ar)}Object.assign(e,{highlight:re,highlightAuto:de,highlightAll:qe,highlightElement:Ne,highlightBlock:jt,configure:Ue,initHighlighting:$e,initHighlightingOnLoad:Ve,registerLanguage:ir,unregisterLanguage:dr,listLanguages:cr,getLanguage:nr,registerAliases:lr,autoDetection:Et,inherit,addPlugin:pe,removePlugin:Ce}),e.debugMode=function(){$=!1},e.safeMode=function(){$=!0},e.versionString=version$2,e.regex={concat:concat$2,lookahead,either,optional,anyNumberOfTimes};for(const ar in MODES$2)typeof MODES$2[ar]=="object"&&deepFreeze(MODES$2[ar]);return Object.assign(e,MODES$2),e},highlight=HLJS({});highlight.newInstance=()=>HLJS({});var core$1=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 e(t){const y="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+",k="далее "+"возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ",V="загрузитьизфайла "+"вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент ",de="разделительстраниц разделительстрок символтабуляции "+"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 файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ",he="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 типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты",_r="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 деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив ",yr="null истина ложь неопределено",xr=t.inherit(t.NUMBER_MODE),Nr={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},Tr={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},Sr={match:/[;()+\-:=,]/,className:"punctuation",relevance:0},Ar=t.inherit(t.C_LINE_COMMENT_MODE),Fr={className:"meta",begin:"#|&",end:"$",keywords:{$pattern:y,keyword:k+V},contains:[Ar]},Gr={className:"symbol",begin:"~",end:";|:",excludeEnd:!0},Vr={className:"function",variants:[{begin:"процедура|функция",end:"\\)",keywords:"процедура функция"},{begin:"конецпроцедуры|конецфункции",keywords:"конецпроцедуры конецфункции"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",begin:y,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{$pattern:y,keyword:"знач",literal:yr},contains:[xr,Nr,Tr]},Ar]},t.inherit(t.TITLE_MODE,{begin:y})]};return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:y,keyword:k,built_in:de,class:he,type:_r,literal:yr},contains:[Fr,Vr,Ar,Gr,xr,Nr,Tr,Sr]}}return _1c_1=e,_1c_1}var abnf_1,hasRequiredAbnf;function requireAbnf(){if(hasRequiredAbnf)return abnf_1;hasRequiredAbnf=1;function e(t){const y=t.regex,n=/^[a-zA-Z][a-zA-Z0-9-]*/,$=["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],k=t.COMMENT(/;/,/$/),L={scope:"symbol",match:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+)?/},j={scope:"symbol",match:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+)?/},V={scope:"symbol",match:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+)?/},z={scope:"symbol",match:/%[si](?=".*")/},re={scope:"attribute",match:y.concat(n,/(?=\s*=)/)};return{name:"Augmented Backus-Naur Form",illegal:/[!@#$^&',?+~`|:]/,keywords:$,contains:[{scope:"operator",match:/=\/?/},re,k,L,j,V,z,t.QUOTE_STRING_MODE,t.NUMBER_MODE]}}return abnf_1=e,abnf_1}var accesslog_1,hasRequiredAccesslog;function requireAccesslog(){if(hasRequiredAccesslog)return accesslog_1;hasRequiredAccesslog=1;function e(t){const y=t.regex,n=["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:y.concat(/"/,y.either(...n)),end:/"/,keywords:n,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=e,accesslog_1}var actionscript_1,hasRequiredActionscript;function requireActionscript(){if(hasRequiredActionscript)return actionscript_1;hasRequiredActionscript=1;function e(t){const y=t.regex,n=/[a-zA-Z_$][a-zA-Z0-9_$]*/,$=y.concat(n,y.concat("(\\.",n,")*")),k=/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/,L={className:"rest_arg",begin:/[.]{3}/,end:n,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:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.C_NUMBER_MODE,{match:[/\bpackage/,/\s+/,$],className:{1:"keyword",3:"title.class"}},{match:[/\b(?:class|interface|extends|implements)/,/\s+/,n],className:{1:"keyword",3:"title.class"}},{className:"meta",beginKeywords:"import include",end:/;/,keywords:{keyword:"import include"}},{beginKeywords:"function",end:/[{;]/,excludeEnd:!0,illegal:/\S/,contains:[t.inherit(t.TITLE_MODE,{className:"title.function"}),{className:"params",begin:/\(/,end:/\)/,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,L]},{begin:y.concat(/:\s*/,k)}]},t.METHOD_GUARD],illegal:/#/}}return actionscript_1=e,actionscript_1}var ada_1,hasRequiredAda;function requireAda(){if(hasRequiredAda)return ada_1;hasRequiredAda=1;function e(t){const y="\\d(_|\\d)*",n="[eE][-+]?"+y,$=y+"(\\."+y+")?("+n+")?",k="\\w+",j="\\b("+(y+"#"+k+"(\\."+k+")?#("+n+")?")+"|"+$+")",V="[A-Za-z](_?[A-Za-z0-9.])*",z=`[]\\{\\}%#'"`,re=t.COMMENT("--","$"),oe={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:z,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:V,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:[re,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:j,relevance:0},{className:"symbol",begin:"'"+V},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:z},{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:[re,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:z},oe,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:z}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:z},oe]}}return ada_1=e,ada_1}var angelscript_1,hasRequiredAngelscript;function requireAngelscript(){if(hasRequiredAngelscript)return angelscript_1;hasRequiredAngelscript=1;function e(t){const y={className:"built_in",begin:"\\b(void|bool|int8|int16|int32|int64|int|uint8|uint16|uint32|uint64|uint|string|ref|array|double|float|auto|dictionary)"},n={className:"symbol",begin:"[a-zA-Z0-9_]+@"},$={className:"keyword",begin:"<",end:">",contains:[y,n]};return y.contains=[$],n.contains=[$],{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:[t.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE],relevance:0},t.C_LINE_COMMENT_MODE,t.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_]+"}]}]}]},y,n,{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=e,angelscript_1}var apache_1,hasRequiredApache;function requireApache(){if(hasRequiredApache)return apache_1;hasRequiredApache=1;function e(t){const y={className:"number",begin:/[$%]\d+/},n={className:"number",begin:/\b\d+/},$={className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/},k={className:"number",begin:/:\d{1,5}/};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[t.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,contains:[$,k,t.inherit(t.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",y]},$,n,t.QUOTE_STRING_MODE]}}],illegal:/\S/}}return apache_1=e,apache_1}var applescript_1,hasRequiredApplescript;function requireApplescript(){if(hasRequiredApplescript)return applescript_1;hasRequiredApplescript=1;function e(t){const y=t.regex,n=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),$={className:"params",begin:/\(/,end:/\)/,contains:["self",t.C_NUMBER_MODE,n]},k=t.COMMENT(/--/,/$/),L=t.COMMENT(/\(\*/,/\*\)/,{contains:["self",k]}),j=[k,L,t.HASH_COMMENT_MODE],V=[/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/],z=[/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:[n,t.C_NUMBER_MODE,{className:"built_in",begin:y.concat(/\b/,y.either(...z),/\b/)},{className:"built_in",begin:/^\s*return\b/},{className:"literal",begin:/\b(text item delimiters|current application|missing value)\b/},{className:"keyword",begin:y.concat(/\b/,y.either(...V),/\b/)},{beginKeywords:"on",illegal:/[${=;\n]/,contains:[t.UNDERSCORE_TITLE_MODE,$]},...j],illegal:/\/\/|->|=>|\[\[/}}return applescript_1=e,applescript_1}var arcade_1,hasRequiredArcade;function requireArcade(){if(hasRequiredArcade)return arcade_1;hasRequiredArcade=1;function e(t){const y=t.regex,n="[A-Za-z_][0-9A-Za-z_]*",$={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"]},k=["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"],L={className:"symbol",begin:"\\$"+y.either(...k)},j={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:t.C_NUMBER_RE}],relevance:0},V={className:"subst",begin:"\\$\\{",end:"\\}",keywords:$,contains:[]},z={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,V]};V.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,j,t.REGEXP_MODE];const re=V.contains.concat([t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]);return{name:"ArcGIS Arcade",case_insensitive:!0,keywords:$,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,L,j,{begin:/[{,]\s*/,relevance:0,contains:[{begin:n+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:n,relevance:0}]}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+n+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:n},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:$,contains:re}]}]}],relevance:0},{beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{className:"title.function",begin:n}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:re}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}return arcade_1=e,arcade_1}var arduino_1,hasRequiredArduino;function requireArduino(){if(hasRequiredArduino)return arduino_1;hasRequiredArduino=1;function e(y){const n=y.regex,$=y.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),k="decltype\\(auto\\)",L="[a-zA-Z_]\\w*::",V="(?!struct)("+k+"|"+n.optional(L)+"[a-zA-Z_]\\w*"+n.optional("<[^<>]+>")+")",z={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},oe={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[y.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:"."},y.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},ue={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},de={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},y.inherit(oe,{className:"string"}),{className:"string",begin:/<.*?>/},$,y.C_BLOCK_COMMENT_MODE]},_e={className:"title",begin:n.optional(L)+y.IDENT_RE,relevance:0},Ne=n.optional(L)+y.IDENT_RE+"\\s*\\(",Ue=["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"],$e=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],Ve=["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"],Fe=["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"],ir={type:$e,keyword:Ue,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:Ve},dr={className:"function.dispatch",relevance:0,keywords:{_hint:Fe},begin:n.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,y.IDENT_RE,n.lookahead(/(<[^<>]+>|)\s*\(/))},cr=[dr,de,z,$,y.C_BLOCK_COMMENT_MODE,ue,oe],nr={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:ir,contains:cr.concat([{begin:/\(/,end:/\)/,keywords:ir,contains:cr.concat(["self"]),relevance:0}]),relevance:0},lr={className:"function",begin:"("+V+"[\\*&\\s]+)+"+Ne,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:ir,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:k,keywords:ir,relevance:0},{begin:Ne,returnBegin:!0,contains:[_e],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[oe,ue]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:ir,relevance:0,contains:[$,y.C_BLOCK_COMMENT_MODE,oe,ue,z,{begin:/\(/,end:/\)/,keywords:ir,relevance:0,contains:["self",$,y.C_BLOCK_COMMENT_MODE,oe,ue,z]}]},z,$,y.C_BLOCK_COMMENT_MODE,de]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:ir,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(nr,lr,dr,cr,[de,{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:ir,contains:["self",z]},{begin:y.IDENT_RE+"::",keywords:ir},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function t(y){const n={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"]},$=e(y),k=$.keywords;return k.type=[...k.type,...n.type],k.literal=[...k.literal,...n.literal],k.built_in=[...k.built_in,...n.built_in],k._hints=n._hints,$.name="Arduino",$.aliases=["ino"],$.supersetOf="cpp",$}return arduino_1=t,arduino_1}var armasm_1,hasRequiredArmasm;function requireArmasm(){if(hasRequiredArmasm)return armasm_1;hasRequiredArmasm=1;function e(t){const y={variants:[t.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),t.COMMENT("[;@]","$",{relevance:0}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+t.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)"},y,t.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=e,armasm_1}var xml_1,hasRequiredXml$1;function requireXml$1(){if(hasRequiredXml$1)return xml_1;hasRequiredXml$1=1;function e(t){const y=t.regex,n=y.concat(/[\p{L}_]/u,y.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),$=/[\p{L}0-9._:-]+/u,k={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},L={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},j=t.inherit(L,{begin:/\(/,end:/\)/}),V=t.inherit(t.APOS_STRING_MODE,{className:"string"}),z=t.inherit(t.QUOTE_STRING_MODE,{className:"string"}),re={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:$,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[k]},{begin:/'/,end:/'/,contains:[k]},{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:[L,z,V,j,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[L,j,z,V]}]}]},t.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},k,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[z]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[re],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[re],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:y.concat(/</,y.lookahead(y.concat(n,y.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:n,relevance:0,starts:re}]},{className:"tag",begin:y.concat(/<\//,y.lookahead(y.concat(n,/>/))),contains:[{className:"name",begin:n,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}return xml_1=e,xml_1}var asciidoc_1,hasRequiredAsciidoc;function requireAsciidoc(){if(hasRequiredAsciidoc)return asciidoc_1;hasRequiredAsciidoc=1;function e(t){const y=t.regex,n={begin:"^'{3,}[ \\t]*$",relevance:10},$=[{begin:/\\[*_`]/},{begin:/\\\\\*{2}[^\n]*?\*{2}/},{begin:/\\\\_{2}[^\n]*_{2}/},{begin:/\\\\`{2}[^\n]*`{2}/},{begin:/[:;}][*_`](?![*_`])/}],k=[{className:"strong",begin:/\*{2}([^\n]+?)\*{2}/},{className:"strong",begin:y.concat(/\*\*/,/((\*(?!\*)|\\[^\n]|[^*\n\\])+\n)+/,/(\*(?!\*)|\\[^\n]|[^*\n\\])*/,/\*\*/),relevance:0},{className:"strong",begin:/\B\*(\S|\S[^\n]*?\S)\*(?!\w)/},{className:"strong",begin:/\*[^\s]([^\n]+\n)+([^\n]+)\*/}],L=[{className:"emphasis",begin:/_{2}([^\n]+?)_{2}/},{className:"emphasis",begin:y.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}],j={className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},V={className:"bullet",begin:"^(\\*+|-+|\\.+|[^\\n]+?::)\\s+"};return{name:"AsciiDoc",aliases:["adoc"],contains:[t.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),t.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},V,j,...$,...k,...L,{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},n,{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=e,asciidoc_1}var aspectj_1,hasRequiredAspectj;function requireAspectj(){if(hasRequiredAspectj)return aspectj_1;hasRequiredAspectj=1;function e(t){const y=t.regex,n=["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"],$=["get","set","args","call"];return{name:"AspectJ",keywords:n,illegal:/<\/|#/,contains:[t.COMMENT(/\/\*\*/,/\*\//,{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:/@[A-Za-z]+/}]}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},t.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:n.concat($),excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:y.concat(t.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,contains:[t.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:n,illegal:/["\[\]]/,contains:[{begin:y.concat(t.UNDERSCORE_IDENT_RE,/\s*\(/),keywords:n.concat($),relevance:0},t.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.\w+)?\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:n,excludeEnd:!0,contains:[{begin:y.concat(t.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,relevance:0,contains:[t.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:n,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},t.C_NUMBER_MODE,{className:"meta",begin:/@[A-Za-z]+/}]}}return aspectj_1=e,aspectj_1}var autohotkey_1,hasRequiredAutohotkey;function requireAutohotkey(){if(hasRequiredAutohotkey)return autohotkey_1;hasRequiredAutohotkey=1;function e(t){const y={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:[y,t.inherit(t.QUOTE_STRING_MODE,{contains:[y]}),t.COMMENT(";","$",{relevance:0}),t.C_BLOCK_COMMENT_MODE,{className:"number",begin:t.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=e,autohotkey_1}var autoit_1,hasRequiredAutoit;function requireAutoit(){if(hasRequiredAutoit)return autoit_1;hasRequiredAutoit=1;function e(t){const y="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",n=["EndRegion","forcedef","forceref","ignorefunc","include","include-once","NoTrayIcon","OnAutoItStartRegister","pragma","Region","RequireAdmin","Tidy_Off","Tidy_On","Tidy_Parameters"],$="True False And Null Not Or Default",k="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",L={variants:[t.COMMENT(";","$",{relevance:0}),t.COMMENT("#cs","#ce"),t.COMMENT("#comments-start","#comments-end")]},j={begin:"\\$[A-z0-9_]+"},V={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},z={variants:[t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE]},re={className:"meta",begin:"#",end:"$",keywords:{keyword:n},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{keyword:"include"},end:"$",contains:[V,{className:"string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},V,L]},oe={className:"symbol",begin:"@[A-z0-9_]+"},ue={beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[t.inherit(t.UNDERSCORE_TITLE_MODE,{className:"title.function"}),{className:"params",begin:"\\(",end:"\\)",contains:[j,V,z]}]};return{name:"AutoIt",case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:y,built_in:k,literal:$},contains:[L,j,V,z,re,oe,ue]}}return autoit_1=e,autoit_1}var avrasm_1,hasRequiredAvrasm;function requireAvrasm(){if(hasRequiredAvrasm)return avrasm_1;hasRequiredAvrasm=1;function e(t){return{name:"AVR Assembly",case_insensitive:!0,keywords:{$pattern:"\\.?"+t.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:[t.C_BLOCK_COMMENT_MODE,t.COMMENT(";","$",{relevance:0}),t.C_NUMBER_MODE,t.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},t.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=e,avrasm_1}var awk_1,hasRequiredAwk;function requireAwk(){if(hasRequiredAwk)return awk_1;hasRequiredAwk=1;function e(t){const y={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},n="BEGIN END if else while do for in break continue delete next nextfile function func exit|10",$={className:"string",contains:[t.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:/"/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]};return{name:"Awk",keywords:{keyword:n},contains:[y,$,t.REGEXP_MODE,t.HASH_COMMENT_MODE,t.NUMBER_MODE]}}return awk_1=e,awk_1}var axapta_1,hasRequiredAxapta;function requireAxapta(){if(hasRequiredAxapta)return axapta_1;hasRequiredAxapta=1;function e(t){const y=t.UNDERSCORE_IDENT_RE,L={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"]},j={variants:[{match:[/(class|interface)\s+/,y,/\s+(extends|implements)\s+/,y]},{match:[/class\s+/,y]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:L};return{name:"X++",aliases:["x++"],keywords:L,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},j]}}return axapta_1=e,axapta_1}var bash_1,hasRequiredBash;function requireBash(){if(hasRequiredBash)return bash_1;hasRequiredBash=1;function e(t){const y=t.regex,n={},$={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{begin:y.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},$]});const k={className:"subst",begin:/\$\(/,end:/\)/,contains:[t.BACKSLASH_ESCAPE]},L=t.inherit(t.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:"comment"}}),j={begin:/<<-?\s*(?=\w+)/,starts:{contains:[t.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},V={className:"string",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,n,k]};k.contains.push(V);const z={match:/\\"/},re={className:"string",begin:/'/,end:/'/},oe={match:/\\'/},ue={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},t.NUMBER_MODE,n]},de=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],_e=t.SHEBANG({binary:`(${de.join("|")})`,relevance:10}),Ne={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[t.inherit(t.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},Ue=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],$e=["true","false"],Ve={match:/(\/[a-z._-]+)+/},Fe=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],qe=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","sudo","type","typeset","ulimit","unalias"],er=["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"],ir=["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:Ue,literal:$e,built_in:[...Fe,...qe,"set","shopt",...er,...ir]},contains:[_e,t.SHEBANG(),Ne,ue,L,j,Ve,V,z,re,oe,n]}}return bash_1=e,bash_1}var basic_1,hasRequiredBasic;function requireBasic(){if(hasRequiredBasic)return basic_1;hasRequiredBasic=1;function e(t){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:[t.QUOTE_STRING_MODE,t.COMMENT("REM","$",{relevance:10}),t.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=e,basic_1}var bnf_1,hasRequiredBnf;function requireBnf(){if(hasRequiredBnf)return bnf_1;hasRequiredBnf=1;function e(t){return{name:"BackusNaur Form",contains:[{className:"attribute",begin:/</,end:/>/},{begin:/::=/,end:/$/,contains:[{begin:/</,end:/>/},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]}]}}return bnf_1=e,bnf_1}var brainfuck_1,hasRequiredBrainfuck;function requireBrainfuck(){if(hasRequiredBrainfuck)return brainfuck_1;hasRequiredBrainfuck=1;function e(t){const y={className:"literal",begin:/[+-]+/,relevance:0};return{name:"Brainfuck",aliases:["bf"],contains:[t.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:[y]},y]}}return brainfuck_1=e,brainfuck_1}var c_1,hasRequiredC;function requireC(){if(hasRequiredC)return c_1;hasRequiredC=1;function e(t){const y=t.regex,n=t.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),$="decltype\\(auto\\)",k="[a-zA-Z_]\\w*::",j="("+$+"|"+y.optional(k)+"[a-zA-Z_]\\w*"+y.optional("<[^<>]+>")+")",V={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},re={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[t.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:"."},t.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},oe={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},ue={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},t.inherit(re,{className:"string"}),{className:"string",begin:/<.*?>/},n,t.C_BLOCK_COMMENT_MODE]},de={className:"title",begin:y.optional(k)+t.IDENT_RE,relevance:0},_e=y.optional(k)+t.IDENT_RE+"\\s*\\(",$e={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"},Ve=[ue,V,n,t.C_BLOCK_COMMENT_MODE,oe,re],Fe={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:$e,contains:Ve.concat([{begin:/\(/,end:/\)/,keywords:$e,contains:Ve.concat(["self"]),relevance:0}]),relevance:0},qe={begin:"("+j+"[\\*&\\s]+)+"+_e,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:$e,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:$,keywords:$e,relevance:0},{begin:_e,returnBegin:!0,contains:[t.inherit(de,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:$e,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,re,oe,V,{begin:/\(/,end:/\)/,keywords:$e,relevance:0,contains:["self",n,t.C_BLOCK_COMMENT_MODE,re,oe,V]}]},V,n,t.C_BLOCK_COMMENT_MODE,ue]};return{name:"C",aliases:["h"],keywords:$e,disableAutodetect:!0,illegal:"</",contains:[].concat(Fe,qe,Ve,[ue,{begin:t.IDENT_RE+"::",keywords:$e},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},t.TITLE_MODE]}]),exports:{preprocessor:ue,strings:re,keywords:$e}}}return c_1=e,c_1}var cal_1,hasRequiredCal;function requireCal(){if(hasRequiredCal)return cal_1;hasRequiredCal=1;function e(t){const y=t.regex,n=["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"],$="false true",k=[t.C_LINE_COMMENT_MODE,t.COMMENT(/\{/,/\}/,{relevance:0}),t.COMMENT(/\(\*/,/\*\)/,{relevance:10})],L={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},j={className:"string",begin:/(#\d+)+/},V={className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},z={className:"string",begin:'"',end:'"'},re={match:[/procedure/,/\s+/,/[a-zA-Z_][\w@]*/,/\s*/],scope:{1:"keyword",3:"title.function"},contains:[{className:"params",begin:/\(/,end:/\)/,keywords:n,contains:[L,j,t.NUMBER_MODE]},...k]},oe=["Table","Form","Report","Dataport","Codeunit","XMLport","MenuSuite","Page","Query"],ue={match:[/OBJECT/,/\s+/,y.either(...oe),/\s+/,/\d+/,/\s+(?=[^\s])/,/.*/,/$/],relevance:3,scope:{1:"keyword",3:"type",5:"number",7:"title"}};return{name:"C/AL",case_insensitive:!0,keywords:{keyword:n,literal:$},illegal:/\/\*/,contains:[{match:/[\w]+(?=\=)/,scope:"attribute",relevance:0},L,j,V,z,t.NUMBER_MODE,ue,re]}}return cal_1=e,cal_1}var capnproto_1,hasRequiredCapnproto;function requireCapnproto(){if(hasRequiredCapnproto)return capnproto_1;hasRequiredCapnproto=1;function e(t){const y=["struct","enum","interface","union","group","import","using","const","annotation","extends","in","of","on","as","with","from","fixed"],n=["Void","Bool","Int8","Int16","Int32","Int64","UInt8","UInt16","UInt32","UInt64","Float32","Float64","Text","Data","AnyPointer","AnyStruct","Capability","List"],$=["true","false"],k={variants:[{match:[/(struct|enum|interface)/,/\s+/,t.IDENT_RE]},{match:[/extends/,/\s*\(/,t.IDENT_RE,/\s*\)/]}],scope:{1:"keyword",3:"title.class"}};return{name:"Capn Proto",aliases:["capnp"],keywords:{keyword:y,type:n,literal:$},contains:[t.QUOTE_STRING_MODE,t.NUMBER_MODE,t.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},k]}}return capnproto_1=e,capnproto_1}var ceylon_1,hasRequiredCeylon;function requireCeylon(){if(hasRequiredCeylon)return ceylon_1;hasRequiredCeylon=1;function e(t){const y=["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"],n=["shared","abstract","formal","default","actual","variable","late","native","deprecated","final","sealed","annotation","suppressWarnings","small"],$=["doc","by","license","see","throws","tagged"],k={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:y,relevance:10},L=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[k]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return k.contains=L,{name:"Ceylon",keywords:{keyword:y.concat(n),meta:$},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[t.C_LINE_COMMENT_MODE,t.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(L)}}return ceylon_1=e,ceylon_1}var clean_1,hasRequiredClean;function requireClean(){if(hasRequiredClean)return clean_1;hasRequiredClean=1;function e(t){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:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{begin:"->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"}]}}return clean_1=e,clean_1}var clojure_1,hasRequiredClojure;function requireClojure(){if(hasRequiredClojure)return clojure_1;hasRequiredClojure=1;function e(t){const y="a-zA-Z_\\-!.?+*=<>&'",n="[#]?["+y+"]["+y+"0-9/;:$#]*",$="def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",k={$pattern:n,built_in:$+" 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"},L={begin:n,relevance:0},j={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?/}]},V={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}]},z={scope:"regex",begin:/#"/,end:/"/,contains:[t.BACKSLASH_ESCAPE]},re=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),oe={scope:"punctuation",match:/,/,relevance:0},ue=t.COMMENT(";","$",{relevance:0}),de={className:"literal",begin:/\b(true|false|nil)\b/},_e={begin:"\\[|(#::?"+n+")?\\{",end:"[\\]\\}]",relevance:0},Ne={className:"symbol",begin:"[:]{1,2}"+n},Ue={begin:"\\(",end:"\\)"},$e={endsWithParent:!0,relevance:0},Ve={keywords:k,className:"name",begin:n,relevance:0,starts:$e},Fe=[oe,Ue,V,z,re,ue,Ne,_e,j,de,L],qe={beginKeywords:$,keywords:{$pattern:n,keyword:$},end:'(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',contains:[{className:"title",begin:n,relevance:0,excludeEnd:!0,endsParent:!0}].concat(Fe)};return Ue.contains=[qe,Ve,$e],$e.contains=Fe,_e.contains=Fe,{name:"Clojure",aliases:["clj","edn"],illegal:/\S/,contains:[oe,Ue,V,z,re,ue,Ne,_e,j,de]}}return clojure_1=e,clojure_1}var clojureRepl_1,hasRequiredClojureRepl;function requireClojureRepl(){if(hasRequiredClojureRepl)return clojureRepl_1;hasRequiredClojureRepl=1;function e(t){return{name:"Clojure REPL",contains:[{className:"meta.prompt",begin:/^([\w.-]+|\s*#_)?=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}return clojureRepl_1=e,clojureRepl_1}var cmake_1,hasRequiredCmake;function requireCmake(){if(hasRequiredCmake)return cmake_1;hasRequiredCmake=1;function e(t){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:/\}/},t.COMMENT(/#\[\[/,/]]/),t.HASH_COMMENT_MODE,t.QUOTE_STRING_MODE,t.NUMBER_MODE]}}return cmake_1=e,cmake_1}var coffeescript_1,hasRequiredCoffeescript;function requireCoffeescript(){if(hasRequiredCoffeescript)return coffeescript_1;hasRequiredCoffeescript=1;const e=["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"],t=["true","false","null","undefined","NaN","Infinity"],y=["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"],n=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],$=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],k=[].concat($,y,n);function L(j){const V=["npm","print"],z=["yes","no","on","off"],re=["then","unless","until","loop","by","when","and","or","is","isnt","not"],oe=["var","const","let","function","static"],ue=er=>ir=>!er.includes(ir),de={keyword:e.concat(re).filter(ue(oe)),literal:t.concat(z),built_in:k.concat(V)},_e="[A-Za-z$_][0-9A-Za-z$_]*",Ne={className:"subst",begin:/#\{/,end:/\}/,keywords:de},Ue=[j.BINARY_NUMBER_MODE,j.inherit(j.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[j.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[j.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[j.BACKSLASH_ESCAPE,Ne]},{begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE,Ne]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[Ne,j.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+_e},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];Ne.contains=Ue;const $e=j.inherit(j.TITLE_MODE,{begin:_e}),Ve="(\\(.*\\)\\s*)?\\B[-=]>",Fe={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:de,contains:["self"].concat(Ue)}]},qe={variants:[{match:[/class\s+/,_e,/\s+extends\s+/,_e]},{match:[/class\s+/,_e]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:de};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:de,illegal:/\/\*/,contains:[...Ue,j.COMMENT("###","###"),j.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+_e+"\\s*=\\s*"+Ve,end:"[-=]>",returnBegin:!0,contains:[$e,Fe]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:Ve,end:"[-=]>",returnBegin:!0,contains:[Fe]}]},qe,{begin:_e+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}]}}return coffeescript_1=L,coffeescript_1}var coq_1,hasRequiredCoq;function requireCoq(){if(hasRequiredCoq)return coq_1;hasRequiredCoq=1;function e(t){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:[t.QUOTE_STRING_MODE,t.COMMENT("\\(\\*","\\*\\)"),t.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}return coq_1=e,coq_1}var cos_1,hasRequiredCos;function requireCos(){if(hasRequiredCos)return cos_1;hasRequiredCos=1;function e(t){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}]}]},t.C_LINE_COMMENT_MODE,t.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=e,cos_1}var cpp_1,hasRequiredCpp;function requireCpp(){if(hasRequiredCpp)return cpp_1;hasRequiredCpp=1;function e(t){const y=t.regex,n=t.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),$="decltype\\(auto\\)",k="[a-zA-Z_]\\w*::",j="(?!struct)("+$+"|"+y.optional(k)+"[a-zA-Z_]\\w*"+y.optional("<[^<>]+>")+")",V={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},re={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[t.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:"."},t.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},oe={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},ue={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},t.inherit(re,{className:"string"}),{className:"string",begin:/<.*?>/},n,t.C_BLOCK_COMMENT_MODE]},de={className:"title",begin:y.optional(k)+t.IDENT_RE,relevance:0},_e=y.optional(k)+t.IDENT_RE+"\\s*\\(",Ne=["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"],Ue=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],$e=["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"],Ve=["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"],er={type:Ue,keyword:Ne,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:$e},ir={className:"function.dispatch",relevance:0,keywords:{_hint:Ve},begin:y.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,t.IDENT_RE,y.lookahead(/(<[^<>]+>|)\s*\(/))},dr=[ir,ue,V,n,t.C_BLOCK_COMMENT_MODE,oe,re],cr={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:er,contains:dr.concat([{begin:/\(/,end:/\)/,keywords:er,contains:dr.concat(["self"]),relevance:0}]),relevance:0},nr={className:"function",begin:"("+j+"[\\*&\\s]+)+"+_e,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:er,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:$,keywords:er,relevance:0},{begin:_e,returnBegin:!0,contains:[de],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[re,oe]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:er,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,re,oe,V,{begin:/\(/,end:/\)/,keywords:er,relevance:0,contains:["self",n,t.C_BLOCK_COMMENT_MODE,re,oe,V]}]},V,n,t.C_BLOCK_COMMENT_MODE,ue]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:er,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(cr,nr,ir,dr,[ue,{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:er,contains:["self",V]},{begin:t.IDENT_RE+"::",keywords:er},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}return cpp_1=e,cpp_1}var crmsh_1,hasRequiredCrmsh;function requireCrmsh(){if(hasRequiredCrmsh)return crmsh_1;hasRequiredCrmsh=1;function e(t){const y="primitive rsc_template",n="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:[t.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:y,starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+n.split(" ").join("|")+")\\s+",keywords:n,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:"property rsc_defaults op_defaults",starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},t.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=e,crmsh_1}var crystal_1,hasRequiredCrystal;function requireCrystal(){if(hasRequiredCrystal)return crystal_1;hasRequiredCrystal=1;function e(t){const y="(_?[ui](8|16|32|64|128))?",n="(_?f(32|64))?",$="[a-zA-Z_]\\w*[!?=]?",k="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",L="[A-Za-z_]\\w*(::\\w+)*(\\?|!)?",j={$pattern:$,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"},V={className:"subst",begin:/#\{/,end:/\}/,keywords:j},z={className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},re={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:j};function oe(Ve,Fe){const qe=[{begin:Ve,end:Fe}];return qe[0].contains=qe,qe}const ue={className:"string",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[Qwi]?\\(",end:"\\)",contains:oe("\\(","\\)")},{begin:"%[Qwi]?\\[",end:"\\]",contains:oe("\\[","\\]")},{begin:"%[Qwi]?\\{",end:/\}/,contains:oe(/\{/,/\}/)},{begin:"%[Qwi]?<",end:">",contains:oe("<",">")},{begin:"%[Qwi]?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},de={className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:oe("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:oe("\\[","\\]")},{begin:"%q\\{",end:/\}/,contains:oe(/\{/,/\}/)},{begin:"%q<",end:">",contains:oe("<",">")},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},_e={begin:"(?!%\\})("+t.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:[t.BACKSLASH_ESCAPE,V],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/(?!\\/)",end:"/[a-z]*"}]}],relevance:0},Ne={className:"regexp",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:"%r\\(",end:"\\)",contains:oe("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:oe("\\[","\\]")},{begin:"%r\\{",end:/\}/,contains:oe(/\{/,/\}/)},{begin:"%r<",end:">",contains:oe("<",">")},{begin:"%r\\|",end:"\\|"}],relevance:0},Ue={className:"meta",begin:"@\\[",end:"\\]",contains:[t.inherit(t.QUOTE_STRING_MODE,{className:"string"})]},$e=[re,ue,de,Ne,_e,Ue,z,t.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:L}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:L})]},{beginKeywords:"annotation",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:L})],relevance:2},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:k,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:k,endsParent:!0})],relevance:2},{className:"symbol",begin:t.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[ue,{begin:k}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]+)"+y},{begin:"\\b0o([0-7_]+)"+y},{begin:"\\b0x([A-Fa-f0-9_]+)"+y},{begin:"\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?"+n+"(?!_)"},{begin:"\\b([1-9][0-9_]*|0)"+y}],relevance:0}];return V.contains=$e,re.contains=$e.slice(1),{name:"Crystal",aliases:["cr"],keywords:j,contains:$e}}return crystal_1=e,crystal_1}var csharp_1,hasRequiredCsharp;function requireCsharp(){if(hasRequiredCsharp)return csharp_1;hasRequiredCsharp=1;function e(t){const y=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],n=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],$=["default","false","null","true"],k=["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"],L=["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"],j={keyword:k.concat(L),built_in:y,literal:$},V=t.inherit(t.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),z={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},re={className:"string",begin:/"""("*)(?!")(.|\n)*?"""\1/,relevance:1},oe={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},ue=t.inherit(oe,{illegal:/\n/}),de={className:"subst",begin:/\{/,end:/\}/,keywords:j},_e=t.inherit(de,{illegal:/\n/}),Ne={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},t.BACKSLASH_ESCAPE,_e]},Ue={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},de]},$e=t.inherit(Ue,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},_e]});de.contains=[Ue,Ne,oe,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.C_BLOCK_COMMENT_MODE],_e.contains=[$e,Ne,ue,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.inherit(t.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const Ve={variants:[re,Ue,Ne,oe,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},Fe={begin:"<",end:">",contains:[{beginKeywords:"in out"},V]},qe=t.IDENT_RE+"(<"+t.IDENT_RE+"(\\s*,\\s*"+t.IDENT_RE+")*>)?(\\[\\])?",er={begin:"@"+t.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:j,illegal:/::/,contains:[t.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"<!--|-->"},{begin:"</?",end:">"}]}]}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},Ve,z,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},V,Fe,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[V,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[V,Fe,t.C_LINE_COMMENT_MODE,t.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:"("+qe+"\\s+)+"+t.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:j,contains:[{beginKeywords:n.join(" "),relevance:0},{begin:t.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[t.TITLE_MODE,Fe],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:j,relevance:0,contains:[Ve,z,t.C_BLOCK_COMMENT_MODE]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},er]}}return csharp_1=e,csharp_1}var csp_1,hasRequiredCsp;function requireCsp(){if(hasRequiredCsp)return csp_1;hasRequiredCsp=1;function e(t){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=e,csp_1}var css_1,hasRequiredCss$1;function requireCss$1(){if(hasRequiredCss$1)return css_1;hasRequiredCss$1=1;const e=z=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:z.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:[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:z.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_-]*/}}),t=["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"],y=["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"],n=[...t,...y],$=["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(),k=["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(),L=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),j=["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 V(z){const re=z.regex,oe=e(z),ue={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},de="and or not only",_e=/@-?\w[\w]*(-\w+)*/,Ne="[a-zA-Z-][a-zA-Z0-9_-]*",Ue=[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[oe.BLOCK_COMMENT,ue,oe.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+Ne,relevance:0},oe.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+k.join("|")+")"},{begin:":(:)?("+L.join("|")+")"}]},oe.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[oe.BLOCK_COMMENT,oe.HEXCOLOR,oe.IMPORTANT,oe.CSS_NUMBER_MODE,...Ue,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...Ue,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},oe.FUNCTION_DISPATCH]},{begin:re.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:_e},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:de,attribute:$.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...Ue,oe.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+n.join("|")+")\\b"}]}}return css_1=V,css_1}var d_1,hasRequiredD;function requireD(){if(hasRequiredD)return d_1;hasRequiredD=1;function e(t){const y={$pattern:t.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"},n="(0|[1-9][\\d_]*)",$="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",k="0[bB][01_]+",L="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",j="0[xX]"+L,V="([eE][+-]?"+$+")",z="("+$+"(\\.\\d*|"+V+")|\\d+\\."+$+"|\\."+n+V+"?)",re="(0[xX]("+L+"\\."+L+"|\\.?"+L+")[pP][+-]?"+$+")",oe="("+n+"|"+k+"|"+j+")",ue="("+re+"|"+z+")",de=`\\\\(['"\\?\\\\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,};`,_e={className:"number",begin:"\\b"+oe+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},Ne={className:"number",begin:"\\b("+ue+"([fF]|L|i|[fF]i|Li)?|"+oe+"(i|[fF]i|Li))",relevance:0},Ue={className:"string",begin:"'("+de+"|.)",end:"'",illegal:"."},Ve={className:"string",begin:'"',contains:[{begin:de,relevance:0}],end:'"[cwd]?'},Fe={className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},qe={className:"string",begin:"`",end:"`[cwd]?"},er={className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},ir={className:"string",begin:'q"\\{',end:'\\}"'},dr={className:"meta",begin:"^#!",end:"$",relevance:5},cr={className:"meta",begin:"#(line)",end:"$",relevance:5},nr={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},lr=t.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:y,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,lr,er,Ve,Fe,qe,ir,Ne,_e,Ue,dr,cr,nr]}}return d_1=e,d_1}var markdown_1,hasRequiredMarkdown;function requireMarkdown(){if(hasRequiredMarkdown)return markdown_1;hasRequiredMarkdown=1;function e(t){const y=t.regex,n={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},$={begin:"^[-\\*]{3,}",end:"$"},k={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}]},L={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},j={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},V=/[A-Za-z][A-Za-z0-9+.-]*/,z={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:y.concat(/\[.+?\]\(/,V,/:\/\/.*?\)/),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}]},re={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},oe={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},ue=t.inherit(re,{contains:[]}),de=t.inherit(oe,{contains:[]});re.contains.push(de),oe.contains.push(ue);let _e=[n,z];return[re,oe,ue,de].forEach(Ve=>{Ve.contains=Ve.contains.concat(_e)}),_e=_e.concat(re,oe),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:_e},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:_e}]}]},n,L,re,oe,{className:"quote",begin:"^>\\s+",contains:_e,end:"$"},k,$,z,j,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}return markdown_1=e,markdown_1}var dart_1,hasRequiredDart;function requireDart(){if(hasRequiredDart)return dart_1;hasRequiredDart=1;function e(t){const y={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},n={className:"subst",variants:[{begin:/\$\{/,end:/\}/}],keywords:"true false null this is new super"},$={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:'"""',end:'"""',contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,y,n]}]};n.contains=[t.C_NUMBER_MODE,$];const k=["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"],L=k.map(z=>`${z}?`);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:k.concat(L).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[$,t.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),t.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".",end:"$",relevance:0}]}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},t.UNDERSCORE_TITLE_MODE]},t.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}return dart_1=e,dart_1}var delphi_1,hasRequiredDelphi;function requireDelphi(){if(hasRequiredDelphi)return delphi_1;hasRequiredDelphi=1;function e(t){const y=["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"],n=[t.C_LINE_COMMENT_MODE,t.COMMENT(/\{/,/\}/,{relevance:0}),t.COMMENT(/\(\*/,/\*\)/,{relevance:10})],$={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},k={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},L={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}]},j={className:"string",variants:[{match:/#\d[\d_]*/},{match:/#\$[\dA-Fa-f][\dA-Fa-f_]*/},{match:/#&[0-7][0-7_]*/},{match:/#%[01][01_]*/}]},V={begin:t.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[t.TITLE_MODE]},z={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[t.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:y,contains:[k,j,$].concat(n)},$].concat(n)};return{name:"Delphi",aliases:["dpr","dfm","pas","pascal"],case_insensitive:!0,keywords:y,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[k,j,L,V,z,$].concat(n)}}return delphi_1=e,delphi_1}var diff_1,hasRequiredDiff;function requireDiff(){if(hasRequiredDiff)return diff_1;hasRequiredDiff=1;function e(t){const y=t.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:y.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:y.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=e,diff_1}var django_1,hasRequiredDjango;function requireDjango(){if(hasRequiredDjango)return django_1;hasRequiredDjango=1;function e(t){const y={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:[t.QUOTE_STRING_MODE,t.APOS_STRING_MODE]};return{name:"Django",aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[t.COMMENT(/\{%\s*comment\s*%\}/,/\{%\s*endcomment\s*%\}/),t.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:[y],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[y]}]}}return django_1=e,django_1}var dns_1,hasRequiredDns;function requireDns(){if(hasRequiredDns)return dns_1;hasRequiredDns=1;function e(t){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:[t.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"},t.inherit(t.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}return dns_1=e,dns_1}var dockerfile_1,hasRequiredDockerfile;function requireDockerfile(){if(hasRequiredDockerfile)return dockerfile_1;hasRequiredDockerfile=1;function e(t){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:["from","maintainer","expose","env","arg","user","onbuild","stopsignal"],contains:[t.HASH_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"</"}}return dockerfile_1=e,dockerfile_1}var dos_1,hasRequiredDos;function requireDos(){if(hasRequiredDos)return dos_1;hasRequiredDos=1;function e(t){const y=t.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:[t.inherit(t.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),y]},{className:"number",begin:"\\b\\d+",relevance:0},y]}}return dos_1=e,dos_1}var dsconfig_1,hasRequiredDsconfig;function requireDsconfig(){if(hasRequiredDsconfig)return dsconfig_1;hasRequiredDsconfig=1;function e(t){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},t.HASH_COMMENT_MODE]}}return dsconfig_1=e,dsconfig_1}var dts_1,hasRequiredDts;function requireDts(){if(hasRequiredDts)return dts_1;hasRequiredDts=1;function e(t){const y={className:"string",variants:[t.inherit(t.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',contains:[t.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},n={className:"number",variants:[{begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:t.C_NUMBER_RE}],relevance:0},$={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:[t.inherit(y,{className:"string"}),{className:"string",begin:"<",end:">",illegal:"\\n"}]},y,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},k={className:"variable",begin:/&[a-z\d_]*\b/},L={className:"keyword",begin:"/[a-z][a-z\\d-]*/"},j={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},V={className:"params",relevance:0,begin:"<",end:">",contains:[n,k]},z={className:"title.class",begin:/[a-zA-Z_][a-zA-Z\d_@-]*(?=\s\{)/,relevance:.2},re={className:"title.class",begin:/^\/(?=\s*\{)/,relevance:10},oe={match:/[a-z][a-z-,]+(?=;)/,relevance:0,scope:"attr"},ue={relevance:0,match:[/[a-z][a-z-,]+/,/\s*/,/=/],scope:{1:"attr",3:"operator"}},de={scope:"punctuation",relevance:0,match:/\};|[;{}]/};return{name:"Device Tree",contains:[re,k,L,j,z,ue,oe,V,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n,y,$,de,{begin:t.IDENT_RE+"::",keywords:""}]}}return dts_1=e,dts_1}var dust_1,hasRequiredDust;function requireDust(){if(hasRequiredDust)return dust_1;hasRequiredDust=1;function e(t){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:[t.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:"if eq ne lt lte gt gte select default math sep"}]}}return dust_1=e,dust_1}var ebnf_1,hasRequiredEbnf;function requireEbnf(){if(hasRequiredEbnf)return ebnf_1;hasRequiredEbnf=1;function e(t){const y=t.COMMENT(/\(\*/,/\*\)/),n={className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},k={begin:/=/,end:/[.;]/,contains:[y,{className:"meta",begin:/\?.*\?/},{className:"string",variants:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]};return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[y,n,k]}}return ebnf_1=e,ebnf_1}var elixir_1,hasRequiredElixir;function requireElixir(){if(hasRequiredElixir)return elixir_1;hasRequiredElixir=1;function e(t){const y=t.regex,n="[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",$="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",j={$pattern:n,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"]},V={className:"subst",begin:/#\{/,end:/\}/,keywords:j},z={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},oe={match:/\\[\s\S]/,scope:"char.escape",relevance:0},ue=`[/|([{<"']`,de=[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin:/</,end:/>/}],_e=ir=>({scope:"char.escape",begin:y.concat(/\\/,ir),relevance:0}),Ne={className:"string",begin:"~[a-z](?="+ue+")",contains:de.map(ir=>t.inherit(ir,{contains:[_e(ir.end),oe,V]}))},Ue={className:"string",begin:"~[A-Z](?="+ue+")",contains:de.map(ir=>t.inherit(ir,{contains:[_e(ir.end)]}))},$e={className:"regex",variants:[{begin:"~r(?="+ue+")",contains:de.map(ir=>t.inherit(ir,{end:y.concat(ir.end,/[uismxfU]{0,7}/),contains:[_e(ir.end),oe,V]}))},{begin:"~R(?="+ue+")",contains:de.map(ir=>t.inherit(ir,{end:y.concat(ir.end,/[uismxfU]{0,7}/),contains:[_e(ir.end)]}))}]},Ve={className:"string",contains:[t.BACKSLASH_ESCAPE,V],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:/"/}]},Fe={className:"function",beginKeywords:"def defp defmacro defmacrop",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:n,endsParent:!0})]},qe=t.inherit(Fe,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),er=[Ve,$e,Ue,Ne,t.HASH_COMMENT_MODE,qe,Fe,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[Ve,{begin:$}],relevance:0},{className:"symbol",begin:n+":(?!:)",relevance:0},{className:"title.class",begin:/(\b[A-Z][a-zA-Z0-9_]+)/,relevance:0},z,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))"}];return V.contains=er,{name:"Elixir",aliases:["ex","exs"],keywords:j,contains:er}}return elixir_1=e,elixir_1}var elm_1,hasRequiredElm;function requireElm(){if(hasRequiredElm)return elm_1;hasRequiredElm=1;function e(t){const y={variants:[t.COMMENT("--","$"),t.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},n={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},$={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},y]},k={begin:/\{/,end:/\}/,contains:$.contains},L={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:[$,y],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[$,y],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[n,$,k,y]},{beginKeywords:"infix infixl infixr",end:"$",contains:[t.C_NUMBER_MODE,y]},{begin:"port",end:"$",keywords:"port",contains:[y]},L,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,n,t.inherit(t.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),y,{begin:"->|<-"}],illegal:/;/}}return elm_1=e,elm_1}var ruby_1,hasRequiredRuby;function requireRuby(){if(hasRequiredRuby)return ruby_1;hasRequiredRuby=1;function e(t){const y=t.regex,n="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",$=y.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),k=y.concat($,/(::\w+)*/),j={"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"]},V={className:"doctag",begin:"@[A-Za-z]+"},z={begin:"#<",end:">"},re=[t.COMMENT("#","$",{contains:[V]}),t.COMMENT("^=begin","^=end",{contains:[V],relevance:10}),t.COMMENT("^__END__",t.MATCH_NOTHING_RE)],oe={className:"subst",begin:/#\{/,end:/\}/,keywords:j},ue={className:"string",contains:[t.BACKSLASH_ESCAPE,oe],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:y.concat(/<<[-~]?'?/,y.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[t.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[t.BACKSLASH_ESCAPE,oe]})]}]},de="[1-9](_?[0-9])*|0",_e="[0-9](_?[0-9])*",Ne={className:"number",relevance:0,variants:[{begin:`\\b(${de})(\\.(${_e}))?([eE][+-]?(${_e})|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"}]},Ue={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:j}]},dr=[ue,{variants:[{match:[/class\s+/,k,/\s+<\s+/,k]},{match:[/\b(class|module)\s+/,k]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:j},{match:[/(include|extend)\s+/,k],scope:{2:"title.class"},keywords:j},{relevance:0,match:[k,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:$,scope:"title.class"},{match:[/def/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[Ue]},{begin:t.IDENT_RE+"::"},{className:"symbol",begin:t.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[ue,{begin:n}],relevance:0},Ne,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:j},{begin:"("+t.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[t.BACKSLASH_ESCAPE,oe],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(z,re),relevance:0}].concat(z,re);oe.contains=dr,Ue.contains=dr;const Et=[{begin:/^\s*=>/,starts:{end:"$",contains:dr}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:j,contains:dr}}];return re.unshift(z),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:j,illegal:/\/\*/,contains:[t.SHEBANG({binary:"ruby"})].concat(Et).concat(re).concat(dr)}}return ruby_1=e,ruby_1}var erb_1,hasRequiredErb;function requireErb(){if(hasRequiredErb)return erb_1;hasRequiredErb=1;function e(t){return{name:"ERB",subLanguage:"xml",contains:[t.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return erb_1=e,erb_1}var erlangRepl_1,hasRequiredErlangRepl;function requireErlangRepl(){if(hasRequiredErlangRepl)return erlangRepl_1;hasRequiredErlangRepl=1;function e(t){const y=t.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},t.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{begin:y.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=e,erlangRepl_1}var erlang_1,hasRequiredErlang;function requireErlang(){if(hasRequiredErlang)return erlang_1;hasRequiredErlang=1;function e(t){const y="[a-z'][a-zA-Z0-9_']*",n="("+y+":"+y+"|"+y+")",$={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"},k=t.COMMENT("%","$"),L={className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},j={begin:"fun\\s+"+y+"/\\d+"},V={begin:n+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:n,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},z={begin:/\{/,end:/\}/,relevance:0},re={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},oe={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},ue={begin:"#"+t.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+t.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},de={scope:"string",match:/\$(\\([^0-9]|[0-9]{1,3}|)|.)/},_e={beginKeywords:"fun receive if try case",end:"end",keywords:$};_e.contains=[k,j,t.inherit(t.APOS_STRING_MODE,{className:""}),_e,V,t.QUOTE_STRING_MODE,L,z,re,oe,ue,de];const Ne=[k,j,_e,V,t.QUOTE_STRING_MODE,L,z,re,oe,ue,de];V.contains[1].contains=Ne,z.contains=Ne,ue.contains[1].contains=Ne;const Ue=["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec"],$e={className:"params",begin:"\\(",end:"\\)",contains:Ne};return{name:"Erlang",aliases:["erl"],keywords:$,illegal:"(</|\\*=|\\+=|-=|/\\*|\\*/|\\(\\*|\\*\\))",contains:[{className:"function",begin:"^"+y+"\\s*\\(",end:"->",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[$e,t.inherit(t.TITLE_MODE,{begin:y})],starts:{end:";|\\.",keywords:$,contains:Ne}},k,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+t.IDENT_RE,keyword:Ue.map(Ve=>`${Ve}|1.5`).join(" ")},contains:[$e]},L,t.QUOTE_STRING_MODE,ue,re,oe,z,de,{begin:/\.$/}]}}return erlang_1=e,erlang_1}var excel_1,hasRequiredExcel;function requireExcel(){if(hasRequiredExcel)return excel_1;hasRequiredExcel=1;function e(t){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},t.BACKSLASH_ESCAPE,t.QUOTE_STRING_MODE,{className:"number",begin:t.NUMBER_RE+"(%)?",relevance:0},t.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}return excel_1=e,excel_1}var fix_1,hasRequiredFix;function requireFix(){if(hasRequiredFix)return fix_1;hasRequiredFix=1;function e(t){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=e,fix_1}var flix_1,hasRequiredFlix;function requireFlix(){if(hasRequiredFlix)return flix_1;hasRequiredFlix=1;function e(t){const y={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},n={className:"string",variants:[{begin:'"',end:'"'}]},k={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:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,y,n,k,t.C_NUMBER_MODE]}}return flix_1=e,flix_1}var fortran_1,hasRequiredFortran;function requireFortran(){if(hasRequiredFortran)return fortran_1;hasRequiredFortran=1;function e(t){const y=t.regex,n={className:"params",begin:"\\(",end:"\\)"},$={variants:[t.COMMENT("!","$",{relevance:0}),t.COMMENT("^C[ ]","$",{relevance:0}),t.COMMENT("^C$","$",{relevance:0})]},k=/(_[a-z_\d]+)?/,L=/([de][+-]?\d+)?/,j={className:"number",variants:[{begin:y.concat(/\b\d+/,/\.(\d*)/,L,k)},{begin:y.concat(/\b\d+/,L,k)},{begin:y.concat(/\.\d+/,L,k)}],relevance:0},V={className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[t.UNDERSCORE_TITLE_MODE,n]},z={className:"string",relevance:0,variants:[t.APOS_STRING_MODE,t.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:[z,V,{begin:/^C\s*=(?!=)/,relevance:0},$,j]}}return fortran_1=e,fortran_1}var fsharp_1,hasRequiredFsharp;function requireFsharp(){if(hasRequiredFsharp)return fsharp_1;hasRequiredFsharp=1;function e(j){return new RegExp(j.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function t(j){return j?typeof j=="string"?j:j.source:null}function y(j){return n("(?=",j,")")}function n(...j){return j.map(z=>t(z)).join("")}function $(j){const V=j[j.length-1];return typeof V=="object"&&V.constructor===Object?(j.splice(j.length-1,1),V):{}}function k(...j){return"("+($(j).capture?"":"?:")+j.map(re=>t(re)).join("|")+")"}function L(j){const V=["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"],z={scope:"keyword",match:/\b(yield|return|let|do|match|use)!/},re=["if","else","endif","line","nowarn","light","r","i","I","load","time","help","quit"],oe=["true","false","null","Some","None","Ok","Error","infinity","infinityf","nan","nanf"],ue=["__LINE__","__SOURCE_DIRECTORY__","__SOURCE_FILE__"],de=["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"],Ne={keyword:V,literal:oe,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":ue},$e={variants:[j.COMMENT(/\(\*(?!\))/,/\*\)/,{contains:["self"]}),j.C_LINE_COMMENT_MODE]},Ve=/[a-zA-Z_](\w|')*/,Fe={scope:"variable",begin:/``/,end:/``/},qe=/\B('|\^)/,er={scope:"symbol",variants:[{match:n(qe,/``.*?``/)},{match:n(qe,j.UNDERSCORE_IDENT_RE)}],relevance:0},ir=function({includeEqual:xr}){let Nr;xr?Nr="!%&*+-/<=>@^|~?":Nr="!%&*+-/<>@^|~?";const Tr=Array.from(Nr),Sr=n("[",...Tr.map(e),"]"),Ar=k(Sr,/\./),Fr=n(Ar,y(Ar)),Gr=k(n(Fr,Ar,"*"),n(Sr,"+"));return{scope:"operator",match:k(Gr,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},dr=ir({includeEqual:!0}),cr=ir({includeEqual:!1}),nr=function(xr,Nr){return{begin:n(xr,y(n(/\s*/,k(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:Nr,end:y(k(/\n/,/=/)),relevance:0,keywords:j.inherit(Ne,{type:de}),contains:[$e,er,j.inherit(Fe,{scope:null}),cr]}},lr=nr(/:/,"operator"),Et=nr(/\bof\b/,"keyword"),ie={begin:[/(^|\s+)/,/type/,/\s+/,Ve],beginScope:{2:"keyword",4:"title.class"},end:y(/\(|=|$/),keywords:Ne,contains:[$e,j.inherit(Fe,{scope:null}),er,{scope:"operator",match:/<|>/},lr]},pe={scope:"computation-expression",match:/\b[_a-z]\w*(?=\s*\{)/},Ce={begin:[/^\s*/,n(/#/,k(...re)),/\b/],beginScope:{2:"meta"},end:y(/\s|$/)},Ie={variants:[j.BINARY_NUMBER_MODE,j.C_NUMBER_MODE]},jt={scope:"string",begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE]},ar={scope:"string",begin:/@"/,end:/"/,contains:[{match:/""/},j.BACKSLASH_ESCAPE]},ur={scope:"string",begin:/"""/,end:/"""/,relevance:2},kt={scope:"subst",begin:/\{/,end:/\}/,keywords:Ne},he={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},j.BACKSLASH_ESCAPE,kt]},tr={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},j.BACKSLASH_ESCAPE,kt]},gr={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},kt],relevance:2},_r={scope:"string",match:n(/'/,k(/[^\\']/,/\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/),/'/)};return kt.contains=[tr,he,ar,jt,_r,z,$e,Fe,lr,pe,Ce,Ie,er,dr],{name:"F#",aliases:["fs","f#"],keywords:Ne,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[z,{variants:[gr,tr,he,ur,ar,jt,_r]},$e,Fe,ie,{scope:"meta",begin:/\[</,end:/>\]/,relevance:2,contains:[Fe,ur,ar,jt,_r,Ie]},Et,lr,pe,Ce,Ie,er,dr]}}return fsharp_1=L,fsharp_1}var gams_1,hasRequiredGams;function requireGams(){if(hasRequiredGams)return gams_1;hasRequiredGams=1;function e(t){const y=t.regex,n={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"},$={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},k={className:"symbol",variants:[{begin:/=[lgenxc]=/},{begin:/\$/}]},L={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},j={begin:"/",end:"/",keywords:n,contains:[L,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_NUMBER_MODE]},V=/[a-z0-9&#*=?@\\><:,()$[\]_.{}!+%^-]+/,z={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[L,j,{className:"comment",begin:y.concat(V,y.anyNumberOfTimes(y.concat(/[ ]+/,V))),relevance:0}]};return{name:"GAMS",aliases:["gms"],case_insensitive:!0,keywords:n,contains:[t.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"keyword",begin:"^\\$[a-z0-9]+"}]},t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,j,z]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[z]},t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},$,k]},t.C_NUMBER_MODE,k]}}return gams_1=e,gams_1}var gauss_1,hasRequiredGauss;function requireGauss(){if(hasRequiredGauss)return gauss_1;hasRequiredGauss=1;function e(t){const y={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"},n=t.COMMENT("@","@"),$={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"}]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n]},k={begin:/\bstruct\s+/,end:/\s/,keywords:"struct",contains:[{className:"type",begin:t.UNDERSCORE_IDENT_RE,relevance:0}]},L=[{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\.\.\./},t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,k]}],j={className:"title",begin:t.UNDERSCORE_IDENT_RE,relevance:0},V=function(de,_e,Ne){const Ue=t.inherit({className:"function",beginKeywords:de,end:_e,excludeEnd:!0,contains:[].concat(L)},{});return Ue.contains.push(j),Ue.contains.push(t.C_NUMBER_MODE),Ue.contains.push(t.C_BLOCK_COMMENT_MODE),Ue.contains.push(n),Ue},z={className:"built_in",begin:"\\b("+y.built_in.split(" ").join("|")+")\\b"},re={className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE],relevance:0},oe={begin:t.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,keywords:y,relevance:0,contains:[{beginKeywords:y.keyword},z,{className:"built_in",begin:t.UNDERSCORE_IDENT_RE,relevance:0}]},ue={begin:/\(/,end:/\)/,relevance:0,keywords:{built_in:y.built_in,literal:y.literal},contains:[t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,z,oe,re,"self"]};return oe.contains.push(ue),{name:"GAUSS",aliases:["gss"],case_insensitive:!0,keywords:y,illegal:/(\{[%#]|[%#]\}| <- )/,contains:[t.C_NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n,re,$,{className:"keyword",begin:/\bexternal (matrix|string|array|sparse matrix|struct|proc|keyword|fn)/},V("proc keyword",";"),V("fn","="),{beginKeywords:"for threadfor",end:/;/,relevance:0,contains:[t.C_BLOCK_COMMENT_MODE,n,ue]},{variants:[{begin:t.UNDERSCORE_IDENT_RE+"\\."+t.UNDERSCORE_IDENT_RE},{begin:t.UNDERSCORE_IDENT_RE+"\\s*="}],relevance:0},oe,k]}}return gauss_1=e,gauss_1}var gcode_1,hasRequiredGcode;function requireGcode(){if(hasRequiredGcode)return gcode_1;hasRequiredGcode=1;function e(t){const y="[A-Z_][A-Z0-9_.]*",n="%",$={$pattern:y,keyword:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR"},k={className:"meta",begin:"([O])([0-9]+)"},L=t.inherit(t.C_NUMBER_MODE,{begin:"([-+]?((\\.\\d+)|(\\d+)(\\.\\d*)?))|"+t.C_NUMBER_RE}),j=[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.COMMENT(/\(/,/\)/),L,t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.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:[L],end:"\\]"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{name:"G-code (ISO 6983)",aliases:["nc"],case_insensitive:!0,keywords:$,contains:[{className:"meta",begin:n},k].concat(j)}}return gcode_1=e,gcode_1}var gherkin_1,hasRequiredGherkin;function requireGherkin(){if(hasRequiredGherkin)return gherkin_1;hasRequiredGherkin=1;function e(t){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:">"},t.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},t.QUOTE_STRING_MODE]}}return gherkin_1=e,gherkin_1}var glsl_1,hasRequiredGlsl;function requireGlsl(){if(hasRequiredGlsl)return glsl_1;hasRequiredGlsl=1;function e(t){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:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}return glsl_1=e,glsl_1}var gml_1,hasRequiredGml;function requireGml(){if(hasRequiredGml)return gml_1;hasRequiredGml=1;function e(t){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:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE]}}return gml_1=e,gml_1}var go_1,hasRequiredGo;function requireGo(){if(hasRequiredGo)return go_1;hasRequiredGo=1;function e(t){const L={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:L,illegal:"</",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"string",variants:[t.QUOTE_STRING_MODE,t.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:[t.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:L,illegal:/["']/}]}]}}return go_1=e,go_1}var golo_1,hasRequiredGolo;function requireGolo(){if(hasRequiredGolo)return golo_1;hasRequiredGolo=1;function e(t){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:[t.HASH_COMMENT_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}return golo_1=e,golo_1}var gradle_1,hasRequiredGradle;function requireGradle(){if(hasRequiredGradle)return gradle_1;hasRequiredGradle=1;function e(t){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:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.NUMBER_MODE,t.REGEXP_MODE]}}return gradle_1=e,gradle_1}var graphql_1,hasRequiredGraphql;function requireGraphql(){if(hasRequiredGraphql)return graphql_1;hasRequiredGraphql=1;function e(t){const y=t.regex,n=/[_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:[t.HASH_COMMENT_MODE,t.QUOTE_STRING_MODE,t.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:y.concat(n,y.lookahead(/\s*:/)),relevance:0}],illegal:[/[;<']/,/BEGIN/]}}return graphql_1=e,graphql_1}var groovy_1,hasRequiredGroovy;function requireGroovy(){if(hasRequiredGroovy)return groovy_1;hasRequiredGroovy=1;function e(y,n={}){return n.variants=y,n}function t(y){const n=y.regex,$="[A-Za-z0-9_$]+",k=e([y.C_LINE_COMMENT_MODE,y.C_BLOCK_COMMENT_MODE,y.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]})]),L={className:"regexp",begin:/~?\/[^\/\n]+\//,contains:[y.BACKSLASH_ESCAPE]},j=e([y.BINARY_NUMBER_MODE,y.C_NUMBER_MODE]),V=e([{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:"\\$/",end:"/\\$",relevance:10},y.APOS_STRING_MODE,y.QUOTE_STRING_MODE],{className:"string"}),z={match:[/(class|interface|trait|enum|record|extends|implements)/,/\s+/,y.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:[y.SHEBANG({binary:"groovy",relevance:10}),k,V,L,j,z,{className:"meta",begin:"@[A-Za-z]+",relevance:0},{className:"attr",begin:$+"[ ]*:",relevance:0},{begin:/\?/,end:/:/,relevance:0,contains:[k,V,L,j,"self"]},{className:"symbol",begin:"^[ ]*"+n.lookahead($+":"),excludeBegin:!0,end:$+":",relevance:0}],illegal:/#|<\//}}return groovy_1=t,groovy_1}var haml_1,hasRequiredHaml;function requireHaml(){if(hasRequiredHaml)return haml_1;hasRequiredHaml=1;function e(t){return{name:"HAML",case_insensitive:!0,contains:[{className:"meta",begin:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",relevance:10},t.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+"},t.APOS_STRING_MODE,t.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},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:/#\{/,end:/\}/,subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return haml_1=e,haml_1}var handlebars_1,hasRequiredHandlebars;function requireHandlebars(){if(hasRequiredHandlebars)return handlebars_1;hasRequiredHandlebars=1;function e(t){const y=t.regex,n={$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"]},$={$pattern:/[\w.\/]+/,literal:["true","false","undefined","null"]},k=/""|"[^"]+"/,L=/''|'[^']+'/,j=/\[\]|\[[^\]]+\]/,V=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,z=/(\.|\/)/,re=y.either(k,L,j,V),oe=y.concat(y.optional(/\.|\.\/|\//),re,y.anyNumberOfTimes(y.concat(z,re))),ue=y.concat("(",j,"|",V,")(?==)"),de={begin:oe},_e=t.inherit(de,{keywords:$}),Ne={begin:/\(/,end:/\)/},Ue={className:"attr",begin:ue,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[t.NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,_e,Ne]}}},$e={begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},Ve={contains:[t.NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,$e,Ue,_e,Ne],returnEnd:!0},Fe=t.inherit(de,{className:"name",keywords:n,starts:t.inherit(Ve,{end:/\)/})});Ne.contains=[Fe];const qe=t.inherit(de,{keywords:n,className:"name",starts:t.inherit(Ve,{end:/\}\}/})}),er=t.inherit(de,{keywords:n,className:"name"}),ir=t.inherit(de,{className:"name",keywords:n,starts:t.inherit(Ve,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},t.COMMENT(/\{\{!--/,/--\}\}/),t.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[qe],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[er]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[qe]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[er]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[ir]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[ir]}]}}return handlebars_1=e,handlebars_1}var haskell_1,hasRequiredHaskell;function requireHaskell(){if(hasRequiredHaskell)return haskell_1;hasRequiredHaskell=1;function e(t){const y="([0-9]_*)+",n="([0-9a-fA-F]_*)+",$="([01]_*)+",k="([0-7]_*)+",z="([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",re={variants:[t.COMMENT("--+","$"),t.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},oe={className:"meta",begin:/\{-#/,end:/#-\}/},ue={className:"meta",begin:"^#",end:"$"},de={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},_e={begin:"\\(",end:"\\)",illegal:'"',contains:[oe,ue,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},t.inherit(t.TITLE_MODE,{begin:"[_a-z][\\w']*"}),re]},Ne={begin:/\{/,end:/\}/,contains:_e.contains},Ue={className:"number",relevance:0,variants:[{match:`\\b(${y})(\\.(${y}))?([eE][+-]?(${y}))?\\b`},{match:`\\b0[xX]_*(${n})(\\.(${n}))?([pP][+-]?(${y}))?\\b`},{match:`\\b0[oO](${k})\\b`},{match:`\\b0[bB](${$})\\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:[_e,re],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[_e,re],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[de,_e,re]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[oe,de,_e,Ne,re]},{beginKeywords:"default",end:"$",contains:[de,_e,re]},{beginKeywords:"infix infixl infixr",end:"$",contains:[t.C_NUMBER_MODE,re]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[de,t.QUOTE_STRING_MODE,re]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},oe,ue,{scope:"string",begin:/'(?=\\?.')/,end:/'/,contains:[{scope:"char.escape",match:/\\./}]},t.QUOTE_STRING_MODE,Ue,de,t.inherit(t.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),{begin:`(?!-)${z}--+|--+(?!-)${z}`},re,{begin:"->|<-"}]}}return haskell_1=e,haskell_1}var haxe_1,hasRequiredHaxe;function requireHaxe(){if(hasRequiredHaxe)return haxe_1;hasRequiredHaxe=1;function e(t){const y="[a-zA-Z_$][a-zA-Z0-9_$]*",n=/(-?)(\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:[t.BACKSLASH_ESCAPE,{className:"subst",begin:/\$\{/,end:/\}/},{className:"subst",begin:/\$/,end:/\W\}/}]},t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"number",begin:n,relevance:0},{className:"variable",begin:"\\$"+y},{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:[t.TITLE_MODE]},{className:"title.class",begin:"\\babstract\\b(?=\\s*"+t.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},t.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:t.IDENT_RE,relevance:0}]},t.TITLE_MODE]},{className:"title.function",beginKeywords:"function",end:/\(/,excludeEnd:!0,illegal:/\S/,contains:[t.TITLE_MODE]}],illegal:/<\//}}return haxe_1=e,haxe_1}var hsp_1,hasRequiredHsp;function requireHsp(){if(hasRequiredHsp)return hsp_1;hasRequiredHsp=1;function e(t){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:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{className:"string",begin:/\{"/,end:/"\}/,contains:[t.BACKSLASH_ESCAPE]},t.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:[t.inherit(t.QUOTE_STRING_MODE,{className:"string"}),t.NUMBER_MODE,t.C_NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},t.NUMBER_MODE,t.C_NUMBER_MODE]}}return hsp_1=e,hsp_1}var http_1,hasRequiredHttp;function requireHttp(){if(hasRequiredHttp)return http_1;hasRequiredHttp=1;function e(t){const y=t.regex,n="HTTP/([32]|1\\.[01])",$=/[A-Za-z][A-Za-z0-9-]*/,k={className:"attribute",begin:y.concat("^",$,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},L=[k,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+n+" \\d{3})",end:/$/,contains:[{className:"meta",begin:n},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:L}},{begin:"(?=^[A-Z]+ (.*?) "+n+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:n},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:L}},t.inherit(k,{relevance:0})]}}return http_1=e,http_1}var hy_1,hasRequiredHy;function requireHy(){if(hasRequiredHy)return hy_1;hasRequiredHy=1;function e(t){const y="a-zA-Z_\\-!.?+*=<>&#'",n="["+y+"]["+y+"0-9/;:]*",$={$pattern:n,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 | |= ~"},k="[-+]?\\d+(\\.\\d+)?",L={begin:n,relevance:0},j={className:"number",begin:k,relevance:0},V=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),z=t.COMMENT(";","$",{relevance:0}),re={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},oe={begin:"[\\[\\{]",end:"[\\]\\}]",relevance:0},ue={className:"comment",begin:"\\^"+n},de=t.COMMENT("\\^\\{","\\}"),_e={className:"symbol",begin:"[:]{1,2}"+n},Ne={begin:"\\(",end:"\\)"},Ue={endsWithParent:!0,relevance:0},$e={className:"name",relevance:0,keywords:$,begin:n,starts:Ue},Ve=[Ne,V,ue,de,z,_e,oe,j,re,L];return Ne.contains=[t.COMMENT("comment",""),$e,Ue],Ue.contains=Ve,oe.contains=Ve,{name:"Hy",aliases:["hylang"],illegal:/\S/,contains:[t.SHEBANG(),Ne,V,ue,de,z,_e,oe,j,re]}}return hy_1=e,hy_1}var inform7_1,hasRequiredInform7;function requireInform7(){if(hasRequiredInform7)return inform7_1;hasRequiredInform7=1;function e(t){const y="\\[",n="\\]";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:y,end:n}]},{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:y,end:n,contains:["self"]}]}}return inform7_1=e,inform7_1}var ini_1,hasRequiredIni;function requireIni(){if(hasRequiredIni)return ini_1;hasRequiredIni=1;function e(t){const y=t.regex,n={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:t.NUMBER_RE}]},$=t.COMMENT();$.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const k={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},L={className:"literal",begin:/\bon|off|true|false|yes|no\b/},j={className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},V={begin:/\[/,end:/\]/,contains:[$,L,k,j,n,"self"],relevance:0},z=/[A-Za-z0-9_-]+/,re=/"(\\"|[^"])*"/,oe=/'[^']*'/,ue=y.either(z,re,oe),de=y.concat(ue,"(\\s*\\.\\s*",ue,")*",y.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[$,{className:"section",begin:/\[+/,end:/\]+/},{begin:de,className:"attr",starts:{end:/$/,contains:[$,V,L,k,j,n]}}]}}return ini_1=e,ini_1}var irpf90_1,hasRequiredIrpf90;function requireIrpf90(){if(hasRequiredIrpf90)return irpf90_1;hasRequiredIrpf90=1;function e(t){const y=t.regex,n={className:"params",begin:"\\(",end:"\\)"},$=/(_[a-z_\d]+)?/,k=/([de][+-]?\d+)?/,L={className:"number",variants:[{begin:y.concat(/\b\d+/,/\.(\d*)/,k,$)},{begin:y.concat(/\b\d+/,k,$)},{begin:y.concat(/\.\d+/,k,$)}],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:[t.inherit(t.APOS_STRING_MODE,{className:"string",relevance:0}),t.inherit(t.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[t.UNDERSCORE_TITLE_MODE,n]},t.COMMENT("!","$",{relevance:0}),t.COMMENT("begin_doc","end_doc",{relevance:10}),L]}}return irpf90_1=e,irpf90_1}var isbl_1,hasRequiredIsbl;function requireIsbl(){if(hasRequiredIsbl)return isbl_1;hasRequiredIsbl=1;function e(t){const y="[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*",n="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*",$="and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока except exitfor finally foreach все if если in в not не or или try while пока ",xr="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 ",Rf="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 ",Rp="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Дат ФмтДат ФмтСтр ФмтЧсл Формат ЦМассивЭлемент ЦНаборДанныхРеквизит ЦПодстр ",Pp="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 ВызовСпособ ИмяОтчета РеквЗнач ",_p="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 ",Pf=xr+Rf,Ih=Pp,Lp="null true false nil ",Oc={className:"number",begin:t.NUMBER_RE,relevance:0},Ip={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},Df={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},vp={className:"comment",begin:"//",end:"$",relevance:0,contains:[t.PHRASAL_WORDS_MODE,Df]},Yp={className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[t.PHRASAL_WORDS_MODE,Df]},Op={variants:[vp,Yp]},Xp={$pattern:y,keyword:$,built_in:Pf,class:Ih,literal:Lp},Xf={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,keywords:Xp,relevance:0},Oh={className:"type",begin:":[ \\t]*("+_p.trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},Wh={className:"variable",keywords:Xp,begin:y,relevance:0,contains:[Oh,Xf]},np=n+"\\(";return{name:"ISBL",case_insensitive:!0,keywords:Xp,illegal:"\\$|\\?|%|,|;$|~|#|@|</",contains:[{className:"function",begin:np,end:"\\)$",returnBegin:!0,keywords:Xp,illegal:"[\\[\\]\\|\\$\\?%,~#@]",contains:[{className:"title",keywords:{$pattern:y,built_in:Rp},begin:np,end:"\\(",returnBegin:!0,excludeEnd:!0},Xf,Wh,Ip,Oc,Op]},Oh,Xf,Wh,Ip,Oc,Op]}}return isbl_1=e,isbl_1}var java_1,hasRequiredJava;function requireJava(){if(hasRequiredJava)return java_1;hasRequiredJava=1;var e="[0-9](_*[0-9])*",t=`\\.(${e})`,y="[0-9a-fA-F](_*[0-9a-fA-F])*",n={className:"number",variants:[{begin:`(\\b(${e})((${t})|\\.)?|(${t}))[eE][+-]?(${e})[fFdD]?\\b`},{begin:`\\b(${e})((${t})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${t})[fFdD]?\\b`},{begin:`\\b(${e})[fFdD]\\b`},{begin:`\\b0[xX]((${y})\\.?|(${y})?\\.(${y}))[pP][+-]?(${e})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${y})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function $(L,j,V){return V===-1?"":L.replace(j,z=>$(L,j,V-1))}function k(L){const j=L.regex,V="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",z=V+$("(?:<"+V+"~~~(?:\\s*,\\s*"+V+"~~~)*>)?",/~~~/g,2),_e={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"]},Ne={className:"meta",begin:"@"+V,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},Ue={className:"params",begin:/\(/,end:/\)/,keywords:_e,relevance:0,contains:[L.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:_e,illegal:/<\/|#/,contains:[L.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},L.C_LINE_COMMENT_MODE,L.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[L.BACKSLASH_ESCAPE]},L.APOS_STRING_MODE,L.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,V],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[j.concat(/(?!else)/,V),/\s+/,V,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,V],className:{1:"keyword",3:"title.class"},contains:[Ue,L.C_LINE_COMMENT_MODE,L.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+z+"\\s+)",L.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:_e,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:_e,relevance:0,contains:[Ne,L.APOS_STRING_MODE,L.QUOTE_STRING_MODE,n,L.C_BLOCK_COMMENT_MODE]},L.C_LINE_COMMENT_MODE,L.C_BLOCK_COMMENT_MODE]},n,Ne]}}return java_1=k,java_1}var javascript_1,hasRequiredJavascript;function requireJavascript(){if(hasRequiredJavascript)return javascript_1;hasRequiredJavascript=1;const e="[A-Za-z$_][0-9A-Za-z$_]*",t=["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"],y=["true","false","null","undefined","NaN","Infinity"],n=["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"],$=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],k=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],L=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],j=[].concat(k,n,$);function V(z){const re=z.regex,oe=(Tr,{after:Sr})=>{const Ar="</"+Tr[0].slice(1);return Tr.input.indexOf(Ar,Sr)!==-1},ue=e,de={begin:"<>",end:"</>"},_e=/<[A-Za-z0-9\\._:-]+\s*\/>/,Ne={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(Tr,Sr)=>{const Ar=Tr[0].length+Tr.index,Fr=Tr.input[Ar];if(Fr==="<"||Fr===","){Sr.ignoreMatch();return}Fr===">"&&(oe(Tr,{after:Ar})||Sr.ignoreMatch());let Gr;const Vr=Tr.input.substring(Ar);if(Gr=Vr.match(/^\s*=/)){Sr.ignoreMatch();return}if((Gr=Vr.match(/^\s+extends\s+/))&&Gr.index===0){Sr.ignoreMatch();return}}},Ue={$pattern:e,keyword:t,literal:y,built_in:j,"variable.language":L},$e="[0-9](_?[0-9])*",Ve=`\\.(${$e})`,Fe="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",qe={className:"number",variants:[{begin:`(\\b(${Fe})((${Ve})|\\.)?|(${Ve}))[eE][+-]?(${$e})\\b`},{begin:`\\b(${Fe})\\b((${Ve})\\b|\\.)?|(${Ve})\\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},er={className:"subst",begin:"\\$\\{",end:"\\}",keywords:Ue,contains:[]},ir={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,er],subLanguage:"xml"}},dr={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,er],subLanguage:"css"}},cr={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,er],subLanguage:"graphql"}},nr={className:"string",begin:"`",end:"`",contains:[z.BACKSLASH_ESCAPE,er]},Et={className:"comment",variants:[z.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:ue+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),z.C_BLOCK_COMMENT_MODE,z.C_LINE_COMMENT_MODE]},ie=[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,ir,dr,cr,nr,{match:/\$\d+/},qe];er.contains=ie.concat({begin:/\{/,end:/\}/,keywords:Ue,contains:["self"].concat(ie)});const pe=[].concat(Et,er.contains),Ce=pe.concat([{begin:/(\s*)\(/,end:/\)/,keywords:Ue,contains:["self"].concat(pe)}]),Ie={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ue,contains:Ce},jt={variants:[{match:[/class/,/\s+/,ue,/\s+/,/extends/,/\s+/,re.concat(ue,"(",re.concat(/\./,ue),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,ue],scope:{1:"keyword",3:"title.class"}}]},ar={relevance:0,match:re.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:{_:[...n,...$]}},ur={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},kt={variants:[{match:[/function/,/\s+/,ue,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[Ie],illegal:/%/},he={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function tr(Tr){return re.concat("(?!",Tr.join("|"),")")}const gr={match:re.concat(/\b/,tr([...k,"super","import"].map(Tr=>`${Tr}\\s*\\(`)),ue,re.lookahead(/\s*\(/)),className:"title.function",relevance:0},_r={begin:re.concat(/\./,re.lookahead(re.concat(ue,/(?![0-9A-Za-z$_(])/))),end:ue,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},yr={match:[/get|set/,/\s+/,ue,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},Ie]},xr="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+z.UNDERSCORE_IDENT_RE+")\\s*=>",Nr={match:[/const|var|let/,/\s+/,ue,/\s*/,/=\s*/,/(async\s*)?/,re.lookahead(xr)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[Ie]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:Ue,exports:{PARAMS_CONTAINS:Ce,CLASS_REFERENCE:ar},illegal:/#(?![$_A-z])/,contains:[z.SHEBANG({label:"shebang",binary:"node",relevance:5}),ur,z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,ir,dr,cr,nr,Et,{match:/\$\d+/},qe,ar,{className:"attr",begin:ue+re.lookahead(":"),relevance:0},Nr,{begin:"("+z.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[Et,z.REGEXP_MODE,{className:"function",begin:xr,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:z.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ue,contains:Ce}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:de.begin,end:de.end},{match:_e},{begin:Ne.begin,"on:begin":Ne.isTrulyOpeningTag,end:Ne.end}],subLanguage:"xml",contains:[{begin:Ne.begin,end:Ne.end,skip:!0,contains:["self"]}]}]},kt,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+z.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[Ie,z.inherit(z.TITLE_MODE,{begin:ue,className:"title.function"})]},{match:/\.\.\./,relevance:0},_r,{match:"\\$"+ue,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[Ie]},gr,he,jt,yr,{match:/\$[(.]/}]}}return javascript_1=V,javascript_1}var jbossCli_1,hasRequiredJbossCli;function requireJbossCli(){if(hasRequiredJbossCli)return jbossCli_1;hasRequiredJbossCli=1;function e(t){const n={className:"params",begin:/\(/,end:/\)/,contains:[{begin:/[\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[\w-]+/}]}],relevance:0},$={className:"function",begin:/:[\w\-.]+/,relevance:0},k={className:"string",begin:/\B([\/.])[\w\-.\/=]+/},L={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:[t.HASH_COMMENT_MODE,t.QUOTE_STRING_MODE,L,$,k,n]}}return jbossCli_1=e,jbossCli_1}var json_1,hasRequiredJson;function requireJson(){if(hasRequiredJson)return json_1;hasRequiredJson=1;function e(t){const y={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},n={match:/[{}[\],:]/,className:"punctuation",relevance:0},$=["true","false","null"],k={scope:"literal",beginKeywords:$.join(" ")};return{name:"JSON",aliases:["jsonc"],keywords:{literal:$},contains:[y,n,t.QUOTE_STRING_MODE,k,t.C_NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}return json_1=e,json_1}var julia_1,hasRequiredJulia;function requireJulia(){if(hasRequiredJulia)return julia_1;hasRequiredJulia=1;function e(t){const y="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",L={$pattern:y,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"]},j={keywords:L,illegal:/<\//},V={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},z={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},re={className:"subst",begin:/\$\(/,end:/\)/,keywords:L},oe={className:"variable",begin:"\\$"+y},ue={className:"string",contains:[t.BACKSLASH_ESCAPE,re,oe],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},de={className:"string",contains:[t.BACKSLASH_ESCAPE,re,oe],begin:"`",end:"`"},_e={className:"meta",begin:"@"+y},Ne={className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]};return j.name="Julia",j.contains=[V,z,ue,de,_e,Ne,t.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],re.contains=j.contains,j}return julia_1=e,julia_1}var juliaRepl_1,hasRequiredJuliaRepl;function requireJuliaRepl(){if(hasRequiredJuliaRepl)return juliaRepl_1;hasRequiredJuliaRepl=1;function e(t){return{name:"Julia REPL",contains:[{className:"meta.prompt",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"}}],aliases:["jldoctest"]}}return juliaRepl_1=e,juliaRepl_1}var kotlin_1,hasRequiredKotlin;function requireKotlin(){if(hasRequiredKotlin)return kotlin_1;hasRequiredKotlin=1;var e="[0-9](_*[0-9])*",t=`\\.(${e})`,y="[0-9a-fA-F](_*[0-9a-fA-F])*",n={className:"number",variants:[{begin:`(\\b(${e})((${t})|\\.)?|(${t}))[eE][+-]?(${e})[fFdD]?\\b`},{begin:`\\b(${e})((${t})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${t})[fFdD]?\\b`},{begin:`\\b(${e})[fFdD]\\b`},{begin:`\\b0[xX]((${y})\\.?|(${y})?\\.(${y}))[pP][+-]?(${e})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${y})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function $(k){const L={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"},j={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},V={className:"symbol",begin:k.UNDERSCORE_IDENT_RE+"@"},z={className:"subst",begin:/\$\{/,end:/\}/,contains:[k.C_NUMBER_MODE]},re={className:"variable",begin:"\\$"+k.UNDERSCORE_IDENT_RE},oe={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[re,z]},{begin:"'",end:"'",illegal:/\n/,contains:[k.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[k.BACKSLASH_ESCAPE,re,z]}]};z.contains.push(oe);const ue={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+k.UNDERSCORE_IDENT_RE+")?"},de={className:"meta",begin:"@"+k.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[k.inherit(oe,{className:"string"}),"self"]}]},_e=n,Ne=k.COMMENT("/\\*","\\*/",{contains:[k.C_BLOCK_COMMENT_MODE]}),Ue={variants:[{className:"type",begin:k.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},$e=Ue;return $e.variants[1].contains=[Ue],Ue.variants[1].contains=[$e],{name:"Kotlin",aliases:["kt","kts"],keywords:L,contains:[k.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),k.C_LINE_COMMENT_MODE,Ne,j,V,ue,de,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:L,relevance:5,contains:[{begin:k.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[k.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:L,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[Ue,k.C_LINE_COMMENT_MODE,Ne],relevance:0},k.C_LINE_COMMENT_MODE,Ne,ue,de,oe,k.C_NUMBER_MODE]},Ne]},{begin:[/class|interface|trait/,/\s+/,k.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},k.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},ue,de]},oe,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:`
`},_e]}}return kotlin_1=$,kotlin_1}var lasso_1,hasRequiredLasso;function requireLasso(){if(hasRequiredLasso)return lasso_1;hasRequiredLasso=1;function e(t){const y="[a-zA-Z_][\\w.]*",n="<\\?(lasso(script)?|=)",$="\\]|\\?>",k={$pattern:y+"|&[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"},L=t.COMMENT("<!--","-->",{relevance:0}),j={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[L]}},V={className:"meta",begin:"\\[/noprocess|"+n},z={className:"symbol",begin:"'"+y+"'"},re=[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.inherit(t.C_NUMBER_MODE,{begin:t.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$]"+y},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:y,illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)"+y,relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[z]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[t.inherit(t.TITLE_MODE,{begin:y+"(=(?!>))?|[-+*/%](?!>)"})]}];return{name:"Lasso",aliases:["ls","lassoscript"],case_insensitive:!0,keywords:k,contains:[{className:"meta",begin:$,relevance:0,starts:{end:"\\[|"+n,returnEnd:!0,relevance:0,contains:[L]}},j,V,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",keywords:k,contains:[{className:"meta",begin:$,relevance:0,starts:{end:"\\[noprocess\\]|"+n,returnEnd:!0,contains:[L]}},j,V].concat(re)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(re)}}return lasso_1=e,lasso_1}var latex_1,hasRequiredLatex;function requireLatex(){if(hasRequiredLatex)return latex_1;hasRequiredLatex=1;function e(t){const n=t.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(Et=>Et+"(?![a-zA-Z@:_])")),$=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(Et=>Et+"(?![a-zA-Z:_])").join("|")),k=[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}],L=[{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]/}],j={className:"keyword",begin:/\\/,relevance:0,contains:[{endsParent:!0,begin:n},{endsParent:!0,begin:$},{endsParent:!0,variants:L},{endsParent:!0,relevance:0,variants:k}]},V={className:"params",relevance:0,begin:/#+\d?/},z={variants:L},re={className:"built_in",relevance:0,begin:/[$&^_]/},oe={className:"meta",begin:/% ?!(T[eE]X|tex|BIB|bib)/,end:"$",relevance:10},ue=t.COMMENT("%","$",{relevance:0}),de=[j,V,z,re,oe,ue],_e={begin:/\{/,end:/\}/,relevance:0,contains:["self",...de]},Ne=t.inherit(_e,{relevance:0,endsParent:!0,contains:[_e,...de]}),Ue={begin:/\[/,end:/\]/,endsParent:!0,relevance:0,contains:[_e,...de]},$e={begin:/\s+/,relevance:0},Ve=[Ne],Fe=[Ue],qe=function(Et,ie){return{contains:[$e],starts:{relevance:0,contains:Et,starts:ie}}},er=function(Et,ie){return{begin:"\\\\"+Et+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+Et},relevance:0,contains:[$e],starts:ie}},ir=function(Et,ie){return t.inherit({begin:"\\\\begin(?=[ ]*(\\r?\\n[ ]*)?\\{"+Et+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},qe(Ve,ie))},dr=(Et="string")=>t.END_SAME_AS_BEGIN({className:Et,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),cr=function(Et){return{className:"string",end:"(?=\\\\end\\{"+Et+"\\})"}},nr=(Et="string")=>({relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:Et,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}}),lr=[...["verb","lstinline"].map(Et=>er(Et,{contains:[dr()]})),er("mint",qe(Ve,{contains:[dr()]})),er("mintinline",qe(Ve,{contains:[nr(),dr()]})),er("url",{contains:[nr("link"),nr("link")]}),er("hyperref",{contains:[nr("link")]}),er("href",qe(Fe,{contains:[nr("link")]})),...[].concat(...["","\\*"].map(Et=>[ir("verbatim"+Et,cr("verbatim"+Et)),ir("filecontents"+Et,qe(Ve,cr("filecontents"+Et))),...["","B","L"].map(ie=>ir(ie+"Verbatim"+Et,qe(Fe,cr(ie+"Verbatim"+Et))))])),ir("minted",qe(Fe,qe(Ve,cr("minted"))))];return{name:"LaTeX",aliases:["tex"],contains:[...lr,...de]}}return latex_1=e,latex_1}var ldif_1,hasRequiredLdif;function requireLdif(){if(hasRequiredLdif)return ldif_1;hasRequiredLdif=1;function e(t){return{name:"LDIF",contains:[{className:"attribute",match:"^dn(?=:)",relevance:10},{className:"attribute",match:"^\\w+(?=:)"},{className:"literal",match:"^-"},t.HASH_COMMENT_MODE]}}return ldif_1=e,ldif_1}var leaf_1,hasRequiredLeaf;function requireLeaf(){if(hasRequiredLeaf)return leaf_1;hasRequiredLeaf=1;function e(t){const y=/([A-Za-z_][A-Za-z_0-9]*)?/,$={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:/\+|\-|\*|\/|\%|\=\=|\=|\!|\>|\<|\&\&|\|\|/}]},k={match:[y,/(?=\()/],scope:{1:"keyword"},contains:[$]};return $.contains.unshift(k),{name:"Leaf",contains:[{match:[/#+/,y,/(?=\()/],scope:{1:"punctuation",2:"keyword"},starts:{contains:[{match:/\:/,scope:"punctuation"}]},contains:[$]},{match:[/#+/,y,/:?/],scope:{1:"punctuation",2:"keyword",3:"punctuation"}}]}}return leaf_1=e,leaf_1}var less_1,hasRequiredLess;function requireLess(){if(hasRequiredLess)return less_1;hasRequiredLess=1;const e=re=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:re.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:[re.APOS_STRING_MODE,re.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:re.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_-]*/}}),t=["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"],y=["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"],n=[...t,...y],$=["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(),k=["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(),L=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),j=["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(),V=k.concat(L).sort().reverse();function z(re){const oe=e(re),ue=V,de="and or not only",_e="[\\w-]+",Ne="("+_e+"|@\\{"+_e+"\\})",Ue=[],$e=[],Ve=function(pe){return{className:"string",begin:"~?"+pe+".*?"+pe}},Fe=function(pe,Ce,Ie){return{className:pe,begin:Ce,relevance:Ie}},qe={$pattern:/[a-z-]+/,keyword:de,attribute:$.join(" ")},er={begin:"\\(",end:"\\)",contains:$e,keywords:qe,relevance:0};$e.push(re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,Ve("'"),Ve('"'),oe.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},oe.HEXCOLOR,er,Fe("variable","@@?"+_e,10),Fe("variable","@\\{"+_e+"\\}"),Fe("built_in","~?`[^`]*?`"),{className:"attribute",begin:_e+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},oe.IMPORTANT,{beginKeywords:"and not"},oe.FUNCTION_DISPATCH);const ir=$e.concat({begin:/\{/,end:/\}/,contains:Ue}),dr={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat($e)},cr={begin:Ne+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},oe.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:$e}}]},nr={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:qe,returnEnd:!0,contains:$e,relevance:0}},lr={className:"variable",variants:[{begin:"@"+_e+"\\s*:",relevance:15},{begin:"@"+_e}],starts:{end:"[;}]",returnEnd:!0,contains:ir}},Et={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:Ne,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,dr,Fe("keyword","all\\b"),Fe("variable","@\\{"+_e+"\\}"),{begin:"\\b("+n.join("|")+")\\b",className:"selector-tag"},oe.CSS_NUMBER_MODE,Fe("selector-tag",Ne,0),Fe("selector-id","#"+Ne),Fe("selector-class","\\."+Ne,0),Fe("selector-tag","&",0),oe.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+k.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+L.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:ir},{begin:"!important"},oe.FUNCTION_DISPATCH]},ie={begin:_e+`:(:)?(${ue.join("|")})`,returnBegin:!0,contains:[Et]};return Ue.push(re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,nr,lr,ie,cr,Et,dr,oe.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:Ue}}return less_1=z,less_1}var lisp_1,hasRequiredLisp;function requireLisp(){if(hasRequiredLisp)return lisp_1;hasRequiredLisp=1;function e(t){const y="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",n="\\|[^]*?\\|",$="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",k={className:"literal",begin:"\\b(t{1}|nil)\\b"},L={className:"number",variants:[{begin:$,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)\\("+$+" +"+$,end:"\\)"}]},j=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),V=t.COMMENT(";","$",{relevance:0}),z={begin:"\\*",end:"\\*"},re={className:"symbol",begin:"[:&]"+y},oe={begin:y,relevance:0},ue={begin:n},_e={contains:[L,j,z,re,{begin:"\\(",end:"\\)",contains:["self",k,j,L,oe]},oe],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+n}]},Ne={variants:[{begin:"'"+y},{begin:"#'"+y+"(::"+y+")*"}]},Ue={begin:"\\(\\s*",end:"\\)"},$e={endsWithParent:!0,relevance:0};return Ue.contains=[{className:"name",variants:[{begin:y,relevance:0},{begin:n}]},$e],$e.contains=[_e,Ne,Ue,k,L,j,V,z,re,ue,oe],{name:"Lisp",illegal:/\S/,contains:[L,t.SHEBANG(),k,j,V,_e,Ne,Ue,oe]}}return lisp_1=e,lisp_1}var livecodeserver_1,hasRequiredLivecodeserver;function requireLivecodeserver(){if(hasRequiredLivecodeserver)return livecodeserver_1;hasRequiredLivecodeserver=1;function e(t){const y={className:"variable",variants:[{begin:"\\b([gtps][A-Z]{1}[a-zA-Z0-9]*)(\\[.+\\])?(?:\\s*?)"},{begin:"\\$_[A-Z]+"}],relevance:0},n=[t.C_BLOCK_COMMENT_MODE,t.HASH_COMMENT_MODE,t.COMMENT("--","$"),t.COMMENT("[^:]//","$")],$=t.inherit(t.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z][A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),k=t.inherit(t.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:[y,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[y,k,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE,$]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[k,$],relevance:0},{beginKeywords:"command on",end:"$",contains:[y,k,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE,$]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE,$].concat(n),illegal:";$|^\\[|^=|&|\\{"}}return livecodeserver_1=e,livecodeserver_1}var livescript_1,hasRequiredLivescript;function requireLivescript(){if(hasRequiredLivescript)return livescript_1;hasRequiredLivescript=1;const e=["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"],t=["true","false","null","undefined","NaN","Infinity"],y=["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"],n=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],$=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],k=[].concat($,y,n);function L(j){const V=["npm","print"],z=["yes","no","on","off","it","that","void"],re=["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"],oe={keyword:e.concat(re),literal:t.concat(z),built_in:k.concat(V)},ue="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",de=j.inherit(j.TITLE_MODE,{begin:ue}),_e={className:"subst",begin:/#\{/,end:/\}/,keywords:oe},Ne={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:oe},Ue=[j.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:[j.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[j.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[j.BACKSLASH_ESCAPE,_e,Ne]},{begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE,_e,Ne]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[_e,j.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\.|[^\\\n])*?\/[gim]*(?=\W)/}]},{begin:"@"+ue},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];_e.contains=Ue;const $e={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:oe,contains:["self"].concat(Ue)}]},Ve={begin:"(#=>|=>|\\|>>|-?->|!->)"},Fe={variants:[{match:[/class\s+/,ue,/\s+extends\s+/,ue]},{match:[/class\s+/,ue]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:oe};return{name:"LiveScript",aliases:["ls"],keywords:oe,illegal:/\/\*/,contains:Ue.concat([j.COMMENT("\\/\\*","\\*\\/"),j.HASH_COMMENT_MODE,Ve,{className:"function",contains:[de,$e],returnBegin:!0,variants:[{begin:"("+ue+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B->\\*?",end:"->\\*?"},{begin:"("+ue+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\)\\s*)?\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+ue+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},Fe,{begin:ue+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return livescript_1=L,livescript_1}var llvm_1,hasRequiredLlvm;function requireLlvm(){if(hasRequiredLlvm)return llvm_1;hasRequiredLlvm=1;function e(t){const y=t.regex,n=/([-a-zA-Z$._][\w$.-]*)/,$={className:"type",begin:/\bi\d+(?=\s|\b)/},k={className:"operator",relevance:0,begin:/=/},L={className:"punctuation",relevance:0,begin:/,/},j={className:"number",variants:[{begin:/[su]?0[xX][KMLHR]?[a-fA-F0-9]+/},{begin:/[-+]?\d+(?:[.]\d+)?(?:[eE][-+]?\d+(?:[.]\d+)?)?/}],relevance:0},V={className:"symbol",variants:[{begin:/^\s*[a-z]+:/}],relevance:0},z={className:"variable",variants:[{begin:y.concat(/%/,n)},{begin:/%\d+/},{begin:/#\d+/}]},re={className:"title",variants:[{begin:y.concat(/@/,n)},{begin:/@\d+/},{begin:y.concat(/!/,n)},{begin:y.concat(/!\d+/,n)},{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:[$,t.COMMENT(/;\s*$/,null,{relevance:0}),t.COMMENT(/;/,/$/),{className:"string",begin:/"/,end:/"/,contains:[{className:"char.escape",match:/\\\d\d/}]},re,L,k,z,V,j]}}return llvm_1=e,llvm_1}var lsl_1,hasRequiredLsl;function requireLsl(){if(hasRequiredLsl)return lsl_1;hasRequiredLsl=1;function e(t){const n={className:"string",begin:'"',end:'"',contains:[{className:"subst",begin:/\\[tn"\\]/}]},$={className:"number",relevance:0,begin:t.C_NUMBER_RE},k={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"}]},L={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:[n,{className:"comment",variants:[t.COMMENT("//","$"),t.COMMENT("/\\*","\\*/")],relevance:0},$,{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"}]},L,k,{className:"type",begin:"\\b(integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}return lsl_1=e,lsl_1}var lua_1,hasRequiredLua;function requireLua(){if(hasRequiredLua)return lua_1;hasRequiredLua=1;function e(t){const y="\\[=*\\[",n="\\]=*\\]",$={begin:y,end:n,contains:["self"]},k=[t.COMMENT("--(?!"+y+")","$"),t.COMMENT("--"+y,n,{contains:[$],relevance:10})];return{name:"Lua",keywords:{$pattern:t.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:k.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[t.inherit(t.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:k}].concat(k)},t.C_NUMBER_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:y,end:n,contains:[$],relevance:5}])}}return lua_1=e,lua_1}var makefile_1,hasRequiredMakefile;function requireMakefile(){if(hasRequiredMakefile)return makefile_1;hasRequiredMakefile=1;function e(t){const y={className:"variable",variants:[{begin:"\\$\\("+t.UNDERSCORE_IDENT_RE+"\\)",contains:[t.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},n={className:"string",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,y]},$={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:[y]},k={begin:"^"+t.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},L={className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{$pattern:/[\.\w]+/,keyword:".PHONY"}},j={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[y]};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:[t.HASH_COMMENT_MODE,y,n,$,k,L,j]}}return makefile_1=e,makefile_1}var mathematica_1,hasRequiredMathematica;function requireMathematica(){if(hasRequiredMathematica)return mathematica_1;hasRequiredMathematica=1;const e=["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 t(y){const n=y.regex,$=/([2-9]|[1-2]\d|[3][0-5])\^\^/,k=/(\w*\.\w+|\w+\.\w*|\w+)/,L=/(\d*\.\d+|\d+\.\d*|\d+)/,j=n.either(n.concat($,k),L),V=/``[+-]?(\d*\.\d+|\d+\.\d*|\d+)/,z=/`([+-]?(\d*\.\d+|\d+\.\d*|\d+))?/,re=n.either(V,z),oe=/\*\^[+-]?\d+/,de={className:"number",relevance:0,begin:n.concat(j,n.optional(re),n.optional(oe))},_e=/[a-zA-Z$][a-zA-Z0-9$]*/,Ne=new Set(e),Ue={variants:[{className:"builtin-symbol",begin:_e,"on:begin":(dr,cr)=>{Ne.has(dr[0])||cr.ignoreMatch()}},{className:"symbol",relevance:0,begin:_e}]},$e={className:"named-character",begin:/\\\[[$a-zA-Z][$a-zA-Z0-9]+\]/},Ve={className:"operator",relevance:0,begin:/[+\-*/,;.:@~=><&|_`'^?!%]+/},Fe={className:"pattern",relevance:0,begin:/([a-zA-Z$][a-zA-Z0-9$]*)?_+([a-zA-Z$][a-zA-Z0-9$]*)?/},qe={className:"slot",relevance:0,begin:/#[a-zA-Z$][a-zA-Z0-9$]*|#+[0-9]?/},er={className:"brace",relevance:0,begin:/[[\](){}]/},ir={className:"message-name",relevance:0,begin:n.concat("::",_e)};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:[y.COMMENT(/\(\*/,/\*\)/,{contains:["self"]}),Fe,qe,ir,Ue,$e,y.QUOTE_STRING_MODE,de,Ve,er]}}return mathematica_1=t,mathematica_1}var matlab_1,hasRequiredMatlab;function requireMatlab(){if(hasRequiredMatlab)return matlab_1;hasRequiredMatlab=1;function e(t){const y="('|\\.')+",n={relevance:0,contains:[{begin:y}]};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:[t.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{className:"built_in",begin:/true|false/,relevance:0,starts:n},{begin:"[a-zA-Z][a-zA-Z_0-9]*"+y,relevance:0},{className:"number",begin:t.C_NUMBER_RE,relevance:0,starts:n},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{begin:/\]|\}|\)/,relevance:0,starts:n},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}],starts:n},t.COMMENT("^\\s*%\\{\\s*$","^\\s*%\\}\\s*$"),t.COMMENT("%","$")]}}return matlab_1=e,matlab_1}var maxima_1,hasRequiredMaxima;function requireMaxima(){if(hasRequiredMaxima)return maxima_1;hasRequiredMaxima=1;function e(t){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"]},t.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=e,maxima_1}var mel_1,hasRequiredMel;function requireMel(){if(hasRequiredMel)return mel_1;hasRequiredMel=1;function e(t){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:[t.C_NUMBER_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE]},{begin:/[$%@](\^\w\b|#\w+|[^\s\w{]|\{\w+\}|\w+)/},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]}}return mel_1=e,mel_1}var mercury_1,hasRequiredMercury;function requireMercury(){if(hasRequiredMercury)return mercury_1;hasRequiredMercury=1;function e(t){const y={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"},n=t.COMMENT("%","$"),$={className:"number",begin:"0'.\\|0[box][0-9a-fA-F]*"},k=t.inherit(t.APOS_STRING_MODE,{relevance:0}),L=t.inherit(t.QUOTE_STRING_MODE,{relevance:0}),j={className:"subst",begin:"\\\\[abfnrtv]\\|\\\\x[0-9a-fA-F]*\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]",relevance:0};return L.contains=L.contains.slice(),L.contains.push(j),{name:"Mercury",aliases:["m","moo"],keywords:y,contains:[{className:"built_in",variants:[{begin:"<=>"},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},{className:"built_in",variants:[{begin:":-\\|-->"},{begin:"=",relevance:0}]},n,t.C_BLOCK_COMMENT_MODE,$,t.NUMBER_MODE,k,L,{begin:/:-/},{begin:/\.$/}]}}return mercury_1=e,mercury_1}var mipsasm_1,hasRequiredMipsasm;function requireMipsasm(){if(hasRequiredMipsasm)return mipsasm_1;hasRequiredMipsasm=1;function e(t){return{name:"MIPS Assembly",case_insensitive:!0,aliases:["mips"],keywords:{$pattern:"\\.?"+t.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"},t.COMMENT("[;#](?!\\s*$)","$"),t.C_BLOCK_COMMENT_MODE,t.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=e,mipsasm_1}var mizar_1,hasRequiredMizar;function requireMizar(){if(hasRequiredMizar)return mizar_1;hasRequiredMizar=1;function e(t){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:[t.COMMENT("::","$")]}}return mizar_1=e,mizar_1}var perl_1,hasRequiredPerl;function requirePerl(){if(hasRequiredPerl)return perl_1;hasRequiredPerl=1;function e(t){const y=t.regex,n=["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"],$=/[dualxmsipngr]{0,12}/,k={$pattern:/[\w.]+/,keyword:n.join(" ")},L={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:k},j={begin:/->\{/,end:/\}/},V={scope:"attr",match:/\s+:\s*\w+(\s*\(.*?\))?/},z={scope:"variable",variants:[{begin:/\$\d/},{begin:y.concat(/[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@](?!")[^\s\w{=]|\$=/,relevance:0}],contains:[V]},re={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},oe=[t.BACKSLASH_ESCAPE,L,z],ue=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],de=(Ue,$e,Ve="\\1")=>{const Fe=Ve==="\\1"?Ve:y.concat(Ve,$e);return y.concat(y.concat("(?:",Ue,")"),$e,/(?:\\.|[^\\\/])*?/,Fe,/(?:\\.|[^\\\/])*?/,Ve,$)},_e=(Ue,$e,Ve)=>y.concat(y.concat("(?:",Ue,")"),$e,/(?:\\.|[^\\\/])*?/,Ve,$),Ne=[z,t.HASH_COMMENT_MODE,t.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),j,{className:"string",contains:oe,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:[t.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},re,{begin:"(\\/\\/|"+t.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[t.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:de("s|tr|y",y.either(...ue,{capture:!0}))},{begin:de("s|tr|y","\\(","\\)")},{begin:de("s|tr|y","\\[","\\]")},{begin:de("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:_e("(?:m|qr)?",/\//,/\//)},{begin:_e("m|qr",y.either(...ue,{capture:!0}),/\1/)},{begin:_e("m|qr",/\(/,/\)/)},{begin:_e("m|qr",/\[/,/\]/)},{begin:_e("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub method",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[t.TITLE_MODE,V]},{className:"class",beginKeywords:"class",end:"[;{]",excludeEnd:!0,relevance:5,contains:[t.TITLE_MODE,V,re]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return L.contains=Ne,j.contains=Ne,{name:"Perl",aliases:["pl","pm"],keywords:k,contains:Ne}}return perl_1=e,perl_1}var mojolicious_1,hasRequiredMojolicious;function requireMojolicious(){if(hasRequiredMojolicious)return mojolicious_1;hasRequiredMojolicious=1;function e(t){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=e,mojolicious_1}var monkey_1,hasRequiredMonkey;function requireMonkey(){if(hasRequiredMonkey)return monkey_1;hasRequiredMonkey=1;function e(t){const y={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},t.NUMBER_MODE]},n={variants:[{match:[/(function|method)/,/\s+/,t.UNDERSCORE_IDENT_RE]}],scope:{1:"keyword",3:"title.function"}},$={variants:[{match:[/(class|interface|extends|implements)/,/\s+/,t.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:[t.COMMENT("#rem","#end"),t.COMMENT("'","$",{relevance:0}),n,$,{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:[t.UNDERSCORE_TITLE_MODE]},t.QUOTE_STRING_MODE,y]}}return monkey_1=e,monkey_1}var moonscript_1,hasRequiredMoonscript;function requireMoonscript(){if(hasRequiredMoonscript)return moonscript_1;hasRequiredMoonscript=1;function e(t){const y={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"},n="[A-Za-z$_][0-9A-Za-z$_]*",$={className:"subst",begin:/#\{/,end:/\}/,keywords:y},k=[t.inherit(t.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[t.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,$]}]},{className:"built_in",begin:"@__"+t.IDENT_RE},{begin:"@"+t.IDENT_RE},{begin:t.IDENT_RE+"\\\\"+t.IDENT_RE}];$.contains=k;const L=t.inherit(t.TITLE_MODE,{begin:n}),j="(\\(.*\\)\\s*)?\\B[-=]>",V={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:y,contains:["self"].concat(k)}]};return{name:"MoonScript",aliases:["moon"],keywords:y,illegal:/\/\*/,contains:k.concat([t.COMMENT("--","$"),{className:"function",begin:"^\\s*"+n+"\\s*=\\s*"+j,end:"[-=]>",returnBegin:!0,contains:[L,V]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:j,end:"[-=]>",returnBegin:!0,contains:[V]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[L]},L]},{className:"name",begin:n+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return moonscript_1=e,moonscript_1}var n1ql_1,hasRequiredN1ql;function requireN1ql(){if(hasRequiredN1ql)return n1ql_1;hasRequiredN1ql=1;function e(t){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:[t.BACKSLASH_ESCAPE]},{className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE]},{className:"symbol",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE]},t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE]},t.C_BLOCK_COMMENT_MODE]}}return n1ql_1=e,n1ql_1}var nestedtext_1,hasRequiredNestedtext;function requireNestedtext(){if(hasRequiredNestedtext)return nestedtext_1;hasRequiredNestedtext=1;function e(t){const y={match:[/^\s*(?=\S)/,/[^:]+/,/:\s*/,/$/],className:{2:"attribute",3:"punctuation"}},n={match:[/^\s*(?=\S)/,/[^:]*[^: ]/,/[ ]*:/,/[ ]/,/.*$/],className:{2:"attribute",3:"punctuation",5:"string"}},$={match:[/^\s*/,/>/,/[ ]/,/.*$/],className:{2:"punctuation",4:"string"}},k={variants:[{match:[/^\s*/,/-/,/[ ]/,/.*$/]},{match:[/^\s*/,/-$/]}],className:{2:"bullet",4:"string"}};return{name:"Nested Text",aliases:["nt"],contains:[t.inherit(t.HASH_COMMENT_MODE,{begin:/^\s*(?=#)/,excludeBegin:!0}),k,$,y,n]}}return nestedtext_1=e,nestedtext_1}var nginx_1,hasRequiredNginx;function requireNginx(){if(hasRequiredNginx)return nginx_1;hasRequiredNginx=1;function e(t){const y=t.regex,n={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{\w+\}/},{begin:y.concat(/[$@]/,t.UNDERSCORE_IDENT_RE)}]},k={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:[t.HASH_COMMENT_MODE,{className:"string",contains:[t.BACKSLASH_ESCAPE,n],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[n]},{className:"regexp",contains:[t.BACKSLASH_ESCAPE,n],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},n]};return{name:"Nginx config",aliases:["nginxconf"],contains:[t.HASH_COMMENT_MODE,{beginKeywords:"upstream location",end:/;|\{/,contains:k.contains,keywords:{section:"upstream location"}},{className:"section",begin:y.concat(t.UNDERSCORE_IDENT_RE+y.lookahead(/\s+\{/)),relevance:0},{begin:y.lookahead(t.UNDERSCORE_IDENT_RE+"\\s"),end:";|\\{",contains:[{className:"attribute",begin:t.UNDERSCORE_IDENT_RE,starts:k}],relevance:0}],illegal:"[^\\s\\}\\{]"}}return nginx_1=e,nginx_1}var nim_1,hasRequiredNim;function requireNim(){if(hasRequiredNim)return nim_1;hasRequiredNim=1;function e(t){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:/"""/},t.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))?/}]},t.HASH_COMMENT_MODE]}}return nim_1=e,nim_1}var nix_1,hasRequiredNix;function requireNix(){if(hasRequiredNix)return nix_1;hasRequiredNix=1;function e(t){const y={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"]},n={className:"subst",begin:/\$\{/,end:/\}/,keywords:y},$={className:"char.escape",begin:/''\$/},k={begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/,relevance:.2}]},L={className:"string",contains:[$,n],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},j=[t.NUMBER_MODE,t.HASH_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,L,k];return n.contains=j,{name:"Nix",aliases:["nixos"],keywords:y,contains:j}}return nix_1=e,nix_1}var nodeRepl_1,hasRequiredNodeRepl;function requireNodeRepl(){if(hasRequiredNodeRepl)return nodeRepl_1;hasRequiredNodeRepl=1;function e(t){return{name:"Node REPL",contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"javascript"}},variants:[{begin:/^>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return nodeRepl_1=e,nodeRepl_1}var nsis_1,hasRequiredNsis;function requireNsis(){if(hasRequiredNsis)return nsis_1;hasRequiredNsis=1;function e(t){const y=t.regex,n=["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"],$=["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"],k=["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"],L={className:"variable.constant",begin:y.concat(/\$/,y.either(...n))},j={className:"variable",begin:/\$+\{[\!\w.:-]+\}/},V={className:"variable",begin:/\$+\w[\w\.]*/,illegal:/\(\)\{\}/},z={className:"variable",begin:/\$+\([\w^.:!-]+\)/},re={className:"params",begin:y.either(...$)},oe={className:"keyword",begin:y.concat(/!/,y.either(...k))},ue={className:"char.escape",begin:/\$(\\[nrt]|\$)/},de={className:"title.function",begin:/\w+::\w+/},_e={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[ue,L,j,V,z]},Ne=["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"],Ue=["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"],$e={match:[/Function/,/\s+/,y.concat(/(\.)?/,t.IDENT_RE)],scope:{1:"keyword",3:"title.function"}},Fe={match:[/Var/,/\s+/,/(?:\/GLOBAL\s+)?/,/[A-Za-z][\w.]*/],scope:{1:"keyword",3:"params",4:"variable"}};return{name:"NSIS",case_insensitive:!0,keywords:{keyword:Ne,literal:Ue},contains:[t.HASH_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.COMMENT(";","$",{relevance:0}),Fe,$e,{beginKeywords:"Function PageEx Section SectionGroup FunctionEnd SectionEnd"},_e,oe,j,V,z,re,de,t.NUMBER_MODE]}}return nsis_1=e,nsis_1}var objectivec_1,hasRequiredObjectivec;function requireObjectivec(){if(hasRequiredObjectivec)return objectivec_1;hasRequiredObjectivec=1;function e(t){const y={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+"},n=/[a-zA-Z@][a-zA-Z0-9_]*/,V={"variable.language":["this","super"],$pattern:n,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"]},z={$pattern:n,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:V,illegal:"</",contains:[y,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.C_NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[t.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},t.inherit(t.QUOTE_STRING_MODE,{className:"string"}),{className:"string",begin:/<.*?>/,end:/$/,illegal:"\\n"},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+z.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:z,contains:[t.UNDERSCORE_TITLE_MODE]},{begin:"\\."+t.UNDERSCORE_IDENT_RE,relevance:0}]}}return objectivec_1=e,objectivec_1}var ocaml_1,hasRequiredOcaml;function requireOcaml(){if(hasRequiredOcaml)return ocaml_1;hasRequiredOcaml=1;function e(t){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},t.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},t.inherit(t.APOS_STRING_MODE,{className:"string",relevance:0}),t.inherit(t.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=e,ocaml_1}var openscad_1,hasRequiredOpenscad;function requireOpenscad(){if(hasRequiredOpenscad)return openscad_1;hasRequiredOpenscad=1;function e(t){const y={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},n={className:"literal",begin:"false|true|PI|undef"},$={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},k=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),L={className:"meta",keywords:{keyword:"include use"},begin:"include|use <",end:">"},j={className:"params",begin:"\\(",end:"\\)",contains:["self",$,k,y,n]},V={begin:"[*!#%]",relevance:0},z={className:"function",beginKeywords:"module function",end:/=|\{/,contains:[j,t.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:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,$,L,k,y,V,z]}}return openscad_1=e,openscad_1}var oxygene_1,hasRequiredOxygene;function requireOxygene(){if(hasRequiredOxygene)return oxygene_1;hasRequiredOxygene=1;function e(t){const y={$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"},n=t.COMMENT(/\{/,/\}/,{relevance:0}),$=t.COMMENT("\\(\\*","\\*\\)",{relevance:10}),k={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},L={className:"string",begin:"(#\\d+)+"},j={beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[t.inherit(t.TITLE_MODE,{scope:"title.function"}),{className:"params",begin:"\\(",end:"\\)",keywords:y,contains:[k,L]},n,$]},V={scope:"punctuation",match:/;/,relevance:0};return{name:"Oxygene",case_insensitive:!0,keywords:y,illegal:'("|\\$[G-Zg-z]|\\/\\*|</|=>|->)',contains:[n,$,t.C_LINE_COMMENT_MODE,k,L,t.NUMBER_MODE,j,V]}}return oxygene_1=e,oxygene_1}var parser3_1,hasRequiredParser3;function requireParser3(){if(hasRequiredParser3)return parser3_1;hasRequiredParser3=1;function e(t){const y=t.COMMENT(/\{/,/\}/,{contains:["self"]});return{name:"Parser3",subLanguage:"xml",relevance:0,contains:[t.COMMENT("^#","$"),t.COMMENT(/\^rem\{/,/\}/,{relevance:10,contains:[y]}),{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]+"},t.C_NUMBER_MODE]}}return parser3_1=e,parser3_1}var pf_1,hasRequiredPf;function requirePf(){if(hasRequiredPf)return pf_1;hasRequiredPf=1;function e(t){const y={className:"variable",begin:/\$[\w\d#@][\w\d_]*/,relevance:0},n={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:[t.HASH_COMMENT_MODE,t.NUMBER_MODE,t.QUOTE_STRING_MODE,y,n]}}return pf_1=e,pf_1}var pgsql_1,hasRequiredPgsql;function requirePgsql(){if(hasRequiredPgsql)return pgsql_1;hasRequiredPgsql=1;function e(t){const y=t.COMMENT("--","$"),n="[a-zA-Z_][a-zA-Z_0-9$]*",$="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",k="<<\\s*"+n+"\\s*>>",L="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 ",j="SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",V="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 ",z="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 ",re=z.trim().split(" ").map(function(Ue){return Ue.split("|")[0]}).join("|"),oe="CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC ",ue="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 ",de="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 ",Ne="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(Ue){return Ue.split("|")[0]}).join("|");return{name:"PostgreSQL",aliases:["postgres","postgresql"],supersetOf:"sql",case_insensitive:!0,keywords:{keyword:L+V+j,built_in:oe+ue+de},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:t.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("+Ne+")\\s*\\("},{begin:"\\.("+re+")\\b"},{begin:"\\b("+re+")\\s+PATH\\b",keywords:{keyword:"PATH",type:z.replace("PATH ","")}},{className:"type",begin:"\\b("+re+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},t.END_SAME_AS_BEGIN({begin:$,end:$,contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]}),{begin:'"',end:'"',contains:[{begin:'""'}]},t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,y,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:k,relevance:10}]}}return pgsql_1=e,pgsql_1}var php_1,hasRequiredPhp;function requirePhp(){if(hasRequiredPhp)return php_1;hasRequiredPhp=1;function e(t){const y=t.regex,n=/(?![A-Za-z0-9])(?![$])/,$=y.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,n),k=y.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,n),L={scope:"variable",match:"\\$+"+$},j={scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},V={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},z=t.inherit(t.APOS_STRING_MODE,{illegal:null}),re=t.inherit(t.QUOTE_STRING_MODE,{illegal:null,contains:t.QUOTE_STRING_MODE.contains.concat(V)}),oe={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:t.QUOTE_STRING_MODE.contains.concat(V),"on:begin":(Ce,Ie)=>{Ie.data._beginMatch=Ce[1]||Ce[2]},"on:end":(Ce,Ie)=>{Ie.data._beginMatch!==Ce[1]&&Ie.ignoreMatch()}},ue=t.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),de=`[
]`,_e={scope:"string",variants:[re,z,oe,ue]},Ne={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},Ue=["false","null","true"],$e=["__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"],Ve=["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"],qe={keyword:$e,literal:(Ce=>{const Ie=[];return Ce.forEach(jt=>{Ie.push(jt),jt.toLowerCase()===jt?Ie.push(jt.toUpperCase()):Ie.push(jt.toLowerCase())}),Ie})(Ue),built_in:Ve},er=Ce=>Ce.map(Ie=>Ie.replace(/\|\d+$/,"")),ir={variants:[{match:[/new/,y.concat(de,"+"),y.concat("(?!",er(Ve).join("\\b|"),"\\b)"),k],scope:{1:"keyword",4:"title.class"}}]},dr=y.concat($,"\\b(?!\\()"),cr={variants:[{match:[y.concat(/::/,y.lookahead(/(?!class\b)/)),dr],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[k,y.concat(/::/,y.lookahead(/(?!class\b)/)),dr],scope:{1:"title.class",3:"variable.constant"}},{match:[k,y.concat("::",y.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[k,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},nr={scope:"attr",match:y.concat($,y.lookahead(":"),y.lookahead(/(?!::)/))},lr={relevance:0,begin:/\(/,end:/\)/,keywords:qe,contains:[nr,L,cr,t.C_BLOCK_COMMENT_MODE,_e,Ne,ir]},Et={relevance:0,match:[/\b/,y.concat("(?!fn\\b|function\\b|",er($e).join("\\b|"),"|",er(Ve).join("\\b|"),"\\b)"),$,y.concat(de,"*"),y.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[lr]};lr.contains.push(Et);const ie=[nr,cr,t.C_BLOCK_COMMENT_MODE,_e,Ne,ir],pe={begin:y.concat(/#\[\s*/,k),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:Ue,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:Ue,keyword:["new","array"]},contains:["self",...ie]},...ie,{scope:"meta",match:k}]};return{case_insensitive:!1,keywords:qe,contains:[pe,t.HASH_COMMENT_MODE,t.COMMENT("//","$"),t.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:t.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},j,{scope:"variable.language",match:/\$this\b/},L,Et,cr,{match:[/const/,/\s/,$],scope:{1:"keyword",3:"variable.constant"}},ir,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},t.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:qe,contains:["self",L,cr,t.C_BLOCK_COMMENT_MODE,_e,Ne]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[t.inherit(t.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},t.UNDERSCORE_TITLE_MODE]},_e,Ne]}}return php_1=e,php_1}var phpTemplate_1,hasRequiredPhpTemplate;function requirePhpTemplate(){if(hasRequiredPhpTemplate)return phpTemplate_1;hasRequiredPhpTemplate=1;function e(t){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},t.inherit(t.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}return phpTemplate_1=e,phpTemplate_1}var plaintext_1,hasRequiredPlaintext;function requirePlaintext(){if(hasRequiredPlaintext)return plaintext_1;hasRequiredPlaintext=1;function e(t){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}return plaintext_1=e,plaintext_1}var pony_1,hasRequiredPony;function requirePony(){if(hasRequiredPony)return pony_1;hasRequiredPony=1;function e(t){const y={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"},n={className:"string",begin:'"""',end:'"""',relevance:10},$={className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE]},k={className:"string",begin:"'",end:"'",contains:[t.BACKSLASH_ESCAPE],relevance:0},L={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},j={begin:t.IDENT_RE+"'",relevance:0};return{name:"Pony",keywords:y,contains:[L,n,$,k,j,{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|\\b0[bB][01]+|(\\b\\d+(_\\d+)?(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",relevance:0},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]}}return pony_1=e,pony_1}var powershell_1,hasRequiredPowershell;function requirePowershell(){if(hasRequiredPowershell)return powershell_1;hasRequiredPowershell=1;function e(t){const y=["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"],n="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",$="-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",k={$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"},L=/\w[\w\d]*((-)[\w\d]+)*/,j={begin:"`[\\s\\S]",relevance:0},V={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},z={className:"literal",begin:/\$(null|true|false)\b/},re={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[j,V,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},oe={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},ue={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},de=t.inherit(t.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[ue]}),_e={className:"built_in",variants:[{begin:"(".concat(n,")+(-)[\\w\\d]+")}]},Ne={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[t.TITLE_MODE]},Ue={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:L,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[V]}]},$e={begin:/using\s/,end:/$/,returnBegin:!0,contains:[re,oe,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},Ve={variants:[{className:"operator",begin:"(".concat($,")\\b")},{className:"literal",begin:/(-){1,2}[\w\d-]+/,relevance:0}]},Fe={className:"selector-tag",begin:/@\B/,relevance:0},qe={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(k.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},t.inherit(t.TITLE_MODE,{endsParent:!0})]},er=[qe,de,j,t.NUMBER_MODE,re,oe,_e,V,z,Fe],ir={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",er,{begin:"("+y.join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return qe.contains.unshift(ir),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:k,contains:er.concat(Ne,Ue,$e,Ve,ir)}}return powershell_1=e,powershell_1}var processing_1,hasRequiredProcessing;function requireProcessing(){if(hasRequiredProcessing)return processing_1;hasRequiredProcessing=1;function e(t){const y=t.regex,n=["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"],$=t.IDENT_RE,k={variants:[{match:y.concat(y.either(...n),y.lookahead(/\s*\(/)),className:"built_in"},{relevance:0,match:y.concat(/\b(?!for|if|while)/,$,y.lookahead(/\s*\(/)),className:"title.function"}]},L={match:[/new\s+/,$],className:{1:"keyword",2:"class.title"}},j={relevance:0,match:[/\./,$],className:{2:"property"}},V={variants:[{match:[/class/,/\s+/,$,/\s+/,/extends/,/\s+/,$]},{match:[/class/,/\s+/,$]}],className:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},z=["boolean","byte","char","color","double","float","int","long","short"],re=["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:[...n,...re],type:z},contains:[V,L,k,j,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE]}}return processing_1=e,processing_1}var profile_1,hasRequiredProfile;function requireProfile(){if(hasRequiredProfile)return profile_1;hasRequiredProfile=1;function e(t){return{name:"Python profiler",contains:[t.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:[t.C_NUMBER_MODE],relevance:10},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}return profile_1=e,profile_1}var prolog_1,hasRequiredProlog;function requireProlog(){if(hasRequiredProlog)return prolog_1;hasRequiredProlog=1;function e(t){const y={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},n={className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},$={begin:/\(/,end:/\)/,relevance:0},k={begin:/\[/,end:/\]/},L={className:"comment",begin:/%/,end:/$/,contains:[t.PHRASAL_WORDS_MODE]},j={className:"string",begin:/`/,end:/`/,contains:[t.BACKSLASH_ESCAPE]},V={className:"string",begin:/0'(\\'|.)/},z={className:"string",begin:/0'\\s/},oe=[y,n,$,{begin:/:-/},k,L,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,j,V,z,t.C_NUMBER_MODE];return $.contains=oe,k.contains=oe,{name:"Prolog",contains:oe.concat([{begin:/\.$/}])}}return prolog_1=e,prolog_1}var properties_1,hasRequiredProperties;function requireProperties(){if(hasRequiredProperties)return properties_1;hasRequiredProperties=1;function e(t){const y="[ \\t\\f]*",n="[ \\t\\f]+",$=y+"[:=]"+y,k=n,L="("+$+"|"+k+")",j="([^\\\\:= \\t\\f\\n]|\\\\.)+",V={end:L,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties",disableAutodetect:!0,case_insensitive:!0,illegal:/\S/,contains:[t.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:j+$},{begin:j+k}],contains:[{className:"attr",begin:j,endsParent:!0}],starts:V},{className:"attr",begin:j+y+"$"}]}}return properties_1=e,properties_1}var protobuf_1,hasRequiredProtobuf;function requireProtobuf(){if(hasRequiredProtobuf)return protobuf_1;hasRequiredProtobuf=1;function e(t){const y=["package","import","option","optional","required","repeated","group","oneof"],n=["double","float","int32","int64","uint32","uint64","sint32","sint64","fixed32","fixed64","sfixed32","sfixed64","bool","string","bytes"],$={match:[/(message|enum|service)\s+/,t.IDENT_RE],scope:{1:"keyword",2:"title.class"}};return{name:"Protocol Buffers",aliases:["proto"],keywords:{keyword:y,type:n,literal:["true","false"]},contains:[t.QUOTE_STRING_MODE,t.NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,$,{className:"function",beginKeywords:"rpc",end:/[{;]/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+(?=\s*=[^\n]+;$)/}]}}return protobuf_1=e,protobuf_1}var puppet_1,hasRequiredPuppet;function requirePuppet(){if(hasRequiredPuppet)return puppet_1;hasRequiredPuppet=1;function e(t){const y={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"},n=t.COMMENT("#","$"),$="([A-Za-z_]|::)(\\w|::)*",k=t.inherit(t.TITLE_MODE,{begin:$}),L={className:"variable",begin:"\\$"+$},j={className:"string",contains:[t.BACKSLASH_ESCAPE,L],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{name:"Puppet",aliases:["pp"],contains:[n,L,j,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[k,n]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:t.IDENT_RE,endsParent:!0}]},{begin:t.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:t.IDENT_RE,relevance:.2},{begin:/\{/,end:/\}/,keywords:y,relevance:0,contains:[j,n,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:t.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},L]}],relevance:0}]}}return puppet_1=e,puppet_1}var purebasic_1,hasRequiredPurebasic;function requirePurebasic(){if(hasRequiredPurebasic)return purebasic_1;hasRequiredPurebasic=1;function e(t){const y={className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},n={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:[t.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*"},t.UNDERSCORE_TITLE_MODE]},y,n]}}return purebasic_1=e,purebasic_1}var python_1,hasRequiredPython;function requirePython(){if(hasRequiredPython)return python_1;hasRequiredPython=1;function e(t){const y=t.regex,n=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),$=["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"],V={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:$,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"]},z={className:"meta",begin:/^(>>>|\.\.\.) /},re={className:"subst",begin:/\{/,end:/\}/,keywords:V,illegal:/#/},oe={begin:/\{\{/,relevance:0},ue={className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[t.BACKSLASH_ESCAPE,z],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[t.BACKSLASH_ESCAPE,z],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[t.BACKSLASH_ESCAPE,z,oe,re]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[t.BACKSLASH_ESCAPE,z,oe,re]},{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:[t.BACKSLASH_ESCAPE,oe,re]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,oe,re]},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},de="[0-9](_?[0-9])*",_e=`(\\b(${de}))?\\.(${de})|\\b(${de})\\.`,Ne=`\\b|${$.join("|")}`,Ue={className:"number",relevance:0,variants:[{begin:`(\\b(${de})|(${_e}))[eE][+-]?(${de})[jJ]?(?=${Ne})`},{begin:`(${_e})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${Ne})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${Ne})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${Ne})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${Ne})`},{begin:`\\b(${de})[jJ](?=${Ne})`}]},$e={className:"comment",begin:y.lookahead(/# type:/),end:/$/,keywords:V,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},Ve={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:V,contains:["self",z,Ue,ue,t.HASH_COMMENT_MODE]}]};return re.contains=[ue,Ue,z],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:V,illegal:/(<\/|\?)|=>/,contains:[z,Ue,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},ue,$e,t.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[Ve]},{variants:[{match:[/\bclass/,/\s+/,n,/\s*/,/\(\s*/,n,/\s*\)/]},{match:[/\bclass/,/\s+/,n]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[Ue,Ve,ue]}]}}return python_1=e,python_1}var pythonRepl_1,hasRequiredPythonRepl;function requirePythonRepl(){if(hasRequiredPythonRepl)return pythonRepl_1;hasRequiredPythonRepl=1;function e(t){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return pythonRepl_1=e,pythonRepl_1}var q_1,hasRequiredQ;function requireQ(){if(hasRequiredQ)return q_1;hasRequiredQ=1;function e(t){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:[t.C_LINE_COMMENT_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE]}}return q_1=e,q_1}var qml_1,hasRequiredQml;function requireQml(){if(hasRequiredQml)return qml_1;hasRequiredQml=1;function e(t){const y=t.regex,n={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"},$="[a-zA-Z_][a-zA-Z0-9\\._]*",k={className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},L={className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},j={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:$,returnEnd:!1}},V={begin:$+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:$,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},z={begin:y.concat($,/\s*\{/),end:/\{/,returnBegin:!0,relevance:0,contains:[t.inherit(t.TITLE_MODE,{begin:$})]};return{name:"QML",aliases:["qt"],case_insensitive:!1,keywords:n,contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:t.C_NUMBER_RE}],relevance:0},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{begin:/</,end:/>\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},L,k,{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+t.IDENT_RE,relevance:0},j,V,z],illegal:/#/}}return qml_1=e,qml_1}var r_1,hasRequiredR;function requireR(){if(hasRequiredR)return r_1;hasRequiredR=1;function e(t){const y=t.regex,n=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,$=y.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]?/),k=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,L=y.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:n,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:[t.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:y.lookahead(y.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:n},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),t.HASH_COMMENT_MODE,{scope:"string",contains:[t.BACKSLASH_ESCAPE],variants:[t.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),t.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),t.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),t.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),t.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),t.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[k,$]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,$]},{scope:{1:"punctuation",2:"number"},match:[L,$]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,$]}]},{scope:{3:"operator"},match:[n,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:k},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:L},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}return r_1=e,r_1}var reasonml_1,hasRequiredReasonml;function requireReasonml(){if(hasRequiredReasonml)return reasonml_1;hasRequiredReasonml=1;function e(t){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},t.C_LINE_COMMENT_MODE,t.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},t.inherit(t.APOS_STRING_MODE,{scope:"string",relevance:0}),t.inherit(t.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=e,reasonml_1}var rib_1,hasRequiredRib;function requireRib(){if(hasRequiredRib)return rib_1;hasRequiredRib=1;function e(t){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:[t.HASH_COMMENT_MODE,t.C_NUMBER_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]}}return rib_1=e,rib_1}var roboconf_1,hasRequiredRoboconf;function requireRoboconf(){if(hasRequiredRoboconf)return roboconf_1;hasRequiredRoboconf=1;function e(t){const y="[a-zA-Z-_][^\\n{]+\\{",n={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 "+y,end:/\}/,keywords:"facet",contains:[n,t.HASH_COMMENT_MODE]},{begin:"^\\s*instance of "+y,end:/\}/,keywords:"name count channels instance-data instance-state instance of",illegal:/\S/,contains:["self",n,t.HASH_COMMENT_MODE]},{begin:"^"+y,end:/\}/,contains:[n,t.HASH_COMMENT_MODE]},t.HASH_COMMENT_MODE]}}return roboconf_1=e,roboconf_1}var routeros_1,hasRequiredRouteros;function requireRouteros(){if(hasRequiredRouteros)return routeros_1;hasRequiredRouteros=1;function e(t){const y="foreach do while for if from to step else on-error and or not in",n="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",$="add remove enable disable set get print export edit find run debug error info warning",k="true false yes no nothing nil null",L="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",j={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},V={className:"string",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,j,{className:"variable",begin:/\$\(/,end:/\)/,contains:[t.BACKSLASH_ESCAPE]}]},z={className:"string",begin:/'/,end:/'/};return{name:"MikroTik RouterOS script",aliases:["mikrotik"],case_insensitive:!0,keywords:{$pattern:/:?[\w-]+/,literal:k,keyword:y+" :"+y.split(" ").join(" :")+" :"+n.split(" ").join(" :")},contains:[{variants:[{begin:/\/\*/,end:/\*\//},{begin:/\/\//,end:/$/},{begin:/<\//,end:/>/}],illegal:/./},t.COMMENT("^#","$"),V,z,j,{begin:/[\w-]+=([^\s{}[\]()>]+)/,relevance:0,returnBegin:!0,contains:[{className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[V,z,j,{className:"literal",begin:"\\b("+k.split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s{}[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+$.split(" ").join("|")+")([\\s[(\\]|])",returnBegin:!0,contains:[{className:"built_in",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+L.split(" ").join("|")+");?\\s)+"},{begin:/\.\./,relevance:0}]}]}}return routeros_1=e,routeros_1}var rsl_1,hasRequiredRsl;function requireRsl(){if(hasRequiredRsl)return rsl_1;hasRequiredRsl=1;function e(t){const y=["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"],n=["matrix","float","color","point","normal","vector"],$=["while","for","if","do","return","else","break","extern","continue"],k={match:[/(surface|displacement|light|volume|imager)/,/\s+/,t.IDENT_RE],scope:{1:"keyword",3:"title.class"}};return{name:"RenderMan RSL",keywords:{keyword:$,built_in:y,type:n},illegal:"</",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},k,{beginKeywords:"illuminate illuminance gather",end:"\\("}]}}return rsl_1=e,rsl_1}var ruleslanguage_1,hasRequiredRuleslanguage;function requireRuleslanguage(){if(hasRequiredRuleslanguage)return ruleslanguage_1;hasRequiredRuleslanguage=1;function e(t){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:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{className:"literal",variants:[{begin:"#\\s+",relevance:0},{begin:"#[a-zA-Z .]+"}]}]}}return ruleslanguage_1=e,ruleslanguage_1}var rust_1,hasRequiredRust;function requireRust(){if(hasRequiredRust)return rust_1;hasRequiredRust=1;function e(t){const y=t.regex,n=/(r#)?/,$=y.concat(n,t.UNDERSCORE_IDENT_RE),k=y.concat(n,t.IDENT_RE),L={className:"title.function.invoke",relevance:0,begin:y.concat(/\b/,/(?!let|for|while|if|else|match\b)/,k,y.lookahead(/\s*\(/))},j="([ui](8|16|32|64|128|size)|f(32|64))?",V=["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"],z=["true","false","Some","None","Ok","Err"],re=["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!"],oe=["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:t.IDENT_RE+"!?",type:oe,keyword:V,literal:z,built_in:re},illegal:"</",contains:[t.C_LINE_COMMENT_MODE,t.COMMENT("/\\*","\\*/",{contains:["self"]}),t.inherit(t.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_]+)"+j},{begin:"\\b0o([0-7_]+)"+j},{begin:"\\b0x([A-Fa-f0-9_]+)"+j},{begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+j}],relevance:0},{begin:[/fn/,/\s+/,$],className:{1:"keyword",3:"title.function"}},{className:"meta",begin:"#!?\\[",end:"\\]",contains:[{className:"string",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE]}]},{begin:[/let/,/\s+/,/(?:mut\s+)?/,$],className:{1:"keyword",3:"keyword",4:"variable"}},{begin:[/for/,/\s+/,$,/\s+/,/in/],className:{1:"keyword",3:"variable",5:"keyword"}},{begin:[/type/,/\s+/,$],className:{1:"keyword",3:"title.class"}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\s+/,$],className:{1:"keyword",3:"title.class"}},{begin:t.IDENT_RE+"::",keywords:{keyword:"Self",built_in:re,type:oe}},{className:"punctuation",begin:"->"},L]}}return rust_1=e,rust_1}var sas_1,hasRequiredSas;function requireSas(){if(hasRequiredSas)return sas_1;hasRequiredSas=1;function e(t){const y=t.regex,n=["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"],$=["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"],k=["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:n},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:"%"+y.either(...k)},{className:"title.function",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:y.either(...$)+"(?=\\()"},{className:"string",variants:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},t.COMMENT("\\*",";"),t.C_BLOCK_COMMENT_MODE]}}return sas_1=e,sas_1}var scala_1,hasRequiredScala;function requireScala(){if(hasRequiredScala)return scala_1;hasRequiredScala=1;function e(t){const y=t.regex,n={className:"meta",begin:"@[A-Za-z]+"},$={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]},k={className:"string",variants:[{begin:'"""',end:'"""'},{begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,$]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[$],relevance:10}]},L={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},j={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},V={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[L,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[L,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},j]},z={className:"function",beginKeywords:"def",end:y.lookahead(/[:={\[(\n;]/),contains:[j]},re={begin:[/^\s*/,"extension",/\s+(?=[[(])/],beginScope:{2:"keyword"}},oe={begin:[/^\s*/,/end/,/\s+/,/(extension\b)?/],beginScope:{2:"keyword",4:"keyword"}},ue=[{match:/\.inline\b/},{begin:/\binline(?=\s)/,keywords:"inline"}],de={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+/}]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,k,L,z,V,t.C_NUMBER_MODE,re,oe,...ue,de,n]}}return scala_1=e,scala_1}var scheme_1,hasRequiredScheme;function requireScheme(){if(hasRequiredScheme)return scheme_1;hasRequiredScheme=1;function e(t){const y="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",n="(-|\\+)?\\d+([./]\\d+)?",$=n+"[+\\-]"+n+"i",k={$pattern:y,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?"},L={className:"literal",begin:"(#t|#f|#\\\\"+y+"|#\\\\.)"},j={className:"number",variants:[{begin:n,relevance:0},{begin:$,relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},V=t.QUOTE_STRING_MODE,z=[t.COMMENT(";","$",{relevance:0}),t.COMMENT("#\\|","\\|#")],re={begin:y,relevance:0},oe={className:"symbol",begin:"'"+y},ue={endsWithParent:!0,relevance:0},de={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",L,V,j,re,oe]}]},_e={className:"name",relevance:0,begin:y,keywords:k},Ue={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[_e,{endsParent:!0,variants:[{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/}],contains:[re]}]},_e,ue]};return ue.contains=[L,j,V,re,oe,de,Ue].concat(z),{name:"Scheme",aliases:["scm"],illegal:/\S/,contains:[t.SHEBANG(),j,V,oe,de,Ue].concat(z)}}return scheme_1=e,scheme_1}var scilab_1,hasRequiredScilab;function requireScilab(){if(hasRequiredScilab)return scilab_1;hasRequiredScilab=1;function e(t){const y=[t.C_NUMBER_MODE,{className:"string",begin:`'|"`,end:`'|"`,contains:[t.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:[t.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*[\\.']+",relevance:0},{begin:"\\[",end:"\\][\\.']*",relevance:0,contains:y},t.COMMENT("//","$")].concat(y)}}return scilab_1=e,scilab_1}var scss_1,hasRequiredScss;function requireScss(){if(hasRequiredScss)return scss_1;hasRequiredScss=1;const e=z=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:z.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:[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:z.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_-]*/}}),t=["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"],y=["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"],n=[...t,...y],$=["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(),k=["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(),L=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),j=["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 V(z){const re=e(z),oe=L,ue=k,de="@[a-z-]+",_e="and or not only",Ue={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[z.C_LINE_COMMENT_MODE,z.C_BLOCK_COMMENT_MODE,re.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},re.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+n.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+ue.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+oe.join("|")+")"},Ue,{begin:/\(/,end:/\)/,contains:[re.CSS_NUMBER_MODE]},re.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.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:[re.BLOCK_COMMENT,Ue,re.HEXCOLOR,re.CSS_NUMBER_MODE,z.QUOTE_STRING_MODE,z.APOS_STRING_MODE,re.IMPORTANT,re.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:de,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:_e,attribute:$.join(" ")},contains:[{begin:de,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},Ue,z.QUOTE_STRING_MODE,z.APOS_STRING_MODE,re.HEXCOLOR,re.CSS_NUMBER_MODE]},re.FUNCTION_DISPATCH]}}return scss_1=V,scss_1}var shell_1,hasRequiredShell;function requireShell(){if(hasRequiredShell)return shell_1;hasRequiredShell=1;function e(t){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=e,shell_1}var smali_1,hasRequiredSmali;function requireSmali(){if(hasRequiredSmali)return smali_1;hasRequiredSmali=1;function e(t){const y=["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"],n=["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"],$=["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"];return{name:"Smali",contains:[{className:"string",begin:'"',end:'"',relevance:0},t.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("+$.join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+y.join("|")+")\\s"},{begin:"\\s("+y.join("|")+")((-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+n.join("|")+")((-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:`L[^(;:
]*;`,relevance:0},{begin:"[vp][0-9]+"}]}}return smali_1=e,smali_1}var smalltalk_1,hasRequiredSmalltalk;function requireSmalltalk(){if(hasRequiredSmalltalk)return smalltalk_1;hasRequiredSmalltalk=1;function e(t){const y="[a-z][a-zA-Z0-9_]*",n={className:"string",begin:"\\$.{1}"},$={className:"symbol",begin:"#"+t.UNDERSCORE_IDENT_RE};return{name:"Smalltalk",aliases:["st"],keywords:["self","super","nil","true","false","thisContext"],contains:[t.COMMENT('"','"'),t.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:y+":",relevance:0},t.C_NUMBER_MODE,$,n,{begin:"\\|[ ]*"+y+"([ ]+"+y+")*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?"+y}]},{begin:"#\\(",end:"\\)",contains:[t.APOS_STRING_MODE,n,t.C_NUMBER_MODE,$]}]}}return smalltalk_1=e,smalltalk_1}var sml_1,hasRequiredSml;function requireSml(){if(hasRequiredSml)return sml_1;hasRequiredSml=1;function e(t){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},t.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']*"},t.inherit(t.APOS_STRING_MODE,{className:"string",relevance:0}),t.inherit(t.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=e,sml_1}var sqf_1,hasRequiredSqf;function requireSqf(){if(hasRequiredSqf)return sqf_1;hasRequiredSqf=1;function e(t){const y={className:"variable",begin:/\b_+[a-zA-Z]\w*/},n={className:"title",begin:/[a-zA-Z][a-zA-Z_0-9]*_fnc_[a-zA-Z_0-9]+/},$={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]},k=["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"],L=["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"],j=["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"],V={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:"define undef ifdef ifndef else endif include if",contains:[{begin:/\\\n/,relevance:0},t.inherit($,{className:"string"}),{begin:/<[^\n>]*>/,end:/$/,illegal:"\\n"},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]};return{name:"SQF",case_insensitive:!0,keywords:{keyword:k,built_in:j,literal:L},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.NUMBER_MODE,y,n,$,V],illegal:[/\$[^a-fA-F0-9]/,/\w\$/,/\?/,/@/,/ \| /,/[a-zA-Z_]\./,/\:\=/,/\[\:/]}}return sqf_1=e,sqf_1}var sql_1,hasRequiredSql;function requireSql(){if(hasRequiredSql)return sql_1;hasRequiredSql=1;function e(t){const y=t.regex,n=t.COMMENT("--","$"),$={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},k={begin:/"/,end:/"/,contains:[{begin:/""/}]},L=["true","false","unknown"],j=["double precision","large object","with timezone","without timezone"],V=["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"],z=["add","asc","collation","desc","final","first","last","view"],re=["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"],oe=["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"],ue=["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"],de=["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"],_e=oe,Ne=[...re,...z].filter(qe=>!oe.includes(qe)),Ue={className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},$e={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},Ve={begin:y.concat(/\b/,y.either(..._e),/\s*\(/),relevance:0,keywords:{built_in:_e}};function Fe(qe,{exceptions:er,when:ir}={}){const dr=ir;return er=er||[],qe.map(cr=>cr.match(/\|\d+$/)||er.includes(cr)?cr:dr(cr)?`${cr}|0`:cr)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:Fe(Ne,{when:qe=>qe.length<3}),literal:L,type:V,built_in:ue},contains:[{begin:y.either(...de),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:Ne.concat(de),literal:L,type:V}},{className:"type",begin:y.either(...j)},Ve,Ue,$,k,t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,$e]}}return sql_1=e,sql_1}var stan_1,hasRequiredStan;function requireStan(){if(hasRequiredStan)return stan_1;hasRequiredStan=1;function e(t){const y=t.regex,n=["functions","model","data","parameters","quantities","transformed","generated"],$=["for","in","if","else","while","break","continue","return"],k=["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"],L=["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"],j=["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"],V=t.COMMENT(/\/\*/,/\*\//,{relevance:0,contains:[{scope:"doctag",match:/@(return|param)/}]}),z={scope:"meta",begin:/#include\b/,end:/$/,contains:[{match:/[a-z][a-z-._]+/,scope:"string"},t.C_LINE_COMMENT_MODE]},re=["lower","upper","offset","multiplier"];return{name:"Stan",aliases:["stanfuncs"],keywords:{$pattern:t.IDENT_RE,title:n,type:k,keyword:$,built_in:L},contains:[t.C_LINE_COMMENT_MODE,z,t.HASH_COMMENT_MODE,V,{scope:"built_in",match:/\s(pi|e|sqrt2|log2|log10)(?=\()/,relevance:0},{match:y.concat(/[<,]\s*/,y.either(...re),/\s*=/),keywords:re},{scope:"keyword",match:/\btarget(?=\s*\+=)/},{match:[/~\s*/,y.either(...j),/(?:\(\))/,/\s*T(?=\s*\[)/],scope:{2:"built_in",4:"keyword"}},{scope:"built_in",keywords:j,begin:y.concat(/\w*/,y.either(...j),/(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/)},{begin:[/~/,/\s*/,y.concat(y.either(...j),/(?=\s*[\(.*\)])/)],scope:{3:"built_in"}},{begin:[/~/,/\s*\w+(?=\s*[\(.*\)])/,"(?!.*/\b("+y.either(...j)+")\b)"],scope:{2:"title.function"}},{scope:"title.function",begin:/\w*(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/},{scope:"number",match:y.concat(/(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)/,/(?:[eE][+-]?\d+(?:_\d+)*)?i?(?!\w)/),relevance:0},{scope:"string",begin:/"/,end:/"/}]}}return stan_1=e,stan_1}var stata_1,hasRequiredStata;function requireStata(){if(hasRequiredStata)return stata_1;hasRequiredStata=1;function e(t){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)(?=\\()"}]},t.COMMENT("^[ ]*\\*.*$",!1),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]}}return stata_1=e,stata_1}var step21_1,hasRequiredStep21;function requireStep21(){if(hasRequiredStep21)return step21_1;hasRequiredStep21=1;function e(t){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},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.COMMENT("/\\*\\*!","\\*/"),t.C_NUMBER_MODE,t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"'",end:"'"},{className:"symbol",variants:[{begin:"#",end:"\\d+",illegal:"\\W"}]}]}}return step21_1=e,step21_1}var stylus_1,hasRequiredStylus;function requireStylus(){if(hasRequiredStylus)return stylus_1;hasRequiredStylus=1;const e=z=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:z.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:[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:z.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_-]*/}}),t=["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"],y=["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"],n=[...t,...y],$=["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(),k=["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(),L=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),j=["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 V(z){const re=e(z),oe="and or not only",ue={className:"variable",begin:"\\$"+z.IDENT_RE},de=["charset","css","debug","extend","font-face","for","import","include","keyframes","media","mixin","page","warn","while"],_e="(?=[.\\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:[z.QUOTE_STRING_MODE,z.APOS_STRING_MODE,z.C_LINE_COMMENT_MODE,z.C_BLOCK_COMMENT_MODE,re.HEXCOLOR,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+_e,className:"selector-class"},{begin:"#[a-zA-Z][a-zA-Z0-9_-]*"+_e,className:"selector-id"},{begin:"\\b("+n.join("|")+")"+_e,className:"selector-tag"},{className:"selector-pseudo",begin:"&?:("+k.join("|")+")"+_e},{className:"selector-pseudo",begin:"&?:(:)?("+L.join("|")+")"+_e},re.ATTRIBUTE_SELECTOR_MODE,{className:"keyword",begin:/@media/,starts:{end:/[{;}]/,keywords:{$pattern:/[a-z-]+/,keyword:oe,attribute:$.join(" ")},contains:[re.CSS_NUMBER_MODE]}},{className:"keyword",begin:"@((-(o|moz|ms|webkit)-)?("+de.join("|")+"))\\b"},ue,re.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:[re.HEXCOLOR,ue,z.APOS_STRING_MODE,re.CSS_NUMBER_MODE,z.QUOTE_STRING_MODE]}]},re.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b",starts:{end:/;|$/,contains:[re.HEXCOLOR,ue,z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,re.CSS_NUMBER_MODE,z.C_BLOCK_COMMENT_MODE,re.IMPORTANT,re.FUNCTION_DISPATCH],illegal:/\./,relevance:0}},re.FUNCTION_DISPATCH]}}return stylus_1=V,stylus_1}var subunit_1,hasRequiredSubunit;function requireSubunit(){if(hasRequiredSubunit)return subunit_1;hasRequiredSubunit=1;function e(t){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=e,subunit_1}var swift_1,hasRequiredSwift;function requireSwift(){if(hasRequiredSwift)return swift_1;hasRequiredSwift=1;function e(cr){return cr?typeof cr=="string"?cr:cr.source:null}function t(cr){return y("(?=",cr,")")}function y(...cr){return cr.map(lr=>e(lr)).join("")}function n(cr){const nr=cr[cr.length-1];return typeof nr=="object"&&nr.constructor===Object?(cr.splice(cr.length-1,1),nr):{}}function $(...cr){return"("+(n(cr).capture?"":"?:")+cr.map(Et=>e(Et)).join("|")+")"}const k=cr=>y(/\b/,cr,/\w$/.test(cr)?/\b/:/\B/),L=["Protocol","Type"].map(k),j=["init","self"].map(k),V=["Any","Self"],z=["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"],re=["false","nil","true"],oe=["assignment","associativity","higherThan","left","lowerThan","none","right"],ue=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],de=["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"],_e=$(/[/=\-+!*%<>&|^~?]/,/[\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]/),Ne=$(_e,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),Ue=y(_e,Ne,"*"),$e=$(/[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]/),Ve=$($e,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),Fe=y($e,Ve,"*"),qe=y(/[A-Z]/,Ve,"*"),er=["attached","autoclosure",y(/convention\(/,$("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",y(/objc\(/,Fe,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],ir=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function dr(cr){const nr={match:/\s+/,relevance:0},lr=cr.COMMENT("/\\*","\\*/",{contains:["self"]}),Et=[cr.C_LINE_COMMENT_MODE,lr],ie={match:[/\./,$(...L,...j)],className:{2:"keyword"}},pe={match:y(/\./,$(...z)),relevance:0},Ce=z.filter(fo=>typeof fo=="string").concat(["_|0"]),Ie=z.filter(fo=>typeof fo!="string").concat(V).map(k),jt={variants:[{className:"keyword",match:$(...Ie,...j)}]},ar={$pattern:$(/\b\w+/,/#\w+/),keyword:Ce.concat(ue),literal:re},ur=[ie,pe,jt],kt={match:y(/\./,$(...de)),relevance:0},he={className:"built_in",match:y(/\b/,$(...de),/(?=\()/)},tr=[kt,he],gr={match:/->/,relevance:0},_r={className:"operator",relevance:0,variants:[{match:Ue},{match:`\\.(\\.|${Ne})+`}]},yr=[gr,_r],xr="([0-9]_*)+",Nr="([0-9a-fA-F]_*)+",Tr={className:"number",relevance:0,variants:[{match:`\\b(${xr})(\\.(${xr}))?([eE][+-]?(${xr}))?\\b`},{match:`\\b0x(${Nr})(\\.(${Nr}))?([pP][+-]?(${xr}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},Sr=(fo="")=>({className:"subst",variants:[{match:y(/\\/,fo,/[0\\tnr"']/)},{match:y(/\\/,fo,/u\{[0-9a-fA-F]{1,8}\}/)}]}),Ar=(fo="")=>({className:"subst",match:y(/\\/,fo,/[\t ]*(?:[\r\n]|\r\n)/)}),Fr=(fo="")=>({className:"subst",label:"interpol",begin:y(/\\/,fo,/\(/),end:/\)/}),Gr=(fo="")=>({begin:y(fo,/"""/),end:y(/"""/,fo),contains:[Sr(fo),Ar(fo),Fr(fo)]}),Vr=(fo="")=>({begin:y(fo,/"/),end:y(/"/,fo),contains:[Sr(fo),Fr(fo)]}),Dr={className:"string",variants:[Gr(),Gr("#"),Gr("##"),Gr("###"),Vr(),Vr("#"),Vr("##"),Vr("###")]},Ir=[cr.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[cr.BACKSLASH_ESCAPE]}],Br={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:Ir},Rr=fo=>{const zn=y(fo,/\//),ki=y(/\//,fo);return{begin:zn,end:ki,contains:[...Ir,{scope:"comment",begin:`#(?!.*${ki})`,end:/$/}]}},Lr={scope:"regexp",variants:[Rr("###"),Rr("##"),Rr("#"),Br]},$r={match:y(/`/,Fe,/`/)},jr={className:"variable",match:/\$\d+/},vn={className:"variable",match:`\\$${Ve}+`},Kr=[$r,jr,vn],kr={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:ir,contains:[...yr,Tr,Dr]}]}},Qr={scope:"keyword",match:y(/@/,$(...er),t($(/\(/,/\s+/)))},Zr={scope:"meta",match:y(/@/,Fe)},Vi=[kr,Qr,Zr],To={match:t(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:y(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,Ve,"+")},{className:"type",match:qe,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:y(/\s+&\s+/,t(qe)),relevance:0}]},oa={begin:/</,end:/>/,keywords:ar,contains:[...Et,...ur,...Vi,gr,To]};To.contains.push(oa);const Ba={match:y(Fe,/\s*:/),keywords:"_|0",relevance:0},rs={begin:/\(/,end:/\)/,relevance:0,keywords:ar,contains:["self",Ba,...Et,Lr,...ur,...tr,...yr,Tr,Dr,...Kr,...Vi,To]},Mn={begin:/</,end:/>/,keywords:"repeat each",contains:[...Et,To]},Wr={begin:$(t(y(Fe,/\s*:/)),t(y(Fe,/\s+/,Fe,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:Fe}]},Ur={begin:/\(/,end:/\)/,keywords:ar,contains:[Wr,...Et,...ur,...yr,Tr,Dr,...Vi,To,rs],endsParent:!0,illegal:/["']/},Sn={match:[/(func|macro)/,/\s+/,$($r.match,Fe,Ue)],className:{1:"keyword",3:"title.function"},contains:[Mn,Ur,nr],illegal:[/\[/,/%/]},Nn={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Mn,Ur,nr],illegal:/\[|%/},Sa={match:[/operator/,/\s+/,Ue],className:{1:"keyword",3:"title"}},Li={begin:[/precedencegroup/,/\s+/,qe],className:{1:"keyword",3:"title"},contains:[To],keywords:[...oe,...re],end:/}/},ca={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,Fe,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:ar,contains:[Mn,...ur,{begin:/:/,end:/\{/,keywords:ar,contains:[{scope:"title.class.inherited",match:qe},...ur],relevance:0}]};for(const fo of Dr.variants){const zn=fo.contains.find(Ra=>Ra.label==="interpol");zn.keywords=ar;const ki=[...ur,...tr,...yr,Tr,Dr,...Kr];zn.contains=[...ki,{begin:/\(/,end:/\)/,contains:["self",...ki]}]}return{name:"Swift",keywords:ar,contains:[...Et,Sn,Nn,ca,Sa,Li,{beginKeywords:"import",end:/$/,contains:[...Et],relevance:0},Lr,...ur,...tr,...yr,Tr,Dr,...Kr,...Vi,To,rs]}}return swift_1=dr,swift_1}var taggerscript_1,hasRequiredTaggerscript;function requireTaggerscript(){if(hasRequiredTaggerscript)return taggerscript_1;hasRequiredTaggerscript=1;function e(t){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=e,taggerscript_1}var yaml_1,hasRequiredYaml;function requireYaml(){if(hasRequiredYaml)return yaml_1;hasRequiredYaml=1;function e(t){const y="true false yes no null",n="[\\w#;/?:@&=+$,.~*'()[\\]]+",$={className:"attr",variants:[{begin:/\w[\w :()\./-]*:(?=[ \t]|$)/},{begin:/"\w[\w :()\./-]*":(?=[ \t]|$)/},{begin:/'\w[\w :()\./-]*':(?=[ \t]|$)/}]},k={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},L={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[t.BACKSLASH_ESCAPE,k]},j=t.inherit(L,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),ue={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"},de={end:",",endsWithParent:!0,excludeEnd:!0,keywords:y,relevance:0},_e={begin:/\{/,end:/\}/,contains:[de],illegal:"\\n",relevance:0},Ne={begin:"\\[",end:"\\]",contains:[de],illegal:"\\n",relevance:0},Ue=[$,{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+!"+n},{className:"type",begin:"!<"+n+">"},{className:"type",begin:"!"+n},{className:"type",begin:"!!"+n},{className:"meta",begin:"&"+t.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+t.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},t.HASH_COMMENT_MODE,{beginKeywords:y,keywords:{literal:y}},ue,{className:"number",begin:t.C_NUMBER_RE+"\\b",relevance:0},_e,Ne,L],$e=[...Ue];return $e.pop(),$e.push(j),de.contains=$e,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:Ue}}return yaml_1=e,yaml_1}var tap_1,hasRequiredTap;function requireTap(){if(hasRequiredTap)return tap_1;hasRequiredTap=1;function e(t){return{name:"Test Anything Protocol",case_insensitive:!0,contains:[t.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=e,tap_1}var tcl_1,hasRequiredTcl;function requireTcl(){if(hasRequiredTcl)return tcl_1;hasRequiredTcl=1;function e(t){const y=t.regex,n=/[a-zA-Z_][a-zA-Z0-9_]*/,$={className:"number",variants:[t.BINARY_NUMBER_MODE,t.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:[t.COMMENT(";[ \\t]*#","$"),t.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:y.concat(/\$/,y.optional(/::/),n,"(::",n,")*")},{begin:"\\$\\{(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"\\}",contains:[$]}]},{className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[t.inherit(t.QUOTE_STRING_MODE,{illegal:null})]},$]}}return tcl_1=e,tcl_1}var thrift_1,hasRequiredThrift;function requireThrift(){if(hasRequiredThrift)return thrift_1;hasRequiredThrift=1;function e(t){const y=["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:y,literal:"true false"},contains:[t.QUOTE_STRING_MODE,t.NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[t.inherit(t.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",keywords:{type:[...y,"set","list","map"]},end:">",contains:["self"]}]}}return thrift_1=e,thrift_1}var tp_1,hasRequiredTp;function requireTp(){if(hasRequiredTp)return tp_1;hasRequiredTp=1;function e(t){const y={className:"number",begin:"[1-9][0-9]*",relevance:0},n={className:"symbol",begin:":[^\\]]+"},$={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",y,n]},k={className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",y,t.QUOTE_STRING_MODE,n]};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:[$,k,{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},t.COMMENT("//","[;$]"),t.COMMENT("!","[;$]"),t.COMMENT("--eg:","$"),t.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},t.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}return tp_1=e,tp_1}var twig_1,hasRequiredTwig;function requireTwig(){if(hasRequiredTwig)return twig_1;hasRequiredTwig=1;function e(t){const y=t.regex,n=["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"],$=["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 k=["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"];k=k.concat(k.map(Ne=>`end${Ne}`));const L={scope:"string",variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},j={scope:"number",match:/\d+/},V={begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[L,j]},z={beginKeywords:n.join(" "),keywords:{name:n},relevance:0,contains:[V]},re={match:/\|(?=[A-Za-z_]+:?)/,beginScope:"punctuation",relevance:0,contains:[{match:/[A-Za-z_]+:?/,keywords:$}]},oe=(Ne,{relevance:Ue})=>({beginScope:{1:"template-tag",3:"name"},relevance:Ue||2,endScope:"template-tag",begin:[/\{%/,/\s*/,y.either(...Ne)],end:/%\}/,keywords:"in",contains:[re,z,L,j]}),ue=/[a-z_]+/,de=oe(k,{relevance:2}),_e=oe([ue],{relevance:1});return{name:"Twig",aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[t.COMMENT(/\{#/,/#\}/),de,_e,{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:["self",re,z,L,j]}]}}return twig_1=e,twig_1}var typescript_1,hasRequiredTypescript;function requireTypescript(){if(hasRequiredTypescript)return typescript_1;hasRequiredTypescript=1;const e="[A-Za-z$_][0-9A-Za-z$_]*",t=["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"],y=["true","false","null","undefined","NaN","Infinity"],n=["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"],$=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],k=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],L=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],j=[].concat(k,n,$);function V(re){const oe=re.regex,ue=(Sr,{after:Ar})=>{const Fr="</"+Sr[0].slice(1);return Sr.input.indexOf(Fr,Ar)!==-1},de=e,_e={begin:"<>",end:"</>"},Ne=/<[A-Za-z0-9\\._:-]+\s*\/>/,Ue={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(Sr,Ar)=>{const Fr=Sr[0].length+Sr.index,Gr=Sr.input[Fr];if(Gr==="<"||Gr===","){Ar.ignoreMatch();return}Gr===">"&&(ue(Sr,{after:Fr})||Ar.ignoreMatch());let Vr;const Dr=Sr.input.substring(Fr);if(Vr=Dr.match(/^\s*=/)){Ar.ignoreMatch();return}if((Vr=Dr.match(/^\s+extends\s+/))&&Vr.index===0){Ar.ignoreMatch();return}}},$e={$pattern:e,keyword:t,literal:y,built_in:j,"variable.language":L},Ve="[0-9](_?[0-9])*",Fe=`\\.(${Ve})`,qe="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",er={className:"number",variants:[{begin:`(\\b(${qe})((${Fe})|\\.)?|(${Fe}))[eE][+-]?(${Ve})\\b`},{begin:`\\b(${qe})\\b((${Fe})\\b|\\.)?|(${Fe})\\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},ir={className:"subst",begin:"\\$\\{",end:"\\}",keywords:$e,contains:[]},dr={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,ir],subLanguage:"xml"}},cr={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,ir],subLanguage:"css"}},nr={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,ir],subLanguage:"graphql"}},lr={className:"string",begin:"`",end:"`",contains:[re.BACKSLASH_ESCAPE,ir]},ie={className:"comment",variants:[re.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:de+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),re.C_BLOCK_COMMENT_MODE,re.C_LINE_COMMENT_MODE]},pe=[re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,dr,cr,nr,lr,{match:/\$\d+/},er];ir.contains=pe.concat({begin:/\{/,end:/\}/,keywords:$e,contains:["self"].concat(pe)});const Ce=[].concat(ie,ir.contains),Ie=Ce.concat([{begin:/(\s*)\(/,end:/\)/,keywords:$e,contains:["self"].concat(Ce)}]),jt={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:$e,contains:Ie},ar={variants:[{match:[/class/,/\s+/,de,/\s+/,/extends/,/\s+/,oe.concat(de,"(",oe.concat(/\./,de),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,de],scope:{1:"keyword",3:"title.class"}}]},ur={relevance:0,match:oe.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:{_:[...n,...$]}},kt={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},he={variants:[{match:[/function/,/\s+/,de,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[jt],illegal:/%/},tr={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function gr(Sr){return oe.concat("(?!",Sr.join("|"),")")}const _r={match:oe.concat(/\b/,gr([...k,"super","import"].map(Sr=>`${Sr}\\s*\\(`)),de,oe.lookahead(/\s*\(/)),className:"title.function",relevance:0},yr={begin:oe.concat(/\./,oe.lookahead(oe.concat(de,/(?![0-9A-Za-z$_(])/))),end:de,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},xr={match:[/get|set/,/\s+/,de,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},jt]},Nr="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+re.UNDERSCORE_IDENT_RE+")\\s*=>",Tr={match:[/const|var|let/,/\s+/,de,/\s*/,/=\s*/,/(async\s*)?/,oe.lookahead(Nr)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[jt]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:$e,exports:{PARAMS_CONTAINS:Ie,CLASS_REFERENCE:ur},illegal:/#(?![$_A-z])/,contains:[re.SHEBANG({label:"shebang",binary:"node",relevance:5}),kt,re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,dr,cr,nr,lr,ie,{match:/\$\d+/},er,ur,{className:"attr",begin:de+oe.lookahead(":"),relevance:0},Tr,{begin:"("+re.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[ie,re.REGEXP_MODE,{className:"function",begin:Nr,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:re.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:$e,contains:Ie}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:_e.begin,end:_e.end},{match:Ne},{begin:Ue.begin,"on:begin":Ue.isTrulyOpeningTag,end:Ue.end}],subLanguage:"xml",contains:[{begin:Ue.begin,end:Ue.end,skip:!0,contains:["self"]}]}]},he,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+re.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[jt,re.inherit(re.TITLE_MODE,{begin:de,className:"title.function"})]},{match:/\.\.\./,relevance:0},yr,{match:"\\$"+de,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[jt]},_r,tr,ar,xr,{match:/\$[(.]/}]}}function z(re){const oe=V(re),ue=e,de=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],_e={begin:[/namespace/,/\s+/,re.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},Ne={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:de},contains:[oe.exports.CLASS_REFERENCE]},Ue={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},$e=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],Ve={$pattern:e,keyword:t.concat($e),literal:y,built_in:j.concat(de),"variable.language":L},Fe={className:"meta",begin:"@"+ue},qe=(dr,cr,nr)=>{const lr=dr.contains.findIndex(Et=>Et.label===cr);if(lr===-1)throw new Error("can not find mode to replace");dr.contains.splice(lr,1,nr)};Object.assign(oe.keywords,Ve),oe.exports.PARAMS_CONTAINS.push(Fe);const er=oe.contains.find(dr=>dr.className==="attr");oe.exports.PARAMS_CONTAINS.push([oe.exports.CLASS_REFERENCE,er]),oe.contains=oe.contains.concat([Fe,_e,Ne]),qe(oe,"shebang",re.SHEBANG()),qe(oe,"use_strict",Ue);const ir=oe.contains.find(dr=>dr.label==="func.def");return ir.relevance=0,Object.assign(oe,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),oe}return typescript_1=z,typescript_1}var vala_1,hasRequiredVala;function requireVala(){if(hasRequiredVala)return vala_1;hasRequiredVala=1;function e(t){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:[t.UNDERSCORE_TITLE_MODE]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$"}]}}return vala_1=e,vala_1}var vbnet_1,hasRequiredVbnet;function requireVbnet(){if(hasRequiredVbnet)return vbnet_1;hasRequiredVbnet=1;function e(t){const y=t.regex,n={className:"string",begin:/"(""|[^/n])"C\b/},$={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},k=/\d{1,2}\/\d{1,2}\/\d{4}/,L=/\d{4}-\d{1,2}-\d{1,2}/,j=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,V=/\d{1,2}(:\d{1,2}){1,2}/,z={className:"literal",variants:[{begin:y.concat(/# */,y.either(L,k),/ *#/)},{begin:y.concat(/# */,V,/ *#/)},{begin:y.concat(/# */,j,/ *#/)},{begin:y.concat(/# */,y.either(L,k),/ +/,y.either(j,V),/ *#/)}]},re={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])|[%&])?/}]},oe={className:"label",begin:/^\w+:/},ue=t.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),de=t.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:[n,$,z,re,oe,ue,de,{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:[de]}]}}return vbnet_1=e,vbnet_1}var vbscript_1,hasRequiredVbscript;function requireVbscript(){if(hasRequiredVbscript)return vbscript_1;hasRequiredVbscript=1;function e(t){const y=t.regex,n=["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"],$=["server","response","request","scriptengine","scriptenginebuildversion","scriptengineminorversion","scriptenginemajorversion"],k={begin:y.concat(y.either(...n),"\\s*\\("),relevance:0,keywords:{built_in:n}};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:$,literal:["true","false","null","nothing","empty"]},illegal:"//",contains:[k,t.inherit(t.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),t.COMMENT(/'/,/$/,{relevance:0}),t.C_NUMBER_MODE]}}return vbscript_1=e,vbscript_1}var vbscriptHtml_1,hasRequiredVbscriptHtml;function requireVbscriptHtml(){if(hasRequiredVbscriptHtml)return vbscriptHtml_1;hasRequiredVbscriptHtml=1;function e(t){return{name:"VBScript in HTML",subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}return vbscriptHtml_1=e,vbscriptHtml_1}var verilog_1,hasRequiredVerilog;function requireVerilog(){if(hasRequiredVerilog)return verilog_1;hasRequiredVerilog=1;function e(t){const y=t.regex,n={$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"]},$=["__FILE__","__LINE__"],k=["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:n,contains:[t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE,t.QUOTE_STRING_MODE,{scope:"number",contains:[t.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:y.concat(/`/,y.either(...$))},{scope:"meta",begin:y.concat(/`/,y.either(...k)),end:/$|\/\/|\/\*/,returnEnd:!0,keywords:k}]}}return verilog_1=e,verilog_1}var vhdl_1,hasRequiredVhdl;function requireVhdl(){if(hasRequiredVhdl)return vhdl_1;hasRequiredVhdl=1;function e(t){const y="\\d(_|\\d)*",n="[eE][-+]?"+y,$=y+"(\\."+y+")?("+n+")?",k="\\w+",j="\\b("+(y+"#"+k+"(\\."+k+")?#("+n+")?")+"|"+$+")";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:[t.C_BLOCK_COMMENT_MODE,t.COMMENT("--","$"),t.QUOTE_STRING_MODE,{className:"number",begin:j,relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[t.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[t.BACKSLASH_ESCAPE]}]}}return vhdl_1=e,vhdl_1}var vim_1,hasRequiredVim;function requireVim(){if(hasRequiredVim)return vim_1;hasRequiredVim=1;function e(t){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:[t.NUMBER_MODE,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},t.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]+/},{begin:[/\b(?:function|function!)/,/\s+/,t.IDENT_RE],className:{1:"keyword",3:"title"},end:"$",relevance:0,contains:[{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}return vim_1=e,vim_1}var wasm_1,hasRequiredWasm;function requireWasm(){if(hasRequiredWasm)return wasm_1;hasRequiredWasm=1;function e(t){t.regex;const y=t.COMMENT(/\(;/,/;\)/);y.contains.push("self");const n=t.COMMENT(/;;/,/$/),$=["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"],k={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},L={className:"variable",begin:/\$[\w_]+/},j={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},V={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/},z={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},re={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:$},contains:[n,y,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},L,j,k,t.QUOTE_STRING_MODE,z,re,V]}}return wasm_1=e,wasm_1}var wren_1,hasRequiredWren;function requireWren(){if(hasRequiredWren)return wren_1;hasRequiredWren=1;function e(t){const y=t.regex,n=/[a-zA-Z]\w*/,$=["as","break","class","construct","continue","else","for","foreign","if","import","in","is","return","static","var","while"],k=["true","false","null"],L=["this","super"],j=["Bool","Class","Fiber","Fn","List","Map","Null","Num","Object","Range","Sequence","String","System"],V=["-","~",/\*/,"%",/\.\.\./,/\.\./,/\+/,"<<",">>",">=","<=","<",">",/\^/,/!=/,/!/,/\bis\b/,"==","&&","&",/\|\|/,/\|/,/\?:/,"="],z={relevance:0,match:y.concat(/\b(?!(if|while|for|else|super)\b)/,n,/(?=\s*[({])/),className:"title.function"},re={match:y.concat(y.either(y.concat(/\b(?!(if|while|for|else|super)\b)/,n),y.either(...V)),/(?=\s*\([^)]+\)\s*\{)/),className:"title.function",starts:{contains:[{begin:/\(/,end:/\)/,contains:[{relevance:0,scope:"params",match:n}]}]}},oe={variants:[{match:[/class\s+/,n,/\s+is\s+/,n]},{match:[/class\s+/,n]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:$},ue={relevance:0,match:y.either(...V),className:"operator"},de={className:"string",begin:/"""/,end:/"""/},_e={className:"property",begin:y.concat(/\./,y.lookahead(n)),end:n,excludeBegin:!0,relevance:0},Ne={relevance:0,match:y.concat(/\b_/,n),scope:"variable"},Ue={relevance:0,match:/\b[A-Z]+[a-z]+([A-Z]+[a-z]+)*/,scope:"title.class",keywords:{_:j}},$e=t.C_NUMBER_MODE,Ve={match:[n,/\s*/,/=/,/\s*/,/\(/,n,/\)\s*\{/],scope:{1:"title.function",3:"operator",6:"params"}},Fe=t.COMMENT(/\/\*\*/,/\*\//,{contains:[{match:/@[a-z]+/,scope:"doctag"},"self"]}),qe={scope:"subst",begin:/%\(/,end:/\)/,contains:[$e,Ue,z,Ne,ue]},er={scope:"string",begin:/"/,end:/"/,contains:[qe,{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}/}]}]};qe.contains.push(er);const ir=[...$,...L,...k],dr={relevance:0,match:y.concat("\\b(?!",ir.join("|"),"\\b)",/[a-zA-Z_]\w*(?:[?!]|\b)/),className:"variable"};return{name:"Wren",keywords:{keyword:$,"variable.language":L,literal:k},contains:[{scope:"comment",variants:[{begin:[/#!?/,/[A-Za-z_]+(?=\()/],beginScope:{},keywords:{literal:k},contains:[],end:/\)/},{begin:[/#!?/,/[A-Za-z_]+/],beginScope:{},end:/$/}]},$e,er,de,Fe,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,Ue,oe,Ve,re,z,ue,Ne,_e,dr]}}return wren_1=e,wren_1}var x86asm_1,hasRequiredX86asm;function requireX86asm(){if(hasRequiredX86asm)return x86asm_1;hasRequiredX86asm=1;function e(t){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+t.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:[t.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"}]},t.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=e,x86asm_1}var xl_1,hasRequiredXl;function requireXl(){if(hasRequiredXl)return xl_1;hasRequiredXl=1;function e(t){const y=["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"],n=["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"],$=["ObjectLoader","Animate","MovieCredits","Slides","Filters","Shading","Materials","LensFlare","Mapping","VLCAudioVideo","StereoDecoder","PointCloud","NetworkAccess","RemoteControl","RegExp","ChromaKey","Snowfall","NodeJS","Speech","Charts"],L={$pattern:/[a-zA-Z][a-zA-Z0-9_?]*/,keyword:y,literal:["true","false","nil"],built_in:n.concat($)},j={className:"string",begin:'"',end:'"',illegal:"\\n"},V={className:"string",begin:"'",end:"'",illegal:"\\n"},z={className:"string",begin:"<<",end:">>"},re={className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},oe={beginKeywords:"import",end:"$",keywords:L,contains:[j]},ue={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[t.inherit(t.TITLE_MODE,{starts:{endsWithParent:!0,keywords:L}})]};return{name:"XL",aliases:["tao"],keywords:L,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,j,V,z,ue,oe,re,t.NUMBER_MODE]}}return xl_1=e,xl_1}var xquery_1,hasRequiredXquery;function requireXquery(){if(hasRequiredXquery)return xquery_1;hasRequiredXquery=1;function e(t){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=e,xquery_1}var zephir_1,hasRequiredZephir;function requireZephir(){if(hasRequiredZephir)return zephir_1;hasRequiredZephir=1;function e(t){const y={className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null})]},n=t.UNDERSCORE_TITLE_MODE,$={variants:[t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE]},k="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:k,contains:[t.C_LINE_COMMENT_MODE,t.COMMENT(/\/\*/,/\*\//,{contains:[{className:"doctag",begin:/@[A-Za-z]+/}]}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;/,contains:[t.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function fn",end:/[;{]/,excludeEnd:!0,illegal:/\$|\[|%/,contains:[n,{className:"params",begin:/\(/,end:/\)/,keywords:k,contains:["self",t.C_BLOCK_COMMENT_MODE,y,$]}]},{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,illegal:/[:($"]/,contains:[{beginKeywords:"extends implements"},n]},{beginKeywords:"namespace",end:/;/,illegal:/[.']/,contains:[n]},{beginKeywords:"use",end:/;/,contains:[n]},{begin:/=>/},y,$]}}return zephir_1=e,zephir_1}var hljs=core$1;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$f=hljs;const HighlightJS=getDefaultExportFromCjs(lib$f);class SourceLocation{constructor(t,y,n){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=y,this.end=n}static range(t,y){return y?!t||!t.loc||!y.loc||t.loc.lexer!==y.loc.lexer?null:new SourceLocation(t.loc.lexer,t.loc.start,y.loc.end):t&&t.loc}}class Token{constructor(t,y){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=t,this.loc=y}range(t,y){return new Token(y,SourceLocation.range(this,t))}}class ParseError{constructor(t,y){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var n="KaTeX parse error: "+t,$,k,L=y&&y.loc;if(L&&L.start<=L.end){var j=L.lexer.input;$=L.start,k=L.end,$===j.length?n+=" at end of input: ":n+=" at position "+($+1)+": ";var V=j.slice($,k).replace(/[^]/g,"$&̲"),z;$>15?z="…"+j.slice($-15,$):z=j.slice(0,$);var re;k+15<j.length?re=j.slice(k,k+15)+"…":re=j.slice(k),n+=z+V+re}var oe=new Error(n);return oe.name="ParseError",oe.__proto__=ParseError.prototype,oe.position=$,$!=null&&k!=null&&(oe.length=k-$),oe.rawMessage=t,oe}}ParseError.prototype.__proto__=Error.prototype;var contains=function(t,y){return t.indexOf(y)!==-1},deflt=function(t,y){return t===void 0?y:t},uppercase=/([A-Z])/g,hyphenate=function(t){return t.replace(uppercase,"-$1").toLowerCase()},ESCAPE_LOOKUP={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},ESCAPE_REGEX=/[&><"']/g;function escape$2(e){return String(e).replace(ESCAPE_REGEX,t=>ESCAPE_LOOKUP[t])}var getBaseElem=function e(t){return t.type==="ordgroup"||t.type==="color"?t.body.length===1?e(t.body[0]):t:t.type==="font"?e(t.body):t},isCharacterBox=function(t){var y=getBaseElem(t);return y.type==="mathord"||y.type==="textord"||y.type==="atom"},assert$k=function(t){if(!t)throw new Error("Expected non-null, but got "+String(t));return t},protocolFromUrl=function(t){var y=/^[\x00-\x20]*([^\\/#?]*?)(:|&#0*58|&#x0*3a|&colon)/i.exec(t);return y?y[2]!==":"||!/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(y[1])?null:y[1].toLowerCase():"_relative"},utils$u={contains,deflt,escape:escape$2,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:e=>"#"+e},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:(e,t)=>(t.push(e),t)},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:e=>Math.max(0,e),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:e=>Math.max(0,e),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:e=>Math.max(0,e),cli:"-e, --max-expand <n>",cliProcessor:e=>e==="Infinity"?1/0:parseInt(e)},globalGroup:{type:"boolean",cli:!1}};function getDefaultValue(e){if(e.default)return e.default;var t=e.type,y=Array.isArray(t)?t[0]:t;if(typeof y!="string")return y.enum[0];switch(y){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class Settings{constructor(t){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,t=t||{};for(var y in SETTINGS_SCHEMA)if(SETTINGS_SCHEMA.hasOwnProperty(y)){var n=SETTINGS_SCHEMA[y];this[y]=t[y]!==void 0?n.processor?n.processor(t[y]):t[y]:getDefaultValue(n)}}reportNonstrict(t,y,n){var $=this.strict;if(typeof $=="function"&&($=$(t,y,n)),!(!$||$==="ignore")){if($===!0||$==="error")throw new ParseError("LaTeX-incompatible input and strict mode is set to 'error': "+(y+" ["+t+"]"),n);$==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(y+" ["+t+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+$+"': "+y+" ["+t+"]"))}}useStrictBehavior(t,y,n){var $=this.strict;if(typeof $=="function")try{$=$(t,y,n)}catch{$="error"}return!$||$==="ignore"?!1:$===!0||$==="error"?!0:$==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(y+" ["+t+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+$+"': "+y+" ["+t+"]")),!1)}isTrusted(t){if(t.url&&!t.protocol){var y=utils$u.protocolFromUrl(t.url);if(y==null)return!1;t.protocol=y}var n=typeof this.trust=="function"?this.trust(t):this.trust;return!!n}}class Style{constructor(t,y,n){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=t,this.size=y,this.cramped=n}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=0,Dc=1,T$1=2,Tc=3,S=4,Sc$2=5,SS=6,SSc=7,styles=[new Style(D,0,!1),new Style(Dc,0,!0),new Style(T$1,1,!1),new Style(Tc,1,!0),new Style(S,2,!1),new Style(Sc$2,2,!0),new Style(SS,3,!1),new Style(SSc,3,!0)],sup$2=[S,Sc$2,S,Sc$2,SS,SSc,SS,SSc],sub$2=[Sc$2,Sc$2,Sc$2,Sc$2,SSc,SSc,SSc,SSc],fracNum=[T$1,Tc,S,Sc$2,SS,SSc,SS,SSc],fracDen=[Tc,Tc,Sc$2,Sc$2,SSc,SSc,SSc,SSc],cramp=[Dc,Dc,Tc,Tc,Sc$2,Sc$2,SSc,SSc],text$1=[D,Dc,T$1,Tc,T$1,Tc,T$1,Tc],Style$1={DISPLAY:styles[D],TEXT:styles[T$1],SCRIPT:styles[S],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(e){for(var t=0;t<scriptData.length;t++)for(var y=scriptData[t],n=0;n<y.blocks.length;n++){var $=y.blocks[n];if(e>=$[0]&&e<=$[1])return y.name}return null}var allBlocks=[];scriptData.forEach(e=>e.blocks.forEach(t=>allBlocks.push(...t)));function supportedCodepoint(e){for(var t=0;t<allBlocks.length;t+=2)if(e>=allBlocks[t]&&e<=allBlocks[t+1])return!0;return!1}var hLinePad=80,sqrtMain=function(t,y){return"M95,"+(622+t+y)+`
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`+t/2.075+" -"+t+`
c5.3,-9.3,12,-14,20,-14
H400000v`+(40+t)+`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+t)+" "+y+"h400000v"+(40+t)+"h-400000z"},sqrtSize1=function(t,y){return"M263,"+(601+t+y)+`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`+t/2.084+" -"+t+`
c4.7,-7.3,11,-11,19,-11
H40000v`+(40+t)+`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+t)+" "+y+"h400000v"+(40+t)+"h-400000z"},sqrtSize2=function(t,y){return"M983 "+(10+t+y)+`
l`+t/3.13+" -"+t+`
c4,-6.7,10,-10,18,-10 H400000v`+(40+t)+`
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+t)+" "+y+"h400000v"+(40+t)+"h-400000z"},sqrtSize3=function(t,y){return"M424,"+(2398+t+y)+`
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`+t/4.223+" -"+t+`c4,-6.7,10,-10,18,-10 H400000
v`+(40+t)+`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+t)+" "+y+`
h400000v`+(40+t)+"h-400000z"},sqrtSize4=function(t,y){return"M473,"+(2713+t+y)+`
c339.3,-1799.3,509.3,-2700,510,-2702 l`+t/5.298+" -"+t+`
c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+t)+`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+t)+" "+y+"h400000v"+(40+t)+"H1017.7z"},phasePath=function(t){var y=t/2;return"M400000 "+t+" H0 L"+y+" 0 l65 45 L145 "+(t-80)+" H400000z"},sqrtTall=function(t,y,n){var $=n-54-y-t;return"M702 "+(t+y)+"H400000"+(40+t)+`
H742v`+$+`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 `+y+"H400000v"+(40+t)+"H742z"},sqrtPath=function(t,y,n){y=1e3*y;var $="";switch(t){case"sqrtMain":$=sqrtMain(y,hLinePad);break;case"sqrtSize1":$=sqrtSize1(y,hLinePad);break;case"sqrtSize2":$=sqrtSize2(y,hLinePad);break;case"sqrtSize3":$=sqrtSize3(y,hLinePad);break;case"sqrtSize4":$=sqrtSize4(y,hLinePad);break;case"sqrtTall":$=sqrtTall(y,hLinePad,n)}return $},innerPath=function(t,y){switch(t){case"⎜":return"M291 0 H417 V"+y+" H291z M291 0 H417 V"+y+" H291z";case"":return"M145 0 H188 V"+y+" H145z M145 0 H188 V"+y+" H145z";case"∥":return"M145 0 H188 V"+y+" H145z M145 0 H188 V"+y+" H145z"+("M367 0 H410 V"+y+" H367z M367 0 H410 V"+y+" H367z");case"⎟":return"M457 0 H583 V"+y+" H457z M457 0 H583 V"+y+" H457z";case"⎢":return"M319 0 H403 V"+y+" H319z M319 0 H403 V"+y+" H319z";case"⎥":return"M263 0 H347 V"+y+" H263z M263 0 H347 V"+y+" H263z";case"⎪":return"M384 0 H504 V"+y+" H384z M384 0 H504 V"+y+" H384z";case"⏐":return"M312 0 H355 V"+y+" H312z M312 0 H355 V"+y+" H312z";case"‖":return"M257 0 H300 V"+y+" H257z M257 0 H300 V"+y+" H257z"+("M478 0 H521 V"+y+" H478z M478 0 H521 V"+y+" H478z");default:return""}},path$2={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(t,y){switch(t){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+y+` v1759 h347 v-84
H403z M403 1759 V0 H319 V1759 v`+y+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+y+` v1759 H0 v84 H347z
M347 1759 V0 H263 V1759 v`+y+" v1759 h84z";case"vert":return"M145 15 v585 v"+y+` v585 c2.667,10,9.667,15,21,15
c10,0,16.667,-5,20,-15 v-585 v`+-y+` v-585 c-2.667,-10,-9.667,-15,-21,-15
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+y+" v585 h43z";case"doublevert":return"M145 15 v585 v"+y+` v585 c2.667,10,9.667,15,21,15
c10,0,16.667,-5,20,-15 v-585 v`+-y+` v-585 c-2.667,-10,-9.667,-15,-21,-15
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+y+` v585 h43z
M367 15 v585 v`+y+` v585 c2.667,10,9.667,15,21,15
c10,0,16.667,-5,20,-15 v-585 v`+-y+` v-585 c-2.667,-10,-9.667,-15,-21,-15
c-10,0,-16.667,5,-20,15z M410 15 H367 v585 v`+y+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+y+` v1715 h263 v84 H319z
MM319 602 V0 H403 V602 v`+y+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+y+` v1799 H0 v-84 H319z
MM319 602 V0 H403 V602 v`+y+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+y+` v602 h84z
M403 1759 V0 H319 V1759 v`+y+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+y+` v602 h84z
M347 1759 V0 h-84 V1759 v`+y+" 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,`+(y+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,-`+(y+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,`+(y+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,-`+(y+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(t){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=t,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){for(var t=document.createDocumentFragment(),y=0;y<this.children.length;y++)t.appendChild(this.children[y].toNode());return t}toMarkup(){for(var t="",y=0;y<this.children.length;y++)t+=this.children[y].toMarkup();return t}toText(){var t=y=>y.toText();return this.children.map(t).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(e,t){fontMetricsData[e]=t}function getCharacterMetrics(e,t,y){if(!fontMetricsData[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),$=fontMetricsData[t][n];if(!$&&e[0]in extraCharacterMap&&(n=extraCharacterMap[e[0]].charCodeAt(0),$=fontMetricsData[t][n]),!$&&y==="text"&&supportedCodepoint(n)&&($=fontMetricsData[t][77]),$)return{depth:$[0],height:$[1],italic:$[2],skew:$[3],width:$[4]}}var fontMetricsBySizeIndex={};function getGlobalMetrics(e){var t;if(e>=5?t=0:e>=3?t=1:t=2,!fontMetricsBySizeIndex[t]){var y=fontMetricsBySizeIndex[t]={cssEmPerMu:sigmasAndXis.quad[t]/18};for(var n in sigmasAndXis)sigmasAndXis.hasOwnProperty(n)&&(y[n]=sigmasAndXis[n][t])}return fontMetricsBySizeIndex[t]}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(t,y){return y.size<2?t:sizeStyleMap[t-1][y.size-1]};class Options{constructor(t){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=t.style,this.color=t.color,this.size=t.size||Options.BASESIZE,this.textSize=t.textSize||this.size,this.phantom=!!t.phantom,this.font=t.font||"",this.fontFamily=t.fontFamily||"",this.fontWeight=t.fontWeight||"",this.fontShape=t.fontShape||"",this.sizeMultiplier=sizeMultipliers[this.size-1],this.maxSize=t.maxSize,this.minRuleThickness=t.minRuleThickness,this._fontMetrics=void 0}extend(t){var y={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 n in t)t.hasOwnProperty(n)&&(y[n]=t[n]);return new Options(y)}havingStyle(t){return this.style===t?this:this.extend({style:t,size:sizeAtStyle(this.textSize,t)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(t){return this.size===t&&this.textSize===t?this:this.extend({style:this.style.text(),size:t,textSize:t,sizeMultiplier:sizeMultipliers[t-1]})}havingBaseStyle(t){t=t||this.style.text();var y=sizeAtStyle(Options.BASESIZE,t);return this.size===y&&this.textSize===Options.BASESIZE&&this.style===t?this:this.extend({style:t,size:y})}havingBaseSizing(){var t;switch(this.style.id){case 4:case 5:t=3;break;case 6:case 7:t=1;break;default:t=6}return this.extend({style:this.style.text(),size:t})}withColor(t){return this.extend({color:t})}withPhantom(){return this.extend({phantom:!0})}withFont(t){return this.extend({font:t})}withTextFontFamily(t){return this.extend({fontFamily:t,font:""})}withTextFontWeight(t){return this.extend({fontWeight:t,font:""})}withTextFontShape(t){return this.extend({fontShape:t,font:""})}sizingClasses(t){return t.size!==this.size?["sizing","reset-size"+t.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(t){return typeof t!="string"&&(t=t.unit),t in ptPerUnit||t in relativeUnit||t==="ex"},calculateSize=function(t,y){var n;if(t.unit in ptPerUnit)n=ptPerUnit[t.unit]/y.fontMetrics().ptPerEm/y.sizeMultiplier;else if(t.unit==="mu")n=y.fontMetrics().cssEmPerMu;else{var $;if(y.style.isTight()?$=y.havingStyle(y.style.text()):$=y,t.unit==="ex")n=$.fontMetrics().xHeight;else if(t.unit==="em")n=$.fontMetrics().quad;else throw new ParseError("Invalid unit: '"+t.unit+"'");$!==y&&(n*=$.sizeMultiplier/y.sizeMultiplier)}return Math.min(t.number*n,y.maxSize)},makeEm=function(t){return+t.toFixed(4)+"em"},createClass=function(t){return t.filter(y=>y).join(" ")},initNode=function(t,y,n){if(this.classes=t||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=n||{},y){y.style.isTight()&&this.classes.push("mtight");var $=y.getColor();$&&(this.style.color=$)}},toNode=function(t){var y=document.createElement(t);y.className=createClass(this.classes);for(var n in this.style)this.style.hasOwnProperty(n)&&(y.style[n]=this.style[n]);for(var $ in this.attributes)this.attributes.hasOwnProperty($)&&y.setAttribute($,this.attributes[$]);for(var k=0;k<this.children.length;k++)y.appendChild(this.children[k].toNode());return y},toMarkup=function(t){var y="<"+t;this.classes.length&&(y+=' class="'+utils$u.escape(createClass(this.classes))+'"');var n="";for(var $ in this.style)this.style.hasOwnProperty($)&&(n+=utils$u.hyphenate($)+":"+this.style[$]+";");n&&(y+=' style="'+utils$u.escape(n)+'"');for(var k in this.attributes)this.attributes.hasOwnProperty(k)&&(y+=" "+k+'="'+utils$u.escape(this.attributes[k])+'"');y+=">";for(var L=0;L<this.children.length;L++)y+=this.children[L].toMarkup();return y+="</"+t+">",y};class Span{constructor(t,y,n,$){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,t,n,$),this.children=y||[]}setAttribute(t,y){this.attributes[t]=y}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){return toNode.call(this,"span")}toMarkup(){return toMarkup.call(this,"span")}}class Anchor{constructor(t,y,n,$){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,y,$),this.children=n||[],this.setAttribute("href",t)}setAttribute(t,y){this.attributes[t]=y}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){return toNode.call(this,"a")}toMarkup(){return toMarkup.call(this,"a")}}class Img{constructor(t,y,n){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=y,this.src=t,this.classes=["mord"],this.style=n}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){var t=document.createElement("img");t.src=this.src,t.alt=this.alt,t.className="mord";for(var y in this.style)this.style.hasOwnProperty(y)&&(t.style[y]=this.style[y]);return t}toMarkup(){var t='<img src="'+utils$u.escape(this.src)+'"'+(' alt="'+utils$u.escape(this.alt)+'"'),y="";for(var n in this.style)this.style.hasOwnProperty(n)&&(y+=utils$u.hyphenate(n)+":"+this.style[n]+";");return y&&(t+=' style="'+utils$u.escape(y)+'"'),t+="'/>",t}}var iCombinations={î:"ı̂",ï:"ı̈",í:"ı́",ì:"ı̀"};class SymbolNode{constructor(t,y,n,$,k,L,j,V){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=t,this.height=y||0,this.depth=n||0,this.italic=$||0,this.skew=k||0,this.width=L||0,this.classes=j||[],this.style=V||{},this.maxFontSize=0;var z=scriptFromCodepoint(this.text.charCodeAt(0));z&&this.classes.push(z+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=iCombinations[this.text])}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){var t=document.createTextNode(this.text),y=null;this.italic>0&&(y=document.createElement("span"),y.style.marginRight=makeEm(this.italic)),this.classes.length>0&&(y=y||document.createElement("span"),y.className=createClass(this.classes));for(var n in this.style)this.style.hasOwnProperty(n)&&(y=y||document.createElement("span"),y.style[n]=this.style[n]);return y?(y.appendChild(t),y):t}toMarkup(){var t=!1,y="<span";this.classes.length&&(t=!0,y+=' class="',y+=utils$u.escape(createClass(this.classes)),y+='"');var n="";this.italic>0&&(n+="margin-right:"+this.italic+"em;");for(var $ in this.style)this.style.hasOwnProperty($)&&(n+=utils$u.hyphenate($)+":"+this.style[$]+";");n&&(t=!0,y+=' style="'+utils$u.escape(n)+'"');var k=utils$u.escape(this.text);return t?(y+=">",y+=k,y+="</span>",y):k}}class SvgNode{constructor(t,y){this.children=void 0,this.attributes=void 0,this.children=t||[],this.attributes=y||{}}toNode(){var t="http://www.w3.org/2000/svg",y=document.createElementNS(t,"svg");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&y.setAttribute(n,this.attributes[n]);for(var $=0;$<this.children.length;$++)y.appendChild(this.children[$].toNode());return y}toMarkup(){var t='<svg xmlns="http://www.w3.org/2000/svg"';for(var y in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,y)&&(t+=" "+y+'="'+utils$u.escape(this.attributes[y])+'"');t+=">";for(var n=0;n<this.children.length;n++)t+=this.children[n].toMarkup();return t+="</svg>",t}}class PathNode{constructor(t,y){this.pathName=void 0,this.alternate=void 0,this.pathName=t,this.alternate=y}toNode(){var t="http://www.w3.org/2000/svg",y=document.createElementNS(t,"path");return this.alternate?y.setAttribute("d",this.alternate):y.setAttribute("d",path$2[this.pathName]),y}toMarkup(){return this.alternate?'<path d="'+utils$u.escape(this.alternate)+'"/>':'<path d="'+utils$u.escape(path$2[this.pathName])+'"/>'}}class LineNode{constructor(t){this.attributes=void 0,this.attributes=t||{}}toNode(){var t="http://www.w3.org/2000/svg",y=document.createElementNS(t,"line");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&y.setAttribute(n,this.attributes[n]);return y}toMarkup(){var t="<line";for(var y in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,y)&&(t+=" "+y+'="'+utils$u.escape(this.attributes[y])+'"');return t+="/>",t}}function assertSymbolDomNode(e){if(e instanceof SymbolNode)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}function assertSpan(e){if(e instanceof Span)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}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(e,t,y,n,$,k){symbols[e][$]={font:t,group:y,replace:n},k&&n&&(symbols[e][n]=symbols[e][$])}var math="math",text="text",main$3="main",ams="ams",accent="accent-token",bin="bin",close="close",inner="inner",mathord="mathord",op="op-token",open="open",punct="punct",rel="rel",spacing="spacing",textord="textord";defineSymbol(math,main$3,rel,"≡","\\equiv",!0);defineSymbol(math,main$3,rel,"≺","\\prec",!0);defineSymbol(math,main$3,rel,"≻","\\succ",!0);defineSymbol(math,main$3,rel,"","\\sim",!0);defineSymbol(math,main$3,rel,"⊥","\\perp");defineSymbol(math,main$3,rel,"⪯","\\preceq",!0);defineSymbol(math,main$3,rel,"⪰","\\succeq",!0);defineSymbol(math,main$3,rel,"≃","\\simeq",!0);defineSymbol(math,main$3,rel,"","\\mid",!0);defineSymbol(math,main$3,rel,"≪","\\ll",!0);defineSymbol(math,main$3,rel,"≫","\\gg",!0);defineSymbol(math,main$3,rel,"≍","\\asymp",!0);defineSymbol(math,main$3,rel,"∥","\\parallel");defineSymbol(math,main$3,rel,"⋈","\\bowtie",!0);defineSymbol(math,main$3,rel,"⌣","\\smile",!0);defineSymbol(math,main$3,rel,"⊑","\\sqsubseteq",!0);defineSymbol(math,main$3,rel,"⊒","\\sqsupseteq",!0);defineSymbol(math,main$3,rel,"≐","\\doteq",!0);defineSymbol(math,main$3,rel,"⌢","\\frown",!0);defineSymbol(math,main$3,rel,"∋","\\ni",!0);defineSymbol(math,main$3,rel,"∝","\\propto",!0);defineSymbol(math,main$3,rel,"⊢","\\vdash",!0);defineSymbol(math,main$3,rel,"⊣","\\dashv",!0);defineSymbol(math,main$3,rel,"∋","\\owns");defineSymbol(math,main$3,punct,".","\\ldotp");defineSymbol(math,main$3,punct,"⋅","\\cdotp");defineSymbol(math,main$3,textord,"#","\\#");defineSymbol(text,main$3,textord,"#","\\#");defineSymbol(math,main$3,textord,"&","\\&");defineSymbol(text,main$3,textord,"&","\\&");defineSymbol(math,main$3,textord,"ℵ","\\aleph",!0);defineSymbol(math,main$3,textord,"∀","\\forall",!0);defineSymbol(math,main$3,textord,"ℏ","\\hbar",!0);defineSymbol(math,main$3,textord,"∃","\\exists",!0);defineSymbol(math,main$3,textord,"∇","\\nabla",!0);defineSymbol(math,main$3,textord,"♭","\\flat",!0);defineSymbol(math,main$3,textord,"","\\ell",!0);defineSymbol(math,main$3,textord,"♮","\\natural",!0);defineSymbol(math,main$3,textord,"♣","\\clubsuit",!0);defineSymbol(math,main$3,textord,"℘","\\wp",!0);defineSymbol(math,main$3,textord,"♯","\\sharp",!0);defineSymbol(math,main$3,textord,"♢","\\diamondsuit",!0);defineSymbol(math,main$3,textord,"","\\Re",!0);defineSymbol(math,main$3,textord,"♡","\\heartsuit",!0);defineSymbol(math,main$3,textord,"","\\Im",!0);defineSymbol(math,main$3,textord,"♠","\\spadesuit",!0);defineSymbol(math,main$3,textord,"§","\\S",!0);defineSymbol(text,main$3,textord,"§","\\S");defineSymbol(math,main$3,textord,"¶","\\P",!0);defineSymbol(text,main$3,textord,"¶","\\P");defineSymbol(math,main$3,textord,"†","\\dag");defineSymbol(text,main$3,textord,"†","\\dag");defineSymbol(text,main$3,textord,"†","\\textdagger");defineSymbol(math,main$3,textord,"‡","\\ddag");defineSymbol(text,main$3,textord,"‡","\\ddag");defineSymbol(text,main$3,textord,"‡","\\textdaggerdbl");defineSymbol(math,main$3,close,"⎱","\\rmoustache",!0);defineSymbol(math,main$3,open,"⎰","\\lmoustache",!0);defineSymbol(math,main$3,close,"⟯","\\rgroup",!0);defineSymbol(math,main$3,open,"⟮","\\lgroup",!0);defineSymbol(math,main$3,bin,"∓","\\mp",!0);defineSymbol(math,main$3,bin,"⊖","\\ominus",!0);defineSymbol(math,main$3,bin,"⊎","\\uplus",!0);defineSymbol(math,main$3,bin,"⊓","\\sqcap",!0);defineSymbol(math,main$3,bin,"","\\ast");defineSymbol(math,main$3,bin,"⊔","\\sqcup",!0);defineSymbol(math,main$3,bin,"◯","\\bigcirc",!0);defineSymbol(math,main$3,bin,"∙","\\bullet",!0);defineSymbol(math,main$3,bin,"‡","\\ddagger");defineSymbol(math,main$3,bin,"≀","\\wr",!0);defineSymbol(math,main$3,bin,"⨿","\\amalg");defineSymbol(math,main$3,bin,"&","\\And");defineSymbol(math,main$3,rel,"⟵","\\longleftarrow",!0);defineSymbol(math,main$3,rel,"⇐","\\Leftarrow",!0);defineSymbol(math,main$3,rel,"⟸","\\Longleftarrow",!0);defineSymbol(math,main$3,rel,"⟶","\\longrightarrow",!0);defineSymbol(math,main$3,rel,"⇒","\\Rightarrow",!0);defineSymbol(math,main$3,rel,"⟹","\\Longrightarrow",!0);defineSymbol(math,main$3,rel,"↔","\\leftrightarrow",!0);defineSymbol(math,main$3,rel,"⟷","\\longleftrightarrow",!0);defineSymbol(math,main$3,rel,"⇔","\\Leftrightarrow",!0);defineSymbol(math,main$3,rel,"⟺","\\Longleftrightarrow",!0);defineSymbol(math,main$3,rel,"↦","\\mapsto",!0);defineSymbol(math,main$3,rel,"⟼","\\longmapsto",!0);defineSymbol(math,main$3,rel,"↗","\\nearrow",!0);defineSymbol(math,main$3,rel,"↩","\\hookleftarrow",!0);defineSymbol(math,main$3,rel,"↪","\\hookrightarrow",!0);defineSymbol(math,main$3,rel,"↘","\\searrow",!0);defineSymbol(math,main$3,rel,"↼","\\leftharpoonup",!0);defineSymbol(math,main$3,rel,"⇀","\\rightharpoonup",!0);defineSymbol(math,main$3,rel,"↙","\\swarrow",!0);defineSymbol(math,main$3,rel,"↽","\\leftharpoondown",!0);defineSymbol(math,main$3,rel,"⇁","\\rightharpoondown",!0);defineSymbol(math,main$3,rel,"↖","\\nwarrow",!0);defineSymbol(math,main$3,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,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,main$3,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,ams,textord,"¥","\\yen",!0);defineSymbol(math,ams,textord,"✓","\\checkmark",!0);defineSymbol(text,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$3,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$3,rel,"⊶","\\origof",!0);defineSymbol(math,main$3,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$3,textord,"","`");defineSymbol(math,main$3,textord,"$","\\$");defineSymbol(text,main$3,textord,"$","\\$");defineSymbol(text,main$3,textord,"$","\\textdollar");defineSymbol(math,main$3,textord,"%","\\%");defineSymbol(text,main$3,textord,"%","\\%");defineSymbol(math,main$3,textord,"_","\\_");defineSymbol(text,main$3,textord,"_","\\_");defineSymbol(text,main$3,textord,"_","\\textunderscore");defineSymbol(math,main$3,textord,"∠","\\angle",!0);defineSymbol(math,main$3,textord,"∞","\\infty",!0);defineSymbol(math,main$3,textord,"","\\prime");defineSymbol(math,main$3,textord,"△","\\triangle");defineSymbol(math,main$3,textord,"Γ","\\Gamma",!0);defineSymbol(math,main$3,textord,"Δ","\\Delta",!0);defineSymbol(math,main$3,textord,"Θ","\\Theta",!0);defineSymbol(math,main$3,textord,"Λ","\\Lambda",!0);defineSymbol(math,main$3,textord,"Ξ","\\Xi",!0);defineSymbol(math,main$3,textord,"Π","\\Pi",!0);defineSymbol(math,main$3,textord,"Σ","\\Sigma",!0);defineSymbol(math,main$3,textord,"Υ","\\Upsilon",!0);defineSymbol(math,main$3,textord,"Φ","\\Phi",!0);defineSymbol(math,main$3,textord,"Ψ","\\Psi",!0);defineSymbol(math,main$3,textord,"Ω","\\Omega",!0);defineSymbol(math,main$3,textord,"A","Α");defineSymbol(math,main$3,textord,"B","Β");defineSymbol(math,main$3,textord,"E","Ε");defineSymbol(math,main$3,textord,"Z","Ζ");defineSymbol(math,main$3,textord,"H","Η");defineSymbol(math,main$3,textord,"I","Ι");defineSymbol(math,main$3,textord,"K","Κ");defineSymbol(math,main$3,textord,"M","Μ");defineSymbol(math,main$3,textord,"N","Ν");defineSymbol(math,main$3,textord,"O","Ο");defineSymbol(math,main$3,textord,"P","Ρ");defineSymbol(math,main$3,textord,"T","Τ");defineSymbol(math,main$3,textord,"X","Χ");defineSymbol(math,main$3,textord,"¬","\\neg",!0);defineSymbol(math,main$3,textord,"¬","\\lnot");defineSymbol(math,main$3,textord,"","\\top");defineSymbol(math,main$3,textord,"⊥","\\bot");defineSymbol(math,main$3,textord,"∅","\\emptyset");defineSymbol(math,ams,textord,"∅","\\varnothing");defineSymbol(math,main$3,mathord,"α","\\alpha",!0);defineSymbol(math,main$3,mathord,"β","\\beta",!0);defineSymbol(math,main$3,mathord,"γ","\\gamma",!0);defineSymbol(math,main$3,mathord,"δ","\\delta",!0);defineSymbol(math,main$3,mathord,"ϵ","\\epsilon",!0);defineSymbol(math,main$3,mathord,"ζ","\\zeta",!0);defineSymbol(math,main$3,mathord,"η","\\eta",!0);defineSymbol(math,main$3,mathord,"θ","\\theta",!0);defineSymbol(math,main$3,mathord,"ι","\\iota",!0);defineSymbol(math,main$3,mathord,"κ","\\kappa",!0);defineSymbol(math,main$3,mathord,"λ","\\lambda",!0);defineSymbol(math,main$3,mathord,"μ","\\mu",!0);defineSymbol(math,main$3,mathord,"ν","\\nu",!0);defineSymbol(math,main$3,mathord,"ξ","\\xi",!0);defineSymbol(math,main$3,mathord,"ο","\\omicron",!0);defineSymbol(math,main$3,mathord,"π","\\pi",!0);defineSymbol(math,main$3,mathord,"ρ","\\rho",!0);defineSymbol(math,main$3,mathord,"σ","\\sigma",!0);defineSymbol(math,main$3,mathord,"τ","\\tau",!0);defineSymbol(math,main$3,mathord,"υ","\\upsilon",!0);defineSymbol(math,main$3,mathord,"ϕ","\\phi",!0);defineSymbol(math,main$3,mathord,"χ","\\chi",!0);defineSymbol(math,main$3,mathord,"ψ","\\psi",!0);defineSymbol(math,main$3,mathord,"ω","\\omega",!0);defineSymbol(math,main$3,mathord,"ε","\\varepsilon",!0);defineSymbol(math,main$3,mathord,"ϑ","\\vartheta",!0);defineSymbol(math,main$3,mathord,"ϖ","\\varpi",!0);defineSymbol(math,main$3,mathord,"ϱ","\\varrho",!0);defineSymbol(math,main$3,mathord,"ς","\\varsigma",!0);defineSymbol(math,main$3,mathord,"φ","\\varphi",!0);defineSymbol(math,main$3,bin,"","*",!0);defineSymbol(math,main$3,bin,"+","+");defineSymbol(math,main$3,bin,"","-",!0);defineSymbol(math,main$3,bin,"⋅","\\cdot",!0);defineSymbol(math,main$3,bin,"∘","\\circ",!0);defineSymbol(math,main$3,bin,"÷","\\div",!0);defineSymbol(math,main$3,bin,"±","\\pm",!0);defineSymbol(math,main$3,bin,"×","\\times",!0);defineSymbol(math,main$3,bin,"∩","\\cap",!0);defineSymbol(math,main$3,bin,"","\\cup",!0);defineSymbol(math,main$3,bin,"","\\setminus",!0);defineSymbol(math,main$3,bin,"∧","\\land");defineSymbol(math,main$3,bin,"","\\lor");defineSymbol(math,main$3,bin,"∧","\\wedge",!0);defineSymbol(math,main$3,bin,"","\\vee",!0);defineSymbol(math,main$3,textord,"√","\\surd");defineSymbol(math,main$3,open,"⟨","\\langle",!0);defineSymbol(math,main$3,open,"","\\lvert");defineSymbol(math,main$3,open,"∥","\\lVert");defineSymbol(math,main$3,close,"?","?");defineSymbol(math,main$3,close,"!","!");defineSymbol(math,main$3,close,"⟩","\\rangle",!0);defineSymbol(math,main$3,close,"","\\rvert");defineSymbol(math,main$3,close,"∥","\\rVert");defineSymbol(math,main$3,rel,"=","=");defineSymbol(math,main$3,rel,":",":");defineSymbol(math,main$3,rel,"≈","\\approx",!0);defineSymbol(math,main$3,rel,"≅","\\cong",!0);defineSymbol(math,main$3,rel,"≥","\\ge");defineSymbol(math,main$3,rel,"≥","\\geq",!0);defineSymbol(math,main$3,rel,"←","\\gets");defineSymbol(math,main$3,rel,">","\\gt",!0);defineSymbol(math,main$3,rel,"∈","\\in",!0);defineSymbol(math,main$3,rel,"","\\@not");defineSymbol(math,main$3,rel,"⊂","\\subset",!0);defineSymbol(math,main$3,rel,"⊃","\\supset",!0);defineSymbol(math,main$3,rel,"⊆","\\subseteq",!0);defineSymbol(math,main$3,rel,"⊇","\\supseteq",!0);defineSymbol(math,ams,rel,"⊈","\\nsubseteq",!0);defineSymbol(math,ams,rel,"⊉","\\nsupseteq",!0);defineSymbol(math,main$3,rel,"⊨","\\models");defineSymbol(math,main$3,rel,"←","\\leftarrow",!0);defineSymbol(math,main$3,rel,"≤","\\le");defineSymbol(math,main$3,rel,"≤","\\leq",!0);defineSymbol(math,main$3,rel,"<","\\lt",!0);defineSymbol(math,main$3,rel,"→","\\rightarrow",!0);defineSymbol(math,main$3,rel,"→","\\to");defineSymbol(math,ams,rel,"≱","\\ngeq",!0);defineSymbol(math,ams,rel,"≰","\\nleq",!0);defineSymbol(math,main$3,spacing," ","\\ ");defineSymbol(math,main$3,spacing," ","\\space");defineSymbol(math,main$3,spacing," ","\\nobreakspace");defineSymbol(text,main$3,spacing," ","\\ ");defineSymbol(text,main$3,spacing," "," ");defineSymbol(text,main$3,spacing," ","\\space");defineSymbol(text,main$3,spacing," ","\\nobreakspace");defineSymbol(math,main$3,spacing,null,"\\nobreak");defineSymbol(math,main$3,spacing,null,"\\allowbreak");defineSymbol(math,main$3,punct,",",",");defineSymbol(math,main$3,punct,";",";");defineSymbol(math,ams,bin,"⊼","\\barwedge",!0);defineSymbol(math,ams,bin,"⊻","\\veebar",!0);defineSymbol(math,main$3,bin,"⊙","\\odot",!0);defineSymbol(math,main$3,bin,"⊕","\\oplus",!0);defineSymbol(math,main$3,bin,"⊗","\\otimes",!0);defineSymbol(math,main$3,textord,"∂","\\partial",!0);defineSymbol(math,main$3,bin,"⊘","\\oslash",!0);defineSymbol(math,ams,bin,"⊚","\\circledcirc",!0);defineSymbol(math,ams,bin,"⊡","\\boxdot",!0);defineSymbol(math,main$3,bin,"△","\\bigtriangleup");defineSymbol(math,main$3,bin,"▽","\\bigtriangledown");defineSymbol(math,main$3,bin,"†","\\dagger");defineSymbol(math,main$3,bin,"⋄","\\diamond");defineSymbol(math,main$3,bin,"⋆","\\star");defineSymbol(math,main$3,bin,"◃","\\triangleleft");defineSymbol(math,main$3,bin,"▹","\\triangleright");defineSymbol(math,main$3,open,"{","\\{");defineSymbol(text,main$3,textord,"{","\\{");defineSymbol(text,main$3,textord,"{","\\textbraceleft");defineSymbol(math,main$3,close,"}","\\}");defineSymbol(text,main$3,textord,"}","\\}");defineSymbol(text,main$3,textord,"}","\\textbraceright");defineSymbol(math,main$3,open,"{","\\lbrace");defineSymbol(math,main$3,close,"}","\\rbrace");defineSymbol(math,main$3,open,"[","\\lbrack",!0);defineSymbol(text,main$3,textord,"[","\\lbrack",!0);defineSymbol(math,main$3,close,"]","\\rbrack",!0);defineSymbol(text,main$3,textord,"]","\\rbrack",!0);defineSymbol(math,main$3,open,"(","\\lparen",!0);defineSymbol(math,main$3,close,")","\\rparen",!0);defineSymbol(text,main$3,textord,"<","\\textless",!0);defineSymbol(text,main$3,textord,">","\\textgreater",!0);defineSymbol(math,main$3,open,"⌊","\\lfloor",!0);defineSymbol(math,main$3,close,"⌋","\\rfloor",!0);defineSymbol(math,main$3,open,"⌈","\\lceil",!0);defineSymbol(math,main$3,close,"⌉","\\rceil",!0);defineSymbol(math,main$3,textord,"\\","\\backslash");defineSymbol(math,main$3,textord,"","|");defineSymbol(math,main$3,textord,"","\\vert");defineSymbol(text,main$3,textord,"|","\\textbar",!0);defineSymbol(math,main$3,textord,"∥","\\|");defineSymbol(math,main$3,textord,"∥","\\Vert");defineSymbol(text,main$3,textord,"∥","\\textbardbl");defineSymbol(text,main$3,textord,"~","\\textasciitilde");defineSymbol(text,main$3,textord,"\\","\\textbackslash");defineSymbol(text,main$3,textord,"^","\\textasciicircum");defineSymbol(math,main$3,rel,"↑","\\uparrow",!0);defineSymbol(math,main$3,rel,"⇑","\\Uparrow",!0);defineSymbol(math,main$3,rel,"↓","\\downarrow",!0);defineSymbol(math,main$3,rel,"⇓","\\Downarrow",!0);defineSymbol(math,main$3,rel,"↕","\\updownarrow",!0);defineSymbol(math,main$3,rel,"⇕","\\Updownarrow",!0);defineSymbol(math,main$3,op,"∐","\\coprod");defineSymbol(math,main$3,op,"","\\bigvee");defineSymbol(math,main$3,op,"⋀","\\bigwedge");defineSymbol(math,main$3,op,"⨄","\\biguplus");defineSymbol(math,main$3,op,"⋂","\\bigcap");defineSymbol(math,main$3,op,"","\\bigcup");defineSymbol(math,main$3,op,"∫","\\int");defineSymbol(math,main$3,op,"∫","\\intop");defineSymbol(math,main$3,op,"∬","\\iint");defineSymbol(math,main$3,op,"∭","\\iiint");defineSymbol(math,main$3,op,"∏","\\prod");defineSymbol(math,main$3,op,"∑","\\sum");defineSymbol(math,main$3,op,"⨂","\\bigotimes");defineSymbol(math,main$3,op,"⨁","\\bigoplus");defineSymbol(math,main$3,op,"⨀","\\bigodot");defineSymbol(math,main$3,op,"∮","\\oint");defineSymbol(math,main$3,op,"∯","\\oiint");defineSymbol(math,main$3,op,"∰","\\oiiint");defineSymbol(math,main$3,op,"⨆","\\bigsqcup");defineSymbol(math,main$3,op,"∫","\\smallint");defineSymbol(text,main$3,inner,"…","\\textellipsis");defineSymbol(math,main$3,inner,"…","\\mathellipsis");defineSymbol(text,main$3,inner,"…","\\ldots",!0);defineSymbol(math,main$3,inner,"…","\\ldots",!0);defineSymbol(math,main$3,inner,"⋯","\\@cdots",!0);defineSymbol(math,main$3,inner,"⋱","\\ddots",!0);defineSymbol(math,main$3,textord,"⋮","\\varvdots");defineSymbol(math,main$3,accent,"ˊ","\\acute");defineSymbol(math,main$3,accent,"ˋ","\\grave");defineSymbol(math,main$3,accent,"¨","\\ddot");defineSymbol(math,main$3,accent,"~","\\tilde");defineSymbol(math,main$3,accent,"ˉ","\\bar");defineSymbol(math,main$3,accent,"˘","\\breve");defineSymbol(math,main$3,accent,"ˇ","\\check");defineSymbol(math,main$3,accent,"^","\\hat");defineSymbol(math,main$3,accent,"⃗","\\vec");defineSymbol(math,main$3,accent,"˙","\\dot");defineSymbol(math,main$3,accent,"˚","\\mathring");defineSymbol(math,main$3,mathord,"","\\@imath");defineSymbol(math,main$3,mathord,"","\\@jmath");defineSymbol(math,main$3,textord,"ı","ı");defineSymbol(math,main$3,textord,"ȷ","ȷ");defineSymbol(text,main$3,textord,"ı","\\i",!0);defineSymbol(text,main$3,textord,"ȷ","\\j",!0);defineSymbol(text,main$3,textord,"ß","\\ss",!0);defineSymbol(text,main$3,textord,"æ","\\ae",!0);defineSymbol(text,main$3,textord,"œ","\\oe",!0);defineSymbol(text,main$3,textord,"ø","\\o",!0);defineSymbol(text,main$3,textord,"Æ","\\AE",!0);defineSymbol(text,main$3,textord,"Œ","\\OE",!0);defineSymbol(text,main$3,textord,"Ø","\\O",!0);defineSymbol(text,main$3,accent,"ˊ","\\'");defineSymbol(text,main$3,accent,"ˋ","\\`");defineSymbol(text,main$3,accent,"ˆ","\\^");defineSymbol(text,main$3,accent,"˜","\\~");defineSymbol(text,main$3,accent,"ˉ","\\=");defineSymbol(text,main$3,accent,"˘","\\u");defineSymbol(text,main$3,accent,"˙","\\.");defineSymbol(text,main$3,accent,"¸","\\c");defineSymbol(text,main$3,accent,"˚","\\r");defineSymbol(text,main$3,accent,"ˇ","\\v");defineSymbol(text,main$3,accent,"¨",'\\"');defineSymbol(text,main$3,accent,"˝","\\H");defineSymbol(text,main$3,accent,"◯","\\textcircled");var ligatures={"--":!0,"---":!0,"``":!0,"''":!0};defineSymbol(text,main$3,textord,"","--",!0);defineSymbol(text,main$3,textord,"","\\textendash");defineSymbol(text,main$3,textord,"—","---",!0);defineSymbol(text,main$3,textord,"—","\\textemdash");defineSymbol(text,main$3,textord,"","`",!0);defineSymbol(text,main$3,textord,"","\\textquoteleft");defineSymbol(text,main$3,textord,"","'",!0);defineSymbol(text,main$3,textord,"","\\textquoteright");defineSymbol(text,main$3,textord,"“","``",!0);defineSymbol(text,main$3,textord,"“","\\textquotedblleft");defineSymbol(text,main$3,textord,"”","''",!0);defineSymbol(text,main$3,textord,"”","\\textquotedblright");defineSymbol(math,main$3,textord,"°","\\degree",!0);defineSymbol(text,main$3,textord,"°","\\degree");defineSymbol(text,main$3,textord,"°","\\textdegree",!0);defineSymbol(math,main$3,textord,"£","\\pounds");defineSymbol(math,main$3,textord,"£","\\mathsterling",!0);defineSymbol(text,main$3,textord,"£","\\pounds");defineSymbol(text,main$3,textord,"£","\\textsterling",!0);defineSymbol(math,ams,textord,"✠","\\maltese");defineSymbol(text,ams,textord,"✠","\\maltese");var mathTextSymbols='0123456789/@."';for(var i$3=0;i$3<mathTextSymbols.length;i$3++){var ch$1=mathTextSymbols.charAt(i$3);defineSymbol(math,main$3,textord,ch$1,ch$1)}var textSymbols='0123456789!@*()-=+";:?/.,';for(var _i$1=0;_i$1<textSymbols.length;_i$1++){var _ch=textSymbols.charAt(_i$1);defineSymbol(text,main$3,textord,_ch,_ch)}var letters="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";for(var _i2=0;_i2<letters.length;_i2++){var _ch2=letters.charAt(_i2);defineSymbol(math,main$3,mathord,_ch2,_ch2),defineSymbol(text,main$3,textord,_ch2,_ch2)}defineSymbol(math,ams,textord,"C","");defineSymbol(text,ams,textord,"C","");defineSymbol(math,ams,textord,"H","");defineSymbol(text,ams,textord,"H","");defineSymbol(math,ams,textord,"N","");defineSymbol(text,ams,textord,"N","");defineSymbol(math,ams,textord,"P","");defineSymbol(text,ams,textord,"P","");defineSymbol(math,ams,textord,"Q","");defineSymbol(text,ams,textord,"Q","");defineSymbol(math,ams,textord,"R","");defineSymbol(text,ams,textord,"R","");defineSymbol(math,ams,textord,"Z","");defineSymbol(text,ams,textord,"Z","");defineSymbol(math,main$3,mathord,"h","");defineSymbol(text,main$3,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$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56372+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56424+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56580+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56684+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56736+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56788+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56840+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56944+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),_i3<26&&(wideChar=String.fromCharCode(55349,56632+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56476+_i3),defineSymbol(math,main$3,mathord,_ch3,wideChar),defineSymbol(text,main$3,textord,_ch3,wideChar))}wideChar="𝕜";defineSymbol(math,main$3,mathord,"k",wideChar);defineSymbol(text,main$3,textord,"k",wideChar);for(var _i4=0;_i4<10;_i4++){var _ch4=_i4.toString();wideChar=String.fromCharCode(55349,57294+_i4),defineSymbol(math,main$3,mathord,_ch4,wideChar),defineSymbol(text,main$3,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57314+_i4),defineSymbol(math,main$3,mathord,_ch4,wideChar),defineSymbol(text,main$3,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57324+_i4),defineSymbol(math,main$3,mathord,_ch4,wideChar),defineSymbol(text,main$3,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57334+_i4),defineSymbol(math,main$3,mathord,_ch4,wideChar),defineSymbol(text,main$3,textord,_ch4,wideChar)}var extraLatin="ÐÞþ";for(var _i5=0;_i5<extraLatin.length;_i5++){var _ch5=extraLatin.charAt(_i5);defineSymbol(math,main$3,mathord,_ch5,_ch5),defineSymbol(text,main$3,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(t,y){var n=t.charCodeAt(0),$=t.charCodeAt(1),k=(n-55296)*1024+($-56320)+65536,L=y==="math"?0:1;if(119808<=k&&k<120484){var j=Math.floor((k-119808)/26);return[wideLatinLetterData[j][2],wideLatinLetterData[j][L]]}else if(120782<=k&&k<=120831){var V=Math.floor((k-120782)/10);return[wideNumeralData[V][2],wideNumeralData[V][L]]}else{if(k===120485||k===120486)return[wideLatinLetterData[0][2],wideLatinLetterData[0][L]];if(120486<k&&k<120782)return["",""];throw new ParseError("Unsupported character: "+t)}},lookupSymbol=function(t,y,n){return symbols[n][t]&&symbols[n][t].replace&&(t=symbols[n][t].replace),{value:t,metrics:getCharacterMetrics(t,y,n)}},makeSymbol=function(t,y,n,$,k){var L=lookupSymbol(t,y,n),j=L.metrics;t=L.value;var V;if(j){var z=j.italic;(n==="text"||$&&$.font==="mathit")&&(z=0),V=new SymbolNode(t,j.height,j.depth,z,j.skew,j.width,k)}else typeof console<"u"&&console.warn("No character metrics "+("for '"+t+"' in style '"+y+"' and mode '"+n+"'")),V=new SymbolNode(t,0,0,0,0,0,k);if($){V.maxFontSize=$.sizeMultiplier,$.style.isTight()&&V.classes.push("mtight");var re=$.getColor();re&&(V.style.color=re)}return V},mathsym=function(t,y,n,$){return $===void 0&&($=[]),n.font==="boldsymbol"&&lookupSymbol(t,"Main-Bold",y).metrics?makeSymbol(t,"Main-Bold",y,n,$.concat(["mathbf"])):t==="\\"||symbols[y][t].font==="main"?makeSymbol(t,"Main-Regular",y,n,$):makeSymbol(t,"AMS-Regular",y,n,$.concat(["amsrm"]))},boldsymbol=function(t,y,n,$,k){return k!=="textord"&&lookupSymbol(t,"Math-BoldItalic",y).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},makeOrd=function(t,y,n){var $=t.mode,k=t.text,L=["mord"],j=$==="math"||$==="text"&&y.font,V=j?y.font:y.fontFamily,z="",re="";if(k.charCodeAt(0)===55349&&([z,re]=wideCharacterFont(k,$)),z.length>0)return makeSymbol(k,z,$,y,L.concat(re));if(V){var oe,ue;if(V==="boldsymbol"){var de=boldsymbol(k,$,y,L,n);oe=de.fontName,ue=[de.fontClass]}else j?(oe=fontMap[V].fontName,ue=[V]):(oe=retrieveTextFontName(V,y.fontWeight,y.fontShape),ue=[V,y.fontWeight,y.fontShape]);if(lookupSymbol(k,oe,$).metrics)return makeSymbol(k,oe,$,y,L.concat(ue));if(ligatures.hasOwnProperty(k)&&oe.slice(0,10)==="Typewriter"){for(var _e=[],Ne=0;Ne<k.length;Ne++)_e.push(makeSymbol(k[Ne],oe,$,y,L.concat(ue)));return makeFragment(_e)}}if(n==="mathord")return makeSymbol(k,"Math-Italic",$,y,L.concat(["mathnormal"]));if(n==="textord"){var Ue=symbols[$][k]&&symbols[$][k].font;if(Ue==="ams"){var $e=retrieveTextFontName("amsrm",y.fontWeight,y.fontShape);return makeSymbol(k,$e,$,y,L.concat("amsrm",y.fontWeight,y.fontShape))}else if(Ue==="main"||!Ue){var Ve=retrieveTextFontName("textrm",y.fontWeight,y.fontShape);return makeSymbol(k,Ve,$,y,L.concat(y.fontWeight,y.fontShape))}else{var Fe=retrieveTextFontName(Ue,y.fontWeight,y.fontShape);return makeSymbol(k,Fe,$,y,L.concat(Fe,y.fontWeight,y.fontShape))}}else throw new Error("unexpected type: "+n+" in makeOrd")},canCombine=(e,t)=>{if(createClass(e.classes)!==createClass(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(e.classes.length===1){var y=e.classes[0];if(y==="mbin"||y==="mord")return!1}for(var n in e.style)if(e.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;for(var $ in t.style)if(t.style.hasOwnProperty($)&&e.style[$]!==t.style[$])return!1;return!0},tryCombineChars=e=>{for(var t=0;t<e.length-1;t++){var y=e[t],n=e[t+1];y instanceof SymbolNode&&n instanceof SymbolNode&&canCombine(y,n)&&(y.text+=n.text,y.height=Math.max(y.height,n.height),y.depth=Math.max(y.depth,n.depth),y.italic=n.italic,e.splice(t+1,1),t--)}return e},sizeElementFromChildren=function(t){for(var y=0,n=0,$=0,k=0;k<t.children.length;k++){var L=t.children[k];L.height>y&&(y=L.height),L.depth>n&&(n=L.depth),L.maxFontSize>$&&($=L.maxFontSize)}t.height=y,t.depth=n,t.maxFontSize=$},makeSpan$2=function(t,y,n,$){var k=new Span(t,y,n,$);return sizeElementFromChildren(k),k},makeSvgSpan=(e,t,y,n)=>new Span(e,t,y,n),makeLineSpan=function(t,y,n){var $=makeSpan$2([t],[],y);return $.height=Math.max(n||y.fontMetrics().defaultRuleThickness,y.minRuleThickness),$.style.borderBottomWidth=makeEm($.height),$.maxFontSize=1,$},makeAnchor=function(t,y,n,$){var k=new Anchor(t,y,n,$);return sizeElementFromChildren(k),k},makeFragment=function(t){var y=new DocumentFragment(t);return sizeElementFromChildren(y),y},wrapFragment=function(t,y){return t instanceof DocumentFragment?makeSpan$2([],[t],y):t},getVListChildrenAndDepth=function(t){if(t.positionType==="individualShift"){for(var y=t.children,n=[y[0]],$=-y[0].shift-y[0].elem.depth,k=$,L=1;L<y.length;L++){var j=-y[L].shift-k-y[L].elem.depth,V=j-(y[L-1].elem.height+y[L-1].elem.depth);k=k+j,n.push({type:"kern",size:V}),n.push(y[L])}return{children:n,depth:$}}var z;if(t.positionType==="top"){for(var re=t.positionData,oe=0;oe<t.children.length;oe++){var ue=t.children[oe];re-=ue.type==="kern"?ue.size:ue.elem.height+ue.elem.depth}z=re}else if(t.positionType==="bottom")z=-t.positionData;else{var de=t.children[0];if(de.type!=="elem")throw new Error('First child must have type "elem".');if(t.positionType==="shift")z=-de.elem.depth-t.positionData;else if(t.positionType==="firstBaseline")z=-de.elem.depth;else throw new Error("Invalid positionType "+t.positionType+".")}return{children:t.children,depth:z}},makeVList=function(t,y){for(var{children:n,depth:$}=getVListChildrenAndDepth(t),k=0,L=0;L<n.length;L++){var j=n[L];if(j.type==="elem"){var V=j.elem;k=Math.max(k,V.maxFontSize,V.height)}}k+=2;var z=makeSpan$2(["pstrut"],[]);z.style.height=makeEm(k);for(var re=[],oe=$,ue=$,de=$,_e=0;_e<n.length;_e++){var Ne=n[_e];if(Ne.type==="kern")de+=Ne.size;else{var Ue=Ne.elem,$e=Ne.wrapperClasses||[],Ve=Ne.wrapperStyle||{},Fe=makeSpan$2($e,[z,Ue],void 0,Ve);Fe.style.top=makeEm(-k-de-Ue.depth),Ne.marginLeft&&(Fe.style.marginLeft=Ne.marginLeft),Ne.marginRight&&(Fe.style.marginRight=Ne.marginRight),re.push(Fe),de+=Ue.height+Ue.depth}oe=Math.min(oe,de),ue=Math.max(ue,de)}var qe=makeSpan$2(["vlist"],re);qe.style.height=makeEm(ue);var er;if(oe<0){var ir=makeSpan$2([],[]),dr=makeSpan$2(["vlist"],[ir]);dr.style.height=makeEm(-oe);var cr=makeSpan$2(["vlist-s"],[new SymbolNode("")]);er=[makeSpan$2(["vlist-r"],[qe,cr]),makeSpan$2(["vlist-r"],[dr])]}else er=[makeSpan$2(["vlist-r"],[qe])];var nr=makeSpan$2(["vlist-t"],er);return er.length===2&&nr.classes.push("vlist-t2"),nr.height=ue,nr.depth=-oe,nr},makeGlue=(e,t)=>{var y=makeSpan$2(["mspace"],[],t),n=calculateSize(e,t);return y.style.marginRight=makeEm(n),y},retrieveTextFontName=function(t,y,n){var $="";switch(t){case"amsrm":$="AMS";break;case"textrm":$="Main";break;case"textsf":$="SansSerif";break;case"texttt":$="Typewriter";break;default:$=t}var k;return y==="textbf"&&n==="textit"?k="BoldItalic":y==="textbf"?k="Bold":y==="textit"?k="Italic":k="Regular",$+"-"+k},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(t,y){var[n,$,k]=svgData[t],L=new PathNode(n),j=new SvgNode([L],{width:makeEm($),height:makeEm(k),style:"width:"+makeEm($),viewBox:"0 0 "+1e3*$+" "+1e3*k,preserveAspectRatio:"xMinYMin"}),V=makeSvgSpan(["overlay"],[j],y);return V.height=k,V.style.height=makeEm(k),V.style.width=makeEm($),V},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(e){for(var{type:t,names:y,props:n,handler:$,htmlBuilder:k,mathmlBuilder:L}=e,j={type:t,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:n.allowedInMath===void 0?!0:n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:$},V=0;V<y.length;++V)_functions[y[V]]=j;t&&(k&&(_htmlGroupBuilders[t]=k),L&&(_mathmlGroupBuilders[t]=L))}function defineFunctionBuilders(e){var{type:t,htmlBuilder:y,mathmlBuilder:n}=e;defineFunction({type:t,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:y,mathmlBuilder:n})}var normalizeArgument=function(t){return t.type==="ordgroup"&&t.body.length===1?t.body[0]:t},ordargument=function(t){return t.type==="ordgroup"?t.body:[t]},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(t,y,n,$){$===void 0&&($=[null,null]);for(var k=[],L=0;L<t.length;L++){var j=buildGroup$1(t[L],y);if(j instanceof DocumentFragment){var V=j.children;k.push(...V)}else k.push(j)}if(buildCommon.tryCombineChars(k),!n)return k;var z=y;if(t.length===1){var re=t[0];re.type==="sizing"?z=y.havingSize(re.size):re.type==="styling"&&(z=y.havingStyle(styleMap$1[re.style]))}var oe=makeSpan$1([$[0]||"leftmost"],[],y),ue=makeSpan$1([$[1]||"rightmost"],[],y),de=n==="root";return traverseNonSpaceNodes(k,(_e,Ne)=>{var Ue=Ne.classes[0],$e=_e.classes[0];Ue==="mbin"&&utils$u.contains(binRightCanceller,$e)?Ne.classes[0]="mord":$e==="mbin"&&utils$u.contains(binLeftCanceller,Ue)&&(_e.classes[0]="mord")},{node:oe},ue,de),traverseNonSpaceNodes(k,(_e,Ne)=>{var Ue=getTypeOfDomTree(Ne),$e=getTypeOfDomTree(_e),Ve=Ue&&$e?_e.hasClass("mtight")?tightSpacings[Ue][$e]:spacings[Ue][$e]:null;if(Ve)return buildCommon.makeGlue(Ve,z)},{node:oe},ue,de),k},traverseNonSpaceNodes=function e(t,y,n,$,k){$&&t.push($);for(var L=0;L<t.length;L++){var j=t[L],V=checkPartialGroup(j);if(V){e(V.children,y,n,null,k);continue}var z=!j.hasClass("mspace");if(z){var re=y(j,n.node);re&&(n.insertAfter?n.insertAfter(re):(t.unshift(re),L++))}z?n.node=j:k&&j.hasClass("newline")&&(n.node=makeSpan$1(["leftmost"])),n.insertAfter=(oe=>ue=>{t.splice(oe+1,0,ue),L++})(L)}$&&t.pop()},checkPartialGroup=function(t){return t instanceof DocumentFragment||t instanceof Anchor||t instanceof Span&&t.hasClass("enclosing")?t:null},getOutermostNode=function e(t,y){var n=checkPartialGroup(t);if(n){var $=n.children;if($.length){if(y==="right")return e($[$.length-1],"right");if(y==="left")return e($[0],"left")}}return t},getTypeOfDomTree=function(t,y){return t?(y&&(t=getOutermostNode(t,y)),DomEnum[t.classes[0]]||null):null},makeNullDelimiter=function(t,y){var n=["nulldelimiter"].concat(t.baseSizingClasses());return makeSpan$1(y.concat(n))},buildGroup$1=function(t,y,n){if(!t)return makeSpan$1();if(_htmlGroupBuilders[t.type]){var $=_htmlGroupBuilders[t.type](t,y);if(n&&y.size!==n.size){$=makeSpan$1(y.sizingClasses(n),[$],y);var k=y.sizeMultiplier/n.sizeMultiplier;$.height*=k,$.depth*=k}return $}else throw new ParseError("Got group of unknown type: '"+t.type+"'")};function buildHTMLUnbreakable(e,t){var y=makeSpan$1(["base"],e,t),n=makeSpan$1(["strut"]);return n.style.height=makeEm(y.height+y.depth),y.depth&&(n.style.verticalAlign=makeEm(-y.depth)),y.children.unshift(n),y}function buildHTML(e,t){var y=null;e.length===1&&e[0].type==="tag"&&(y=e[0].tag,e=e[0].body);var n=buildExpression$1(e,t,"root"),$;n.length===2&&n[1].hasClass("tag")&&($=n.pop());for(var k=[],L=[],j=0;j<n.length;j++)if(L.push(n[j]),n[j].hasClass("mbin")||n[j].hasClass("mrel")||n[j].hasClass("allowbreak")){for(var V=!1;j<n.length-1&&n[j+1].hasClass("mspace")&&!n[j+1].hasClass("newline");)j++,L.push(n[j]),n[j].hasClass("nobreak")&&(V=!0);V||(k.push(buildHTMLUnbreakable(L,t)),L=[])}else n[j].hasClass("newline")&&(L.pop(),L.length>0&&(k.push(buildHTMLUnbreakable(L,t)),L=[]),k.push(n[j]));L.length>0&&k.push(buildHTMLUnbreakable(L,t));var z;y?(z=buildHTMLUnbreakable(buildExpression$1(y,t,!0)),z.classes=["tag"],k.push(z)):$&&k.push($);var re=makeSpan$1(["katex-html"],k);if(re.setAttribute("aria-hidden","true"),z){var oe=z.children[0];oe.style.height=makeEm(re.height+re.depth),re.depth&&(oe.style.verticalAlign=makeEm(-re.depth))}return re}function newDocumentFragment(e){return new DocumentFragment(e)}class MathNode{constructor(t,y,n){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=t,this.attributes={},this.children=y||[],this.classes=n||[]}setAttribute(t,y){this.attributes[t]=y}getAttribute(t){return this.attributes[t]}toNode(){var t=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var y in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,y)&&t.setAttribute(y,this.attributes[y]);this.classes.length>0&&(t.className=createClass(this.classes));for(var n=0;n<this.children.length;n++)t.appendChild(this.children[n].toNode());return t}toMarkup(){var t="<"+this.type;for(var y in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,y)&&(t+=" "+y+'="',t+=utils$u.escape(this.attributes[y]),t+='"');this.classes.length>0&&(t+=' class ="'+utils$u.escape(createClass(this.classes))+'"'),t+=">";for(var n=0;n<this.children.length;n++)t+=this.children[n].toMarkup();return t+="</"+this.type+">",t}toText(){return this.children.map(t=>t.toText()).join("")}}class TextNode{constructor(t){this.text=void 0,this.text=t}toNode(){return document.createTextNode(this.text)}toMarkup(){return utils$u.escape(this.toText())}toText(){return this.text}}class SpaceNode{constructor(t){this.width=void 0,this.character=void 0,this.width=t,t>=.05555&&t<=.05556?this.character="":t>=.1666&&t<=.1667?this.character="":t>=.2222&&t<=.2223?this.character="":t>=.2777&&t<=.2778?this.character="":t>=-.05556&&t<=-.05555?this.character="":t>=-.1667&&t<=-.1666?this.character="":t>=-.2223&&t<=-.2222?this.character="":t>=-.2778&&t<=-.2777?this.character="":this.character=null}toNode(){if(this.character)return document.createTextNode(this.character);var t=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return t.setAttribute("width",makeEm(this.width)),t}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(t,y,n){return symbols[y][t]&&symbols[y][t].replace&&t.charCodeAt(0)!==55349&&!(ligatures.hasOwnProperty(t)&&n&&(n.fontFamily&&n.fontFamily.slice(4,6)==="tt"||n.font&&n.font.slice(4,6)==="tt"))&&(t=symbols[y][t].replace),new mathMLTree.TextNode(t)},makeRow=function(t){return t.length===1?t[0]:new mathMLTree.MathNode("mrow",t)},getVariant=function(t,y){if(y.fontFamily==="texttt")return"monospace";if(y.fontFamily==="textsf")return y.fontShape==="textit"&&y.fontWeight==="textbf"?"sans-serif-bold-italic":y.fontShape==="textit"?"sans-serif-italic":y.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(y.fontShape==="textit"&&y.fontWeight==="textbf")return"bold-italic";if(y.fontShape==="textit")return"italic";if(y.fontWeight==="textbf")return"bold";var n=y.font;if(!n||n==="mathnormal")return null;var $=t.mode;if(n==="mathit")return"italic";if(n==="boldsymbol")return t.type==="textord"?"bold":"bold-italic";if(n==="mathbf")return"bold";if(n==="mathbb")return"double-struck";if(n==="mathfrak")return"fraktur";if(n==="mathscr"||n==="mathcal")return"script";if(n==="mathsf")return"sans-serif";if(n==="mathtt")return"monospace";var k=t.text;if(utils$u.contains(["\\imath","\\jmath"],k))return null;symbols[$][k]&&symbols[$][k].replace&&(k=symbols[$][k].replace);var L=buildCommon.fontMap[n].fontName;return getCharacterMetrics(k,L,$)?buildCommon.fontMap[n].variant:null},buildExpression2=function(t,y,n){if(t.length===1){var $=buildGroup2(t[0],y);return n&&$ instanceof MathNode&&$.type==="mo"&&($.setAttribute("lspace","0em"),$.setAttribute("rspace","0em")),[$]}for(var k=[],L,j=0;j<t.length;j++){var V=buildGroup2(t[j],y);if(V instanceof MathNode&&L instanceof MathNode){if(V.type==="mtext"&&L.type==="mtext"&&V.getAttribute("mathvariant")===L.getAttribute("mathvariant")){L.children.push(...V.children);continue}else if(V.type==="mn"&&L.type==="mn"){L.children.push(...V.children);continue}else if(V.type==="mi"&&V.children.length===1&&L.type==="mn"){var z=V.children[0];if(z instanceof TextNode&&z.text==="."){L.children.push(...V.children);continue}}else if(L.type==="mi"&&L.children.length===1){var re=L.children[0];if(re instanceof TextNode&&re.text==="̸"&&(V.type==="mo"||V.type==="mi"||V.type==="mn")){var oe=V.children[0];oe instanceof TextNode&&oe.text.length>0&&(oe.text=oe.text.slice(0,1)+"̸"+oe.text.slice(1),k.pop())}}}k.push(V),L=V}return k},buildExpressionRow=function(t,y,n){return makeRow(buildExpression2(t,y,n))},buildGroup2=function(t,y){if(!t)return new mathMLTree.MathNode("mrow");if(_mathmlGroupBuilders[t.type]){var n=_mathmlGroupBuilders[t.type](t,y);return n}else throw new ParseError("Got group of unknown type: '"+t.type+"'")};function buildMathML(e,t,y,n,$){var k=buildExpression2(e,y),L;k.length===1&&k[0]instanceof MathNode&&utils$u.contains(["mrow","mtable"],k[0].type)?L=k[0]:L=new mathMLTree.MathNode("mrow",k);var j=new mathMLTree.MathNode("annotation",[new mathMLTree.TextNode(t)]);j.setAttribute("encoding","application/x-tex");var V=new mathMLTree.MathNode("semantics",[L,j]),z=new mathMLTree.MathNode("math",[V]);z.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&z.setAttribute("display","block");var re=$?"katex":"katex-mathml";return buildCommon.makeSpan([re],[z])}var optionsFromSettings=function(t){return new Options({style:t.displayMode?Style$1.DISPLAY:Style$1.TEXT,maxSize:t.maxSize,minRuleThickness:t.minRuleThickness})},displayWrap=function(t,y){if(y.displayMode){var n=["katex-display"];y.leqno&&n.push("leqno"),y.fleqn&&n.push("fleqn"),t=buildCommon.makeSpan(n,[t])}return t},buildTree=function(t,y,n){var $=optionsFromSettings(n),k;if(n.output==="mathml")return buildMathML(t,y,$,n.displayMode,!0);if(n.output==="html"){var L=buildHTML(t,$);k=buildCommon.makeSpan(["katex"],[L])}else{var j=buildMathML(t,y,$,n.displayMode,!1),V=buildHTML(t,$);k=buildCommon.makeSpan(["katex"],[j,V])}return displayWrap(k,n)},buildHTMLTree=function(t,y,n){var $=optionsFromSettings(n),k=buildHTML(t,$),L=buildCommon.makeSpan(["katex"],[k]);return displayWrap(L,n)},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(t){var y=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(stretchyCodePoint[t.replace(/^\\/,"")])]);return y.setAttribute("stretchy","true"),y},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(t){return t.type==="ordgroup"?t.body.length:1},svgSpan=function(t,y){function n(){var j=4e5,V=t.label.slice(1);if(utils$u.contains(["widehat","widecheck","widetilde","utilde"],V)){var z=t,re=groupLength(z.base),oe,ue,de;if(re>5)V==="widehat"||V==="widecheck"?(oe=420,j=2364,de=.42,ue=V+"4"):(oe=312,j=2340,de=.34,ue="tilde4");else{var _e=[1,1,2,2,3,3][re];V==="widehat"||V==="widecheck"?(j=[0,1062,2364,2364,2364][_e],oe=[0,239,300,360,420][_e],de=[0,.24,.3,.3,.36,.42][_e],ue=V+_e):(j=[0,600,1033,2339,2340][_e],oe=[0,260,286,306,312][_e],de=[0,.26,.286,.3,.306,.34][_e],ue="tilde"+_e)}var Ne=new PathNode(ue),Ue=new SvgNode([Ne],{width:"100%",height:makeEm(de),viewBox:"0 0 "+j+" "+oe,preserveAspectRatio:"none"});return{span:buildCommon.makeSvgSpan([],[Ue],y),minWidth:0,height:de}}else{var $e=[],Ve=katexImagesData[V],[Fe,qe,er]=Ve,ir=er/1e3,dr=Fe.length,cr,nr;if(dr===1){var lr=Ve[3];cr=["hide-tail"],nr=[lr]}else if(dr===2)cr=["halfarrow-left","halfarrow-right"],nr=["xMinYMin","xMaxYMin"];else if(dr===3)cr=["brace-left","brace-center","brace-right"],nr=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
`+dr+" children.");for(var Et=0;Et<dr;Et++){var ie=new PathNode(Fe[Et]),pe=new SvgNode([ie],{width:"400em",height:makeEm(ir),viewBox:"0 0 "+j+" "+er,preserveAspectRatio:nr[Et]+" slice"}),Ce=buildCommon.makeSvgSpan([cr[Et]],[pe],y);if(dr===1)return{span:Ce,minWidth:qe,height:ir};Ce.style.height=makeEm(ir),$e.push(Ce)}return{span:buildCommon.makeSpan(["stretchy"],$e,y),minWidth:qe,height:ir}}}var{span:$,minWidth:k,height:L}=n();return $.height=L,$.style.height=makeEm(L),k>0&&($.style.minWidth=makeEm(k)),$},encloseSpan=function(t,y,n,$,k){var L,j=t.height+t.depth+n+$;if(/fbox|color|angl/.test(y)){if(L=buildCommon.makeSpan(["stretchy",y],[],k),y==="fbox"){var V=k.color&&k.getColor();V&&(L.style.borderColor=V)}}else{var z=[];/^[bx]cancel$/.test(y)&&z.push(new LineNode({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(y)&&z.push(new LineNode({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var re=new SvgNode(z,{width:"100%",height:makeEm(j)});L=buildCommon.makeSvgSpan([],[re],k)}return L.height=j,L.style.height=makeEm(j),L},stretchy={encloseSpan,mathMLnode,svgSpan};function assertNodeType(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function assertSymbolNodeType(e){var t=checkSymbolNodeType(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function checkSymbolNodeType(e){return e&&(e.type==="atom"||NON_ATOMS.hasOwnProperty(e.type))?e:null}var htmlBuilder$a=(e,t)=>{var y,n,$;e&&e.type==="supsub"?(n=assertNodeType(e.base,"accent"),y=n.base,e.base=y,$=assertSpan(buildGroup$1(e,t)),e.base=n):(n=assertNodeType(e,"accent"),y=n.base);var k=buildGroup$1(y,t.havingCrampedStyle()),L=n.isShifty&&utils$u.isCharacterBox(y),j=0;if(L){var V=utils$u.getBaseElem(y),z=buildGroup$1(V,t.havingCrampedStyle());j=assertSymbolDomNode(z).skew}var re=n.label==="\\c",oe=re?k.height+k.depth:Math.min(k.height,t.fontMetrics().xHeight),ue;if(n.isStretchy)ue=stretchy.svgSpan(n,t),ue=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:k},{type:"elem",elem:ue,wrapperClasses:["svg-align"],wrapperStyle:j>0?{width:"calc(100% - "+makeEm(2*j)+")",marginLeft:makeEm(2*j)}:void 0}]},t);else{var de,_e;n.label==="\\vec"?(de=buildCommon.staticSvg("vec",t),_e=buildCommon.svgData.vec[1]):(de=buildCommon.makeOrd({mode:n.mode,text:n.label},t,"textord"),de=assertSymbolDomNode(de),de.italic=0,_e=de.width,re&&(oe+=de.depth)),ue=buildCommon.makeSpan(["accent-body"],[de]);var Ne=n.label==="\\textcircled";Ne&&(ue.classes.push("accent-full"),oe=k.height);var Ue=j;Ne||(Ue-=_e/2),ue.style.left=makeEm(Ue),n.label==="\\textcircled"&&(ue.style.top=".2em"),ue=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:k},{type:"kern",size:-oe},{type:"elem",elem:ue}]},t)}var $e=buildCommon.makeSpan(["mord","accent"],[ue],t);return $?($.children[0]=$e,$.height=Math.max($e.height,$.height),$.classes[0]="mord",$):$e},mathmlBuilder$9=(e,t)=>{var y=e.isStretchy?stretchy.mathMLnode(e.label):new mathMLTree.MathNode("mo",[makeText(e.label,e.mode)]),n=new mathMLTree.MathNode("mover",[buildGroup2(e.base,t),y]);return n.setAttribute("accent","true"),n},NON_STRETCHY_ACCENT_REGEX=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(e=>"\\"+e).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:(e,t)=>{var y=normalizeArgument(t[0]),n=!NON_STRETCHY_ACCENT_REGEX.test(e.funcName),$=!n||e.funcName==="\\widehat"||e.funcName==="\\widetilde"||e.funcName==="\\widecheck";return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:$,base:y}},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:(e,t)=>{var y=t[0],n=e.parser.mode;return n==="math"&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:y}},htmlBuilder:htmlBuilder$a,mathmlBuilder:mathmlBuilder$9});defineFunction({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0];return{type:"accentUnder",mode:y.mode,label:n,base:$}},htmlBuilder:(e,t)=>{var y=buildGroup$1(e.base,t),n=stretchy.svgSpan(e,t),$=e.label==="\\utilde"?.12:0,k=buildCommon.makeVList({positionType:"top",positionData:y.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:$},{type:"elem",elem:y}]},t);return buildCommon.makeSpan(["mord","accentunder"],[k],t)},mathmlBuilder:(e,t)=>{var y=stretchy.mathMLnode(e.label),n=new mathMLTree.MathNode("munder",[buildGroup2(e.base,t),y]);return n.setAttribute("accentunder","true"),n}});var paddedNode=e=>{var t=new mathMLTree.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};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(e,t,y){var{parser:n,funcName:$}=e;return{type:"xArrow",mode:n.mode,label:$,body:t[0],below:y[0]}},htmlBuilder(e,t){var y=t.style,n=t.havingStyle(y.sup()),$=buildCommon.wrapFragment(buildGroup$1(e.body,n,t),t),k=e.label.slice(0,2)==="\\x"?"x":"cd";$.classes.push(k+"-arrow-pad");var L;e.below&&(n=t.havingStyle(y.sub()),L=buildCommon.wrapFragment(buildGroup$1(e.below,n,t),t),L.classes.push(k+"-arrow-pad"));var j=stretchy.svgSpan(e,t),V=-t.fontMetrics().axisHeight+.5*j.height,z=-t.fontMetrics().axisHeight-.5*j.height-.111;($.depth>.25||e.label==="\\xleftequilibrium")&&(z-=$.depth);var re;if(L){var oe=-t.fontMetrics().axisHeight+L.height+.5*j.height+.111;re=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:$,shift:z},{type:"elem",elem:j,shift:V},{type:"elem",elem:L,shift:oe}]},t)}else re=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:$,shift:z},{type:"elem",elem:j,shift:V}]},t);return re.children[0].children[0].children[1].classes.push("svg-align"),buildCommon.makeSpan(["mrel","x-arrow"],[re],t)},mathmlBuilder(e,t){var y=stretchy.mathMLnode(e.label);y.setAttribute("minsize",e.label.charAt(0)==="x"?"1.75em":"3.0em");var n;if(e.body){var $=paddedNode(buildGroup2(e.body,t));if(e.below){var k=paddedNode(buildGroup2(e.below,t));n=new mathMLTree.MathNode("munderover",[y,k,$])}else n=new mathMLTree.MathNode("mover",[y,$])}else if(e.below){var L=paddedNode(buildGroup2(e.below,t));n=new mathMLTree.MathNode("munder",[y,L])}else n=paddedNode(),n=new mathMLTree.MathNode("mover",[y,n]);return n}});var makeSpan2=buildCommon.makeSpan;function htmlBuilder$9(e,t){var y=buildExpression$1(e.body,t,!0);return makeSpan2([e.mclass],y,t)}function mathmlBuilder$8(e,t){var y,n=buildExpression2(e.body,t);return e.mclass==="minner"?y=new mathMLTree.MathNode("mpadded",n):e.mclass==="mord"?e.isCharacterBox?(y=n[0],y.type="mi"):y=new mathMLTree.MathNode("mi",n):(e.isCharacterBox?(y=n[0],y.type="mo"):y=new mathMLTree.MathNode("mo",n),e.mclass==="mbin"?(y.attributes.lspace="0.22em",y.attributes.rspace="0.22em"):e.mclass==="mpunct"?(y.attributes.lspace="0em",y.attributes.rspace="0.17em"):e.mclass==="mopen"||e.mclass==="mclose"?(y.attributes.lspace="0em",y.attributes.rspace="0em"):e.mclass==="minner"&&(y.attributes.lspace="0.0556em",y.attributes.width="+0.1111em")),y}defineFunction({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){var{parser:y,funcName:n}=e,$=t[0];return{type:"mclass",mode:y.mode,mclass:"m"+n.slice(5),body:ordargument($),isCharacterBox:utils$u.isCharacterBox($)}},htmlBuilder:htmlBuilder$9,mathmlBuilder:mathmlBuilder$8});var binrelClass=e=>{var t=e.type==="ordgroup"&&e.body.length?e.body[0]:e;return t.type==="atom"&&(t.family==="bin"||t.family==="rel")?"m"+t.family:"mord"};defineFunction({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){var{parser:y}=e;return{type:"mclass",mode:y.mode,mclass:binrelClass(t[0]),body:ordargument(t[1]),isCharacterBox:utils$u.isCharacterBox(t[1])}}});defineFunction({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var{parser:y,funcName:n}=e,$=t[1],k=t[0],L;n!=="\\stackrel"?L=binrelClass($):L="mrel";var j={type:"op",mode:$.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:n!=="\\stackrel",body:ordargument($)},V={type:"supsub",mode:k.mode,base:j,sup:n==="\\underset"?null:k,sub:n==="\\underset"?k:null};return{type:"mclass",mode:y.mode,mclass:L,body:[V],isCharacterBox:utils$u.isCharacterBox(V)}},htmlBuilder:htmlBuilder$9,mathmlBuilder:mathmlBuilder$8});defineFunction({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:y}=e;return{type:"pmb",mode:y.mode,mclass:binrelClass(t[0]),body:ordargument(t[0])}},htmlBuilder(e,t){var y=buildExpression$1(e.body,t,!0),n=buildCommon.makeSpan([e.mclass],y,t);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(e,t){var y=buildExpression2(e.body,t),n=new mathMLTree.MathNode("mstyle",y);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});var cdArrowFunctionName={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},newCell=()=>({type:"styling",body:[],mode:"math",style:"display"}),isStartOfArrow=e=>e.type==="textord"&&e.text==="@",isLabelEnd=(e,t)=>(e.type==="mathord"||e.type==="atom")&&e.text===t;function cdArrow(e,t,y){var n=cdArrowFunctionName[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return y.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":{var $=y.callFunction("\\\\cdleft",[t[0]],[]),k={type:"atom",text:n,mode:"math",family:"rel"},L=y.callFunction("\\Big",[k],[]),j=y.callFunction("\\\\cdright",[t[1]],[]),V={type:"ordgroup",mode:"math",body:[$,L,j]};return y.callFunction("\\\\cdparent",[V],[])}case"\\\\cdlongequal":return y.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{var z={type:"textord",text:"\\Vert",mode:"math"};return y.callFunction("\\Big",[z],[])}default:return{type:"textord",text:" ",mode:"math"}}}function parseCD(e){var t=[];for(e.gullet.beginGroup(),e.gullet.macros.set("\\cr","\\\\\\relax"),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,"\\\\")),e.gullet.endGroup(),e.gullet.beginGroup();var y=e.fetch().text;if(y==="&"||y==="\\\\")e.consume();else if(y==="\\end"){t[t.length-1].length===0&&t.pop();break}else throw new ParseError("Expected \\\\ or \\cr or \\end",e.nextToken)}for(var n=[],$=[n],k=0;k<t.length;k++){for(var L=t[k],j=newCell(),V=0;V<L.length;V++)if(!isStartOfArrow(L[V]))j.body.push(L[V]);else{n.push(j),V+=1;var z=assertSymbolNodeType(L[V]).text,re=new Array(2);if(re[0]={type:"ordgroup",mode:"math",body:[]},re[1]={type:"ordgroup",mode:"math",body:[]},!("=|.".indexOf(z)>-1))if("<>AV".indexOf(z)>-1)for(var oe=0;oe<2;oe++){for(var ue=!0,de=V+1;de<L.length;de++){if(isLabelEnd(L[de],z)){ue=!1,V=de;break}if(isStartOfArrow(L[de]))throw new ParseError("Missing a "+z+" character to complete a CD arrow.",L[de]);re[oe].body.push(L[de])}if(ue)throw new ParseError("Missing a "+z+" character to complete a CD arrow.",L[V])}else throw new ParseError('Expected one of "<>AV=|." after @',L[V]);var _e=cdArrow(z,re,e),Ne={type:"styling",body:[_e],mode:"math",style:"display"};n.push(Ne),j=newCell()}k%2===0?n.push(j):n.shift(),n=[],$.push(n)}e.gullet.endGroup(),e.gullet.endGroup();var Ue=new Array($[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:$,arraystretch:1,addJot:!0,rowGaps:[null],cols:Ue,colSeparationType:"CD",hLinesBeforeRow:new Array($.length+1).fill([])}}defineFunction({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){var{parser:y,funcName:n}=e;return{type:"cdlabel",mode:y.mode,side:n.slice(4),label:t[0]}},htmlBuilder(e,t){var y=t.havingStyle(t.style.sup()),n=buildCommon.wrapFragment(buildGroup$1(e.label,y,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=makeEm(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mrow",[buildGroup2(e.label,t)]);return y=new mathMLTree.MathNode("mpadded",[y]),y.setAttribute("width","0"),e.side==="left"&&y.setAttribute("lspace","-1width"),y.setAttribute("voffset","0.7em"),y=new mathMLTree.MathNode("mstyle",[y]),y.setAttribute("displaystyle","false"),y.setAttribute("scriptlevel","1"),y}});defineFunction({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){var{parser:y}=e;return{type:"cdlabelparent",mode:y.mode,fragment:t[0]}},htmlBuilder(e,t){var y=buildCommon.wrapFragment(buildGroup$1(e.fragment,t),t);return y.classes.push("cd-vert-arrow"),y},mathmlBuilder(e,t){return new mathMLTree.MathNode("mrow",[buildGroup2(e.fragment,t)])}});defineFunction({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){for(var{parser:y}=e,n=assertNodeType(t[0],"ordgroup"),$=n.body,k="",L=0;L<$.length;L++){var j=assertNodeType($[L],"textord");k+=j.text}var V=parseInt(k),z;if(isNaN(V))throw new ParseError("\\@char has non-numeric argument "+k);if(V<0||V>=1114111)throw new ParseError("\\@char with invalid code point "+k);return V<=65535?z=String.fromCharCode(V):(V-=65536,z=String.fromCharCode((V>>10)+55296,(V&1023)+56320)),{type:"textord",mode:y.mode,text:z}}});var htmlBuilder$8=(e,t)=>{var y=buildExpression$1(e.body,t.withColor(e.color),!1);return buildCommon.makeFragment(y)},mathmlBuilder$7=(e,t)=>{var y=buildExpression2(e.body,t.withColor(e.color)),n=new mathMLTree.MathNode("mstyle",y);return n.setAttribute("mathcolor",e.color),n};defineFunction({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){var{parser:y}=e,n=assertNodeType(t[0],"color-token").color,$=t[1];return{type:"color",mode:y.mode,color:n,body:ordargument($)}},htmlBuilder:htmlBuilder$8,mathmlBuilder:mathmlBuilder$7});defineFunction({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){var{parser:y,breakOnTokenText:n}=e,$=assertNodeType(t[0],"color-token").color;y.gullet.macros.set("\\current@color",$);var k=y.parseExpression(!0,n);return{type:"color",mode:y.mode,color:$,body:k}},htmlBuilder:htmlBuilder$8,mathmlBuilder:mathmlBuilder$7});defineFunction({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,y){var{parser:n}=e,$=n.gullet.future().text==="["?n.parseSizeGroup(!0):null,k=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:k,size:$&&assertNodeType($,"size").value}},htmlBuilder(e,t){var y=buildCommon.makeSpan(["mspace"],[],t);return e.newLine&&(y.classes.push("newline"),e.size&&(y.style.marginTop=makeEm(calculateSize(e.size,t)))),y},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mspace");return e.newLine&&(y.setAttribute("linebreak","newline"),e.size&&y.setAttribute("height",makeEm(calculateSize(e.size,t)))),y}});var globalMap={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},checkControlSequence=e=>{var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new ParseError("Expected a control sequence",e);return t},getRHS=e=>{var t=e.gullet.popToken();return t.text==="="&&(t=e.gullet.popToken(),t.text===" "&&(t=e.gullet.popToken())),t},letCommand=(e,t,y,n)=>{var $=e.gullet.macros.get(y.text);$==null&&(y.noexpand=!0,$={tokens:[y],numArgs:0,unexpandable:!e.gullet.isExpandable(y.text)}),e.gullet.macros.set(t,$,n)};defineFunction({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t,funcName:y}=e;t.consumeSpaces();var n=t.fetch();if(globalMap[n.text])return(y==="\\global"||y==="\\\\globallong")&&(n.text=globalMap[n.text]),assertNodeType(t.parseFunction(),"internal");throw new ParseError("Invalid token after macro prefix",n)}});defineFunction({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:y}=e,n=t.gullet.popToken(),$=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test($))throw new ParseError("Expected a control sequence",n);for(var k=0,L,j=[[]];t.gullet.future().text!=="{";)if(n=t.gullet.popToken(),n.text==="#"){if(t.gullet.future().text==="{"){L=t.gullet.future(),j[k].push("{");break}if(n=t.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new ParseError('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==k+1)throw new ParseError('Argument number "'+n.text+'" out of order');k++,j.push([])}else{if(n.text==="EOF")throw new ParseError("Expected a macro definition");j[k].push(n.text)}var{tokens:V}=t.gullet.consumeArg();return L&&V.unshift(L),(y==="\\edef"||y==="\\xdef")&&(V=t.gullet.expandTokens(V),V.reverse()),t.gullet.macros.set($,{tokens:V,numArgs:k,delimiters:j},y===globalMap[y]),{type:"internal",mode:t.mode}}});defineFunction({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:y}=e,n=checkControlSequence(t.gullet.popToken());t.gullet.consumeSpaces();var $=getRHS(t);return letCommand(t,n,$,y==="\\\\globallet"),{type:"internal",mode:t.mode}}});defineFunction({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:y}=e,n=checkControlSequence(t.gullet.popToken()),$=t.gullet.popToken(),k=t.gullet.popToken();return letCommand(t,n,k,y==="\\\\globalfuture"),t.gullet.pushToken(k),t.gullet.pushToken($),{type:"internal",mode:t.mode}}});var getMetrics=function(t,y,n){var $=symbols.math[t]&&symbols.math[t].replace,k=getCharacterMetrics($||t,y,n);if(!k)throw new Error("Unsupported symbol "+t+" and font size "+y+".");return k},styleWrap=function(t,y,n,$){var k=n.havingBaseStyle(y),L=buildCommon.makeSpan($.concat(k.sizingClasses(n)),[t],n),j=k.sizeMultiplier/n.sizeMultiplier;return L.height*=j,L.depth*=j,L.maxFontSize=k.sizeMultiplier,L},centerSpan=function(t,y,n){var $=y.havingBaseStyle(n),k=(1-y.sizeMultiplier/$.sizeMultiplier)*y.fontMetrics().axisHeight;t.classes.push("delimcenter"),t.style.top=makeEm(k),t.height-=k,t.depth+=k},makeSmallDelim=function(t,y,n,$,k,L){var j=buildCommon.makeSymbol(t,"Main-Regular",k,$),V=styleWrap(j,y,$,L);return n&&centerSpan(V,$,y),V},mathrmSize=function(t,y,n,$){return buildCommon.makeSymbol(t,"Size"+y+"-Regular",n,$)},makeLargeDelim=function(t,y,n,$,k,L){var j=mathrmSize(t,y,k,$),V=styleWrap(buildCommon.makeSpan(["delimsizing","size"+y],[j],$),Style$1.TEXT,$,L);return n&&centerSpan(V,$,Style$1.TEXT),V},makeGlyphSpan=function(t,y,n){var $;y==="Size1-Regular"?$="delim-size1":$="delim-size4";var k=buildCommon.makeSpan(["delimsizinginner",$],[buildCommon.makeSpan([],[buildCommon.makeSymbol(t,y,n)])]);return{type:"elem",elem:k}},makeInner=function(t,y,n){var $=fontMetricsData["Size4-Regular"][t.charCodeAt(0)]?fontMetricsData["Size4-Regular"][t.charCodeAt(0)][4]:fontMetricsData["Size1-Regular"][t.charCodeAt(0)][4],k=new PathNode("inner",innerPath(t,Math.round(1e3*y))),L=new SvgNode([k],{width:makeEm($),height:makeEm(y),style:"width:"+makeEm($),viewBox:"0 0 "+1e3*$+" "+Math.round(1e3*y),preserveAspectRatio:"xMinYMin"}),j=buildCommon.makeSvgSpan([],[L],n);return j.height=y,j.style.height=makeEm(y),j.style.width=makeEm($),{type:"elem",elem:j}},lapInEms=.008,lap$2={type:"kern",size:-1*lapInEms},verts=["|","\\lvert","\\rvert","\\vert"],doubleVerts=["\\|","\\lVert","\\rVert","\\Vert"],makeStackedDelim=function(t,y,n,$,k,L){var j,V,z,re,oe="",ue=0;j=z=re=t,V=null;var de="Size1-Regular";t==="\\uparrow"?z=re="⏐":t==="\\Uparrow"?z=re="‖":t==="\\downarrow"?j=z="⏐":t==="\\Downarrow"?j=z="‖":t==="\\updownarrow"?(j="\\uparrow",z="⏐",re="\\downarrow"):t==="\\Updownarrow"?(j="\\Uparrow",z="‖",re="\\Downarrow"):utils$u.contains(verts,t)?(z="",oe="vert",ue=333):utils$u.contains(doubleVerts,t)?(z="∥",oe="doublevert",ue=556):t==="["||t==="\\lbrack"?(j="⎡",z="⎢",re="⎣",de="Size4-Regular",oe="lbrack",ue=667):t==="]"||t==="\\rbrack"?(j="⎤",z="⎥",re="⎦",de="Size4-Regular",oe="rbrack",ue=667):t==="\\lfloor"||t==="⌊"?(z=j="⎢",re="⎣",de="Size4-Regular",oe="lfloor",ue=667):t==="\\lceil"||t==="⌈"?(j="⎡",z=re="⎢",de="Size4-Regular",oe="lceil",ue=667):t==="\\rfloor"||t==="⌋"?(z=j="⎥",re="⎦",de="Size4-Regular",oe="rfloor",ue=667):t==="\\rceil"||t==="⌉"?(j="⎤",z=re="⎥",de="Size4-Regular",oe="rceil",ue=667):t==="("||t==="\\lparen"?(j="⎛",z="⎜",re="⎝",de="Size4-Regular",oe="lparen",ue=875):t===")"||t==="\\rparen"?(j="⎞",z="⎟",re="⎠",de="Size4-Regular",oe="rparen",ue=875):t==="\\{"||t==="\\lbrace"?(j="⎧",V="⎨",re="⎩",z="⎪",de="Size4-Regular"):t==="\\}"||t==="\\rbrace"?(j="⎫",V="⎬",re="⎭",z="⎪",de="Size4-Regular"):t==="\\lgroup"||t==="⟮"?(j="⎧",re="⎩",z="⎪",de="Size4-Regular"):t==="\\rgroup"||t==="⟯"?(j="⎫",re="⎭",z="⎪",de="Size4-Regular"):t==="\\lmoustache"||t==="⎰"?(j="⎧",re="⎭",z="⎪",de="Size4-Regular"):(t==="\\rmoustache"||t==="⎱")&&(j="⎫",re="⎩",z="⎪",de="Size4-Regular");var _e=getMetrics(j,de,k),Ne=_e.height+_e.depth,Ue=getMetrics(z,de,k),$e=Ue.height+Ue.depth,Ve=getMetrics(re,de,k),Fe=Ve.height+Ve.depth,qe=0,er=1;if(V!==null){var ir=getMetrics(V,de,k);qe=ir.height+ir.depth,er=2}var dr=Ne+Fe+qe,cr=Math.max(0,Math.ceil((y-dr)/(er*$e))),nr=dr+cr*er*$e,lr=$.fontMetrics().axisHeight;n&&(lr*=$.sizeMultiplier);var Et=nr/2-lr,ie=[];if(oe.length>0){var pe=nr-Ne-Fe,Ce=Math.round(nr*1e3),Ie=tallDelim(oe,Math.round(pe*1e3)),jt=new PathNode(oe,Ie),ar=(ue/1e3).toFixed(3)+"em",ur=(Ce/1e3).toFixed(3)+"em",kt=new SvgNode([jt],{width:ar,height:ur,viewBox:"0 0 "+ue+" "+Ce}),he=buildCommon.makeSvgSpan([],[kt],$);he.height=Ce/1e3,he.style.width=ar,he.style.height=ur,ie.push({type:"elem",elem:he})}else{if(ie.push(makeGlyphSpan(re,de,k)),ie.push(lap$2),V===null){var tr=nr-Ne-Fe+2*lapInEms;ie.push(makeInner(z,tr,$))}else{var gr=(nr-Ne-Fe-qe)/2+2*lapInEms;ie.push(makeInner(z,gr,$)),ie.push(lap$2),ie.push(makeGlyphSpan(V,de,k)),ie.push(lap$2),ie.push(makeInner(z,gr,$))}ie.push(lap$2),ie.push(makeGlyphSpan(j,de,k))}var _r=$.havingBaseStyle(Style$1.TEXT),yr=buildCommon.makeVList({positionType:"bottom",positionData:Et,children:ie},_r);return styleWrap(buildCommon.makeSpan(["delimsizing","mult"],[yr],_r),Style$1.TEXT,$,L)},vbPad=80,emPad=.08,sqrtSvg=function(t,y,n,$,k){var L=sqrtPath(t,$,n),j=new PathNode(t,L),V=new SvgNode([j],{width:"400em",height:makeEm(y),viewBox:"0 0 400000 "+n,preserveAspectRatio:"xMinYMin slice"});return buildCommon.makeSvgSpan(["hide-tail"],[V],k)},makeSqrtImage=function(t,y){var n=y.havingBaseSizing(),$=traverseSequence("\\surd",t*n.sizeMultiplier,stackLargeDelimiterSequence,n),k=n.sizeMultiplier,L=Math.max(0,y.minRuleThickness-y.fontMetrics().sqrtRuleThickness),j,V=0,z=0,re=0,oe;return $.type==="small"?(re=1e3+1e3*L+vbPad,t<1?k=1:t<1.4&&(k=.7),V=(1+L+emPad)/k,z=(1+L)/k,j=sqrtSvg("sqrtMain",V,re,L,y),j.style.minWidth="0.853em",oe=.833/k):$.type==="large"?(re=(1e3+vbPad)*sizeToMaxHeight[$.size],z=(sizeToMaxHeight[$.size]+L)/k,V=(sizeToMaxHeight[$.size]+L+emPad)/k,j=sqrtSvg("sqrtSize"+$.size,V,re,L,y),j.style.minWidth="1.02em",oe=1/k):(V=t+L+emPad,z=t+L,re=Math.floor(1e3*t+L)+vbPad,j=sqrtSvg("sqrtTall",V,re,L,y),j.style.minWidth="0.742em",oe=1.056),j.height=z,j.style.height=makeEm(V),{span:j,advanceWidth:oe,ruleWidth:(y.fontMetrics().sqrtRuleThickness+L)*k}},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(t,y,n,$,k){if(t==="<"||t==="\\lt"||t==="⟨"?t="\\langle":(t===">"||t==="\\gt"||t==="⟩")&&(t="\\rangle"),utils$u.contains(stackLargeDelimiters,t)||utils$u.contains(stackNeverDelimiters,t))return makeLargeDelim(t,y,!1,n,$,k);if(utils$u.contains(stackAlwaysDelimiters,t))return makeStackedDelim(t,sizeToMaxHeight[y],!1,n,$,k);throw new ParseError("Illegal delimiter: '"+t+"'")},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(t){if(t.type==="small")return"Main-Regular";if(t.type==="large")return"Size"+t.size+"-Regular";if(t.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+t.type+"' here.")},traverseSequence=function(t,y,n,$){for(var k=Math.min(2,3-$.style.size),L=k;L<n.length&&n[L].type!=="stack";L++){var j=getMetrics(t,delimTypeToFont(n[L]),"math"),V=j.height+j.depth;if(n[L].type==="small"){var z=$.havingBaseStyle(n[L].style);V*=z.sizeMultiplier}if(V>y)return n[L]}return n[n.length-1]},makeCustomSizedDelim=function(t,y,n,$,k,L){t==="<"||t==="\\lt"||t==="⟨"?t="\\langle":(t===">"||t==="\\gt"||t==="⟩")&&(t="\\rangle");var j;utils$u.contains(stackNeverDelimiters,t)?j=stackNeverDelimiterSequence:utils$u.contains(stackLargeDelimiters,t)?j=stackLargeDelimiterSequence:j=stackAlwaysDelimiterSequence;var V=traverseSequence(t,y,j,$);return V.type==="small"?makeSmallDelim(t,V.style,n,$,k,L):V.type==="large"?makeLargeDelim(t,V.size,n,$,k,L):makeStackedDelim(t,y,n,$,k,L)},makeLeftRightDelim=function(t,y,n,$,k,L){var j=$.fontMetrics().axisHeight*$.sizeMultiplier,V=901,z=5/$.fontMetrics().ptPerEm,re=Math.max(y-j,n+j),oe=Math.max(re/500*V,2*re-z);return makeCustomSizedDelim(t,oe,!0,$,k,L)},delimiter={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(e,t){var y=checkSymbolNodeType(e);if(y&&utils$u.contains(delimiters,y.text))return y;throw y?new ParseError("Invalid delimiter '"+y.text+"' after '"+t.funcName+"'",e):new ParseError("Invalid delimiter type '"+e.type+"'",e)}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:(e,t)=>{var y=checkDelimiter(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:delimiterSizes[e.funcName].size,mclass:delimiterSizes[e.funcName].mclass,delim:y.text}},htmlBuilder:(e,t)=>e.delim==="."?buildCommon.makeSpan([e.mclass]):delimiter.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{var t=[];e.delim!=="."&&t.push(makeText(e.delim,e.mode));var y=new mathMLTree.MathNode("mo",t);e.mclass==="mopen"||e.mclass==="mclose"?y.setAttribute("fence","true"):y.setAttribute("fence","false"),y.setAttribute("stretchy","true");var n=makeEm(delimiter.sizeToMaxHeight[e.size]);return y.setAttribute("minsize",n),y.setAttribute("maxsize",n),y}});function assertParsed(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}defineFunction({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var y=e.parser.gullet.macros.get("\\current@color");if(y&&typeof y!="string")throw new ParseError("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:checkDelimiter(t[0],e).text,color:y}}});defineFunction({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var y=checkDelimiter(t[0],e),n=e.parser;++n.leftrightDepth;var $=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var k=assertNodeType(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:$,left:y.text,right:k.delim,rightColor:k.color}},htmlBuilder:(e,t)=>{assertParsed(e);for(var y=buildExpression$1(e.body,t,!0,["mopen","mclose"]),n=0,$=0,k=!1,L=0;L<y.length;L++)y[L].isMiddle?k=!0:(n=Math.max(y[L].height,n),$=Math.max(y[L].depth,$));n*=t.sizeMultiplier,$*=t.sizeMultiplier;var j;if(e.left==="."?j=makeNullDelimiter(t,["mopen"]):j=delimiter.leftRightDelim(e.left,n,$,t,e.mode,["mopen"]),y.unshift(j),k)for(var V=1;V<y.length;V++){var z=y[V],re=z.isMiddle;re&&(y[V]=delimiter.leftRightDelim(re.delim,n,$,re.options,e.mode,[]))}var oe;if(e.right===".")oe=makeNullDelimiter(t,["mclose"]);else{var ue=e.rightColor?t.withColor(e.rightColor):t;oe=delimiter.leftRightDelim(e.right,n,$,ue,e.mode,["mclose"])}return y.push(oe),buildCommon.makeSpan(["minner"],y,t)},mathmlBuilder:(e,t)=>{assertParsed(e);var y=buildExpression2(e.body,t);if(e.left!=="."){var n=new mathMLTree.MathNode("mo",[makeText(e.left,e.mode)]);n.setAttribute("fence","true"),y.unshift(n)}if(e.right!=="."){var $=new mathMLTree.MathNode("mo",[makeText(e.right,e.mode)]);$.setAttribute("fence","true"),e.rightColor&&$.setAttribute("mathcolor",e.rightColor),y.push($)}return makeRow(y)}});defineFunction({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var y=checkDelimiter(t[0],e);if(!e.parser.leftrightDepth)throw new ParseError("\\middle without preceding \\left",y);return{type:"middle",mode:e.parser.mode,delim:y.text}},htmlBuilder:(e,t)=>{var y;if(e.delim===".")y=makeNullDelimiter(t,[]);else{y=delimiter.sizedDelim(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};y.isMiddle=n}return y},mathmlBuilder:(e,t)=>{var y=e.delim==="\\vert"||e.delim==="|"?makeText("|","text"):makeText(e.delim,e.mode),n=new mathMLTree.MathNode("mo",[y]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var htmlBuilder$7=(e,t)=>{var y=buildCommon.wrapFragment(buildGroup$1(e.body,t),t),n=e.label.slice(1),$=t.sizeMultiplier,k,L=0,j=utils$u.isCharacterBox(e.body);if(n==="sout")k=buildCommon.makeSpan(["stretchy","sout"]),k.height=t.fontMetrics().defaultRuleThickness/$,L=-.5*t.fontMetrics().xHeight;else if(n==="phase"){var V=calculateSize({number:.6,unit:"pt"},t),z=calculateSize({number:.35,unit:"ex"},t),re=t.havingBaseSizing();$=$/re.sizeMultiplier;var oe=y.height+y.depth+V+z;y.style.paddingLeft=makeEm(oe/2+V);var ue=Math.floor(1e3*oe*$),de=phasePath(ue),_e=new SvgNode([new PathNode("phase",de)],{width:"400em",height:makeEm(ue/1e3),viewBox:"0 0 400000 "+ue,preserveAspectRatio:"xMinYMin slice"});k=buildCommon.makeSvgSpan(["hide-tail"],[_e],t),k.style.height=makeEm(oe),L=y.depth+V+z}else{/cancel/.test(n)?j||y.classes.push("cancel-pad"):n==="angl"?y.classes.push("anglpad"):y.classes.push("boxpad");var Ne=0,Ue=0,$e=0;/box/.test(n)?($e=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),Ne=t.fontMetrics().fboxsep+(n==="colorbox"?0:$e),Ue=Ne):n==="angl"?($e=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),Ne=4*$e,Ue=Math.max(0,.25-y.depth)):(Ne=j?.2:0,Ue=Ne),k=stretchy.encloseSpan(y,n,Ne,Ue,t),/fbox|boxed|fcolorbox/.test(n)?(k.style.borderStyle="solid",k.style.borderWidth=makeEm($e)):n==="angl"&&$e!==.049&&(k.style.borderTopWidth=makeEm($e),k.style.borderRightWidth=makeEm($e)),L=y.depth+Ue,e.backgroundColor&&(k.style.backgroundColor=e.backgroundColor,e.borderColor&&(k.style.borderColor=e.borderColor))}var Ve;if(e.backgroundColor)Ve=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:k,shift:L},{type:"elem",elem:y,shift:0}]},t);else{var Fe=/cancel|phase/.test(n)?["svg-align"]:[];Ve=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:y,shift:0},{type:"elem",elem:k,shift:L,wrapperClasses:Fe}]},t)}return/cancel/.test(n)&&(Ve.height=y.height,Ve.depth=y.depth),/cancel/.test(n)&&!j?buildCommon.makeSpan(["mord","cancel-lap"],[Ve],t):buildCommon.makeSpan(["mord"],[Ve],t)},mathmlBuilder$6=(e,t)=>{var y=0,n=new mathMLTree.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[buildGroup2(e.body,t)]);switch(e.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\phase":n.setAttribute("notation","phasorangle");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\angl":n.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(y=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*y+"pt"),n.setAttribute("height","+"+2*y+"pt"),n.setAttribute("lspace",y+"pt"),n.setAttribute("voffset",y+"pt"),e.label==="\\fcolorbox"){var $=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+$+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};defineFunction({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,y){var{parser:n,funcName:$}=e,k=assertNodeType(t[0],"color-token").color,L=t[1];return{type:"enclose",mode:n.mode,label:$,backgroundColor:k,body:L}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,y){var{parser:n,funcName:$}=e,k=assertNodeType(t[0],"color-token").color,L=assertNodeType(t[1],"color-token").color,j=t[2];return{type:"enclose",mode:n.mode,label:$,backgroundColor:L,borderColor:k,body:j}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){var{parser:y}=e;return{type:"enclose",mode:y.mode,label:"\\fbox",body:t[0]}}});defineFunction({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){var{parser:y,funcName:n}=e,$=t[0];return{type:"enclose",mode:y.mode,label:n,body:$}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){var{parser:y}=e;return{type:"enclose",mode:y.mode,label:"\\angl",body:t[0]}}});var _environments={};function defineEnvironment(e){for(var{type:t,names:y,props:n,handler:$,htmlBuilder:k,mathmlBuilder:L}=e,j={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:$},V=0;V<y.length;++V)_environments[y[V]]=j;k&&(_htmlGroupBuilders[t]=k),L&&(_mathmlGroupBuilders[t]=L)}var _macros={};function defineMacro(e,t){_macros[e]=t}function getHLines(e){var t=[];e.consumeSpaces();var y=e.fetch().text;for(y==="\\relax"&&(e.consume(),e.consumeSpaces(),y=e.fetch().text);y==="\\hline"||y==="\\hdashline";)e.consume(),t.push(y==="\\hdashline"),e.consumeSpaces(),y=e.fetch().text;return t}var validateAmsEnvironmentContext=e=>{var t=e.parser.settings;if(!t.displayMode)throw new ParseError("{"+e.envName+"} can be used only in display mode.")};function getAutoTag(e){if(e.indexOf("ed")===-1)return e.indexOf("*")===-1}function parseArray(e,t,y){var{hskipBeforeAndAfter:n,addJot:$,cols:k,arraystretch:L,colSeparationType:j,autoTag:V,singleRow:z,emptySingleRow:re,maxNumCols:oe,leqno:ue}=t;if(e.gullet.beginGroup(),z||e.gullet.macros.set("\\cr","\\\\\\relax"),!L){var de=e.gullet.expandMacroAsText("\\arraystretch");if(de==null)L=1;else if(L=parseFloat(de),!L||L<0)throw new ParseError("Invalid \\arraystretch: "+de)}e.gullet.beginGroup();var _e=[],Ne=[_e],Ue=[],$e=[],Ve=V!=null?[]:void 0;function Fe(){V&&e.gullet.macros.set("\\@eqnsw","1",!0)}function qe(){Ve&&(e.gullet.macros.get("\\df@tag")?(Ve.push(e.subparse([new Token("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):Ve.push(!!V&&e.gullet.macros.get("\\@eqnsw")==="1"))}for(Fe(),$e.push(getHLines(e));;){var er=e.parseExpression(!1,z?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),er={type:"ordgroup",mode:e.mode,body:er},y&&(er={type:"styling",mode:e.mode,style:y,body:[er]}),_e.push(er);var ir=e.fetch().text;if(ir==="&"){if(oe&&_e.length===oe){if(z||j)throw new ParseError("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else if(ir==="\\end"){qe(),_e.length===1&&er.type==="styling"&&er.body[0].body.length===0&&(Ne.length>1||!re)&&Ne.pop(),$e.length<Ne.length+1&&$e.push([]);break}else if(ir==="\\\\"){e.consume();var dr=void 0;e.gullet.future().text!==" "&&(dr=e.parseSizeGroup(!0)),Ue.push(dr?dr.value:null),qe(),$e.push(getHLines(e)),_e=[],Ne.push(_e),Fe()}else throw new ParseError("Expected & or \\\\ or \\cr or \\end",e.nextToken)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:$,arraystretch:L,body:Ne,cols:k,rowGaps:Ue,hskipBeforeAndAfter:n,hLinesBeforeRow:$e,colSeparationType:j,tags:Ve,leqno:ue}}function dCellStyle(e){return e.slice(0,1)==="d"?"display":"text"}var htmlBuilder$6=function(t,y){var n,$,k=t.body.length,L=t.hLinesBeforeRow,j=0,V=new Array(k),z=[],re=Math.max(y.fontMetrics().arrayRuleWidth,y.minRuleThickness),oe=1/y.fontMetrics().ptPerEm,ue=5*oe;if(t.colSeparationType&&t.colSeparationType==="small"){var de=y.havingStyle(Style$1.SCRIPT).sizeMultiplier;ue=.2778*(de/y.sizeMultiplier)}var _e=t.colSeparationType==="CD"?calculateSize({number:3,unit:"ex"},y):12*oe,Ne=3*oe,Ue=t.arraystretch*_e,$e=.7*Ue,Ve=.3*Ue,Fe=0;function qe($r){for(var jr=0;jr<$r.length;++jr)jr>0&&(Fe+=.25),z.push({pos:Fe,isDashed:$r[jr]})}for(qe(L[0]),n=0;n<t.body.length;++n){var er=t.body[n],ir=$e,dr=Ve;j<er.length&&(j=er.length);var cr=new Array(er.length);for($=0;$<er.length;++$){var nr=buildGroup$1(er[$],y);dr<nr.depth&&(dr=nr.depth),ir<nr.height&&(ir=nr.height),cr[$]=nr}var lr=t.rowGaps[n],Et=0;lr&&(Et=calculateSize(lr,y),Et>0&&(Et+=Ve,dr<Et&&(dr=Et),Et=0)),t.addJot&&(dr+=Ne),cr.height=ir,cr.depth=dr,Fe+=ir,cr.pos=Fe,Fe+=dr+Et,V[n]=cr,qe(L[n+1])}var ie=Fe/2+y.fontMetrics().axisHeight,pe=t.cols||[],Ce=[],Ie,jt,ar=[];if(t.tags&&t.tags.some($r=>$r))for(n=0;n<k;++n){var ur=V[n],kt=ur.pos-ie,he=t.tags[n],tr=void 0;he===!0?tr=buildCommon.makeSpan(["eqn-num"],[],y):he===!1?tr=buildCommon.makeSpan([],[],y):tr=buildCommon.makeSpan([],buildExpression$1(he,y,!0),y),tr.depth=ur.depth,tr.height=ur.height,ar.push({type:"elem",elem:tr,shift:kt})}for($=0,jt=0;$<j||jt<pe.length;++$,++jt){for(var gr=pe[jt]||{},_r=!0;gr.type==="separator";){if(_r||(Ie=buildCommon.makeSpan(["arraycolsep"],[]),Ie.style.width=makeEm(y.fontMetrics().doubleRuleSep),Ce.push(Ie)),gr.separator==="|"||gr.separator===":"){var yr=gr.separator==="|"?"solid":"dashed",xr=buildCommon.makeSpan(["vertical-separator"],[],y);xr.style.height=makeEm(Fe),xr.style.borderRightWidth=makeEm(re),xr.style.borderRightStyle=yr,xr.style.margin="0 "+makeEm(-re/2);var Nr=Fe-ie;Nr&&(xr.style.verticalAlign=makeEm(-Nr)),Ce.push(xr)}else throw new ParseError("Invalid separator type: "+gr.separator);jt++,gr=pe[jt]||{},_r=!1}if(!($>=j)){var Tr=void 0;($>0||t.hskipBeforeAndAfter)&&(Tr=utils$u.deflt(gr.pregap,ue),Tr!==0&&(Ie=buildCommon.makeSpan(["arraycolsep"],[]),Ie.style.width=makeEm(Tr),Ce.push(Ie)));var Sr=[];for(n=0;n<k;++n){var Ar=V[n],Fr=Ar[$];if(Fr){var Gr=Ar.pos-ie;Fr.depth=Ar.depth,Fr.height=Ar.height,Sr.push({type:"elem",elem:Fr,shift:Gr})}}Sr=buildCommon.makeVList({positionType:"individualShift",children:Sr},y),Sr=buildCommon.makeSpan(["col-align-"+(gr.align||"c")],[Sr]),Ce.push(Sr),($<j-1||t.hskipBeforeAndAfter)&&(Tr=utils$u.deflt(gr.postgap,ue),Tr!==0&&(Ie=buildCommon.makeSpan(["arraycolsep"],[]),Ie.style.width=makeEm(Tr),Ce.push(Ie)))}}if(V=buildCommon.makeSpan(["mtable"],Ce),z.length>0){for(var Vr=buildCommon.makeLineSpan("hline",y,re),Dr=buildCommon.makeLineSpan("hdashline",y,re),Ir=[{type:"elem",elem:V,shift:0}];z.length>0;){var Br=z.pop(),Rr=Br.pos-ie;Br.isDashed?Ir.push({type:"elem",elem:Dr,shift:Rr}):Ir.push({type:"elem",elem:Vr,shift:Rr})}V=buildCommon.makeVList({positionType:"individualShift",children:Ir},y)}if(ar.length===0)return buildCommon.makeSpan(["mord"],[V],y);var Lr=buildCommon.makeVList({positionType:"individualShift",children:ar},y);return Lr=buildCommon.makeSpan(["tag"],[Lr],y),buildCommon.makeFragment([V,Lr])},alignMap={c:"center ",l:"left ",r:"right "},mathmlBuilder$5=function(t,y){for(var n=[],$=new mathMLTree.MathNode("mtd",[],["mtr-glue"]),k=new mathMLTree.MathNode("mtd",[],["mml-eqn-num"]),L=0;L<t.body.length;L++){for(var j=t.body[L],V=[],z=0;z<j.length;z++)V.push(new mathMLTree.MathNode("mtd",[buildGroup2(j[z],y)]));t.tags&&t.tags[L]&&(V.unshift($),V.push($),t.leqno?V.unshift(k):V.push(k)),n.push(new mathMLTree.MathNode("mtr",V))}var re=new mathMLTree.MathNode("mtable",n),oe=t.arraystretch===.5?.1:.16+t.arraystretch-1+(t.addJot?.09:0);re.setAttribute("rowspacing",makeEm(oe));var ue="",de="";if(t.cols&&t.cols.length>0){var _e=t.cols,Ne="",Ue=!1,$e=0,Ve=_e.length;_e[0].type==="separator"&&(ue+="top ",$e=1),_e[_e.length-1].type==="separator"&&(ue+="bottom ",Ve-=1);for(var Fe=$e;Fe<Ve;Fe++)_e[Fe].type==="align"?(de+=alignMap[_e[Fe].align],Ue&&(Ne+="none "),Ue=!0):_e[Fe].type==="separator"&&Ue&&(Ne+=_e[Fe].separator==="|"?"solid ":"dashed ",Ue=!1);re.setAttribute("columnalign",de.trim()),/[sd]/.test(Ne)&&re.setAttribute("columnlines",Ne.trim())}if(t.colSeparationType==="align"){for(var qe=t.cols||[],er="",ir=1;ir<qe.length;ir++)er+=ir%2?"0em ":"1em ";re.setAttribute("columnspacing",er.trim())}else t.colSeparationType==="alignat"||t.colSeparationType==="gather"?re.setAttribute("columnspacing","0em"):t.colSeparationType==="small"?re.setAttribute("columnspacing","0.2778em"):t.colSeparationType==="CD"?re.setAttribute("columnspacing","0.5em"):re.setAttribute("columnspacing","1em");var dr="",cr=t.hLinesBeforeRow;ue+=cr[0].length>0?"left ":"",ue+=cr[cr.length-1].length>0?"right ":"";for(var nr=1;nr<cr.length-1;nr++)dr+=cr[nr].length===0?"none ":cr[nr][0]?"dashed ":"solid ";return/[sd]/.test(dr)&&re.setAttribute("rowlines",dr.trim()),ue!==""&&(re=new mathMLTree.MathNode("menclose",[re]),re.setAttribute("notation",ue.trim())),t.arraystretch&&t.arraystretch<1&&(re=new mathMLTree.MathNode("mstyle",[re]),re.setAttribute("scriptlevel","1")),re},alignedHandler=function(t,y){t.envName.indexOf("ed")===-1&&validateAmsEnvironmentContext(t);var n=[],$=t.envName.indexOf("at")>-1?"alignat":"align",k=t.envName==="split",L=parseArray(t.parser,{cols:n,addJot:!0,autoTag:k?void 0:getAutoTag(t.envName),emptySingleRow:!0,colSeparationType:$,maxNumCols:k?2:void 0,leqno:t.parser.settings.leqno},"display"),j,V=0,z={type:"ordgroup",mode:t.mode,body:[]};if(y[0]&&y[0].type==="ordgroup"){for(var re="",oe=0;oe<y[0].body.length;oe++){var ue=assertNodeType(y[0].body[oe],"textord");re+=ue.text}j=Number(re),V=j*2}var de=!V;L.body.forEach(function($e){for(var Ve=1;Ve<$e.length;Ve+=2){var Fe=assertNodeType($e[Ve],"styling"),qe=assertNodeType(Fe.body[0],"ordgroup");qe.body.unshift(z)}if(de)V<$e.length&&(V=$e.length);else{var er=$e.length/2;if(j<er)throw new ParseError("Too many math in a row: "+("expected "+j+", but got "+er),$e[0])}});for(var _e=0;_e<V;++_e){var Ne="r",Ue=0;_e%2===1?Ne="l":_e>0&&de&&(Ue=1),n[_e]={type:"align",align:Ne,pregap:Ue,postgap:0}}return L.colSeparationType=de?"align":"alignat",L};defineEnvironment({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){var y=checkSymbolNodeType(t[0]),n=y?[t[0]]:assertNodeType(t[0],"ordgroup").body,$=n.map(function(L){var j=assertSymbolNodeType(L),V=j.text;if("lcr".indexOf(V)!==-1)return{type:"align",align:V};if(V==="|")return{type:"separator",separator:"|"};if(V===":")return{type:"separator",separator:":"};throw new ParseError("Unknown column alignment: "+V,L)}),k={cols:$,hskipBeforeAndAfter:!0,maxNumCols:$.length};return parseArray(e.parser,k,dCellStyle(e.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(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],y="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:y}]};if(e.envName.charAt(e.envName.length-1)==="*"){var $=e.parser;if($.consumeSpaces(),$.fetch().text==="["){if($.consume(),$.consumeSpaces(),y=$.fetch().text,"lcr".indexOf(y)===-1)throw new ParseError("Expected l or c or r",$.nextToken);$.consume(),$.consumeSpaces(),$.expect("]"),$.consume(),n.cols=[{type:"align",align:y}]}}var k=parseArray(e.parser,n,dCellStyle(e.envName)),L=Math.max(0,...k.body.map(j=>j.length));return k.cols=new Array(L).fill({type:"align",align:y}),t?{type:"leftright",mode:e.mode,body:[k],left:t[0],right:t[1],rightColor:void 0}:k},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){var t={arraystretch:.5},y=parseArray(e.parser,t,"script");return y.colSeparationType="small",y},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){var y=checkSymbolNodeType(t[0]),n=y?[t[0]]:assertNodeType(t[0],"ordgroup").body,$=n.map(function(L){var j=assertSymbolNodeType(L),V=j.text;if("lc".indexOf(V)!==-1)return{type:"align",align:V};throw new ParseError("Unknown column alignment: "+V,L)});if($.length>1)throw new ParseError("{subarray} can contain only one column");var k={cols:$,hskipBeforeAndAfter:!1,arraystretch:.5};if(k=parseArray(e.parser,k,"script"),k.body.length>0&&k.body[0].length>1)throw new ParseError("{subarray} can contain only one column");return k},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){var t={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},y=parseArray(e.parser,t,dCellStyle(e.envName));return{type:"leftright",mode:e.mode,body:[y],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.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(e){utils$u.contains(["gather","gather*"],e.envName)&&validateAmsEnvironmentContext(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:getAutoTag(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return parseArray(e.parser,t,"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(e){validateAmsEnvironmentContext(e);var t={autoTag:getAutoTag(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return parseArray(e.parser,t,"display")},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["CD"],props:{numArgs:0},handler(e){return validateAmsEnvironmentContext(e),parseCD(e.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(e,t){throw new ParseError(e.funcName+" valid only within array environment")}});var environments=_environments;defineFunction({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){var{parser:y,funcName:n}=e,$=t[0];if($.type!=="ordgroup")throw new ParseError("Invalid environment name",$);for(var k="",L=0;L<$.body.length;++L)k+=assertNodeType($.body[L],"textord").text;if(n==="\\begin"){if(!environments.hasOwnProperty(k))throw new ParseError("No such environment: "+k,$);var j=environments[k],{args:V,optArgs:z}=y.parseArguments("\\begin{"+k+"}",j),re={mode:y.mode,envName:k,parser:y},oe=j.handler(re,V,z);y.expect("\\end",!1);var ue=y.nextToken,de=assertNodeType(y.parseFunction(),"environment");if(de.name!==k)throw new ParseError("Mismatch: \\begin{"+k+"} matched by \\end{"+de.name+"}",ue);return oe}return{type:"environment",mode:y.mode,name:k,nameGroup:$}}});var htmlBuilder$5=(e,t)=>{var y=e.font,n=t.withFont(y);return buildGroup$1(e.body,n)},mathmlBuilder$4=(e,t)=>{var y=e.font,n=t.withFont(y);return buildGroup2(e.body,n)},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:(e,t)=>{var{parser:y,funcName:n}=e,$=normalizeArgument(t[0]),k=n;return k in fontAliases&&(k=fontAliases[k]),{type:"font",mode:y.mode,font:k.slice(1),body:$}},htmlBuilder:htmlBuilder$5,mathmlBuilder:mathmlBuilder$4});defineFunction({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{var{parser:y}=e,n=t[0],$=utils$u.isCharacterBox(n);return{type:"mclass",mode:y.mode,mclass:binrelClass(n),body:[{type:"font",mode:y.mode,font:"boldsymbol",body:n}],isCharacterBox:$}}});defineFunction({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:y,funcName:n,breakOnTokenText:$}=e,{mode:k}=y,L=y.parseExpression(!0,$),j="math"+n.slice(1);return{type:"font",mode:k,font:j,body:{type:"ordgroup",mode:y.mode,body:L}}},htmlBuilder:htmlBuilder$5,mathmlBuilder:mathmlBuilder$4});var adjustStyle=(e,t)=>{var y=t;return e==="display"?y=y.id>=Style$1.SCRIPT.id?y.text():Style$1.DISPLAY:e==="text"&&y.size===Style$1.DISPLAY.size?y=Style$1.TEXT:e==="script"?y=Style$1.SCRIPT:e==="scriptscript"&&(y=Style$1.SCRIPTSCRIPT),y},htmlBuilder$4=(e,t)=>{var y=adjustStyle(e.size,t.style),n=y.fracNum(),$=y.fracDen(),k;k=t.havingStyle(n);var L=buildGroup$1(e.numer,k,t);if(e.continued){var j=8.5/t.fontMetrics().ptPerEm,V=3.5/t.fontMetrics().ptPerEm;L.height=L.height<j?j:L.height,L.depth=L.depth<V?V:L.depth}k=t.havingStyle($);var z=buildGroup$1(e.denom,k,t),re,oe,ue;e.hasBarLine?(e.barSize?(oe=calculateSize(e.barSize,t),re=buildCommon.makeLineSpan("frac-line",t,oe)):re=buildCommon.makeLineSpan("frac-line",t),oe=re.height,ue=re.height):(re=null,oe=0,ue=t.fontMetrics().defaultRuleThickness);var de,_e,Ne;y.size===Style$1.DISPLAY.size||e.size==="display"?(de=t.fontMetrics().num1,oe>0?_e=3*ue:_e=7*ue,Ne=t.fontMetrics().denom1):(oe>0?(de=t.fontMetrics().num2,_e=ue):(de=t.fontMetrics().num3,_e=3*ue),Ne=t.fontMetrics().denom2);var Ue;if(re){var Ve=t.fontMetrics().axisHeight;de-L.depth-(Ve+.5*oe)<_e&&(de+=_e-(de-L.depth-(Ve+.5*oe))),Ve-.5*oe-(z.height-Ne)<_e&&(Ne+=_e-(Ve-.5*oe-(z.height-Ne)));var Fe=-(Ve-.5*oe);Ue=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:z,shift:Ne},{type:"elem",elem:re,shift:Fe},{type:"elem",elem:L,shift:-de}]},t)}else{var $e=de-L.depth-(z.height-Ne);$e<_e&&(de+=.5*(_e-$e),Ne+=.5*(_e-$e)),Ue=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:z,shift:Ne},{type:"elem",elem:L,shift:-de}]},t)}k=t.havingStyle(y),Ue.height*=k.sizeMultiplier/t.sizeMultiplier,Ue.depth*=k.sizeMultiplier/t.sizeMultiplier;var qe;y.size===Style$1.DISPLAY.size?qe=t.fontMetrics().delim1:y.size===Style$1.SCRIPTSCRIPT.size?qe=t.havingStyle(Style$1.SCRIPT).fontMetrics().delim2:qe=t.fontMetrics().delim2;var er,ir;return e.leftDelim==null?er=makeNullDelimiter(t,["mopen"]):er=delimiter.customSizedDelim(e.leftDelim,qe,!0,t.havingStyle(y),e.mode,["mopen"]),e.continued?ir=buildCommon.makeSpan([]):e.rightDelim==null?ir=makeNullDelimiter(t,["mclose"]):ir=delimiter.customSizedDelim(e.rightDelim,qe,!0,t.havingStyle(y),e.mode,["mclose"]),buildCommon.makeSpan(["mord"].concat(k.sizingClasses(t)),[er,buildCommon.makeSpan(["mfrac"],[Ue]),ir],t)},mathmlBuilder$3=(e,t)=>{var y=new mathMLTree.MathNode("mfrac",[buildGroup2(e.numer,t),buildGroup2(e.denom,t)]);if(!e.hasBarLine)y.setAttribute("linethickness","0px");else if(e.barSize){var n=calculateSize(e.barSize,t);y.setAttribute("linethickness",makeEm(n))}var $=adjustStyle(e.size,t.style);if($.size!==t.style.size){y=new mathMLTree.MathNode("mstyle",[y]);var k=$.size===Style$1.DISPLAY.size?"true":"false";y.setAttribute("displaystyle",k),y.setAttribute("scriptlevel","0")}if(e.leftDelim!=null||e.rightDelim!=null){var L=[];if(e.leftDelim!=null){var j=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(e.leftDelim.replace("\\",""))]);j.setAttribute("fence","true"),L.push(j)}if(L.push(y),e.rightDelim!=null){var V=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(e.rightDelim.replace("\\",""))]);V.setAttribute("fence","true"),L.push(V)}return makeRow(L)}return y};defineFunction({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0],k=t[1],L,j=null,V=null,z="auto";switch(n){case"\\dfrac":case"\\frac":case"\\tfrac":L=!0;break;case"\\\\atopfrac":L=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":L=!1,j="(",V=")";break;case"\\\\bracefrac":L=!1,j="\\{",V="\\}";break;case"\\\\brackfrac":L=!1,j="[",V="]";break;default:throw new Error("Unrecognized genfrac command")}switch(n){case"\\dfrac":case"\\dbinom":z="display";break;case"\\tfrac":case"\\tbinom":z="text";break}return{type:"genfrac",mode:y.mode,continued:!1,numer:$,denom:k,hasBarLine:L,leftDelim:j,rightDelim:V,size:z,barSize:null}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});defineFunction({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0],k=t[1];return{type:"genfrac",mode:y.mode,continued:!0,numer:$,denom:k,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(e){var{parser:t,funcName:y,token:n}=e,$;switch(y){case"\\over":$="\\frac";break;case"\\choose":$="\\binom";break;case"\\atop":$="\\\\atopfrac";break;case"\\brace":$="\\\\bracefrac";break;case"\\brack":$="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:t.mode,replaceWith:$,token:n}}});var stylArray=["display","text","script","scriptscript"],delimFromValue=function(t){var y=null;return t.length>0&&(y=t,y=y==="."?null:y),y};defineFunction({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){var{parser:y}=e,n=t[4],$=t[5],k=normalizeArgument(t[0]),L=k.type==="atom"&&k.family==="open"?delimFromValue(k.text):null,j=normalizeArgument(t[1]),V=j.type==="atom"&&j.family==="close"?delimFromValue(j.text):null,z=assertNodeType(t[2],"size"),re,oe=null;z.isBlank?re=!0:(oe=z.value,re=oe.number>0);var ue="auto",de=t[3];if(de.type==="ordgroup"){if(de.body.length>0){var _e=assertNodeType(de.body[0],"textord");ue=stylArray[Number(_e.text)]}}else de=assertNodeType(de,"textord"),ue=stylArray[Number(de.text)];return{type:"genfrac",mode:y.mode,numer:n,denom:$,continued:!1,hasBarLine:re,barSize:oe,leftDelim:L,rightDelim:V,size:ue}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});defineFunction({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){var{parser:y,funcName:n,token:$}=e;return{type:"infix",mode:y.mode,replaceWith:"\\\\abovefrac",size:assertNodeType(t[0],"size").value,token:$}}});defineFunction({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0],k=assert$k(assertNodeType(t[1],"infix").size),L=t[2],j=k.number>0;return{type:"genfrac",mode:y.mode,numer:$,denom:L,continued:!1,hasBarLine:j,barSize:k,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});var htmlBuilder$3=(e,t)=>{var y=t.style,n,$;e.type==="supsub"?(n=e.sup?buildGroup$1(e.sup,t.havingStyle(y.sup()),t):buildGroup$1(e.sub,t.havingStyle(y.sub()),t),$=assertNodeType(e.base,"horizBrace")):$=assertNodeType(e,"horizBrace");var k=buildGroup$1($.base,t.havingBaseStyle(Style$1.DISPLAY)),L=stretchy.svgSpan($,t),j;if($.isOver?(j=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:k},{type:"kern",size:.1},{type:"elem",elem:L}]},t),j.children[0].children[0].children[1].classes.push("svg-align")):(j=buildCommon.makeVList({positionType:"bottom",positionData:k.depth+.1+L.height,children:[{type:"elem",elem:L},{type:"kern",size:.1},{type:"elem",elem:k}]},t),j.children[0].children[0].children[0].classes.push("svg-align")),n){var V=buildCommon.makeSpan(["mord",$.isOver?"mover":"munder"],[j],t);$.isOver?j=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:V},{type:"kern",size:.2},{type:"elem",elem:n}]},t):j=buildCommon.makeVList({positionType:"bottom",positionData:V.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:V}]},t)}return buildCommon.makeSpan(["mord",$.isOver?"mover":"munder"],[j],t)},mathmlBuilder$2=(e,t)=>{var y=stretchy.mathMLnode(e.label);return new mathMLTree.MathNode(e.isOver?"mover":"munder",[buildGroup2(e.base,t),y])};defineFunction({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){var{parser:y,funcName:n}=e;return{type:"horizBrace",mode:y.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:htmlBuilder$3,mathmlBuilder:mathmlBuilder$2});defineFunction({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=t[1],$=assertNodeType(t[0],"url").url;return y.settings.isTrusted({command:"\\href",url:$})?{type:"href",mode:y.mode,href:$,body:ordargument(n)}:y.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{var y=buildExpression$1(e.body,t,!1);return buildCommon.makeAnchor(e.href,[],y,t)},mathmlBuilder:(e,t)=>{var y=buildExpressionRow(e.body,t);return y instanceof MathNode||(y=new MathNode("mrow",[y])),y.setAttribute("href",e.href),y}});defineFunction({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=assertNodeType(t[0],"url").url;if(!y.settings.isTrusted({command:"\\url",url:n}))return y.formatUnsupportedCmd("\\url");for(var $=[],k=0;k<n.length;k++){var L=n[k];L==="~"&&(L="\\textasciitilde"),$.push({type:"textord",mode:"text",text:L})}var j={type:"text",mode:y.mode,font:"\\texttt",body:$};return{type:"href",mode:y.mode,href:n,body:ordargument(j)}}});defineFunction({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(e,t){var{parser:y}=e;return{type:"hbox",mode:y.mode,body:ordargument(t[0])}},htmlBuilder(e,t){var y=buildExpression$1(e.body,t,!1);return buildCommon.makeFragment(y)},mathmlBuilder(e,t){return new mathMLTree.MathNode("mrow",buildExpression2(e.body,t))}});defineFunction({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(e,t)=>{var{parser:y,funcName:n,token:$}=e,k=assertNodeType(t[0],"raw").string,L=t[1];y.settings.strict&&y.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var j,V={};switch(n){case"\\htmlClass":V.class=k,j={command:"\\htmlClass",class:k};break;case"\\htmlId":V.id=k,j={command:"\\htmlId",id:k};break;case"\\htmlStyle":V.style=k,j={command:"\\htmlStyle",style:k};break;case"\\htmlData":{for(var z=k.split(","),re=0;re<z.length;re++){var oe=z[re].split("=");if(oe.length!==2)throw new ParseError("Error parsing key-value for \\htmlData");V["data-"+oe[0].trim()]=oe[1].trim()}j={command:"\\htmlData",attributes:V};break}default:throw new Error("Unrecognized html command")}return y.settings.isTrusted(j)?{type:"html",mode:y.mode,attributes:V,body:ordargument(L)}:y.formatUnsupportedCmd(n)},htmlBuilder:(e,t)=>{var y=buildExpression$1(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push(...e.attributes.class.trim().split(/\s+/));var $=buildCommon.makeSpan(n,y,t);for(var k in e.attributes)k!=="class"&&e.attributes.hasOwnProperty(k)&&$.setAttribute(k,e.attributes[k]);return $},mathmlBuilder:(e,t)=>buildExpressionRow(e.body,t)});defineFunction({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{var{parser:y}=e;return{type:"htmlmathml",mode:y.mode,html:ordargument(t[0]),mathml:ordargument(t[1])}},htmlBuilder:(e,t)=>{var y=buildExpression$1(e.html,t,!1);return buildCommon.makeFragment(y)},mathmlBuilder:(e,t)=>buildExpressionRow(e.mathml,t)});var sizeData=function(t){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(t))return{number:+t,unit:"bp"};var y=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t);if(!y)throw new ParseError("Invalid size: '"+t+"' in \\includegraphics");var n={number:+(y[1]+y[2]),unit:y[3]};if(!validUnit(n))throw new ParseError("Invalid unit: '"+n.unit+"' in \\includegraphics.");return n};defineFunction({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,y)=>{var{parser:n}=e,$={number:0,unit:"em"},k={number:.9,unit:"em"},L={number:0,unit:"em"},j="";if(y[0])for(var V=assertNodeType(y[0],"raw").string,z=V.split(","),re=0;re<z.length;re++){var oe=z[re].split("=");if(oe.length===2){var ue=oe[1].trim();switch(oe[0].trim()){case"alt":j=ue;break;case"width":$=sizeData(ue);break;case"height":k=sizeData(ue);break;case"totalheight":L=sizeData(ue);break;default:throw new ParseError("Invalid key: '"+oe[0]+"' in \\includegraphics.")}}}var de=assertNodeType(t[0],"url").url;return j===""&&(j=de,j=j.replace(/^.*[\\/]/,""),j=j.substring(0,j.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:de})?{type:"includegraphics",mode:n.mode,alt:j,width:$,height:k,totalheight:L,src:de}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(e,t)=>{var y=calculateSize(e.height,t),n=0;e.totalheight.number>0&&(n=calculateSize(e.totalheight,t)-y);var $=0;e.width.number>0&&($=calculateSize(e.width,t));var k={height:makeEm(y+n)};$>0&&(k.width=makeEm($)),n>0&&(k.verticalAlign=makeEm(-n));var L=new Img(e.src,e.alt,k);return L.height=y,L.depth=n,L},mathmlBuilder:(e,t)=>{var y=new mathMLTree.MathNode("mglyph",[]);y.setAttribute("alt",e.alt);var n=calculateSize(e.height,t),$=0;if(e.totalheight.number>0&&($=calculateSize(e.totalheight,t)-n,y.setAttribute("valign",makeEm(-$))),y.setAttribute("height",makeEm(n+$)),e.width.number>0){var k=calculateSize(e.width,t);y.setAttribute("width",makeEm(k))}return y.setAttribute("src",e.src),y}});defineFunction({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){var{parser:y,funcName:n}=e,$=assertNodeType(t[0],"size");if(y.settings.strict){var k=n[1]==="m",L=$.value.unit==="mu";k?(L||y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, "+("not "+$.value.unit+" units")),y.mode!=="math"&&y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):L&&y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:y.mode,dimension:$.value}},htmlBuilder(e,t){return buildCommon.makeGlue(e.dimension,t)},mathmlBuilder(e,t){var y=calculateSize(e.dimension,t);return new mathMLTree.SpaceNode(y)}});defineFunction({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0];return{type:"lap",mode:y.mode,alignment:n.slice(5),body:$}},htmlBuilder:(e,t)=>{var y;e.alignment==="clap"?(y=buildCommon.makeSpan([],[buildGroup$1(e.body,t)]),y=buildCommon.makeSpan(["inner"],[y],t)):y=buildCommon.makeSpan(["inner"],[buildGroup$1(e.body,t)]);var n=buildCommon.makeSpan(["fix"],[]),$=buildCommon.makeSpan([e.alignment],[y,n],t),k=buildCommon.makeSpan(["strut"]);return k.style.height=makeEm($.height+$.depth),$.depth&&(k.style.verticalAlign=makeEm(-$.depth)),$.children.unshift(k),$=buildCommon.makeSpan(["thinbox"],[$],t),buildCommon.makeSpan(["mord","vbox"],[$],t)},mathmlBuilder:(e,t)=>{var y=new mathMLTree.MathNode("mpadded",[buildGroup2(e.body,t)]);if(e.alignment!=="rlap"){var n=e.alignment==="llap"?"-1":"-0.5";y.setAttribute("lspace",n+"width")}return y.setAttribute("width","0px"),y}});defineFunction({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){var{funcName:y,parser:n}=e,$=n.mode;n.switchMode("math");var k=y==="\\("?"\\)":"$",L=n.parseExpression(!1,k);return n.expect(k),n.switchMode($),{type:"styling",mode:n.mode,style:"text",body:L}}});defineFunction({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new ParseError("Mismatched "+e.funcName)}});var chooseMathStyle=(e,t)=>{switch(t.style.size){case Style$1.DISPLAY.size:return e.display;case Style$1.TEXT.size:return e.text;case Style$1.SCRIPT.size:return e.script;case Style$1.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};defineFunction({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{var{parser:y}=e;return{type:"mathchoice",mode:y.mode,display:ordargument(t[0]),text:ordargument(t[1]),script:ordargument(t[2]),scriptscript:ordargument(t[3])}},htmlBuilder:(e,t)=>{var y=chooseMathStyle(e,t),n=buildExpression$1(y,t,!1);return buildCommon.makeFragment(n)},mathmlBuilder:(e,t)=>{var y=chooseMathStyle(e,t);return buildExpressionRow(y,t)}});var assembleSupSub=(e,t,y,n,$,k,L)=>{e=buildCommon.makeSpan([],[e]);var j=y&&utils$u.isCharacterBox(y),V,z;if(t){var re=buildGroup$1(t,n.havingStyle($.sup()),n);z={elem:re,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-re.depth)}}if(y){var oe=buildGroup$1(y,n.havingStyle($.sub()),n);V={elem:oe,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-oe.height)}}var ue;if(z&&V){var de=n.fontMetrics().bigOpSpacing5+V.elem.height+V.elem.depth+V.kern+e.depth+L;ue=buildCommon.makeVList({positionType:"bottom",positionData:de,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:V.elem,marginLeft:makeEm(-k)},{type:"kern",size:V.kern},{type:"elem",elem:e},{type:"kern",size:z.kern},{type:"elem",elem:z.elem,marginLeft:makeEm(k)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(V){var _e=e.height-L;ue=buildCommon.makeVList({positionType:"top",positionData:_e,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:V.elem,marginLeft:makeEm(-k)},{type:"kern",size:V.kern},{type:"elem",elem:e}]},n)}else if(z){var Ne=e.depth+L;ue=buildCommon.makeVList({positionType:"bottom",positionData:Ne,children:[{type:"elem",elem:e},{type:"kern",size:z.kern},{type:"elem",elem:z.elem,marginLeft:makeEm(k)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else return e;var Ue=[ue];if(V&&k!==0&&!j){var $e=buildCommon.makeSpan(["mspace"],[],n);$e.style.marginRight=makeEm(k),Ue.unshift($e)}return buildCommon.makeSpan(["mop","op-limits"],Ue,n)},noSuccessor=["\\smallint"],htmlBuilder$2=(e,t)=>{var y,n,$=!1,k;e.type==="supsub"?(y=e.sup,n=e.sub,k=assertNodeType(e.base,"op"),$=!0):k=assertNodeType(e,"op");var L=t.style,j=!1;L.size===Style$1.DISPLAY.size&&k.symbol&&!utils$u.contains(noSuccessor,k.name)&&(j=!0);var V;if(k.symbol){var z=j?"Size2-Regular":"Size1-Regular",re="";if((k.name==="\\oiint"||k.name==="\\oiiint")&&(re=k.name.slice(1),k.name=re==="oiint"?"\\iint":"\\iiint"),V=buildCommon.makeSymbol(k.name,z,"math",t,["mop","op-symbol",j?"large-op":"small-op"]),re.length>0){var oe=V.italic,ue=buildCommon.staticSvg(re+"Size"+(j?"2":"1"),t);V=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:V,shift:0},{type:"elem",elem:ue,shift:j?.08:0}]},t),k.name="\\"+re,V.classes.unshift("mop"),V.italic=oe}}else if(k.body){var de=buildExpression$1(k.body,t,!0);de.length===1&&de[0]instanceof SymbolNode?(V=de[0],V.classes[0]="mop"):V=buildCommon.makeSpan(["mop"],de,t)}else{for(var _e=[],Ne=1;Ne<k.name.length;Ne++)_e.push(buildCommon.mathsym(k.name[Ne],k.mode,t));V=buildCommon.makeSpan(["mop"],_e,t)}var Ue=0,$e=0;return(V instanceof SymbolNode||k.name==="\\oiint"||k.name==="\\oiiint")&&!k.suppressBaseShift&&(Ue=(V.height-V.depth)/2-t.fontMetrics().axisHeight,$e=V.italic),$?assembleSupSub(V,y,n,t,L,$e,Ue):(Ue&&(V.style.position="relative",V.style.top=makeEm(Ue)),V)},mathmlBuilder$1=(e,t)=>{var y;if(e.symbol)y=new MathNode("mo",[makeText(e.name,e.mode)]),utils$u.contains(noSuccessor,e.name)&&y.setAttribute("largeop","false");else if(e.body)y=new MathNode("mo",buildExpression2(e.body,t));else{y=new MathNode("mi",[new TextNode(e.name.slice(1))]);var n=new MathNode("mo",[makeText("","text")]);e.parentIsSupSub?y=new MathNode("mrow",[y,n]):y=newDocumentFragment([y,n])}return y},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:(e,t)=>{var{parser:y,funcName:n}=e,$=n;return $.length===1&&($=singleCharBigOps[$]),{type:"op",mode:y.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:$}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var{parser:y}=e,n=t[0];return{type:"op",mode:y.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:ordargument(n)}},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(e){var{parser:t,funcName:y}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:y}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){var{parser:t,funcName:y}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:y}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(e){var{parser:t,funcName:y}=e,n=y;return n.length===1&&(n=singleCharIntegrals[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});var htmlBuilder$1=(e,t)=>{var y,n,$=!1,k;e.type==="supsub"?(y=e.sup,n=e.sub,k=assertNodeType(e.base,"operatorname"),$=!0):k=assertNodeType(e,"operatorname");var L;if(k.body.length>0){for(var j=k.body.map(oe=>{var ue=oe.text;return typeof ue=="string"?{type:"textord",mode:oe.mode,text:ue}:oe}),V=buildExpression$1(j,t.withFont("mathrm"),!0),z=0;z<V.length;z++){var re=V[z];re instanceof SymbolNode&&(re.text=re.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}L=buildCommon.makeSpan(["mop"],V,t)}else L=buildCommon.makeSpan(["mop"],[],t);return $?assembleSupSub(L,y,n,t,t.style,0,0):L},mathmlBuilder2=(e,t)=>{for(var y=buildExpression2(e.body,t.withFont("mathrm")),n=!0,$=0;$<y.length;$++){var k=y[$];if(!(k instanceof mathMLTree.SpaceNode))if(k instanceof mathMLTree.MathNode)switch(k.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var L=k.children[0];k.children.length===1&&L instanceof mathMLTree.TextNode?L.text=L.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break}default:n=!1}else n=!1}if(n){var j=y.map(re=>re.toText()).join("");y=[new mathMLTree.TextNode(j)]}var V=new mathMLTree.MathNode("mi",y);V.setAttribute("mathvariant","normal");var z=new mathMLTree.MathNode("mo",[makeText("","text")]);return e.parentIsSupSub?new mathMLTree.MathNode("mrow",[V,z]):mathMLTree.newDocumentFragment([V,z])};defineFunction({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0];return{type:"operatorname",mode:y.mode,body:ordargument($),alwaysHandleSupSub:n==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:htmlBuilder$1,mathmlBuilder:mathmlBuilder2});defineMacro("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@");defineFunctionBuilders({type:"ordgroup",htmlBuilder(e,t){return e.semisimple?buildCommon.makeFragment(buildExpression$1(e.body,t,!1)):buildCommon.makeSpan(["mord"],buildExpression$1(e.body,t,!0),t)},mathmlBuilder(e,t){return buildExpressionRow(e.body,t,!0)}});defineFunction({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){var{parser:y}=e,n=t[0];return{type:"overline",mode:y.mode,body:n}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t.havingCrampedStyle()),n=buildCommon.makeLineSpan("overline-line",t),$=t.fontMetrics().defaultRuleThickness,k=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y},{type:"kern",size:3*$},{type:"elem",elem:n},{type:"kern",size:$}]},t);return buildCommon.makeSpan(["mord","overline"],[k],t)},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode("‾")]);y.setAttribute("stretchy","true");var n=new mathMLTree.MathNode("mover",[buildGroup2(e.body,t),y]);return n.setAttribute("accent","true"),n}});defineFunction({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=t[0];return{type:"phantom",mode:y.mode,body:ordargument(n)}},htmlBuilder:(e,t)=>{var y=buildExpression$1(e.body,t.withPhantom(),!1);return buildCommon.makeFragment(y)},mathmlBuilder:(e,t)=>{var y=buildExpression2(e.body,t);return new mathMLTree.MathNode("mphantom",y)}});defineFunction({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=t[0];return{type:"hphantom",mode:y.mode,body:n}},htmlBuilder:(e,t)=>{var y=buildCommon.makeSpan([],[buildGroup$1(e.body,t.withPhantom())]);if(y.height=0,y.depth=0,y.children)for(var n=0;n<y.children.length;n++)y.children[n].height=0,y.children[n].depth=0;return y=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y}]},t),buildCommon.makeSpan(["mord"],[y],t)},mathmlBuilder:(e,t)=>{var y=buildExpression2(ordargument(e.body),t),n=new mathMLTree.MathNode("mphantom",y),$=new mathMLTree.MathNode("mpadded",[n]);return $.setAttribute("height","0px"),$.setAttribute("depth","0px"),$}});defineFunction({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=t[0];return{type:"vphantom",mode:y.mode,body:n}},htmlBuilder:(e,t)=>{var y=buildCommon.makeSpan(["inner"],[buildGroup$1(e.body,t.withPhantom())]),n=buildCommon.makeSpan(["fix"],[]);return buildCommon.makeSpan(["mord","rlap"],[y,n],t)},mathmlBuilder:(e,t)=>{var y=buildExpression2(ordargument(e.body),t),n=new mathMLTree.MathNode("mphantom",y),$=new mathMLTree.MathNode("mpadded",[n]);return $.setAttribute("width","0px"),$}});defineFunction({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){var{parser:y}=e,n=assertNodeType(t[0],"size").value,$=t[1];return{type:"raisebox",mode:y.mode,dy:n,body:$}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t),n=calculateSize(e.dy,t);return buildCommon.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:y}]},t)},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mpadded",[buildGroup2(e.body,t)]),n=e.dy.number+e.dy.unit;return y.setAttribute("voffset",n),y}});defineFunction({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t}=e;return{type:"internal",mode:t.mode}}});defineFunction({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(e,t,y){var{parser:n}=e,$=y[0],k=assertNodeType(t[0],"size"),L=assertNodeType(t[1],"size");return{type:"rule",mode:n.mode,shift:$&&assertNodeType($,"size").value,width:k.value,height:L.value}},htmlBuilder(e,t){var y=buildCommon.makeSpan(["mord","rule"],[],t),n=calculateSize(e.width,t),$=calculateSize(e.height,t),k=e.shift?calculateSize(e.shift,t):0;return y.style.borderRightWidth=makeEm(n),y.style.borderTopWidth=makeEm($),y.style.bottom=makeEm(k),y.width=n,y.height=$+k,y.depth=-k,y.maxFontSize=$*1.125*t.sizeMultiplier,y},mathmlBuilder(e,t){var y=calculateSize(e.width,t),n=calculateSize(e.height,t),$=e.shift?calculateSize(e.shift,t):0,k=t.color&&t.getColor()||"black",L=new mathMLTree.MathNode("mspace");L.setAttribute("mathbackground",k),L.setAttribute("width",makeEm(y)),L.setAttribute("height",makeEm(n));var j=new mathMLTree.MathNode("mpadded",[L]);return $>=0?j.setAttribute("height",makeEm($)):(j.setAttribute("height",makeEm($)),j.setAttribute("depth",makeEm(-$))),j.setAttribute("voffset",makeEm($)),j}});function sizingGroup(e,t,y){for(var n=buildExpression$1(e,t,!1),$=t.sizeMultiplier/y.sizeMultiplier,k=0;k<n.length;k++){var L=n[k].classes.indexOf("sizing");L<0?Array.prototype.push.apply(n[k].classes,t.sizingClasses(y)):n[k].classes[L+1]==="reset-size"+t.size&&(n[k].classes[L+1]="reset-size"+y.size),n[k].height*=$,n[k].depth*=$}return buildCommon.makeFragment(n)}var sizeFuncs=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],htmlBuilder2=(e,t)=>{var y=t.havingSize(e.size);return sizingGroup(e.body,y,t)};defineFunction({type:"sizing",names:sizeFuncs,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{breakOnTokenText:y,funcName:n,parser:$}=e,k=$.parseExpression(!1,y);return{type:"sizing",mode:$.mode,size:sizeFuncs.indexOf(n)+1,body:k}},htmlBuilder:htmlBuilder2,mathmlBuilder:(e,t)=>{var y=t.havingSize(e.size),n=buildExpression2(e.body,y),$=new mathMLTree.MathNode("mstyle",n);return $.setAttribute("mathsize",makeEm(y.sizeMultiplier)),$}});defineFunction({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,y)=>{var{parser:n}=e,$=!1,k=!1,L=y[0]&&assertNodeType(y[0],"ordgroup");if(L)for(var j="",V=0;V<L.body.length;++V){var z=L.body[V];if(j=z.text,j==="t")$=!0;else if(j==="b")k=!0;else{$=!1,k=!1;break}}else $=!0,k=!0;var re=t[0];return{type:"smash",mode:n.mode,body:re,smashHeight:$,smashDepth:k}},htmlBuilder:(e,t)=>{var y=buildCommon.makeSpan([],[buildGroup$1(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return y;if(e.smashHeight&&(y.height=0,y.children))for(var n=0;n<y.children.length;n++)y.children[n].height=0;if(e.smashDepth&&(y.depth=0,y.children))for(var $=0;$<y.children.length;$++)y.children[$].depth=0;var k=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y}]},t);return buildCommon.makeSpan(["mord"],[k],t)},mathmlBuilder:(e,t)=>{var y=new mathMLTree.MathNode("mpadded",[buildGroup2(e.body,t)]);return e.smashHeight&&y.setAttribute("height","0px"),e.smashDepth&&y.setAttribute("depth","0px"),y}});defineFunction({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,y){var{parser:n}=e,$=y[0],k=t[0];return{type:"sqrt",mode:n.mode,body:k,index:$}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t.havingCrampedStyle());y.height===0&&(y.height=t.fontMetrics().xHeight),y=buildCommon.wrapFragment(y,t);var n=t.fontMetrics(),$=n.defaultRuleThickness,k=$;t.style.id<Style$1.TEXT.id&&(k=t.fontMetrics().xHeight);var L=$+k/4,j=y.height+y.depth+L+$,{span:V,ruleWidth:z,advanceWidth:re}=delimiter.sqrtImage(j,t),oe=V.height-z;oe>y.height+y.depth+L&&(L=(L+oe-y.height-y.depth)/2);var ue=V.height-y.height-L-z;y.style.paddingLeft=makeEm(re);var de=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y,wrapperClasses:["svg-align"]},{type:"kern",size:-(y.height+ue)},{type:"elem",elem:V},{type:"kern",size:z}]},t);if(e.index){var _e=t.havingStyle(Style$1.SCRIPTSCRIPT),Ne=buildGroup$1(e.index,_e,t),Ue=.6*(de.height-de.depth),$e=buildCommon.makeVList({positionType:"shift",positionData:-Ue,children:[{type:"elem",elem:Ne}]},t),Ve=buildCommon.makeSpan(["root"],[$e]);return buildCommon.makeSpan(["mord","sqrt"],[Ve,de],t)}else return buildCommon.makeSpan(["mord","sqrt"],[de],t)},mathmlBuilder(e,t){var{body:y,index:n}=e;return n?new mathMLTree.MathNode("mroot",[buildGroup2(y,t),buildGroup2(n,t)]):new mathMLTree.MathNode("msqrt",[buildGroup2(y,t)])}});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(e,t){var{breakOnTokenText:y,funcName:n,parser:$}=e,k=$.parseExpression(!0,y),L=n.slice(1,n.length-5);return{type:"styling",mode:$.mode,style:L,body:k}},htmlBuilder(e,t){var y=styleMap[e.style],n=t.havingStyle(y).withFont("");return sizingGroup(e.body,n,t)},mathmlBuilder(e,t){var y=styleMap[e.style],n=t.havingStyle(y),$=buildExpression2(e.body,n),k=new mathMLTree.MathNode("mstyle",$),L={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},j=L[e.style];return k.setAttribute("scriptlevel",j[0]),k.setAttribute("displaystyle",j[1]),k}});var htmlBuilderDelegate=function(t,y){var n=t.base;if(n)if(n.type==="op"){var $=n.limits&&(y.style.size===Style$1.DISPLAY.size||n.alwaysHandleSupSub);return $?htmlBuilder$2:null}else if(n.type==="operatorname"){var k=n.alwaysHandleSupSub&&(y.style.size===Style$1.DISPLAY.size||n.limits);return k?htmlBuilder$1:null}else{if(n.type==="accent")return utils$u.isCharacterBox(n.base)?htmlBuilder$a:null;if(n.type==="horizBrace"){var L=!t.sub;return L===n.isOver?htmlBuilder$3:null}else return null}else return null};defineFunctionBuilders({type:"supsub",htmlBuilder(e,t){var y=htmlBuilderDelegate(e,t);if(y)return y(e,t);var{base:n,sup:$,sub:k}=e,L=buildGroup$1(n,t),j,V,z=t.fontMetrics(),re=0,oe=0,ue=n&&utils$u.isCharacterBox(n);if($){var de=t.havingStyle(t.style.sup());j=buildGroup$1($,de,t),ue||(re=L.height-de.fontMetrics().supDrop*de.sizeMultiplier/t.sizeMultiplier)}if(k){var _e=t.havingStyle(t.style.sub());V=buildGroup$1(k,_e,t),ue||(oe=L.depth+_e.fontMetrics().subDrop*_e.sizeMultiplier/t.sizeMultiplier)}var Ne;t.style===Style$1.DISPLAY?Ne=z.sup1:t.style.cramped?Ne=z.sup3:Ne=z.sup2;var Ue=t.sizeMultiplier,$e=makeEm(.5/z.ptPerEm/Ue),Ve=null;if(V){var Fe=e.base&&e.base.type==="op"&&e.base.name&&(e.base.name==="\\oiint"||e.base.name==="\\oiiint");(L instanceof SymbolNode||Fe)&&(Ve=makeEm(-L.italic))}var qe;if(j&&V){re=Math.max(re,Ne,j.depth+.25*z.xHeight),oe=Math.max(oe,z.sub2);var er=z.defaultRuleThickness,ir=4*er;if(re-j.depth-(V.height-oe)<ir){oe=ir-(re-j.depth)+V.height;var dr=.8*z.xHeight-(re-j.depth);dr>0&&(re+=dr,oe-=dr)}var cr=[{type:"elem",elem:V,shift:oe,marginRight:$e,marginLeft:Ve},{type:"elem",elem:j,shift:-re,marginRight:$e}];qe=buildCommon.makeVList({positionType:"individualShift",children:cr},t)}else if(V){oe=Math.max(oe,z.sub1,V.height-.8*z.xHeight);var nr=[{type:"elem",elem:V,marginLeft:Ve,marginRight:$e}];qe=buildCommon.makeVList({positionType:"shift",positionData:oe,children:nr},t)}else if(j)re=Math.max(re,Ne,j.depth+.25*z.xHeight),qe=buildCommon.makeVList({positionType:"shift",positionData:-re,children:[{type:"elem",elem:j,marginRight:$e}]},t);else throw new Error("supsub must have either sup or sub.");var lr=getTypeOfDomTree(L,"right")||"mord";return buildCommon.makeSpan([lr],[L,buildCommon.makeSpan(["msupsub"],[qe])],t)},mathmlBuilder(e,t){var y=!1,n,$;e.base&&e.base.type==="horizBrace"&&($=!!e.sup,$===e.base.isOver&&(y=!0,n=e.base.isOver)),e.base&&(e.base.type==="op"||e.base.type==="operatorname")&&(e.base.parentIsSupSub=!0);var k=[buildGroup2(e.base,t)];e.sub&&k.push(buildGroup2(e.sub,t)),e.sup&&k.push(buildGroup2(e.sup,t));var L;if(y)L=n?"mover":"munder";else if(e.sub)if(e.sup){var z=e.base;z&&z.type==="op"&&z.limits&&t.style===Style$1.DISPLAY||z&&z.type==="operatorname"&&z.alwaysHandleSupSub&&(t.style===Style$1.DISPLAY||z.limits)?L="munderover":L="msubsup"}else{var V=e.base;V&&V.type==="op"&&V.limits&&(t.style===Style$1.DISPLAY||V.alwaysHandleSupSub)||V&&V.type==="operatorname"&&V.alwaysHandleSupSub&&(V.limits||t.style===Style$1.DISPLAY)?L="munder":L="msub"}else{var j=e.base;j&&j.type==="op"&&j.limits&&(t.style===Style$1.DISPLAY||j.alwaysHandleSupSub)||j&&j.type==="operatorname"&&j.alwaysHandleSupSub&&(j.limits||t.style===Style$1.DISPLAY)?L="mover":L="msup"}return new mathMLTree.MathNode(L,k)}});defineFunctionBuilders({type:"atom",htmlBuilder(e,t){return buildCommon.mathsym(e.text,e.mode,t,["m"+e.family])},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mo",[makeText(e.text,e.mode)]);if(e.family==="bin"){var n=getVariant(e,t);n==="bold-italic"&&y.setAttribute("mathvariant",n)}else e.family==="punct"?y.setAttribute("separator","true"):(e.family==="open"||e.family==="close")&&y.setAttribute("stretchy","false");return y}});var defaultVariant={mi:"italic",mn:"normal",mtext:"normal"};defineFunctionBuilders({type:"mathord",htmlBuilder(e,t){return buildCommon.makeOrd(e,t,"mathord")},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mi",[makeText(e.text,e.mode,t)]),n=getVariant(e,t)||"italic";return n!==defaultVariant[y.type]&&y.setAttribute("mathvariant",n),y}});defineFunctionBuilders({type:"textord",htmlBuilder(e,t){return buildCommon.makeOrd(e,t,"textord")},mathmlBuilder(e,t){var y=makeText(e.text,e.mode,t),n=getVariant(e,t)||"normal",$;return e.mode==="text"?$=new mathMLTree.MathNode("mtext",[y]):/[0-9]/.test(e.text)?$=new mathMLTree.MathNode("mn",[y]):e.text==="\\prime"?$=new mathMLTree.MathNode("mo",[y]):$=new mathMLTree.MathNode("mi",[y]),n!==defaultVariant[$.type]&&$.setAttribute("mathvariant",n),$}});var cssSpace={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},regularSpace={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};defineFunctionBuilders({type:"spacing",htmlBuilder(e,t){if(regularSpace.hasOwnProperty(e.text)){var y=regularSpace[e.text].className||"";if(e.mode==="text"){var n=buildCommon.makeOrd(e,t,"textord");return n.classes.push(y),n}else return buildCommon.makeSpan(["mspace",y],[buildCommon.mathsym(e.text,e.mode,t)],t)}else{if(cssSpace.hasOwnProperty(e.text))return buildCommon.makeSpan(["mspace",cssSpace[e.text]],[],t);throw new ParseError('Unknown type of space "'+e.text+'"')}},mathmlBuilder(e,t){var y;if(regularSpace.hasOwnProperty(e.text))y=new mathMLTree.MathNode("mtext",[new mathMLTree.TextNode(" ")]);else{if(cssSpace.hasOwnProperty(e.text))return new mathMLTree.MathNode("mspace");throw new ParseError('Unknown type of space "'+e.text+'"')}return y}});var pad=()=>{var e=new mathMLTree.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};defineFunctionBuilders({type:"tag",mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mtable",[new mathMLTree.MathNode("mtr",[pad(),new mathMLTree.MathNode("mtd",[buildExpressionRow(e.body,t)]),pad(),new mathMLTree.MathNode("mtd",[buildExpressionRow(e.tag,t)])])]);return y.setAttribute("width","100%"),y}});var textFontFamilies={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},textFontWeights={"\\textbf":"textbf","\\textmd":"textmd"},textFontShapes={"\\textit":"textit","\\textup":"textup"},optionsWithFont=(e,t)=>{var y=e.font;if(y){if(textFontFamilies[y])return t.withTextFontFamily(textFontFamilies[y]);if(textFontWeights[y])return t.withTextFontWeight(textFontWeights[y]);if(y==="\\emph")return t.fontShape==="textit"?t.withTextFontShape("textup"):t.withTextFontShape("textit")}else return t;return t.withTextFontShape(textFontShapes[y])};defineFunction({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(e,t){var{parser:y,funcName:n}=e,$=t[0];return{type:"text",mode:y.mode,body:ordargument($),font:n}},htmlBuilder(e,t){var y=optionsWithFont(e,t),n=buildExpression$1(e.body,y,!0);return buildCommon.makeSpan(["mord","text"],n,y)},mathmlBuilder(e,t){var y=optionsWithFont(e,t);return buildExpressionRow(e.body,y)}});defineFunction({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:y}=e;return{type:"underline",mode:y.mode,body:t[0]}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t),n=buildCommon.makeLineSpan("underline-line",t),$=t.fontMetrics().defaultRuleThickness,k=buildCommon.makeVList({positionType:"top",positionData:y.height,children:[{type:"kern",size:$},{type:"elem",elem:n},{type:"kern",size:3*$},{type:"elem",elem:y}]},t);return buildCommon.makeSpan(["mord","underline"],[k],t)},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode("‾")]);y.setAttribute("stretchy","true");var n=new mathMLTree.MathNode("munder",[buildGroup2(e.body,t),y]);return n.setAttribute("accentunder","true"),n}});defineFunction({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){var{parser:y}=e;return{type:"vcenter",mode:y.mode,body:t[0]}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t),n=t.fontMetrics().axisHeight,$=.5*(y.height-n-(y.depth+n));return buildCommon.makeVList({positionType:"shift",positionData:$,children:[{type:"elem",elem:y}]},t)},mathmlBuilder(e,t){return new mathMLTree.MathNode("mpadded",[buildGroup2(e.body,t)],["vcenter"])}});defineFunction({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,y){throw new ParseError("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){for(var y=makeVerb(e),n=[],$=t.havingStyle(t.style.text()),k=0;k<y.length;k++){var L=y[k];L==="~"&&(L="\\textasciitilde"),n.push(buildCommon.makeSymbol(L,"Typewriter-Regular",e.mode,$,["mord","texttt"]))}return buildCommon.makeSpan(["mord","text"].concat($.sizingClasses(t)),buildCommon.tryCombineChars(n),$)},mathmlBuilder(e,t){var y=new mathMLTree.TextNode(makeVerb(e)),n=new mathMLTree.MathNode("mtext",[y]);return n.setAttribute("mathvariant","monospace"),n}});var makeVerb=e=>e.body.replace(/ /g,e.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(t,y){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=t,this.settings=y,this.tokenRegex=new RegExp(tokenRegexString,"g"),this.catcodes={"%":14,"~":13}}setCatcode(t,y){this.catcodes[t]=y}lex(){var t=this.input,y=this.tokenRegex.lastIndex;if(y===t.length)return new Token("EOF",new SourceLocation(this,y,y));var n=this.tokenRegex.exec(t);if(n===null||n.index!==y)throw new ParseError("Unexpected character: '"+t[y]+"'",new Token(t[y],new SourceLocation(this,y,y+1)));var $=n[6]||n[3]||(n[2]?"\\ ":" ");if(this.catcodes[$]===14){var k=t.indexOf(`
`,this.tokenRegex.lastIndex);return k===-1?(this.tokenRegex.lastIndex=t.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=k+1,this.lex()}return new Token($,new SourceLocation(this,y,this.tokenRegex.lastIndex))}}class Namespace{constructor(t,y){t===void 0&&(t={}),y===void 0&&(y={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=y,this.builtins=t,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 t=this.undefStack.pop();for(var y in t)t.hasOwnProperty(y)&&(t[y]==null?delete this.current[y]:this.current[y]=t[y])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(t){return this.current.hasOwnProperty(t)||this.builtins.hasOwnProperty(t)}get(t){return this.current.hasOwnProperty(t)?this.current[t]:this.builtins[t]}set(t,y,n){if(n===void 0&&(n=!1),n){for(var $=0;$<this.undefStack.length;$++)delete this.undefStack[$][t];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][t]=y)}else{var k=this.undefStack[this.undefStack.length-1];k&&!k.hasOwnProperty(t)&&(k[t]=this.current[t])}y==null?delete this.current[t]:this.current[t]=y}}var macros=_macros;defineMacro("\\noexpand",function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}});defineMacro("\\expandafter",function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}});defineMacro("\\@firstoftwo",function(e){var t=e.consumeArgs(2);return{tokens:t[0],numArgs:0}});defineMacro("\\@secondoftwo",function(e){var t=e.consumeArgs(2);return{tokens:t[1],numArgs:0}});defineMacro("\\@ifnextchar",function(e){var t=e.consumeArgs(3);e.consumeSpaces();var y=e.future();return t[0].length===1&&t[0][0].text===y.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}});defineMacro("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}");defineMacro("\\TextOrMath",function(e){var t=e.consumeArgs(2);return e.mode==="text"?{tokens:t[0],numArgs:0}:{tokens:t[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(e){var t=e.popToken(),y,n="";if(t.text==="'")y=8,t=e.popToken();else if(t.text==='"')y=16,t=e.popToken();else if(t.text==="`")if(t=e.popToken(),t.text[0]==="\\")n=t.text.charCodeAt(1);else{if(t.text==="EOF")throw new ParseError("\\char` missing argument");n=t.text.charCodeAt(0)}else y=10;if(y){if(n=digitToNumber[t.text],n==null||n>=y)throw new ParseError("Invalid base-"+y+" digit "+t.text);for(var $;($=digitToNumber[e.future().text])!=null&&$<y;)n*=y,n+=$,e.popToken()}return"\\@char{"+n+"}"});var newcommand=(e,t,y)=>{var n=e.consumeArg().tokens;if(n.length!==1)throw new ParseError("\\newcommand's first argument must be a macro name");var $=n[0].text,k=e.isDefined($);if(k&&!t)throw new ParseError("\\newcommand{"+$+"} attempting to redefine "+($+"; use \\renewcommand"));if(!k&&!y)throw new ParseError("\\renewcommand{"+$+"} when command "+$+" does not yet exist; use \\newcommand");var L=0;if(n=e.consumeArg().tokens,n.length===1&&n[0].text==="["){for(var j="",V=e.expandNextToken();V.text!=="]"&&V.text!=="EOF";)j+=V.text,V=e.expandNextToken();if(!j.match(/^\s*[0-9]+\s*$/))throw new ParseError("Invalid number of arguments: "+j);L=parseInt(j),n=e.consumeArg().tokens}return e.macros.set($,{tokens:n,numArgs:L}),""};defineMacro("\\newcommand",e=>newcommand(e,!1,!0));defineMacro("\\renewcommand",e=>newcommand(e,!0,!1));defineMacro("\\providecommand",e=>newcommand(e,!0,!0));defineMacro("\\message",e=>{var t=e.consumeArgs(1)[0];return console.log(t.reverse().map(y=>y.text).join("")),""});defineMacro("\\errmessage",e=>{var t=e.consumeArgs(1)[0];return console.error(t.reverse().map(y=>y.text).join("")),""});defineMacro("\\show",e=>{var t=e.popToken(),y=t.text;return console.log(t,e.macros.get(y),functions[y],symbols.math[y],symbols.text[y]),""});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(e){var t="\\dotso",y=e.expandAfterFuture().text;return y in dotsByToken?t=dotsByToken[y]:(y.slice(0,4)==="\\not"||y in symbols.math&&utils$u.contains(["bin","rel"],symbols.math[y].group))&&(t="\\dotsb"),t});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(e){var t=e.future().text;return t in spaceAfterDots?"\\ldots\\,":"\\ldots"});defineMacro("\\dotsc",function(e){var t=e.future().text;return t in spaceAfterDots&&t!==","?"\\ldots\\,":"\\ldots"});defineMacro("\\cdots",function(e){var t=e.future().text;return t 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",e=>{if(e.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=e=>t=>{var y=t.consumeArg().tokens,n=t.consumeArg().tokens,$=t.consumeArg().tokens,k=t.consumeArg().tokens,L=t.macros.get("|"),j=t.macros.get("\\|");t.macros.beginGroup();var V=oe=>ue=>{e&&(ue.macros.set("|",L),$.length&&ue.macros.set("\\|",j));var de=oe;if(!oe&&$.length){var _e=ue.future();_e.text==="|"&&(ue.popToken(),de=!0)}return{tokens:de?$:n,numArgs:0}};t.macros.set("|",V(!1)),$.length&&t.macros.set("\\|",V(!0));var z=t.consumeArg().tokens,re=t.expandTokens([...k,...z,...y]);return t.macros.endGroup(),{tokens:re.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(t,y,n){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=y,this.expansionCount=0,this.feed(t),this.macros=new Namespace(macros,y.macros),this.mode=n,this.stack=[]}feed(t){this.lexer=new Lexer(t,this.settings)}switchMode(t){this.mode=t}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(t){this.stack.push(t)}pushTokens(t){this.stack.push(...t)}scanArgument(t){var y,n,$;if(t){if(this.consumeSpaces(),this.future().text!=="[")return null;y=this.popToken(),{tokens:$,end:n}=this.consumeArg(["]"])}else({tokens:$,start:y,end:n}=this.consumeArg());return this.pushToken(new Token("EOF",n.loc)),this.pushTokens($),y.range(n,"")}consumeSpaces(){for(;;){var t=this.future();if(t.text===" ")this.stack.pop();else break}}consumeArg(t){var y=[],n=t&&t.length>0;n||this.consumeSpaces();var $=this.future(),k,L=0,j=0;do{if(k=this.popToken(),y.push(k),k.text==="{")++L;else if(k.text==="}"){if(--L,L===-1)throw new ParseError("Extra }",k)}else if(k.text==="EOF")throw new ParseError("Unexpected end of input in a macro argument, expected '"+(t&&n?t[j]:"}")+"'",k);if(t&&n)if((L===0||L===1&&t[j]==="{")&&k.text===t[j]){if(++j,j===t.length){y.splice(-j,j);break}}else j=0}while(L!==0||n);return $.text==="{"&&y[y.length-1].text==="}"&&(y.pop(),y.shift()),y.reverse(),{tokens:y,start:$,end:k}}consumeArgs(t,y){if(y){if(y.length!==t+1)throw new ParseError("The length of delimiters doesn't match the number of args!");for(var n=y[0],$=0;$<n.length;$++){var k=this.popToken();if(n[$]!==k.text)throw new ParseError("Use of the macro doesn't match its definition",k)}}for(var L=[],j=0;j<t;j++)L.push(this.consumeArg(y&&y[j+1]).tokens);return L}countExpansion(t){if(this.expansionCount+=t,this.expansionCount>this.settings.maxExpand)throw new ParseError("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(t){var y=this.popToken(),n=y.text,$=y.noexpand?null:this._getExpansion(n);if($==null||t&&$.unexpandable){if(t&&$==null&&n[0]==="\\"&&!this.isDefined(n))throw new ParseError("Undefined control sequence: "+n);return this.pushToken(y),!1}this.countExpansion(1);var k=$.tokens,L=this.consumeArgs($.numArgs,$.delimiters);if($.numArgs){k=k.slice();for(var j=k.length-1;j>=0;--j){var V=k[j];if(V.text==="#"){if(j===0)throw new ParseError("Incomplete placeholder at end of macro body",V);if(V=k[--j],V.text==="#")k.splice(j+1,1);else if(/^[1-9]$/.test(V.text))k.splice(j,2,...L[+V.text-1]);else throw new ParseError("Not a valid argument number",V)}}}return this.pushTokens(k),k.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){var t=this.stack.pop();return t.treatAsRelax&&(t.text="\\relax"),t}throw new Error}expandMacro(t){return this.macros.has(t)?this.expandTokens([new Token(t)]):void 0}expandTokens(t){var y=[],n=this.stack.length;for(this.pushTokens(t);this.stack.length>n;)if(this.expandOnce(!0)===!1){var $=this.stack.pop();$.treatAsRelax&&($.noexpand=!1,$.treatAsRelax=!1),y.push($)}return this.countExpansion(y.length),y}expandMacroAsText(t){var y=this.expandMacro(t);return y&&y.map(n=>n.text).join("")}_getExpansion(t){var y=this.macros.get(t);if(y==null)return y;if(t.length===1){var n=this.lexer.catcodes[t];if(n!=null&&n!==13)return}var $=typeof y=="function"?y(this):y;if(typeof $=="string"){var k=0;if($.indexOf("#")!==-1)for(var L=$.replace(/##/g,"");L.indexOf("#"+(k+1))!==-1;)++k;for(var j=new Lexer($,this.settings),V=[],z=j.lex();z.text!=="EOF";)V.push(z),z=j.lex();V.reverse();var re={tokens:V,numArgs:k};return re}return $}isDefined(t){return this.macros.has(t)||functions.hasOwnProperty(t)||symbols.math.hasOwnProperty(t)||symbols.text.hasOwnProperty(t)||implicitCommands.hasOwnProperty(t)}isExpandable(t){var y=this.macros.get(t);return y!=null?typeof y=="string"||typeof y=="function"||!y.unexpandable:functions.hasOwnProperty(t)&&!functions[t].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 B1{constructor(t,y){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(t,y,this.mode),this.settings=y,this.leftrightDepth=0}expect(t,y){if(y===void 0&&(y=!0),this.fetch().text!==t)throw new ParseError("Expected '"+t+"', got '"+this.fetch().text+"'",this.fetch());y&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(t){this.mode=t,this.gullet.switchMode(t)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var t=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),t}finally{this.gullet.endGroups()}}subparse(t){var y=this.nextToken;this.consume(),this.gullet.pushToken(new Token("}")),this.gullet.pushTokens(t);var n=this.parseExpression(!1);return this.expect("}"),this.nextToken=y,n}parseExpression(t,y){for(var n=[];;){this.mode==="math"&&this.consumeSpaces();var $=this.fetch();if(B1.endOfExpression.indexOf($.text)!==-1||y&&$.text===y||t&&functions[$.text]&&functions[$.text].infix)break;var k=this.parseAtom(y);if(k){if(k.type==="internal")continue}else break;n.push(k)}return this.mode==="text"&&this.formLigatures(n),this.handleInfixNodes(n)}handleInfixNodes(t){for(var y=-1,n,$=0;$<t.length;$++)if(t[$].type==="infix"){if(y!==-1)throw new ParseError("only one infix operator per group",t[$].token);y=$,n=t[$].replaceWith}if(y!==-1&&n){var k,L,j=t.slice(0,y),V=t.slice(y+1);j.length===1&&j[0].type==="ordgroup"?k=j[0]:k={type:"ordgroup",mode:this.mode,body:j},V.length===1&&V[0].type==="ordgroup"?L=V[0]:L={type:"ordgroup",mode:this.mode,body:V};var z;return n==="\\\\abovefrac"?z=this.callFunction(n,[k,t[y],L],[]):z=this.callFunction(n,[k,L],[]),[z]}else return t}handleSupSubscript(t){var y=this.fetch(),n=y.text;this.consume(),this.consumeSpaces();var $=this.parseGroup(t);if(!$)throw new ParseError("Expected group after '"+n+"'",y);return $}formatUnsupportedCmd(t){for(var y=[],n=0;n<t.length;n++)y.push({type:"textord",mode:"text",text:t[n]});var $={type:"text",mode:this.mode,body:y},k={type:"color",mode:this.mode,color:this.settings.errorColor,body:[$]};return k}parseAtom(t){var y=this.parseGroup("atom",t);if(this.mode==="text")return y;for(var n,$;;){this.consumeSpaces();var k=this.fetch();if(k.text==="\\limits"||k.text==="\\nolimits"){if(y&&y.type==="op"){var L=k.text==="\\limits";y.limits=L,y.alwaysHandleSupSub=!0}else if(y&&y.type==="operatorname")y.alwaysHandleSupSub&&(y.limits=k.text==="\\limits");else throw new ParseError("Limit controls must follow a math operator",k);this.consume()}else if(k.text==="^"){if(n)throw new ParseError("Double superscript",k);n=this.handleSupSubscript("superscript")}else if(k.text==="_"){if($)throw new ParseError("Double subscript",k);$=this.handleSupSubscript("subscript")}else if(k.text==="'"){if(n)throw new ParseError("Double superscript",k);var j={type:"textord",mode:this.mode,text:"\\prime"},V=[j];for(this.consume();this.fetch().text==="'";)V.push(j),this.consume();this.fetch().text==="^"&&V.push(this.handleSupSubscript("superscript")),n={type:"ordgroup",mode:this.mode,body:V}}else if(uSubsAndSups[k.text]){var z=unicodeSubRegEx.test(k.text),re=[];for(re.push(new Token(uSubsAndSups[k.text])),this.consume();;){var oe=this.fetch().text;if(!uSubsAndSups[oe]||unicodeSubRegEx.test(oe)!==z)break;re.unshift(new Token(uSubsAndSups[oe])),this.consume()}var ue=this.subparse(re);z?$={type:"ordgroup",mode:"math",body:ue}:n={type:"ordgroup",mode:"math",body:ue}}else break}return n||$?{type:"supsub",mode:this.mode,base:y,sup:n,sub:$}:y}parseFunction(t,y){var n=this.fetch(),$=n.text,k=functions[$];if(!k)return null;if(this.consume(),y&&y!=="atom"&&!k.allowedInArgument)throw new ParseError("Got function '"+$+"' with no arguments"+(y?" as "+y:""),n);if(this.mode==="text"&&!k.allowedInText)throw new ParseError("Can't use function '"+$+"' in text mode",n);if(this.mode==="math"&&k.allowedInMath===!1)throw new ParseError("Can't use function '"+$+"' in math mode",n);var{args:L,optArgs:j}=this.parseArguments($,k);return this.callFunction($,L,j,n,t)}callFunction(t,y,n,$,k){var L={funcName:t,parser:this,token:$,breakOnTokenText:k},j=functions[t];if(j&&j.handler)return j.handler(L,y,n);throw new ParseError("No function handler for "+t)}parseArguments(t,y){var n=y.numArgs+y.numOptionalArgs;if(n===0)return{args:[],optArgs:[]};for(var $=[],k=[],L=0;L<n;L++){var j=y.argTypes&&y.argTypes[L],V=L<y.numOptionalArgs;(y.primitive&&j==null||y.type==="sqrt"&&L===1&&k[0]==null)&&(j="primitive");var z=this.parseGroupOfType("argument to '"+t+"'",j,V);if(V)k.push(z);else if(z!=null)$.push(z);else throw new ParseError("Null argument, please report this as a bug")}return{args:$,optArgs:k}}parseGroupOfType(t,y,n){switch(y){case"color":return this.parseColorGroup(n);case"size":return this.parseSizeGroup(n);case"url":return this.parseUrlGroup(n);case"math":case"text":return this.parseArgumentGroup(n,y);case"hbox":{var $=this.parseArgumentGroup(n,"text");return $!=null?{type:"styling",mode:$.mode,body:[$],style:"text"}:null}case"raw":{var k=this.parseStringGroup("raw",n);return k!=null?{type:"raw",mode:"text",string:k.text}:null}case"primitive":{if(n)throw new ParseError("A primitive argument cannot be optional");var L=this.parseGroup(t);if(L==null)throw new ParseError("Expected group as "+t,this.fetch());return L}case"original":case null:case void 0:return this.parseArgumentGroup(n);default:throw new ParseError("Unknown group type as "+t,this.fetch())}}consumeSpaces(){for(;this.fetch().text===" ";)this.consume()}parseStringGroup(t,y){var n=this.gullet.scanArgument(y);if(n==null)return null;for(var $="",k;(k=this.fetch()).text!=="EOF";)$+=k.text,this.consume();return this.consume(),n.text=$,n}parseRegexGroup(t,y){for(var n=this.fetch(),$=n,k="",L;(L=this.fetch()).text!=="EOF"&&t.test(k+L.text);)$=L,k+=$.text,this.consume();if(k==="")throw new ParseError("Invalid "+y+": '"+n.text+"'",n);return n.range($,k)}parseColorGroup(t){var y=this.parseStringGroup("color",t);if(y==null)return null;var n=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(y.text);if(!n)throw new ParseError("Invalid color: '"+y.text+"'",y);var $=n[0];return/^[0-9a-f]{6}$/i.test($)&&($="#"+$),{type:"color-token",mode:this.mode,color:$}}parseSizeGroup(t){var y,n=!1;if(this.gullet.consumeSpaces(),!t&&this.gullet.future().text!=="{"?y=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):y=this.parseStringGroup("size",t),!y)return null;!t&&y.text.length===0&&(y.text="0pt",n=!0);var $=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(y.text);if(!$)throw new ParseError("Invalid size: '"+y.text+"'",y);var k={number:+($[1]+$[2]),unit:$[3]};if(!validUnit(k))throw new ParseError("Invalid unit: '"+k.unit+"'",y);return{type:"size",mode:this.mode,value:k,isBlank:n}}parseUrlGroup(t){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var y=this.parseStringGroup("url",t);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),y==null)return null;var n=y.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:n}}parseArgumentGroup(t,y){var n=this.gullet.scanArgument(t);if(n==null)return null;var $=this.mode;y&&this.switchMode(y),this.gullet.beginGroup();var k=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var L={type:"ordgroup",mode:this.mode,loc:n.loc,body:k};return y&&this.switchMode($),L}parseGroup(t,y){var n=this.fetch(),$=n.text,k;if($==="{"||$==="\\begingroup"){this.consume();var L=$==="{"?"}":"\\endgroup";this.gullet.beginGroup();var j=this.parseExpression(!1,L),V=this.fetch();this.expect(L),this.gullet.endGroup(),k={type:"ordgroup",mode:this.mode,loc:SourceLocation.range(n,V),body:j,semisimple:$==="\\begingroup"||void 0}}else if(k=this.parseFunction(y,t)||this.parseSymbol(),k==null&&$[0]==="\\"&&!implicitCommands.hasOwnProperty($)){if(this.settings.throwOnError)throw new ParseError("Undefined control sequence: "+$,n);k=this.formatUnsupportedCmd($),this.consume()}return k}formLigatures(t){for(var y=t.length-1,n=0;n<y;++n){var $=t[n],k=$.text;k==="-"&&t[n+1].text==="-"&&(n+1<y&&t[n+2].text==="-"?(t.splice(n,3,{type:"textord",mode:"text",loc:SourceLocation.range($,t[n+2]),text:"---"}),y-=2):(t.splice(n,2,{type:"textord",mode:"text",loc:SourceLocation.range($,t[n+1]),text:"--"}),y-=1)),(k==="'"||k==="`")&&t[n+1].text===k&&(t.splice(n,2,{type:"textord",mode:"text",loc:SourceLocation.range($,t[n+1]),text:k+k}),y-=1)}}parseSymbol(){var t=this.fetch(),y=t.text;if(/^\\verb[^a-zA-Z]/.test(y)){this.consume();var n=y.slice(5),$=n.charAt(0)==="*";if($&&(n=n.slice(1)),n.length<2||n.charAt(0)!==n.slice(-1))throw new ParseError(`\\verb assertion failed --
please report what input caused this bug`);return n=n.slice(1,-1),{type:"verb",mode:"text",body:n,star:$}}unicodeSymbols.hasOwnProperty(y[0])&&!symbols[this.mode][y[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+y[0]+'" used in math mode',t),y=unicodeSymbols[y[0]]+y.slice(1));var k=combiningDiacriticalMarksEndRegex.exec(y);k&&(y=y.substring(0,k.index),y==="i"?y="ı":y==="j"&&(y="ȷ"));var L;if(symbols[this.mode][y]){this.settings.strict&&this.mode==="math"&&extraLatin.indexOf(y)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+y[0]+'" used in math mode',t);var j=symbols[this.mode][y].group,V=SourceLocation.range(t),z;if(ATOMS.hasOwnProperty(j)){var re=j;z={type:"atom",mode:this.mode,family:re,loc:V,text:y}}else z={type:j,mode:this.mode,loc:V,text:y};L=z}else if(y.charCodeAt(0)>=128)this.settings.strict&&(supportedCodepoint(y.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+y[0]+'" used in math mode',t):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+y[0]+'"'+(" ("+y.charCodeAt(0)+")"),t)),L={type:"textord",mode:"text",loc:SourceLocation.range(t),text:y};else return null;if(this.consume(),k)for(var oe=0;oe<k[0].length;oe++){var ue=k[0][oe];if(!unicodeAccents[ue])throw new ParseError("Unknown accent ' "+ue+"'",t);var de=unicodeAccents[ue][this.mode]||unicodeAccents[ue].text;if(!de)throw new ParseError("Accent "+ue+" unsupported in "+this.mode+" mode",t);L={type:"accent",mode:this.mode,loc:SourceLocation.range(t),label:de,isStretchy:!1,isShifty:!0,base:L}}return L}};Parser$1.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var parseTree=function(t,y){if(!(typeof t=="string"||t instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var n=new Parser$1(t,y);delete n.gullet.macros.current["\\df@tag"];var $=n.parse();if(delete n.gullet.macros.current["\\current@color"],delete n.gullet.macros.current["\\color"],n.gullet.macros.get("\\df@tag")){if(!y.displayMode)throw new ParseError("\\tag works only in display equations");$=[{type:"tag",mode:"text",body:$,tag:n.subparse([new Token("\\df@tag")])}]}return $},render=function(t,y,n){y.textContent="";var $=renderToDomTree(t,n).toNode();y.appendChild($)};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=function(){throw new ParseError("KaTeX doesn't work in quirks mode.")});var renderToString=function(t,y){var n=renderToDomTree(t,y).toMarkup();return n},generateParseTree=function(t,y){var n=new Settings(y);return parseTree(t,n)},renderError=function(t,y,n){if(n.throwOnError||!(t instanceof ParseError))throw t;var $=buildCommon.makeSpan(["katex-error"],[new SymbolNode(y)]);return $.setAttribute("title",t.toString()),$.setAttribute("style","color:"+n.errorColor),$},renderToDomTree=function(t,y){var n=new Settings(y);try{var $=parseTree(t,n);return buildTree($,t,n)}catch(k){return renderError(k,t,n)}},renderToHTMLTree=function(t,y){var n=new Settings(y);try{var $=parseTree(t,n);return buildHTMLTree($,t,n)}catch(k){return renderError(k,t,n)}},katex={version:"0.16.11",render,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 inlineRule=/^(\${1,2})(?!\$)((?:\\.|[^\\\n])*?(?:\\.|[^\\\n\$]))\1(?=[\s?!\.,:?!。,:]|$)/,inlineRuleNonStandard=/^(\${1,2})(?!\$)((?:\\.|[^\\\n])*?(?:\\.|[^\\\n\$]))\1/,blockRule=/^(\${1,2})\n((?:\\[^]|[^\\])+?)\n\1(?:\n|$)/;function markedKatex(e={}){return{extensions:[inlineKatex(e,createRenderer(e,!1)),blockKatex(e,createRenderer(e,!0))]}}function createRenderer(e,t){return y=>katex.renderToString(y.text,{...e,displayMode:y.displayMode})+(t?`
`:"")}function inlineKatex(e,t){const y=e&&e.nonStandard,n=y?inlineRuleNonStandard:inlineRule;return{name:"inlineKatex",level:"inline",start($){let k,L=$;for(;L;){if(k=L.indexOf("$"),k===-1)return;if((y?k>-1:k===0||L.charAt(k-1)===" ")&&L.substring(k).match(n))return k;L=L.substring(k+1).replace(/^\$+/,"")}},tokenizer($,k){const L=$.match(n);if(L)return{type:"inlineKatex",raw:L[0],text:L[2].trim(),displayMode:L[1].length===2}},renderer:t}}function blockKatex(e,t){return{name:"blockKatex",level:"block",tokenizer(y,n){const $=y.match(blockRule);if($)return{type:"blockKatex",raw:$[0],text:$[2].trim(),displayMode:$[1].length===2}},renderer:t}}marked.use(markedKatex({throwOnError:!1,output:"html",nonStandard:!0}));class WxRenderer{constructor(t){this.opts=t;let y=[],n=0,$=new Map;const k=(V,z)=>Object.assign({},V,z);this.buildTheme=V=>{const z={},re=k(V.BASE,{"font-family":this.opts.fonts,"font-size":this.opts.size});for(const ue in V.inline)if(V.inline.hasOwnProperty(ue)){const de=V.inline[ue];z[ue]=k(V.BASE,de)}const oe=k(re,{});for(const ue in V.block)if(V.block.hasOwnProperty(ue)){const de=V.block[ue];z[ue]=k(oe,de)}return z};const L=(V,z)=>{const re=[],oe=$[V];if(!oe)return"";for(const ue in oe)re.push(`${ue}:${oe[ue]}`);return`style="${re.join(";")+""}"`},j=(V,z)=>(y.push([++n,V,z]),n);this.buildFootnotes=()=>{const V=y.map(z=>z[1]===z[2]?`<code style="font-size: 90%; opacity: 0.6;">[${z[0]}]</code>: <i>${z[1]}</i><br/>`:`<code style="font-size: 90%; opacity: 0.6;">[${z[0]}]</code> ${z[1]}: <i>${z[2]}</i><br/>`);return V.length?`<h4 ${L("h4")}>引用链接</h4><p ${L("footnotes")}>${V.join(`
`)}</p>`:""},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>
`,this.setOptions=V=>{this.opts=k(this.opts,V)},this.hasFootnotes=()=>y.length!==0,this.getRenderer=V=>{y=[],n=0,$=this.buildTheme(this.opts.theme);const z=new Renderer;return z.heading=(re,oe)=>{switch(oe){case 1:return`<h1 ${L("h1")}>${re}</h1>`;case 2:return`<h2 ${L("h2")}>${re}</h2>`;case 3:return`<h3 ${L("h3")}>${re}</h3>`;default:return`<h4 ${L("h4")}>${re}</h4>`}},z.paragraph=re=>re.includes("<figure")&&re.includes("<img")?re:re.replace(/ /g,"")===""?"":`<p ${L("p")}>${re}</p>`,z.blockquote=re=>(re=re.replace(/<p.*?>/g,`<p ${L("blockquote_p")}>`),`<blockquote ${L("blockquote")}>${re}</blockquote>`),z.code=(re,oe="")=>oe.startsWith("mermaid")?(setTimeout(()=>{var ue;(ue=window.mermaid)==null||ue.run()},0),`<center><pre class="mermaid">${re}</pre></center>`):(oe=oe.split(" ")[0],oe=HighlightJS.getLanguage(oe)?oe:"plaintext",re=HighlightJS.highlight(re,{language:oe}).value,re=re.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>").replace(/(>[^<]+)|(^[^<]+)/g,ue=>ue.replace(/\s/g,"&nbsp;")),`<pre class="hljs code__pre" ${L("code_pre")}><code class="language-${oe}" ${L("code")}>${re}</code></pre>`),z.codespan=(re,oe)=>`<code ${L("codespan")}>${re}</code>`,z.listitem=re=>`<li ${L("listitem")}><span><%s/></span>${re}</li>`,z.list=(re,oe,ue)=>{re=re.replace(/<\/*p .*?>/g,"").replace(/<\/*p>/g,"");const de=re.split("<%s/>");if(!oe)return re=de.join("• "),`<ul ${L("ul")}>${re}</ul>`;re=de[0];for(let _e=1;_e<de.length;_e++)re=`${re+_e}. ${de[_e]}`;return`<ol ${L("ol")}>${re}</ol>`},z.image=(re,oe,ue)=>{const Ne=(Ve=>Ve?`<figcaption ${L("figcaption")}>${Ve}</figcaption>`:"")(((Ve,Fe)=>{switch(localStorage.getItem("legend")){case"alt":return Fe;case"title":return Ve;case"alt-title":return Fe||Ve;case"title-alt":return Ve||Fe;default:return""}})(oe,ue)),Ue=L("figure"),$e=L("image");return`<figure ${Ue}><img ${$e} src="${re}" title="${oe}" alt="${ue}"/>${Ne}</figure>`},z.link=(re,oe,ue)=>{if(re.startsWith("https://mp.weixin.qq.com"))return`<a href="${re}" title="${oe||ue}" ${L("wx_link")}>${ue}</a>`;if(re===ue)return ue;if(V){const de=j(oe||ue,re);return`<span ${L("link")}>${ue}<sup>[${de}]</sup></span>`}return`<span ${L("link")}>${ue}</span>`},z.strong=re=>`<strong ${L("strong")}>${re}</strong>`,z.em=re=>`<span style="font-style: italic;">${re}</span>`,z.table=(re,oe)=>`<section style="padding:0 8px;"><table class="preview-table"><thead ${L("thead")}>${re}</thead><tbody>${oe}</tbody></table></section>`,z.tablecell=(re,oe)=>`<td ${L("td")}>${re}</td>`,z.hr=()=>`<hr ${L("hr")}>`,z}}}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=`/*
按Ctrl/Command+F可格式化
*/
/* 一级标题样式 */
h1 {
}
/* 二级标题样式 */
h2 {
}
/* 三级标题样式 */
h3 {
}
/* 四级标题样式 */
h4 {
}
/* 图片样式 */
image {
}
/* 引用样式 */
blockquote {
}
/* 引用段落样式 */
blockquote_p {
}
/* 段落样式 */
p {
}
/* 分割线样式 */
hr {
}
/* 行内代码样式 */
codespan {
}
/* 粗体样式 */
strong {
}
/* 链接样式 */
link {
}
/* 微信链接样式 */
wx_link {
}
/* 有序列表样式 */
ol {
}
/* 无序列表样式 */
ul {
}
/* 列表项样式 */
li {
}
/* 代码块样式 */
code {
}
`;var cheerio$2={exports:{}},lib$e={},extendStatics=function(e,t){return extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(y,n){y.__proto__=n}||function(y,n){for(var $ in n)Object.prototype.hasOwnProperty.call(n,$)&&(y[$]=n[$])},extendStatics(e,t)};function __extends$4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");extendStatics(e,t);function y(){this.constructor=e}e.prototype=t===null?Object.create(t):(y.prototype=t.prototype,new y)}var __assign$7=function(){return __assign$7=Object.assign||function(t){for(var y,n=1,$=arguments.length;n<$;n++){y=arguments[n];for(var k in y)Object.prototype.hasOwnProperty.call(y,k)&&(t[k]=y[k])}return t},__assign$7.apply(this,arguments)};function __rest$1(e,t){var y={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(y[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var $=0,n=Object.getOwnPropertySymbols(e);$<n.length;$++)t.indexOf(n[$])<0&&Object.prototype.propertyIsEnumerable.call(e,n[$])&&(y[n[$]]=e[n[$]]);return y}function __decorate(e,t,y,n){var $=arguments.length,k=$<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,y):n,L;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")k=Reflect.decorate(e,t,y,n);else for(var j=e.length-1;j>=0;j--)(L=e[j])&&(k=($<3?L(k):$>3?L(t,y,k):L(t,y))||k);return $>3&&k&&Object.defineProperty(t,y,k),k}function __param(e,t){return function(y,n){t(y,n,e)}}function __esDecorate(e,t,y,n,$,k){function L($e){if($e!==void 0&&typeof $e!="function")throw new TypeError("Function expected");return $e}for(var j=n.kind,V=j==="getter"?"get":j==="setter"?"set":"value",z=!t&&e?n.static?e:e.prototype:null,re=t||(z?Object.getOwnPropertyDescriptor(z,n.name):{}),oe,ue=!1,de=y.length-1;de>=0;de--){var _e={};for(var Ne in n)_e[Ne]=Ne==="access"?{}:n[Ne];for(var Ne in n.access)_e.access[Ne]=n.access[Ne];_e.addInitializer=function($e){if(ue)throw new TypeError("Cannot add initializers after decoration has completed");k.push(L($e||null))};var Ue=(0,y[de])(j==="accessor"?{get:re.get,set:re.set}:re[V],_e);if(j==="accessor"){if(Ue===void 0)continue;if(Ue===null||typeof Ue!="object")throw new TypeError("Object expected");(oe=L(Ue.get))&&(re.get=oe),(oe=L(Ue.set))&&(re.set=oe),(oe=L(Ue.init))&&$.unshift(oe)}else(oe=L(Ue))&&(j==="field"?$.unshift(oe):re[V]=oe)}z&&Object.defineProperty(z,n.name,re),ue=!0}function __runInitializers(e,t,y){for(var n=arguments.length>2,$=0;$<t.length;$++)y=n?t[$].call(e,y):t[$].call(e);return n?y:void 0}function __propKey(e){return typeof e=="symbol"?e:"".concat(e)}function __setFunctionName(e,t,y){return typeof t=="symbol"&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:y?"".concat(y," ",t):t})}function __metadata(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}function __awaiter$8(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})}function __generator$8(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;L&&(L=0,z[0]&&(y=0)),y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[1]:void 0,done:!0}}}var __createBinding=Object.create?function(e,t,y,n){n===void 0&&(n=y);var $=Object.getOwnPropertyDescriptor(t,y);(!$||("get"in $?!t.__esModule:$.writable||$.configurable))&&($={enumerable:!0,get:function(){return t[y]}}),Object.defineProperty(e,n,$)}:function(e,t,y,n){n===void 0&&(n=y),e[n]=t[y]};function __exportStar(e,t){for(var y in e)y!=="default"&&!Object.prototype.hasOwnProperty.call(t,y)&&__createBinding(t,e,y)}function __values(e){var t=typeof Symbol=="function"&&Symbol.iterator,y=t&&e[t],n=0;if(y)return y.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function __read$4(e,t){var y=typeof Symbol=="function"&&e[Symbol.iterator];if(!y)return e;var n=y.call(e),$,k=[],L;try{for(;(t===void 0||t-- >0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k}function __spread$4(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read$4(arguments[t]));return e}function __spreadArrays(){for(var e=0,t=0,y=arguments.length;t<y;t++)e+=arguments[t].length;for(var n=Array(e),$=0,t=0;t<y;t++)for(var k=arguments[t],L=0,j=k.length;L<j;L++,$++)n[$]=k[L];return n}function __spreadArray(e,t,y){if(y||arguments.length===2)for(var n=0,$=t.length,k;n<$;n++)(k||!(n in t))&&(k||(k=Array.prototype.slice.call(t,0,n)),k[n]=t[n]);return e.concat(k||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,y){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=y.apply(e,t||[]),$,k=[];return $={},j("next"),j("throw"),j("return",L),$[Symbol.asyncIterator]=function(){return this},$;function L(de){return function(_e){return Promise.resolve(_e).then(de,oe)}}function j(de,_e){n[de]&&($[de]=function(Ne){return new Promise(function(Ue,$e){k.push([de,Ne,Ue,$e])>1||V(de,Ne)})},_e&&($[de]=_e($[de])))}function V(de,_e){try{z(n[de](_e))}catch(Ne){ue(k[0][3],Ne)}}function z(de){de.value instanceof __await?Promise.resolve(de.value.v).then(re,oe):ue(k[0][2],de)}function re(de){V("next",de)}function oe(de){V("throw",de)}function ue(de,_e){de(_e),k.shift(),k.length&&V(k[0][0],k[0][1])}}function __asyncDelegator(e){var t,y;return t={},n("next"),n("throw",function($){throw $}),n("return"),t[Symbol.iterator]=function(){return this},t;function n($,k){t[$]=e[$]?function(L){return(y=!y)?{value:__await(e[$](L)),done:!1}:k?k(L):L}:k}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],y;return t?t.call(e):(e=typeof __values=="function"?__values(e):e[Symbol.iterator](),y={},n("next"),n("throw"),n("return"),y[Symbol.asyncIterator]=function(){return this},y);function n(k){y[k]=e[k]&&function(L){return new Promise(function(j,V){L=e[k](L),$(j,V,L.done,L.value)})}}function $(k,L,j,V){Promise.resolve(V).then(function(z){k({value:z,done:j})},L)}}function __makeTemplateObject(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var __setModuleDefault=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function __importStar(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var y in e)y!=="default"&&Object.prototype.hasOwnProperty.call(e,y)&&__createBinding(t,e,y);return __setModuleDefault(t,e),t}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,y,n){if(y==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return y==="m"?n:y==="a"?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,y,n,$){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!$)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!$:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?$.call(e,y):$?$.value=y:t.set(e,y),y}function __classPrivateFieldIn(e,t){if(t===null||typeof t!="object"&&typeof t!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof e=="function"?t===e:e.has(t)}function __addDisposableResource(e,t,y){if(t!=null){if(typeof t!="object"&&typeof t!="function")throw new TypeError("Object expected.");var n,$;if(y){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=t[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=t[Symbol.dispose],y&&($=n)}if(typeof n!="function")throw new TypeError("Object not disposable.");$&&(n=function(){try{$.call(this)}catch(k){return Promise.reject(k)}}),e.stack.push({value:t,dispose:n,async:y})}else y&&e.stack.push({async:!0});return t}var _SuppressedError=typeof SuppressedError=="function"?SuppressedError:function(e,t,y){var n=new Error(y);return n.name="SuppressedError",n.error=e,n.suppressed=t,n};function __disposeResources(e){function t(n){e.error=e.hasError?new _SuppressedError(n,e.error,"An error was suppressed during disposal."):n,e.hasError=!0}function y(){for(;e.stack.length;){var n=e.stack.pop();try{var $=n.dispose&&n.dispose.call(n.value);if(n.async)return Promise.resolve($).then(y,function(k){return t(k),y()})}catch(k){t(k)}}if(e.hasError)throw e.error}return y()}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$8=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 e=require$$0$8,t={xml:!1,decodeEntities:!0};options.default=t;var y={_useHtmlParser2:!0,xmlMode:!0};function n($){return $!=null&&$.xml?typeof $.xml=="boolean"?y:e.__assign(e.__assign({},y),$.xml):$??void 0}return options.flatten=n,options}var _static={},lib$d={},SelectorType;(function(e){e.Attribute="attribute",e.Pseudo="pseudo",e.PseudoElement="pseudo-element",e.Tag="tag",e.Universal="universal",e.Adjacent="adjacent",e.Child="child",e.Descendant="descendant",e.Parent="parent",e.Sibling="sibling",e.ColumnCombinator="column-combinator"})(SelectorType||(SelectorType={}));const IgnoreCaseMode={Unknown:null,QuirksMode:"quirks",IgnoreCase:!0,CaseSensitive:!1};var AttributeAction;(function(e){e.Any="any",e.Element="element",e.End="end",e.Equals="equals",e.Exists="exists",e.Hyphen="hyphen",e.Not="not",e.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(e){switch(e.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(e,t,y){const n=parseInt(t,16)-65536;return n!==n||y?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,n&1023|56320)}function unescapeCSS(e){return e.replace(reEscape,funescape)}function isQuote(e){return e===39||e===34}function isWhitespace(e){return e===32||e===9||e===10||e===12||e===13}function parse$3(e){const t=[],y=parseSelector(t,`${e}`,0);if(y<e.length)throw new Error(`Unmatched selector: ${e.slice(y)}`);return t}function parseSelector(e,t,y){let n=[];function $(ue){const de=t.slice(y+ue).match(reName);if(!de)throw new Error(`Expected name, found ${t.slice(y)}`);const[_e]=de;return y+=ue+_e.length,unescapeCSS(_e)}function k(ue){for(y+=ue;y<t.length&&isWhitespace(t.charCodeAt(y));)y++}function L(){y+=1;const ue=y;let de=1;for(;de>0&&y<t.length;y++)t.charCodeAt(y)===40&&!j(y)?de++:t.charCodeAt(y)===41&&!j(y)&&de--;if(de)throw new Error("Parenthesis not matched");return unescapeCSS(t.slice(ue,y-1))}function j(ue){let de=0;for(;t.charCodeAt(--ue)===92;)de++;return(de&1)===1}function V(){if(n.length>0&&isTraversal(n[n.length-1]))throw new Error("Did not expect successive traversals.")}function z(ue){if(n.length>0&&n[n.length-1].type===SelectorType.Descendant){n[n.length-1].type=ue;return}V(),n.push({type:ue})}function re(ue,de){n.push({type:SelectorType.Attribute,name:ue,action:de,value:$(1),namespace:null,ignoreCase:"quirks"})}function oe(){if(n.length&&n[n.length-1].type===SelectorType.Descendant&&n.pop(),n.length===0)throw new Error("Empty sub-selector");e.push(n)}if(k(0),t.length===y)return y;e:for(;y<t.length;){const ue=t.charCodeAt(y);switch(ue){case 32:case 9:case 10:case 12:case 13:{(n.length===0||n[0].type!==SelectorType.Descendant)&&(V(),n.push({type:SelectorType.Descendant})),k(1);break}case 62:{z(SelectorType.Child),k(1);break}case 60:{z(SelectorType.Parent),k(1);break}case 126:{z(SelectorType.Sibling),k(1);break}case 43:{z(SelectorType.Adjacent),k(1);break}case 46:{re("class",AttributeAction.Element);break}case 35:{re("id",AttributeAction.Equals);break}case 91:{k(1);let de,_e=null;t.charCodeAt(y)===124?de=$(1):t.startsWith("*|",y)?(_e="*",de=$(2)):(de=$(0),t.charCodeAt(y)===124&&t.charCodeAt(y+1)!==61&&(_e=de,de=$(1))),k(0);let Ne=AttributeAction.Exists;const Ue=actionTypes.get(t.charCodeAt(y));if(Ue){if(Ne=Ue,t.charCodeAt(y+1)!==61)throw new Error("Expected `=`");k(2)}else t.charCodeAt(y)===61&&(Ne=AttributeAction.Equals,k(1));let $e="",Ve=null;if(Ne!=="exists"){if(isQuote(t.charCodeAt(y))){const er=t.charCodeAt(y);let ir=y+1;for(;ir<t.length&&(t.charCodeAt(ir)!==er||j(ir));)ir+=1;if(t.charCodeAt(ir)!==er)throw new Error("Attribute value didn't end");$e=unescapeCSS(t.slice(y+1,ir)),y=ir+1}else{const er=y;for(;y<t.length&&(!isWhitespace(t.charCodeAt(y))&&t.charCodeAt(y)!==93||j(y));)y+=1;$e=unescapeCSS(t.slice(er,y))}k(0);const qe=t.charCodeAt(y)|32;qe===115?(Ve=!1,k(1)):qe===105&&(Ve=!0,k(1))}if(t.charCodeAt(y)!==93)throw new Error("Attribute selector didn't terminate");y+=1;const Fe={type:SelectorType.Attribute,name:de,action:Ne,value:$e,namespace:_e,ignoreCase:Ve};n.push(Fe);break}case 58:{if(t.charCodeAt(y+1)===58){n.push({type:SelectorType.PseudoElement,name:$(2).toLowerCase(),data:t.charCodeAt(y)===40?L():null});continue}const de=$(1).toLowerCase();let _e=null;if(t.charCodeAt(y)===40)if(unpackPseudos.has(de)){if(isQuote(t.charCodeAt(y+1)))throw new Error(`Pseudo-selector ${de} cannot be quoted`);if(_e=[],y=parseSelector(_e,t,y+1),t.charCodeAt(y)!==41)throw new Error(`Missing closing parenthesis in :${de} (${t})`);y+=1}else{if(_e=L(),stripQuotesFromPseudos.has(de)){const Ne=_e.charCodeAt(0);Ne===_e.charCodeAt(_e.length-1)&&isQuote(Ne)&&(_e=_e.slice(1,-1))}_e=unescapeCSS(_e)}n.push({type:SelectorType.Pseudo,name:de,data:_e});break}case 44:{oe(),n=[],k(1);break}default:{if(t.startsWith("/*",y)){const Ne=t.indexOf("*/",y+2);if(Ne<0)throw new Error("Comment was not terminated");y=Ne+2,n.length===0&&k(0);break}let de=null,_e;if(ue===42)y+=1,_e="*";else if(ue===124){if(_e="",t.charCodeAt(y+1)===124){z(SelectorType.ColumnCombinator),k(2);break}}else if(reName.test(t.slice(y)))_e=$(0);else break e;t.charCodeAt(y)===124&&t.charCodeAt(y+1)!==124&&(de=_e,t.charCodeAt(y+1)===42?(_e="*",y+=2):_e=$(1)),n.push(_e==="*"?{type:SelectorType.Universal,namespace:de}:{type:SelectorType.Tag,name:_e,namespace:de})}}}return oe(),y}const attribValChars=["\\",'"'],pseudoValChars=[...attribValChars,"(",")"],charsToEscapeInAttributeValue=new Set(attribValChars.map(e=>e.charCodeAt(0))),charsToEscapeInPseudoValue=new Set(pseudoValChars.map(e=>e.charCodeAt(0))),charsToEscapeInName=new Set([...pseudoValChars,"~","^","$","*","+","!","|",":","[","]"," ","."].map(e=>e.charCodeAt(0)));function stringify$4(e){return e.map(t=>t.map(stringifyToken).join("")).join(", ")}function stringifyToken(e,t,y){switch(e.type){case SelectorType.Child:return t===0?"> ":" > ";case SelectorType.Parent:return t===0?"< ":" < ";case SelectorType.Sibling:return t===0?"~ ":" ~ ";case SelectorType.Adjacent:return t===0?"+ ":" + ";case SelectorType.Descendant:return" ";case SelectorType.ColumnCombinator:return t===0?"|| ":" || ";case SelectorType.Universal:return e.namespace==="*"&&t+1<y.length&&"name"in y[t+1]?"":`${getNamespace(e.namespace)}*`;case SelectorType.Tag:return getNamespacedName(e);case SelectorType.PseudoElement:return`::${escapeName(e.name,charsToEscapeInName)}${e.data===null?"":`(${escapeName(e.data,charsToEscapeInPseudoValue)})`}`;case SelectorType.Pseudo:return`:${escapeName(e.name,charsToEscapeInName)}${e.data===null?"":`(${typeof e.data=="string"?escapeName(e.data,charsToEscapeInPseudoValue):stringify$4(e.data)})`}`;case SelectorType.Attribute:{if(e.name==="id"&&e.action===AttributeAction.Equals&&e.ignoreCase==="quirks"&&!e.namespace)return`#${escapeName(e.value,charsToEscapeInName)}`;if(e.name==="class"&&e.action===AttributeAction.Element&&e.ignoreCase==="quirks"&&!e.namespace)return`.${escapeName(e.value,charsToEscapeInName)}`;const n=getNamespacedName(e);return e.action===AttributeAction.Exists?`[${n}]`:`[${n}${getActionValue(e.action)}="${escapeName(e.value,charsToEscapeInAttributeValue)}"${e.ignoreCase===null?"":e.ignoreCase?" i":" s"}]`}}}function getActionValue(e){switch(e){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(e){return`${getNamespace(e.namespace)}${escapeName(e.name,charsToEscapeInName)}`}function getNamespace(e){return e!==null?`${e==="*"?"*":escapeName(e,charsToEscapeInName)}|`:""}function escapeName(e,t){let y=0,n="";for(let $=0;$<e.length;$++)t.has(e.charCodeAt($))&&(n+=`${e.slice(y,$)}\\${e.charAt($)}`,y=$+1);return n.length>0?n+e.slice(y):e}const es=Object.freeze(Object.defineProperty({__proto__:null,get AttributeAction(){return AttributeAction},IgnoreCaseMode,get SelectorType(){return SelectorType},isTraversal,parse:parse$3,stringify:stringify$4},Symbol.toStringTag,{value:"Module"})),require$$0$7=getAugmentedNamespace(es);var lib$c={},lib$b={},stringify$3={},lib$a={},lib$9={},hasRequiredLib$b;function requireLib$b(){return hasRequiredLib$b||(hasRequiredLib$b=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Doctype=e.CDATA=e.Tag=e.Style=e.Script=e.Comment=e.Directive=e.Text=e.Root=e.isTag=e.ElementType=void 0;var t;(function(n){n.Root="root",n.Text="text",n.Directive="directive",n.Comment="comment",n.Script="script",n.Style="style",n.Tag="tag",n.CDATA="cdata",n.Doctype="doctype"})(t=e.ElementType||(e.ElementType={}));function y(n){return n.type===t.Tag||n.type===t.Script||n.type===t.Style}e.isTag=y,e.Root=t.Root,e.Text=t.Text,e.Directive=t.Directive,e.Comment=t.Comment,e.Script=t.Script,e.Style=t.Style,e.Tag=t.Tag,e.CDATA=t.CDATA,e.Doctype=t.Doctype}(lib$9)),lib$9}var node$1={},hasRequiredNode$1;function requireNode$1(){if(hasRequiredNode$1)return node$1;hasRequiredNode$1=1;var e=commonjsGlobal&&commonjsGlobal.__extends||function(){var er=function(ir,dr){return er=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(cr,nr){cr.__proto__=nr}||function(cr,nr){for(var lr in nr)Object.prototype.hasOwnProperty.call(nr,lr)&&(cr[lr]=nr[lr])},er(ir,dr)};return function(ir,dr){if(typeof dr!="function"&&dr!==null)throw new TypeError("Class extends value "+String(dr)+" is not a constructor or null");er(ir,dr);function cr(){this.constructor=ir}ir.prototype=dr===null?Object.create(dr):(cr.prototype=dr.prototype,new cr)}}(),t=commonjsGlobal&&commonjsGlobal.__assign||function(){return t=Object.assign||function(er){for(var ir,dr=1,cr=arguments.length;dr<cr;dr++){ir=arguments[dr];for(var nr in ir)Object.prototype.hasOwnProperty.call(ir,nr)&&(er[nr]=ir[nr])}return er},t.apply(this,arguments)};Object.defineProperty(node$1,"__esModule",{value:!0}),node$1.cloneNode=node$1.hasChildren=node$1.isDocument=node$1.isDirective=node$1.isComment=node$1.isText=node$1.isCDATA=node$1.isTag=node$1.Element=node$1.Document=node$1.NodeWithChildren=node$1.ProcessingInstruction=node$1.Comment=node$1.Text=node$1.DataNode=node$1.Node=void 0;var y=requireLib$b(),n=new Map([[y.ElementType.Tag,1],[y.ElementType.Script,1],[y.ElementType.Style,1],[y.ElementType.Directive,1],[y.ElementType.Text,3],[y.ElementType.CDATA,4],[y.ElementType.Comment,8],[y.ElementType.Root,9]]),$=function(){function er(ir){this.type=ir,this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(er.prototype,"nodeType",{get:function(){var ir;return(ir=n.get(this.type))!==null&&ir!==void 0?ir:1},enumerable:!1,configurable:!0}),Object.defineProperty(er.prototype,"parentNode",{get:function(){return this.parent},set:function(ir){this.parent=ir},enumerable:!1,configurable:!0}),Object.defineProperty(er.prototype,"previousSibling",{get:function(){return this.prev},set:function(ir){this.prev=ir},enumerable:!1,configurable:!0}),Object.defineProperty(er.prototype,"nextSibling",{get:function(){return this.next},set:function(ir){this.next=ir},enumerable:!1,configurable:!0}),er.prototype.cloneNode=function(ir){return ir===void 0&&(ir=!1),Fe(this,ir)},er}();node$1.Node=$;var k=function(er){e(ir,er);function ir(dr,cr){var nr=er.call(this,dr)||this;return nr.data=cr,nr}return Object.defineProperty(ir.prototype,"nodeValue",{get:function(){return this.data},set:function(dr){this.data=dr},enumerable:!1,configurable:!0}),ir}($);node$1.DataNode=k;var L=function(er){e(ir,er);function ir(dr){return er.call(this,y.ElementType.Text,dr)||this}return ir}(k);node$1.Text=L;var j=function(er){e(ir,er);function ir(dr){return er.call(this,y.ElementType.Comment,dr)||this}return ir}(k);node$1.Comment=j;var V=function(er){e(ir,er);function ir(dr,cr){var nr=er.call(this,y.ElementType.Directive,cr)||this;return nr.name=dr,nr}return ir}(k);node$1.ProcessingInstruction=V;var z=function(er){e(ir,er);function ir(dr,cr){var nr=er.call(this,dr)||this;return nr.children=cr,nr}return Object.defineProperty(ir.prototype,"firstChild",{get:function(){var dr;return(dr=this.children[0])!==null&&dr!==void 0?dr:null},enumerable:!1,configurable:!0}),Object.defineProperty(ir.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(ir.prototype,"childNodes",{get:function(){return this.children},set:function(dr){this.children=dr},enumerable:!1,configurable:!0}),ir}($);node$1.NodeWithChildren=z;var re=function(er){e(ir,er);function ir(dr){return er.call(this,y.ElementType.Root,dr)||this}return ir}(z);node$1.Document=re;var oe=function(er){e(ir,er);function ir(dr,cr,nr,lr){nr===void 0&&(nr=[]),lr===void 0&&(lr=dr==="script"?y.ElementType.Script:dr==="style"?y.ElementType.Style:y.ElementType.Tag);var Et=er.call(this,lr,nr)||this;return Et.name=dr,Et.attribs=cr,Et}return Object.defineProperty(ir.prototype,"tagName",{get:function(){return this.name},set:function(dr){this.name=dr},enumerable:!1,configurable:!0}),Object.defineProperty(ir.prototype,"attributes",{get:function(){var dr=this;return Object.keys(this.attribs).map(function(cr){var nr,lr;return{name:cr,value:dr.attribs[cr],namespace:(nr=dr["x-attribsNamespace"])===null||nr===void 0?void 0:nr[cr],prefix:(lr=dr["x-attribsPrefix"])===null||lr===void 0?void 0:lr[cr]}})},enumerable:!1,configurable:!0}),ir}(z);node$1.Element=oe;function ue(er){return(0,y.isTag)(er)}node$1.isTag=ue;function de(er){return er.type===y.ElementType.CDATA}node$1.isCDATA=de;function _e(er){return er.type===y.ElementType.Text}node$1.isText=_e;function Ne(er){return er.type===y.ElementType.Comment}node$1.isComment=Ne;function Ue(er){return er.type===y.ElementType.Directive}node$1.isDirective=Ue;function $e(er){return er.type===y.ElementType.Root}node$1.isDocument=$e;function Ve(er){return Object.prototype.hasOwnProperty.call(er,"children")}node$1.hasChildren=Ve;function Fe(er,ir){ir===void 0&&(ir=!1);var dr;if(_e(er))dr=new L(er.data);else if(Ne(er))dr=new j(er.data);else if(ue(er)){var cr=ir?qe(er.children):[],nr=new oe(er.name,t({},er.attribs),cr);cr.forEach(function(pe){return pe.parent=nr}),er.namespace!=null&&(nr.namespace=er.namespace),er["x-attribsNamespace"]&&(nr["x-attribsNamespace"]=t({},er["x-attribsNamespace"])),er["x-attribsPrefix"]&&(nr["x-attribsPrefix"]=t({},er["x-attribsPrefix"])),dr=nr}else if(de(er)){var cr=ir?qe(er.children):[],lr=new z(y.ElementType.CDATA,cr);cr.forEach(function(Ce){return Ce.parent=lr}),dr=lr}else if($e(er)){var cr=ir?qe(er.children):[],Et=new re(cr);cr.forEach(function(Ce){return Ce.parent=Et}),er["x-mode"]&&(Et["x-mode"]=er["x-mode"]),dr=Et}else if(Ue(er)){var ie=new V(er.name,er.data);er["x-name"]!=null&&(ie["x-name"]=er["x-name"],ie["x-publicId"]=er["x-publicId"],ie["x-systemId"]=er["x-systemId"]),dr=ie}else throw new Error("Not implemented yet: ".concat(er.type));return dr.startIndex=er.startIndex,dr.endIndex=er.endIndex,er.sourceCodeLocation!=null&&(dr.sourceCodeLocation=er.sourceCodeLocation),dr}node$1.cloneNode=Fe;function qe(er){for(var ir=er.map(function(cr){return Fe(cr,!0)}),dr=1;dr<ir.length;dr++)ir[dr].prev=ir[dr-1],ir[dr-1].next=ir[dr];return ir}return node$1}var hasRequiredLib$a;function requireLib$a(){return hasRequiredLib$a||(hasRequiredLib$a=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(V,z,re,oe){oe===void 0&&(oe=re);var ue=Object.getOwnPropertyDescriptor(z,re);(!ue||("get"in ue?!z.__esModule:ue.writable||ue.configurable))&&(ue={enumerable:!0,get:function(){return z[re]}}),Object.defineProperty(V,oe,ue)}:function(V,z,re,oe){oe===void 0&&(oe=re),V[oe]=z[re]}),y=commonjsGlobal&&commonjsGlobal.__exportStar||function(V,z){for(var re in V)re!=="default"&&!Object.prototype.hasOwnProperty.call(z,re)&&t(z,V,re)};Object.defineProperty(e,"__esModule",{value:!0}),e.DomHandler=void 0;var n=requireLib$b(),$=requireNode$1();y(requireNode$1(),e);var k=/\s+/g,L={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1,xmlMode:!1},j=function(){function V(z,re,oe){this.dom=[],this.root=new $.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof re=="function"&&(oe=re,re=L),typeof z=="object"&&(re=z,z=void 0),this.callback=z??null,this.options=re??L,this.elementCB=oe??null}return V.prototype.onparserinit=function(z){this.parser=z},V.prototype.onreset=function(){this.dom=[],this.root=new $.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},V.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},V.prototype.onerror=function(z){this.handleCallback(z)},V.prototype.onclosetag=function(){this.lastNode=null;var z=this.tagStack.pop();this.options.withEndIndices&&(z.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(z)},V.prototype.onopentag=function(z,re){var oe=this.options.xmlMode?n.ElementType.Tag:void 0,ue=new $.Element(z,re,void 0,oe);this.addNode(ue),this.tagStack.push(ue)},V.prototype.ontext=function(z){var re=this.options.normalizeWhitespace,oe=this.lastNode;if(oe&&oe.type===n.ElementType.Text)re?oe.data=(oe.data+z).replace(k," "):oe.data+=z,this.options.withEndIndices&&(oe.endIndex=this.parser.endIndex);else{re&&(z=z.replace(k," "));var ue=new $.Text(z);this.addNode(ue),this.lastNode=ue}},V.prototype.oncomment=function(z){if(this.lastNode&&this.lastNode.type===n.ElementType.Comment){this.lastNode.data+=z;return}var re=new $.Comment(z);this.addNode(re),this.lastNode=re},V.prototype.oncommentend=function(){this.lastNode=null},V.prototype.oncdatastart=function(){var z=new $.Text(""),re=new $.NodeWithChildren(n.ElementType.CDATA,[z]);this.addNode(re),z.parent=re,this.lastNode=z},V.prototype.oncdataend=function(){this.lastNode=null},V.prototype.onprocessinginstruction=function(z,re){var oe=new $.ProcessingInstruction(z,re);this.addNode(oe)},V.prototype.handleCallback=function(z){if(typeof this.callback=="function")this.callback(z,this.dom);else if(z)throw z},V.prototype.addNode=function(z){var re=this.tagStack[this.tagStack.length-1],oe=re.children[re.children.length-1];this.options.withStartIndices&&(z.startIndex=this.parser.startIndex),this.options.withEndIndices&&(z.endIndex=this.parser.endIndex),re.children.push(z),oe&&(z.prev=oe,oe.next=z),z.parent=re,this.lastNode=null},V}();e.DomHandler=j,e.default=j}(lib$a)),lib$a}var lib$8={},lib$7={},decode$1={};const Aacute$3="Á",aacute$3="á",Abreve$1="Ă",abreve$1="ă",ac$2="∾",acd$1="∿",acE$1="∾̳",Acirc$3="Â",acirc$3="â",acute$3="´",Acy$1="А",acy$1="а",AElig$3="Æ",aelig$3="æ",af$1="",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$1="≈",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$1="",efDot$1="≒",Efr$1="𝔈",efr$1="𝔢",eg$1="⪚",Egrave$3="È",egrave$3="è",egs$1="⪖",egsdot$1="⪘",el$1="⪙",Element$2="∈",elinters$1="⏧",ell$1="",els$1="⪕",elsdot$1="⪗",Emacr$1="Ē",emacr$1="ē",empty$3="∅",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$1="≥",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$1="≷",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$5=">",GT$3=">",Gt$1="≫",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$1="",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$1="",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$1="",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$1="≤",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$1="≪",Ll$2="⋘",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$5="<",LT$3="<",Lt$1="≪",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$1="∓",mscr$1="𝓂",Mscr$1="",mstpos$1="∾",Mu$1="Μ",mu$1="μ",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$1="≠",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$1="∋",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$1="Ν",nu$2="ν",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$1="⩔",or$1="",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$2="Π",pi$1="π",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$1="⪻",pr$1="≺",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$4="",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$2="",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$1="⪼",sc$1="≻",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$1="℘",wr$1="≀",wreath$1="≀",Wscr$1="𝒲",wscr$1="𝓌",xcap$1="⋂",xcirc$1="◯",xcup$1="",xdtri$1="▽",Xfr$1="𝔛",xfr$1="𝔵",xharr$1="⟷",xhArr$1="⟺",Xi$1="Ξ",xi$2="ξ",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$4={Aacute:Aacute$3,aacute:aacute$3,Abreve:Abreve$1,abreve:abreve$1,ac:ac$2,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$1,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$1,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$1,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$1,Element:Element$2,elinters:elinters$1,ell:ell$1,els:els$1,elsdot:elsdot$1,Emacr:Emacr$1,emacr:emacr$1,empty:empty$3,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$1,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$1,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$5,GT:GT$3,Gt:Gt$1,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$1,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$1,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$1,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$1,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$1,Ll:Ll$2,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$5,LT:LT$3,Lt:Lt$1,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$1,mscr:mscr$1,Mscr:Mscr$1,mstpos:mstpos$1,Mu:Mu$1,mu:mu$1,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$1,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$1,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$1,nu:nu$2,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$1,or:or$1,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$2,pi:pi$1,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$1,pr:pr$1,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$4,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$2,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$1,sc:sc$1,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$1,wr:wr$1,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$1,xi:xi$2,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$4=">",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$4="<",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$3={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$4,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$4,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$3=">",lt$3="<",quot$3='"',require$$0$6={amp:amp$3,apos:apos$2,gt:gt$3,lt:lt$3,quot:quot$3};var decode_codepoint$1={};const require$$0$5={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 e=commonjsGlobal&&commonjsGlobal.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(decode_codepoint$1,"__esModule",{value:!0});var t=e(require$$0$5),y=String.fromCodePoint||function($){var k="";return $>65535&&($-=65536,k+=String.fromCharCode($>>>10&1023|55296),$=56320|$&1023),k+=String.fromCharCode($),k};function n($){return $>=55296&&$<=57343||$>1114111?"<22>":($ in t.default&&($=t.default[$]),y($))}return decode_codepoint$1.default=n,decode_codepoint$1}var hasRequiredDecode;function requireDecode(){if(hasRequiredDecode)return decode$1;hasRequiredDecode=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(decode$1,"__esModule",{value:!0}),decode$1.decodeHTML=decode$1.decodeHTMLStrict=decode$1.decodeXML=void 0;var t=e(require$$1$4),y=e(require$$1$3),n=e(require$$0$6),$=e(requireDecode_codepoint$1()),k=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;decode$1.decodeXML=L(n.default),decode$1.decodeHTMLStrict=L(t.default);function L(z){var re=V(z);return function(oe){return String(oe).replace(k,re)}}var j=function(z,re){return z<re?1:-1};decode$1.decodeHTML=function(){for(var z=Object.keys(y.default).sort(j),re=Object.keys(t.default).sort(j),oe=0,ue=0;oe<re.length;oe++)z[ue]===re[oe]?(re[oe]+=";?",ue++):re[oe]+=";";var de=new RegExp("&(?:"+re.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),_e=V(t.default);function Ne(Ue){return Ue.substr(-1)!==";"&&(Ue+=";"),_e(Ue)}return function(Ue){return String(Ue).replace(de,Ne)}}();function V(z){return function(oe){if(oe.charAt(1)==="#"){var ue=oe.charAt(2);return ue==="X"||ue==="x"?$.default(parseInt(oe.substr(3),16)):$.default(parseInt(oe.substr(2),10))}return z[oe.slice(1,-1)]||oe}}return decode$1}var encode$3={},hasRequiredEncode;function requireEncode(){if(hasRequiredEncode)return encode$3;hasRequiredEncode=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function($e){return $e&&$e.__esModule?$e:{default:$e}};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 t=e(require$$0$6),y=j(t.default),n=V(y);encode$3.encodeXML=Ue(y);var $=e(require$$1$4),k=j($.default),L=V(k);encode$3.encodeHTML=ue(k,L),encode$3.encodeNonAsciiHTML=Ue(k);function j($e){return Object.keys($e).sort().reduce(function(Ve,Fe){return Ve[$e[Fe]]="&"+Fe+";",Ve},{})}function V($e){for(var Ve=[],Fe=[],qe=0,er=Object.keys($e);qe<er.length;qe++){var ir=er[qe];ir.length===1?Ve.push("\\"+ir):Fe.push(ir)}Ve.sort();for(var dr=0;dr<Ve.length-1;dr++){for(var cr=dr;cr<Ve.length-1&&Ve[cr].charCodeAt(1)+1===Ve[cr+1].charCodeAt(1);)cr+=1;var nr=1+cr-dr;nr<3||Ve.splice(dr,nr,Ve[dr]+"-"+Ve[cr])}return Fe.unshift("["+Ve.join("")+"]"),new RegExp(Fe.join("|"),"g")}var z=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,re=String.prototype.codePointAt!=null?function($e){return $e.codePointAt(0)}:function($e){return($e.charCodeAt(0)-55296)*1024+$e.charCodeAt(1)-56320+65536};function oe($e){return"&#x"+($e.length>1?re($e):$e.charCodeAt(0)).toString(16).toUpperCase()+";"}function ue($e,Ve){return function(Fe){return Fe.replace(Ve,function(qe){return $e[qe]}).replace(z,oe)}}var de=new RegExp(n.source+"|"+z.source,"g");function _e($e){return $e.replace(de,oe)}encode$3.escape=_e;function Ne($e){return $e.replace(n,oe)}encode$3.escapeUTF8=Ne;function Ue($e){return function(Ve){return Ve.replace(de,function(Fe){return $e[Fe]||oe(Fe)})}}return encode$3}var hasRequiredLib$9;function requireLib$9(){return hasRequiredLib$9||(hasRequiredLib$9=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.encodeHTML5=e.encodeHTML4=e.escapeUTF8=e.escape=e.encodeNonAsciiHTML=e.encodeHTML=e.encodeXML=e.encode=e.decodeStrict=e.decode=void 0;var t=requireDecode(),y=requireEncode();function n(V,z){return(!z||z<=0?t.decodeXML:t.decodeHTML)(V)}e.decode=n;function $(V,z){return(!z||z<=0?t.decodeXML:t.decodeHTMLStrict)(V)}e.decodeStrict=$;function k(V,z){return(!z||z<=0?y.encodeXML:y.encodeHTML)(V)}e.encode=k;var L=requireEncode();Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return L.encodeXML}}),Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return L.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return L.encodeNonAsciiHTML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return L.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return L.escapeUTF8}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return L.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return L.encodeHTML}});var j=requireDecode();Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return j.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return j.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return j.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return j.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return j.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return j.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return j.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return j.decodeXML}})}(lib$7)),lib$7}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$8;hasRequiredLib$8=1;var e=commonjsGlobal&&commonjsGlobal.__assign||function(){return e=Object.assign||function(Fe){for(var qe,er=1,ir=arguments.length;er<ir;er++){qe=arguments[er];for(var dr in qe)Object.prototype.hasOwnProperty.call(qe,dr)&&(Fe[dr]=qe[dr])}return Fe},e.apply(this,arguments)},t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(Fe,qe,er,ir){ir===void 0&&(ir=er),Object.defineProperty(Fe,ir,{enumerable:!0,get:function(){return qe[er]}})}:function(Fe,qe,er,ir){ir===void 0&&(ir=er),Fe[ir]=qe[er]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(Fe,qe){Object.defineProperty(Fe,"default",{enumerable:!0,value:qe})}:function(Fe,qe){Fe.default=qe}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(Fe){if(Fe&&Fe.__esModule)return Fe;var qe={};if(Fe!=null)for(var er in Fe)er!=="default"&&Object.prototype.hasOwnProperty.call(Fe,er)&&t(qe,Fe,er);return y(qe,Fe),qe};Object.defineProperty(lib$8,"__esModule",{value:!0});var $=n(requireLib$b()),k=requireLib$9(),L=requireForeignNames(),j=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function V(Fe,qe){if(Fe)return Object.keys(Fe).map(function(er){var ir,dr,cr=(ir=Fe[er])!==null&&ir!==void 0?ir:"";return qe.xmlMode==="foreign"&&(er=(dr=L.attributeNames.get(er))!==null&&dr!==void 0?dr:er),!qe.emptyAttrs&&!qe.xmlMode&&cr===""?er:er+'="'+(qe.decodeEntities!==!1?k.encodeXML(cr):cr.replace(/"/g,"&quot;"))+'"'}).join(" ")}var z=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function re(Fe,qe){qe===void 0&&(qe={});for(var er=("length"in Fe)?Fe:[Fe],ir="",dr=0;dr<er.length;dr++)ir+=oe(er[dr],qe);return ir}lib$8.default=re;function oe(Fe,qe){switch(Fe.type){case $.Root:return re(Fe.children,qe);case $.Directive:case $.Doctype:return Ne(Fe);case $.Comment:return Ve(Fe);case $.CDATA:return $e(Fe);case $.Script:case $.Style:case $.Tag:return _e(Fe,qe);case $.Text:return Ue(Fe,qe)}}var ue=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),de=new Set(["svg","math"]);function _e(Fe,qe){var er;qe.xmlMode==="foreign"&&(Fe.name=(er=L.elementNames.get(Fe.name))!==null&&er!==void 0?er:Fe.name,Fe.parent&&ue.has(Fe.parent.name)&&(qe=e(e({},qe),{xmlMode:!1}))),!qe.xmlMode&&de.has(Fe.name)&&(qe=e(e({},qe),{xmlMode:"foreign"}));var ir="<"+Fe.name,dr=V(Fe.attribs,qe);return dr&&(ir+=" "+dr),Fe.children.length===0&&(qe.xmlMode?qe.selfClosingTags!==!1:qe.selfClosingTags&&z.has(Fe.name))?(qe.xmlMode||(ir+=" "),ir+="/>"):(ir+=">",Fe.children.length>0&&(ir+=re(Fe.children,qe)),(qe.xmlMode||!z.has(Fe.name))&&(ir+="</"+Fe.name+">")),ir}function Ne(Fe){return"<"+Fe.data+">"}function Ue(Fe,qe){var er=Fe.data||"";return qe.decodeEntities!==!1&&!(!qe.xmlMode&&Fe.parent&&j.has(Fe.parent.name))&&(er=k.encodeXML(er)),er}function $e(Fe){return"<![CDATA["+Fe.children[0].data+"]]>"}function Ve(Fe){return"<!--"+Fe.data+"-->"}return lib$8}var hasRequiredStringify;function requireStringify(){if(hasRequiredStringify)return stringify$3;hasRequiredStringify=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(stringify$3,"__esModule",{value:!0}),stringify$3.innerText=stringify$3.textContent=stringify$3.getText=stringify$3.getInnerHTML=stringify$3.getOuterHTML=void 0;var t=requireLib$a(),y=e(requireLib$8()),n=requireLib$b();function $(z,re){return(0,y.default)(z,re)}stringify$3.getOuterHTML=$;function k(z,re){return(0,t.hasChildren)(z)?z.children.map(function(oe){return $(oe,re)}).join(""):""}stringify$3.getInnerHTML=k;function L(z){return Array.isArray(z)?z.map(L).join(""):(0,t.isTag)(z)?z.name==="br"?`
`:L(z.children):(0,t.isCDATA)(z)?L(z.children):(0,t.isText)(z)?z.data:""}stringify$3.getText=L;function j(z){return Array.isArray(z)?z.map(j).join(""):(0,t.hasChildren)(z)&&!(0,t.isComment)(z)?j(z.children):(0,t.isText)(z)?z.data:""}stringify$3.textContent=j;function V(z){return Array.isArray(z)?z.map(V).join(""):(0,t.hasChildren)(z)&&(z.type===n.ElementType.Tag||(0,t.isCDATA)(z))?V(z.children):(0,t.isText)(z)?z.data:""}return stringify$3.innerText=V,stringify$3}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 e=requireLib$a(),t=[];function y(re){var oe;return(oe=re.children)!==null&&oe!==void 0?oe:t}traversal.getChildren=y;function n(re){return re.parent||null}traversal.getParent=n;function $(re){var oe,ue,de=n(re);if(de!=null)return y(de);for(var _e=[re],Ne=re.prev,Ue=re.next;Ne!=null;)_e.unshift(Ne),oe=Ne,Ne=oe.prev;for(;Ue!=null;)_e.push(Ue),ue=Ue,Ue=ue.next;return _e}traversal.getSiblings=$;function k(re,oe){var ue;return(ue=re.attribs)===null||ue===void 0?void 0:ue[oe]}traversal.getAttributeValue=k;function L(re,oe){return re.attribs!=null&&Object.prototype.hasOwnProperty.call(re.attribs,oe)&&re.attribs[oe]!=null}traversal.hasAttrib=L;function j(re){return re.name}traversal.getName=j;function V(re){for(var oe,ue=re.next;ue!==null&&!(0,e.isTag)(ue);)oe=ue,ue=oe.next;return ue}traversal.nextElementSibling=V;function z(re){for(var oe,ue=re.prev;ue!==null&&!(0,e.isTag)(ue);)oe=ue,ue=oe.prev;return ue}return traversal.prevElementSibling=z,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 e(L){if(L.prev&&(L.prev.next=L.next),L.next&&(L.next.prev=L.prev),L.parent){var j=L.parent.children;j.splice(j.lastIndexOf(L),1)}}manipulation$1.removeElement=e;function t(L,j){var V=j.prev=L.prev;V&&(V.next=j);var z=j.next=L.next;z&&(z.prev=j);var re=j.parent=L.parent;if(re){var oe=re.children;oe[oe.lastIndexOf(L)]=j}}manipulation$1.replaceElement=t;function y(L,j){if(e(j),j.next=null,j.parent=L,L.children.push(j)>1){var V=L.children[L.children.length-2];V.next=j,j.prev=V}else j.prev=null}manipulation$1.appendChild=y;function n(L,j){e(j);var V=L.parent,z=L.next;if(j.next=z,j.prev=L,L.next=j,j.parent=V,z){if(z.prev=j,V){var re=V.children;re.splice(re.lastIndexOf(z),0,j)}}else V&&V.children.push(j)}manipulation$1.append=n;function $(L,j){if(e(j),j.parent=L,j.prev=null,L.children.unshift(j)!==1){var V=L.children[1];V.prev=j,j.next=V}else j.next=null}manipulation$1.prependChild=$;function k(L,j){e(j);var V=L.parent;if(V){var z=V.children;z.splice(z.indexOf(L),0,j)}L.prev&&(L.prev.next=j),j.parent=V,j.prev=L.prev,j.next=L,L.prev=j}return manipulation$1.prepend=k,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 e=requireLib$a();function t(j,V,z,re){return z===void 0&&(z=!0),re===void 0&&(re=1/0),Array.isArray(V)||(V=[V]),y(j,V,z,re)}querying.filter=t;function y(j,V,z,re){for(var oe=[],ue=0,de=V;ue<de.length;ue++){var _e=de[ue];if(j(_e)&&(oe.push(_e),--re<=0))break;if(z&&(0,e.hasChildren)(_e)&&_e.children.length>0){var Ne=y(j,_e.children,z,re);if(oe.push.apply(oe,Ne),re-=Ne.length,re<=0)break}}return oe}querying.find=y;function n(j,V){return V.find(j)}querying.findOneChild=n;function $(j,V,z){z===void 0&&(z=!0);for(var re=null,oe=0;oe<V.length&&!re;oe++){var ue=V[oe];if((0,e.isTag)(ue))j(ue)?re=ue:z&&ue.children.length>0&&(re=$(j,ue.children));else continue}return re}querying.findOne=$;function k(j,V){return V.some(function(z){return(0,e.isTag)(z)&&(j(z)||z.children.length>0&&k(j,z.children))})}querying.existsOne=k;function L(j,V){for(var z,re=[],oe=V.filter(e.isTag),ue;ue=oe.shift();){var de=(z=ue.children)===null||z===void 0?void 0:z.filter(e.isTag);de&&de.length>0&&oe.unshift.apply(oe,de),j(ue)&&re.push(ue)}return re}return querying.findAll=L,querying}var legacy$1={},hasRequiredLegacy;function requireLegacy(){if(hasRequiredLegacy)return legacy$1;hasRequiredLegacy=1,Object.defineProperty(legacy$1,"__esModule",{value:!0}),legacy$1.getElementsByTagType=legacy$1.getElementsByTagName=legacy$1.getElementById=legacy$1.getElements=legacy$1.testElement=void 0;var e=requireLib$a(),t=requireQuerying(),y={tag_name:function(oe){return typeof oe=="function"?function(ue){return(0,e.isTag)(ue)&&oe(ue.name)}:oe==="*"?e.isTag:function(ue){return(0,e.isTag)(ue)&&ue.name===oe}},tag_type:function(oe){return typeof oe=="function"?function(ue){return oe(ue.type)}:function(ue){return ue.type===oe}},tag_contains:function(oe){return typeof oe=="function"?function(ue){return(0,e.isText)(ue)&&oe(ue.data)}:function(ue){return(0,e.isText)(ue)&&ue.data===oe}}};function n(oe,ue){return typeof ue=="function"?function(de){return(0,e.isTag)(de)&&ue(de.attribs[oe])}:function(de){return(0,e.isTag)(de)&&de.attribs[oe]===ue}}function $(oe,ue){return function(de){return oe(de)||ue(de)}}function k(oe){var ue=Object.keys(oe).map(function(de){var _e=oe[de];return Object.prototype.hasOwnProperty.call(y,de)?y[de](_e):n(de,_e)});return ue.length===0?null:ue.reduce($)}function L(oe,ue){var de=k(oe);return de?de(ue):!0}legacy$1.testElement=L;function j(oe,ue,de,_e){_e===void 0&&(_e=1/0);var Ne=k(oe);return Ne?(0,t.filter)(Ne,ue,de,_e):[]}legacy$1.getElements=j;function V(oe,ue,de){return de===void 0&&(de=!0),Array.isArray(ue)||(ue=[ue]),(0,t.findOne)(n("id",oe),ue,de)}legacy$1.getElementById=V;function z(oe,ue,de,_e){return de===void 0&&(de=!0),_e===void 0&&(_e=1/0),(0,t.filter)(y.tag_name(oe),ue,de,_e)}legacy$1.getElementsByTagName=z;function re(oe,ue,de,_e){return de===void 0&&(de=!0),_e===void 0&&(_e=1/0),(0,t.filter)(y.tag_type(oe),ue,de,_e)}return legacy$1.getElementsByTagType=re,legacy$1}var helpers$2={},hasRequiredHelpers$1;function requireHelpers$1(){if(hasRequiredHelpers$1)return helpers$2;hasRequiredHelpers$1=1,Object.defineProperty(helpers$2,"__esModule",{value:!0}),helpers$2.uniqueSort=helpers$2.compareDocumentPosition=helpers$2.removeSubsets=void 0;var e=requireLib$a();function t($){for(var k=$.length;--k>=0;){var L=$[k];if(k>0&&$.lastIndexOf(L,k-1)>=0){$.splice(k,1);continue}for(var j=L.parent;j;j=j.parent)if($.includes(j)){$.splice(k,1);break}}return $}helpers$2.removeSubsets=t;function y($,k){var L=[],j=[];if($===k)return 0;for(var V=(0,e.hasChildren)($)?$:$.parent;V;)L.unshift(V),V=V.parent;for(V=(0,e.hasChildren)(k)?k:k.parent;V;)j.unshift(V),V=V.parent;for(var z=Math.min(L.length,j.length),re=0;re<z&&L[re]===j[re];)re++;if(re===0)return 1;var oe=L[re-1],ue=oe.children,de=L[re],_e=j[re];return ue.indexOf(de)>ue.indexOf(_e)?oe===k?20:4:oe===$?10:2}helpers$2.compareDocumentPosition=y;function n($){return $=$.filter(function(k,L,j){return!j.includes(k,L+1)}),$.sort(function(k,L){var j=y(k,L);return j&2?-1:j&4?1:0}),$}return helpers$2.uniqueSort=n,helpers$2}var feeds={},hasRequiredFeeds;function requireFeeds(){if(hasRequiredFeeds)return feeds;hasRequiredFeeds=1,Object.defineProperty(feeds,"__esModule",{value:!0}),feeds.getFeed=void 0;var e=requireStringify(),t=requireLegacy();function y(ue){var de=V(oe,ue);return de?de.name==="feed"?n(de):$(de):null}feeds.getFeed=y;function n(ue){var de,_e=ue.children,Ne={type:"atom",items:(0,t.getElementsByTagName)("entry",_e).map(function(Ve){var Fe,qe=Ve.children,er={media:j(qe)};re(er,"id","id",qe),re(er,"title","title",qe);var ir=(Fe=V("link",qe))===null||Fe===void 0?void 0:Fe.attribs.href;ir&&(er.link=ir);var dr=z("summary",qe)||z("content",qe);dr&&(er.description=dr);var cr=z("updated",qe);return cr&&(er.pubDate=new Date(cr)),er})};re(Ne,"id","id",_e),re(Ne,"title","title",_e);var Ue=(de=V("link",_e))===null||de===void 0?void 0:de.attribs.href;Ue&&(Ne.link=Ue),re(Ne,"description","subtitle",_e);var $e=z("updated",_e);return $e&&(Ne.updated=new Date($e)),re(Ne,"author","email",_e,!0),Ne}function $(ue){var de,_e,Ne=(_e=(de=V("channel",ue.children))===null||de===void 0?void 0:de.children)!==null&&_e!==void 0?_e:[],Ue={type:ue.name.substr(0,3),id:"",items:(0,t.getElementsByTagName)("item",ue.children).map(function(Ve){var Fe=Ve.children,qe={media:j(Fe)};re(qe,"id","guid",Fe),re(qe,"title","title",Fe),re(qe,"link","link",Fe),re(qe,"description","description",Fe);var er=z("pubDate",Fe);return er&&(qe.pubDate=new Date(er)),qe})};re(Ue,"title","title",Ne),re(Ue,"link","link",Ne),re(Ue,"description","description",Ne);var $e=z("lastBuildDate",Ne);return $e&&(Ue.updated=new Date($e)),re(Ue,"author","managingEditor",Ne,!0),Ue}var k=["url","type","lang"],L=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function j(ue){return(0,t.getElementsByTagName)("media:content",ue).map(function(de){for(var _e=de.attribs,Ne={medium:_e.medium,isDefault:!!_e.isDefault},Ue=0,$e=k;Ue<$e.length;Ue++){var Ve=$e[Ue];_e[Ve]&&(Ne[Ve]=_e[Ve])}for(var Fe=0,qe=L;Fe<qe.length;Fe++){var Ve=qe[Fe];_e[Ve]&&(Ne[Ve]=parseInt(_e[Ve],10))}return _e.expression&&(Ne.expression=_e.expression),Ne})}function V(ue,de){return(0,t.getElementsByTagName)(ue,de,!0,1)[0]}function z(ue,de,_e){return _e===void 0&&(_e=!1),(0,e.textContent)((0,t.getElementsByTagName)(ue,de,_e,1)).trim()}function re(ue,de,_e,Ne,Ue){Ue===void 0&&(Ue=!1);var $e=z(_e,Ne,Ue);$e&&(ue[de]=$e)}function oe(ue){return ue==="rss"||ue==="feed"||ue==="rdf:RDF"}return feeds}var hasRequiredLib$7;function requireLib$7(){return hasRequiredLib$7||(hasRequiredLib$7=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function($,k,L,j){j===void 0&&(j=L),Object.defineProperty($,j,{enumerable:!0,get:function(){return k[L]}})}:function($,k,L,j){j===void 0&&(j=L),$[j]=k[L]}),y=commonjsGlobal&&commonjsGlobal.__exportStar||function($,k){for(var L in $)L!=="default"&&!Object.prototype.hasOwnProperty.call(k,L)&&t(k,$,L)};Object.defineProperty(e,"__esModule",{value:!0}),e.hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,y(requireStringify(),e),y(requireTraversal(),e),y(requireManipulation$1(),e),y(requireQuerying(),e),y(requireLegacy(),e),y(requireHelpers$1(),e),y(requireFeeds(),e);var n=requireLib$a();Object.defineProperty(e,"isTag",{enumerable:!0,get:function(){return n.isTag}}),Object.defineProperty(e,"isCDATA",{enumerable:!0,get:function(){return n.isCDATA}}),Object.defineProperty(e,"isText",{enumerable:!0,get:function(){return n.isText}}),Object.defineProperty(e,"isComment",{enumerable:!0,get:function(){return n.isComment}}),Object.defineProperty(e,"isDocument",{enumerable:!0,get:function(){return n.isDocument}}),Object.defineProperty(e,"hasChildren",{enumerable:!0,get:function(){return n.hasChildren}})}(lib$b)),lib$b}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(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isTraversal=e.procedure=void 0,e.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 t(y){return e.procedure[y.type]<0}e.isTraversal=t}(procedure)),procedure}var hasRequiredSort;function requireSort(){if(hasRequiredSort)return sort;hasRequiredSort=1,Object.defineProperty(sort,"__esModule",{value:!0});var e=require$$0$7,t=requireProcedure(),y={exists:10,equals:8,not:7,start:6,end:6,any:5,hyphen:4,element:4};function n(k){for(var L=k.map($),j=1;j<k.length;j++){var V=L[j];if(!(V<0))for(var z=j-1;z>=0&&V<L[z];z--){var re=k[z+1];k[z+1]=k[z],k[z]=re,L[z+1]=L[z],L[z]=V}}}sort.default=n;function $(k){var L=t.procedure[k.type];if(k.type===e.SelectorType.Attribute)L=y[k.action],L===y.equals&&k.name==="id"&&(L=9),k.ignoreCase&&(L>>=1);else if(k.type===e.SelectorType.Pseudo)if(!k.data)L=3;else if(k.name==="has"||k.name==="contains")L=0;else if(Array.isArray(k.data)){L=0;for(var j=0;j<k.data.length;j++)if(k.data[j].length===1){var V=$(k.data[j][0]);if(V===0){L=0;break}V>L&&(L=V)}k.data.length>1&&L>0&&(L-=1)}else L=1;return L}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 e=requireBoolbase(),t=/[-[\]{}()*+?.,\\^$|#\s]/g;function y(k){return k.replace(t,"\\$&")}var n=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 $(k,L){return typeof k.ignoreCase=="boolean"?k.ignoreCase:k.ignoreCase==="quirks"?!!L.quirksMode:!L.xmlMode&&n.has(k.name)}return attributes$1.attributeRules={equals:function(k,L,j){var V=j.adapter,z=L.name,re=L.value;return $(L,j)?(re=re.toLowerCase(),function(oe){var ue=V.getAttributeValue(oe,z);return ue!=null&&ue.length===re.length&&ue.toLowerCase()===re&&k(oe)}):function(oe){return V.getAttributeValue(oe,z)===re&&k(oe)}},hyphen:function(k,L,j){var V=j.adapter,z=L.name,re=L.value,oe=re.length;return $(L,j)?(re=re.toLowerCase(),function(de){var _e=V.getAttributeValue(de,z);return _e!=null&&(_e.length===oe||_e.charAt(oe)==="-")&&_e.substr(0,oe).toLowerCase()===re&&k(de)}):function(de){var _e=V.getAttributeValue(de,z);return _e!=null&&(_e.length===oe||_e.charAt(oe)==="-")&&_e.substr(0,oe)===re&&k(de)}},element:function(k,L,j){var V=j.adapter,z=L.name,re=L.value;if(/\s/.test(re))return e.falseFunc;var oe=new RegExp("(?:^|\\s)".concat(y(re),"(?:$|\\s)"),$(L,j)?"i":"");return function(de){var _e=V.getAttributeValue(de,z);return _e!=null&&_e.length>=re.length&&oe.test(_e)&&k(de)}},exists:function(k,L,j){var V=L.name,z=j.adapter;return function(re){return z.hasAttrib(re,V)&&k(re)}},start:function(k,L,j){var V=j.adapter,z=L.name,re=L.value,oe=re.length;return oe===0?e.falseFunc:$(L,j)?(re=re.toLowerCase(),function(ue){var de=V.getAttributeValue(ue,z);return de!=null&&de.length>=oe&&de.substr(0,oe).toLowerCase()===re&&k(ue)}):function(ue){var de;return!!(!((de=V.getAttributeValue(ue,z))===null||de===void 0)&&de.startsWith(re))&&k(ue)}},end:function(k,L,j){var V=j.adapter,z=L.name,re=L.value,oe=-re.length;return oe===0?e.falseFunc:$(L,j)?(re=re.toLowerCase(),function(ue){var de;return((de=V.getAttributeValue(ue,z))===null||de===void 0?void 0:de.substr(oe).toLowerCase())===re&&k(ue)}):function(ue){var de;return!!(!((de=V.getAttributeValue(ue,z))===null||de===void 0)&&de.endsWith(re))&&k(ue)}},any:function(k,L,j){var V=j.adapter,z=L.name,re=L.value;if(re==="")return e.falseFunc;if($(L,j)){var oe=new RegExp(y(re),"i");return function(de){var _e=V.getAttributeValue(de,z);return _e!=null&&_e.length>=re.length&&oe.test(_e)&&k(de)}}return function(ue){var de;return!!(!((de=V.getAttributeValue(ue,z))===null||de===void 0)&&de.includes(re))&&k(ue)}},not:function(k,L,j){var V=j.adapter,z=L.name,re=L.value;return re===""?function(oe){return!!V.getAttributeValue(oe,z)&&k(oe)}:$(L,j)?(re=re.toLowerCase(),function(oe){var ue=V.getAttributeValue(oe,z);return(ue==null||ue.length!==re.length||ue.toLowerCase()!==re)&&k(oe)}):function(oe){return V.getAttributeValue(oe,z)!==re&&k(oe)}}},attributes$1}var pseudoSelectors={},filters={},lib$6={},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 e=new Set([9,10,12,13,32]),t=48,y=57;function n($){if($=$.trim().toLowerCase(),$==="even")return[2,0];if($==="odd")return[2,1];var k=0,L=0,j=z(),V=re();if(k<$.length&&$.charAt(k)==="n"&&(k++,L=j*(V??1),oe(),k<$.length?(j=z(),oe(),V=re()):j=V=0),V===null||k<$.length)throw new Error("n-th rule couldn't be parsed ('".concat($,"')"));return[L,j*V];function z(){return $.charAt(k)==="-"?(k++,-1):($.charAt(k)==="+"&&k++,1)}function re(){for(var ue=k,de=0;k<$.length&&$.charCodeAt(k)>=t&&$.charCodeAt(k)<=y;)de=de*10+($.charCodeAt(k)-t),k++;return k===ue?null:de}function oe(){for(;k<$.length&&e.has($.charCodeAt(k));)k++}}return parse$2.parse=n,parse$2}var compile={},hasRequiredCompile$1;function requireCompile$1(){if(hasRequiredCompile$1)return compile;hasRequiredCompile$1=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(compile,"__esModule",{value:!0}),compile.generate=compile.compile=void 0;var t=e(requireBoolbase());function y($){var k=$[0],L=$[1]-1;if(L<0&&k<=0)return t.default.falseFunc;if(k===-1)return function(z){return z<=L};if(k===0)return function(z){return z===L};if(k===1)return L<0?t.default.trueFunc:function(z){return z>=L};var j=Math.abs(k),V=(L%j+j)%j;return k>1?function(z){return z>=L&&z%j===V}:function(z){return z<=L&&z%j===V}}compile.compile=y;function n($){var k=$[0],L=$[1]-1,j=0;if(k<0){var V=-k,z=(L%V+V)%V;return function(){var re=z+V*j++;return re>L?null:re}}return k===0?L<0?function(){return null}:function(){return j++===0?L:null}:(L<0&&(L+=k*Math.ceil(-L/k)),function(){return k*j+++L})}return compile.generate=n,compile}var hasRequiredLib$6;function requireLib$6(){return hasRequiredLib$6||(hasRequiredLib$6=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.sequence=e.generate=e.compile=e.parse=void 0;var t=requireParse$1();Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return t.parse}});var y=requireCompile$1();Object.defineProperty(e,"compile",{enumerable:!0,get:function(){return y.compile}}),Object.defineProperty(e,"generate",{enumerable:!0,get:function(){return y.generate}});function n(k){return(0,y.compile)((0,t.parse)(k))}e.default=n;function $(k){return(0,y.generate)((0,t.parse)(k))}e.sequence=$}(lib$6)),lib$6}var hasRequiredFilters;function requireFilters(){return hasRequiredFilters||(hasRequiredFilters=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__importDefault||function(L){return L&&L.__esModule?L:{default:L}};Object.defineProperty(e,"__esModule",{value:!0}),e.filters=void 0;var y=t(requireLib$6()),n=requireBoolbase();function $(L,j){return function(V){var z=j.getParent(V);return z!=null&&j.isTag(z)&&L(V)}}e.filters={contains:function(L,j,V){var z=V.adapter;return function(oe){return L(oe)&&z.getText(oe).includes(j)}},icontains:function(L,j,V){var z=V.adapter,re=j.toLowerCase();return function(ue){return L(ue)&&z.getText(ue).toLowerCase().includes(re)}},"nth-child":function(L,j,V){var z=V.adapter,re=V.equals,oe=(0,y.default)(j);return oe===n.falseFunc?n.falseFunc:oe===n.trueFunc?$(L,z):function(de){for(var _e=z.getSiblings(de),Ne=0,Ue=0;Ue<_e.length&&!re(de,_e[Ue]);Ue++)z.isTag(_e[Ue])&&Ne++;return oe(Ne)&&L(de)}},"nth-last-child":function(L,j,V){var z=V.adapter,re=V.equals,oe=(0,y.default)(j);return oe===n.falseFunc?n.falseFunc:oe===n.trueFunc?$(L,z):function(de){for(var _e=z.getSiblings(de),Ne=0,Ue=_e.length-1;Ue>=0&&!re(de,_e[Ue]);Ue--)z.isTag(_e[Ue])&&Ne++;return oe(Ne)&&L(de)}},"nth-of-type":function(L,j,V){var z=V.adapter,re=V.equals,oe=(0,y.default)(j);return oe===n.falseFunc?n.falseFunc:oe===n.trueFunc?$(L,z):function(de){for(var _e=z.getSiblings(de),Ne=0,Ue=0;Ue<_e.length;Ue++){var $e=_e[Ue];if(re(de,$e))break;z.isTag($e)&&z.getName($e)===z.getName(de)&&Ne++}return oe(Ne)&&L(de)}},"nth-last-of-type":function(L,j,V){var z=V.adapter,re=V.equals,oe=(0,y.default)(j);return oe===n.falseFunc?n.falseFunc:oe===n.trueFunc?$(L,z):function(de){for(var _e=z.getSiblings(de),Ne=0,Ue=_e.length-1;Ue>=0;Ue--){var $e=_e[Ue];if(re(de,$e))break;z.isTag($e)&&z.getName($e)===z.getName(de)&&Ne++}return oe(Ne)&&L(de)}},root:function(L,j,V){var z=V.adapter;return function(re){var oe=z.getParent(re);return(oe==null||!z.isTag(oe))&&L(re)}},scope:function(L,j,V,z){var re=V.equals;return!z||z.length===0?e.filters.root(L,j,V):z.length===1?function(oe){return re(z[0],oe)&&L(oe)}:function(oe){return z.includes(oe)&&L(oe)}},hover:k("isHovered"),visited:k("isVisited"),active:k("isActive")};function k(L){return function(V,z,re){var oe=re.adapter,ue=oe[L];return typeof ue!="function"?n.falseFunc:function(_e){return ue(_e)&&V(_e)}}}}(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(t,y){var n=y.adapter;return!n.getChildren(t).some(function($){return n.isTag($)||n.getText($)!==""})},"first-child":function(t,y){var n=y.adapter,$=y.equals,k=n.getSiblings(t).find(function(L){return n.isTag(L)});return k!=null&&$(t,k)},"last-child":function(t,y){for(var n=y.adapter,$=y.equals,k=n.getSiblings(t),L=k.length-1;L>=0;L--){if($(t,k[L]))return!0;if(n.isTag(k[L]))break}return!1},"first-of-type":function(t,y){for(var n=y.adapter,$=y.equals,k=n.getSiblings(t),L=n.getName(t),j=0;j<k.length;j++){var V=k[j];if($(t,V))return!0;if(n.isTag(V)&&n.getName(V)===L)break}return!1},"last-of-type":function(t,y){for(var n=y.adapter,$=y.equals,k=n.getSiblings(t),L=n.getName(t),j=k.length-1;j>=0;j--){var V=k[j];if($(t,V))return!0;if(n.isTag(V)&&n.getName(V)===L)break}return!1},"only-of-type":function(t,y){var n=y.adapter,$=y.equals,k=n.getName(t);return n.getSiblings(t).every(function(L){return $(t,L)||!n.isTag(L)||n.getName(L)!==k})},"only-child":function(t,y){var n=y.adapter,$=y.equals;return n.getSiblings(t).every(function(k){return $(t,k)||!n.isTag(k)})}};function e(t,y,n){if(n===null){if(t.length>2)throw new Error("pseudo-selector :".concat(y," requires an argument"))}else if(t.length===2)throw new Error("pseudo-selector :".concat(y," doesn't have any arguments"))}return pseudos.verifyPseudoArgs=e,pseudos}var aliases$1={},hasRequiredAliases;function requireAliases(){return hasRequiredAliases||(hasRequiredAliases=1,Object.defineProperty(aliases$1,"__esModule",{value:!0}),aliases$1.aliases=void 0,aliases$1.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$1}var subselects={},hasRequiredSubselects;function requireSubselects(){return hasRequiredSubselects||(hasRequiredSubselects=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__spreadArray||function(j,V,z){if(z||arguments.length===2)for(var re=0,oe=V.length,ue;re<oe;re++)(ue||!(re in V))&&(ue||(ue=Array.prototype.slice.call(V,0,re)),ue[re]=V[re]);return j.concat(ue||Array.prototype.slice.call(V))};Object.defineProperty(e,"__esModule",{value:!0}),e.subselects=e.getNextSiblings=e.ensureIsTag=e.PLACEHOLDER_ELEMENT=void 0;var y=requireBoolbase(),n=requireProcedure();e.PLACEHOLDER_ELEMENT={};function $(j,V){return j===y.falseFunc?y.falseFunc:function(z){return V.isTag(z)&&j(z)}}e.ensureIsTag=$;function k(j,V){var z=V.getSiblings(j);if(z.length<=1)return[];var re=z.indexOf(j);return re<0||re===z.length-1?[]:z.slice(re+1).filter(V.isTag)}e.getNextSiblings=k;var L=function(j,V,z,re,oe){var ue={xmlMode:!!z.xmlMode,adapter:z.adapter,equals:z.equals},de=oe(V,ue,re);return function(_e){return de(_e)&&j(_e)}};e.subselects={is:L,matches:L,where:L,not:function(j,V,z,re,oe){var ue={xmlMode:!!z.xmlMode,adapter:z.adapter,equals:z.equals},de=oe(V,ue,re);return de===y.falseFunc?j:de===y.trueFunc?y.falseFunc:function(Ne){return!de(Ne)&&j(Ne)}},has:function(j,V,z,re,oe){var ue=z.adapter,de={xmlMode:!!z.xmlMode,adapter:ue,equals:z.equals},_e=V.some(function(Fe){return Fe.some(n.isTraversal)})?[e.PLACEHOLDER_ELEMENT]:void 0,Ne=oe(V,de,_e);if(Ne===y.falseFunc)return y.falseFunc;if(Ne===y.trueFunc)return function(Fe){return ue.getChildren(Fe).some(ue.isTag)&&j(Fe)};var Ue=$(Ne,ue),$e=Ne.shouldTestNextSiblings,Ve=$e===void 0?!1:$e;return _e?function(Fe){_e[0]=Fe;var qe=ue.getChildren(Fe),er=Ve?t(t([],qe,!0),k(Fe,ue),!0):qe;return j(Fe)&&ue.existsOne(Ue,er)}:function(Fe){return j(Fe)&&ue.existsOne(Ue,ue.getChildren(Fe))}}}}(subselects)),subselects}var hasRequiredPseudoSelectors;function requirePseudoSelectors(){return hasRequiredPseudoSelectors||(hasRequiredPseudoSelectors=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.compilePseudoSelector=e.aliases=e.pseudos=e.filters=void 0;var t=requireBoolbase(),y=require$$0$7,n=requireFilters();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return n.filters}});var $=requirePseudos();Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return $.pseudos}});var k=requireAliases();Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return k.aliases}});var L=requireSubselects();function j(V,z,re,oe,ue){var de=z.name,_e=z.data;if(Array.isArray(_e))return L.subselects[de](V,_e,re,oe,ue);if(de in k.aliases){if(_e!=null)throw new Error("Pseudo ".concat(de," doesn't have any arguments"));var Ne=(0,y.parse)(k.aliases[de]);return L.subselects.is(V,Ne,re,oe,ue)}if(de in n.filters)return n.filters[de](V,_e,re,oe);if(de in $.pseudos){var Ue=$.pseudos[de];return(0,$.verifyPseudoArgs)(Ue,de,_e),Ue===t.falseFunc?t.falseFunc:V===t.trueFunc?function($e){return Ue($e,re,_e)}:function($e){return Ue($e,re,_e)&&V($e)}}throw new Error("unmatched pseudo-class :".concat(de))}e.compilePseudoSelector=j}(pseudoSelectors)),pseudoSelectors}var hasRequiredGeneral;function requireGeneral(){if(hasRequiredGeneral)return general;hasRequiredGeneral=1,Object.defineProperty(general,"__esModule",{value:!0}),general.compileGeneralSelector=void 0;var e=requireAttributes$1(),t=requirePseudoSelectors(),y=require$$0$7;function n($,k,L,j,V){var z=L.adapter,re=L.equals;switch(k.type){case y.SelectorType.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case y.SelectorType.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case y.SelectorType.Attribute:{if(k.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!L.xmlMode||L.lowerCaseAttributeNames)&&(k.name=k.name.toLowerCase()),e.attributeRules[k.action]($,k,L)}case y.SelectorType.Pseudo:return(0,t.compilePseudoSelector)($,k,L,j,V);case y.SelectorType.Tag:{if(k.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");var oe=k.name;return(!L.xmlMode||L.lowerCaseTags)&&(oe=oe.toLowerCase()),function(_e){return z.getName(_e)===oe&&$(_e)}}case y.SelectorType.Descendant:{if(L.cacheResults===!1||typeof WeakSet>"u")return function(_e){for(var Ne=_e;Ne=z.getParent(Ne);)if(z.isTag(Ne)&&$(Ne))return!0;return!1};var ue=new WeakSet;return function(_e){for(var Ne=_e;Ne=z.getParent(Ne);)if(!ue.has(Ne)){if(z.isTag(Ne)&&$(Ne))return!0;ue.add(Ne)}return!1}}case"_flexibleDescendant":return function(_e){var Ne=_e;do if(z.isTag(Ne)&&$(Ne))return!0;while(Ne=z.getParent(Ne));return!1};case y.SelectorType.Parent:return function(_e){return z.getChildren(_e).some(function(Ne){return z.isTag(Ne)&&$(Ne)})};case y.SelectorType.Child:return function(_e){var Ne=z.getParent(_e);return Ne!=null&&z.isTag(Ne)&&$(Ne)};case y.SelectorType.Sibling:return function(_e){for(var Ne=z.getSiblings(_e),Ue=0;Ue<Ne.length;Ue++){var $e=Ne[Ue];if(re(_e,$e))break;if(z.isTag($e)&&$($e))return!0}return!1};case y.SelectorType.Adjacent:return z.prevElementSibling?function(_e){var Ne=z.prevElementSibling(_e);return Ne!=null&&$(Ne)}:function(_e){for(var Ne=z.getSiblings(_e),Ue,$e=0;$e<Ne.length;$e++){var Ve=Ne[$e];if(re(_e,Ve))break;z.isTag(Ve)&&(Ue=Ve)}return!!Ue&&$(Ue)};case y.SelectorType.Universal:{if(k.namespace!=null&&k.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return $}}}return general.compileGeneralSelector=n,general}var hasRequiredCompile;function requireCompile(){if(hasRequiredCompile)return compile$1;hasRequiredCompile=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function($e){return $e&&$e.__esModule?$e:{default:$e}};Object.defineProperty(compile$1,"__esModule",{value:!0}),compile$1.compileToken=compile$1.compileUnsafe=compile$1.compile=void 0;var t=require$$0$7,y=requireBoolbase(),n=e(requireSort()),$=requireProcedure(),k=requireGeneral(),L=requireSubselects();function j($e,Ve,Fe){var qe=V($e,Ve,Fe);return(0,L.ensureIsTag)(qe,Ve.adapter)}compile$1.compile=j;function V($e,Ve,Fe){var qe=typeof $e=="string"?(0,t.parse)($e):$e;return _e(qe,Ve,Fe)}compile$1.compileUnsafe=V;function z($e){return $e.type==="pseudo"&&($e.name==="scope"||Array.isArray($e.data)&&$e.data.some(function(Ve){return Ve.some(z)}))}var re={type:t.SelectorType.Descendant},oe={type:"_flexibleDescendant"},ue={type:t.SelectorType.Pseudo,name:"scope",data:null};function de($e,Ve,Fe){for(var qe=Ve.adapter,er=!!(Fe!=null&&Fe.every(function(nr){var lr=qe.isTag(nr)&&qe.getParent(nr);return nr===L.PLACEHOLDER_ELEMENT||lr&&qe.isTag(lr)})),ir=0,dr=$e;ir<dr.length;ir++){var cr=dr[ir];if(!(cr.length>0&&(0,$.isTraversal)(cr[0])&&cr[0].type!=="descendant"))if(er&&!cr.some(z))cr.unshift(re);else continue;cr.unshift(ue)}}function _e($e,Ve,Fe){var qe;$e=$e.filter(function(nr){return nr.length>0}),$e.forEach(n.default),Fe=(qe=Ve.context)!==null&&qe!==void 0?qe:Fe;var er=Array.isArray(Fe),ir=Fe&&(Array.isArray(Fe)?Fe:[Fe]);de($e,Ve,ir);var dr=!1,cr=$e.map(function(nr){if(nr.length>=2){var lr=nr[0],Et=nr[1];lr.type!=="pseudo"||lr.name!=="scope"||(er&&Et.type==="descendant"?nr[1]=oe:(Et.type==="adjacent"||Et.type==="sibling")&&(dr=!0))}return Ne(nr,Ve,ir)}).reduce(Ue,y.falseFunc);return cr.shouldTestNextSiblings=dr,cr}compile$1.compileToken=_e;function Ne($e,Ve,Fe){var qe;return $e.reduce(function(er,ir){return er===y.falseFunc?y.falseFunc:(0,k.compileGeneralSelector)(er,ir,Ve,Fe,_e)},(qe=Ve.rootFunc)!==null&&qe!==void 0?qe:y.trueFunc)}function Ue($e,Ve){return Ve===y.falseFunc||$e===y.trueFunc?$e:$e===y.falseFunc||Ve===y.trueFunc?Ve:function(qe){return $e(qe)||Ve(qe)}}return compile$1}var hasRequiredLib$5;function requireLib$5(){return hasRequiredLib$5||(hasRequiredLib$5=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function($e,Ve,Fe,qe){qe===void 0&&(qe=Fe);var er=Object.getOwnPropertyDescriptor(Ve,Fe);(!er||("get"in er?!Ve.__esModule:er.writable||er.configurable))&&(er={enumerable:!0,get:function(){return Ve[Fe]}}),Object.defineProperty($e,qe,er)}:function($e,Ve,Fe,qe){qe===void 0&&(qe=Fe),$e[qe]=Ve[Fe]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function($e,Ve){Object.defineProperty($e,"default",{enumerable:!0,value:Ve})}:function($e,Ve){$e.default=Ve}),n=commonjsGlobal&&commonjsGlobal.__importStar||function($e){if($e&&$e.__esModule)return $e;var Ve={};if($e!=null)for(var Fe in $e)Fe!=="default"&&Object.prototype.hasOwnProperty.call($e,Fe)&&t(Ve,$e,Fe);return y(Ve,$e),Ve};Object.defineProperty(e,"__esModule",{value:!0}),e.aliases=e.pseudos=e.filters=e.is=e.selectOne=e.selectAll=e.prepareContext=e._compileToken=e._compileUnsafe=e.compile=void 0;var $=n(requireLib$7()),k=requireBoolbase(),L=requireCompile(),j=requireSubselects(),V=function($e,Ve){return $e===Ve},z={adapter:$,equals:V};function re($e){var Ve,Fe,qe,er,ir=$e??z;return(Ve=ir.adapter)!==null&&Ve!==void 0||(ir.adapter=$),(Fe=ir.equals)!==null&&Fe!==void 0||(ir.equals=(er=(qe=ir.adapter)===null||qe===void 0?void 0:qe.equals)!==null&&er!==void 0?er:V),ir}function oe($e){return function(Fe,qe,er){var ir=re(qe);return $e(Fe,ir,er)}}e.compile=oe(L.compile),e._compileUnsafe=oe(L.compileUnsafe),e._compileToken=oe(L.compileToken);function ue($e){return function(Fe,qe,er){var ir=re(er);typeof Fe!="function"&&(Fe=(0,L.compileUnsafe)(Fe,ir,qe));var dr=de(qe,ir.adapter,Fe.shouldTestNextSiblings);return $e(Fe,dr,ir)}}function de($e,Ve,Fe){return Fe===void 0&&(Fe=!1),Fe&&($e=_e($e,Ve)),Array.isArray($e)?Ve.removeSubsets($e):Ve.getChildren($e)}e.prepareContext=de;function _e($e,Ve){for(var Fe=Array.isArray($e)?$e.slice(0):[$e],qe=Fe.length,er=0;er<qe;er++){var ir=(0,j.getNextSiblings)(Fe[er],Ve);Fe.push.apply(Fe,ir)}return Fe}e.selectAll=ue(function($e,Ve,Fe){return $e===k.falseFunc||!Ve||Ve.length===0?[]:Fe.adapter.findAll($e,Ve)}),e.selectOne=ue(function($e,Ve,Fe){return $e===k.falseFunc||!Ve||Ve.length===0?null:Fe.adapter.findOne($e,Ve)});function Ne($e,Ve,Fe){var qe=re(Fe);return(typeof Ve=="function"?Ve:(0,L.compile)(Ve,qe))($e)}e.is=Ne,e.default=e.selectAll;var Ue=requirePseudoSelectors();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return Ue.filters}}),Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return Ue.pseudos}}),Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return Ue.aliases}})}(lib$c)),lib$c}var helpers$1={},positionals={},hasRequiredPositionals;function requirePositionals(){return hasRequiredPositionals||(hasRequiredPositionals=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.getLimit=e.isFilter=e.filterNames=void 0,e.filterNames=new Set(["first","last","eq","gt","nth","lt","even","odd"]);function t(n){return n.type!=="pseudo"?!1:e.filterNames.has(n.name)?!0:n.name==="not"&&Array.isArray(n.data)?n.data.some(function($){return $.some(t)}):!1}e.isFilter=t;function y(n,$){var k=$!=null?parseInt($,10):NaN;switch(n){case"first":return 1;case"nth":case"eq":return isFinite(k)?k>=0?k+1:1/0:0;case"lt":return isFinite(k)?k>=0?k:1/0:0;case"gt":return isFinite(k)?1/0:0;default:return 1/0}}e.getLimit=y}(positionals)),positionals}var hasRequiredHelpers;function requireHelpers(){if(hasRequiredHelpers)return helpers$1;hasRequiredHelpers=1,Object.defineProperty(helpers$1,"__esModule",{value:!0}),helpers$1.groupSelectors=helpers$1.getDocumentRoot=void 0;var e=requirePositionals();function t(n){for(;n.parent;)n=n.parent;return n}helpers$1.getDocumentRoot=t;function y(n){for(var $=[],k=[],L=0,j=n;L<j.length;L++){var V=j[L];V.some(e.isFilter)?$.push(V):k.push(V)}return[k,$]}return helpers$1.groupSelectors=y,helpers$1}var hasRequiredLib$4;function requireLib$4(){return hasRequiredLib$4||(hasRequiredLib$4=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__assign||function(){return t=Object.assign||function(pe){for(var Ce,Ie=1,jt=arguments.length;Ie<jt;Ie++){Ce=arguments[Ie];for(var ar in Ce)Object.prototype.hasOwnProperty.call(Ce,ar)&&(pe[ar]=Ce[ar])}return pe},t.apply(this,arguments)},y=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(pe,Ce,Ie,jt){jt===void 0&&(jt=Ie);var ar=Object.getOwnPropertyDescriptor(Ce,Ie);(!ar||("get"in ar?!Ce.__esModule:ar.writable||ar.configurable))&&(ar={enumerable:!0,get:function(){return Ce[Ie]}}),Object.defineProperty(pe,jt,ar)}:function(pe,Ce,Ie,jt){jt===void 0&&(jt=Ie),pe[jt]=Ce[Ie]}),n=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(pe,Ce){Object.defineProperty(pe,"default",{enumerable:!0,value:Ce})}:function(pe,Ce){pe.default=Ce}),$=commonjsGlobal&&commonjsGlobal.__importStar||function(pe){if(pe&&pe.__esModule)return pe;var Ce={};if(pe!=null)for(var Ie in pe)Ie!=="default"&&Object.prototype.hasOwnProperty.call(pe,Ie)&&y(Ce,pe,Ie);return n(Ce,pe),Ce},k=commonjsGlobal&&commonjsGlobal.__spreadArray||function(pe,Ce,Ie){if(Ie||arguments.length===2)for(var jt=0,ar=Ce.length,ur;jt<ar;jt++)(ur||!(jt in Ce))&&(ur||(ur=Array.prototype.slice.call(Ce,0,jt)),ur[jt]=Ce[jt]);return pe.concat(ur||Array.prototype.slice.call(Ce))};Object.defineProperty(e,"__esModule",{value:!0}),e.select=e.filter=e.some=e.is=e.aliases=e.pseudos=e.filters=void 0;var L=require$$0$7,j=requireLib$5(),V=$(requireLib$7()),z=requireHelpers(),re=requirePositionals(),oe=requireLib$5();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return oe.filters}}),Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return oe.pseudos}}),Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return oe.aliases}});var ue={type:L.SelectorType.Pseudo,name:"scope",data:null},de=t({},ue),_e={type:L.SelectorType.Universal,namespace:null};function Ne(pe,Ce,Ie){return Ie===void 0&&(Ie={}),Ue([pe],Ce,Ie)}e.is=Ne;function Ue(pe,Ce,Ie){if(Ie===void 0&&(Ie={}),typeof Ce=="function")return pe.some(Ce);var jt=(0,z.groupSelectors)((0,L.parse)(Ce)),ar=jt[0],ur=jt[1];return ar.length>0&&pe.some((0,j._compileToken)(ar,Ie))||ur.some(function(kt){return qe(kt,pe,Ie).length>0})}e.some=Ue;function $e(pe,Ce,Ie,jt){var ar=typeof Ie=="string"?parseInt(Ie,10):NaN;switch(pe){case"first":case"lt":return Ce;case"last":return Ce.length>0?[Ce[Ce.length-1]]:Ce;case"nth":case"eq":return isFinite(ar)&&Math.abs(ar)<Ce.length?[ar<0?Ce[Ce.length+ar]:Ce[ar]]:[];case"gt":return isFinite(ar)?Ce.slice(ar+1):[];case"even":return Ce.filter(function(kt,he){return he%2===0});case"odd":return Ce.filter(function(kt,he){return he%2===1});case"not":{var ur=new Set(Fe(Ie,Ce,jt));return Ce.filter(function(kt){return!ur.has(kt)})}}}function Ve(pe,Ce,Ie){return Ie===void 0&&(Ie={}),Fe((0,L.parse)(pe),Ce,Ie)}e.filter=Ve;function Fe(pe,Ce,Ie){if(Ce.length===0)return[];var jt=(0,z.groupSelectors)(pe),ar=jt[0],ur=jt[1],kt;if(ar.length){var he=ie(Ce,ar,Ie);if(ur.length===0)return he;he.length&&(kt=new Set(he))}for(var tr=0;tr<ur.length&&(kt==null?void 0:kt.size)!==Ce.length;tr++){var gr=ur[tr],_r=kt?Ce.filter(function(xr){return V.isTag(xr)&&!kt.has(xr)}):Ce;if(_r.length===0)break;var he=qe(gr,Ce,Ie);if(he.length)if(kt)he.forEach(function(xr){return kt.add(xr)});else{if(tr===ur.length-1)return he;kt=new Set(he)}}return typeof kt<"u"?kt.size===Ce.length?Ce:Ce.filter(function(yr){return kt.has(yr)}):[]}function qe(pe,Ce,Ie){var jt;if(pe.some(L.isTraversal)){var ar=(jt=Ie.root)!==null&&jt!==void 0?jt:(0,z.getDocumentRoot)(Ce[0]),ur=k(k([],pe,!0),[de],!1);return nr(ar,ur,Ie,!0,Ce)}return nr(Ce,pe,Ie,!1)}function er(pe,Ce,Ie){if(Ie===void 0&&(Ie={}),typeof pe=="function")return Et(Ce,pe);var jt=(0,z.groupSelectors)((0,L.parse)(pe)),ar=jt[0],ur=jt[1],kt=ur.map(function(he){return nr(Ce,he,Ie,!0)});return ar.length&&kt.push(lr(Ce,ar,Ie,1/0)),kt.length===0?[]:kt.length===1?kt[0]:V.uniqueSort(kt.reduce(function(he,tr){return k(k([],he,!0),tr,!0)}))}e.select=er;var ir=new Set([L.SelectorType.Descendant,L.SelectorType.Adjacent]);function dr(pe){return pe!==ue&&pe.type==="pseudo"&&(pe.name==="scope"||Array.isArray(pe.data)&&pe.data.some(function(Ce){return Ce.some(dr)}))}function cr(pe,Ce,Ie){return Ie&&pe.some(dr)?t(t({},Ce),{context:Ie}):Ce}function nr(pe,Ce,Ie,jt,ar){var ur=Ce.findIndex(re.isFilter),kt=Ce.slice(0,ur),he=Ce[ur],tr=(0,re.getLimit)(he.name,he.data);if(tr===0)return[];var gr=cr(kt,Ie,ar),_r=kt.length===0&&!Array.isArray(pe)?V.getChildren(pe).filter(V.isTag):kt.length===0||kt.length===1&&kt[0]===ue?(Array.isArray(pe)?pe:[pe]).filter(V.isTag):jt||kt.some(L.isTraversal)?lr(pe,[kt],gr,tr):ie(pe,[kt],gr),yr=_r.slice(0,tr),xr=$e(he.name,yr,he.data,Ie);if(xr.length===0||Ce.length===ur+1)return xr;var Nr=Ce.slice(ur+1),Tr=Nr.some(L.isTraversal),Sr=cr(Nr,Ie,ar);return Tr&&(ir.has(Nr[0].type)&&Nr.unshift(_e),Nr.unshift(ue)),Nr.some(re.isFilter)?nr(xr,Nr,Ie,!1,ar):Tr?lr(xr,[Nr],Sr,1/0):ie(xr,[Nr],Sr)}function lr(pe,Ce,Ie,jt){if(jt===0)return[];var ar=(0,j._compileToken)(Ce,Ie,pe);return Et(pe,ar,jt)}function Et(pe,Ce,Ie){Ie===void 0&&(Ie=1/0);var jt=(0,j.prepareContext)(pe,V,Ce.shouldTestNextSiblings);return V.find(function(ar){return V.isTag(ar)&&Ce(ar)},jt,!0,Ie)}function ie(pe,Ce,Ie){var jt=(Array.isArray(pe)?pe:[pe]).filter(V.isTag);if(jt.length===0)return jt;var ar=(0,j._compileToken)(Ce,Ie);return jt.filter(ar)}}(lib$d)),lib$d}var lib$5={},Parser={},Tokenizer={},decode_codepoint={};const require$$0$4={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 e=commonjsGlobal&&commonjsGlobal.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(decode_codepoint,"__esModule",{value:!0});var t=e(require$$0$4),y=String.fromCodePoint||function($){var k="";return $>65535&&($-=65536,k+=String.fromCharCode($>>>10&1023|55296),$=56320|$&1023),k+=String.fromCharCode($),k};function n($){return $>=55296&&$<=57343||$>1114111?"<22>":($ in t.default&&($=t.default[$]),y($))}return decode_codepoint.default=n,decode_codepoint}const Aacute$1="Á",aacute$1="á",Abreve="Ă",abreve="ă",ac$1="∾",acd="∿",acE="∾̳",Acirc$1="Â",acirc$1="â",acute$1="´",Acy="А",acy="а",AElig$1="Æ",aelig$1="æ",af="",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="≈",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="",efDot="≒",Efr="𝔈",efr="𝔢",eg="⪚",Egrave$1="È",egrave$1="è",egs="⪖",egsdot="⪘",el="⪙",Element$1="∈",elinters="⏧",ell="",els="⪕",elsdot="⪗",Emacr="Ē",emacr="ē",empty$2="∅",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="≥",gE="≧",gEl="⪌",gel="⋛",geq="≥",geqq="≧",geqslant="⩾",gescc="⪩",ges="⩾",gesdot="⪀",gesdoto="⪂",gesdotol="⪄",gesl="⋛︀",gesles="⪔",Gfr="𝔊",gfr="𝔤",gg="≫",Gg="⋙",ggg="⋙",gimel="ℷ",GJcy="Ѓ",gjcy="ѓ",gla="⪥",gl="≷",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$2=">",GT$1=">",Gt="≫",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="",Icirc$1="Î",icirc$1="î",Icy="И",icy="и",Idot="İ",IEcy="Е",iecy="е",iexcl$1="¡",iff="⇔",ifr="𝔦",Ifr="",Igrave$1="Ì",igrave$1="ì",ii="",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="",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="≤",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$1="⋘",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$2="<",LT$1="<",Lt="≪",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="∓",mscr="𝓂",Mscr="",mstpos="∾",Mu="Μ",mu="μ",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="≠",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="∋",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="Ν",nu$1="ν",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="⩔",or="",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$1="Π",pi="π",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="⪻",pr="≺",prcue="≼",precapprox="⪷",prec="≺",preccurlyeq="≼",Precedes="≺",PrecedesEqual="⪯",PrecedesSlantEqual="≼",PrecedesTilde="≾",preceq="⪯",precnapprox="⪹",precneqq="⪵",precnsim="⋨",pre="⪯",prE="⪳",precsim="≾",prime="",Prime="″",primes$3="",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$1="",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="⪼",sc="≻",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="℘",wr="≀",wreath="≀",Wscr="𝒲",wscr="𝓌",xcap="⋂",xcirc="◯",xcup="",xdtri="▽",Xfr="𝔛",xfr="𝔵",xharr="⟷",xhArr="⟺",Xi="Ξ",xi$1="ξ",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$2={Aacute:Aacute$1,aacute:aacute$1,Abreve,abreve,ac:ac$1,acd,acE,Acirc:Acirc$1,acirc:acirc$1,acute:acute$1,Acy,acy,AElig:AElig$1,aelig:aelig$1,af,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,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,efDot,Efr,efr,eg,Egrave:Egrave$1,egrave:egrave$1,egs,egsdot,el,Element:Element$1,elinters,ell,els,elsdot,Emacr,emacr,empty:empty$2,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,gEl,gel,geq,geqq,geqslant,gescc,ges,gesdot,gesdoto,gesdotol,gesl,gesles,Gfr,gfr,gg,Gg,ggg,gimel,GJcy,gjcy,gla,gl,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$2,GT:GT$1,Gt,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,Icirc:Icirc$1,icirc:icirc$1,Icy,icy,Idot,IEcy,iecy,iexcl:iexcl$1,iff,ifr,Ifr,Igrave:Igrave$1,igrave:igrave$1,ii,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,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,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:Ll$1,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$2,LT:LT$1,Lt,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,mscr,Mscr,mstpos,Mu,mu,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,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,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:nu$1,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,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$1,pi,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,prcue,precapprox,prec,preccurlyeq,Precedes,PrecedesEqual,PrecedesSlantEqual,PrecedesTilde,preceq,precnapprox,precneqq,precnsim,pre,prE,precsim,prime,Prime,primes:primes$3,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$1,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,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,wr,wreath,Wscr,wscr,xcap,xcirc,xcup,xdtri,Xfr,xfr,xharr,xhArr,Xi,xi:xi$1,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$1=">",GT=">",Iacute="Í",iacute="í",Icirc="Î",icirc="î",iexcl="¡",Igrave="Ì",igrave="ì",iquest="¿",Iuml="Ï",iuml="ï",laquo="«",lt$1="<",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$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$1,GT,Iacute,iacute,Icirc,icirc,iexcl,Igrave,igrave,iquest,Iuml,iuml,laquo,lt:lt$1,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=">",lt="<",quot='"',require$$3={amp,apos,gt,lt,quot};var hasRequiredTokenizer$1;function requireTokenizer$1(){if(hasRequiredTokenizer$1)return Tokenizer;hasRequiredTokenizer$1=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(_r){return _r&&_r.__esModule?_r:{default:_r}};Object.defineProperty(Tokenizer,"__esModule",{value:!0});var t=e(requireDecode_codepoint()),y=e(require$$1$2),n=e(require$$2$2),$=e(require$$3);function k(_r){return _r===" "||_r===`
`||_r===" "||_r==="\f"||_r==="\r"}function L(_r){return _r>="a"&&_r<="z"||_r>="A"&&_r<="Z"}function j(_r,yr,xr){var Nr=_r.toLowerCase();return _r===Nr?function(Tr,Sr){Sr===Nr?Tr._state=yr:(Tr._state=xr,Tr._index--)}:function(Tr,Sr){Sr===Nr||Sr===_r?Tr._state=yr:(Tr._state=xr,Tr._index--)}}function V(_r,yr){var xr=_r.toLowerCase();return function(Nr,Tr){Tr===xr||Tr===_r?Nr._state=yr:(Nr._state=3,Nr._index--)}}var z=j("C",24,16),re=j("D",25,16),oe=j("A",26,16),ue=j("T",27,16),de=j("A",28,16),_e=V("R",35),Ne=V("I",36),Ue=V("P",37),$e=V("T",38),Ve=j("R",40,1),Fe=j("I",41,1),qe=j("P",42,1),er=j("T",43,1),ir=V("Y",45),dr=V("L",46),cr=V("E",47),nr=j("Y",49,1),lr=j("L",50,1),Et=j("E",51,1),ie=V("I",54),pe=V("T",55),Ce=V("L",56),Ie=V("E",57),jt=j("I",58,1),ar=j("T",59,1),ur=j("L",60,1),kt=j("E",61,1),he=j("#",63,64),tr=j("X",66,65),gr=function(){function _r(yr,xr){var Nr;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=xr,this.xmlMode=!!(yr!=null&&yr.xmlMode),this.decodeEntities=(Nr=yr==null?void 0:yr.decodeEntities)!==null&&Nr!==void 0?Nr:!0}return _r.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},_r.prototype.write=function(yr){this.ended&&this.cbs.onerror(Error(".write() after done!")),this.buffer+=yr,this.parse()},_r.prototype.end=function(yr){this.ended&&this.cbs.onerror(Error(".end() after done!")),yr&&this.write(yr),this.ended=!0,this.running&&this.finish()},_r.prototype.pause=function(){this.running=!1},_r.prototype.resume=function(){this.running=!0,this._index<this.buffer.length&&this.parse(),this.ended&&this.finish()},_r.prototype.getAbsoluteIndex=function(){return this.bufferOffset+this._index},_r.prototype.stateText=function(yr){yr==="<"?(this._index>this.sectionStart&&this.cbs.ontext(this.getSection()),this._state=2,this.sectionStart=this._index):this.decodeEntities&&yr==="&"&&(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)},_r.prototype.isTagStartChar=function(yr){return L(yr)||this.xmlMode&&!k(yr)&&yr!=="/"&&yr!==">"},_r.prototype.stateBeforeTagName=function(yr){yr==="/"?this._state=5:yr==="<"?(this.cbs.ontext(this.getSection()),this.sectionStart=this._index):yr===">"||this.special!==1||k(yr)?this._state=1:yr==="!"?(this._state=15,this.sectionStart=this._index+1):yr==="?"?(this._state=17,this.sectionStart=this._index+1):this.isTagStartChar(yr)?(this._state=!this.xmlMode&&(yr==="s"||yr==="S")?32:!this.xmlMode&&(yr==="t"||yr==="T")?52:3,this.sectionStart=this._index):this._state=1},_r.prototype.stateInTagName=function(yr){(yr==="/"||yr===">"||k(yr))&&(this.emitToken("onopentagname"),this._state=8,this._index--)},_r.prototype.stateBeforeClosingTagName=function(yr){k(yr)||(yr===">"?this._state=1:this.special!==1?this.special!==4&&(yr==="s"||yr==="S")?this._state=33:this.special===4&&(yr==="t"||yr==="T")?this._state=53:(this._state=1,this._index--):this.isTagStartChar(yr)?(this._state=6,this.sectionStart=this._index):(this._state=20,this.sectionStart=this._index))},_r.prototype.stateInClosingTagName=function(yr){(yr===">"||k(yr))&&(this.emitToken("onclosetag"),this._state=7,this._index--)},_r.prototype.stateAfterClosingTagName=function(yr){yr===">"&&(this._state=1,this.sectionStart=this._index+1)},_r.prototype.stateBeforeAttributeName=function(yr){yr===">"?(this.cbs.onopentagend(),this._state=1,this.sectionStart=this._index+1):yr==="/"?this._state=4:k(yr)||(this._state=9,this.sectionStart=this._index)},_r.prototype.stateInSelfClosingTag=function(yr){yr===">"?(this.cbs.onselfclosingtag(),this._state=1,this.sectionStart=this._index+1,this.special=1):k(yr)||(this._state=8,this._index--)},_r.prototype.stateInAttributeName=function(yr){(yr==="="||yr==="/"||yr===">"||k(yr))&&(this.cbs.onattribname(this.getSection()),this.sectionStart=-1,this._state=10,this._index--)},_r.prototype.stateAfterAttributeName=function(yr){yr==="="?this._state=11:yr==="/"||yr===">"?(this.cbs.onattribend(void 0),this._state=8,this._index--):k(yr)||(this.cbs.onattribend(void 0),this._state=9,this.sectionStart=this._index)},_r.prototype.stateBeforeAttributeValue=function(yr){yr==='"'?(this._state=12,this.sectionStart=this._index+1):yr==="'"?(this._state=13,this.sectionStart=this._index+1):k(yr)||(this._state=14,this.sectionStart=this._index,this._index--)},_r.prototype.handleInAttributeValue=function(yr,xr){yr===xr?(this.emitToken("onattribdata"),this.cbs.onattribend(xr),this._state=8):this.decodeEntities&&yr==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},_r.prototype.stateInAttributeValueDoubleQuotes=function(yr){this.handleInAttributeValue(yr,'"')},_r.prototype.stateInAttributeValueSingleQuotes=function(yr){this.handleInAttributeValue(yr,"'")},_r.prototype.stateInAttributeValueNoQuotes=function(yr){k(yr)||yr===">"?(this.emitToken("onattribdata"),this.cbs.onattribend(null),this._state=8,this._index--):this.decodeEntities&&yr==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},_r.prototype.stateBeforeDeclaration=function(yr){this._state=yr==="["?23:yr==="-"?18:16},_r.prototype.stateInDeclaration=function(yr){yr===">"&&(this.cbs.ondeclaration(this.getSection()),this._state=1,this.sectionStart=this._index+1)},_r.prototype.stateInProcessingInstruction=function(yr){yr===">"&&(this.cbs.onprocessinginstruction(this.getSection()),this._state=1,this.sectionStart=this._index+1)},_r.prototype.stateBeforeComment=function(yr){yr==="-"?(this._state=19,this.sectionStart=this._index+1):this._state=16},_r.prototype.stateInComment=function(yr){yr==="-"&&(this._state=21)},_r.prototype.stateInSpecialComment=function(yr){yr===">"&&(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},_r.prototype.stateAfterComment1=function(yr){yr==="-"?this._state=22:this._state=19},_r.prototype.stateAfterComment2=function(yr){yr===">"?(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):yr!=="-"&&(this._state=19)},_r.prototype.stateBeforeCdata6=function(yr){yr==="["?(this._state=29,this.sectionStart=this._index+1):(this._state=16,this._index--)},_r.prototype.stateInCdata=function(yr){yr==="]"&&(this._state=30)},_r.prototype.stateAfterCdata1=function(yr){yr==="]"?this._state=31:this._state=29},_r.prototype.stateAfterCdata2=function(yr){yr===">"?(this.cbs.oncdata(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):yr!=="]"&&(this._state=29)},_r.prototype.stateBeforeSpecialS=function(yr){yr==="c"||yr==="C"?this._state=34:yr==="t"||yr==="T"?this._state=44:(this._state=3,this._index--)},_r.prototype.stateBeforeSpecialSEnd=function(yr){this.special===2&&(yr==="c"||yr==="C")?this._state=39:this.special===3&&(yr==="t"||yr==="T")?this._state=48:this._state=1},_r.prototype.stateBeforeSpecialLast=function(yr,xr){(yr==="/"||yr===">"||k(yr))&&(this.special=xr),this._state=3,this._index--},_r.prototype.stateAfterSpecialLast=function(yr,xr){yr===">"||k(yr)?(this.special=1,this._state=6,this.sectionStart=this._index-xr,this._index--):this._state=1},_r.prototype.parseFixedEntity=function(yr){if(yr===void 0&&(yr=this.xmlMode?$.default:y.default),this.sectionStart+1<this._index){var xr=this.buffer.substring(this.sectionStart+1,this._index);Object.prototype.hasOwnProperty.call(yr,xr)&&(this.emitPartial(yr[xr]),this.sectionStart=this._index+1)}},_r.prototype.parseLegacyEntity=function(){for(var yr=this.sectionStart+1,xr=Math.min(this._index-yr,6);xr>=2;){var Nr=this.buffer.substr(yr,xr);if(Object.prototype.hasOwnProperty.call(n.default,Nr)){this.emitPartial(n.default[Nr]),this.sectionStart+=xr+1;return}xr--}},_r.prototype.stateInNamedEntity=function(yr){yr===";"?(this.parseFixedEntity(),this.baseState===1&&this.sectionStart+1<this._index&&!this.xmlMode&&this.parseLegacyEntity(),this._state=this.baseState):(yr<"0"||yr>"9")&&!L(yr)&&(this.xmlMode||this.sectionStart+1===this._index||(this.baseState!==1?yr!=="="&&this.parseFixedEntity(n.default):this.parseLegacyEntity()),this._state=this.baseState,this._index--)},_r.prototype.decodeNumericEntity=function(yr,xr,Nr){var Tr=this.sectionStart+yr;if(Tr!==this._index){var Sr=this.buffer.substring(Tr,this._index),Ar=parseInt(Sr,xr);this.emitPartial(t.default(Ar)),this.sectionStart=Nr?this._index+1:this._index}this._state=this.baseState},_r.prototype.stateInNumericEntity=function(yr){yr===";"?this.decodeNumericEntity(2,10,!0):(yr<"0"||yr>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(2,10,!1),this._index--)},_r.prototype.stateInHexEntity=function(yr){yr===";"?this.decodeNumericEntity(3,16,!0):(yr<"a"||yr>"f")&&(yr<"A"||yr>"F")&&(yr<"0"||yr>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(3,16,!1),this._index--)},_r.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)},_r.prototype.parse=function(){for(;this._index<this.buffer.length&&this.running;){var yr=this.buffer.charAt(this._index);this._state===1?this.stateText(yr):this._state===12?this.stateInAttributeValueDoubleQuotes(yr):this._state===9?this.stateInAttributeName(yr):this._state===19?this.stateInComment(yr):this._state===20?this.stateInSpecialComment(yr):this._state===8?this.stateBeforeAttributeName(yr):this._state===3?this.stateInTagName(yr):this._state===6?this.stateInClosingTagName(yr):this._state===2?this.stateBeforeTagName(yr):this._state===10?this.stateAfterAttributeName(yr):this._state===13?this.stateInAttributeValueSingleQuotes(yr):this._state===11?this.stateBeforeAttributeValue(yr):this._state===5?this.stateBeforeClosingTagName(yr):this._state===7?this.stateAfterClosingTagName(yr):this._state===32?this.stateBeforeSpecialS(yr):this._state===21?this.stateAfterComment1(yr):this._state===14?this.stateInAttributeValueNoQuotes(yr):this._state===4?this.stateInSelfClosingTag(yr):this._state===16?this.stateInDeclaration(yr):this._state===15?this.stateBeforeDeclaration(yr):this._state===22?this.stateAfterComment2(yr):this._state===18?this.stateBeforeComment(yr):this._state===33?this.stateBeforeSpecialSEnd(yr):this._state===53?jt(this,yr):this._state===39?Ve(this,yr):this._state===40?Fe(this,yr):this._state===41?qe(this,yr):this._state===34?_e(this,yr):this._state===35?Ne(this,yr):this._state===36?Ue(this,yr):this._state===37?$e(this,yr):this._state===38?this.stateBeforeSpecialLast(yr,2):this._state===42?er(this,yr):this._state===43?this.stateAfterSpecialLast(yr,6):this._state===44?ir(this,yr):this._state===29?this.stateInCdata(yr):this._state===45?dr(this,yr):this._state===46?cr(this,yr):this._state===47?this.stateBeforeSpecialLast(yr,3):this._state===48?nr(this,yr):this._state===49?lr(this,yr):this._state===50?Et(this,yr):this._state===51?this.stateAfterSpecialLast(yr,5):this._state===52?ie(this,yr):this._state===54?pe(this,yr):this._state===55?Ce(this,yr):this._state===56?Ie(this,yr):this._state===57?this.stateBeforeSpecialLast(yr,4):this._state===58?ar(this,yr):this._state===59?ur(this,yr):this._state===60?kt(this,yr):this._state===61?this.stateAfterSpecialLast(yr,5):this._state===17?this.stateInProcessingInstruction(yr):this._state===64?this.stateInNamedEntity(yr):this._state===23?z(this,yr):this._state===62?he(this,yr):this._state===24?re(this,yr):this._state===25?oe(this,yr):this._state===30?this.stateAfterCdata1(yr):this._state===31?this.stateAfterCdata2(yr):this._state===26?ue(this,yr):this._state===27?de(this,yr):this._state===28?this.stateBeforeCdata6(yr):this._state===66?this.stateInHexEntity(yr):this._state===65?this.stateInNumericEntity(yr):this._state===63?tr(this,yr):this.cbs.onerror(Error("unknown _state"),this._state),this._index++}this.cleanup()},_r.prototype.finish=function(){this.sectionStart<this._index&&this.handleTrailingData(),this.cbs.onend()},_r.prototype.handleTrailingData=function(){var yr=this.buffer.substr(this.sectionStart);this._state===29||this._state===30||this._state===31?this.cbs.oncdata(yr):this._state===19||this._state===21||this._state===22?this.cbs.oncomment(yr):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(yr)},_r.prototype.getSection=function(){return this.buffer.substring(this.sectionStart,this._index)},_r.prototype.emitToken=function(yr){this.cbs[yr](this.getSection()),this.sectionStart=-1},_r.prototype.emitPartial=function(yr){this.baseState!==1?this.cbs.onattribdata(yr):this.cbs.ontext(yr)},_r}();return Tokenizer.default=gr,Tokenizer}var hasRequiredParser$2;function requireParser$2(){if(hasRequiredParser$2)return Parser;hasRequiredParser$2=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(re){return re&&re.__esModule?re:{default:re}};Object.defineProperty(Parser,"__esModule",{value:!0}),Parser.Parser=void 0;var t=e(requireTokenizer$1()),y=new Set(["input","option","optgroup","select","button","datalist","textarea"]),n=new Set(["p"]),$={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:n,h1:n,h2:n,h3:n,h4:n,h5:n,h6:n,select:y,input:y,output:y,button:y,datalist:y,textarea:y,option:new Set(["option"]),optgroup:new Set(["optgroup","option"]),dd:new Set(["dt","dd"]),dt:new Set(["dt","dd"]),address:n,article:n,aside:n,blockquote:n,details:n,div:n,dl:n,fieldset:n,figcaption:n,figure:n,footer:n,form:n,header:n,hr:n,main:n,nav:n,ol:n,pre:n,section:n,table:n,ul:n,rt:new Set(["rt","rp"]),rp:new Set(["rt","rp"]),tbody:new Set(["thead","tbody"]),tfoot:new Set(["thead","tbody"])},k=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),L=new Set(["math","svg"]),j=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),V=/\s|\//,z=function(){function re(oe,ue){ue===void 0&&(ue={});var de,_e,Ne,Ue,$e;this.startIndex=0,this.endIndex=null,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.options=ue,this.cbs=oe??{},this.lowerCaseTagNames=(de=ue.lowerCaseTags)!==null&&de!==void 0?de:!ue.xmlMode,this.lowerCaseAttributeNames=(_e=ue.lowerCaseAttributeNames)!==null&&_e!==void 0?_e:!ue.xmlMode,this.tokenizer=new((Ne=ue.Tokenizer)!==null&&Ne!==void 0?Ne:t.default)(this.options,this),($e=(Ue=this.cbs).onparserinit)===null||$e===void 0||$e.call(Ue,this)}return re.prototype.updatePosition=function(oe){this.endIndex===null?this.tokenizer.sectionStart<=oe?this.startIndex=0:this.startIndex=this.tokenizer.sectionStart-oe:this.startIndex=this.endIndex+1,this.endIndex=this.tokenizer.getAbsoluteIndex()},re.prototype.ontext=function(oe){var ue,de;this.updatePosition(1),this.endIndex--,(de=(ue=this.cbs).ontext)===null||de===void 0||de.call(ue,oe)},re.prototype.onopentagname=function(oe){var ue,de;if(this.lowerCaseTagNames&&(oe=oe.toLowerCase()),this.tagname=oe,!this.options.xmlMode&&Object.prototype.hasOwnProperty.call($,oe))for(var _e=void 0;this.stack.length>0&&$[oe].has(_e=this.stack[this.stack.length-1]);)this.onclosetag(_e);(this.options.xmlMode||!k.has(oe))&&(this.stack.push(oe),L.has(oe)?this.foreignContext.push(!0):j.has(oe)&&this.foreignContext.push(!1)),(de=(ue=this.cbs).onopentagname)===null||de===void 0||de.call(ue,oe),this.cbs.onopentag&&(this.attribs={})},re.prototype.onopentagend=function(){var oe,ue;this.updatePosition(1),this.attribs&&((ue=(oe=this.cbs).onopentag)===null||ue===void 0||ue.call(oe,this.tagname,this.attribs),this.attribs=null),!this.options.xmlMode&&this.cbs.onclosetag&&k.has(this.tagname)&&this.cbs.onclosetag(this.tagname),this.tagname=""},re.prototype.onclosetag=function(oe){if(this.updatePosition(1),this.lowerCaseTagNames&&(oe=oe.toLowerCase()),(L.has(oe)||j.has(oe))&&this.foreignContext.pop(),this.stack.length&&(this.options.xmlMode||!k.has(oe))){var ue=this.stack.lastIndexOf(oe);if(ue!==-1)if(this.cbs.onclosetag)for(ue=this.stack.length-ue;ue--;)this.cbs.onclosetag(this.stack.pop());else this.stack.length=ue;else oe==="p"&&!this.options.xmlMode&&(this.onopentagname(oe),this.closeCurrentTag())}else!this.options.xmlMode&&(oe==="br"||oe==="p")&&(this.onopentagname(oe),this.closeCurrentTag())},re.prototype.onselfclosingtag=function(){this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?this.closeCurrentTag():this.onopentagend()},re.prototype.closeCurrentTag=function(){var oe,ue,de=this.tagname;this.onopentagend(),this.stack[this.stack.length-1]===de&&((ue=(oe=this.cbs).onclosetag)===null||ue===void 0||ue.call(oe,de),this.stack.pop())},re.prototype.onattribname=function(oe){this.lowerCaseAttributeNames&&(oe=oe.toLowerCase()),this.attribname=oe},re.prototype.onattribdata=function(oe){this.attribvalue+=oe},re.prototype.onattribend=function(oe){var ue,de;(de=(ue=this.cbs).onattribute)===null||de===void 0||de.call(ue,this.attribname,this.attribvalue,oe),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribname="",this.attribvalue=""},re.prototype.getInstructionName=function(oe){var ue=oe.search(V),de=ue<0?oe:oe.substr(0,ue);return this.lowerCaseTagNames&&(de=de.toLowerCase()),de},re.prototype.ondeclaration=function(oe){if(this.cbs.onprocessinginstruction){var ue=this.getInstructionName(oe);this.cbs.onprocessinginstruction("!"+ue,"!"+oe)}},re.prototype.onprocessinginstruction=function(oe){if(this.cbs.onprocessinginstruction){var ue=this.getInstructionName(oe);this.cbs.onprocessinginstruction("?"+ue,"?"+oe)}},re.prototype.oncomment=function(oe){var ue,de,_e,Ne;this.updatePosition(4),(de=(ue=this.cbs).oncomment)===null||de===void 0||de.call(ue,oe),(Ne=(_e=this.cbs).oncommentend)===null||Ne===void 0||Ne.call(_e)},re.prototype.oncdata=function(oe){var ue,de,_e,Ne,Ue,$e;this.updatePosition(1),this.options.xmlMode||this.options.recognizeCDATA?((de=(ue=this.cbs).oncdatastart)===null||de===void 0||de.call(ue),(Ne=(_e=this.cbs).ontext)===null||Ne===void 0||Ne.call(_e,oe),($e=(Ue=this.cbs).oncdataend)===null||$e===void 0||$e.call(Ue)):this.oncomment("[CDATA["+oe+"]]")},re.prototype.onerror=function(oe){var ue,de;(de=(ue=this.cbs).onerror)===null||de===void 0||de.call(ue,oe)},re.prototype.onend=function(){var oe,ue;if(this.cbs.onclosetag)for(var de=this.stack.length;de>0;this.cbs.onclosetag(this.stack[--de]));(ue=(oe=this.cbs).onend)===null||ue===void 0||ue.call(oe)},re.prototype.reset=function(){var oe,ue,de,_e;(ue=(oe=this.cbs).onreset)===null||ue===void 0||ue.call(oe),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack=[],(_e=(de=this.cbs).onparserinit)===null||_e===void 0||_e.call(de,this)},re.prototype.parseComplete=function(oe){this.reset(),this.end(oe)},re.prototype.write=function(oe){this.tokenizer.write(oe)},re.prototype.end=function(oe){this.tokenizer.end(oe)},re.prototype.pause=function(){this.tokenizer.pause()},re.prototype.resume=function(){this.tokenizer.resume()},re.prototype.parseChunk=function(oe){this.write(oe)},re.prototype.done=function(oe){this.end(oe)},re}();return Parser.Parser=z,Parser}var FeedHandler={},hasRequiredFeedHandler;function requireFeedHandler(){if(hasRequiredFeedHandler)return FeedHandler;hasRequiredFeedHandler=1;var e=commonjsGlobal&&commonjsGlobal.__extends||function(){var Fe=function(qe,er){return Fe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ir,dr){ir.__proto__=dr}||function(ir,dr){for(var cr in dr)Object.prototype.hasOwnProperty.call(dr,cr)&&(ir[cr]=dr[cr])},Fe(qe,er)};return function(qe,er){if(typeof er!="function"&&er!==null)throw new TypeError("Class extends value "+String(er)+" is not a constructor or null");Fe(qe,er);function ir(){this.constructor=qe}qe.prototype=er===null?Object.create(er):(ir.prototype=er.prototype,new ir)}}(),t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(Fe,qe,er,ir){ir===void 0&&(ir=er),Object.defineProperty(Fe,ir,{enumerable:!0,get:function(){return qe[er]}})}:function(Fe,qe,er,ir){ir===void 0&&(ir=er),Fe[ir]=qe[er]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(Fe,qe){Object.defineProperty(Fe,"default",{enumerable:!0,value:qe})}:function(Fe,qe){Fe.default=qe}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(Fe){if(Fe&&Fe.__esModule)return Fe;var qe={};if(Fe!=null)for(var er in Fe)er!=="default"&&Object.prototype.hasOwnProperty.call(Fe,er)&&t(qe,Fe,er);return y(qe,Fe),qe},$=commonjsGlobal&&commonjsGlobal.__importDefault||function(Fe){return Fe&&Fe.__esModule?Fe:{default:Fe}};Object.defineProperty(FeedHandler,"__esModule",{value:!0}),FeedHandler.parseFeed=FeedHandler.FeedHandler=void 0;var k=$(requireLib$a()),L=n(requireLib$7()),j=requireParser$2(),V;(function(Fe){Fe[Fe.image=0]="image",Fe[Fe.audio=1]="audio",Fe[Fe.video=2]="video",Fe[Fe.document=3]="document",Fe[Fe.executable=4]="executable"})(V||(V={}));var z;(function(Fe){Fe[Fe.sample=0]="sample",Fe[Fe.full=1]="full",Fe[Fe.nonstop=2]="nonstop"})(z||(z={}));var re=function(Fe){e(qe,Fe);function qe(er,ir){var dr=this;return typeof er=="object"&&(er=void 0,ir=er),dr=Fe.call(this,er,ir)||this,dr}return qe.prototype.onend=function(){var er,ir,dr=de($e,this.dom);if(!dr){this.handleCallback(new Error("couldn't find root of feed"));return}var cr={};if(dr.name==="feed"){var nr=dr.children;cr.type="atom",Ue(cr,"id","id",nr),Ue(cr,"title","title",nr);var lr=Ne("href",de("link",nr));lr&&(cr.link=lr),Ue(cr,"description","subtitle",nr);var Et=_e("updated",nr);Et&&(cr.updated=new Date(Et)),Ue(cr,"author","email",nr,!0),cr.items=ue("entry",nr).map(function(ie){var pe={},Ce=ie.children;Ue(pe,"id","id",Ce),Ue(pe,"title","title",Ce);var Ie=Ne("href",de("link",Ce));Ie&&(pe.link=Ie);var jt=_e("summary",Ce)||_e("content",Ce);jt&&(pe.description=jt);var ar=_e("updated",Ce);return ar&&(pe.pubDate=new Date(ar)),pe.media=oe(Ce),pe})}else{var nr=(ir=(er=de("channel",dr.children))===null||er===void 0?void 0:er.children)!==null&&ir!==void 0?ir:[];cr.type=dr.name.substr(0,3),cr.id="",Ue(cr,"title","title",nr),Ue(cr,"link","link",nr),Ue(cr,"description","description",nr);var Et=_e("lastBuildDate",nr);Et&&(cr.updated=new Date(Et)),Ue(cr,"author","managingEditor",nr,!0),cr.items=ue("item",dr.children).map(function(Ce){var Ie={},jt=Ce.children;Ue(Ie,"id","guid",jt),Ue(Ie,"title","title",jt),Ue(Ie,"link","link",jt),Ue(Ie,"description","description",jt);var ar=_e("pubDate",jt);return ar&&(Ie.pubDate=new Date(ar)),Ie.media=oe(jt),Ie})}this.feed=cr,this.handleCallback(null)},qe}(k.default);FeedHandler.FeedHandler=re;function oe(Fe){return ue("media:content",Fe).map(function(qe){var er={medium:qe.attribs.medium,isDefault:!!qe.attribs.isDefault};return qe.attribs.url&&(er.url=qe.attribs.url),qe.attribs.fileSize&&(er.fileSize=parseInt(qe.attribs.fileSize,10)),qe.attribs.type&&(er.type=qe.attribs.type),qe.attribs.expression&&(er.expression=qe.attribs.expression),qe.attribs.bitrate&&(er.bitrate=parseInt(qe.attribs.bitrate,10)),qe.attribs.framerate&&(er.framerate=parseInt(qe.attribs.framerate,10)),qe.attribs.samplingrate&&(er.samplingrate=parseInt(qe.attribs.samplingrate,10)),qe.attribs.channels&&(er.channels=parseInt(qe.attribs.channels,10)),qe.attribs.duration&&(er.duration=parseInt(qe.attribs.duration,10)),qe.attribs.height&&(er.height=parseInt(qe.attribs.height,10)),qe.attribs.width&&(er.width=parseInt(qe.attribs.width,10)),qe.attribs.lang&&(er.lang=qe.attribs.lang),er})}function ue(Fe,qe){return L.getElementsByTagName(Fe,qe,!0)}function de(Fe,qe){return L.getElementsByTagName(Fe,qe,!0,1)[0]}function _e(Fe,qe,er){return er===void 0&&(er=!1),L.getText(L.getElementsByTagName(Fe,qe,er,1)).trim()}function Ne(Fe,qe){if(!qe)return null;var er=qe.attribs;return er[Fe]}function Ue(Fe,qe,er,ir,dr){dr===void 0&&(dr=!1);var cr=_e(er,ir,dr);cr&&(Fe[qe]=cr)}function $e(Fe){return Fe==="rss"||Fe==="feed"||Fe==="rdf:RDF"}function Ve(Fe,qe){qe===void 0&&(qe={xmlMode:!0});var er=new re(qe);return new j.Parser(er,qe).end(Fe),er.feed}return FeedHandler.parseFeed=Ve,FeedHandler}var hasRequiredLib$3;function requireLib$3(){return hasRequiredLib$3||(hasRequiredLib$3=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(_e,Ne,Ue,$e){$e===void 0&&($e=Ue),Object.defineProperty(_e,$e,{enumerable:!0,get:function(){return Ne[Ue]}})}:function(_e,Ne,Ue,$e){$e===void 0&&($e=Ue),_e[$e]=Ne[Ue]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(_e,Ne){Object.defineProperty(_e,"default",{enumerable:!0,value:Ne})}:function(_e,Ne){_e.default=Ne}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(_e){if(_e&&_e.__esModule)return _e;var Ne={};if(_e!=null)for(var Ue in _e)Ue!=="default"&&Object.prototype.hasOwnProperty.call(_e,Ue)&&t(Ne,_e,Ue);return y(Ne,_e),Ne},$=commonjsGlobal&&commonjsGlobal.__exportStar||function(_e,Ne){for(var Ue in _e)Ue!=="default"&&!Object.prototype.hasOwnProperty.call(Ne,Ue)&&t(Ne,_e,Ue)},k=commonjsGlobal&&commonjsGlobal.__importDefault||function(_e){return _e&&_e.__esModule?_e:{default:_e}};Object.defineProperty(e,"__esModule",{value:!0}),e.RssHandler=e.DefaultHandler=e.DomUtils=e.ElementType=e.Tokenizer=e.createDomStream=e.parseDOM=e.parseDocument=e.DomHandler=e.Parser=void 0;var L=requireParser$2();Object.defineProperty(e,"Parser",{enumerable:!0,get:function(){return L.Parser}});var j=requireLib$a();Object.defineProperty(e,"DomHandler",{enumerable:!0,get:function(){return j.DomHandler}}),Object.defineProperty(e,"DefaultHandler",{enumerable:!0,get:function(){return j.DomHandler}});function V(_e,Ne){var Ue=new j.DomHandler(void 0,Ne);return new L.Parser(Ue,Ne).end(_e),Ue.root}e.parseDocument=V;function z(_e,Ne){return V(_e,Ne).children}e.parseDOM=z;function re(_e,Ne,Ue){var $e=new j.DomHandler(_e,Ne,Ue);return new L.Parser($e,Ne)}e.createDomStream=re;var oe=requireTokenizer$1();Object.defineProperty(e,"Tokenizer",{enumerable:!0,get:function(){return k(oe).default}});var ue=n(requireLib$b());e.ElementType=ue,$(requireFeedHandler(),e),e.DomUtils=n(requireLib$7());var de=requireFeedHandler();Object.defineProperty(e,"RssHandler",{enumerable:!0,get:function(){return de.FeedHandler}})}(lib$5)),lib$5}var parse5Adapter={},lib$4={},unicode={},hasRequiredUnicode;function requireUnicode(){if(hasRequiredUnicode)return unicode;hasRequiredUnicode=1;const e=[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(t){return t>=55296&&t<=57343},unicode.isSurrogatePair=function(t){return t>=56320&&t<=57343},unicode.getSurrogatePairCodePoint=function(t,y){return(t-55296)*1024+9216+y},unicode.isControlCodePoint=function(t){return t!==32&&t!==10&&t!==13&&t!==9&&t!==12&&t>=1&&t<=31||t>=127&&t<=159},unicode.isUndefinedCodePoint=function(t){return t>=64976&&t<=65007||e.indexOf(t)>-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 e=requireUnicode(),t=requireErrorCodes(),y=e.CODE_POINTS,n=65536;class ${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=n}_err(){}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(L){if(this.pos!==this.lastCharPos){const j=this.html.charCodeAt(this.pos+1);if(e.isSurrogatePair(j))return this.pos++,this._addGap(),e.getSurrogatePairCodePoint(L,j)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,y.EOF;return this._err(t.surrogateInInputStream),L}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(L,j){this.html?this.html+=L:this.html=L,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=j}insertHtmlAtCurrentPos(L){this.html=this.html.substring(0,this.pos+1)+L+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,y.EOF;let L=this.html.charCodeAt(this.pos);return this.skipNextNewLine&&L===y.LINE_FEED?(this.skipNextNewLine=!1,this._addGap(),this.advance()):L===y.CARRIAGE_RETURN?(this.skipNextNewLine=!0,y.LINE_FEED):(this.skipNextNewLine=!1,e.isSurrogate(L)&&(L=this._processSurrogate(L)),L>31&&L<127||L===y.LINE_FEED||L===y.CARRIAGE_RETURN||L>159&&L<64976||this._checkForProblematicCharacters(L),L)}_checkForProblematicCharacters(L){e.isControlCodePoint(L)?this._err(t.controlCharacterInInputStream):e.isUndefinedCodePoint(L)&&this._err(t.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}return preprocessor=$,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 e=requirePreprocessor(),t=requireUnicode(),y=requireNamedEntityData(),n=requireErrorCodes(),$=t.CODE_POINTS,k=t.CODE_POINT_SEQUENCES,L={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},j=1,V=2,z=4,re=j|V|z,oe="DATA_STATE",ue="RCDATA_STATE",de="RAWTEXT_STATE",_e="SCRIPT_DATA_STATE",Ne="PLAINTEXT_STATE",Ue="TAG_OPEN_STATE",$e="END_TAG_OPEN_STATE",Ve="TAG_NAME_STATE",Fe="RCDATA_LESS_THAN_SIGN_STATE",qe="RCDATA_END_TAG_OPEN_STATE",er="RCDATA_END_TAG_NAME_STATE",ir="RAWTEXT_LESS_THAN_SIGN_STATE",dr="RAWTEXT_END_TAG_OPEN_STATE",cr="RAWTEXT_END_TAG_NAME_STATE",nr="SCRIPT_DATA_LESS_THAN_SIGN_STATE",lr="SCRIPT_DATA_END_TAG_OPEN_STATE",Et="SCRIPT_DATA_END_TAG_NAME_STATE",ie="SCRIPT_DATA_ESCAPE_START_STATE",pe="SCRIPT_DATA_ESCAPE_START_DASH_STATE",Ce="SCRIPT_DATA_ESCAPED_STATE",Ie="SCRIPT_DATA_ESCAPED_DASH_STATE",jt="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",ar="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",ur="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",kt="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",he="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",tr="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",gr="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",_r="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",yr="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",xr="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",Nr="BEFORE_ATTRIBUTE_NAME_STATE",Tr="ATTRIBUTE_NAME_STATE",Sr="AFTER_ATTRIBUTE_NAME_STATE",Ar="BEFORE_ATTRIBUTE_VALUE_STATE",Fr="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",Gr="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",Vr="ATTRIBUTE_VALUE_UNQUOTED_STATE",Dr="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",Ir="SELF_CLOSING_START_TAG_STATE",Br="BOGUS_COMMENT_STATE",Rr="MARKUP_DECLARATION_OPEN_STATE",Lr="COMMENT_START_STATE",$r="COMMENT_START_DASH_STATE",jr="COMMENT_STATE",vn="COMMENT_LESS_THAN_SIGN_STATE",Kr="COMMENT_LESS_THAN_SIGN_BANG_STATE",kr="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",Qr="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",Zr="COMMENT_END_DASH_STATE",Vi="COMMENT_END_STATE",To="COMMENT_END_BANG_STATE",oa="DOCTYPE_STATE",Ba="BEFORE_DOCTYPE_NAME_STATE",rs="DOCTYPE_NAME_STATE",Mn="AFTER_DOCTYPE_NAME_STATE",Wr="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",Ur="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",Sn="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",Nn="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",Sa="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",Li="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",ca="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",fo="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",zn="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",ki="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",Ra="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",_o="BOGUS_DOCTYPE_STATE",eo="CDATA_SECTION_STATE",tl="CDATA_SECTION_BRACKET_STATE",Es="CDATA_SECTION_END_STATE",Hs="CHARACTER_REFERENCE_STATE",Ts="NAMED_CHARACTER_REFERENCE_STATE",js="AMBIGUOS_AMPERSAND_STATE",Gs="NUMERIC_CHARACTER_REFERENCE_STATE",uc="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",rl="DECIMAL_CHARACTER_REFERENCE_START_STATE",il="HEXADEMICAL_CHARACTER_REFERENCE_STATE",bl="DECIMAL_CHARACTER_REFERENCE_STATE",Wa="NUMERIC_CHARACTER_REFERENCE_END_STATE";function Ao(vs){return vs===$.SPACE||vs===$.LINE_FEED||vs===$.TABULATION||vs===$.FORM_FEED}function ks(vs){return vs>=$.DIGIT_0&&vs<=$.DIGIT_9}function Bo(vs){return vs>=$.LATIN_CAPITAL_A&&vs<=$.LATIN_CAPITAL_Z}function Hr(vs){return vs>=$.LATIN_SMALL_A&&vs<=$.LATIN_SMALL_Z}function ui(vs){return Hr(vs)||Bo(vs)}function En(vs){return ui(vs)||ks(vs)}function An(vs){return vs>=$.LATIN_CAPITAL_A&&vs<=$.LATIN_CAPITAL_F}function Gi(vs){return vs>=$.LATIN_SMALL_A&&vs<=$.LATIN_SMALL_F}function Ki(vs){return ks(vs)||An(vs)||Gi(vs)}function Ea(vs){return vs+32}function aa(vs){return vs<=65535?String.fromCharCode(vs):(vs-=65536,String.fromCharCode(vs>>>10&1023|55296)+String.fromCharCode(56320|vs&1023))}function Qo(vs){return String.fromCharCode(Ea(vs))}function Eo(vs,kn){const qo=y[++vs];let Zl=++vs,Mo=Zl+qo-1;for(;Zl<=Mo;){const _u=Zl+Mo>>>1,Bl=y[_u];if(Bl<kn)Zl=_u+1;else if(Bl>kn)Mo=_u-1;else return y[_u+qo]}return-1}class Vo{constructor(){this.preprocessor=new e,this.tokenQueue=[],this.allowCDATA=!1,this.state=oe,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(kn){this._consume(),this._err(kn),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;const kn=this._consume();this._ensureHibernation()||this[this.state](kn)}return this.tokenQueue.shift()}write(kn,qo){this.active=!0,this.preprocessor.write(kn,qo)}insertHtmlAtCurrentPos(kn){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(kn)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:Vo.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(kn){this.state=kn,this._unconsume()}_consumeSequenceIfMatch(kn,qo,Zl){let Mo=0,_u=!0;const Bl=kn.length;let Vu=0,Iu=qo,Pu;for(;Vu<Bl;Vu++){if(Vu>0&&(Iu=this._consume(),Mo++),Iu===$.EOF){_u=!1;break}if(Pu=kn[Vu],Iu!==Pu&&(Zl||Iu!==Ea(Pu))){_u=!1;break}}if(!_u)for(;Mo--;)this._unconsume();return _u}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==k.SCRIPT_STRING.length)return!1;for(let kn=0;kn<this.tempBuff.length;kn++)if(this.tempBuff[kn]!==k.SCRIPT_STRING[kn])return!1;return!0}_createStartTagToken(){this.currentToken={type:Vo.START_TAG_TOKEN,tagName:"",selfClosing:!1,ackSelfClosing:!1,attrs:[]}}_createEndTagToken(){this.currentToken={type:Vo.END_TAG_TOKEN,tagName:"",selfClosing:!1,attrs:[]}}_createCommentToken(){this.currentToken={type:Vo.COMMENT_TOKEN,data:""}}_createDoctypeToken(kn){this.currentToken={type:Vo.DOCTYPE_TOKEN,name:kn,forceQuirks:!1,publicId:null,systemId:null}}_createCharacterToken(kn,qo){this.currentCharacterToken={type:kn,chars:qo}}_createEOFToken(){this.currentToken={type:Vo.EOF_TOKEN}}_createAttr(kn){this.currentAttr={name:kn,value:""}}_leaveAttrName(kn){Vo.getTokenAttr(this.currentToken,this.currentAttr.name)===null?this.currentToken.attrs.push(this.currentAttr):this._err(n.duplicateAttribute),this.state=kn}_leaveAttrValue(kn){this.state=kn}_emitCurrentToken(){this._emitCurrentCharacterToken();const kn=this.currentToken;this.currentToken=null,kn.type===Vo.START_TAG_TOKEN?this.lastStartTagName=kn.tagName:kn.type===Vo.END_TAG_TOKEN&&(kn.attrs.length>0&&this._err(n.endTagWithAttributes),kn.selfClosing&&this._err(n.endTagWithTrailingSolidus)),this.tokenQueue.push(kn)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(kn,qo){this.currentCharacterToken&&this.currentCharacterToken.type!==kn&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=qo:this._createCharacterToken(kn,qo)}_emitCodePoint(kn){let qo=Vo.CHARACTER_TOKEN;Ao(kn)?qo=Vo.WHITESPACE_CHARACTER_TOKEN:kn===$.NULL&&(qo=Vo.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(qo,aa(kn))}_emitSeveralCodePoints(kn){for(let qo=0;qo<kn.length;qo++)this._emitCodePoint(kn[qo])}_emitChars(kn){this._appendCharToCurrentCharacterToken(Vo.CHARACTER_TOKEN,kn)}_matchNamedCharacterReference(kn){let qo=null,Zl=1,Mo=Eo(0,kn);for(this.tempBuff.push(kn);Mo>-1;){const _u=y[Mo],Bl=_u<re;Bl&&_u&j&&(qo=_u&V?[y[++Mo],y[++Mo]]:[y[++Mo]],Zl=0);const Iu=this._consume();if(this.tempBuff.push(Iu),Zl++,Iu===$.EOF)break;Bl?Mo=_u&z?Eo(Mo,Iu):-1:Mo=Iu===_u?++Mo:-1}for(;Zl--;)this.tempBuff.pop(),this._unconsume();return qo}_isCharacterReferenceInAttribute(){return this.returnState===Fr||this.returnState===Gr||this.returnState===Vr}_isCharacterReferenceAttributeQuirk(kn){if(!kn&&this._isCharacterReferenceInAttribute()){const qo=this._consume();return this._unconsume(),qo===$.EQUALS_SIGN||En(qo)}return!1}_flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterReferenceInAttribute())for(let kn=0;kn<this.tempBuff.length;kn++)this.currentAttr.value+=aa(this.tempBuff[kn]);else this._emitSeveralCodePoints(this.tempBuff);this.tempBuff=[]}[oe](kn){this.preprocessor.dropParsedChunk(),kn===$.LESS_THAN_SIGN?this.state=Ue:kn===$.AMPERSAND?(this.returnState=oe,this.state=Hs):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._emitCodePoint(kn)):kn===$.EOF?this._emitEOFToken():this._emitCodePoint(kn)}[ue](kn){this.preprocessor.dropParsedChunk(),kn===$.AMPERSAND?(this.returnState=ue,this.state=Hs):kn===$.LESS_THAN_SIGN?this.state=Fe:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?this._emitEOFToken():this._emitCodePoint(kn)}[de](kn){this.preprocessor.dropParsedChunk(),kn===$.LESS_THAN_SIGN?this.state=ir:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?this._emitEOFToken():this._emitCodePoint(kn)}[_e](kn){this.preprocessor.dropParsedChunk(),kn===$.LESS_THAN_SIGN?this.state=nr:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?this._emitEOFToken():this._emitCodePoint(kn)}[Ne](kn){this.preprocessor.dropParsedChunk(),kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?this._emitEOFToken():this._emitCodePoint(kn)}[Ue](kn){kn===$.EXCLAMATION_MARK?this.state=Rr:kn===$.SOLIDUS?this.state=$e:ui(kn)?(this._createStartTagToken(),this._reconsumeInState(Ve)):kn===$.QUESTION_MARK?(this._err(n.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(),this._reconsumeInState(Br)):kn===$.EOF?(this._err(n.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken()):(this._err(n.invalidFirstCharacterOfTagName),this._emitChars("<"),this._reconsumeInState(oe))}[$e](kn){ui(kn)?(this._createEndTagToken(),this._reconsumeInState(Ve)):kn===$.GREATER_THAN_SIGN?(this._err(n.missingEndTagName),this.state=oe):kn===$.EOF?(this._err(n.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken()):(this._err(n.invalidFirstCharacterOfTagName),this._createCommentToken(),this._reconsumeInState(Br))}[Ve](kn){Ao(kn)?this.state=Nr:kn===$.SOLIDUS?this.state=Ir:kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):Bo(kn)?this.currentToken.tagName+=Qo(kn):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.tagName+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentToken.tagName+=aa(kn)}[Fe](kn){kn===$.SOLIDUS?(this.tempBuff=[],this.state=qe):(this._emitChars("<"),this._reconsumeInState(ue))}[qe](kn){ui(kn)?(this._createEndTagToken(),this._reconsumeInState(er)):(this._emitChars("</"),this._reconsumeInState(ue))}[er](kn){if(Bo(kn))this.currentToken.tagName+=Qo(kn),this.tempBuff.push(kn);else if(Hr(kn))this.currentToken.tagName+=aa(kn),this.tempBuff.push(kn);else{if(this.lastStartTagName===this.currentToken.tagName){if(Ao(kn)){this.state=Nr;return}if(kn===$.SOLIDUS){this.state=Ir;return}if(kn===$.GREATER_THAN_SIGN){this.state=oe,this._emitCurrentToken();return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(ue)}}[ir](kn){kn===$.SOLIDUS?(this.tempBuff=[],this.state=dr):(this._emitChars("<"),this._reconsumeInState(de))}[dr](kn){ui(kn)?(this._createEndTagToken(),this._reconsumeInState(cr)):(this._emitChars("</"),this._reconsumeInState(de))}[cr](kn){if(Bo(kn))this.currentToken.tagName+=Qo(kn),this.tempBuff.push(kn);else if(Hr(kn))this.currentToken.tagName+=aa(kn),this.tempBuff.push(kn);else{if(this.lastStartTagName===this.currentToken.tagName){if(Ao(kn)){this.state=Nr;return}if(kn===$.SOLIDUS){this.state=Ir;return}if(kn===$.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=oe;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(de)}}[nr](kn){kn===$.SOLIDUS?(this.tempBuff=[],this.state=lr):kn===$.EXCLAMATION_MARK?(this.state=ie,this._emitChars("<!")):(this._emitChars("<"),this._reconsumeInState(_e))}[lr](kn){ui(kn)?(this._createEndTagToken(),this._reconsumeInState(Et)):(this._emitChars("</"),this._reconsumeInState(_e))}[Et](kn){if(Bo(kn))this.currentToken.tagName+=Qo(kn),this.tempBuff.push(kn);else if(Hr(kn))this.currentToken.tagName+=aa(kn),this.tempBuff.push(kn);else{if(this.lastStartTagName===this.currentToken.tagName){if(Ao(kn)){this.state=Nr;return}else if(kn===$.SOLIDUS){this.state=Ir;return}else if(kn===$.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=oe;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(_e)}}[ie](kn){kn===$.HYPHEN_MINUS?(this.state=pe,this._emitChars("-")):this._reconsumeInState(_e)}[pe](kn){kn===$.HYPHEN_MINUS?(this.state=jt,this._emitChars("-")):this._reconsumeInState(_e)}[Ce](kn){kn===$.HYPHEN_MINUS?(this.state=Ie,this._emitChars("-")):kn===$.LESS_THAN_SIGN?this.state=ar:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(kn)}[Ie](kn){kn===$.HYPHEN_MINUS?(this.state=jt,this._emitChars("-")):kn===$.LESS_THAN_SIGN?this.state=ar:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.state=Ce,this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=Ce,this._emitCodePoint(kn))}[jt](kn){kn===$.HYPHEN_MINUS?this._emitChars("-"):kn===$.LESS_THAN_SIGN?this.state=ar:kn===$.GREATER_THAN_SIGN?(this.state=_e,this._emitChars(">")):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.state=Ce,this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=Ce,this._emitCodePoint(kn))}[ar](kn){kn===$.SOLIDUS?(this.tempBuff=[],this.state=ur):ui(kn)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(he)):(this._emitChars("<"),this._reconsumeInState(Ce))}[ur](kn){ui(kn)?(this._createEndTagToken(),this._reconsumeInState(kt)):(this._emitChars("</"),this._reconsumeInState(Ce))}[kt](kn){if(Bo(kn))this.currentToken.tagName+=Qo(kn),this.tempBuff.push(kn);else if(Hr(kn))this.currentToken.tagName+=aa(kn),this.tempBuff.push(kn);else{if(this.lastStartTagName===this.currentToken.tagName){if(Ao(kn)){this.state=Nr;return}if(kn===$.SOLIDUS){this.state=Ir;return}if(kn===$.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=oe;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(Ce)}}[he](kn){Ao(kn)||kn===$.SOLIDUS||kn===$.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?tr:Ce,this._emitCodePoint(kn)):Bo(kn)?(this.tempBuff.push(Ea(kn)),this._emitCodePoint(kn)):Hr(kn)?(this.tempBuff.push(kn),this._emitCodePoint(kn)):this._reconsumeInState(Ce)}[tr](kn){kn===$.HYPHEN_MINUS?(this.state=gr,this._emitChars("-")):kn===$.LESS_THAN_SIGN?(this.state=yr,this._emitChars("<")):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(kn)}[gr](kn){kn===$.HYPHEN_MINUS?(this.state=_r,this._emitChars("-")):kn===$.LESS_THAN_SIGN?(this.state=yr,this._emitChars("<")):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.state=tr,this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=tr,this._emitCodePoint(kn))}[_r](kn){kn===$.HYPHEN_MINUS?this._emitChars("-"):kn===$.LESS_THAN_SIGN?(this.state=yr,this._emitChars("<")):kn===$.GREATER_THAN_SIGN?(this.state=_e,this._emitChars(">")):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.state=tr,this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=tr,this._emitCodePoint(kn))}[yr](kn){kn===$.SOLIDUS?(this.tempBuff=[],this.state=xr,this._emitChars("/")):this._reconsumeInState(tr)}[xr](kn){Ao(kn)||kn===$.SOLIDUS||kn===$.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?Ce:tr,this._emitCodePoint(kn)):Bo(kn)?(this.tempBuff.push(Ea(kn)),this._emitCodePoint(kn)):Hr(kn)?(this.tempBuff.push(kn),this._emitCodePoint(kn)):this._reconsumeInState(tr)}[Nr](kn){Ao(kn)||(kn===$.SOLIDUS||kn===$.GREATER_THAN_SIGN||kn===$.EOF?this._reconsumeInState(Sr):kn===$.EQUALS_SIGN?(this._err(n.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=Tr):(this._createAttr(""),this._reconsumeInState(Tr)))}[Tr](kn){Ao(kn)||kn===$.SOLIDUS||kn===$.GREATER_THAN_SIGN||kn===$.EOF?(this._leaveAttrName(Sr),this._unconsume()):kn===$.EQUALS_SIGN?this._leaveAttrName(Ar):Bo(kn)?this.currentAttr.name+=Qo(kn):kn===$.QUOTATION_MARK||kn===$.APOSTROPHE||kn===$.LESS_THAN_SIGN?(this._err(n.unexpectedCharacterInAttributeName),this.currentAttr.name+=aa(kn)):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.name+=t.REPLACEMENT_CHARACTER):this.currentAttr.name+=aa(kn)}[Sr](kn){Ao(kn)||(kn===$.SOLIDUS?this.state=Ir:kn===$.EQUALS_SIGN?this.state=Ar:kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(Tr)))}[Ar](kn){Ao(kn)||(kn===$.QUOTATION_MARK?this.state=Fr:kn===$.APOSTROPHE?this.state=Gr:kn===$.GREATER_THAN_SIGN?(this._err(n.missingAttributeValue),this.state=oe,this._emitCurrentToken()):this._reconsumeInState(Vr))}[Fr](kn){kn===$.QUOTATION_MARK?this.state=Dr:kn===$.AMPERSAND?(this.returnState=Fr,this.state=Hs):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=aa(kn)}[Gr](kn){kn===$.APOSTROPHE?this.state=Dr:kn===$.AMPERSAND?(this.returnState=Gr,this.state=Hs):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=aa(kn)}[Vr](kn){Ao(kn)?this._leaveAttrValue(Nr):kn===$.AMPERSAND?(this.returnState=Vr,this.state=Hs):kn===$.GREATER_THAN_SIGN?(this._leaveAttrValue(oe),this._emitCurrentToken()):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):kn===$.QUOTATION_MARK||kn===$.APOSTROPHE||kn===$.LESS_THAN_SIGN||kn===$.EQUALS_SIGN||kn===$.GRAVE_ACCENT?(this._err(n.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=aa(kn)):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=aa(kn)}[Dr](kn){Ao(kn)?this._leaveAttrValue(Nr):kn===$.SOLIDUS?this._leaveAttrValue(Ir):kn===$.GREATER_THAN_SIGN?(this._leaveAttrValue(oe),this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._err(n.missingWhitespaceBetweenAttributes),this._reconsumeInState(Nr))}[Ir](kn){kn===$.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._err(n.unexpectedSolidusInTag),this._reconsumeInState(Nr))}[Br](kn){kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._emitCurrentToken(),this._emitEOFToken()):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.data+=t.REPLACEMENT_CHARACTER):this.currentToken.data+=aa(kn)}[Rr](kn){this._consumeSequenceIfMatch(k.DASH_DASH_STRING,kn,!0)?(this._createCommentToken(),this.state=Lr):this._consumeSequenceIfMatch(k.DOCTYPE_STRING,kn,!1)?this.state=oa:this._consumeSequenceIfMatch(k.CDATA_START_STRING,kn,!0)?this.allowCDATA?this.state=eo:(this._err(n.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=Br):this._ensureHibernation()||(this._err(n.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(Br))}[Lr](kn){kn===$.HYPHEN_MINUS?this.state=$r:kn===$.GREATER_THAN_SIGN?(this._err(n.abruptClosingOfEmptyComment),this.state=oe,this._emitCurrentToken()):this._reconsumeInState(jr)}[$r](kn){kn===$.HYPHEN_MINUS?this.state=Vi:kn===$.GREATER_THAN_SIGN?(this._err(n.abruptClosingOfEmptyComment),this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(jr))}[jr](kn){kn===$.HYPHEN_MINUS?this.state=Zr:kn===$.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=vn):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.data+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=aa(kn)}[vn](kn){kn===$.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=Kr):kn===$.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState(jr)}[Kr](kn){kn===$.HYPHEN_MINUS?this.state=kr:this._reconsumeInState(jr)}[kr](kn){kn===$.HYPHEN_MINUS?this.state=Qr:this._reconsumeInState(Zr)}[Qr](kn){kn!==$.GREATER_THAN_SIGN&&kn!==$.EOF&&this._err(n.nestedComment),this._reconsumeInState(Vi)}[Zr](kn){kn===$.HYPHEN_MINUS?this.state=Vi:kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(jr))}[Vi](kn){kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.EXCLAMATION_MARK?this.state=To:kn===$.HYPHEN_MINUS?this.currentToken.data+="-":kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--",this._reconsumeInState(jr))}[To](kn){kn===$.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=Zr):kn===$.GREATER_THAN_SIGN?(this._err(n.incorrectlyClosedComment),this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--!",this._reconsumeInState(jr))}[oa](kn){Ao(kn)?this.state=Ba:kn===$.GREATER_THAN_SIGN?this._reconsumeInState(Ba):kn===$.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(Ba))}[Ba](kn){Ao(kn)||(Bo(kn)?(this._createDoctypeToken(Qo(kn)),this.state=rs):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._createDoctypeToken(t.REPLACEMENT_CHARACTER),this.state=rs):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(aa(kn)),this.state=rs))}[rs](kn){Ao(kn)?this.state=Mn:kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):Bo(kn)?this.currentToken.name+=Qo(kn):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.name+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=aa(kn)}[Mn](kn){Ao(kn)||(kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(k.PUBLIC_STRING,kn,!1)?this.state=Wr:this._consumeSequenceIfMatch(k.SYSTEM_STRING,kn,!1)?this.state=ca:this._ensureHibernation()||(this._err(n.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o)))}[Wr](kn){Ao(kn)?this.state=Ur:kn===$.QUOTATION_MARK?(this._err(n.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=Sn):kn===$.APOSTROPHE?(this._err(n.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=Nn):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o))}[Ur](kn){Ao(kn)||(kn===$.QUOTATION_MARK?(this.currentToken.publicId="",this.state=Sn):kn===$.APOSTROPHE?(this.currentToken.publicId="",this.state=Nn):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o)))}[Sn](kn){kn===$.QUOTATION_MARK?this.state=Sa:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.publicId+=t.REPLACEMENT_CHARACTER):kn===$.GREATER_THAN_SIGN?(this._err(n.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=aa(kn)}[Nn](kn){kn===$.APOSTROPHE?this.state=Sa:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.publicId+=t.REPLACEMENT_CHARACTER):kn===$.GREATER_THAN_SIGN?(this._err(n.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=aa(kn)}[Sa](kn){Ao(kn)?this.state=Li:kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.QUOTATION_MARK?(this._err(n.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=zn):kn===$.APOSTROPHE?(this._err(n.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=ki):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o))}[Li](kn){Ao(kn)||(kn===$.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=oe):kn===$.QUOTATION_MARK?(this.currentToken.systemId="",this.state=zn):kn===$.APOSTROPHE?(this.currentToken.systemId="",this.state=ki):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o)))}[ca](kn){Ao(kn)?this.state=fo:kn===$.QUOTATION_MARK?(this._err(n.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=zn):kn===$.APOSTROPHE?(this._err(n.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=ki):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o))}[fo](kn){Ao(kn)||(kn===$.QUOTATION_MARK?(this.currentToken.systemId="",this.state=zn):kn===$.APOSTROPHE?(this.currentToken.systemId="",this.state=ki):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o)))}[zn](kn){kn===$.QUOTATION_MARK?this.state=Ra:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.systemId+=t.REPLACEMENT_CHARACTER):kn===$.GREATER_THAN_SIGN?(this._err(n.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=aa(kn)}[ki](kn){kn===$.APOSTROPHE?this.state=Ra:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.systemId+=t.REPLACEMENT_CHARACTER):kn===$.GREATER_THAN_SIGN?(this._err(n.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=aa(kn)}[Ra](kn){Ao(kn)||(kn===$.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(_o)))}[_o](kn){kn===$.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=oe):kn===$.NULL?this._err(n.unexpectedNullCharacter):kn===$.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[eo](kn){kn===$.RIGHT_SQUARE_BRACKET?this.state=tl:kn===$.EOF?(this._err(n.eofInCdata),this._emitEOFToken()):this._emitCodePoint(kn)}[tl](kn){kn===$.RIGHT_SQUARE_BRACKET?this.state=Es:(this._emitChars("]"),this._reconsumeInState(eo))}[Es](kn){kn===$.GREATER_THAN_SIGN?this.state=oe:kn===$.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(eo))}[Hs](kn){this.tempBuff=[$.AMPERSAND],kn===$.NUMBER_SIGN?(this.tempBuff.push(kn),this.state=Gs):En(kn)?this._reconsumeInState(Ts):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[Ts](kn){const qo=this._matchNamedCharacterReference(kn);if(this._ensureHibernation())this.tempBuff=[$.AMPERSAND];else if(qo){const Zl=this.tempBuff[this.tempBuff.length-1]===$.SEMICOLON;this._isCharacterReferenceAttributeQuirk(Zl)||(Zl||this._errOnNextCodePoint(n.missingSemicolonAfterCharacterReference),this.tempBuff=qo),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=js}[js](kn){En(kn)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=aa(kn):this._emitCodePoint(kn):(kn===$.SEMICOLON&&this._err(n.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[Gs](kn){this.charRefCode=0,kn===$.LATIN_SMALL_X||kn===$.LATIN_CAPITAL_X?(this.tempBuff.push(kn),this.state=uc):this._reconsumeInState(rl)}[uc](kn){Ki(kn)?this._reconsumeInState(il):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[rl](kn){ks(kn)?this._reconsumeInState(bl):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[il](kn){An(kn)?this.charRefCode=this.charRefCode*16+kn-55:Gi(kn)?this.charRefCode=this.charRefCode*16+kn-87:ks(kn)?this.charRefCode=this.charRefCode*16+kn-48:kn===$.SEMICOLON?this.state=Wa:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(Wa))}[bl](kn){ks(kn)?this.charRefCode=this.charRefCode*10+kn-48:kn===$.SEMICOLON?this.state=Wa:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(Wa))}[Wa](){if(this.charRefCode===$.NULL)this._err(n.nullCharacterReference),this.charRefCode=$.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(n.characterReferenceOutsideUnicodeRange),this.charRefCode=$.REPLACEMENT_CHARACTER;else if(t.isSurrogate(this.charRefCode))this._err(n.surrogateCharacterReference),this.charRefCode=$.REPLACEMENT_CHARACTER;else if(t.isUndefinedCodePoint(this.charRefCode))this._err(n.noncharacterCharacterReference);else if(t.isControlCodePoint(this.charRefCode)||this.charRefCode===$.CARRIAGE_RETURN){this._err(n.controlCharacterReference);const kn=L[this.charRefCode];kn&&(this.charRefCode=kn)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}return Vo.CHARACTER_TOKEN="CHARACTER_TOKEN",Vo.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",Vo.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",Vo.START_TAG_TOKEN="START_TAG_TOKEN",Vo.END_TAG_TOKEN="END_TAG_TOKEN",Vo.COMMENT_TOKEN="COMMENT_TOKEN",Vo.DOCTYPE_TOKEN="DOCTYPE_TOKEN",Vo.EOF_TOKEN="EOF_TOKEN",Vo.HIBERNATION_TOKEN="HIBERNATION_TOKEN",Vo.MODE={DATA:oe,RCDATA:ue,RAWTEXT:de,SCRIPT_DATA:_e,PLAINTEXT:Ne},Vo.getTokenAttr=function(vs,kn){for(let qo=vs.attrs.length-1;qo>=0;qo--)if(vs.attrs[qo].name===kn)return vs.attrs[qo].value;return null},tokenizer=Vo,tokenizer}var html={},hasRequiredHtml;function requireHtml(){if(hasRequiredHtml)return html;hasRequiredHtml=1;const e=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 t=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={[e.HTML]:{[t.ADDRESS]:!0,[t.APPLET]:!0,[t.AREA]:!0,[t.ARTICLE]:!0,[t.ASIDE]:!0,[t.BASE]:!0,[t.BASEFONT]:!0,[t.BGSOUND]:!0,[t.BLOCKQUOTE]:!0,[t.BODY]:!0,[t.BR]:!0,[t.BUTTON]:!0,[t.CAPTION]:!0,[t.CENTER]:!0,[t.COL]:!0,[t.COLGROUP]:!0,[t.DD]:!0,[t.DETAILS]:!0,[t.DIR]:!0,[t.DIV]:!0,[t.DL]:!0,[t.DT]:!0,[t.EMBED]:!0,[t.FIELDSET]:!0,[t.FIGCAPTION]:!0,[t.FIGURE]:!0,[t.FOOTER]:!0,[t.FORM]:!0,[t.FRAME]:!0,[t.FRAMESET]:!0,[t.H1]:!0,[t.H2]:!0,[t.H3]:!0,[t.H4]:!0,[t.H5]:!0,[t.H6]:!0,[t.HEAD]:!0,[t.HEADER]:!0,[t.HGROUP]:!0,[t.HR]:!0,[t.HTML]:!0,[t.IFRAME]:!0,[t.IMG]:!0,[t.INPUT]:!0,[t.LI]:!0,[t.LINK]:!0,[t.LISTING]:!0,[t.MAIN]:!0,[t.MARQUEE]:!0,[t.MENU]:!0,[t.META]:!0,[t.NAV]:!0,[t.NOEMBED]:!0,[t.NOFRAMES]:!0,[t.NOSCRIPT]:!0,[t.OBJECT]:!0,[t.OL]:!0,[t.P]:!0,[t.PARAM]:!0,[t.PLAINTEXT]:!0,[t.PRE]:!0,[t.SCRIPT]:!0,[t.SECTION]:!0,[t.SELECT]:!0,[t.SOURCE]:!0,[t.STYLE]:!0,[t.SUMMARY]:!0,[t.TABLE]:!0,[t.TBODY]:!0,[t.TD]:!0,[t.TEMPLATE]:!0,[t.TEXTAREA]:!0,[t.TFOOT]:!0,[t.TH]:!0,[t.THEAD]:!0,[t.TITLE]:!0,[t.TR]:!0,[t.TRACK]:!0,[t.UL]:!0,[t.WBR]:!0,[t.XMP]:!0},[e.MATHML]:{[t.MI]:!0,[t.MO]:!0,[t.MN]:!0,[t.MS]:!0,[t.MTEXT]:!0,[t.ANNOTATION_XML]:!0},[e.SVG]:{[t.TITLE]:!0,[t.FOREIGN_OBJECT]:!0,[t.DESC]:!0}},html}var openElementStack,hasRequiredOpenElementStack;function requireOpenElementStack(){if(hasRequiredOpenElementStack)return openElementStack;hasRequiredOpenElementStack=1;const e=requireHtml(),t=e.TAG_NAMES,y=e.NAMESPACES;function n(j){switch(j.length){case 1:return j===t.P;case 2:return j===t.RB||j===t.RP||j===t.RT||j===t.DD||j===t.DT||j===t.LI;case 3:return j===t.RTC;case 6:return j===t.OPTION;case 8:return j===t.OPTGROUP}return!1}function $(j){switch(j.length){case 1:return j===t.P;case 2:return j===t.RB||j===t.RP||j===t.RT||j===t.DD||j===t.DT||j===t.LI||j===t.TD||j===t.TH||j===t.TR;case 3:return j===t.RTC;case 5:return j===t.TBODY||j===t.TFOOT||j===t.THEAD;case 6:return j===t.OPTION;case 7:return j===t.CAPTION;case 8:return j===t.OPTGROUP||j===t.COLGROUP}return!1}function k(j,V){switch(j.length){case 2:if(j===t.TD||j===t.TH)return V===y.HTML;if(j===t.MI||j===t.MO||j===t.MN||j===t.MS)return V===y.MATHML;break;case 4:if(j===t.HTML)return V===y.HTML;if(j===t.DESC)return V===y.SVG;break;case 5:if(j===t.TABLE)return V===y.HTML;if(j===t.MTEXT)return V===y.MATHML;if(j===t.TITLE)return V===y.SVG;break;case 6:return(j===t.APPLET||j===t.OBJECT)&&V===y.HTML;case 7:return(j===t.CAPTION||j===t.MARQUEE)&&V===y.HTML;case 8:return j===t.TEMPLATE&&V===y.HTML;case 13:return j===t.FOREIGN_OBJECT&&V===y.SVG;case 14:return j===t.ANNOTATION_XML&&V===y.MATHML}return!1}class L{constructor(V,z){this.stackTop=-1,this.items=[],this.current=V,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=z}_indexOf(V){let z=-1;for(let re=this.stackTop;re>=0;re--)if(this.items[re]===V){z=re;break}return z}_isInTemplate(){return this.currentTagName===t.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===y.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(V){this.items[++this.stackTop]=V,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(V,z){const re=this._indexOf(V);this.items[re]=z,re===this.stackTop&&this._updateCurrentElement()}insertAfter(V,z){const re=this._indexOf(V)+1;this.items.splice(re,0,z),re===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(V){for(;this.stackTop>-1;){const z=this.currentTagName,re=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),z===V&&re===y.HTML)break}}popUntilElementPopped(V){for(;this.stackTop>-1;){const z=this.current;if(this.pop(),z===V)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){const V=this.currentTagName,z=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),V===t.H1||V===t.H2||V===t.H3||V===t.H4||V===t.H5||V===t.H6&&z===y.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){const V=this.currentTagName,z=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),V===t.TD||V===t.TH&&z===y.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==t.TABLE&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==t.TBODY&&this.currentTagName!==t.TFOOT&&this.currentTagName!==t.THEAD&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==t.TR&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}remove(V){for(let z=this.stackTop;z>=0;z--)if(this.items[z]===V){this.items.splice(z,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){const V=this.items[1];return V&&this.treeAdapter.getTagName(V)===t.BODY?V:null}contains(V){return this._indexOf(V)>-1}getCommonAncestor(V){let z=this._indexOf(V);return--z>=0?this.items[z]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.currentTagName===t.HTML}hasInScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),oe=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&oe===y.HTML)return!0;if(k(re,oe))return!1}return!0}hasNumberedHeaderInScope(){for(let V=this.stackTop;V>=0;V--){const z=this.treeAdapter.getTagName(this.items[V]),re=this.treeAdapter.getNamespaceURI(this.items[V]);if((z===t.H1||z===t.H2||z===t.H3||z===t.H4||z===t.H5||z===t.H6)&&re===y.HTML)return!0;if(k(z,re))return!1}return!0}hasInListItemScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),oe=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&oe===y.HTML)return!0;if((re===t.UL||re===t.OL)&&oe===y.HTML||k(re,oe))return!1}return!0}hasInButtonScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),oe=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&oe===y.HTML)return!0;if(re===t.BUTTON&&oe===y.HTML||k(re,oe))return!1}return!0}hasInTableScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]);if(this.treeAdapter.getNamespaceURI(this.items[z])===y.HTML){if(re===V)return!0;if(re===t.TABLE||re===t.TEMPLATE||re===t.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let V=this.stackTop;V>=0;V--){const z=this.treeAdapter.getTagName(this.items[V]);if(this.treeAdapter.getNamespaceURI(this.items[V])===y.HTML){if(z===t.TBODY||z===t.THEAD||z===t.TFOOT)return!0;if(z===t.TABLE||z===t.HTML)return!1}}return!0}hasInSelectScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]);if(this.treeAdapter.getNamespaceURI(this.items[z])===y.HTML){if(re===V)return!0;if(re!==t.OPTION&&re!==t.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;n(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;$(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(V){for(;n(this.currentTagName)&&this.currentTagName!==V;)this.pop()}}return openElementStack=L,openElementStack}var formattingElementList,hasRequiredFormattingElementList;function requireFormattingElementList(){if(hasRequiredFormattingElementList)return formattingElementList;hasRequiredFormattingElementList=1;const e=3;class t{constructor(n){this.length=0,this.entries=[],this.treeAdapter=n,this.bookmark=null}_getNoahArkConditionCandidates(n){const $=[];if(this.length>=e){const k=this.treeAdapter.getAttrList(n).length,L=this.treeAdapter.getTagName(n),j=this.treeAdapter.getNamespaceURI(n);for(let V=this.length-1;V>=0;V--){const z=this.entries[V];if(z.type===t.MARKER_ENTRY)break;const re=z.element,oe=this.treeAdapter.getAttrList(re);this.treeAdapter.getTagName(re)===L&&this.treeAdapter.getNamespaceURI(re)===j&&oe.length===k&&$.push({idx:V,attrs:oe})}}return $.length<e?[]:$}_ensureNoahArkCondition(n){const $=this._getNoahArkConditionCandidates(n);let k=$.length;if(k){const L=this.treeAdapter.getAttrList(n),j=L.length,V=Object.create(null);for(let z=0;z<j;z++){const re=L[z];V[re.name]=re.value}for(let z=0;z<j;z++)for(let re=0;re<k;re++){const oe=$[re].attrs[z];if(V[oe.name]!==oe.value&&($.splice(re,1),k--),$.length<e)return}for(let z=k-1;z>=e-1;z--)this.entries.splice($[z].idx,1),this.length--}}insertMarker(){this.entries.push({type:t.MARKER_ENTRY}),this.length++}pushElement(n,$){this._ensureNoahArkCondition(n),this.entries.push({type:t.ELEMENT_ENTRY,element:n,token:$}),this.length++}insertElementAfterBookmark(n,$){let k=this.length-1;for(;k>=0&&this.entries[k]!==this.bookmark;k--);this.entries.splice(k+1,0,{type:t.ELEMENT_ENTRY,element:n,token:$}),this.length++}removeEntry(n){for(let $=this.length-1;$>=0;$--)if(this.entries[$]===n){this.entries.splice($,1),this.length--;break}}clearToLastMarker(){for(;this.length;){const n=this.entries.pop();if(this.length--,n.type===t.MARKER_ENTRY)break}}getElementEntryInScopeWithTagName(n){for(let $=this.length-1;$>=0;$--){const k=this.entries[$];if(k.type===t.MARKER_ENTRY)return null;if(this.treeAdapter.getTagName(k.element)===n)return k}return null}getElementEntry(n){for(let $=this.length-1;$>=0;$--){const k=this.entries[$];if(k.type===t.ELEMENT_ENTRY&&k.element===n)return k}return null}}return t.MARKER_ENTRY="MARKER_ENTRY",t.ELEMENT_ENTRY="ELEMENT_ENTRY",formattingElementList=t,formattingElementList}var mixin,hasRequiredMixin;function requireMixin(){if(hasRequiredMixin)return mixin;hasRequiredMixin=1;class e{constructor(y){const n={},$=this._getOverriddenMethods(this,n);for(const k of Object.keys($))typeof $[k]=="function"&&(n[k]=y[k],y[k]=$[k])}_getOverriddenMethods(){throw new Error("Not implemented")}}return e.install=function(t,y,n){t.__mixins||(t.__mixins=[]);for(let k=0;k<t.__mixins.length;k++)if(t.__mixins[k].constructor===y)return t.__mixins[k];const $=new y(t,n);return t.__mixins.push($),$},mixin=e,mixin}var preprocessorMixin$1,hasRequiredPreprocessorMixin$1;function requirePreprocessorMixin$1(){if(hasRequiredPreprocessorMixin$1)return preprocessorMixin$1;hasRequiredPreprocessorMixin$1=1;const e=requireMixin();class t extends e{constructor(n){super(n),this.preprocessor=n,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.offset=0,this.col=0,this.line=1}_getOverriddenMethods(n,$){return{advance(){const k=this.pos+1,L=this.html[k];return n.isEol&&(n.isEol=!1,n.line++,n.lineStartPos=k),(L===`
`||L==="\r"&&this.html[k+1]!==`
`)&&(n.isEol=!0),n.col=k-n.lineStartPos+1,n.offset=n.droppedBufferSize+k,$.advance.call(this)},retreat(){$.retreat.call(this),n.isEol=!1,n.col=this.pos-n.lineStartPos+1},dropParsedChunk(){const k=this.pos;$.dropParsedChunk.call(this);const L=k-this.pos;n.lineStartPos-=L,n.droppedBufferSize+=L,n.offset=n.droppedBufferSize+this.pos}}}}return preprocessorMixin$1=t,preprocessorMixin$1}var tokenizerMixin$1,hasRequiredTokenizerMixin$1;function requireTokenizerMixin$1(){if(hasRequiredTokenizerMixin$1)return tokenizerMixin$1;hasRequiredTokenizerMixin$1=1;const e=requireMixin(),t=requireTokenizer(),y=requirePreprocessorMixin$1();class n extends e{constructor(k){super(k),this.tokenizer=k,this.posTracker=e.install(k.preprocessor,y),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 k=this.tokenizer.currentToken,L=this.tokenizer.currentAttr;k.location.attrs||(k.location.attrs=Object.create(null)),k.location.attrs[L.name]=this.currentAttrLocation}_getOverriddenMethods(k,L){const j={_createStartTagToken(){L._createStartTagToken.call(this),this.currentToken.location=k.ctLoc},_createEndTagToken(){L._createEndTagToken.call(this),this.currentToken.location=k.ctLoc},_createCommentToken(){L._createCommentToken.call(this),this.currentToken.location=k.ctLoc},_createDoctypeToken(V){L._createDoctypeToken.call(this,V),this.currentToken.location=k.ctLoc},_createCharacterToken(V,z){L._createCharacterToken.call(this,V,z),this.currentCharacterToken.location=k.ctLoc},_createEOFToken(){L._createEOFToken.call(this),this.currentToken.location=k._getCurrentLocation()},_createAttr(V){L._createAttr.call(this,V),k.currentAttrLocation=k._getCurrentLocation()},_leaveAttrName(V){L._leaveAttrName.call(this,V),k._attachCurrentAttrLocationInfo()},_leaveAttrValue(V){L._leaveAttrValue.call(this,V),k._attachCurrentAttrLocationInfo()},_emitCurrentToken(){const V=this.currentToken.location;this.currentCharacterToken&&(this.currentCharacterToken.location.endLine=V.startLine,this.currentCharacterToken.location.endCol=V.startCol,this.currentCharacterToken.location.endOffset=V.startOffset),this.currentToken.type===t.EOF_TOKEN?(V.endLine=V.startLine,V.endCol=V.startCol,V.endOffset=V.startOffset):(V.endLine=k.posTracker.line,V.endCol=k.posTracker.col+1,V.endOffset=k.posTracker.offset+1),L._emitCurrentToken.call(this)},_emitCurrentCharacterToken(){const V=this.currentCharacterToken&&this.currentCharacterToken.location;V&&V.endOffset===-1&&(V.endLine=k.posTracker.line,V.endCol=k.posTracker.col,V.endOffset=k.posTracker.offset),L._emitCurrentCharacterToken.call(this)}};return Object.keys(t.MODE).forEach(V=>{const z=t.MODE[V];j[z]=function(re){k.ctLoc=k._getCurrentLocation(),L[z].call(this,re)}}),j}}return tokenizerMixin$1=n,tokenizerMixin$1}var openElementStackMixin,hasRequiredOpenElementStackMixin;function requireOpenElementStackMixin(){if(hasRequiredOpenElementStackMixin)return openElementStackMixin;hasRequiredOpenElementStackMixin=1;const e=requireMixin();class t extends e{constructor(n,$){super(n),this.onItemPop=$.onItemPop}_getOverriddenMethods(n,$){return{pop(){n.onItemPop(this.current),$.pop.call(this)},popAllUpToHtmlElement(){for(let k=this.stackTop;k>0;k--)n.onItemPop(this.items[k]);$.popAllUpToHtmlElement.call(this)},remove(k){n.onItemPop(this.current),$.remove.call(this,k)}}}}return openElementStackMixin=t,openElementStackMixin}var parserMixin$1,hasRequiredParserMixin$1;function requireParserMixin$1(){if(hasRequiredParserMixin$1)return parserMixin$1;hasRequiredParserMixin$1=1;const e=requireMixin(),t=requireTokenizer(),y=requireTokenizerMixin$1(),n=requireOpenElementStackMixin(),k=requireHtml().TAG_NAMES;class L extends e{constructor(V){super(V),this.parser=V,this.treeAdapter=this.parser.treeAdapter,this.posTracker=null,this.lastStartTagToken=null,this.lastFosterParentingLocation=null,this.currentToken=null}_setStartLocation(V){let z=null;this.lastStartTagToken&&(z=Object.assign({},this.lastStartTagToken.location),z.startTag=this.lastStartTagToken.location),this.treeAdapter.setNodeSourceCodeLocation(V,z)}_setEndLocation(V,z){if(this.treeAdapter.getNodeSourceCodeLocation(V)&&z.location){const oe=z.location,ue=this.treeAdapter.getTagName(V),de=z.type===t.END_TAG_TOKEN&&ue===z.tagName,_e={};de?(_e.endTag=Object.assign({},oe),_e.endLine=oe.endLine,_e.endCol=oe.endCol,_e.endOffset=oe.endOffset):(_e.endLine=oe.startLine,_e.endCol=oe.startCol,_e.endOffset=oe.startOffset),this.treeAdapter.updateNodeSourceCodeLocation(V,_e)}}_getOverriddenMethods(V,z){return{_bootstrap(re,oe){z._bootstrap.call(this,re,oe),V.lastStartTagToken=null,V.lastFosterParentingLocation=null,V.currentToken=null;const ue=e.install(this.tokenizer,y);V.posTracker=ue.posTracker,e.install(this.openElements,n,{onItemPop:function(de){V._setEndLocation(de,V.currentToken)}})},_runParsingLoop(re){z._runParsingLoop.call(this,re);for(let oe=this.openElements.stackTop;oe>=0;oe--)V._setEndLocation(this.openElements.items[oe],V.currentToken)},_processTokenInForeignContent(re){V.currentToken=re,z._processTokenInForeignContent.call(this,re)},_processToken(re){if(V.currentToken=re,z._processToken.call(this,re),re.type===t.END_TAG_TOKEN&&(re.tagName===k.HTML||re.tagName===k.BODY&&this.openElements.hasInScope(k.BODY)))for(let ue=this.openElements.stackTop;ue>=0;ue--){const de=this.openElements.items[ue];if(this.treeAdapter.getTagName(de)===re.tagName){V._setEndLocation(de,re);break}}},_setDocumentType(re){z._setDocumentType.call(this,re);const oe=this.treeAdapter.getChildNodes(this.document),ue=oe.length;for(let de=0;de<ue;de++){const _e=oe[de];if(this.treeAdapter.isDocumentTypeNode(_e)){this.treeAdapter.setNodeSourceCodeLocation(_e,re.location);break}}},_attachElementToTree(re){V._setStartLocation(re),V.lastStartTagToken=null,z._attachElementToTree.call(this,re)},_appendElement(re,oe){V.lastStartTagToken=re,z._appendElement.call(this,re,oe)},_insertElement(re,oe){V.lastStartTagToken=re,z._insertElement.call(this,re,oe)},_insertTemplate(re){V.lastStartTagToken=re,z._insertTemplate.call(this,re);const oe=this.treeAdapter.getTemplateContent(this.openElements.current);this.treeAdapter.setNodeSourceCodeLocation(oe,null)},_insertFakeRootElement(){z._insertFakeRootElement.call(this),this.treeAdapter.setNodeSourceCodeLocation(this.openElements.current,null)},_appendCommentNode(re,oe){z._appendCommentNode.call(this,re,oe);const ue=this.treeAdapter.getChildNodes(oe),de=ue[ue.length-1];this.treeAdapter.setNodeSourceCodeLocation(de,re.location)},_findFosterParentingLocation(){return V.lastFosterParentingLocation=z._findFosterParentingLocation.call(this),V.lastFosterParentingLocation},_insertCharacters(re){z._insertCharacters.call(this,re);const oe=this._shouldFosterParentOnInsertion(),ue=oe&&V.lastFosterParentingLocation.parent||this.openElements.currentTmplContent||this.openElements.current,de=this.treeAdapter.getChildNodes(ue),_e=oe&&V.lastFosterParentingLocation.beforeElement?de.indexOf(V.lastFosterParentingLocation.beforeElement)-1:de.length-1,Ne=de[_e];if(this.treeAdapter.getNodeSourceCodeLocation(Ne)){const{endLine:$e,endCol:Ve,endOffset:Fe}=re.location;this.treeAdapter.updateNodeSourceCodeLocation(Ne,{endLine:$e,endCol:Ve,endOffset:Fe})}else this.treeAdapter.setNodeSourceCodeLocation(Ne,re.location)}}}}return parserMixin$1=L,parserMixin$1}var mixinBase,hasRequiredMixinBase;function requireMixinBase(){if(hasRequiredMixinBase)return mixinBase;hasRequiredMixinBase=1;const e=requireMixin();class t extends e{constructor(n,$){super(n),this.posTracker=null,this.onParseError=$.onParseError}_setErrorLocation(n){n.startLine=n.endLine=this.posTracker.line,n.startCol=n.endCol=this.posTracker.col,n.startOffset=n.endOffset=this.posTracker.offset}_reportError(n){const $={code:n,startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1};this._setErrorLocation($),this.onParseError($)}_getOverriddenMethods(n){return{_err($){n._reportError($)}}}}return mixinBase=t,mixinBase}var preprocessorMixin,hasRequiredPreprocessorMixin;function requirePreprocessorMixin(){if(hasRequiredPreprocessorMixin)return preprocessorMixin;hasRequiredPreprocessorMixin=1;const e=requireMixinBase(),t=requirePreprocessorMixin$1(),y=requireMixin();class n extends e{constructor(k,L){super(k,L),this.posTracker=y.install(k,t),this.lastErrOffset=-1}_reportError(k){this.lastErrOffset!==this.posTracker.offset&&(this.lastErrOffset=this.posTracker.offset,super._reportError(k))}}return preprocessorMixin=n,preprocessorMixin}var tokenizerMixin,hasRequiredTokenizerMixin;function requireTokenizerMixin(){if(hasRequiredTokenizerMixin)return tokenizerMixin;hasRequiredTokenizerMixin=1;const e=requireMixinBase(),t=requirePreprocessorMixin(),y=requireMixin();class n extends e{constructor(k,L){super(k,L);const j=y.install(k.preprocessor,t,L);this.posTracker=j.posTracker}}return tokenizerMixin=n,tokenizerMixin}var parserMixin,hasRequiredParserMixin;function requireParserMixin(){if(hasRequiredParserMixin)return parserMixin;hasRequiredParserMixin=1;const e=requireMixinBase(),t=requireTokenizerMixin(),y=requireTokenizerMixin$1(),n=requireMixin();class $ extends e{constructor(L,j){super(L,j),this.opts=j,this.ctLoc=null,this.locBeforeToken=!1}_setErrorLocation(L){this.ctLoc&&(L.startLine=this.ctLoc.startLine,L.startCol=this.ctLoc.startCol,L.startOffset=this.ctLoc.startOffset,L.endLine=this.locBeforeToken?this.ctLoc.startLine:this.ctLoc.endLine,L.endCol=this.locBeforeToken?this.ctLoc.startCol:this.ctLoc.endCol,L.endOffset=this.locBeforeToken?this.ctLoc.startOffset:this.ctLoc.endOffset)}_getOverriddenMethods(L,j){return{_bootstrap(V,z){j._bootstrap.call(this,V,z),n.install(this.tokenizer,t,L.opts),n.install(this.tokenizer,y)},_processInputToken(V){L.ctLoc=V.location,j._processInputToken.call(this,V)},_err(V,z){L.locBeforeToken=z&&z.beforeToken,L._reportError(V)}}}}return parserMixin=$,parserMixin}var _default$2={},hasRequired_default;function require_default(){if(hasRequired_default)return _default$2;hasRequired_default=1;const{DOCUMENT_MODE:e}=requireHtml();_default$2.createDocument=function(){return{nodeName:"#document",mode:e.NO_QUIRKS,childNodes:[]}},_default$2.createDocumentFragment=function(){return{nodeName:"#document-fragment",childNodes:[]}},_default$2.createElement=function($,k,L){return{nodeName:$,tagName:$,attrs:L,namespaceURI:k,childNodes:[],parentNode:null}},_default$2.createCommentNode=function($){return{nodeName:"#comment",data:$,parentNode:null}};const t=function($){return{nodeName:"#text",value:$,parentNode:null}},y=_default$2.appendChild=function($,k){$.childNodes.push(k),k.parentNode=$},n=_default$2.insertBefore=function($,k,L){const j=$.childNodes.indexOf(L);$.childNodes.splice(j,0,k),k.parentNode=$};return _default$2.setTemplateContent=function($,k){$.content=k},_default$2.getTemplateContent=function($){return $.content},_default$2.setDocumentType=function($,k,L,j){let V=null;for(let z=0;z<$.childNodes.length;z++)if($.childNodes[z].nodeName==="#documentType"){V=$.childNodes[z];break}V?(V.name=k,V.publicId=L,V.systemId=j):y($,{nodeName:"#documentType",name:k,publicId:L,systemId:j})},_default$2.setDocumentMode=function($,k){$.mode=k},_default$2.getDocumentMode=function($){return $.mode},_default$2.detachNode=function($){if($.parentNode){const k=$.parentNode.childNodes.indexOf($);$.parentNode.childNodes.splice(k,1),$.parentNode=null}},_default$2.insertText=function($,k){if($.childNodes.length){const L=$.childNodes[$.childNodes.length-1];if(L.nodeName==="#text"){L.value+=k;return}}y($,t(k))},_default$2.insertTextBefore=function($,k,L){const j=$.childNodes[$.childNodes.indexOf(L)-1];j&&j.nodeName==="#text"?j.value+=k:n($,t(k),L)},_default$2.adoptAttributes=function($,k){const L=[];for(let j=0;j<$.attrs.length;j++)L.push($.attrs[j].name);for(let j=0;j<k.length;j++)L.indexOf(k[j].name)===-1&&$.attrs.push(k[j])},_default$2.getFirstChild=function($){return $.childNodes[0]},_default$2.getChildNodes=function($){return $.childNodes},_default$2.getParentNode=function($){return $.parentNode},_default$2.getAttrList=function($){return $.attrs},_default$2.getTagName=function($){return $.tagName},_default$2.getNamespaceURI=function($){return $.namespaceURI},_default$2.getTextNodeContent=function($){return $.value},_default$2.getCommentNodeContent=function($){return $.data},_default$2.getDocumentTypeNodeName=function($){return $.name},_default$2.getDocumentTypeNodePublicId=function($){return $.publicId},_default$2.getDocumentTypeNodeSystemId=function($){return $.systemId},_default$2.isTextNode=function($){return $.nodeName==="#text"},_default$2.isCommentNode=function($){return $.nodeName==="#comment"},_default$2.isDocumentTypeNode=function($){return $.nodeName==="#documentType"},_default$2.isElementNode=function($){return!!$.tagName},_default$2.setNodeSourceCodeLocation=function($,k){$.sourceCodeLocation=k},_default$2.getNodeSourceCodeLocation=function($){return $.sourceCodeLocation},_default$2.updateNodeSourceCodeLocation=function($,k){$.sourceCodeLocation=Object.assign($.sourceCodeLocation,k)},_default$2}var mergeOptions,hasRequiredMergeOptions;function requireMergeOptions(){return hasRequiredMergeOptions||(hasRequiredMergeOptions=1,mergeOptions=function(t,y){return y=y||Object.create(null),[t,y].reduce((n,$)=>(Object.keys($).forEach(k=>{n[k]=$[k]}),n),Object.create(null))}),mergeOptions}var doctype={},hasRequiredDoctype;function requireDoctype(){if(hasRequiredDoctype)return doctype;hasRequiredDoctype=1;const{DOCUMENT_MODE:e}=requireHtml(),t="html",y="about:legacy-compat",n="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",$=["+//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//"],k=$.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),L=["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"],j=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],V=j.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]);function z(oe){const ue=oe.indexOf('"')!==-1?"'":'"';return ue+oe+ue}function re(oe,ue){for(let de=0;de<ue.length;de++)if(oe.indexOf(ue[de])===0)return!0;return!1}return doctype.isConforming=function(oe){return oe.name===t&&oe.publicId===null&&(oe.systemId===null||oe.systemId===y)},doctype.getDocumentMode=function(oe){if(oe.name!==t)return e.QUIRKS;const ue=oe.systemId;if(ue&&ue.toLowerCase()===n)return e.QUIRKS;let de=oe.publicId;if(de!==null){if(de=de.toLowerCase(),L.indexOf(de)>-1)return e.QUIRKS;let _e=ue===null?k:$;if(re(de,_e))return e.QUIRKS;if(_e=ue===null?j:V,re(de,_e))return e.LIMITED_QUIRKS}return e.NO_QUIRKS},doctype.serializeContent=function(oe,ue,de){let _e="!DOCTYPE ";return oe&&(_e+=oe),ue?_e+=" PUBLIC "+z(ue):de&&(_e+=" SYSTEM"),de!==null&&(_e+=" "+z(de)),_e},doctype}var foreignContent={},hasRequiredForeignContent;function requireForeignContent(){if(hasRequiredForeignContent)return foreignContent;hasRequiredForeignContent=1;const e=requireTokenizer(),t=requireHtml(),y=t.TAG_NAMES,n=t.NAMESPACES,$=t.ATTRS,k={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},L="definitionurl",j="definitionURL",V={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"},z={"xlink:actuate":{prefix:"xlink",name:"actuate",namespace:n.XLINK},"xlink:arcrole":{prefix:"xlink",name:"arcrole",namespace:n.XLINK},"xlink:href":{prefix:"xlink",name:"href",namespace:n.XLINK},"xlink:role":{prefix:"xlink",name:"role",namespace:n.XLINK},"xlink:show":{prefix:"xlink",name:"show",namespace:n.XLINK},"xlink:title":{prefix:"xlink",name:"title",namespace:n.XLINK},"xlink:type":{prefix:"xlink",name:"type",namespace:n.XLINK},"xml:base":{prefix:"xml",name:"base",namespace:n.XML},"xml:lang":{prefix:"xml",name:"lang",namespace:n.XML},"xml:space":{prefix:"xml",name:"space",namespace:n.XML},xmlns:{prefix:"",name:"xmlns",namespace:n.XMLNS},"xmlns:xlink":{prefix:"xmlns",name:"xlink",namespace:n.XMLNS}},re=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"},oe={[y.B]:!0,[y.BIG]:!0,[y.BLOCKQUOTE]:!0,[y.BODY]:!0,[y.BR]:!0,[y.CENTER]:!0,[y.CODE]:!0,[y.DD]:!0,[y.DIV]:!0,[y.DL]:!0,[y.DT]:!0,[y.EM]:!0,[y.EMBED]:!0,[y.H1]:!0,[y.H2]:!0,[y.H3]:!0,[y.H4]:!0,[y.H5]:!0,[y.H6]:!0,[y.HEAD]:!0,[y.HR]:!0,[y.I]:!0,[y.IMG]:!0,[y.LI]:!0,[y.LISTING]:!0,[y.MENU]:!0,[y.META]:!0,[y.NOBR]:!0,[y.OL]:!0,[y.P]:!0,[y.PRE]:!0,[y.RUBY]:!0,[y.S]:!0,[y.SMALL]:!0,[y.SPAN]:!0,[y.STRONG]:!0,[y.STRIKE]:!0,[y.SUB]:!0,[y.SUP]:!0,[y.TABLE]:!0,[y.TT]:!0,[y.U]:!0,[y.UL]:!0,[y.VAR]:!0};foreignContent.causesExit=function(_e){const Ne=_e.tagName;return Ne===y.FONT&&(e.getTokenAttr(_e,$.COLOR)!==null||e.getTokenAttr(_e,$.SIZE)!==null||e.getTokenAttr(_e,$.FACE)!==null)?!0:oe[Ne]},foreignContent.adjustTokenMathMLAttrs=function(_e){for(let Ne=0;Ne<_e.attrs.length;Ne++)if(_e.attrs[Ne].name===L){_e.attrs[Ne].name=j;break}},foreignContent.adjustTokenSVGAttrs=function(_e){for(let Ne=0;Ne<_e.attrs.length;Ne++){const Ue=V[_e.attrs[Ne].name];Ue&&(_e.attrs[Ne].name=Ue)}},foreignContent.adjustTokenXMLAttrs=function(_e){for(let Ne=0;Ne<_e.attrs.length;Ne++){const Ue=z[_e.attrs[Ne].name];Ue&&(_e.attrs[Ne].prefix=Ue.prefix,_e.attrs[Ne].name=Ue.name,_e.attrs[Ne].namespace=Ue.namespace)}},foreignContent.adjustTokenSVGTagName=function(_e){const Ne=re[_e.tagName];Ne&&(_e.tagName=Ne)};function ue(_e,Ne){return Ne===n.MATHML&&(_e===y.MI||_e===y.MO||_e===y.MN||_e===y.MS||_e===y.MTEXT)}function de(_e,Ne,Ue){if(Ne===n.MATHML&&_e===y.ANNOTATION_XML){for(let $e=0;$e<Ue.length;$e++)if(Ue[$e].name===$.ENCODING){const Ve=Ue[$e].value.toLowerCase();return Ve===k.TEXT_HTML||Ve===k.APPLICATION_XML}}return Ne===n.SVG&&(_e===y.FOREIGN_OBJECT||_e===y.DESC||_e===y.TITLE)}return foreignContent.isIntegrationPoint=function(_e,Ne,Ue,$e){return!!((!$e||$e===n.HTML)&&de(_e,Ne,Ue)||(!$e||$e===n.MATHML)&&ue(_e,Ne))},foreignContent}var parser$3,hasRequiredParser$1;function requireParser$1(){if(hasRequiredParser$1)return parser$3;hasRequiredParser$1=1;const e=requireTokenizer(),t=requireOpenElementStack(),y=requireFormattingElementList(),n=requireParserMixin$1(),$=requireParserMixin(),k=requireMixin(),L=require_default(),j=requireMergeOptions(),V=requireDoctype(),z=requireForeignContent(),re=requireErrorCodes(),oe=requireUnicode(),ue=requireHtml(),de=ue.TAG_NAMES,_e=ue.NAMESPACES,Ne=ue.ATTRS,Ue={scriptingEnabled:!0,sourceCodeLocationInfo:!1,onParseError:null,treeAdapter:L},$e="hidden",Ve=8,Fe=3,qe="INITIAL_MODE",er="BEFORE_HTML_MODE",ir="BEFORE_HEAD_MODE",dr="IN_HEAD_MODE",cr="IN_HEAD_NO_SCRIPT_MODE",nr="AFTER_HEAD_MODE",lr="IN_BODY_MODE",Et="TEXT_MODE",ie="IN_TABLE_MODE",pe="IN_TABLE_TEXT_MODE",Ce="IN_CAPTION_MODE",Ie="IN_COLUMN_GROUP_MODE",jt="IN_TABLE_BODY_MODE",ar="IN_ROW_MODE",ur="IN_CELL_MODE",kt="IN_SELECT_MODE",he="IN_SELECT_IN_TABLE_MODE",tr="IN_TEMPLATE_MODE",gr="AFTER_BODY_MODE",_r="IN_FRAMESET_MODE",yr="AFTER_FRAMESET_MODE",xr="AFTER_AFTER_BODY_MODE",Nr="AFTER_AFTER_FRAMESET_MODE",Tr={[de.TR]:ar,[de.TBODY]:jt,[de.THEAD]:jt,[de.TFOOT]:jt,[de.CAPTION]:Ce,[de.COLGROUP]:Ie,[de.TABLE]:ie,[de.BODY]:lr,[de.FRAMESET]:_r},Sr={[de.CAPTION]:ie,[de.COLGROUP]:ie,[de.TBODY]:ie,[de.TFOOT]:ie,[de.THEAD]:ie,[de.COL]:Ie,[de.TR]:jt,[de.TD]:ar,[de.TH]:ar},Ar={[qe]:{[e.CHARACTER_TOKEN]:To,[e.NULL_CHARACTER_TOKEN]:To,[e.WHITESPACE_CHARACTER_TOKEN]:$r,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:Vi,[e.START_TAG_TOKEN]:To,[e.END_TAG_TOKEN]:To,[e.EOF_TOKEN]:To},[er]:{[e.CHARACTER_TOKEN]:rs,[e.NULL_CHARACTER_TOKEN]:rs,[e.WHITESPACE_CHARACTER_TOKEN]:$r,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:oa,[e.END_TAG_TOKEN]:Ba,[e.EOF_TOKEN]:rs},[ir]:{[e.CHARACTER_TOKEN]:Ur,[e.NULL_CHARACTER_TOKEN]:Ur,[e.WHITESPACE_CHARACTER_TOKEN]:$r,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:jr,[e.START_TAG_TOKEN]:Mn,[e.END_TAG_TOKEN]:Wr,[e.EOF_TOKEN]:Ur},[dr]:{[e.CHARACTER_TOKEN]:Sa,[e.NULL_CHARACTER_TOKEN]:Sa,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:jr,[e.START_TAG_TOKEN]:Sn,[e.END_TAG_TOKEN]:Nn,[e.EOF_TOKEN]:Sa},[cr]:{[e.CHARACTER_TOKEN]:fo,[e.NULL_CHARACTER_TOKEN]:fo,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:jr,[e.START_TAG_TOKEN]:Li,[e.END_TAG_TOKEN]:ca,[e.EOF_TOKEN]:fo},[nr]:{[e.CHARACTER_TOKEN]:Ra,[e.NULL_CHARACTER_TOKEN]:Ra,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:jr,[e.START_TAG_TOKEN]:zn,[e.END_TAG_TOKEN]:ki,[e.EOF_TOKEN]:Ra},[lr]:{[e.CHARACTER_TOKEN]:eo,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:_o,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Vu,[e.END_TAG_TOKEN]:Tf,[e.EOF_TOKEN]:vf},[Et]:{[e.CHARACTER_TOKEN]:Qr,[e.NULL_CHARACTER_TOKEN]:Qr,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:$r,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:$r,[e.END_TAG_TOKEN]:jc,[e.EOF_TOKEN]:Jd},[ie]:{[e.CHARACTER_TOKEN]:Ed,[e.NULL_CHARACTER_TOKEN]:Ed,[e.WHITESPACE_CHARACTER_TOKEN]:Ed,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Oc,[e.END_TAG_TOKEN]:Ip,[e.EOF_TOKEN]:vf},[pe]:{[e.CHARACTER_TOKEN]:Yp,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:vp,[e.COMMENT_TOKEN]:Op,[e.DOCTYPE_TOKEN]:Op,[e.START_TAG_TOKEN]:Op,[e.END_TAG_TOKEN]:Op,[e.EOF_TOKEN]:Op},[Ce]:{[e.CHARACTER_TOKEN]:eo,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:_o,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Xp,[e.END_TAG_TOKEN]:Xf,[e.EOF_TOKEN]:vf},[Ie]:{[e.CHARACTER_TOKEN]:np,[e.NULL_CHARACTER_TOKEN]:np,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Oh,[e.END_TAG_TOKEN]:Wh,[e.EOF_TOKEN]:vf},[jt]:{[e.CHARACTER_TOKEN]:Ed,[e.NULL_CHARACTER_TOKEN]:Ed,[e.WHITESPACE_CHARACTER_TOKEN]:Ed,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:gh,[e.END_TAG_TOKEN]:jp,[e.EOF_TOKEN]:vf},[ar]:{[e.CHARACTER_TOKEN]:Ed,[e.NULL_CHARACTER_TOKEN]:Ed,[e.WHITESPACE_CHARACTER_TOKEN]:Ed,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:wm,[e.END_TAG_TOKEN]:Fp,[e.EOF_TOKEN]:vf},[ur]:{[e.CHARACTER_TOKEN]:eo,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:_o,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Um,[e.END_TAG_TOKEN]:kh,[e.EOF_TOKEN]:vf},[kt]:{[e.CHARACTER_TOKEN]:Qr,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Yh,[e.END_TAG_TOKEN]:Xh,[e.EOF_TOKEN]:vf},[he]:{[e.CHARACTER_TOKEN]:Qr,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Od,[e.END_TAG_TOKEN]:Id,[e.EOF_TOKEN]:vf},[tr]:{[e.CHARACTER_TOKEN]:eo,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:_o,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Vf,[e.END_TAG_TOKEN]:bp,[e.EOF_TOKEN]:Zc},[gr]:{[e.CHARACTER_TOKEN]:yp,[e.NULL_CHARACTER_TOKEN]:yp,[e.WHITESPACE_CHARACTER_TOKEN]:_o,[e.COMMENT_TOKEN]:Kr,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:bh,[e.END_TAG_TOKEN]:lm,[e.EOF_TOKEN]:Zr},[_r]:{[e.CHARACTER_TOKEN]:$r,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Qh,[e.END_TAG_TOKEN]:Jh,[e.EOF_TOKEN]:Zr},[yr]:{[e.CHARACTER_TOKEN]:$r,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:Qr,[e.COMMENT_TOKEN]:vn,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:qd,[e.END_TAG_TOKEN]:Bh,[e.EOF_TOKEN]:Zr},[xr]:{[e.CHARACTER_TOKEN]:Hp,[e.NULL_CHARACTER_TOKEN]:Hp,[e.WHITESPACE_CHARACTER_TOKEN]:_o,[e.COMMENT_TOKEN]:kr,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:Up,[e.END_TAG_TOKEN]:Hp,[e.EOF_TOKEN]:Zr},[Nr]:{[e.CHARACTER_TOKEN]:$r,[e.NULL_CHARACTER_TOKEN]:$r,[e.WHITESPACE_CHARACTER_TOKEN]:_o,[e.COMMENT_TOKEN]:kr,[e.DOCTYPE_TOKEN]:$r,[e.START_TAG_TOKEN]:$h,[e.END_TAG_TOKEN]:$r,[e.EOF_TOKEN]:Zr}};class Fr{constructor(Mi){this.options=j(Ue,Mi),this.treeAdapter=this.options.treeAdapter,this.pendingScript=null,this.options.sourceCodeLocationInfo&&k.install(this,n),this.options.onParseError&&k.install(this,$,{onParseError:this.options.onParseError})}parse(Mi){const Hi=this.treeAdapter.createDocument();return this._bootstrap(Hi,null),this.tokenizer.write(Mi,!0),this._runParsingLoop(null),Hi}parseFragment(Mi,Hi){Hi||(Hi=this.treeAdapter.createElement(de.TEMPLATE,_e.HTML,[]));const zu=this.treeAdapter.createElement("documentmock",_e.HTML,[]);this._bootstrap(zu,Hi),this.treeAdapter.getTagName(Hi)===de.TEMPLATE&&this._pushTmplInsertionMode(tr),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(Mi,!0),this._runParsingLoop(null);const ed=this.treeAdapter.getFirstChild(zu),Sd=this.treeAdapter.createDocumentFragment();return this._adoptNodes(ed,Sd),Sd}_bootstrap(Mi,Hi){this.tokenizer=new e(this.options),this.stopped=!1,this.insertionMode=qe,this.originalInsertionMode="",this.document=Mi,this.fragmentContext=Hi,this.headElement=null,this.formElement=null,this.openElements=new t(this.document,this.treeAdapter),this.activeFormattingElements=new y(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(Mi){for(;!this.stopped;){this._setupTokenizerCDATAMode();const Hi=this.tokenizer.getNextToken();if(Hi.type===e.HIBERNATION_TOKEN)break;if(this.skipNextNewLine&&(this.skipNextNewLine=!1,Hi.type===e.WHITESPACE_CHARACTER_TOKEN&&Hi.chars[0]===`
`)){if(Hi.chars.length===1)continue;Hi.chars=Hi.chars.substr(1)}if(this._processInputToken(Hi),Mi&&this.pendingScript)break}}runParsingLoopForCurrentChunk(Mi,Hi){if(this._runParsingLoop(Hi),Hi&&this.pendingScript){const zu=this.pendingScript;this.pendingScript=null,Hi(zu);return}Mi&&Mi()}_setupTokenizerCDATAMode(){const Mi=this._getAdjustedCurrentElement();this.tokenizer.allowCDATA=Mi&&Mi!==this.document&&this.treeAdapter.getNamespaceURI(Mi)!==_e.HTML&&!this._isIntegrationPoint(Mi)}_switchToTextParsing(Mi,Hi){this._insertElement(Mi,_e.HTML),this.tokenizer.state=Hi,this.originalInsertionMode=this.insertionMode,this.insertionMode=Et}switchToPlaintextParsing(){this.insertionMode=Et,this.originalInsertionMode=lr,this.tokenizer.state=e.MODE.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let Mi=this.fragmentContext;do{if(this.treeAdapter.getTagName(Mi)===de.FORM){this.formElement=Mi;break}Mi=this.treeAdapter.getParentNode(Mi)}while(Mi)}_initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI(this.fragmentContext)===_e.HTML){const Mi=this.treeAdapter.getTagName(this.fragmentContext);Mi===de.TITLE||Mi===de.TEXTAREA?this.tokenizer.state=e.MODE.RCDATA:Mi===de.STYLE||Mi===de.XMP||Mi===de.IFRAME||Mi===de.NOEMBED||Mi===de.NOFRAMES||Mi===de.NOSCRIPT?this.tokenizer.state=e.MODE.RAWTEXT:Mi===de.SCRIPT?this.tokenizer.state=e.MODE.SCRIPT_DATA:Mi===de.PLAINTEXT&&(this.tokenizer.state=e.MODE.PLAINTEXT)}}_setDocumentType(Mi){const Hi=Mi.name||"",zu=Mi.publicId||"",ed=Mi.systemId||"";this.treeAdapter.setDocumentType(this.document,Hi,zu,ed)}_attachElementToTree(Mi){if(this._shouldFosterParentOnInsertion())this._fosterParentElement(Mi);else{const Hi=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.appendChild(Hi,Mi)}}_appendElement(Mi,Hi){const zu=this.treeAdapter.createElement(Mi.tagName,Hi,Mi.attrs);this._attachElementToTree(zu)}_insertElement(Mi,Hi){const zu=this.treeAdapter.createElement(Mi.tagName,Hi,Mi.attrs);this._attachElementToTree(zu),this.openElements.push(zu)}_insertFakeElement(Mi){const Hi=this.treeAdapter.createElement(Mi,_e.HTML,[]);this._attachElementToTree(Hi),this.openElements.push(Hi)}_insertTemplate(Mi){const Hi=this.treeAdapter.createElement(Mi.tagName,_e.HTML,Mi.attrs),zu=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(Hi,zu),this._attachElementToTree(Hi),this.openElements.push(Hi)}_insertFakeRootElement(){const Mi=this.treeAdapter.createElement(de.HTML,_e.HTML,[]);this.treeAdapter.appendChild(this.openElements.current,Mi),this.openElements.push(Mi)}_appendCommentNode(Mi,Hi){const zu=this.treeAdapter.createCommentNode(Mi.data);this.treeAdapter.appendChild(Hi,zu)}_insertCharacters(Mi){if(this._shouldFosterParentOnInsertion())this._fosterParentText(Mi.chars);else{const Hi=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.insertText(Hi,Mi.chars)}}_adoptNodes(Mi,Hi){for(let zu=this.treeAdapter.getFirstChild(Mi);zu;zu=this.treeAdapter.getFirstChild(Mi))this.treeAdapter.detachNode(zu),this.treeAdapter.appendChild(Hi,zu)}_shouldProcessTokenInForeignContent(Mi){const Hi=this._getAdjustedCurrentElement();if(!Hi||Hi===this.document)return!1;const zu=this.treeAdapter.getNamespaceURI(Hi);if(zu===_e.HTML||this.treeAdapter.getTagName(Hi)===de.ANNOTATION_XML&&zu===_e.MATHML&&Mi.type===e.START_TAG_TOKEN&&Mi.tagName===de.SVG)return!1;const ed=Mi.type===e.CHARACTER_TOKEN||Mi.type===e.NULL_CHARACTER_TOKEN||Mi.type===e.WHITESPACE_CHARACTER_TOKEN;return(Mi.type===e.START_TAG_TOKEN&&Mi.tagName!==de.MGLYPH&&Mi.tagName!==de.MALIGNMARK||ed)&&this._isIntegrationPoint(Hi,_e.MATHML)||(Mi.type===e.START_TAG_TOKEN||ed)&&this._isIntegrationPoint(Hi,_e.HTML)?!1:Mi.type!==e.EOF_TOKEN}_processToken(Mi){Ar[this.insertionMode][Mi.type](this,Mi)}_processTokenInBodyMode(Mi){Ar[lr][Mi.type](this,Mi)}_processTokenInForeignContent(Mi){Mi.type===e.CHARACTER_TOKEN?Ph(this,Mi):Mi.type===e.NULL_CHARACTER_TOKEN?df(this,Mi):Mi.type===e.WHITESPACE_CHARACTER_TOKEN?Qr(this,Mi):Mi.type===e.COMMENT_TOKEN?vn(this,Mi):Mi.type===e.START_TAG_TOKEN?qf(this,Mi):Mi.type===e.END_TAG_TOKEN&&Qp(this,Mi)}_processInputToken(Mi){this._shouldProcessTokenInForeignContent(Mi)?this._processTokenInForeignContent(Mi):this._processToken(Mi),Mi.type===e.START_TAG_TOKEN&&Mi.selfClosing&&!Mi.ackSelfClosing&&this._err(re.nonVoidHtmlElementStartTagWithTrailingSolidus)}_isIntegrationPoint(Mi,Hi){const zu=this.treeAdapter.getTagName(Mi),ed=this.treeAdapter.getNamespaceURI(Mi),Sd=this.treeAdapter.getAttrList(Mi);return z.isIntegrationPoint(zu,ed,Sd,Hi)}_reconstructActiveFormattingElements(){const Mi=this.activeFormattingElements.length;if(Mi){let Hi=Mi,zu=null;do if(Hi--,zu=this.activeFormattingElements.entries[Hi],zu.type===y.MARKER_ENTRY||this.openElements.contains(zu.element)){Hi++;break}while(Hi>0);for(let ed=Hi;ed<Mi;ed++)zu=this.activeFormattingElements.entries[ed],this._insertElement(zu.token,this.treeAdapter.getNamespaceURI(zu.element)),zu.element=this.openElements.current}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=ar}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(de.P),this.openElements.popUntilTagNamePopped(de.P)}_resetInsertionMode(){for(let Mi=this.openElements.stackTop,Hi=!1;Mi>=0;Mi--){let zu=this.openElements.items[Mi];Mi===0&&(Hi=!0,this.fragmentContext&&(zu=this.fragmentContext));const ed=this.treeAdapter.getTagName(zu),Sd=Tr[ed];if(Sd){this.insertionMode=Sd;break}else if(!Hi&&(ed===de.TD||ed===de.TH)){this.insertionMode=ur;break}else if(!Hi&&ed===de.HEAD){this.insertionMode=dr;break}else if(ed===de.SELECT){this._resetInsertionModeForSelect(Mi);break}else if(ed===de.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}else if(ed===de.HTML){this.insertionMode=this.headElement?nr:ir;break}else if(Hi){this.insertionMode=lr;break}}}_resetInsertionModeForSelect(Mi){if(Mi>0)for(let Hi=Mi-1;Hi>0;Hi--){const zu=this.openElements.items[Hi],ed=this.treeAdapter.getTagName(zu);if(ed===de.TEMPLATE)break;if(ed===de.TABLE){this.insertionMode=he;return}}this.insertionMode=kt}_pushTmplInsertionMode(Mi){this.tmplInsertionModeStack.push(Mi),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=Mi}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(Mi){const Hi=this.treeAdapter.getTagName(Mi);return Hi===de.TABLE||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD||Hi===de.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){const Mi={parent:null,beforeElement:null};for(let Hi=this.openElements.stackTop;Hi>=0;Hi--){const zu=this.openElements.items[Hi],ed=this.treeAdapter.getTagName(zu),Sd=this.treeAdapter.getNamespaceURI(zu);if(ed===de.TEMPLATE&&Sd===_e.HTML){Mi.parent=this.treeAdapter.getTemplateContent(zu);break}else if(ed===de.TABLE){Mi.parent=this.treeAdapter.getParentNode(zu),Mi.parent?Mi.beforeElement=zu:Mi.parent=this.openElements.items[Hi-1];break}}return Mi.parent||(Mi.parent=this.openElements.items[0]),Mi}_fosterParentElement(Mi){const Hi=this._findFosterParentingLocation();Hi.beforeElement?this.treeAdapter.insertBefore(Hi.parent,Mi,Hi.beforeElement):this.treeAdapter.appendChild(Hi.parent,Mi)}_fosterParentText(Mi){const Hi=this._findFosterParentingLocation();Hi.beforeElement?this.treeAdapter.insertTextBefore(Hi.parent,Mi,Hi.beforeElement):this.treeAdapter.insertText(Hi.parent,Mi)}_isSpecialElement(Mi){const Hi=this.treeAdapter.getTagName(Mi),zu=this.treeAdapter.getNamespaceURI(Mi);return ue.SPECIAL_ELEMENTS[zu][Hi]}}parser$3=Fr;function Gr(xn,Mi){let Hi=xn.activeFormattingElements.getElementEntryInScopeWithTagName(Mi.tagName);return Hi?xn.openElements.contains(Hi.element)?xn.openElements.hasInScope(Mi.tagName)||(Hi=null):(xn.activeFormattingElements.removeEntry(Hi),Hi=null):Nd(xn,Mi),Hi}function Vr(xn,Mi){let Hi=null;for(let zu=xn.openElements.stackTop;zu>=0;zu--){const ed=xn.openElements.items[zu];if(ed===Mi.element)break;xn._isSpecialElement(ed)&&(Hi=ed)}return Hi||(xn.openElements.popUntilElementPopped(Mi.element),xn.activeFormattingElements.removeEntry(Mi)),Hi}function Dr(xn,Mi,Hi){let zu=Mi,ed=xn.openElements.getCommonAncestor(Mi);for(let Sd=0,nf=ed;nf!==Hi;Sd++,nf=ed){ed=xn.openElements.getCommonAncestor(nf);const Ep=xn.activeFormattingElements.getElementEntry(nf),Vp=Ep&&Sd>=Fe;!Ep||Vp?(Vp&&xn.activeFormattingElements.removeEntry(Ep),xn.openElements.remove(nf)):(nf=Ir(xn,Ep),zu===Mi&&(xn.activeFormattingElements.bookmark=Ep),xn.treeAdapter.detachNode(zu),xn.treeAdapter.appendChild(nf,zu),zu=nf)}return zu}function Ir(xn,Mi){const Hi=xn.treeAdapter.getNamespaceURI(Mi.element),zu=xn.treeAdapter.createElement(Mi.token.tagName,Hi,Mi.token.attrs);return xn.openElements.replace(Mi.element,zu),Mi.element=zu,zu}function Br(xn,Mi,Hi){if(xn._isElementCausesFosterParenting(Mi))xn._fosterParentElement(Hi);else{const zu=xn.treeAdapter.getTagName(Mi),ed=xn.treeAdapter.getNamespaceURI(Mi);zu===de.TEMPLATE&&ed===_e.HTML&&(Mi=xn.treeAdapter.getTemplateContent(Mi)),xn.treeAdapter.appendChild(Mi,Hi)}}function Rr(xn,Mi,Hi){const zu=xn.treeAdapter.getNamespaceURI(Hi.element),ed=Hi.token,Sd=xn.treeAdapter.createElement(ed.tagName,zu,ed.attrs);xn._adoptNodes(Mi,Sd),xn.treeAdapter.appendChild(Mi,Sd),xn.activeFormattingElements.insertElementAfterBookmark(Sd,Hi.token),xn.activeFormattingElements.removeEntry(Hi),xn.openElements.remove(Hi.element),xn.openElements.insertAfter(Mi,Sd)}function Lr(xn,Mi){let Hi;for(let zu=0;zu<Ve&&(Hi=Gr(xn,Mi),!!Hi);zu++){const ed=Vr(xn,Hi);if(!ed)break;xn.activeFormattingElements.bookmark=Hi;const Sd=Dr(xn,ed,Hi.element),nf=xn.openElements.getCommonAncestor(Hi.element);xn.treeAdapter.detachNode(Sd),Br(xn,nf,Sd),Rr(xn,ed,Hi)}}function $r(){}function jr(xn){xn._err(re.misplacedDoctype)}function vn(xn,Mi){xn._appendCommentNode(Mi,xn.openElements.currentTmplContent||xn.openElements.current)}function Kr(xn,Mi){xn._appendCommentNode(Mi,xn.openElements.items[0])}function kr(xn,Mi){xn._appendCommentNode(Mi,xn.document)}function Qr(xn,Mi){xn._insertCharacters(Mi)}function Zr(xn){xn.stopped=!0}function Vi(xn,Mi){xn._setDocumentType(Mi);const Hi=Mi.forceQuirks?ue.DOCUMENT_MODE.QUIRKS:V.getDocumentMode(Mi);V.isConforming(Mi)||xn._err(re.nonConformingDoctype),xn.treeAdapter.setDocumentMode(xn.document,Hi),xn.insertionMode=er}function To(xn,Mi){xn._err(re.missingDoctype,{beforeToken:!0}),xn.treeAdapter.setDocumentMode(xn.document,ue.DOCUMENT_MODE.QUIRKS),xn.insertionMode=er,xn._processToken(Mi)}function oa(xn,Mi){Mi.tagName===de.HTML?(xn._insertElement(Mi,_e.HTML),xn.insertionMode=ir):rs(xn,Mi)}function Ba(xn,Mi){const Hi=Mi.tagName;(Hi===de.HTML||Hi===de.HEAD||Hi===de.BODY||Hi===de.BR)&&rs(xn,Mi)}function rs(xn,Mi){xn._insertFakeRootElement(),xn.insertionMode=ir,xn._processToken(Mi)}function Mn(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.HEAD?(xn._insertElement(Mi,_e.HTML),xn.headElement=xn.openElements.current,xn.insertionMode=dr):Ur(xn,Mi)}function Wr(xn,Mi){const Hi=Mi.tagName;Hi===de.HEAD||Hi===de.BODY||Hi===de.HTML||Hi===de.BR?Ur(xn,Mi):xn._err(re.endTagWithoutMatchingOpenElement)}function Ur(xn,Mi){xn._insertFakeElement(de.HEAD),xn.headElement=xn.openElements.current,xn.insertionMode=dr,xn._processToken(Mi)}function Sn(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.BASE||Hi===de.BASEFONT||Hi===de.BGSOUND||Hi===de.LINK||Hi===de.META?(xn._appendElement(Mi,_e.HTML),Mi.ackSelfClosing=!0):Hi===de.TITLE?xn._switchToTextParsing(Mi,e.MODE.RCDATA):Hi===de.NOSCRIPT?xn.options.scriptingEnabled?xn._switchToTextParsing(Mi,e.MODE.RAWTEXT):(xn._insertElement(Mi,_e.HTML),xn.insertionMode=cr):Hi===de.NOFRAMES||Hi===de.STYLE?xn._switchToTextParsing(Mi,e.MODE.RAWTEXT):Hi===de.SCRIPT?xn._switchToTextParsing(Mi,e.MODE.SCRIPT_DATA):Hi===de.TEMPLATE?(xn._insertTemplate(Mi,_e.HTML),xn.activeFormattingElements.insertMarker(),xn.framesetOk=!1,xn.insertionMode=tr,xn._pushTmplInsertionMode(tr)):Hi===de.HEAD?xn._err(re.misplacedStartTagForHeadElement):Sa(xn,Mi)}function Nn(xn,Mi){const Hi=Mi.tagName;Hi===de.HEAD?(xn.openElements.pop(),xn.insertionMode=nr):Hi===de.BODY||Hi===de.BR||Hi===de.HTML?Sa(xn,Mi):Hi===de.TEMPLATE&&xn.openElements.tmplCount>0?(xn.openElements.generateImpliedEndTagsThoroughly(),xn.openElements.currentTagName!==de.TEMPLATE&&xn._err(re.closingOfElementWithOpenChildElements),xn.openElements.popUntilTagNamePopped(de.TEMPLATE),xn.activeFormattingElements.clearToLastMarker(),xn._popTmplInsertionMode(),xn._resetInsertionMode()):xn._err(re.endTagWithoutMatchingOpenElement)}function Sa(xn,Mi){xn.openElements.pop(),xn.insertionMode=nr,xn._processToken(Mi)}function Li(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.BASEFONT||Hi===de.BGSOUND||Hi===de.HEAD||Hi===de.LINK||Hi===de.META||Hi===de.NOFRAMES||Hi===de.STYLE?Sn(xn,Mi):Hi===de.NOSCRIPT?xn._err(re.nestedNoscriptInHead):fo(xn,Mi)}function ca(xn,Mi){const Hi=Mi.tagName;Hi===de.NOSCRIPT?(xn.openElements.pop(),xn.insertionMode=dr):Hi===de.BR?fo(xn,Mi):xn._err(re.endTagWithoutMatchingOpenElement)}function fo(xn,Mi){const Hi=Mi.type===e.EOF_TOKEN?re.openElementsLeftAfterEof:re.disallowedContentInNoscriptInHead;xn._err(Hi),xn.openElements.pop(),xn.insertionMode=dr,xn._processToken(Mi)}function zn(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.BODY?(xn._insertElement(Mi,_e.HTML),xn.framesetOk=!1,xn.insertionMode=lr):Hi===de.FRAMESET?(xn._insertElement(Mi,_e.HTML),xn.insertionMode=_r):Hi===de.BASE||Hi===de.BASEFONT||Hi===de.BGSOUND||Hi===de.LINK||Hi===de.META||Hi===de.NOFRAMES||Hi===de.SCRIPT||Hi===de.STYLE||Hi===de.TEMPLATE||Hi===de.TITLE?(xn._err(re.abandonedHeadElementChild),xn.openElements.push(xn.headElement),Sn(xn,Mi),xn.openElements.remove(xn.headElement)):Hi===de.HEAD?xn._err(re.misplacedStartTagForHeadElement):Ra(xn,Mi)}function ki(xn,Mi){const Hi=Mi.tagName;Hi===de.BODY||Hi===de.HTML||Hi===de.BR?Ra(xn,Mi):Hi===de.TEMPLATE?Nn(xn,Mi):xn._err(re.endTagWithoutMatchingOpenElement)}function Ra(xn,Mi){xn._insertFakeElement(de.BODY),xn.insertionMode=lr,xn._processToken(Mi)}function _o(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertCharacters(Mi)}function eo(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertCharacters(Mi),xn.framesetOk=!1}function tl(xn,Mi){xn.openElements.tmplCount===0&&xn.treeAdapter.adoptAttributes(xn.openElements.items[0],Mi.attrs)}function Es(xn,Mi){const Hi=xn.openElements.tryPeekProperlyNestedBodyElement();Hi&&xn.openElements.tmplCount===0&&(xn.framesetOk=!1,xn.treeAdapter.adoptAttributes(Hi,Mi.attrs))}function Hs(xn,Mi){const Hi=xn.openElements.tryPeekProperlyNestedBodyElement();xn.framesetOk&&Hi&&(xn.treeAdapter.detachNode(Hi),xn.openElements.popAllUpToHtmlElement(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=_r)}function Ts(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML)}function js(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement();const Hi=xn.openElements.currentTagName;(Hi===de.H1||Hi===de.H2||Hi===de.H3||Hi===de.H4||Hi===de.H5||Hi===de.H6)&&xn.openElements.pop(),xn._insertElement(Mi,_e.HTML)}function Gs(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML),xn.skipNextNewLine=!0,xn.framesetOk=!1}function uc(xn,Mi){const Hi=xn.openElements.tmplCount>0;(!xn.formElement||Hi)&&(xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML),Hi||(xn.formElement=xn.openElements.current))}function rl(xn,Mi){xn.framesetOk=!1;const Hi=Mi.tagName;for(let zu=xn.openElements.stackTop;zu>=0;zu--){const ed=xn.openElements.items[zu],Sd=xn.treeAdapter.getTagName(ed);let nf=null;if(Hi===de.LI&&Sd===de.LI?nf=de.LI:(Hi===de.DD||Hi===de.DT)&&(Sd===de.DD||Sd===de.DT)&&(nf=Sd),nf){xn.openElements.generateImpliedEndTagsWithExclusion(nf),xn.openElements.popUntilTagNamePopped(nf);break}if(Sd!==de.ADDRESS&&Sd!==de.DIV&&Sd!==de.P&&xn._isSpecialElement(ed))break}xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML)}function il(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML),xn.tokenizer.state=e.MODE.PLAINTEXT}function bl(xn,Mi){xn.openElements.hasInScope(de.BUTTON)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(de.BUTTON)),xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.framesetOk=!1}function Wa(xn,Mi){const Hi=xn.activeFormattingElements.getElementEntryInScopeWithTagName(de.A);Hi&&(Lr(xn,Mi),xn.openElements.remove(Hi.element),xn.activeFormattingElements.removeEntry(Hi)),xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.activeFormattingElements.pushElement(xn.openElements.current,Mi)}function Ao(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.activeFormattingElements.pushElement(xn.openElements.current,Mi)}function ks(xn,Mi){xn._reconstructActiveFormattingElements(),xn.openElements.hasInScope(de.NOBR)&&(Lr(xn,Mi),xn._reconstructActiveFormattingElements()),xn._insertElement(Mi,_e.HTML),xn.activeFormattingElements.pushElement(xn.openElements.current,Mi)}function Bo(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.activeFormattingElements.insertMarker(),xn.framesetOk=!1}function Hr(xn,Mi){xn.treeAdapter.getDocumentMode(xn.document)!==ue.DOCUMENT_MODE.QUIRKS&&xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML),xn.framesetOk=!1,xn.insertionMode=ie}function ui(xn,Mi){xn._reconstructActiveFormattingElements(),xn._appendElement(Mi,_e.HTML),xn.framesetOk=!1,Mi.ackSelfClosing=!0}function En(xn,Mi){xn._reconstructActiveFormattingElements(),xn._appendElement(Mi,_e.HTML);const Hi=e.getTokenAttr(Mi,Ne.TYPE);(!Hi||Hi.toLowerCase()!==$e)&&(xn.framesetOk=!1),Mi.ackSelfClosing=!0}function An(xn,Mi){xn._appendElement(Mi,_e.HTML),Mi.ackSelfClosing=!0}function Gi(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._appendElement(Mi,_e.HTML),xn.framesetOk=!1,Mi.ackSelfClosing=!0}function Ki(xn,Mi){Mi.tagName=de.IMG,ui(xn,Mi)}function Ea(xn,Mi){xn._insertElement(Mi,_e.HTML),xn.skipNextNewLine=!0,xn.tokenizer.state=e.MODE.RCDATA,xn.originalInsertionMode=xn.insertionMode,xn.framesetOk=!1,xn.insertionMode=Et}function aa(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._reconstructActiveFormattingElements(),xn.framesetOk=!1,xn._switchToTextParsing(Mi,e.MODE.RAWTEXT)}function Qo(xn,Mi){xn.framesetOk=!1,xn._switchToTextParsing(Mi,e.MODE.RAWTEXT)}function Eo(xn,Mi){xn._switchToTextParsing(Mi,e.MODE.RAWTEXT)}function Vo(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.framesetOk=!1,xn.insertionMode===ie||xn.insertionMode===Ce||xn.insertionMode===jt||xn.insertionMode===ar||xn.insertionMode===ur?xn.insertionMode=he:xn.insertionMode=kt}function vs(xn,Mi){xn.openElements.currentTagName===de.OPTION&&xn.openElements.pop(),xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML)}function kn(xn,Mi){xn.openElements.hasInScope(de.RUBY)&&xn.openElements.generateImpliedEndTags(),xn._insertElement(Mi,_e.HTML)}function qo(xn,Mi){xn.openElements.hasInScope(de.RUBY)&&xn.openElements.generateImpliedEndTagsWithExclusion(de.RTC),xn._insertElement(Mi,_e.HTML)}function Zl(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML)}function Mo(xn,Mi){xn._reconstructActiveFormattingElements(),z.adjustTokenMathMLAttrs(Mi),z.adjustTokenXMLAttrs(Mi),Mi.selfClosing?xn._appendElement(Mi,_e.MATHML):xn._insertElement(Mi,_e.MATHML),Mi.ackSelfClosing=!0}function _u(xn,Mi){xn._reconstructActiveFormattingElements(),z.adjustTokenSVGAttrs(Mi),z.adjustTokenXMLAttrs(Mi),Mi.selfClosing?xn._appendElement(Mi,_e.SVG):xn._insertElement(Mi,_e.SVG),Mi.ackSelfClosing=!0}function Bl(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML)}function Vu(xn,Mi){const Hi=Mi.tagName;switch(Hi.length){case 1:Hi===de.I||Hi===de.S||Hi===de.B||Hi===de.U?Ao(xn,Mi):Hi===de.P?Ts(xn,Mi):Hi===de.A?Wa(xn,Mi):Bl(xn,Mi);break;case 2:Hi===de.DL||Hi===de.OL||Hi===de.UL?Ts(xn,Mi):Hi===de.H1||Hi===de.H2||Hi===de.H3||Hi===de.H4||Hi===de.H5||Hi===de.H6?js(xn,Mi):Hi===de.LI||Hi===de.DD||Hi===de.DT?rl(xn,Mi):Hi===de.EM||Hi===de.TT?Ao(xn,Mi):Hi===de.BR?ui(xn,Mi):Hi===de.HR?Gi(xn,Mi):Hi===de.RB?kn(xn,Mi):Hi===de.RT||Hi===de.RP?qo(xn,Mi):Hi!==de.TH&&Hi!==de.TD&&Hi!==de.TR&&Bl(xn,Mi);break;case 3:Hi===de.DIV||Hi===de.DIR||Hi===de.NAV?Ts(xn,Mi):Hi===de.PRE?Gs(xn,Mi):Hi===de.BIG?Ao(xn,Mi):Hi===de.IMG||Hi===de.WBR?ui(xn,Mi):Hi===de.XMP?aa(xn,Mi):Hi===de.SVG?_u(xn,Mi):Hi===de.RTC?kn(xn,Mi):Hi!==de.COL&&Bl(xn,Mi);break;case 4:Hi===de.HTML?tl(xn,Mi):Hi===de.BASE||Hi===de.LINK||Hi===de.META?Sn(xn,Mi):Hi===de.BODY?Es(xn,Mi):Hi===de.MAIN||Hi===de.MENU?Ts(xn,Mi):Hi===de.FORM?uc(xn,Mi):Hi===de.CODE||Hi===de.FONT?Ao(xn,Mi):Hi===de.NOBR?ks(xn,Mi):Hi===de.AREA?ui(xn,Mi):Hi===de.MATH?Mo(xn,Mi):Hi===de.MENU?Zl(xn,Mi):Hi!==de.HEAD&&Bl(xn,Mi);break;case 5:Hi===de.STYLE||Hi===de.TITLE?Sn(xn,Mi):Hi===de.ASIDE?Ts(xn,Mi):Hi===de.SMALL?Ao(xn,Mi):Hi===de.TABLE?Hr(xn,Mi):Hi===de.EMBED?ui(xn,Mi):Hi===de.INPUT?En(xn,Mi):Hi===de.PARAM||Hi===de.TRACK?An(xn,Mi):Hi===de.IMAGE?Ki(xn,Mi):Hi!==de.FRAME&&Hi!==de.TBODY&&Hi!==de.TFOOT&&Hi!==de.THEAD&&Bl(xn,Mi);break;case 6:Hi===de.SCRIPT?Sn(xn,Mi):Hi===de.CENTER||Hi===de.FIGURE||Hi===de.FOOTER||Hi===de.HEADER||Hi===de.HGROUP||Hi===de.DIALOG?Ts(xn,Mi):Hi===de.BUTTON?bl(xn,Mi):Hi===de.STRIKE||Hi===de.STRONG?Ao(xn,Mi):Hi===de.APPLET||Hi===de.OBJECT?Bo(xn,Mi):Hi===de.KEYGEN?ui(xn,Mi):Hi===de.SOURCE?An(xn,Mi):Hi===de.IFRAME?Qo(xn,Mi):Hi===de.SELECT?Vo(xn,Mi):Hi===de.OPTION?vs(xn,Mi):Bl(xn,Mi);break;case 7:Hi===de.BGSOUND?Sn(xn,Mi):Hi===de.DETAILS||Hi===de.ADDRESS||Hi===de.ARTICLE||Hi===de.SECTION||Hi===de.SUMMARY?Ts(xn,Mi):Hi===de.LISTING?Gs(xn,Mi):Hi===de.MARQUEE?Bo(xn,Mi):Hi===de.NOEMBED?Eo(xn,Mi):Hi!==de.CAPTION&&Bl(xn,Mi);break;case 8:Hi===de.BASEFONT?Sn(xn,Mi):Hi===de.FRAMESET?Hs(xn,Mi):Hi===de.FIELDSET?Ts(xn,Mi):Hi===de.TEXTAREA?Ea(xn,Mi):Hi===de.TEMPLATE?Sn(xn,Mi):Hi===de.NOSCRIPT?xn.options.scriptingEnabled?Eo(xn,Mi):Bl(xn,Mi):Hi===de.OPTGROUP?vs(xn,Mi):Hi!==de.COLGROUP&&Bl(xn,Mi);break;case 9:Hi===de.PLAINTEXT?il(xn,Mi):Bl(xn,Mi);break;case 10:Hi===de.BLOCKQUOTE||Hi===de.FIGCAPTION?Ts(xn,Mi):Bl(xn,Mi);break;default:Bl(xn,Mi)}}function Iu(xn){xn.openElements.hasInScope(de.BODY)&&(xn.insertionMode=gr)}function Pu(xn,Mi){xn.openElements.hasInScope(de.BODY)&&(xn.insertionMode=gr,xn._processToken(Mi))}function Fn(xn,Mi){const Hi=Mi.tagName;xn.openElements.hasInScope(Hi)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(Hi))}function is(xn){const Mi=xn.openElements.tmplCount>0,Hi=xn.formElement;Mi||(xn.formElement=null),(Hi||Mi)&&xn.openElements.hasInScope(de.FORM)&&(xn.openElements.generateImpliedEndTags(),Mi?xn.openElements.popUntilTagNamePopped(de.FORM):xn.openElements.remove(Hi))}function pu(xn){xn.openElements.hasInButtonScope(de.P)||xn._insertFakeElement(de.P),xn._closePElement()}function ku(xn){xn.openElements.hasInListItemScope(de.LI)&&(xn.openElements.generateImpliedEndTagsWithExclusion(de.LI),xn.openElements.popUntilTagNamePopped(de.LI))}function Vl(xn,Mi){const Hi=Mi.tagName;xn.openElements.hasInScope(Hi)&&(xn.openElements.generateImpliedEndTagsWithExclusion(Hi),xn.openElements.popUntilTagNamePopped(Hi))}function cc(xn){xn.openElements.hasNumberedHeaderInScope()&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilNumberedHeaderPopped())}function Lc(xn,Mi){const Hi=Mi.tagName;xn.openElements.hasInScope(Hi)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(Hi),xn.activeFormattingElements.clearToLastMarker())}function wd(xn){xn._reconstructActiveFormattingElements(),xn._insertFakeElement(de.BR),xn.openElements.pop(),xn.framesetOk=!1}function Nd(xn,Mi){const Hi=Mi.tagName;for(let zu=xn.openElements.stackTop;zu>0;zu--){const ed=xn.openElements.items[zu];if(xn.treeAdapter.getTagName(ed)===Hi){xn.openElements.generateImpliedEndTagsWithExclusion(Hi),xn.openElements.popUntilElementPopped(ed);break}if(xn._isSpecialElement(ed))break}}function Tf(xn,Mi){const Hi=Mi.tagName;switch(Hi.length){case 1:Hi===de.A||Hi===de.B||Hi===de.I||Hi===de.S||Hi===de.U?Lr(xn,Mi):Hi===de.P?pu(xn):Nd(xn,Mi);break;case 2:Hi===de.DL||Hi===de.UL||Hi===de.OL?Fn(xn,Mi):Hi===de.LI?ku(xn):Hi===de.DD||Hi===de.DT?Vl(xn,Mi):Hi===de.H1||Hi===de.H2||Hi===de.H3||Hi===de.H4||Hi===de.H5||Hi===de.H6?cc(xn):Hi===de.BR?wd(xn):Hi===de.EM||Hi===de.TT?Lr(xn,Mi):Nd(xn,Mi);break;case 3:Hi===de.BIG?Lr(xn,Mi):Hi===de.DIR||Hi===de.DIV||Hi===de.NAV||Hi===de.PRE?Fn(xn,Mi):Nd(xn,Mi);break;case 4:Hi===de.BODY?Iu(xn):Hi===de.HTML?Pu(xn,Mi):Hi===de.FORM?is(xn):Hi===de.CODE||Hi===de.FONT||Hi===de.NOBR?Lr(xn,Mi):Hi===de.MAIN||Hi===de.MENU?Fn(xn,Mi):Nd(xn,Mi);break;case 5:Hi===de.ASIDE?Fn(xn,Mi):Hi===de.SMALL?Lr(xn,Mi):Nd(xn,Mi);break;case 6:Hi===de.CENTER||Hi===de.FIGURE||Hi===de.FOOTER||Hi===de.HEADER||Hi===de.HGROUP||Hi===de.DIALOG?Fn(xn,Mi):Hi===de.APPLET||Hi===de.OBJECT?Lc(xn,Mi):Hi===de.STRIKE||Hi===de.STRONG?Lr(xn,Mi):Nd(xn,Mi);break;case 7:Hi===de.ADDRESS||Hi===de.ARTICLE||Hi===de.DETAILS||Hi===de.SECTION||Hi===de.SUMMARY||Hi===de.LISTING?Fn(xn,Mi):Hi===de.MARQUEE?Lc(xn,Mi):Nd(xn,Mi);break;case 8:Hi===de.FIELDSET?Fn(xn,Mi):Hi===de.TEMPLATE?Nn(xn,Mi):Nd(xn,Mi);break;case 10:Hi===de.BLOCKQUOTE||Hi===de.FIGCAPTION?Fn(xn,Mi):Nd(xn,Mi);break;default:Nd(xn,Mi)}}function vf(xn,Mi){xn.tmplInsertionModeStackTop>-1?Zc(xn,Mi):xn.stopped=!0}function jc(xn,Mi){Mi.tagName===de.SCRIPT&&(xn.pendingScript=xn.openElements.current),xn.openElements.pop(),xn.insertionMode=xn.originalInsertionMode}function Jd(xn,Mi){xn._err(re.eofInElementThatCanContainOnlyText),xn.openElements.pop(),xn.insertionMode=xn.originalInsertionMode,xn._processToken(Mi)}function Ed(xn,Mi){const Hi=xn.openElements.currentTagName;Hi===de.TABLE||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD||Hi===de.TR?(xn.pendingCharacterTokens=[],xn.hasNonWhitespacePendingCharacterToken=!1,xn.originalInsertionMode=xn.insertionMode,xn.insertionMode=pe,xn._processToken(Mi)):Df(xn,Mi)}function Bf(xn,Mi){xn.openElements.clearBackToTableContext(),xn.activeFormattingElements.insertMarker(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=Ce}function Rf(xn,Mi){xn.openElements.clearBackToTableContext(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=Ie}function Rp(xn,Mi){xn.openElements.clearBackToTableContext(),xn._insertFakeElement(de.COLGROUP),xn.insertionMode=Ie,xn._processToken(Mi)}function Pp(xn,Mi){xn.openElements.clearBackToTableContext(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=jt}function _p(xn,Mi){xn.openElements.clearBackToTableContext(),xn._insertFakeElement(de.TBODY),xn.insertionMode=jt,xn._processToken(Mi)}function Pf(xn,Mi){xn.openElements.hasInTableScope(de.TABLE)&&(xn.openElements.popUntilTagNamePopped(de.TABLE),xn._resetInsertionMode(),xn._processToken(Mi))}function Ih(xn,Mi){const Hi=e.getTokenAttr(Mi,Ne.TYPE);Hi&&Hi.toLowerCase()===$e?xn._appendElement(Mi,_e.HTML):Df(xn,Mi),Mi.ackSelfClosing=!0}function Lp(xn,Mi){!xn.formElement&&xn.openElements.tmplCount===0&&(xn._insertElement(Mi,_e.HTML),xn.formElement=xn.openElements.current,xn.openElements.pop())}function Oc(xn,Mi){const Hi=Mi.tagName;switch(Hi.length){case 2:Hi===de.TD||Hi===de.TH||Hi===de.TR?_p(xn,Mi):Df(xn,Mi);break;case 3:Hi===de.COL?Rp(xn,Mi):Df(xn,Mi);break;case 4:Hi===de.FORM?Lp(xn,Mi):Df(xn,Mi);break;case 5:Hi===de.TABLE?Pf(xn,Mi):Hi===de.STYLE?Sn(xn,Mi):Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD?Pp(xn,Mi):Hi===de.INPUT?Ih(xn,Mi):Df(xn,Mi);break;case 6:Hi===de.SCRIPT?Sn(xn,Mi):Df(xn,Mi);break;case 7:Hi===de.CAPTION?Bf(xn,Mi):Df(xn,Mi);break;case 8:Hi===de.COLGROUP?Rf(xn,Mi):Hi===de.TEMPLATE?Sn(xn,Mi):Df(xn,Mi);break;default:Df(xn,Mi)}}function Ip(xn,Mi){const Hi=Mi.tagName;Hi===de.TABLE?xn.openElements.hasInTableScope(de.TABLE)&&(xn.openElements.popUntilTagNamePopped(de.TABLE),xn._resetInsertionMode()):Hi===de.TEMPLATE?Nn(xn,Mi):Hi!==de.BODY&&Hi!==de.CAPTION&&Hi!==de.COL&&Hi!==de.COLGROUP&&Hi!==de.HTML&&Hi!==de.TBODY&&Hi!==de.TD&&Hi!==de.TFOOT&&Hi!==de.TH&&Hi!==de.THEAD&&Hi!==de.TR&&Df(xn,Mi)}function Df(xn,Mi){const Hi=xn.fosterParentingEnabled;xn.fosterParentingEnabled=!0,xn._processTokenInBodyMode(Mi),xn.fosterParentingEnabled=Hi}function vp(xn,Mi){xn.pendingCharacterTokens.push(Mi)}function Yp(xn,Mi){xn.pendingCharacterTokens.push(Mi),xn.hasNonWhitespacePendingCharacterToken=!0}function Op(xn,Mi){let Hi=0;if(xn.hasNonWhitespacePendingCharacterToken)for(;Hi<xn.pendingCharacterTokens.length;Hi++)Df(xn,xn.pendingCharacterTokens[Hi]);else for(;Hi<xn.pendingCharacterTokens.length;Hi++)xn._insertCharacters(xn.pendingCharacterTokens[Hi]);xn.insertionMode=xn.originalInsertionMode,xn._processToken(Mi)}function Xp(xn,Mi){const Hi=Mi.tagName;Hi===de.CAPTION||Hi===de.COL||Hi===de.COLGROUP||Hi===de.TBODY||Hi===de.TD||Hi===de.TFOOT||Hi===de.TH||Hi===de.THEAD||Hi===de.TR?xn.openElements.hasInTableScope(de.CAPTION)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(de.CAPTION),xn.activeFormattingElements.clearToLastMarker(),xn.insertionMode=ie,xn._processToken(Mi)):Vu(xn,Mi)}function Xf(xn,Mi){const Hi=Mi.tagName;Hi===de.CAPTION||Hi===de.TABLE?xn.openElements.hasInTableScope(de.CAPTION)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(de.CAPTION),xn.activeFormattingElements.clearToLastMarker(),xn.insertionMode=ie,Hi===de.TABLE&&xn._processToken(Mi)):Hi!==de.BODY&&Hi!==de.COL&&Hi!==de.COLGROUP&&Hi!==de.HTML&&Hi!==de.TBODY&&Hi!==de.TD&&Hi!==de.TFOOT&&Hi!==de.TH&&Hi!==de.THEAD&&Hi!==de.TR&&Tf(xn,Mi)}function Oh(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.COL?(xn._appendElement(Mi,_e.HTML),Mi.ackSelfClosing=!0):Hi===de.TEMPLATE?Sn(xn,Mi):np(xn,Mi)}function Wh(xn,Mi){const Hi=Mi.tagName;Hi===de.COLGROUP?xn.openElements.currentTagName===de.COLGROUP&&(xn.openElements.pop(),xn.insertionMode=ie):Hi===de.TEMPLATE?Nn(xn,Mi):Hi!==de.COL&&np(xn,Mi)}function np(xn,Mi){xn.openElements.currentTagName===de.COLGROUP&&(xn.openElements.pop(),xn.insertionMode=ie,xn._processToken(Mi))}function gh(xn,Mi){const Hi=Mi.tagName;Hi===de.TR?(xn.openElements.clearBackToTableBodyContext(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=ar):Hi===de.TH||Hi===de.TD?(xn.openElements.clearBackToTableBodyContext(),xn._insertFakeElement(de.TR),xn.insertionMode=ar,xn._processToken(Mi)):Hi===de.CAPTION||Hi===de.COL||Hi===de.COLGROUP||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD?xn.openElements.hasTableBodyContextInTableScope()&&(xn.openElements.clearBackToTableBodyContext(),xn.openElements.pop(),xn.insertionMode=ie,xn._processToken(Mi)):Oc(xn,Mi)}function jp(xn,Mi){const Hi=Mi.tagName;Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD?xn.openElements.hasInTableScope(Hi)&&(xn.openElements.clearBackToTableBodyContext(),xn.openElements.pop(),xn.insertionMode=ie):Hi===de.TABLE?xn.openElements.hasTableBodyContextInTableScope()&&(xn.openElements.clearBackToTableBodyContext(),xn.openElements.pop(),xn.insertionMode=ie,xn._processToken(Mi)):(Hi!==de.BODY&&Hi!==de.CAPTION&&Hi!==de.COL&&Hi!==de.COLGROUP||Hi!==de.HTML&&Hi!==de.TD&&Hi!==de.TH&&Hi!==de.TR)&&Ip(xn,Mi)}function wm(xn,Mi){const Hi=Mi.tagName;Hi===de.TH||Hi===de.TD?(xn.openElements.clearBackToTableRowContext(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=ur,xn.activeFormattingElements.insertMarker()):Hi===de.CAPTION||Hi===de.COL||Hi===de.COLGROUP||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD||Hi===de.TR?xn.openElements.hasInTableScope(de.TR)&&(xn.openElements.clearBackToTableRowContext(),xn.openElements.pop(),xn.insertionMode=jt,xn._processToken(Mi)):Oc(xn,Mi)}function Fp(xn,Mi){const Hi=Mi.tagName;Hi===de.TR?xn.openElements.hasInTableScope(de.TR)&&(xn.openElements.clearBackToTableRowContext(),xn.openElements.pop(),xn.insertionMode=jt):Hi===de.TABLE?xn.openElements.hasInTableScope(de.TR)&&(xn.openElements.clearBackToTableRowContext(),xn.openElements.pop(),xn.insertionMode=jt,xn._processToken(Mi)):Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD?(xn.openElements.hasInTableScope(Hi)||xn.openElements.hasInTableScope(de.TR))&&(xn.openElements.clearBackToTableRowContext(),xn.openElements.pop(),xn.insertionMode=jt,xn._processToken(Mi)):(Hi!==de.BODY&&Hi!==de.CAPTION&&Hi!==de.COL&&Hi!==de.COLGROUP||Hi!==de.HTML&&Hi!==de.TD&&Hi!==de.TH)&&Ip(xn,Mi)}function Um(xn,Mi){const Hi=Mi.tagName;Hi===de.CAPTION||Hi===de.COL||Hi===de.COLGROUP||Hi===de.TBODY||Hi===de.TD||Hi===de.TFOOT||Hi===de.TH||Hi===de.THEAD||Hi===de.TR?(xn.openElements.hasInTableScope(de.TD)||xn.openElements.hasInTableScope(de.TH))&&(xn._closeTableCell(),xn._processToken(Mi)):Vu(xn,Mi)}function kh(xn,Mi){const Hi=Mi.tagName;Hi===de.TD||Hi===de.TH?xn.openElements.hasInTableScope(Hi)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(Hi),xn.activeFormattingElements.clearToLastMarker(),xn.insertionMode=ar):Hi===de.TABLE||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD||Hi===de.TR?xn.openElements.hasInTableScope(Hi)&&(xn._closeTableCell(),xn._processToken(Mi)):Hi!==de.BODY&&Hi!==de.CAPTION&&Hi!==de.COL&&Hi!==de.COLGROUP&&Hi!==de.HTML&&Tf(xn,Mi)}function Yh(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.OPTION?(xn.openElements.currentTagName===de.OPTION&&xn.openElements.pop(),xn._insertElement(Mi,_e.HTML)):Hi===de.OPTGROUP?(xn.openElements.currentTagName===de.OPTION&&xn.openElements.pop(),xn.openElements.currentTagName===de.OPTGROUP&&xn.openElements.pop(),xn._insertElement(Mi,_e.HTML)):Hi===de.INPUT||Hi===de.KEYGEN||Hi===de.TEXTAREA||Hi===de.SELECT?xn.openElements.hasInSelectScope(de.SELECT)&&(xn.openElements.popUntilTagNamePopped(de.SELECT),xn._resetInsertionMode(),Hi!==de.SELECT&&xn._processToken(Mi)):(Hi===de.SCRIPT||Hi===de.TEMPLATE)&&Sn(xn,Mi)}function Xh(xn,Mi){const Hi=Mi.tagName;if(Hi===de.OPTGROUP){const zu=xn.openElements.items[xn.openElements.stackTop-1],ed=zu&&xn.treeAdapter.getTagName(zu);xn.openElements.currentTagName===de.OPTION&&ed===de.OPTGROUP&&xn.openElements.pop(),xn.openElements.currentTagName===de.OPTGROUP&&xn.openElements.pop()}else Hi===de.OPTION?xn.openElements.currentTagName===de.OPTION&&xn.openElements.pop():Hi===de.SELECT&&xn.openElements.hasInSelectScope(de.SELECT)?(xn.openElements.popUntilTagNamePopped(de.SELECT),xn._resetInsertionMode()):Hi===de.TEMPLATE&&Nn(xn,Mi)}function Od(xn,Mi){const Hi=Mi.tagName;Hi===de.CAPTION||Hi===de.TABLE||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD||Hi===de.TR||Hi===de.TD||Hi===de.TH?(xn.openElements.popUntilTagNamePopped(de.SELECT),xn._resetInsertionMode(),xn._processToken(Mi)):Yh(xn,Mi)}function Id(xn,Mi){const Hi=Mi.tagName;Hi===de.CAPTION||Hi===de.TABLE||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD||Hi===de.TR||Hi===de.TD||Hi===de.TH?xn.openElements.hasInTableScope(Hi)&&(xn.openElements.popUntilTagNamePopped(de.SELECT),xn._resetInsertionMode(),xn._processToken(Mi)):Xh(xn,Mi)}function Vf(xn,Mi){const Hi=Mi.tagName;if(Hi===de.BASE||Hi===de.BASEFONT||Hi===de.BGSOUND||Hi===de.LINK||Hi===de.META||Hi===de.NOFRAMES||Hi===de.SCRIPT||Hi===de.STYLE||Hi===de.TEMPLATE||Hi===de.TITLE)Sn(xn,Mi);else{const zu=Sr[Hi]||lr;xn._popTmplInsertionMode(),xn._pushTmplInsertionMode(zu),xn.insertionMode=zu,xn._processToken(Mi)}}function bp(xn,Mi){Mi.tagName===de.TEMPLATE&&Nn(xn,Mi)}function Zc(xn,Mi){xn.openElements.tmplCount>0?(xn.openElements.popUntilTagNamePopped(de.TEMPLATE),xn.activeFormattingElements.clearToLastMarker(),xn._popTmplInsertionMode(),xn._resetInsertionMode(),xn._processToken(Mi)):xn.stopped=!0}function bh(xn,Mi){Mi.tagName===de.HTML?Vu(xn,Mi):yp(xn,Mi)}function lm(xn,Mi){Mi.tagName===de.HTML?xn.fragmentContext||(xn.insertionMode=xr):yp(xn,Mi)}function yp(xn,Mi){xn.insertionMode=lr,xn._processToken(Mi)}function Qh(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.FRAMESET?xn._insertElement(Mi,_e.HTML):Hi===de.FRAME?(xn._appendElement(Mi,_e.HTML),Mi.ackSelfClosing=!0):Hi===de.NOFRAMES&&Sn(xn,Mi)}function Jh(xn,Mi){Mi.tagName===de.FRAMESET&&!xn.openElements.isRootHtmlElementCurrent()&&(xn.openElements.pop(),!xn.fragmentContext&&xn.openElements.currentTagName!==de.FRAMESET&&(xn.insertionMode=yr))}function qd(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.NOFRAMES&&Sn(xn,Mi)}function Bh(xn,Mi){Mi.tagName===de.HTML&&(xn.insertionMode=Nr)}function Up(xn,Mi){Mi.tagName===de.HTML?Vu(xn,Mi):Hp(xn,Mi)}function Hp(xn,Mi){xn.insertionMode=lr,xn._processToken(Mi)}function $h(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.NOFRAMES&&Sn(xn,Mi)}function df(xn,Mi){Mi.chars=oe.REPLACEMENT_CHARACTER,xn._insertCharacters(Mi)}function Ph(xn,Mi){xn._insertCharacters(Mi),xn.framesetOk=!1}function qf(xn,Mi){if(z.causesExit(Mi)&&!xn.fragmentContext){for(;xn.treeAdapter.getNamespaceURI(xn.openElements.current)!==_e.HTML&&!xn._isIntegrationPoint(xn.openElements.current);)xn.openElements.pop();xn._processToken(Mi)}else{const Hi=xn._getAdjustedCurrentElement(),zu=xn.treeAdapter.getNamespaceURI(Hi);zu===_e.MATHML?z.adjustTokenMathMLAttrs(Mi):zu===_e.SVG&&(z.adjustTokenSVGTagName(Mi),z.adjustTokenSVGAttrs(Mi)),z.adjustTokenXMLAttrs(Mi),Mi.selfClosing?xn._appendElement(Mi,zu):xn._insertElement(Mi,zu),Mi.ackSelfClosing=!0}}function Qp(xn,Mi){for(let Hi=xn.openElements.stackTop;Hi>0;Hi--){const zu=xn.openElements.items[Hi];if(xn.treeAdapter.getNamespaceURI(zu)===_e.HTML){xn._processToken(Mi);break}if(xn.treeAdapter.getTagName(zu).toLowerCase()===Mi.tagName){xn.openElements.popUntilElementPopped(zu);break}}}return parser$3}var serializer,hasRequiredSerializer;function requireSerializer(){if(hasRequiredSerializer)return serializer;hasRequiredSerializer=1;const e=require_default(),t=requireMergeOptions(),y=requireDoctype(),n=requireHtml(),$=n.TAG_NAMES,k=n.NAMESPACES,L={treeAdapter:e},j=/&/g,V=/\u00a0/g,z=/"/g,re=/</g,oe=/>/g;class ue{constructor(_e,Ne){this.options=t(L,Ne),this.treeAdapter=this.options.treeAdapter,this.html="",this.startNode=_e}serialize(){return this._serializeChildNodes(this.startNode),this.html}_serializeChildNodes(_e){const Ne=this.treeAdapter.getChildNodes(_e);if(Ne)for(let Ue=0,$e=Ne.length;Ue<$e;Ue++){const Ve=Ne[Ue];this.treeAdapter.isElementNode(Ve)?this._serializeElement(Ve):this.treeAdapter.isTextNode(Ve)?this._serializeTextNode(Ve):this.treeAdapter.isCommentNode(Ve)?this._serializeCommentNode(Ve):this.treeAdapter.isDocumentTypeNode(Ve)&&this._serializeDocumentTypeNode(Ve)}}_serializeElement(_e){const Ne=this.treeAdapter.getTagName(_e),Ue=this.treeAdapter.getNamespaceURI(_e);if(this.html+="<"+Ne,this._serializeAttributes(_e),this.html+=">",Ne!==$.AREA&&Ne!==$.BASE&&Ne!==$.BASEFONT&&Ne!==$.BGSOUND&&Ne!==$.BR&&Ne!==$.COL&&Ne!==$.EMBED&&Ne!==$.FRAME&&Ne!==$.HR&&Ne!==$.IMG&&Ne!==$.INPUT&&Ne!==$.KEYGEN&&Ne!==$.LINK&&Ne!==$.META&&Ne!==$.PARAM&&Ne!==$.SOURCE&&Ne!==$.TRACK&&Ne!==$.WBR){const $e=Ne===$.TEMPLATE&&Ue===k.HTML?this.treeAdapter.getTemplateContent(_e):_e;this._serializeChildNodes($e),this.html+="</"+Ne+">"}}_serializeAttributes(_e){const Ne=this.treeAdapter.getAttrList(_e);for(let Ue=0,$e=Ne.length;Ue<$e;Ue++){const Ve=Ne[Ue],Fe=ue.escapeString(Ve.value,!0);this.html+=" ",Ve.namespace?Ve.namespace===k.XML?this.html+="xml:"+Ve.name:Ve.namespace===k.XMLNS?(Ve.name!=="xmlns"&&(this.html+="xmlns:"),this.html+=Ve.name):Ve.namespace===k.XLINK?this.html+="xlink:"+Ve.name:this.html+=Ve.prefix+":"+Ve.name:this.html+=Ve.name,this.html+='="'+Fe+'"'}}_serializeTextNode(_e){const Ne=this.treeAdapter.getTextNodeContent(_e),Ue=this.treeAdapter.getParentNode(_e);let $e;Ue&&this.treeAdapter.isElementNode(Ue)&&($e=this.treeAdapter.getTagName(Ue)),$e===$.STYLE||$e===$.SCRIPT||$e===$.XMP||$e===$.IFRAME||$e===$.NOEMBED||$e===$.NOFRAMES||$e===$.PLAINTEXT||$e===$.NOSCRIPT?this.html+=Ne:this.html+=ue.escapeString(Ne,!1)}_serializeCommentNode(_e){this.html+="<!--"+this.treeAdapter.getCommentNodeContent(_e)+"-->"}_serializeDocumentTypeNode(_e){const Ne=this.treeAdapter.getDocumentTypeNodeName(_e);this.html+="<"+y.serializeContent(Ne,null,null)+">"}}return ue.escapeString=function(de,_e){return de=de.replace(j,"&amp;").replace(V,"&nbsp;"),_e?de=de.replace(z,"&quot;"):de=de.replace(re,"&lt;").replace(oe,"&gt;"),de},serializer=ue,serializer}var hasRequiredLib$2;function requireLib$2(){if(hasRequiredLib$2)return lib$4;hasRequiredLib$2=1;const e=requireParser$1(),t=requireSerializer();return lib$4.parse=function(n,$){return new e($).parse(n)},lib$4.parseFragment=function(n,$,k){return typeof n=="string"&&(k=$,$=n,n=null),new e(k).parseFragment($,n)},lib$4.serialize=function(y,n){return new t(y,n).serialize()},lib$4}var lib$3={},hasRequiredLib$1;function requireLib$1(){if(hasRequiredLib$1)return lib$3;hasRequiredLib$1=1;const e=requireDoctype(),{DOCUMENT_MODE:t}=requireHtml(),y={element:1,text:3,cdata:4,comment:8},n={tagName:"name",childNodes:"children",parentNode:"parent",previousSibling:"prev",nextSibling:"next",nodeValue:"data"};class ${constructor(z){for(const re of Object.keys(z))this[re]=z[re]}get firstChild(){const z=this.children;return z&&z[0]||null}get lastChild(){const z=this.children;return z&&z[z.length-1]||null}get nodeType(){return y[this.type]||y.element}}Object.keys(n).forEach(V=>{const z=n[V];Object.defineProperty($.prototype,V,{get:function(){return this[z]||null},set:function(re){return this[z]=re,re}})}),lib$3.createDocument=function(){return new $({type:"root",name:"root",parent:null,prev:null,next:null,children:[],"x-mode":t.NO_QUIRKS})},lib$3.createDocumentFragment=function(){return new $({type:"root",name:"root",parent:null,prev:null,next:null,children:[]})},lib$3.createElement=function(V,z,re){const oe=Object.create(null),ue=Object.create(null),de=Object.create(null);for(let _e=0;_e<re.length;_e++){const Ne=re[_e].name;oe[Ne]=re[_e].value,ue[Ne]=re[_e].namespace,de[Ne]=re[_e].prefix}return new $({type:V==="script"||V==="style"?V:"tag",name:V,namespace:z,attribs:oe,"x-attribsNamespace":ue,"x-attribsPrefix":de,children:[],parent:null,prev:null,next:null})},lib$3.createCommentNode=function(V){return new $({type:"comment",data:V,parent:null,prev:null,next:null})};const k=function(V){return new $({type:"text",data:V,parent:null,prev:null,next:null})},L=lib$3.appendChild=function(V,z){const re=V.children[V.children.length-1];re&&(re.next=z,z.prev=re),V.children.push(z),z.parent=V},j=lib$3.insertBefore=function(V,z,re){const oe=V.children.indexOf(re),ue=re.prev;ue&&(ue.next=z,z.prev=ue),re.prev=z,z.next=re,V.children.splice(oe,0,z),z.parent=V};return lib$3.setTemplateContent=function(V,z){L(V,z)},lib$3.getTemplateContent=function(V){return V.children[0]},lib$3.setDocumentType=function(V,z,re,oe){const ue=e.serializeContent(z,re,oe);let de=null;for(let _e=0;_e<V.children.length;_e++)if(V.children[_e].type==="directive"&&V.children[_e].name==="!doctype"){de=V.children[_e];break}de?(de.data=ue,de["x-name"]=z,de["x-publicId"]=re,de["x-systemId"]=oe):L(V,new $({type:"directive",name:"!doctype",data:ue,"x-name":z,"x-publicId":re,"x-systemId":oe}))},lib$3.setDocumentMode=function(V,z){V["x-mode"]=z},lib$3.getDocumentMode=function(V){return V["x-mode"]},lib$3.detachNode=function(V){if(V.parent){const z=V.parent.children.indexOf(V),re=V.prev,oe=V.next;V.prev=null,V.next=null,re&&(re.next=oe),oe&&(oe.prev=re),V.parent.children.splice(z,1),V.parent=null}},lib$3.insertText=function(V,z){const re=V.children[V.children.length-1];re&&re.type==="text"?re.data+=z:L(V,k(z))},lib$3.insertTextBefore=function(V,z,re){const oe=V.children[V.children.indexOf(re)-1];oe&&oe.type==="text"?oe.data+=z:j(V,k(z),re)},lib$3.adoptAttributes=function(V,z){for(let re=0;re<z.length;re++){const oe=z[re].name;typeof V.attribs[oe]>"u"&&(V.attribs[oe]=z[re].value,V["x-attribsNamespace"][oe]=z[re].namespace,V["x-attribsPrefix"][oe]=z[re].prefix)}},lib$3.getFirstChild=function(V){return V.children[0]},lib$3.getChildNodes=function(V){return V.children},lib$3.getParentNode=function(V){return V.parent},lib$3.getAttrList=function(V){const z=[];for(const re in V.attribs)z.push({name:re,value:V.attribs[re],namespace:V["x-attribsNamespace"][re],prefix:V["x-attribsPrefix"][re]});return z},lib$3.getTagName=function(V){return V.name},lib$3.getNamespaceURI=function(V){return V.namespace},lib$3.getTextNodeContent=function(V){return V.data},lib$3.getCommentNodeContent=function(V){return V.data},lib$3.getDocumentTypeNodeName=function(V){return V["x-name"]},lib$3.getDocumentTypeNodePublicId=function(V){return V["x-publicId"]},lib$3.getDocumentTypeNodeSystemId=function(V){return V["x-systemId"]},lib$3.isTextNode=function(V){return V.type==="text"},lib$3.isCommentNode=function(V){return V.type==="comment"},lib$3.isDocumentTypeNode=function(V){return V.type==="directive"&&V.name==="!doctype"},lib$3.isElementNode=function(V){return!!V.attribs},lib$3.setNodeSourceCodeLocation=function(V,z){V.sourceCodeLocation=z},lib$3.getNodeSourceCodeLocation=function(V){return V.sourceCodeLocation},lib$3.updateNodeSourceCodeLocation=function(V,z){V.sourceCodeLocation=Object.assign(V.sourceCodeLocation,z)},lib$3}var hasRequiredParse5Adapter;function requireParse5Adapter(){if(hasRequiredParse5Adapter)return parse5Adapter;hasRequiredParse5Adapter=1,Object.defineProperty(parse5Adapter,"__esModule",{value:!0}),parse5Adapter.render=parse5Adapter.parse=void 0;var e=require$$0$8,t=requireLib$a(),y=requireLib$2(),n=e.__importDefault(requireLib$1());function $(L,j,V){var z={scriptingEnabled:typeof j.scriptingEnabled=="boolean"?j.scriptingEnabled:!0,treeAdapter:n.default,sourceCodeLocationInfo:j.sourceCodeLocationInfo},re=j.context;return V?y.parse(L,z):y.parseFragment(re,L,z)}parse5Adapter.parse=$;function k(L){for(var j,V=("length"in L)?L:[L],z=0;z<V.length;z+=1){var re=V[z];t.isDocument(re)&&(j=Array.prototype.splice).call.apply(j,e.__spreadArray([V,z,1],re.children))}return y.serialize({children:V},{treeAdapter:n.default})}return parse5Adapter.render=k,parse5Adapter}var htmlparser2Adapter={},hasRequiredHtmlparser2Adapter;function requireHtmlparser2Adapter(){return hasRequiredHtmlparser2Adapter||(hasRequiredHtmlparser2Adapter=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(e,"__esModule",{value:!0}),e.render=e.parse=void 0;var y=requireLib$3();Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return y.parseDocument}});var n=requireLib$8();Object.defineProperty(e,"render",{enumerable:!0,get:function(){return t(n).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 e=require$$0$8,t=e.__importStar(requireOptions()),y=requireLib$4(),n=requireLib$3(),$=requireParse5Adapter(),k=requireHtmlparser2Adapter();function L(Ue,$e,Ve){var Fe,qe=$e?typeof $e=="string"?y.select($e,(Fe=Ue==null?void 0:Ue._root)!==null&&Fe!==void 0?Fe:[],Ve):$e:Ue==null?void 0:Ue._root.children;return qe?Ve.xmlMode||Ve._useHtmlParser2?k.render(qe,Ve):$.render(qe):""}function j(Ue){return typeof Ue=="object"&&Ue!=null&&!("length"in Ue)&&!("type"in Ue)}function V(Ue,$e){!$e&&j(Ue)&&($e=Ue,Ue=void 0);var Ve=e.__assign(e.__assign(e.__assign({},t.default),this?this._options:{}),t.flatten($e??{}));return L(this||void 0,Ue,Ve)}_static.html=V;function z(Ue){var $e=e.__assign(e.__assign({},this._options),{xmlMode:!0});return L(this,Ue,$e)}_static.xml=z;function re(Ue){for(var $e=Ue||(this?this.root():[]),Ve="",Fe=0;Fe<$e.length;Fe++){var qe=$e[Fe];n.DomUtils.isText(qe)?Ve+=qe.data:n.DomUtils.hasChildren(qe)&&qe.type!==n.ElementType.Comment&&qe.type!==n.ElementType.Script&&qe.type!==n.ElementType.Style&&(Ve+=re(qe.children))}return Ve}_static.text=re;function oe(Ue,$e,Ve){if(Ve===void 0&&(Ve=typeof $e=="boolean"?$e:!1),!Ue||typeof Ue!="string")return null;typeof $e=="boolean"&&(Ve=$e);var Fe=this.load(Ue,t.default,!1);return Ve||Fe("script").remove(),Fe.root()[0].children.slice()}_static.parseHTML=oe;function ue(){return this(this._root)}_static.root=ue;function de(Ue,$e){if($e===Ue)return!1;for(var Ve=$e;Ve&&Ve!==Ve.parent;)if(Ve=Ve.parent,Ve===Ue)return!0;return!1}_static.contains=de;function _e(Ue,$e){if(!(!Ne(Ue)||!Ne($e))){for(var Ve=Ue.length,Fe=+$e.length,qe=0;qe<Fe;qe++)Ue[Ve++]=$e[qe];return Ue.length=Ve,Ue}}_static.merge=_e;function Ne(Ue){if(Array.isArray(Ue))return!0;if(typeof Ue!="object"||!Object.prototype.hasOwnProperty.call(Ue,"length")||typeof Ue.length!="number"||Ue.length<0)return!1;for(var $e=0;$e<Ue.length;$e++)if(!($e in Ue))return!1;return!0}return _static}var cheerio$1={},buffer$2={},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$2=0,len$1=code$1.length;i$2<len$1;++i$2)lookup$1[i$2]=code$1[i$2],revLookup$1[code$1.charCodeAt(i$2)]=i$2;revLookup$1[45]=62;revLookup$1[95]=63;function getLens$1(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var y=e.indexOf("=");y===-1&&(y=t);var n=y===t?0:4-y%4;return[y,n]}function byteLength$1(e){var t=getLens$1(e),y=t[0],n=t[1];return(y+n)*3/4-n}function _byteLength$1(e,t,y){return(t+y)*3/4-y}function toByteArray$1(e){var t,y=getLens$1(e),n=y[0],$=y[1],k=new Arr$1(_byteLength$1(e,n,$)),L=0,j=$>0?n-4:n,V;for(V=0;V<j;V+=4)t=revLookup$1[e.charCodeAt(V)]<<18|revLookup$1[e.charCodeAt(V+1)]<<12|revLookup$1[e.charCodeAt(V+2)]<<6|revLookup$1[e.charCodeAt(V+3)],k[L++]=t>>16&255,k[L++]=t>>8&255,k[L++]=t&255;return $===2&&(t=revLookup$1[e.charCodeAt(V)]<<2|revLookup$1[e.charCodeAt(V+1)]>>4,k[L++]=t&255),$===1&&(t=revLookup$1[e.charCodeAt(V)]<<10|revLookup$1[e.charCodeAt(V+1)]<<4|revLookup$1[e.charCodeAt(V+2)]>>2,k[L++]=t>>8&255,k[L++]=t&255),k}function tripletToBase64$1(e){return lookup$1[e>>18&63]+lookup$1[e>>12&63]+lookup$1[e>>6&63]+lookup$1[e&63]}function encodeChunk$1(e,t,y){for(var n,$=[],k=t;k<y;k+=3)n=(e[k]<<16&16711680)+(e[k+1]<<8&65280)+(e[k+2]&255),$.push(tripletToBase64$1(n));return $.join("")}function fromByteArray$1(e){for(var t,y=e.length,n=y%3,$=[],k=16383,L=0,j=y-n;L<j;L+=k)$.push(encodeChunk$1(e,L,L+k>j?j:L+k));return n===1?(t=e[y-1],$.push(lookup$1[t>>2]+lookup$1[t<<4&63]+"==")):n===2&&(t=(e[y-2]<<8)+e[y-1],$.push(lookup$1[t>>10]+lookup$1[t>>4&63]+lookup$1[t<<2&63]+"=")),$.join("")}var ieee754$1={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ieee754$1.read=function(e,t,y,n,$){var k,L,j=$*8-n-1,V=(1<<j)-1,z=V>>1,re=-7,oe=y?$-1:0,ue=y?-1:1,de=e[t+oe];for(oe+=ue,k=de&(1<<-re)-1,de>>=-re,re+=j;re>0;k=k*256+e[t+oe],oe+=ue,re-=8);for(L=k&(1<<-re)-1,k>>=-re,re+=n;re>0;L=L*256+e[t+oe],oe+=ue,re-=8);if(k===0)k=1-z;else{if(k===V)return L?NaN:(de?-1:1)*(1/0);L=L+Math.pow(2,n),k=k-z}return(de?-1:1)*L*Math.pow(2,k-n)};ieee754$1.write=function(e,t,y,n,$,k){var L,j,V,z=k*8-$-1,re=(1<<z)-1,oe=re>>1,ue=$===23?Math.pow(2,-24)-Math.pow(2,-77):0,de=n?0:k-1,_e=n?1:-1,Ne=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(j=isNaN(t)?1:0,L=re):(L=Math.floor(Math.log(t)/Math.LN2),t*(V=Math.pow(2,-L))<1&&(L--,V*=2),L+oe>=1?t+=ue/V:t+=ue*Math.pow(2,1-oe),t*V>=2&&(L++,V/=2),L+oe>=re?(j=0,L=re):L+oe>=1?(j=(t*V-1)*Math.pow(2,$),L=L+oe):(j=t*Math.pow(2,oe-1)*Math.pow(2,$),L=0));$>=8;e[y+de]=j&255,de+=_e,j/=256,$-=8);for(L=L<<$|j,z+=$;z>0;e[y+de]=L&255,de+=_e,L/=256,z-=8);e[y+de-_e]|=Ne*128};/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/(function(e){const t=base64Js$1,y=ieee754$1,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=re,e.SlowBuffer=er,e.INSPECT_MAX_BYTES=50;const $=2147483647;e.kMaxLength=$;const{Uint8Array:k,ArrayBuffer:L,SharedArrayBuffer:j}=globalThis;re.TYPED_ARRAY_SUPPORT=V(),!re.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 V(){try{const Mn=new k(1),Wr={foo:function(){return 42}};return Object.setPrototypeOf(Wr,k.prototype),Object.setPrototypeOf(Mn,Wr),Mn.foo()===42}catch{return!1}}Object.defineProperty(re.prototype,"parent",{enumerable:!0,get:function(){if(re.isBuffer(this))return this.buffer}}),Object.defineProperty(re.prototype,"offset",{enumerable:!0,get:function(){if(re.isBuffer(this))return this.byteOffset}});function z(Mn){if(Mn>$)throw new RangeError('The value "'+Mn+'" is invalid for option "size"');const Wr=new k(Mn);return Object.setPrototypeOf(Wr,re.prototype),Wr}function re(Mn,Wr,Ur){if(typeof Mn=="number"){if(typeof Wr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return _e(Mn)}return oe(Mn,Wr,Ur)}re.poolSize=8192;function oe(Mn,Wr,Ur){if(typeof Mn=="string")return Ne(Mn,Wr);if(L.isView(Mn))return $e(Mn);if(Mn==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Mn);if(Vi(Mn,L)||Mn&&Vi(Mn.buffer,L)||typeof j<"u"&&(Vi(Mn,j)||Mn&&Vi(Mn.buffer,j)))return Ve(Mn,Wr,Ur);if(typeof Mn=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const Sn=Mn.valueOf&&Mn.valueOf();if(Sn!=null&&Sn!==Mn)return re.from(Sn,Wr,Ur);const Nn=Fe(Mn);if(Nn)return Nn;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Mn[Symbol.toPrimitive]=="function")return re.from(Mn[Symbol.toPrimitive]("string"),Wr,Ur);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Mn)}re.from=function(Mn,Wr,Ur){return oe(Mn,Wr,Ur)},Object.setPrototypeOf(re.prototype,k.prototype),Object.setPrototypeOf(re,k);function ue(Mn){if(typeof Mn!="number")throw new TypeError('"size" argument must be of type number');if(Mn<0)throw new RangeError('The value "'+Mn+'" is invalid for option "size"')}function de(Mn,Wr,Ur){return ue(Mn),Mn<=0?z(Mn):Wr!==void 0?typeof Ur=="string"?z(Mn).fill(Wr,Ur):z(Mn).fill(Wr):z(Mn)}re.alloc=function(Mn,Wr,Ur){return de(Mn,Wr,Ur)};function _e(Mn){return ue(Mn),z(Mn<0?0:qe(Mn)|0)}re.allocUnsafe=function(Mn){return _e(Mn)},re.allocUnsafeSlow=function(Mn){return _e(Mn)};function Ne(Mn,Wr){if((typeof Wr!="string"||Wr==="")&&(Wr="utf8"),!re.isEncoding(Wr))throw new TypeError("Unknown encoding: "+Wr);const Ur=ir(Mn,Wr)|0;let Sn=z(Ur);const Nn=Sn.write(Mn,Wr);return Nn!==Ur&&(Sn=Sn.slice(0,Nn)),Sn}function Ue(Mn){const Wr=Mn.length<0?0:qe(Mn.length)|0,Ur=z(Wr);for(let Sn=0;Sn<Wr;Sn+=1)Ur[Sn]=Mn[Sn]&255;return Ur}function $e(Mn){if(Vi(Mn,k)){const Wr=new k(Mn);return Ve(Wr.buffer,Wr.byteOffset,Wr.byteLength)}return Ue(Mn)}function Ve(Mn,Wr,Ur){if(Wr<0||Mn.byteLength<Wr)throw new RangeError('"offset" is outside of buffer bounds');if(Mn.byteLength<Wr+(Ur||0))throw new RangeError('"length" is outside of buffer bounds');let Sn;return Wr===void 0&&Ur===void 0?Sn=new k(Mn):Ur===void 0?Sn=new k(Mn,Wr):Sn=new k(Mn,Wr,Ur),Object.setPrototypeOf(Sn,re.prototype),Sn}function Fe(Mn){if(re.isBuffer(Mn)){const Wr=qe(Mn.length)|0,Ur=z(Wr);return Ur.length===0||Mn.copy(Ur,0,0,Wr),Ur}if(Mn.length!==void 0)return typeof Mn.length!="number"||To(Mn.length)?z(0):Ue(Mn);if(Mn.type==="Buffer"&&Array.isArray(Mn.data))return Ue(Mn.data)}function qe(Mn){if(Mn>=$)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+$.toString(16)+" bytes");return Mn|0}function er(Mn){return+Mn!=Mn&&(Mn=0),re.alloc(+Mn)}re.isBuffer=function(Wr){return Wr!=null&&Wr._isBuffer===!0&&Wr!==re.prototype},re.compare=function(Wr,Ur){if(Vi(Wr,k)&&(Wr=re.from(Wr,Wr.offset,Wr.byteLength)),Vi(Ur,k)&&(Ur=re.from(Ur,Ur.offset,Ur.byteLength)),!re.isBuffer(Wr)||!re.isBuffer(Ur))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Wr===Ur)return 0;let Sn=Wr.length,Nn=Ur.length;for(let Sa=0,Li=Math.min(Sn,Nn);Sa<Li;++Sa)if(Wr[Sa]!==Ur[Sa]){Sn=Wr[Sa],Nn=Ur[Sa];break}return Sn<Nn?-1:Nn<Sn?1:0},re.isEncoding=function(Wr){switch(String(Wr).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}},re.concat=function(Wr,Ur){if(!Array.isArray(Wr))throw new TypeError('"list" argument must be an Array of Buffers');if(Wr.length===0)return re.alloc(0);let Sn;if(Ur===void 0)for(Ur=0,Sn=0;Sn<Wr.length;++Sn)Ur+=Wr[Sn].length;const Nn=re.allocUnsafe(Ur);let Sa=0;for(Sn=0;Sn<Wr.length;++Sn){let Li=Wr[Sn];if(Vi(Li,k))Sa+Li.length>Nn.length?(re.isBuffer(Li)||(Li=re.from(Li)),Li.copy(Nn,Sa)):k.prototype.set.call(Nn,Li,Sa);else if(re.isBuffer(Li))Li.copy(Nn,Sa);else throw new TypeError('"list" argument must be an Array of Buffers');Sa+=Li.length}return Nn};function ir(Mn,Wr){if(re.isBuffer(Mn))return Mn.length;if(L.isView(Mn)||Vi(Mn,L))return Mn.byteLength;if(typeof Mn!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Mn);const Ur=Mn.length,Sn=arguments.length>2&&arguments[2]===!0;if(!Sn&&Ur===0)return 0;let Nn=!1;for(;;)switch(Wr){case"ascii":case"latin1":case"binary":return Ur;case"utf8":case"utf-8":return vn(Mn).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ur*2;case"hex":return Ur>>>1;case"base64":return Qr(Mn).length;default:if(Nn)return Sn?-1:vn(Mn).length;Wr=(""+Wr).toLowerCase(),Nn=!0}}re.byteLength=ir;function dr(Mn,Wr,Ur){let Sn=!1;if((Wr===void 0||Wr<0)&&(Wr=0),Wr>this.length||((Ur===void 0||Ur>this.length)&&(Ur=this.length),Ur<=0)||(Ur>>>=0,Wr>>>=0,Ur<=Wr))return"";for(Mn||(Mn="utf8");;)switch(Mn){case"hex":return gr(this,Wr,Ur);case"utf8":case"utf-8":return ar(this,Wr,Ur);case"ascii":return he(this,Wr,Ur);case"latin1":case"binary":return tr(this,Wr,Ur);case"base64":return jt(this,Wr,Ur);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _r(this,Wr,Ur);default:if(Sn)throw new TypeError("Unknown encoding: "+Mn);Mn=(Mn+"").toLowerCase(),Sn=!0}}re.prototype._isBuffer=!0;function cr(Mn,Wr,Ur){const Sn=Mn[Wr];Mn[Wr]=Mn[Ur],Mn[Ur]=Sn}re.prototype.swap16=function(){const Wr=this.length;if(Wr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let Ur=0;Ur<Wr;Ur+=2)cr(this,Ur,Ur+1);return this},re.prototype.swap32=function(){const Wr=this.length;if(Wr%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let Ur=0;Ur<Wr;Ur+=4)cr(this,Ur,Ur+3),cr(this,Ur+1,Ur+2);return this},re.prototype.swap64=function(){const Wr=this.length;if(Wr%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let Ur=0;Ur<Wr;Ur+=8)cr(this,Ur,Ur+7),cr(this,Ur+1,Ur+6),cr(this,Ur+2,Ur+5),cr(this,Ur+3,Ur+4);return this},re.prototype.toString=function(){const Wr=this.length;return Wr===0?"":arguments.length===0?ar(this,0,Wr):dr.apply(this,arguments)},re.prototype.toLocaleString=re.prototype.toString,re.prototype.equals=function(Wr){if(!re.isBuffer(Wr))throw new TypeError("Argument must be a Buffer");return this===Wr?!0:re.compare(this,Wr)===0},re.prototype.inspect=function(){let Wr="";const Ur=e.INSPECT_MAX_BYTES;return Wr=this.toString("hex",0,Ur).replace(/(.{2})/g,"$1 ").trim(),this.length>Ur&&(Wr+=" ... "),"<Buffer "+Wr+">"},n&&(re.prototype[n]=re.prototype.inspect),re.prototype.compare=function(Wr,Ur,Sn,Nn,Sa){if(Vi(Wr,k)&&(Wr=re.from(Wr,Wr.offset,Wr.byteLength)),!re.isBuffer(Wr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Wr);if(Ur===void 0&&(Ur=0),Sn===void 0&&(Sn=Wr?Wr.length:0),Nn===void 0&&(Nn=0),Sa===void 0&&(Sa=this.length),Ur<0||Sn>Wr.length||Nn<0||Sa>this.length)throw new RangeError("out of range index");if(Nn>=Sa&&Ur>=Sn)return 0;if(Nn>=Sa)return-1;if(Ur>=Sn)return 1;if(Ur>>>=0,Sn>>>=0,Nn>>>=0,Sa>>>=0,this===Wr)return 0;let Li=Sa-Nn,ca=Sn-Ur;const fo=Math.min(Li,ca),zn=this.slice(Nn,Sa),ki=Wr.slice(Ur,Sn);for(let Ra=0;Ra<fo;++Ra)if(zn[Ra]!==ki[Ra]){Li=zn[Ra],ca=ki[Ra];break}return Li<ca?-1:ca<Li?1:0};function nr(Mn,Wr,Ur,Sn,Nn){if(Mn.length===0)return-1;if(typeof Ur=="string"?(Sn=Ur,Ur=0):Ur>2147483647?Ur=2147483647:Ur<-2147483648&&(Ur=-2147483648),Ur=+Ur,To(Ur)&&(Ur=Nn?0:Mn.length-1),Ur<0&&(Ur=Mn.length+Ur),Ur>=Mn.length){if(Nn)return-1;Ur=Mn.length-1}else if(Ur<0)if(Nn)Ur=0;else return-1;if(typeof Wr=="string"&&(Wr=re.from(Wr,Sn)),re.isBuffer(Wr))return Wr.length===0?-1:lr(Mn,Wr,Ur,Sn,Nn);if(typeof Wr=="number")return Wr=Wr&255,typeof k.prototype.indexOf=="function"?Nn?k.prototype.indexOf.call(Mn,Wr,Ur):k.prototype.lastIndexOf.call(Mn,Wr,Ur):lr(Mn,[Wr],Ur,Sn,Nn);throw new TypeError("val must be string, number or Buffer")}function lr(Mn,Wr,Ur,Sn,Nn){let Sa=1,Li=Mn.length,ca=Wr.length;if(Sn!==void 0&&(Sn=String(Sn).toLowerCase(),Sn==="ucs2"||Sn==="ucs-2"||Sn==="utf16le"||Sn==="utf-16le")){if(Mn.length<2||Wr.length<2)return-1;Sa=2,Li/=2,ca/=2,Ur/=2}function fo(ki,Ra){return Sa===1?ki[Ra]:ki.readUInt16BE(Ra*Sa)}let zn;if(Nn){let ki=-1;for(zn=Ur;zn<Li;zn++)if(fo(Mn,zn)===fo(Wr,ki===-1?0:zn-ki)){if(ki===-1&&(ki=zn),zn-ki+1===ca)return ki*Sa}else ki!==-1&&(zn-=zn-ki),ki=-1}else for(Ur+ca>Li&&(Ur=Li-ca),zn=Ur;zn>=0;zn--){let ki=!0;for(let Ra=0;Ra<ca;Ra++)if(fo(Mn,zn+Ra)!==fo(Wr,Ra)){ki=!1;break}if(ki)return zn}return-1}re.prototype.includes=function(Wr,Ur,Sn){return this.indexOf(Wr,Ur,Sn)!==-1},re.prototype.indexOf=function(Wr,Ur,Sn){return nr(this,Wr,Ur,Sn,!0)},re.prototype.lastIndexOf=function(Wr,Ur,Sn){return nr(this,Wr,Ur,Sn,!1)};function Et(Mn,Wr,Ur,Sn){Ur=Number(Ur)||0;const Nn=Mn.length-Ur;Sn?(Sn=Number(Sn),Sn>Nn&&(Sn=Nn)):Sn=Nn;const Sa=Wr.length;Sn>Sa/2&&(Sn=Sa/2);let Li;for(Li=0;Li<Sn;++Li){const ca=parseInt(Wr.substr(Li*2,2),16);if(To(ca))return Li;Mn[Ur+Li]=ca}return Li}function ie(Mn,Wr,Ur,Sn){return Zr(vn(Wr,Mn.length-Ur),Mn,Ur,Sn)}function pe(Mn,Wr,Ur,Sn){return Zr(Kr(Wr),Mn,Ur,Sn)}function Ce(Mn,Wr,Ur,Sn){return Zr(Qr(Wr),Mn,Ur,Sn)}function Ie(Mn,Wr,Ur,Sn){return Zr(kr(Wr,Mn.length-Ur),Mn,Ur,Sn)}re.prototype.write=function(Wr,Ur,Sn,Nn){if(Ur===void 0)Nn="utf8",Sn=this.length,Ur=0;else if(Sn===void 0&&typeof Ur=="string")Nn=Ur,Sn=this.length,Ur=0;else if(isFinite(Ur))Ur=Ur>>>0,isFinite(Sn)?(Sn=Sn>>>0,Nn===void 0&&(Nn="utf8")):(Nn=Sn,Sn=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Sa=this.length-Ur;if((Sn===void 0||Sn>Sa)&&(Sn=Sa),Wr.length>0&&(Sn<0||Ur<0)||Ur>this.length)throw new RangeError("Attempt to write outside buffer bounds");Nn||(Nn="utf8");let Li=!1;for(;;)switch(Nn){case"hex":return Et(this,Wr,Ur,Sn);case"utf8":case"utf-8":return ie(this,Wr,Ur,Sn);case"ascii":case"latin1":case"binary":return pe(this,Wr,Ur,Sn);case"base64":return Ce(this,Wr,Ur,Sn);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ie(this,Wr,Ur,Sn);default:if(Li)throw new TypeError("Unknown encoding: "+Nn);Nn=(""+Nn).toLowerCase(),Li=!0}},re.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jt(Mn,Wr,Ur){return Wr===0&&Ur===Mn.length?t.fromByteArray(Mn):t.fromByteArray(Mn.slice(Wr,Ur))}function ar(Mn,Wr,Ur){Ur=Math.min(Mn.length,Ur);const Sn=[];let Nn=Wr;for(;Nn<Ur;){const Sa=Mn[Nn];let Li=null,ca=Sa>239?4:Sa>223?3:Sa>191?2:1;if(Nn+ca<=Ur){let fo,zn,ki,Ra;switch(ca){case 1:Sa<128&&(Li=Sa);break;case 2:fo=Mn[Nn+1],(fo&192)===128&&(Ra=(Sa&31)<<6|fo&63,Ra>127&&(Li=Ra));break;case 3:fo=Mn[Nn+1],zn=Mn[Nn+2],(fo&192)===128&&(zn&192)===128&&(Ra=(Sa&15)<<12|(fo&63)<<6|zn&63,Ra>2047&&(Ra<55296||Ra>57343)&&(Li=Ra));break;case 4:fo=Mn[Nn+1],zn=Mn[Nn+2],ki=Mn[Nn+3],(fo&192)===128&&(zn&192)===128&&(ki&192)===128&&(Ra=(Sa&15)<<18|(fo&63)<<12|(zn&63)<<6|ki&63,Ra>65535&&Ra<1114112&&(Li=Ra))}}Li===null?(Li=65533,ca=1):Li>65535&&(Li-=65536,Sn.push(Li>>>10&1023|55296),Li=56320|Li&1023),Sn.push(Li),Nn+=ca}return kt(Sn)}const ur=4096;function kt(Mn){const Wr=Mn.length;if(Wr<=ur)return String.fromCharCode.apply(String,Mn);let Ur="",Sn=0;for(;Sn<Wr;)Ur+=String.fromCharCode.apply(String,Mn.slice(Sn,Sn+=ur));return Ur}function he(Mn,Wr,Ur){let Sn="";Ur=Math.min(Mn.length,Ur);for(let Nn=Wr;Nn<Ur;++Nn)Sn+=String.fromCharCode(Mn[Nn]&127);return Sn}function tr(Mn,Wr,Ur){let Sn="";Ur=Math.min(Mn.length,Ur);for(let Nn=Wr;Nn<Ur;++Nn)Sn+=String.fromCharCode(Mn[Nn]);return Sn}function gr(Mn,Wr,Ur){const Sn=Mn.length;(!Wr||Wr<0)&&(Wr=0),(!Ur||Ur<0||Ur>Sn)&&(Ur=Sn);let Nn="";for(let Sa=Wr;Sa<Ur;++Sa)Nn+=oa[Mn[Sa]];return Nn}function _r(Mn,Wr,Ur){const Sn=Mn.slice(Wr,Ur);let Nn="";for(let Sa=0;Sa<Sn.length-1;Sa+=2)Nn+=String.fromCharCode(Sn[Sa]+Sn[Sa+1]*256);return Nn}re.prototype.slice=function(Wr,Ur){const Sn=this.length;Wr=~~Wr,Ur=Ur===void 0?Sn:~~Ur,Wr<0?(Wr+=Sn,Wr<0&&(Wr=0)):Wr>Sn&&(Wr=Sn),Ur<0?(Ur+=Sn,Ur<0&&(Ur=0)):Ur>Sn&&(Ur=Sn),Ur<Wr&&(Ur=Wr);const Nn=this.subarray(Wr,Ur);return Object.setPrototypeOf(Nn,re.prototype),Nn};function yr(Mn,Wr,Ur){if(Mn%1!==0||Mn<0)throw new RangeError("offset is not uint");if(Mn+Wr>Ur)throw new RangeError("Trying to access beyond buffer length")}re.prototype.readUintLE=re.prototype.readUIntLE=function(Wr,Ur,Sn){Wr=Wr>>>0,Ur=Ur>>>0,Sn||yr(Wr,Ur,this.length);let Nn=this[Wr],Sa=1,Li=0;for(;++Li<Ur&&(Sa*=256);)Nn+=this[Wr+Li]*Sa;return Nn},re.prototype.readUintBE=re.prototype.readUIntBE=function(Wr,Ur,Sn){Wr=Wr>>>0,Ur=Ur>>>0,Sn||yr(Wr,Ur,this.length);let Nn=this[Wr+--Ur],Sa=1;for(;Ur>0&&(Sa*=256);)Nn+=this[Wr+--Ur]*Sa;return Nn},re.prototype.readUint8=re.prototype.readUInt8=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,1,this.length),this[Wr]},re.prototype.readUint16LE=re.prototype.readUInt16LE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,2,this.length),this[Wr]|this[Wr+1]<<8},re.prototype.readUint16BE=re.prototype.readUInt16BE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,2,this.length),this[Wr]<<8|this[Wr+1]},re.prototype.readUint32LE=re.prototype.readUInt32LE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),(this[Wr]|this[Wr+1]<<8|this[Wr+2]<<16)+this[Wr+3]*16777216},re.prototype.readUint32BE=re.prototype.readUInt32BE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),this[Wr]*16777216+(this[Wr+1]<<16|this[Wr+2]<<8|this[Wr+3])},re.prototype.readBigUInt64LE=Ba(function(Wr){Wr=Wr>>>0,Rr(Wr,"offset");const Ur=this[Wr],Sn=this[Wr+7];(Ur===void 0||Sn===void 0)&&Lr(Wr,this.length-8);const Nn=Ur+this[++Wr]*2**8+this[++Wr]*2**16+this[++Wr]*2**24,Sa=this[++Wr]+this[++Wr]*2**8+this[++Wr]*2**16+Sn*2**24;return BigInt(Nn)+(BigInt(Sa)<<BigInt(32))}),re.prototype.readBigUInt64BE=Ba(function(Wr){Wr=Wr>>>0,Rr(Wr,"offset");const Ur=this[Wr],Sn=this[Wr+7];(Ur===void 0||Sn===void 0)&&Lr(Wr,this.length-8);const Nn=Ur*2**24+this[++Wr]*2**16+this[++Wr]*2**8+this[++Wr],Sa=this[++Wr]*2**24+this[++Wr]*2**16+this[++Wr]*2**8+Sn;return(BigInt(Nn)<<BigInt(32))+BigInt(Sa)}),re.prototype.readIntLE=function(Wr,Ur,Sn){Wr=Wr>>>0,Ur=Ur>>>0,Sn||yr(Wr,Ur,this.length);let Nn=this[Wr],Sa=1,Li=0;for(;++Li<Ur&&(Sa*=256);)Nn+=this[Wr+Li]*Sa;return Sa*=128,Nn>=Sa&&(Nn-=Math.pow(2,8*Ur)),Nn},re.prototype.readIntBE=function(Wr,Ur,Sn){Wr=Wr>>>0,Ur=Ur>>>0,Sn||yr(Wr,Ur,this.length);let Nn=Ur,Sa=1,Li=this[Wr+--Nn];for(;Nn>0&&(Sa*=256);)Li+=this[Wr+--Nn]*Sa;return Sa*=128,Li>=Sa&&(Li-=Math.pow(2,8*Ur)),Li},re.prototype.readInt8=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,1,this.length),this[Wr]&128?(255-this[Wr]+1)*-1:this[Wr]},re.prototype.readInt16LE=function(Wr,Ur){Wr=Wr>>>0,Ur||yr(Wr,2,this.length);const Sn=this[Wr]|this[Wr+1]<<8;return Sn&32768?Sn|4294901760:Sn},re.prototype.readInt16BE=function(Wr,Ur){Wr=Wr>>>0,Ur||yr(Wr,2,this.length);const Sn=this[Wr+1]|this[Wr]<<8;return Sn&32768?Sn|4294901760:Sn},re.prototype.readInt32LE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),this[Wr]|this[Wr+1]<<8|this[Wr+2]<<16|this[Wr+3]<<24},re.prototype.readInt32BE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),this[Wr]<<24|this[Wr+1]<<16|this[Wr+2]<<8|this[Wr+3]},re.prototype.readBigInt64LE=Ba(function(Wr){Wr=Wr>>>0,Rr(Wr,"offset");const Ur=this[Wr],Sn=this[Wr+7];(Ur===void 0||Sn===void 0)&&Lr(Wr,this.length-8);const Nn=this[Wr+4]+this[Wr+5]*2**8+this[Wr+6]*2**16+(Sn<<24);return(BigInt(Nn)<<BigInt(32))+BigInt(Ur+this[++Wr]*2**8+this[++Wr]*2**16+this[++Wr]*2**24)}),re.prototype.readBigInt64BE=Ba(function(Wr){Wr=Wr>>>0,Rr(Wr,"offset");const Ur=this[Wr],Sn=this[Wr+7];(Ur===void 0||Sn===void 0)&&Lr(Wr,this.length-8);const Nn=(Ur<<24)+this[++Wr]*2**16+this[++Wr]*2**8+this[++Wr];return(BigInt(Nn)<<BigInt(32))+BigInt(this[++Wr]*2**24+this[++Wr]*2**16+this[++Wr]*2**8+Sn)}),re.prototype.readFloatLE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),y.read(this,Wr,!0,23,4)},re.prototype.readFloatBE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),y.read(this,Wr,!1,23,4)},re.prototype.readDoubleLE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,8,this.length),y.read(this,Wr,!0,52,8)},re.prototype.readDoubleBE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,8,this.length),y.read(this,Wr,!1,52,8)};function xr(Mn,Wr,Ur,Sn,Nn,Sa){if(!re.isBuffer(Mn))throw new TypeError('"buffer" argument must be a Buffer instance');if(Wr>Nn||Wr<Sa)throw new RangeError('"value" argument is out of bounds');if(Ur+Sn>Mn.length)throw new RangeError("Index out of range")}re.prototype.writeUintLE=re.prototype.writeUIntLE=function(Wr,Ur,Sn,Nn){if(Wr=+Wr,Ur=Ur>>>0,Sn=Sn>>>0,!Nn){const ca=Math.pow(2,8*Sn)-1;xr(this,Wr,Ur,Sn,ca,0)}let Sa=1,Li=0;for(this[Ur]=Wr&255;++Li<Sn&&(Sa*=256);)this[Ur+Li]=Wr/Sa&255;return Ur+Sn},re.prototype.writeUintBE=re.prototype.writeUIntBE=function(Wr,Ur,Sn,Nn){if(Wr=+Wr,Ur=Ur>>>0,Sn=Sn>>>0,!Nn){const ca=Math.pow(2,8*Sn)-1;xr(this,Wr,Ur,Sn,ca,0)}let Sa=Sn-1,Li=1;for(this[Ur+Sa]=Wr&255;--Sa>=0&&(Li*=256);)this[Ur+Sa]=Wr/Li&255;return Ur+Sn},re.prototype.writeUint8=re.prototype.writeUInt8=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,1,255,0),this[Ur]=Wr&255,Ur+1},re.prototype.writeUint16LE=re.prototype.writeUInt16LE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,2,65535,0),this[Ur]=Wr&255,this[Ur+1]=Wr>>>8,Ur+2},re.prototype.writeUint16BE=re.prototype.writeUInt16BE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,2,65535,0),this[Ur]=Wr>>>8,this[Ur+1]=Wr&255,Ur+2},re.prototype.writeUint32LE=re.prototype.writeUInt32LE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,4,4294967295,0),this[Ur+3]=Wr>>>24,this[Ur+2]=Wr>>>16,this[Ur+1]=Wr>>>8,this[Ur]=Wr&255,Ur+4},re.prototype.writeUint32BE=re.prototype.writeUInt32BE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,4,4294967295,0),this[Ur]=Wr>>>24,this[Ur+1]=Wr>>>16,this[Ur+2]=Wr>>>8,this[Ur+3]=Wr&255,Ur+4};function Nr(Mn,Wr,Ur,Sn,Nn){Br(Wr,Sn,Nn,Mn,Ur,7);let Sa=Number(Wr&BigInt(4294967295));Mn[Ur++]=Sa,Sa=Sa>>8,Mn[Ur++]=Sa,Sa=Sa>>8,Mn[Ur++]=Sa,Sa=Sa>>8,Mn[Ur++]=Sa;let Li=Number(Wr>>BigInt(32)&BigInt(4294967295));return Mn[Ur++]=Li,Li=Li>>8,Mn[Ur++]=Li,Li=Li>>8,Mn[Ur++]=Li,Li=Li>>8,Mn[Ur++]=Li,Ur}function Tr(Mn,Wr,Ur,Sn,Nn){Br(Wr,Sn,Nn,Mn,Ur,7);let Sa=Number(Wr&BigInt(4294967295));Mn[Ur+7]=Sa,Sa=Sa>>8,Mn[Ur+6]=Sa,Sa=Sa>>8,Mn[Ur+5]=Sa,Sa=Sa>>8,Mn[Ur+4]=Sa;let Li=Number(Wr>>BigInt(32)&BigInt(4294967295));return Mn[Ur+3]=Li,Li=Li>>8,Mn[Ur+2]=Li,Li=Li>>8,Mn[Ur+1]=Li,Li=Li>>8,Mn[Ur]=Li,Ur+8}re.prototype.writeBigUInt64LE=Ba(function(Wr,Ur=0){return Nr(this,Wr,Ur,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeBigUInt64BE=Ba(function(Wr,Ur=0){return Tr(this,Wr,Ur,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeIntLE=function(Wr,Ur,Sn,Nn){if(Wr=+Wr,Ur=Ur>>>0,!Nn){const fo=Math.pow(2,8*Sn-1);xr(this,Wr,Ur,Sn,fo-1,-fo)}let Sa=0,Li=1,ca=0;for(this[Ur]=Wr&255;++Sa<Sn&&(Li*=256);)Wr<0&&ca===0&&this[Ur+Sa-1]!==0&&(ca=1),this[Ur+Sa]=(Wr/Li>>0)-ca&255;return Ur+Sn},re.prototype.writeIntBE=function(Wr,Ur,Sn,Nn){if(Wr=+Wr,Ur=Ur>>>0,!Nn){const fo=Math.pow(2,8*Sn-1);xr(this,Wr,Ur,Sn,fo-1,-fo)}let Sa=Sn-1,Li=1,ca=0;for(this[Ur+Sa]=Wr&255;--Sa>=0&&(Li*=256);)Wr<0&&ca===0&&this[Ur+Sa+1]!==0&&(ca=1),this[Ur+Sa]=(Wr/Li>>0)-ca&255;return Ur+Sn},re.prototype.writeInt8=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,1,127,-128),Wr<0&&(Wr=255+Wr+1),this[Ur]=Wr&255,Ur+1},re.prototype.writeInt16LE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,2,32767,-32768),this[Ur]=Wr&255,this[Ur+1]=Wr>>>8,Ur+2},re.prototype.writeInt16BE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,2,32767,-32768),this[Ur]=Wr>>>8,this[Ur+1]=Wr&255,Ur+2},re.prototype.writeInt32LE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,4,2147483647,-2147483648),this[Ur]=Wr&255,this[Ur+1]=Wr>>>8,this[Ur+2]=Wr>>>16,this[Ur+3]=Wr>>>24,Ur+4},re.prototype.writeInt32BE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,4,2147483647,-2147483648),Wr<0&&(Wr=4294967295+Wr+1),this[Ur]=Wr>>>24,this[Ur+1]=Wr>>>16,this[Ur+2]=Wr>>>8,this[Ur+3]=Wr&255,Ur+4},re.prototype.writeBigInt64LE=Ba(function(Wr,Ur=0){return Nr(this,Wr,Ur,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),re.prototype.writeBigInt64BE=Ba(function(Wr,Ur=0){return Tr(this,Wr,Ur,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Sr(Mn,Wr,Ur,Sn,Nn,Sa){if(Ur+Sn>Mn.length)throw new RangeError("Index out of range");if(Ur<0)throw new RangeError("Index out of range")}function Ar(Mn,Wr,Ur,Sn,Nn){return Wr=+Wr,Ur=Ur>>>0,Nn||Sr(Mn,Wr,Ur,4),y.write(Mn,Wr,Ur,Sn,23,4),Ur+4}re.prototype.writeFloatLE=function(Wr,Ur,Sn){return Ar(this,Wr,Ur,!0,Sn)},re.prototype.writeFloatBE=function(Wr,Ur,Sn){return Ar(this,Wr,Ur,!1,Sn)};function Fr(Mn,Wr,Ur,Sn,Nn){return Wr=+Wr,Ur=Ur>>>0,Nn||Sr(Mn,Wr,Ur,8),y.write(Mn,Wr,Ur,Sn,52,8),Ur+8}re.prototype.writeDoubleLE=function(Wr,Ur,Sn){return Fr(this,Wr,Ur,!0,Sn)},re.prototype.writeDoubleBE=function(Wr,Ur,Sn){return Fr(this,Wr,Ur,!1,Sn)},re.prototype.copy=function(Wr,Ur,Sn,Nn){if(!re.isBuffer(Wr))throw new TypeError("argument should be a Buffer");if(Sn||(Sn=0),!Nn&&Nn!==0&&(Nn=this.length),Ur>=Wr.length&&(Ur=Wr.length),Ur||(Ur=0),Nn>0&&Nn<Sn&&(Nn=Sn),Nn===Sn||Wr.length===0||this.length===0)return 0;if(Ur<0)throw new RangeError("targetStart out of bounds");if(Sn<0||Sn>=this.length)throw new RangeError("Index out of range");if(Nn<0)throw new RangeError("sourceEnd out of bounds");Nn>this.length&&(Nn=this.length),Wr.length-Ur<Nn-Sn&&(Nn=Wr.length-Ur+Sn);const Sa=Nn-Sn;return this===Wr&&typeof k.prototype.copyWithin=="function"?this.copyWithin(Ur,Sn,Nn):k.prototype.set.call(Wr,this.subarray(Sn,Nn),Ur),Sa},re.prototype.fill=function(Wr,Ur,Sn,Nn){if(typeof Wr=="string"){if(typeof Ur=="string"?(Nn=Ur,Ur=0,Sn=this.length):typeof Sn=="string"&&(Nn=Sn,Sn=this.length),Nn!==void 0&&typeof Nn!="string")throw new TypeError("encoding must be a string");if(typeof Nn=="string"&&!re.isEncoding(Nn))throw new TypeError("Unknown encoding: "+Nn);if(Wr.length===1){const Li=Wr.charCodeAt(0);(Nn==="utf8"&&Li<128||Nn==="latin1")&&(Wr=Li)}}else typeof Wr=="number"?Wr=Wr&255:typeof Wr=="boolean"&&(Wr=Number(Wr));if(Ur<0||this.length<Ur||this.length<Sn)throw new RangeError("Out of range index");if(Sn<=Ur)return this;Ur=Ur>>>0,Sn=Sn===void 0?this.length:Sn>>>0,Wr||(Wr=0);let Sa;if(typeof Wr=="number")for(Sa=Ur;Sa<Sn;++Sa)this[Sa]=Wr;else{const Li=re.isBuffer(Wr)?Wr:re.from(Wr,Nn),ca=Li.length;if(ca===0)throw new TypeError('The value "'+Wr+'" is invalid for argument "value"');for(Sa=0;Sa<Sn-Ur;++Sa)this[Sa+Ur]=Li[Sa%ca]}return this};const Gr={};function Vr(Mn,Wr,Ur){Gr[Mn]=class extends Ur{constructor(){super(),Object.defineProperty(this,"message",{value:Wr.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${Mn}]`,this.stack,delete this.name}get code(){return Mn}set code(Nn){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:Nn,writable:!0})}toString(){return`${this.name} [${Mn}]: ${this.message}`}}}Vr("ERR_BUFFER_OUT_OF_BOUNDS",function(Mn){return Mn?`${Mn} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Vr("ERR_INVALID_ARG_TYPE",function(Mn,Wr){return`The "${Mn}" argument must be of type number. Received type ${typeof Wr}`},TypeError),Vr("ERR_OUT_OF_RANGE",function(Mn,Wr,Ur){let Sn=`The value of "${Mn}" is out of range.`,Nn=Ur;return Number.isInteger(Ur)&&Math.abs(Ur)>2**32?Nn=Dr(String(Ur)):typeof Ur=="bigint"&&(Nn=String(Ur),(Ur>BigInt(2)**BigInt(32)||Ur<-(BigInt(2)**BigInt(32)))&&(Nn=Dr(Nn)),Nn+="n"),Sn+=` It must be ${Wr}. Received ${Nn}`,Sn},RangeError);function Dr(Mn){let Wr="",Ur=Mn.length;const Sn=Mn[0]==="-"?1:0;for(;Ur>=Sn+4;Ur-=3)Wr=`_${Mn.slice(Ur-3,Ur)}${Wr}`;return`${Mn.slice(0,Ur)}${Wr}`}function Ir(Mn,Wr,Ur){Rr(Wr,"offset"),(Mn[Wr]===void 0||Mn[Wr+Ur]===void 0)&&Lr(Wr,Mn.length-(Ur+1))}function Br(Mn,Wr,Ur,Sn,Nn,Sa){if(Mn>Ur||Mn<Wr){const Li=typeof Wr=="bigint"?"n":"";let ca;throw Wr===0||Wr===BigInt(0)?ca=`>= 0${Li} and < 2${Li} ** ${(Sa+1)*8}${Li}`:ca=`>= -(2${Li} ** ${(Sa+1)*8-1}${Li}) and < 2 ** ${(Sa+1)*8-1}${Li}`,new Gr.ERR_OUT_OF_RANGE("value",ca,Mn)}Ir(Sn,Nn,Sa)}function Rr(Mn,Wr){if(typeof Mn!="number")throw new Gr.ERR_INVALID_ARG_TYPE(Wr,"number",Mn)}function Lr(Mn,Wr,Ur){throw Math.floor(Mn)!==Mn?(Rr(Mn,Ur),new Gr.ERR_OUT_OF_RANGE("offset","an integer",Mn)):Wr<0?new Gr.ERR_BUFFER_OUT_OF_BOUNDS:new Gr.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${Wr}`,Mn)}const $r=/[^+/0-9A-Za-z-_]/g;function jr(Mn){if(Mn=Mn.split("=")[0],Mn=Mn.trim().replace($r,""),Mn.length<2)return"";for(;Mn.length%4!==0;)Mn=Mn+"=";return Mn}function vn(Mn,Wr){Wr=Wr||1/0;let Ur;const Sn=Mn.length;let Nn=null;const Sa=[];for(let Li=0;Li<Sn;++Li){if(Ur=Mn.charCodeAt(Li),Ur>55295&&Ur<57344){if(!Nn){if(Ur>56319){(Wr-=3)>-1&&Sa.push(239,191,189);continue}else if(Li+1===Sn){(Wr-=3)>-1&&Sa.push(239,191,189);continue}Nn=Ur;continue}if(Ur<56320){(Wr-=3)>-1&&Sa.push(239,191,189),Nn=Ur;continue}Ur=(Nn-55296<<10|Ur-56320)+65536}else Nn&&(Wr-=3)>-1&&Sa.push(239,191,189);if(Nn=null,Ur<128){if((Wr-=1)<0)break;Sa.push(Ur)}else if(Ur<2048){if((Wr-=2)<0)break;Sa.push(Ur>>6|192,Ur&63|128)}else if(Ur<65536){if((Wr-=3)<0)break;Sa.push(Ur>>12|224,Ur>>6&63|128,Ur&63|128)}else if(Ur<1114112){if((Wr-=4)<0)break;Sa.push(Ur>>18|240,Ur>>12&63|128,Ur>>6&63|128,Ur&63|128)}else throw new Error("Invalid code point")}return Sa}function Kr(Mn){const Wr=[];for(let Ur=0;Ur<Mn.length;++Ur)Wr.push(Mn.charCodeAt(Ur)&255);return Wr}function kr(Mn,Wr){let Ur,Sn,Nn;const Sa=[];for(let Li=0;Li<Mn.length&&!((Wr-=2)<0);++Li)Ur=Mn.charCodeAt(Li),Sn=Ur>>8,Nn=Ur%256,Sa.push(Nn),Sa.push(Sn);return Sa}function Qr(Mn){return t.toByteArray(jr(Mn))}function Zr(Mn,Wr,Ur,Sn){let Nn;for(Nn=0;Nn<Sn&&!(Nn+Ur>=Wr.length||Nn>=Mn.length);++Nn)Wr[Nn+Ur]=Mn[Nn];return Nn}function Vi(Mn,Wr){return Mn instanceof Wr||Mn!=null&&Mn.constructor!=null&&Mn.constructor.name!=null&&Mn.constructor.name===Wr.name}function To(Mn){return Mn!==Mn}const oa=function(){const Mn="0123456789abcdef",Wr=new Array(256);for(let Ur=0;Ur<16;++Ur){const Sn=Ur*16;for(let Nn=0;Nn<16;++Nn)Wr[Sn+Nn]=Mn[Ur]+Mn[Nn]}return Wr}();function Ba(Mn){return typeof BigInt>"u"?rs:Mn}function rs(){throw new Error("BigInt not supported")}})(buffer$2);const Buffer$F=buffer$2.Buffer;var 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 e=requireLib$3(),t=requireHtmlparser2Adapter(),y=requireParse5Adapter(),n=requireLib$a();function $(L,j,V){if(typeof Buffer$F<"u"&&Buffer$F.isBuffer(L)&&(L=L.toString()),typeof L=="string")return j.xmlMode||j._useHtmlParser2?t.parse(L,j):y.parse(L,j,V);var z=L;if(!Array.isArray(z)&&n.isDocument(z))return z;var re=new n.Document([]);return k(z,re),re}parse$1.default=$;function k(L,j){var V=Array.isArray(L)?L:[L];j?j.children=V:j=null;for(var z=0;z<V.length;z++){var re=V[z];re.parent&&re.parent.children!==V&&e.DomUtils.removeElement(re),j?(re.prev=V[z-1]||null,re.next=V[z+1]||null):re.prev=re.next=null,re.parent=j}return j}return parse$1.update=k,parse$1}var utils$t={},hasRequiredUtils$1;function requireUtils$1(){if(hasRequiredUtils$1)return utils$t;hasRequiredUtils$1=1,Object.defineProperty(utils$t,"__esModule",{value:!0}),utils$t.isHtml=utils$t.cloneDom=utils$t.domEach=utils$t.cssCase=utils$t.camelCase=utils$t.isCheerio=utils$t.isTag=void 0;var e=requireLib$3(),t=requireLib$a();utils$t.isTag=e.DomUtils.isTag;function y(z){return z.cheerio!=null}utils$t.isCheerio=y;function n(z){return z.replace(/[_.-](\w|$)/g,function(re,oe){return oe.toUpperCase()})}utils$t.camelCase=n;function $(z){return z.replace(/[A-Z]/g,"-$&").toLowerCase()}utils$t.cssCase=$;function k(z,re){for(var oe=z.length,ue=0;ue<oe;ue++)re(z[ue],ue);return z}utils$t.domEach=k;function L(z){var re="length"in z?Array.prototype.map.call(z,function(ue){return t.cloneNode(ue,!0)}):[t.cloneNode(z,!0)],oe=new t.Document(re);return re.forEach(function(ue){ue.parent=oe}),re}utils$t.cloneDom=L;var j=/<[a-zA-Z][^]*>/;function V(z){return j.test(z)}return utils$t.isHtml=V,utils$t}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 e=require_static(),t=requireUtils$1(),y=Object.prototype.hasOwnProperty,n=/\s+/,$="data-",k={null:null,true:!0,false:!1},L=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,j=/^{[^]*}$|^\[[^]*]$/;function V(nr,lr,Et){var ie;if(!(!nr||!t.isTag(nr))){if((ie=nr.attribs)!==null&&ie!==void 0||(nr.attribs={}),!lr)return nr.attribs;if(y.call(nr.attribs,lr))return!Et&&L.test(lr)?lr:nr.attribs[lr];if(nr.name==="option"&&lr==="value")return e.text(nr.children);if(nr.name==="input"&&(nr.attribs.type==="radio"||nr.attribs.type==="checkbox")&&lr==="value")return"on"}}function z(nr,lr,Et){Et===null?Ve(nr,lr):nr.attribs[lr]=""+Et}function re(nr,lr){if(typeof nr=="object"||lr!==void 0){if(typeof lr=="function"){if(typeof nr!="string")throw new Error("Bad combination of arguments.");return t.domEach(this,function(Et,ie){t.isTag(Et)&&z(Et,nr,lr.call(Et,ie,Et.attribs[nr]))})}return t.domEach(this,function(Et){t.isTag(Et)&&(typeof nr=="object"?Object.keys(nr).forEach(function(ie){var pe=nr[ie];z(Et,ie,pe)}):z(Et,nr,lr))})}return arguments.length>1?this:V(this[0],nr,this.options.xmlMode)}attributes.attr=re;function oe(nr,lr,Et){if(!(!nr||!t.isTag(nr)))return lr in nr?nr[lr]:!Et&&L.test(lr)?V(nr,lr,!1)!==void 0:V(nr,lr,Et)}function ue(nr,lr,Et,ie){lr in nr?nr[lr]=Et:z(nr,lr,!ie&&L.test(lr)?Et?"":null:""+Et)}function de(nr,lr){var Et=this;if(typeof nr=="string"&&lr===void 0)switch(nr){case"style":{var ie=this.css(),pe=Object.keys(ie);return pe.forEach(function(Ie,jt){ie[jt]=Ie}),ie.length=pe.length,ie}case"tagName":case"nodeName":{var Ce=this[0];return t.isTag(Ce)?Ce.name.toUpperCase():void 0}case"outerHTML":return this.clone().wrap("<container />").parent().html();case"innerHTML":return this.html();default:return oe(this[0],nr,this.options.xmlMode)}if(typeof nr=="object"||lr!==void 0){if(typeof lr=="function"){if(typeof nr=="object")throw new Error("Bad combination of arguments.");return t.domEach(this,function(Ie,jt){t.isTag(Ie)&&ue(Ie,nr,lr.call(Ie,jt,oe(Ie,nr,Et.options.xmlMode)),Et.options.xmlMode)})}return t.domEach(this,function(Ie){t.isTag(Ie)&&(typeof nr=="object"?Object.keys(nr).forEach(function(jt){var ar=nr[jt];ue(Ie,jt,ar,Et.options.xmlMode)}):ue(Ie,nr,lr,Et.options.xmlMode))})}}attributes.prop=de;function _e(nr,lr,Et){var ie,pe=nr;(ie=pe.data)!==null&&ie!==void 0||(pe.data={}),typeof lr=="object"?Object.assign(pe.data,lr):typeof lr=="string"&&Et!==void 0&&(pe.data[lr]=Et)}function Ne(nr,lr){var Et,ie,pe;lr==null?(Et=Object.keys(nr.attribs).filter(function(ar){return ar.startsWith($)}),ie=Et.map(function(ar){return t.camelCase(ar.slice($.length))})):(Et=[$+t.cssCase(lr)],ie=[lr]);for(var Ce=0;Ce<Et.length;++Ce){var Ie=Et[Ce],jt=ie[Ce];if(y.call(nr.attribs,Ie)&&!y.call(nr.data,jt)){if(pe=nr.attribs[Ie],y.call(k,pe))pe=k[pe];else if(pe===String(Number(pe)))pe=Number(pe);else if(j.test(pe))try{pe=JSON.parse(pe)}catch{}nr.data[jt]=pe}}return lr==null?nr.data:pe}function Ue(nr,lr){var Et,ie=this[0];if(!(!ie||!t.isTag(ie))){var pe=ie;return(Et=pe.data)!==null&&Et!==void 0||(pe.data={}),nr?typeof nr=="object"||lr!==void 0?(t.domEach(this,function(Ce){t.isTag(Ce)&&(typeof nr=="object"?_e(Ce,nr):_e(Ce,nr,lr))}),this):y.call(pe.data,nr)?pe.data[nr]:Ne(pe,nr):Ne(pe)}}attributes.data=Ue;function $e(nr){var lr=arguments.length===0,Et=this[0];if(!Et||!t.isTag(Et))return lr?void 0:this;switch(Et.name){case"textarea":return this.text(nr);case"select":{var ie=this.find("option:selected");if(!lr){if(this.attr("multiple")==null&&typeof nr=="object")return this;this.find("option").removeAttr("selected");for(var pe=typeof nr!="object"?[nr]:nr,Ce=0;Ce<pe.length;Ce++)this.find('option[value="'+pe[Ce]+'"]').attr("selected","");return this}return this.attr("multiple")?ie.toArray().map(function(Ie){return e.text(Ie.children)}):ie.attr("value")}case"input":case"option":return lr?this.attr("value"):this.attr("value",nr)}}attributes.val=$e;function Ve(nr,lr){!nr.attribs||!y.call(nr.attribs,lr)||delete nr.attribs[lr]}function Fe(nr){return nr?nr.trim().split(n):[]}function qe(nr){for(var lr=Fe(nr),Et=function(Ce){t.domEach(ie,function(Ie){t.isTag(Ie)&&Ve(Ie,lr[Ce])})},ie=this,pe=0;pe<lr.length;pe++)Et(pe);return this}attributes.removeAttr=qe;function er(nr){return this.toArray().some(function(lr){var Et=t.isTag(lr)&&lr.attribs.class,ie=-1;if(Et&&nr.length)for(;(ie=Et.indexOf(nr,ie+1))>-1;){var pe=ie+nr.length;if((ie===0||n.test(Et[ie-1]))&&(pe===Et.length||n.test(Et[pe])))return!0}return!1})}attributes.hasClass=er;function ir(nr){if(typeof nr=="function")return t.domEach(this,function(ur,kt){if(t.isTag(ur)){var he=ur.attribs.class||"";ir.call([ur],nr.call(ur,kt,he))}});if(!nr||typeof nr!="string")return this;for(var lr=nr.split(n),Et=this.length,ie=0;ie<Et;ie++){var pe=this[ie];if(t.isTag(pe)){var Ce=V(pe,"class",!1);if(!Ce)z(pe,"class",lr.join(" ").trim());else{for(var Ie=" "+Ce+" ",jt=0;jt<lr.length;jt++){var ar=lr[jt]+" ";Ie.includes(" "+ar)||(Ie+=ar)}z(pe,"class",Ie.trim())}}}return this}attributes.addClass=ir;function dr(nr){if(typeof nr=="function")return t.domEach(this,function(pe,Ce){t.isTag(pe)&&dr.call([pe],nr.call(pe,Ce,pe.attribs.class||""))});var lr=Fe(nr),Et=lr.length,ie=arguments.length===0;return t.domEach(this,function(pe){if(t.isTag(pe))if(ie)pe.attribs.class="";else{for(var Ce=Fe(pe.attribs.class),Ie=!1,jt=0;jt<Et;jt++){var ar=Ce.indexOf(lr[jt]);ar>=0&&(Ce.splice(ar,1),Ie=!0,jt--)}Ie&&(pe.attribs.class=Ce.join(" "))}})}attributes.removeClass=dr;function cr(nr,lr){if(typeof nr=="function")return t.domEach(this,function(he,tr){t.isTag(he)&&cr.call([he],nr.call(he,tr,he.attribs.class||"",lr),lr)});if(!nr||typeof nr!="string")return this;for(var Et=nr.split(n),ie=Et.length,pe=typeof lr=="boolean"?lr?1:-1:0,Ce=this.length,Ie=0;Ie<Ce;Ie++){var jt=this[Ie];if(t.isTag(jt)){for(var ar=Fe(jt.attribs.class),ur=0;ur<ie;ur++){var kt=ar.indexOf(Et[ur]);pe>=0&&kt<0?ar.push(Et[ur]):pe<=0&&kt>=0&&ar.splice(kt,1)}jt.attribs.class=ar.join(" ")}}return this}return attributes.toggleClass=cr,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 e=require$$0$8,t=requireLib$a(),y=e.__importStar(requireLib$4()),n=requireUtils$1(),$=require_static(),k=requireLib$3(),L=k.DomUtils.uniqueSort,j=/^\s*[~+]/;function V(ur){var kt;if(!ur)return this._make([]);var he=this.toArray();if(typeof ur!="string"){var tr=n.isCheerio(ur)?ur.toArray():[ur];return this._make(tr.filter(function(yr){return he.some(function(xr){return $.contains(xr,yr)})}))}var gr=j.test(ur)?he:this.children().toArray(),_r={context:he,root:(kt=this._root)===null||kt===void 0?void 0:kt[0],xmlMode:this.options.xmlMode};return this._make(y.select(ur,gr,_r))}traversing.find=V;function z(ur){return function(kt){for(var he=[],tr=1;tr<arguments.length;tr++)he[tr-1]=arguments[tr];return function(gr){var _r,yr=ur(kt,this);return gr&&(yr=qe(yr,gr,this.options.xmlMode,(_r=this._root)===null||_r===void 0?void 0:_r[0])),this._make(this.length>1&&yr.length>1?he.reduce(function(xr,Nr){return Nr(xr)},yr):yr)}}}var re=z(function(ur,kt){for(var he,tr=[],gr=0;gr<kt.length;gr++){var _r=ur(kt[gr]);tr.push(_r)}return(he=new Array).concat.apply(he,tr)}),oe=z(function(ur,kt){for(var he=[],tr=0;tr<kt.length;tr++){var gr=ur(kt[tr]);gr!==null&&he.push(gr)}return he});function ue(ur){for(var kt=[],he=1;he<arguments.length;he++)kt[he-1]=arguments[he];var tr=null,gr=z(function(_r,yr){var xr=[];return n.domEach(yr,function(Nr){for(var Tr;(Tr=_r(Nr))&&!(tr!=null&&tr(Tr,xr.length));Nr=Tr)xr.push(Tr)}),xr}).apply(void 0,e.__spreadArray([ur],kt));return function(_r,yr){var xr=this;tr=typeof _r=="string"?function(Tr){return y.is(Tr,_r,xr.options)}:_r?Ve(_r):null;var Nr=gr.call(this,yr);return tr=null,Nr}}function de(ur){return Array.from(new Set(ur))}traversing.parent=oe(function(ur){var kt=ur.parent;return kt&&!t.isDocument(kt)?kt:null},de),traversing.parents=re(function(ur){for(var kt=[];ur.parent&&!t.isDocument(ur.parent);)kt.push(ur.parent),ur=ur.parent;return kt},L,function(ur){return ur.reverse()}),traversing.parentsUntil=ue(function(ur){var kt=ur.parent;return kt&&!t.isDocument(kt)?kt:null},L,function(ur){return ur.reverse()});function _e(ur){var kt=this,he=[];return ur?(n.domEach(this,function(tr){for(var gr;tr&&tr.type!=="root";){if(!ur||qe([tr],ur,kt.options.xmlMode,(gr=kt._root)===null||gr===void 0?void 0:gr[0]).length){tr&&!he.includes(tr)&&he.push(tr);break}tr=tr.parent}}),this._make(he)):this._make(he)}traversing.closest=_e,traversing.next=oe(function(ur){return k.DomUtils.nextElementSibling(ur)}),traversing.nextAll=re(function(ur){for(var kt=[];ur.next;)ur=ur.next,n.isTag(ur)&&kt.push(ur);return kt},de),traversing.nextUntil=ue(function(ur){return k.DomUtils.nextElementSibling(ur)},de),traversing.prev=oe(function(ur){return k.DomUtils.prevElementSibling(ur)}),traversing.prevAll=re(function(ur){for(var kt=[];ur.prev;)ur=ur.prev,n.isTag(ur)&&kt.push(ur);return kt},de),traversing.prevUntil=ue(function(ur){return k.DomUtils.prevElementSibling(ur)},de),traversing.siblings=re(function(ur){return k.DomUtils.getSiblings(ur).filter(function(kt){return n.isTag(kt)&&kt!==ur})},L),traversing.children=re(function(ur){return k.DomUtils.getChildren(ur).filter(n.isTag)},de);function Ne(){var ur=this.toArray().reduce(function(kt,he){return t.hasChildren(he)?kt.concat(he.children):kt},[]);return this._make(ur)}traversing.contents=Ne;function Ue(ur){for(var kt=0,he=this.length;kt<he&&ur.call(this[kt],kt,this[kt])!==!1;)++kt;return this}traversing.each=Ue;function $e(ur){for(var kt=[],he=0;he<this.length;he++){var tr=this[he],gr=ur.call(tr,he,tr);gr!=null&&(kt=kt.concat(gr))}return this._make(kt)}traversing.map=$e;function Ve(ur){return typeof ur=="function"?function(kt,he){return ur.call(kt,he,kt)}:n.isCheerio(ur)?function(kt){return Array.prototype.includes.call(ur,kt)}:function(kt){return ur===kt}}function Fe(ur){var kt;return this._make(qe(this.toArray(),ur,this.options.xmlMode,(kt=this._root)===null||kt===void 0?void 0:kt[0]))}traversing.filter=Fe;function qe(ur,kt,he,tr){return typeof kt=="string"?y.filter(kt,ur,{xmlMode:he,root:tr}):ur.filter(Ve(kt))}traversing.filterArray=qe;function er(ur){var kt=this.toArray();return typeof ur=="string"?y.some(kt.filter(n.isTag),ur,this.options):ur?kt.some(Ve(ur)):!1}traversing.is=er;function ir(ur){var kt=this.toArray();if(typeof ur=="string"){var he=new Set(y.filter(ur,kt,this.options));kt=kt.filter(function(gr){return!he.has(gr)})}else{var tr=Ve(ur);kt=kt.filter(function(gr,_r){return!tr(gr,_r)})}return this._make(kt)}traversing.not=ir;function dr(ur){var kt=this;return this.filter(typeof ur=="string"?":has("+ur+")":function(he,tr){return kt._make(tr).find(ur).length>0})}traversing.has=dr;function cr(){return this.length>1?this._make(this[0]):this}traversing.first=cr;function nr(){return this.length>0?this._make(this[this.length-1]):this}traversing.last=nr;function lr(ur){var kt;return ur=+ur,ur===0&&this.length<=1?this:(ur<0&&(ur=this.length+ur),this._make((kt=this[ur])!==null&&kt!==void 0?kt:[]))}traversing.eq=lr;function Et(ur){return ur==null?this.toArray():this[ur<0?this.length+ur:ur]}traversing.get=Et;function ie(){return Array.prototype.slice.call(this)}traversing.toArray=ie;function pe(ur){var kt,he;return ur==null?(kt=this.parent().children(),he=this[0]):typeof ur=="string"?(kt=this._make(ur),he=this[0]):(kt=this,he=n.isCheerio(ur)?ur[0]:ur),Array.prototype.indexOf.call(kt,he)}traversing.index=pe;function Ce(ur,kt){return this._make(Array.prototype.slice.call(this,ur,kt))}traversing.slice=Ce;function Ie(){var ur;return(ur=this.prevObject)!==null&&ur!==void 0?ur:this._make([])}traversing.end=Ie;function jt(ur,kt){var he=this._make(ur,kt),tr=L(e.__spreadArray(e.__spreadArray([],this.get()),he.get()));return this._make(tr)}traversing.add=jt;function ar(ur){return this.prevObject?this.add(ur?this.prevObject.filter(ur):this.prevObject):this}return traversing.addBack=ar,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 e=require$$0$8,t=requireLib$a(),y=requireLib$a(),n=e.__importStar(requireParse()),$=require_static(),k=requireUtils$1(),L=requireLib$3();function j(lr,Et){var ie=this;return lr==null?[]:k.isCheerio(lr)?Et?k.cloneDom(lr.get()):lr.get():Array.isArray(lr)?lr.reduce(function(pe,Ce){return pe.concat(ie._makeDomArray(Ce,Et))},[]):typeof lr=="string"?n.default(lr,this.options,!1).children:Et?k.cloneDom([lr]):[lr]}manipulation._makeDomArray=j;function V(lr){return function(){for(var Et=this,ie=[],pe=0;pe<arguments.length;pe++)ie[pe]=arguments[pe];var Ce=this.length-1;return k.domEach(this,function(Ie,jt){if(t.hasChildren(Ie)){var ar=typeof ie[0]=="function"?ie[0].call(Ie,jt,$.html(Ie.children)):ie,ur=Et._makeDomArray(ar,jt<Ce);lr(ur,Ie.children,Ie)}})}}function z(lr,Et,ie,pe,Ce){for(var Ie,jt,ar=e.__spreadArray([Et,ie],pe),ur=lr[Et-1]||null,kt=lr[Et+ie]||null,he=0;he<pe.length;++he){var tr=pe[he],gr=tr.parent;if(gr){var _r=gr.children.indexOf(pe[he]);_r>-1&&(gr.children.splice(_r,1),Ce===gr&&Et>_r&&ar[0]--)}tr.parent=Ce,tr.prev&&(tr.prev.next=(Ie=tr.next)!==null&&Ie!==void 0?Ie:null),tr.next&&(tr.next.prev=(jt=tr.prev)!==null&&jt!==void 0?jt:null),tr.prev=pe[he-1]||ur,tr.next=pe[he+1]||kt}return ur&&(ur.next=pe[0]),kt&&(kt.prev=pe[pe.length-1]),lr.splice.apply(lr,ar)}function re(lr){var Et=k.isCheerio(lr)?lr:this._make(lr);return Et.append(this),this}manipulation.appendTo=re;function oe(lr){var Et=k.isCheerio(lr)?lr:this._make(lr);return Et.prepend(this),this}manipulation.prependTo=oe,manipulation.append=V(function(lr,Et,ie){z(Et,Et.length,0,lr,ie)}),manipulation.prepend=V(function(lr,Et,ie){z(Et,0,0,lr,ie)});function ue(lr){return function(Et){for(var ie=this.length-1,pe=this.parents().last(),Ce=0;Ce<this.length;Ce++){var Ie=this[Ce],jt=typeof Et=="function"?Et.call(Ie,Ce,Ie):typeof Et=="string"&&!k.isHtml(Et)?pe.find(Et).clone():Et,ar=this._makeDomArray(jt,Ce<ie)[0];if(!(!ar||!L.DomUtils.hasChildren(ar))){for(var ur=ar,kt=0;kt<ur.children.length;){var he=ur.children[kt];k.isTag(he)?(ur=he,kt=0):kt++}lr(Ie,ur,[ar])}}return this}}manipulation.wrap=ue(function(lr,Et,ie){var pe=lr.parent;if(pe){var Ce=pe.children,Ie=Ce.indexOf(lr);n.update([lr],Et),z(Ce,Ie,0,ie,pe)}}),manipulation.wrapInner=ue(function(lr,Et,ie){t.hasChildren(lr)&&(n.update(lr.children,Et),n.update(ie,lr))});function de(lr){var Et=this;return this.parent(lr).not("body").each(function(ie,pe){Et._make(pe).replaceWith(pe.children)}),this}manipulation.unwrap=de;function _e(lr){var Et=this[0];if(Et){for(var ie=this._make(typeof lr=="function"?lr.call(Et,0,Et):lr).insertBefore(Et),pe=void 0,Ce=0;Ce<ie.length;Ce++)ie[Ce].type==="tag"&&(pe=ie[Ce]);for(var Ie=0;pe&&Ie<pe.children.length;){var jt=pe.children[Ie];jt.type==="tag"?(pe=jt,Ie=0):Ie++}pe&&this._make(pe).append(this)}return this}manipulation.wrapAll=_e;function Ne(){for(var lr=this,Et=[],ie=0;ie<arguments.length;ie++)Et[ie]=arguments[ie];var pe=this.length-1;return k.domEach(this,function(Ce,Ie){var jt=Ce.parent;if(!(!L.DomUtils.hasChildren(Ce)||!jt)){var ar=jt.children,ur=ar.indexOf(Ce);if(!(ur<0)){var kt=typeof Et[0]=="function"?Et[0].call(Ce,Ie,$.html(Ce.children)):Et,he=lr._makeDomArray(kt,Ie<pe);z(ar,ur+1,0,he,jt)}}})}manipulation.after=Ne;function Ue(lr){var Et=this;typeof lr=="string"&&(lr=this._make(lr)),this.remove();var ie=[];return this._makeDomArray(lr).forEach(function(pe){var Ce=Et.clone().toArray(),Ie=pe.parent;if(Ie){var jt=Ie.children,ar=jt.indexOf(pe);ar<0||(z(jt,ar+1,0,Ce,Ie),ie.push.apply(ie,Ce))}}),this._make(ie)}manipulation.insertAfter=Ue;function $e(){for(var lr=this,Et=[],ie=0;ie<arguments.length;ie++)Et[ie]=arguments[ie];var pe=this.length-1;return k.domEach(this,function(Ce,Ie){var jt=Ce.parent;if(!(!L.DomUtils.hasChildren(Ce)||!jt)){var ar=jt.children,ur=ar.indexOf(Ce);if(!(ur<0)){var kt=typeof Et[0]=="function"?Et[0].call(Ce,Ie,$.html(Ce.children)):Et,he=lr._makeDomArray(kt,Ie<pe);z(ar,ur,0,he,jt)}}})}manipulation.before=$e;function Ve(lr){var Et=this,ie=this._make(lr);this.remove();var pe=[];return k.domEach(ie,function(Ce){var Ie=Et.clone().toArray(),jt=Ce.parent;if(jt){var ar=jt.children,ur=ar.indexOf(Ce);ur<0||(z(ar,ur,0,Ie,jt),pe.push.apply(pe,Ie))}}),this._make(pe)}manipulation.insertBefore=Ve;function Fe(lr){var Et=lr?this.filter(lr):this;return k.domEach(Et,function(ie){L.DomUtils.removeElement(ie),ie.prev=ie.next=ie.parent=null}),this}manipulation.remove=Fe;function qe(lr){var Et=this;return k.domEach(this,function(ie,pe){var Ce=ie.parent;if(Ce){var Ie=Ce.children,jt=typeof lr=="function"?lr.call(ie,pe,ie):lr,ar=Et._makeDomArray(jt);n.update(ar,null);var ur=Ie.indexOf(ie);z(Ie,ur,1,ar,Ce),ar.includes(ie)||(ie.parent=ie.prev=ie.next=null)}})}manipulation.replaceWith=qe;function er(){return k.domEach(this,function(lr){L.DomUtils.hasChildren(lr)&&(lr.children.forEach(function(Et){Et.next=Et.prev=Et.parent=null}),lr.children.length=0)})}manipulation.empty=er;function ir(lr){if(lr===void 0){var Et=this[0];return!Et||!L.DomUtils.hasChildren(Et)?null:$.html(Et.children,this.options)}var ie=e.__assign(e.__assign({},this.options),{context:null});return k.domEach(this,function(pe){if(L.DomUtils.hasChildren(pe)){pe.children.forEach(function(Ie){Ie.next=Ie.prev=Ie.parent=null}),ie.context=pe;var Ce=k.isCheerio(lr)?lr.toArray():n.default(""+lr,ie,!1).children;n.update(Ce,pe)}})}manipulation.html=ir;function dr(){return $.html(this,this.options)}manipulation.toString=dr;function cr(lr){var Et=this;return lr===void 0?$.text(this):typeof lr=="function"?k.domEach(this,function(ie,pe){cr.call(Et._make(ie),lr.call(ie,pe,$.text([ie])))}):k.domEach(this,function(ie){if(L.DomUtils.hasChildren(ie)){ie.children.forEach(function(Ce){Ce.next=Ce.prev=Ce.parent=null});var pe=new y.Text(lr);n.update(pe,ie)}})}manipulation.text=cr;function nr(){return this._make(k.cloneDom(this.get()))}return manipulation.clone=nr,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 e=requireUtils$1();function t(L,j){return L!=null&&j!=null||typeof L=="object"&&!Array.isArray(L)?e.domEach(this,function(V,z){e.isTag(V)&&y(V,L,j,z)}):n(this[0],L)}css$1.css=t;function y(L,j,V,z){if(typeof j=="string"){var re=n(L),oe=typeof V=="function"?V.call(L,z,re[j]):V;oe===""?delete re[j]:oe!=null&&(re[j]=oe),L.attribs.style=$(re)}else typeof j=="object"&&Object.keys(j).forEach(function(ue,de){y(L,ue,j[ue],de)})}function n(L,j){if(!(!L||!e.isTag(L))){var V=k(L.attribs.style);if(typeof j=="string")return V[j];if(Array.isArray(j)){var z={};return j.forEach(function(re){V[re]!=null&&(z[re]=V[re])}),z}return V}}function $(L){return Object.keys(L).reduce(function(j,V){return""+j+(j?" ":"")+V+": "+L[V]+";"},"")}function k(L){return L=(L||"").trim(),L?L.split(";").reduce(function(j,V){var z=V.indexOf(":");return z<1||z===V.length-1||(j[V.slice(0,z).trim()]=V.slice(z+1).trim()),j},{}):{}}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 e=requireUtils$1(),t="input,select,textarea,keygen",y=/%20/g,n=/\r?\n/g;function $(){var L=this.serializeArray(),j=L.map(function(V){return encodeURIComponent(V.name)+"="+encodeURIComponent(V.value)});return j.join("&").replace(y,"+")}forms.serialize=$;function k(){var L=this;return this.map(function(j,V){var z=L._make(V);return e.isTag(V)&&V.name==="form"?z.find(t).toArray():z.filter(t).toArray()}).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map(function(j,V){var z,re=L._make(V),oe=re.attr("name"),ue=(z=re.val())!==null&&z!==void 0?z:"";return Array.isArray(ue)?ue.map(function(de){return{name:oe,value:de.replace(n,`\r
`)}}):{name:oe,value:ue.replace(n,`\r
`)}}).toArray()}return forms.serializeArray=k,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 e=require$$0$8,t=e.__importDefault(requireParse()),y=e.__importDefault(requireOptions()),n=requireUtils$1(),$=e.__importStar(requireAttributes()),k=e.__importStar(requireTraversing()),L=e.__importStar(requireManipulation()),j=e.__importStar(requireCss()),V=e.__importStar(requireForms()),z=function(){function oe(ue,de,_e,Ne){var Ue=this;if(Ne===void 0&&(Ne=y.default),this.length=0,this.options=Ne,!ue)return this;if(_e&&(typeof _e=="string"&&(_e=t.default(_e,this.options,!1)),this._root=new this.constructor(_e,null,null,this.options),this._root._root=this._root),n.isCheerio(ue))return ue;var $e=typeof ue=="string"&&n.isHtml(ue)?t.default(ue,this.options,!1).children:re(ue)?[ue]:Array.isArray(ue)?ue:null;if($e)return $e.forEach(function(qe,er){Ue[er]=qe}),this.length=$e.length,this;var Ve=ue,Fe=de?typeof de=="string"?n.isHtml(de)?this._make(t.default(de,this.options,!1)):(Ve=de+" "+Ve,this._root):n.isCheerio(de)?de:this._make(de):this._root;return Fe?Fe.find(Ve):this}return oe.prototype._make=function(ue,de){var _e=new this.constructor(ue,de,this._root,this.options);return _e.prevObject=this,_e},oe}();cheerio$1.Cheerio=z,z.prototype.cheerio="[cheerio object]",z.prototype.splice=Array.prototype.splice,z.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(z.prototype,$,k,L,j,V);function re(oe){return!!oe.name||oe.type==="root"||oe.type==="text"||oe.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 e=require$$0$8,t=e.__importStar(requireOptions()),y=e.__importStar(require_static()),n=requireCheerio(),$=e.__importDefault(requireParse());function k(L,j,V){if(V===void 0&&(V=!0),L==null)throw new Error("cheerio.load() expects a string");var z=e.__assign(e.__assign({},t.default),t.flatten(j)),re=$.default(L,z,V),oe=function(de){e.__extends(_e,de);function _e(){return de!==null&&de.apply(this,arguments)||this}return _e}(n.Cheerio);function ue(de,_e,Ne,Ue){return Ne===void 0&&(Ne=re),new oe(de,_e,Ne,e.__assign(e.__assign({},z),t.flatten(Ue)))}return Object.assign(ue,y,{load:k,_root:re,_options:z,fn:oe.prototype,prototype:oe.prototype}),ue}return load.load=k,load}(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.root=e.parseHTML=e.merge=e.contains=void 0;var t=require$$0$8;t.__exportStar(requireTypes(),e),t.__exportStar(requireLoad(),e);var y=requireLoad();e.default=y.load([]);var n=t.__importStar(require_static());e.contains=n.contains,e.merge=n.merge,e.parseHTML=n.parseHTML,e.root=n.root})(lib$e);var utils$s={},lexer={exports:{}},debug={exports:{}};(function(e,t){var y={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}};e.exports=n;function n(k){return $.bind(null,k)}function $(k){var L=[].slice.call(arguments,1);L.unshift("["+k+"]"),y.stderr.write(L.join(" ")+`
`)}})(debug);var debugExports=debug.exports;(function(e,t){debugExports("lex"),e.exports=y;function y(n){var $="",k,L=0,j=-1,V=0,z=1,re="before-selector",oe=[re],ue={},de=[],_e=["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 Ne(){return cr(),n[j]}function Ue(ar){return ar?oe[oe.length-1-ar]:re}function $e(ar){var ur=j+1;return ar===n.slice(ur,ur+ar.length)}function Ve(ar){var ur=n.slice(j).indexOf(ar);return ur>0?ur:!1}function Fe(ar){return ar===qe(1)}function qe(ar){return n[j+(ar||1)]}function er(){var ar=oe.pop();return re=oe[oe.length-1],ar}function ir(ar){return re=ar,oe.push(re),oe.length}function dr(ar){var ur=re;return oe[oe.length-1]=re=ar,ur}function cr(ar){if((ar||1)==1)n[j]==`
`?(z++,L=1):L++,j++;else{var ur=n.slice(j,j+ar).split(`
`);ur.length>1&&(z+=ur.length-1,L=1),L+=ur[ur.length-1].length,j=j+ar}}function nr(){ue.end={line:z,col:L},de.push(ue),$="",ue={}}function lr(ar){ue={type:ar,start:{line:z,col:L}}}for(;k=Ne();)switch(k){case" ":switch(Ue()){case"selector":case"value":case"value-paren":case"at-group":case"at-value":case"comment":case"double-string":case"single-string":$+=k;break}break;case`
`:case" ":case"\r":case"\f":switch(Ue()){case"value":case"value-paren":case"at-group":case"comment":case"single-string":case"double-string":case"selector":$+=k;break;case"at-value":k===`
`&&(ue.value=$.trim(),nr(),er());break}break;case":":switch(Ue()){case"name":ue.name=$.trim(),$="",dr("before-value");break;case"before-selector":$+=k,lr("selector"),ir("selector");break;case"before-value":dr("value"),$+=k;break;default:$+=k;break}break;case";":switch(Ue()){case"name":case"before-value":case"value":$.trim().length>0&&(ue.value=$.trim(),nr()),dr("before-name");break;case"value-paren":$+=k;break;case"at-value":ue.value=$.trim(),nr(),er();break;case"before-name":break;default:$+=k;break}break;case"{":switch(Ue()){case"selector":if(qe(-1)==="\\"){$+=k;break}ue.text=$.trim(),nr(),dr("before-name"),V=V+1;break;case"at-group":switch(ue.name=$.trim(),ue.type){case"font-face":case"viewport":case"page":ir("before-name");break;default:ir("before-selector")}nr(),V=V+1;break;case"name":case"at-rule":ue.name=$.trim(),nr(),ir("before-name"),V=V+1;break;case"comment":case"double-string":case"single-string":$+=k;break;case"before-value":dr("value"),$+=k;break}break;case"}":switch(Ue()){case"before-name":case"name":case"before-value":case"value":$&&(ue.value=$.trim()),ue.name&&ue.value&&nr(),lr("end"),nr(),er(),Ue()==="at-group"&&(lr("at-group-end"),nr(),er()),V>0&&(V=V-1);break;case"at-group":case"before-selector":case"selector":if(qe(-1)==="\\"){$+=k;break}V>0&&Ue(1)==="at-group"&&(lr("at-group-end"),nr()),V>1&&er(),V>0&&(V=V-1);break;case"double-string":case"single-string":case"comment":$+=k;break}break;case'"':case"'":switch(Ue()){case"double-string":k==='"'&&qe(-1)!=="\\"&&er();break;case"single-string":k==="'"&&qe(-1)!=="\\"&&er();break;case"before-at-value":dr("at-value"),ir(k==='"'?"double-string":"single-string");break;case"before-value":dr("value"),ir(k==='"'?"double-string":"single-string");break;case"comment":break;default:qe(-1)!=="\\"&&ir(k==='"'?"double-string":"single-string")}$+=k;break;case"/":switch(Ue()){case"comment":case"double-string":case"single-string":$+=k;break;case"before-value":case"selector":case"name":case"value":if(Fe("*")){var Et=Ve("*/");Et&&cr(Et+1)}else Ue()=="before-value"&&dr("value"),$+=k;break;default:Fe("*")?(lr("comment"),ir("comment"),cr()):$+=k;break}break;case"*":switch(Ue()){case"comment":Fe("/")?(ue.text=$,cr(),nr(),er()):$+=k;break;case"before-selector":$+=k,lr("selector"),ir("selector");break;case"before-value":dr("value"),$+=k;break;default:$+=k}break;case"@":switch(Ue()){case"comment":case"double-string":case"single-string":$+=k;break;case"before-value":dr("value"),$+=k;break;default:for(var ie=!1,pe,Ce,Ie=0,jt=_e.length;!ie&&Ie<jt;++Ie)Ce=_e[Ie],pe=Ce.name||Ce,$e(pe)&&(ie=!0,lr(pe),ir(Ce.state||"at-group"),cr(pe.length),Ce.prefix&&(ue.prefix=Ce.prefix),Ce.type&&(ue.type=Ce.type));ie||($+=k);break}break;case"(":switch(Ue()){case"value":ir("value-paren");break;case"before-value":dr("value");break}$+=k;break;case")":switch(Ue()){case"value-paren":er();break;case"before-value":dr("value");break}$+=k;break;default:switch(Ue()){case"before-selector":lr("selector"),ir("selector");break;case"before-name":lr("property"),dr("name");break;case"before-value":dr("value");break;case"before-at-value":dr("at-value");break}$+=k;break}return de}})(lexer);var lexerExports=lexer.exports,parser$2={exports:{}};(function(e,t){debugExports("parse");var y=lexerExports;e.exports=j;var n,$,k,L;function j(er,ir){ir||(ir={}),n=!!ir.comments,k=!!ir.position,$=0,L=Array.isArray(er)?er.slice():y(er);for(var dr,cr=[],nr;nr=z();)dr=$e(nr),dr&&cr.push(dr);return{type:"stylesheet",stylesheet:{rules:cr}}}function V(er,ir){ir||(ir={});for(var dr,cr=["type","name","value"],nr={},lr=0;lr<cr.length;++lr)dr=cr[lr],er[dr]&&(nr[dr]=ir[dr]||er[dr]);for(cr=Object.keys(ir),lr=0;lr<cr.length;++lr)dr=cr[lr],nr[dr]||(nr[dr]=ir[dr]);return k&&(nr.position={start:er.start,end:er.end}),nr}function z(){var er=L.shift();return er}function re(er){$=$+1;var ir={};switch(er.type){case"font-face":case"viewport":ir.declarations=Fe();break;case"page":ir.prefix=er.prefix,ir.declarations=Fe();break;default:ir.prefix=er.prefix,ir.rules=qe()}return V(er,ir)}function oe(er){return V(er)}function ue(er){return V(er)}function de(er){return V(er,{text:er.text})}function _e(er){return V(er)}function Ne(er){return V(er)}function Ue(er){function ir(dr){return dr.trim()}return V(er,{type:"rule",selectors:er.text.split(",").map(ir),declarations:Fe()})}function $e(er){switch(er.type){case"property":return Ne(er);case"selector":return Ue(er);case"at-group-end":$=$-1;return;case"media":case"keyframes":return re(er);case"comment":if(n)return de(er);break;case"charset":return ue(er);case"import":return oe(er);case"namespace":return _e(er);case"font-face":case"supports":case"viewport":case"document":case"page":return re(er)}}function Ve(er){for(var ir,dr=[],cr;(cr=z())&&er&&er(cr);)ir=$e(cr),ir&&dr.push(ir);return cr&&cr.type!=="end"&&L.unshift(cr),dr}function Fe(){return Ve(function(er){return er.type==="property"||er.type==="comment"})}function qe(){return Ve(function(){return $})}})(parser$2);var parserExports=parser$2.exports,stringify$2={exports:{}};(function(e,t){debugExports("stringify");var y,n,$,k,L,j;e.exports=V;function V(qe,er){er||(er={}),$=er.indentation||"",n=!!er.compress,y=!!er.comments,k=1,n?L=j="":(L=`
`,j=" ");var ir=_e(qe.stylesheet.rules,Ve).join(`
`).trim();return ir}function z(qe){if(qe){k+=qe;return}return n?"":Array(k).join($||"")}function re(qe){return"@"+qe.type+" "+qe.value+";"+L}function oe(qe){var er="",ir=qe.prefix||"";qe.name&&(er=" "+qe.name);var dr=qe.type!=="page";return"@"+ir+qe.type+er+j+Ne(qe,dr)+L}function ue(qe){return y?"/*"+(qe.text||"")+"*/"+L:""}function de(qe){var er;return qe.selectors?er=qe.selectors.join(","+L):(er="@"+qe.type,er+=qe.name?" "+qe.name:""),z()+er+j+Ne(qe)+L}function _e(qe,er){return qe.reduce(function(ir,dr){var cr=dr.type==="comment"?ue(dr):er(dr);return cr&&ir.push(cr),ir},[])}function Ne(qe,er){var ir=qe.declarations,dr=$e;return qe.rules&&(ir=qe.rules,dr=de),ir=Ue(ir,dr),ir&&(ir=L+ir+(er?"":L)),"{"+ir+z()+"}"}function Ue(qe,er){if(!qe)return"";z(1);var ir=_e(qe,er);return z(-1),ir.length?ir.join(L):""}function $e(qe){if(qe.type==="property")return Fe(qe)}function Ve(qe){switch(qe.type){case"rule":return de(qe);case"media":case"keyframes":return oe(qe);case"comment":return ue(qe);case"import":case"charset":case"namespace":return re(qe);case"font-face":case"supports":case"viewport":case"document":case"page":return oe(qe)}}function Fe(qe){var er=qe.name?qe.name+":"+j:"";return z()+er+qe.value+";"}})(stringify$2);var stringifyExports=stringify$2.exports,mensch={lex:lexerExports,parse:parserExports,stringify:stringifyExports},selector={exports:{}},escapeRe=/([-.*+?^${}()|[\]\/\\])/g,unescapeRe=/\\/g,escape$1=function(e){return(e+"").replace(escapeRe,"\\$1")},unescape$1=function(e){return(e+"").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(t){this.combinator=t||" ",this.tag="*"};Part.prototype.toString=function(){if(!this.raw){var e="",t,y;if(e+=this.tag||"*",this.id&&(e+="#"+this.id),this.classes&&(e+="."+this.classList.join(".")),this.attributes)for(t=0;y=this.attributes[t++];)e+="["+y.name+(y.operator?y.operator+'"'+y.value+'"':"")+"]";if(this.pseudos)for(t=0;y=this.pseudos[t++];)e+=":"+y.name,y.value&&(e+="("+y.value+")");this.raw=e}return this.raw};var Expression=function(){this.length=0};Expression.prototype.toString=function(){if(!this.raw){for(var e="",t=0,y;y=this[t++];)t!==1&&(e+=" "),y.combinator!==" "&&(e+=y.combinator+" "),e+=y;this.raw=e}return this.raw};var replacer=function(e,t,y,n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne){var Ue,$e;if((t||!this.length)&&(Ue=this[this.length++]=new Expression,t))return"";if(Ue||(Ue=this[this.length-1]),(y||n||!Ue.length)&&($e=Ue[Ue.length++]=new Part(y)),$e||($e=Ue[Ue.length-1]),$)$e.tag=unescape$1($);else if(k)$e.id=unescape$1(k);else if(L){var Ve=unescape$1(L),Fe=$e.classes||($e.classes={});if(!Fe[Ve]){Fe[Ve]=escape$1(L);var qe=$e.classList||($e.classList=[]);qe.push(Ve),qe.sort()}}else ue?(Ne=Ne||_e,($e.pseudos||($e.pseudos=[])).push({type:oe.length==1?"class":"element",name:unescape$1(ue),escapedName:escape$1(ue),value:Ne?unescape$1(Ne):null,escapedValue:Ne?escape$1(Ne):null})):j&&(re=re?escape$1(re):null,($e.attributes||($e.attributes=[])).push({operator:V,name:unescape$1(j),escapedName:escape$1(j),value:re?unescape$1(re):null,escapedValue:re?escape$1(re):null}));return""},Expressions=function(t){this.length=0;for(var y=this,n=t,$;t;){if($=t.replace(slickRe,function(){return replacer.apply(y,arguments)}),$===t)throw new Error(n+" is an invalid expression");t=$}};Expressions.prototype.toString=function(){if(!this.raw){for(var e=[],t=0,y;y=this[t++];)e.push(y);this.raw=e.join(", ")}return this.raw};var cache$1={},parse=function(e){return e==null?null:(e=(""+e).replace(/^\s+|\s+$/g,""),cache$1[e]||(cache$1[e]=new Expressions(e)))},parser$1=parse;(function(e,t){var y=parser$1;e.exports=n;function n(k,L){this.text=k,this.spec=void 0,this.styleAttribute=L||!1}n.prototype.parsed=function(){return this.tokens||(this.tokens=$(this.text)),this.tokens},n.prototype.specificity=function(){var k=this.styleAttribute;return this.spec||(this.spec=L(this.text,this.parsed())),this.spec;function L(j,V){for(var z=V||$(j),re=[k?1:0,0,0,0],oe=[],ue=0;ue<z.length;ue++){var de=z[ue],_e=de.pseudos;if(de.id&&re[1]++,de.attributes&&(re[2]+=de.attributes.length),de.classList&&(re[2]+=de.classList.length),de.tag&&de.tag!=="*"&&re[3]++,_e){re[3]+=_e.length;for(var Ne=0;Ne<_e.length;Ne++)_e[Ne].name==="not"&&(oe.push(_e[Ne].value),re[3]--)}}for(var Ue=oe.length;Ue--;)for(var $e=L(oe[Ue]),Ve=4;Ve--;)re[Ve]+=$e[Ve];return re}};function $(k){try{return y(k)[0]}catch{return[]}}})(selector);var selectorExports=selector.exports,property={exports:{}},hasRequiredProperty;function requireProperty(){return hasRequiredProperty||(hasRequiredProperty=1,function(e,t){e.exports=n;var y=requireUtils();function n($,k,L,j,V){this.prop=$,this.value=k,this.selector=L,this.priority=j||0,this.additionalPriority=V||[]}n.prototype.compareFunc=function($){var k=[];k.push.apply(k,this.selector.specificity()),k.push.apply(k,this.additionalPriority),k[0]+=this.priority;var L=[];return L.push.apply(L,$.selector.specificity()),L.push.apply(L,$.additionalPriority),L[0]+=$.priority,y.compareFunc(k,L)},n.prototype.compare=function($){var k=this.compareFunc($);return k===1?this:$},n.prototype.toString=function(){return this.prop+": "+this.value.replace(/['"]+/g,"")+";"}}(property)),property.exports}var hasRequiredUtils;function requireUtils(){return hasRequiredUtils||(hasRequiredUtils=1,function(e){var t=mensch,y=selectorExports,n=requireProperty();e.Selector=y,e.Property=n;/**
* Returns an array of the selectors.
*
* @license Sizzle CSS Selector Engine - MIT
* @param {String} selectorText from mensch
* @api public
*/e.extract=function(k){for(var L=0,j=[],V="",z=0,re=k.length;z<re;z++){var oe=k.charAt(z);L?((oe==="]"||oe===")")&&L--,V+=oe):oe===","?(j.push(V),V=""):((oe==="["||oe==="(")&&L++,(V.length||oe!==","&&oe!==`
`&&oe!==" ")&&(V+=oe))}return V.length&&j.push(V),j},e.parseCSS=function($){for(var k=t.parse($,{position:!0,comments:!0}),L=typeof k.stylesheet<"u"&&k.stylesheet.rules?k.stylesheet.rules:[],j=[],V=0,z=L.length;V<z;V++)if(L[V].type=="rule")for(var re=L[V],oe=re.selectors,ue=0,de=oe.length;ue<de;ue++)j.push([oe[ue],re.declarations]);return j},e.getPreservedText=function($,k,L){for(var j=t.parse($,{position:!0,comments:!0}),V=typeof j.stylesheet<"u"&&j.stylesheet.rules?j.stylesheet.rules:[],z=[],re=V.length-1;re>=0;re--)(k.fontFaces&&V[re].type==="font-face"||k.mediaQueries&&V[re].type==="media"||k.keyFrames&&V[re].type==="keyframes"||k.pseudos&&V[re].selectors&&this.matchesPseudo(V[re].selectors[0],L))&&z.unshift(t.stringify({stylesheet:{rules:[V[re]]}},{comments:!1,indentation:" "})),V[re].position.start;return z.length===0?!1:`
`+z.join(`
`)+`
`},e.normalizeLineEndings=function($){return $.replace(/\r\n/g,`
`).replace(/\n/g,`\r
`)},e.matchesPseudo=function($,k){return k.find(function(L){return $.indexOf(L)>-1})},e.compareFunc=function($,k){for(var L=Math.min($.length,k.length),j=0;j<L;j++)if($[j]!==k[j])return $[j]>k[j]?1:-1;return $.length-k.length},e.compare=function($,k){return e.compareFunc($,k)==1?$:k},e.getDefaultOptions=function($){var k=Object.assign({extraCss:"",insertPreservedExtraCss:!0,applyStyleTags:!0,removeStyleTags:!0,preserveMediaQueries:!0,preserveFontFaces:!0,preserveKeyFrames:!0,preservePseudos:!0,applyWidthAttributes:!0,applyHeightAttributes:!0,applyAttributesTableElements:!0,url:""},$);return k.webResources=k.webResources||{},k}}(utils$s)),utils$s}(function(e){var t=lib$e;requireUtils();var y=function($,k,L){return k=Object.assign({decodeEntities:!1,_useHtmlParser2:!0},k),$=L($),t.load($,k)},n=function(){var $=[],k=function(j){var V=e.exports.codeBlocks;return Object.keys(V).forEach(function(z){var re=new RegExp(V[z].start+"([\\S\\s]*?)"+V[z].end,"g");j=j.replace(re,function(oe,ue){return $.push(oe),"JUICE_CODE_BLOCK_"+($.length-1)+"_"})}),j},L=function(j){for(var V=0;V<$.length;V++){var z=new RegExp("JUICE_CODE_BLOCK_"+V+'_(="")?',"gi");j=j.replace(z,function(){return $[V]})}return j};return{encodeEntities:k,decodeEntities:L}};e.exports=function($,k,L,j){var V=n(),z=y($,k,V.encodeEntities),re=[z];re.push.apply(re,j);var oe=L.apply(void 0,re)||z;return k&&k.xmlMode?V.decodeEntities(oe.xml()):V.decodeEntities(oe.html())},e.exports.codeBlocks={EJS:{start:"<%",end:"%>"},HBS:{start:"{{",end:"}}"}}})(cheerio$2);var cheerioExports=cheerio$2.exports,numbers$1={};numbers$1.romanize=function(e){if(isNaN(e))return NaN;for(var t=String(+e).split(""),y=["","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"],n="",$=3;$--;)n=(y[+t.pop()+$*10]||"")+n;return Array(+t.join("")+1).join("M")+n};numbers$1.alphanumeric=function(e){for(var t="",y;e>0;)y=(e-1)%26,t=String.fromCharCode(65+y)+t,e=(e-y)/26|0;return t||void 0};var utils$r=requireUtils(),numbers=numbers$1,inline=function(t){t.ignoredPseudos=["hover","active","focus","visited","link"],t.widthElements=["TABLE","TD","TH","IMG"],t.heightElements=["TABLE","TD","TH","IMG"],t.tableElements=["TABLE","TH","TR","TD","CAPTION","COLGROUP","COL","THEAD","TBODY","TFOOT"],t.nonVisualElements=["HEAD","TITLE","BASE","LINK","STYLE","META","SCRIPT","NOSCRIPT"],t.styleToAttribute={"background-color":"bgcolor","background-image":"background","text-align":"align","vertical-align":"valign"},t.excludedProperties=[],t.juiceDocument=re,t.inlineDocument=y;function y(de,_e,Ne){Ne=Ne||{};var Ue=utils$r.parseCSS(_e),$e=[],Ve="style",Fe={};if(Ne.styleAttributeName&&(Ve=Ne.styleAttributeName),Ue.forEach(ir),$e.forEach(dr),Ne.inlinePseudoElements&&$e.forEach(cr),Ne.applyWidthAttributes&&$e.forEach(function(ie){nr(ie,"width")}),Ne.applyHeightAttributes&&$e.forEach(function(ie){nr(ie,"height")}),Ne.applyAttributesTableElements&&$e.forEach(Et),Ne.insertPreservedExtraCss&&Ne.extraCss){var qe=utils$r.getPreservedText(Ne.extraCss,{mediaQueries:Ne.preserveMediaQueries,fontFaces:Ne.preserveFontFaces,keyFrames:Ne.preserveKeyFrames});if(qe){var er=null;Ne.insertPreservedExtraCss!==!0?er=de(Ne.insertPreservedExtraCss):(er=de("head"),er.length||(er=de("body")),er.length||(er=de.root())),er.first().append("<style>"+qe+"</style>")}}function ir(ie){var pe=ie[0],Ce=ie[1],Ie=new utils$r.Selector(pe),jt=Ie.parsed();if(jt){for(var ar=j(jt),ur=0;ur<jt.length;++ur){var kt=jt[ur];if(kt.pseudos)for(var he=0;he<kt.pseudos.length;++he){var tr=kt.pseudos[he];if(t.ignoredPseudos.indexOf(tr.name)>=0)return}}if(ar){var gr=jt[jt.length-1],_r=gr.pseudos;gr.pseudos=z(gr.pseudos),pe=jt.toString(),gr.pseudos=_r}var yr;try{yr=de(pe)}catch{return}yr.each(function(){var xr=this;if(xr.name&&t.nonVisualElements.indexOf(xr.name.toUpperCase())>=0)return;if(ar){var Nr="pseudo"+ar,Tr=xr[Nr];Tr||(Tr=xr[Nr]=de("<span />").get(0),Tr.pseudoElementType=ar,Tr.pseudoElementParent=xr,Tr.counterProps=xr.counterProps,xr[Nr]=Tr),xr=Tr}if(!xr.styleProps){if(xr.styleProps={},de(xr).attr(Ve)){var Sr="* { "+de(xr).attr(Ve)+" } ";Gr(utils$r.parseCSS(Sr)[0][1],new utils$r.Selector("<style>",!0))}$e.push(xr)}xr.counterProps||(xr.counterProps=xr.parent&&xr.parent.counterProps?Object.create(xr.parent.counterProps):{});function Ar(Vr,Dr){for(var Ir=Dr.split(/\s+/),Br=0;Br<Ir.length;Br++){var Rr=Ir[Br],Lr=parseInt(Ir[Br+1],10);isNaN(Lr)?Vr.counterProps[Rr]=Fe[Rr]=0:Vr.counterProps[Rr]=Fe[Ir[Br++]]=Lr}}function Fr(Vr,Dr){for(var Ir=Dr.split(/\s+/),Br=0;Br<Ir.length;Br++){var Rr=Ir[Br];if(Vr.counterProps[Rr]!==void 0){var Lr=parseInt(Ir[Br+1],10);isNaN(Lr)?Vr.counterProps[Rr]=Fe[Rr]+=1:Vr.counterProps[Rr]=Fe[Ir[Br++]]+=Lr}}}function Gr(Vr,Dr){for(var Ir=0,Br=Vr.length;Ir<Br;Ir++)if(Vr[Ir].type=="property"){var Rr=Vr[Ir].name,Lr=Vr[Ir].value;Rr==="counter-reset"&&Ar(xr,Lr),Rr==="counter-increment"&&Fr(xr,Lr);var $r=Lr.match(/!important$/)!==null;$r&&!Ne.preserveImportant&&(Lr=n(Lr));var jr=[Vr[Ir].position.start.line,Vr[Ir].position.start.col],vn=new utils$r.Property(Rr,Lr,Dr,$r?2:0,jr),Kr=xr.styleProps[Rr];t.excludedProperties.indexOf(Rr)<0&&(Kr&&Kr.compare(vn)===vn||!Kr)&&(Kr&&Kr.selector!==Dr?delete xr.styleProps[Rr]:Kr&&(vn.nextProp=Kr),xr.styleProps[Rr]=vn)}}Gr(Ce,Ie)})}}function dr(ie){Object.keys(ie.styleProps).length;var pe=[];Object.keys(ie.styleProps).forEach(function(Ie){for(var jt=ie.styleProps[Ie];typeof jt<"u";)pe.push(jt),jt=jt.nextProp}),pe.sort(function(Ie,jt){return Ie.compareFunc(jt)});var Ce=pe.filter(function(Ie){return Ie.prop!=="content"}).map(function(Ie){return Ie.prop+": "+Ie.value.replace(/["]/g,"'")+";"}).join(" ");Ce&&de(ie).attr(Ve,Ce)}function cr(ie){if(ie.pseudoElementType&&ie.styleProps.content){var pe=L(ie);pe.img?(ie.name="img",de(ie).attr("src",pe.img)):de(ie).text(pe);var Ce=ie.pseudoElementParent;ie.pseudoElementType==="before"?de(Ce).prepend(ie):de(Ce).append(ie)}}function nr(ie,pe){if(ie.name){var Ce=ie.name.toUpperCase();if(t[pe+"Elements"].indexOf(Ce)>-1){for(var Ie in ie.styleProps)if(ie.styleProps[Ie].prop===pe){var jt=ie.styleProps[Ie].value;if(Ne.preserveImportant&&(jt=n(jt)),jt.match(/px/)){var ar=jt.replace("px","");de(ie).attr(pe,ar);return}if(t.tableElements.indexOf(Ce)>-1&&jt.match(/\%/)){de(ie).attr(pe,jt);return}}}}}function lr(ie){return ie.indexOf("url(")!==0?ie:ie.replace(/^url\((["'])?([^"']+)\1\)$/,"$2")}function Et(ie){if(ie.name){var pe=ie.name.toUpperCase(),Ce=Object.keys(t.styleToAttribute);if(t.tableElements.indexOf(pe)>-1){for(var Ie in ie.styleProps)if(Ce.indexOf(ie.styleProps[Ie].prop)>-1){var jt=t.styleToAttribute[ie.styleProps[Ie].prop],ar=ie.styleProps[Ie].value;if(Ne.preserveImportant&&(ar=n(ar)),jt==="background"&&(ar=lr(ar)),/(linear|radial)-gradient\(/i.test(ar))continue;de(ie).attr(jt,ar)}}}}}function n(de){return de.replace(/\s*!important$/,"")}function $(de,_e){for(;de;){if(_e in de.styleProps)return de.styleProps[_e].value;var de=de.pseudoElementParent||de.parent}}function k(de,_e){switch(_e){case"lower-roman":return numbers.romanize(de).toLowerCase();case"upper-roman":return numbers.romanize(de);case"lower-latin":case"lower-alpha":return numbers.alphanumeric(de).toLowerCase();case"upper-latin":case"upper-alpha":return numbers.alphanumeric(de);default:return de.toString()}}function L(de){var _e=de.styleProps.content.value;if(_e==="none"||_e==="normal")return"";var Ne=_e.match(/^\s*url\s*\(\s*(.*?)\s*\)\s*$/i);if(Ne){var Ue=Ne[1].replace(/^['"]|['"]$/g,"");return{img:Ue}}for(var $e=[],Ve=_e.split(/['"]/),Fe=0;Fe<Ve.length;Fe++)if(Ve[Fe]!==""){var qe=Ve[Fe].match(/var\s*\(\s*(.*?)\s*(,\s*(.*?)\s*)?\s*\)/i);if(qe){var er=$(de,qe[1])||qe[2];$e.push(er.replace(/^['"]|['"]$/g,""));continue}var ir=Ve[Fe].match(/counter\s*\(\s*(.*?)\s*(,\s*(.*?)\s*)?\s*\)/i);if(ir&&ir[1]in de.counterProps){var dr=de.counterProps[ir[1]];$e.push(k(dr,ir[3]));continue}var cr=Ve[Fe].match(/attr\s*\(\s*(.*?)\s*\)/i);if(cr){var nr=cr[1];$e.push(de.pseudoElementParent?de.pseudoElementParent.attribs[nr]:de.attribs[nr]);continue}$e.push(Ve[Fe])}return _e=$e.join(""),_e=_e.replace(/\\/g,""),_e}function j(de){if(de.length!==0){var _e=de[de.length-1].pseudos;if(_e){for(var Ne=0;Ne<_e.length;Ne++)if(V(_e[Ne]))return _e[Ne].name}}}function V(de){return de.name==="before"||de.name==="after"}function z(de){return de.filter(function(_e){return!V(_e)})}function re(de,_e){_e=utils$r.getDefaultOptions(_e);var Ne=ue(de,_e);return Ne+=`
`+_e.extraCss,y(de,Ne,_e),de}function oe(de,_e){var Ne=[],Ue=de("style"),$e,Ve,Fe;return Ue.each(function(){Fe=this;var qe=!!Fe.childNodes;if($e=qe?Fe.childNodes:Fe.children,$e.length!==1){_e.removeStyleTags&&de(Fe).remove();return}if(Ve=$e[0].data,_e.applyStyleTags&&de(Fe).attr("data-embed")===void 0&&Ne.push(Ve),_e.removeStyleTags&&de(Fe).attr("data-embed")===void 0){var er=qe?Fe.childNodes[0].nodeValue:Fe.children[0].data,ir=utils$r.getPreservedText(er,{mediaQueries:_e.preserveMediaQueries,fontFaces:_e.preserveFontFaces,keyFrames:_e.preserveKeyFrames,pseudos:_e.preservePseudos},t.ignoredPseudos);ir?qe?Fe.childNodes[0].nodeValue=ir:Fe.children[0].data=ir:de(Fe).remove()}de(Fe).removeAttr("data-embed")}),Ne}function ue(de,_e){var Ne=oe(de,_e),Ue=Ne.join(`
`);return Ue}return t},cheerio=cheerioExports,makeJuiceClient=inline,juiceClient=makeJuiceClient(function(e,t){return cheerio(e,{xmlMode:t&&t.xmlMode},juiceDocument,[t])}),juiceDocument=function(e,t){return juiceClient.juiceDocument(e,t)};juiceClient.inlineContent=function(e,t,y){return cheerio(e,{xmlMode:y&&y.xmlMode},juiceClient.inlineDocument,[t,y])};var client=juiceClient;const juice=getDefaultExportFromCjs(client);var standalone={exports:{}};(function(e,t){(function(y){e.exports=y()})(function(){var y=(ui,En)=>()=>(En||ui((En={exports:{}}).exports,En),En.exports),n=y((ui,En)=>{var An=function(Gi){return Gi&&Gi.Math==Math&&Gi};En.exports=An(typeof globalThis=="object"&&globalThis)||An(typeof window=="object"&&window)||An(typeof self=="object"&&self)||An(typeof commonjsGlobal=="object"&&commonjsGlobal)||function(){return this}()||Function("return this")()}),$=y((ui,En)=>{En.exports=function(An){try{return!!An()}catch{return!0}}}),k=y((ui,En)=>{var An=$();En.exports=!An(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),L=y((ui,En)=>{var An=$();En.exports=!An(function(){var Gi=(function(){}).bind();return typeof Gi!="function"||Gi.hasOwnProperty("prototype")})}),j=y((ui,En)=>{var An=L(),Gi=Function.prototype.call;En.exports=An?Gi.bind(Gi):function(){return Gi.apply(Gi,arguments)}}),V=y(ui=>{var En={}.propertyIsEnumerable,An=Object.getOwnPropertyDescriptor,Gi=An&&!En.call({1:2},1);ui.f=Gi?function(Ki){var Ea=An(this,Ki);return!!Ea&&Ea.enumerable}:En}),z=y((ui,En)=>{En.exports=function(An,Gi){return{enumerable:!(An&1),configurable:!(An&2),writable:!(An&4),value:Gi}}}),re=y((ui,En)=>{var An=L(),Gi=Function.prototype,Ki=Gi.call,Ea=An&&Gi.bind.bind(Ki,Ki);En.exports=An?Ea:function(aa){return function(){return Ki.apply(aa,arguments)}}}),oe=y((ui,En)=>{var An=re(),Gi=An({}.toString),Ki=An("".slice);En.exports=function(Ea){return Ki(Gi(Ea),8,-1)}}),ue=y((ui,En)=>{var An=re(),Gi=$(),Ki=oe(),Ea=Object,aa=An("".split);En.exports=Gi(function(){return!Ea("z").propertyIsEnumerable(0)})?function(Qo){return Ki(Qo)=="String"?aa(Qo,""):Ea(Qo)}:Ea}),de=y((ui,En)=>{En.exports=function(An){return An==null}}),_e=y((ui,En)=>{var An=de(),Gi=TypeError;En.exports=function(Ki){if(An(Ki))throw Gi("Can't call method on "+Ki);return Ki}}),Ne=y((ui,En)=>{var An=ue(),Gi=_e();En.exports=function(Ki){return An(Gi(Ki))}}),Ue=y((ui,En)=>{var An=typeof document=="object"&&document.all,Gi=typeof An>"u"&&An!==void 0;En.exports={all:An,IS_HTMLDDA:Gi}}),$e=y((ui,En)=>{var An=Ue(),Gi=An.all;En.exports=An.IS_HTMLDDA?function(Ki){return typeof Ki=="function"||Ki===Gi}:function(Ki){return typeof Ki=="function"}}),Ve=y((ui,En)=>{var An=$e(),Gi=Ue(),Ki=Gi.all;En.exports=Gi.IS_HTMLDDA?function(Ea){return typeof Ea=="object"?Ea!==null:An(Ea)||Ea===Ki}:function(Ea){return typeof Ea=="object"?Ea!==null:An(Ea)}}),Fe=y((ui,En)=>{var An=n(),Gi=$e(),Ki=function(Ea){return Gi(Ea)?Ea:void 0};En.exports=function(Ea,aa){return arguments.length<2?Ki(An[Ea]):An[Ea]&&An[Ea][aa]}}),qe=y((ui,En)=>{var An=re();En.exports=An({}.isPrototypeOf)}),er=y((ui,En)=>{var An=Fe();En.exports=An("navigator","userAgent")||""}),ir=y((ui,En)=>{var An=n(),Gi=er(),Ki=An.process,Ea=An.Deno,aa=Ki&&Ki.versions||Ea&&Ea.version,Qo=aa&&aa.v8,Eo,Vo;Qo&&(Eo=Qo.split("."),Vo=Eo[0]>0&&Eo[0]<4?1:+(Eo[0]+Eo[1])),!Vo&&Gi&&(Eo=Gi.match(/Edge\/(\d+)/),(!Eo||Eo[1]>=74)&&(Eo=Gi.match(/Chrome\/(\d+)/),Eo&&(Vo=+Eo[1]))),En.exports=Vo}),dr=y((ui,En)=>{var An=ir(),Gi=$();En.exports=!!Object.getOwnPropertySymbols&&!Gi(function(){var Ki=Symbol();return!String(Ki)||!(Object(Ki)instanceof Symbol)||!Symbol.sham&&An&&An<41})}),cr=y((ui,En)=>{var An=dr();En.exports=An&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),nr=y((ui,En)=>{var An=Fe(),Gi=$e(),Ki=qe(),Ea=cr(),aa=Object;En.exports=Ea?function(Qo){return typeof Qo=="symbol"}:function(Qo){var Eo=An("Symbol");return Gi(Eo)&&Ki(Eo.prototype,aa(Qo))}}),lr=y((ui,En)=>{var An=String;En.exports=function(Gi){try{return An(Gi)}catch{return"Object"}}}),Et=y((ui,En)=>{var An=$e(),Gi=lr(),Ki=TypeError;En.exports=function(Ea){if(An(Ea))return Ea;throw Ki(Gi(Ea)+" is not a function")}}),ie=y((ui,En)=>{var An=Et(),Gi=de();En.exports=function(Ki,Ea){var aa=Ki[Ea];return Gi(aa)?void 0:An(aa)}}),pe=y((ui,En)=>{var An=j(),Gi=$e(),Ki=Ve(),Ea=TypeError;En.exports=function(aa,Qo){var Eo,Vo;if(Qo==="string"&&Gi(Eo=aa.toString)&&!Ki(Vo=An(Eo,aa))||Gi(Eo=aa.valueOf)&&!Ki(Vo=An(Eo,aa))||Qo!=="string"&&Gi(Eo=aa.toString)&&!Ki(Vo=An(Eo,aa)))return Vo;throw Ea("Can't convert object to primitive value")}}),Ce=y((ui,En)=>{En.exports=!1}),Ie=y((ui,En)=>{var An=n(),Gi=Object.defineProperty;En.exports=function(Ki,Ea){try{Gi(An,Ki,{value:Ea,configurable:!0,writable:!0})}catch{An[Ki]=Ea}return Ea}}),jt=y((ui,En)=>{var An=n(),Gi=Ie(),Ki="__core-js_shared__",Ea=An[Ki]||Gi(Ki,{});En.exports=Ea}),ar=y((ui,En)=>{var An=Ce(),Gi=jt();(En.exports=function(Ki,Ea){return Gi[Ki]||(Gi[Ki]=Ea!==void 0?Ea:{})})("versions",[]).push({version:"3.26.1",mode:An?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})}),ur=y((ui,En)=>{var An=_e(),Gi=Object;En.exports=function(Ki){return Gi(An(Ki))}}),kt=y((ui,En)=>{var An=re(),Gi=ur(),Ki=An({}.hasOwnProperty);En.exports=Object.hasOwn||function(Ea,aa){return Ki(Gi(Ea),aa)}}),he=y((ui,En)=>{var An=re(),Gi=0,Ki=Math.random(),Ea=An(1 .toString);En.exports=function(aa){return"Symbol("+(aa===void 0?"":aa)+")_"+Ea(++Gi+Ki,36)}}),tr=y((ui,En)=>{var An=n(),Gi=ar(),Ki=kt(),Ea=he(),aa=dr(),Qo=cr(),Eo=Gi("wks"),Vo=An.Symbol,vs=Vo&&Vo.for,kn=Qo?Vo:Vo&&Vo.withoutSetter||Ea;En.exports=function(qo){if(!Ki(Eo,qo)||!(aa||typeof Eo[qo]=="string")){var Zl="Symbol."+qo;aa&&Ki(Vo,qo)?Eo[qo]=Vo[qo]:Qo&&vs?Eo[qo]=vs(Zl):Eo[qo]=kn(Zl)}return Eo[qo]}}),gr=y((ui,En)=>{var An=j(),Gi=Ve(),Ki=nr(),Ea=ie(),aa=pe(),Qo=tr(),Eo=TypeError,Vo=Qo("toPrimitive");En.exports=function(vs,kn){if(!Gi(vs)||Ki(vs))return vs;var qo=Ea(vs,Vo),Zl;if(qo){if(kn===void 0&&(kn="default"),Zl=An(qo,vs,kn),!Gi(Zl)||Ki(Zl))return Zl;throw Eo("Can't convert object to primitive value")}return kn===void 0&&(kn="number"),aa(vs,kn)}}),_r=y((ui,En)=>{var An=gr(),Gi=nr();En.exports=function(Ki){var Ea=An(Ki,"string");return Gi(Ea)?Ea:Ea+""}}),yr=y((ui,En)=>{var An=n(),Gi=Ve(),Ki=An.document,Ea=Gi(Ki)&&Gi(Ki.createElement);En.exports=function(aa){return Ea?Ki.createElement(aa):{}}}),xr=y((ui,En)=>{var An=k(),Gi=$(),Ki=yr();En.exports=!An&&!Gi(function(){return Object.defineProperty(Ki("div"),"a",{get:function(){return 7}}).a!=7})}),Nr=y(ui=>{var En=k(),An=j(),Gi=V(),Ki=z(),Ea=Ne(),aa=_r(),Qo=kt(),Eo=xr(),Vo=Object.getOwnPropertyDescriptor;ui.f=En?Vo:function(vs,kn){if(vs=Ea(vs),kn=aa(kn),Eo)try{return Vo(vs,kn)}catch{}if(Qo(vs,kn))return Ki(!An(Gi.f,vs,kn),vs[kn])}}),Tr=y((ui,En)=>{var An=k(),Gi=$();En.exports=An&&Gi(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),Sr=y((ui,En)=>{var An=Ve(),Gi=String,Ki=TypeError;En.exports=function(Ea){if(An(Ea))return Ea;throw Ki(Gi(Ea)+" is not an object")}}),Ar=y(ui=>{var En=k(),An=xr(),Gi=Tr(),Ki=Sr(),Ea=_r(),aa=TypeError,Qo=Object.defineProperty,Eo=Object.getOwnPropertyDescriptor,Vo="enumerable",vs="configurable",kn="writable";ui.f=En?Gi?function(qo,Zl,Mo){if(Ki(qo),Zl=Ea(Zl),Ki(Mo),typeof qo=="function"&&Zl==="prototype"&&"value"in Mo&&kn in Mo&&!Mo[kn]){var _u=Eo(qo,Zl);_u&&_u[kn]&&(qo[Zl]=Mo.value,Mo={configurable:vs in Mo?Mo[vs]:_u[vs],enumerable:Vo in Mo?Mo[Vo]:_u[Vo],writable:!1})}return Qo(qo,Zl,Mo)}:Qo:function(qo,Zl,Mo){if(Ki(qo),Zl=Ea(Zl),Ki(Mo),An)try{return Qo(qo,Zl,Mo)}catch{}if("get"in Mo||"set"in Mo)throw aa("Accessors not supported");return"value"in Mo&&(qo[Zl]=Mo.value),qo}}),Fr=y((ui,En)=>{var An=k(),Gi=Ar(),Ki=z();En.exports=An?function(Ea,aa,Qo){return Gi.f(Ea,aa,Ki(1,Qo))}:function(Ea,aa,Qo){return Ea[aa]=Qo,Ea}}),Gr=y((ui,En)=>{var An=k(),Gi=kt(),Ki=Function.prototype,Ea=An&&Object.getOwnPropertyDescriptor,aa=Gi(Ki,"name"),Qo=aa&&(function(){}).name==="something",Eo=aa&&(!An||An&&Ea(Ki,"name").configurable);En.exports={EXISTS:aa,PROPER:Qo,CONFIGURABLE:Eo}}),Vr=y((ui,En)=>{var An=re(),Gi=$e(),Ki=jt(),Ea=An(Function.toString);Gi(Ki.inspectSource)||(Ki.inspectSource=function(aa){return Ea(aa)}),En.exports=Ki.inspectSource}),Dr=y((ui,En)=>{var An=n(),Gi=$e(),Ki=An.WeakMap;En.exports=Gi(Ki)&&/native code/.test(String(Ki))}),Ir=y((ui,En)=>{var An=ar(),Gi=he(),Ki=An("keys");En.exports=function(Ea){return Ki[Ea]||(Ki[Ea]=Gi(Ea))}}),Br=y((ui,En)=>{En.exports={}}),Rr=y((ui,En)=>{var An=Dr(),Gi=n(),Ki=Ve(),Ea=Fr(),aa=kt(),Qo=jt(),Eo=Ir(),Vo=Br(),vs="Object already initialized",kn=Gi.TypeError,qo=Gi.WeakMap,Zl,Mo,_u,Bl=function(Fn){return _u(Fn)?Mo(Fn):Zl(Fn,{})},Vu=function(Fn){return function(is){var pu;if(!Ki(is)||(pu=Mo(is)).type!==Fn)throw kn("Incompatible receiver, "+Fn+" required");return pu}};An||Qo.state?(Iu=Qo.state||(Qo.state=new qo),Iu.get=Iu.get,Iu.has=Iu.has,Iu.set=Iu.set,Zl=function(Fn,is){if(Iu.has(Fn))throw kn(vs);return is.facade=Fn,Iu.set(Fn,is),is},Mo=function(Fn){return Iu.get(Fn)||{}},_u=function(Fn){return Iu.has(Fn)}):(Pu=Eo("state"),Vo[Pu]=!0,Zl=function(Fn,is){if(aa(Fn,Pu))throw kn(vs);return is.facade=Fn,Ea(Fn,Pu,is),is},Mo=function(Fn){return aa(Fn,Pu)?Fn[Pu]:{}},_u=function(Fn){return aa(Fn,Pu)});var Iu,Pu;En.exports={set:Zl,get:Mo,has:_u,enforce:Bl,getterFor:Vu}}),Lr=y((ui,En)=>{var An=$(),Gi=$e(),Ki=kt(),Ea=k(),aa=Gr().CONFIGURABLE,Qo=Vr(),Eo=Rr(),Vo=Eo.enforce,vs=Eo.get,kn=Object.defineProperty,qo=Ea&&!An(function(){return kn(function(){},"length",{value:8}).length!==8}),Zl=String(String).split("String"),Mo=En.exports=function(_u,Bl,Vu){String(Bl).slice(0,7)==="Symbol("&&(Bl="["+String(Bl).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),Vu&&Vu.getter&&(Bl="get "+Bl),Vu&&Vu.setter&&(Bl="set "+Bl),(!Ki(_u,"name")||aa&&_u.name!==Bl)&&(Ea?kn(_u,"name",{value:Bl,configurable:!0}):_u.name=Bl),qo&&Vu&&Ki(Vu,"arity")&&_u.length!==Vu.arity&&kn(_u,"length",{value:Vu.arity});try{Vu&&Ki(Vu,"constructor")&&Vu.constructor?Ea&&kn(_u,"prototype",{writable:!1}):_u.prototype&&(_u.prototype=void 0)}catch{}var Iu=Vo(_u);return Ki(Iu,"source")||(Iu.source=Zl.join(typeof Bl=="string"?Bl:"")),_u};Function.prototype.toString=Mo(function(){return Gi(this)&&vs(this).source||Qo(this)},"toString")}),$r=y((ui,En)=>{var An=$e(),Gi=Ar(),Ki=Lr(),Ea=Ie();En.exports=function(aa,Qo,Eo,Vo){Vo||(Vo={});var vs=Vo.enumerable,kn=Vo.name!==void 0?Vo.name:Qo;if(An(Eo)&&Ki(Eo,kn,Vo),Vo.global)vs?aa[Qo]=Eo:Ea(Qo,Eo);else{try{Vo.unsafe?aa[Qo]&&(vs=!0):delete aa[Qo]}catch{}vs?aa[Qo]=Eo:Gi.f(aa,Qo,{value:Eo,enumerable:!1,configurable:!Vo.nonConfigurable,writable:!Vo.nonWritable})}return aa}}),jr=y((ui,En)=>{var An=Math.ceil,Gi=Math.floor;En.exports=Math.trunc||function(Ki){var Ea=+Ki;return(Ea>0?Gi:An)(Ea)}}),vn=y((ui,En)=>{var An=jr();En.exports=function(Gi){var Ki=+Gi;return Ki!==Ki||Ki===0?0:An(Ki)}}),Kr=y((ui,En)=>{var An=vn(),Gi=Math.max,Ki=Math.min;En.exports=function(Ea,aa){var Qo=An(Ea);return Qo<0?Gi(Qo+aa,0):Ki(Qo,aa)}}),kr=y((ui,En)=>{var An=vn(),Gi=Math.min;En.exports=function(Ki){return Ki>0?Gi(An(Ki),9007199254740991):0}}),Qr=y((ui,En)=>{var An=kr();En.exports=function(Gi){return An(Gi.length)}}),Zr=y((ui,En)=>{var An=Ne(),Gi=Kr(),Ki=Qr(),Ea=function(aa){return function(Qo,Eo,Vo){var vs=An(Qo),kn=Ki(vs),qo=Gi(Vo,kn),Zl;if(aa&&Eo!=Eo){for(;kn>qo;)if(Zl=vs[qo++],Zl!=Zl)return!0}else for(;kn>qo;qo++)if((aa||qo in vs)&&vs[qo]===Eo)return aa||qo||0;return!aa&&-1}};En.exports={includes:Ea(!0),indexOf:Ea(!1)}}),Vi=y((ui,En)=>{var An=re(),Gi=kt(),Ki=Ne(),Ea=Zr().indexOf,aa=Br(),Qo=An([].push);En.exports=function(Eo,Vo){var vs=Ki(Eo),kn=0,qo=[],Zl;for(Zl in vs)!Gi(aa,Zl)&&Gi(vs,Zl)&&Qo(qo,Zl);for(;Vo.length>kn;)Gi(vs,Zl=Vo[kn++])&&(~Ea(qo,Zl)||Qo(qo,Zl));return qo}}),To=y((ui,En)=>{En.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),oa=y(ui=>{var En=Vi(),An=To(),Gi=An.concat("length","prototype");ui.f=Object.getOwnPropertyNames||function(Ki){return En(Ki,Gi)}}),Ba=y(ui=>{ui.f=Object.getOwnPropertySymbols}),rs=y((ui,En)=>{var An=Fe(),Gi=re(),Ki=oa(),Ea=Ba(),aa=Sr(),Qo=Gi([].concat);En.exports=An("Reflect","ownKeys")||function(Eo){var Vo=Ki.f(aa(Eo)),vs=Ea.f;return vs?Qo(Vo,vs(Eo)):Vo}}),Mn=y((ui,En)=>{var An=kt(),Gi=rs(),Ki=Nr(),Ea=Ar();En.exports=function(aa,Qo,Eo){for(var Vo=Gi(Qo),vs=Ea.f,kn=Ki.f,qo=0;qo<Vo.length;qo++){var Zl=Vo[qo];!An(aa,Zl)&&!(Eo&&An(Eo,Zl))&&vs(aa,Zl,kn(Qo,Zl))}}}),Wr=y((ui,En)=>{var An=$(),Gi=$e(),Ki=/#|\.prototype\./,Ea=function(vs,kn){var qo=Qo[aa(vs)];return qo==Vo?!0:qo==Eo?!1:Gi(kn)?An(kn):!!kn},aa=Ea.normalize=function(vs){return String(vs).replace(Ki,".").toLowerCase()},Qo=Ea.data={},Eo=Ea.NATIVE="N",Vo=Ea.POLYFILL="P";En.exports=Ea}),Ur=y((ui,En)=>{var An=n(),Gi=Nr().f,Ki=Fr(),Ea=$r(),aa=Ie(),Qo=Mn(),Eo=Wr();En.exports=function(Vo,vs){var kn=Vo.target,qo=Vo.global,Zl=Vo.stat,Mo,_u,Bl,Vu,Iu,Pu;if(qo?_u=An:Zl?_u=An[kn]||aa(kn,{}):_u=(An[kn]||{}).prototype,_u)for(Bl in vs){if(Iu=vs[Bl],Vo.dontCallGetSet?(Pu=Gi(_u,Bl),Vu=Pu&&Pu.value):Vu=_u[Bl],Mo=Eo(qo?Bl:kn+(Zl?".":"#")+Bl,Vo.forced),!Mo&&Vu!==void 0){if(typeof Iu==typeof Vu)continue;Qo(Iu,Vu)}(Vo.sham||Vu&&Vu.sham)&&Ki(Iu,"sham",!0),Ea(_u,Bl,Iu,Vo)}}}),Sn=y((ui,En)=>{var An=oe();En.exports=Array.isArray||function(Gi){return An(Gi)=="Array"}}),Nn=y((ui,En)=>{var An=TypeError,Gi=9007199254740991;En.exports=function(Ki){if(Ki>Gi)throw An("Maximum allowed index exceeded");return Ki}}),Sa=y((ui,En)=>{var An=oe(),Gi=re();En.exports=function(Ki){if(An(Ki)==="Function")return Gi(Ki)}}),Li=y((ui,En)=>{var An=Sa(),Gi=Et(),Ki=L(),Ea=An(An.bind);En.exports=function(aa,Qo){return Gi(aa),Qo===void 0?aa:Ki?Ea(aa,Qo):function(){return aa.apply(Qo,arguments)}}}),ca=y((ui,En)=>{var An=Sn(),Gi=Qr(),Ki=Nn(),Ea=Li(),aa=function(Qo,Eo,Vo,vs,kn,qo,Zl,Mo){for(var _u=kn,Bl=0,Vu=Zl?Ea(Zl,Mo):!1,Iu,Pu;Bl<vs;)Bl in Vo&&(Iu=Vu?Vu(Vo[Bl],Bl,Eo):Vo[Bl],qo>0&&An(Iu)?(Pu=Gi(Iu),_u=aa(Qo,Eo,Iu,Pu,_u,qo-1)-1):(Ki(_u+1),Qo[_u]=Iu),_u++),Bl++;return _u};En.exports=aa}),fo=y((ui,En)=>{var An=tr(),Gi=An("toStringTag"),Ki={};Ki[Gi]="z",En.exports=String(Ki)==="[object z]"}),zn=y((ui,En)=>{var An=fo(),Gi=$e(),Ki=oe(),Ea=tr(),aa=Ea("toStringTag"),Qo=Object,Eo=Ki(function(){return arguments}())=="Arguments",Vo=function(vs,kn){try{return vs[kn]}catch{}};En.exports=An?Ki:function(vs){var kn,qo,Zl;return vs===void 0?"Undefined":vs===null?"Null":typeof(qo=Vo(kn=Qo(vs),aa))=="string"?qo:Eo?Ki(kn):(Zl=Ki(kn))=="Object"&&Gi(kn.callee)?"Arguments":Zl}}),ki=y((ui,En)=>{var An=re(),Gi=$(),Ki=$e(),Ea=zn(),aa=Fe(),Qo=Vr(),Eo=function(){},Vo=[],vs=aa("Reflect","construct"),kn=/^\s*(?:class|function)\b/,qo=An(kn.exec),Zl=!kn.exec(Eo),Mo=function(Bl){if(!Ki(Bl))return!1;try{return vs(Eo,Vo,Bl),!0}catch{return!1}},_u=function(Bl){if(!Ki(Bl))return!1;switch(Ea(Bl)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Zl||!!qo(kn,Qo(Bl))}catch{return!0}};_u.sham=!0,En.exports=!vs||Gi(function(){var Bl;return Mo(Mo.call)||!Mo(Object)||!Mo(function(){Bl=!0})||Bl})?_u:Mo}),Ra=y((ui,En)=>{var An=Sn(),Gi=ki(),Ki=Ve(),Ea=tr(),aa=Ea("species"),Qo=Array;En.exports=function(Eo){var Vo;return An(Eo)&&(Vo=Eo.constructor,Gi(Vo)&&(Vo===Qo||An(Vo.prototype))?Vo=void 0:Ki(Vo)&&(Vo=Vo[aa],Vo===null&&(Vo=void 0))),Vo===void 0?Qo:Vo}}),_o=y((ui,En)=>{var An=Ra();En.exports=function(Gi,Ki){return new(An(Gi))(Ki===0?0:Ki)}}),eo=y(()=>{var ui=Ur(),En=ca(),An=Et(),Gi=ur(),Ki=Qr(),Ea=_o();ui({target:"Array",proto:!0},{flatMap:function(aa){var Qo=Gi(this),Eo=Ki(Qo),Vo;return An(aa),Vo=Ea(Qo,0),Vo.length=En(Vo,Qo,Qo,Eo,0,1,aa,arguments.length>1?arguments[1]:void 0),Vo}})}),tl=y((ui,En)=>{En.exports={}}),Es=y((ui,En)=>{var An=tr(),Gi=tl(),Ki=An("iterator"),Ea=Array.prototype;En.exports=function(aa){return aa!==void 0&&(Gi.Array===aa||Ea[Ki]===aa)}}),Hs=y((ui,En)=>{var An=zn(),Gi=ie(),Ki=de(),Ea=tl(),aa=tr(),Qo=aa("iterator");En.exports=function(Eo){if(!Ki(Eo))return Gi(Eo,Qo)||Gi(Eo,"@@iterator")||Ea[An(Eo)]}}),Ts=y((ui,En)=>{var An=j(),Gi=Et(),Ki=Sr(),Ea=lr(),aa=Hs(),Qo=TypeError;En.exports=function(Eo,Vo){var vs=arguments.length<2?aa(Eo):Vo;if(Gi(vs))return Ki(An(vs,Eo));throw Qo(Ea(Eo)+" is not iterable")}}),js=y((ui,En)=>{var An=j(),Gi=Sr(),Ki=ie();En.exports=function(Ea,aa,Qo){var Eo,Vo;Gi(Ea);try{if(Eo=Ki(Ea,"return"),!Eo){if(aa==="throw")throw Qo;return Qo}Eo=An(Eo,Ea)}catch(vs){Vo=!0,Eo=vs}if(aa==="throw")throw Qo;if(Vo)throw Eo;return Gi(Eo),Qo}}),Gs=y((ui,En)=>{var An=Li(),Gi=j(),Ki=Sr(),Ea=lr(),aa=Es(),Qo=Qr(),Eo=qe(),Vo=Ts(),vs=Hs(),kn=js(),qo=TypeError,Zl=function(_u,Bl){this.stopped=_u,this.result=Bl},Mo=Zl.prototype;En.exports=function(_u,Bl,Vu){var Iu=Vu&&Vu.that,Pu=!!(Vu&&Vu.AS_ENTRIES),Fn=!!(Vu&&Vu.IS_RECORD),is=!!(Vu&&Vu.IS_ITERATOR),pu=!!(Vu&&Vu.INTERRUPTED),ku=An(Bl,Iu),Vl,cc,Lc,wd,Nd,Tf,vf,jc=function(Ed){return Vl&&kn(Vl,"normal",Ed),new Zl(!0,Ed)},Jd=function(Ed){return Pu?(Ki(Ed),pu?ku(Ed[0],Ed[1],jc):ku(Ed[0],Ed[1])):pu?ku(Ed,jc):ku(Ed)};if(Fn)Vl=_u.iterator;else if(is)Vl=_u;else{if(cc=vs(_u),!cc)throw qo(Ea(_u)+" is not iterable");if(aa(cc)){for(Lc=0,wd=Qo(_u);wd>Lc;Lc++)if(Nd=Jd(_u[Lc]),Nd&&Eo(Mo,Nd))return Nd;return new Zl(!1)}Vl=Vo(_u,cc)}for(Tf=Fn?_u.next:Vl.next;!(vf=Gi(Tf,Vl)).done;){try{Nd=Jd(vf.value)}catch(Ed){kn(Vl,"throw",Ed)}if(typeof Nd=="object"&&Nd&&Eo(Mo,Nd))return Nd}return new Zl(!1)}}),uc=y((ui,En)=>{var An=_r(),Gi=Ar(),Ki=z();En.exports=function(Ea,aa,Qo){var Eo=An(aa);Eo in Ea?Gi.f(Ea,Eo,Ki(0,Qo)):Ea[Eo]=Qo}}),rl=y(()=>{var ui=Ur(),En=Gs(),An=uc();ui({target:"Object",stat:!0},{fromEntries:function(Gi){var Ki={};return En(Gi,function(Ea,aa){An(Ki,Ea,aa)},{AS_ENTRIES:!0}),Ki}})}),il=y((ui,En)=>{var An=Lr(),Gi=Ar();En.exports=function(Ki,Ea,aa){return aa.get&&An(aa.get,Ea,{getter:!0}),aa.set&&An(aa.set,Ea,{setter:!0}),Gi.f(Ki,Ea,aa)}}),bl=y((ui,En)=>{var An=Sr();En.exports=function(){var Gi=An(this),Ki="";return Gi.hasIndices&&(Ki+="d"),Gi.global&&(Ki+="g"),Gi.ignoreCase&&(Ki+="i"),Gi.multiline&&(Ki+="m"),Gi.dotAll&&(Ki+="s"),Gi.unicode&&(Ki+="u"),Gi.unicodeSets&&(Ki+="v"),Gi.sticky&&(Ki+="y"),Ki}}),Wa=y(()=>{var ui=n(),En=k(),An=il(),Gi=bl(),Ki=$(),Ea=ui.RegExp,aa=Ea.prototype,Qo=En&&Ki(function(){var Eo=!0;try{Ea(".","d")}catch{Eo=!1}var Vo={},vs="",kn=Eo?"dgimsy":"gimsy",qo=function(Bl,Vu){Object.defineProperty(Vo,Bl,{get:function(){return vs+=Vu,!0}})},Zl={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};Eo&&(Zl.hasIndices="d");for(var Mo in Zl)qo(Mo,Zl[Mo]);var _u=Object.getOwnPropertyDescriptor(aa,"flags").get.call(Vo);return _u!==kn||vs!==kn});Qo&&An(aa,"flags",{configurable:!0,get:Gi})}),Ao=y(()=>{var ui=Ur(),En=n();ui({global:!0,forced:En.globalThis!==En},{globalThis:En})}),ks=y(()=>{Ao()}),Bo=y(()=>{var ui=Ur(),En=ca(),An=ur(),Gi=Qr(),Ki=vn(),Ea=_o();ui({target:"Array",proto:!0},{flat:function(){var aa=arguments.length?arguments[0]:void 0,Qo=An(this),Eo=Gi(Qo),Vo=Ea(Qo,0);return Vo.length=En(Vo,Qo,Qo,Eo,0,aa===void 0?1:Ki(aa)),Vo}})}),Hr=y((ui,En)=>{var An=["cliName","cliCategory","cliDescription"],Gi=["_"],Ki=["languageId"];function Ea(Vn,Fi){if(Vn==null)return{};var In=aa(Vn,Fi),di,Kn;if(Object.getOwnPropertySymbols){var On=Object.getOwnPropertySymbols(Vn);for(Kn=0;Kn<On.length;Kn++)di=On[Kn],!(Fi.indexOf(di)>=0)&&Object.prototype.propertyIsEnumerable.call(Vn,di)&&(In[di]=Vn[di])}return In}function aa(Vn,Fi){if(Vn==null)return{};var In={},di=Object.keys(Vn),Kn,On;for(On=0;On<di.length;On++)Kn=di[On],!(Fi.indexOf(Kn)>=0)&&(In[Kn]=Vn[Kn]);return In}eo(),rl(),Wa(),ks(),Bo();var Qo=Object.create,Eo=Object.defineProperty,Vo=Object.getOwnPropertyDescriptor,vs=Object.getOwnPropertyNames,kn=Object.getPrototypeOf,qo=Object.prototype.hasOwnProperty,Zl=(Vn,Fi)=>function(){return Vn&&(Fi=(0,Vn[vs(Vn)[0]])(Vn=0)),Fi},Mo=(Vn,Fi)=>function(){return Fi||(0,Vn[vs(Vn)[0]])((Fi={exports:{}}).exports,Fi),Fi.exports},_u=(Vn,Fi)=>{for(var In in Fi)Eo(Vn,In,{get:Fi[In],enumerable:!0})},Bl=(Vn,Fi,In,di)=>{if(Fi&&typeof Fi=="object"||typeof Fi=="function")for(let Kn of vs(Fi))!qo.call(Vn,Kn)&&Kn!==In&&Eo(Vn,Kn,{get:()=>Fi[Kn],enumerable:!(di=Vo(Fi,Kn))||di.enumerable});return Vn},Vu=(Vn,Fi,In)=>(In=Vn!=null?Qo(kn(Vn)):{},Bl(!Vn||!Vn.__esModule?Eo(In,"default",{value:Vn,enumerable:!0}):In,Vn)),Iu=Vn=>Bl(Eo({},"__esModule",{value:!0}),Vn),Pu,Fn=Zl({"<define:process>"(){Pu={env:{},argv:[]}}}),is=Mo({"package.json"(Vn,Fi){Fi.exports={version:"2.8.8"}}}),pu=Mo({"node_modules/diff/lib/diff/base.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.default=Fi;function Fi(){}Fi.prototype={diff:function(Kn,On){var Un=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Hn=Un.callback;typeof Un=="function"&&(Hn=Un,Un={}),this.options=Un;var ji=this;function Wi(Ta){return Hn?(setTimeout(function(){Hn(void 0,Ta)},0),!0):Ta}Kn=this.castInput(Kn),On=this.castInput(On),Kn=this.removeEmpty(this.tokenize(Kn)),On=this.removeEmpty(this.tokenize(On));var da=On.length,sa=Kn.length,fa=1,zi=da+sa,ta=[{newPos:-1,components:[]}],va=this.extractCommon(ta[0],On,Kn,0);if(ta[0].newPos+1>=da&&va+1>=sa)return Wi([{value:this.join(On),count:On.length}]);function qa(){for(var Ta=-1*fa;Ta<=fa;Ta+=2){var Qa=void 0,Ia=ta[Ta-1],io=ta[Ta+1],Ja=(io?io.newPos:0)-Ta;Ia&&(ta[Ta-1]=void 0);var hs=Ia&&Ia.newPos+1<da,na=io&&0<=Ja&&Ja<sa;if(!hs&&!na){ta[Ta]=void 0;continue}if(!hs||na&&Ia.newPos<io.newPos?(Qa=di(io),ji.pushComponent(Qa.components,void 0,!0)):(Qa=Ia,Qa.newPos++,ji.pushComponent(Qa.components,!0,void 0)),Ja=ji.extractCommon(Qa,On,Kn,Ta),Qa.newPos+1>=da&&Ja+1>=sa)return Wi(In(ji,Qa.components,On,Kn,ji.useLongestToken));ta[Ta]=Qa}fa++}if(Hn)(function Ta(){setTimeout(function(){if(fa>zi)return Hn();qa()||Ta()},0)})();else for(;fa<=zi;){var Xa=qa();if(Xa)return Xa}},pushComponent:function(Kn,On,Un){var Hn=Kn[Kn.length-1];Hn&&Hn.added===On&&Hn.removed===Un?Kn[Kn.length-1]={count:Hn.count+1,added:On,removed:Un}:Kn.push({count:1,added:On,removed:Un})},extractCommon:function(Kn,On,Un,Hn){for(var ji=On.length,Wi=Un.length,da=Kn.newPos,sa=da-Hn,fa=0;da+1<ji&&sa+1<Wi&&this.equals(On[da+1],Un[sa+1]);)da++,sa++,fa++;return fa&&Kn.components.push({count:fa}),Kn.newPos=da,sa},equals:function(Kn,On){return this.options.comparator?this.options.comparator(Kn,On):Kn===On||this.options.ignoreCase&&Kn.toLowerCase()===On.toLowerCase()},removeEmpty:function(Kn){for(var On=[],Un=0;Un<Kn.length;Un++)Kn[Un]&&On.push(Kn[Un]);return On},castInput:function(Kn){return Kn},tokenize:function(Kn){return Kn.split("")},join:function(Kn){return Kn.join("")}};function In(Kn,On,Un,Hn,ji){for(var Wi=0,da=On.length,sa=0,fa=0;Wi<da;Wi++){var zi=On[Wi];if(zi.removed){if(zi.value=Kn.join(Hn.slice(fa,fa+zi.count)),fa+=zi.count,Wi&&On[Wi-1].added){var ta=On[Wi-1];On[Wi-1]=On[Wi],On[Wi]=ta}}else{if(!zi.added&&ji){var va=Un.slice(sa,sa+zi.count);va=va.map(function(Xa,Ta){var Qa=Hn[fa+Ta];return Qa.length>Xa.length?Qa:Xa}),zi.value=Kn.join(va)}else zi.value=Kn.join(Un.slice(sa,sa+zi.count));sa+=zi.count,zi.added||(fa+=zi.count)}}var qa=On[da-1];return da>1&&typeof qa.value=="string"&&(qa.added||qa.removed)&&Kn.equals("",qa.value)&&(On[da-2].value+=qa.value,On.pop()),On}function di(Kn){return{newPos:Kn.newPos,components:Kn.components.slice(0)}}}}),ku=Mo({"node_modules/diff/lib/diff/array.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.diffArrays=Kn,Vn.arrayDiff=void 0;var Fi=In(pu());function In(On){return On&&On.__esModule?On:{default:On}}var di=new Fi.default;Vn.arrayDiff=di,di.tokenize=function(On){return On.slice()},di.join=di.removeEmpty=function(On){return On};function Kn(On,Un,Hn){return di.diff(On,Un,Hn)}}}),Vl=Mo({"src/document/doc-builders.js"(Vn,Fi){Fn();function In(ma){return{type:"concat",parts:ma}}function di(ma){return{type:"indent",contents:ma}}function Kn(ma,Zn){return{type:"align",contents:Zn,n:ma}}function On(ma){let Zn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return{type:"group",id:Zn.id,contents:ma,break:!!Zn.shouldBreak,expandedStates:Zn.expandedStates}}function Un(ma){return Kn(Number.NEGATIVE_INFINITY,ma)}function Hn(ma){return Kn({type:"root"},ma)}function ji(ma){return Kn(-1,ma)}function Wi(ma,Zn){return On(ma[0],Object.assign(Object.assign({},Zn),{},{expandedStates:ma}))}function da(ma){return{type:"fill",parts:ma}}function sa(ma,Zn){let la=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return{type:"if-break",breakContents:ma,flatContents:Zn,groupId:la.groupId}}function fa(ma,Zn){return{type:"indent-if-break",contents:ma,groupId:Zn.groupId,negate:Zn.negate}}function zi(ma){return{type:"line-suffix",contents:ma}}var ta={type:"line-suffix-boundary"},va={type:"break-parent"},qa={type:"trim"},Xa={type:"line",hard:!0},Ta={type:"line",hard:!0,literal:!0},Qa={type:"line"},Ia={type:"line",soft:!0},io=In([Xa,va]),Ja=In([Ta,va]),hs={type:"cursor",placeholder:Symbol("cursor")};function na(ma,Zn){let la=[];for(let pa=0;pa<Zn.length;pa++)pa!==0&&la.push(ma),la.push(Zn[pa]);return In(la)}function ka(ma,Zn,la){let pa=ma;if(Zn>0){for(let xa=0;xa<Math.floor(Zn/la);++xa)pa=di(pa);pa=Kn(Zn%la,pa),pa=Kn(Number.NEGATIVE_INFINITY,pa)}return pa}function ra(ma,Zn){return{type:"label",label:ma,contents:Zn}}Fi.exports={concat:In,join:na,line:Qa,softline:Ia,hardline:io,literalline:Ja,group:On,conditionalGroup:Wi,fill:da,lineSuffix:zi,lineSuffixBoundary:ta,cursor:hs,breakParent:va,ifBreak:sa,trim:qa,indent:di,indentIfBreak:fa,align:Kn,addAlignmentToDoc:ka,markAsRoot:Hn,dedentToRoot:Un,dedent:ji,hardlineWithoutBreakParent:Xa,literallineWithoutBreakParent:Ta,label:ra}}}),cc=Mo({"src/common/end-of-line.js"(Vn,Fi){Fn();function In(Un){let Hn=Un.indexOf("\r");return Hn>=0?Un.charAt(Hn+1)===`
`?"crlf":"cr":"lf"}function di(Un){switch(Un){case"cr":return"\r";case"crlf":return`\r
`;default:return`
`}}function Kn(Un,Hn){let ji;switch(Hn){case`
`:ji=/\n/g;break;case"\r":ji=/\r/g;break;case`\r
`:ji=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(Hn)}.`)}let Wi=Un.match(ji);return Wi?Wi.length:0}function On(Un){return Un.replace(/\r\n?/g,`
`)}Fi.exports={guessEndOfLine:In,convertEndOfLineToChars:di,countEndOfLineChars:Kn,normalizeEndOfLine:On}}}),Lc=Mo({"src/utils/get-last.js"(Vn,Fi){Fn();var In=di=>di[di.length-1];Fi.exports=In}});function wd(){let{onlyFirst:Vn=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Fi=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(Fi,Vn?void 0:"g")}var Nd=Zl({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){Fn()}});function Tf(Vn){if(typeof Vn!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof Vn}\``);return Vn.replace(wd(),"")}var vf=Zl({"node_modules/strip-ansi/index.js"(){Fn(),Nd()}});function jc(Vn){return Number.isInteger(Vn)?Vn>=4352&&(Vn<=4447||Vn===9001||Vn===9002||11904<=Vn&&Vn<=12871&&Vn!==12351||12880<=Vn&&Vn<=19903||19968<=Vn&&Vn<=42182||43360<=Vn&&Vn<=43388||44032<=Vn&&Vn<=55203||63744<=Vn&&Vn<=64255||65040<=Vn&&Vn<=65049||65072<=Vn&&Vn<=65131||65281<=Vn&&Vn<=65376||65504<=Vn&&Vn<=65510||110592<=Vn&&Vn<=110593||127488<=Vn&&Vn<=127569||131072<=Vn&&Vn<=262141):!1}var Jd=Zl({"node_modules/is-fullwidth-code-point/index.js"(){Fn()}}),Ed=Mo({"node_modules/emoji-regex/index.js"(Vn,Fi){Fn(),Fi.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}}}),Bf={};_u(Bf,{default:()=>Rf});function Rf(Vn){if(typeof Vn!="string"||Vn.length===0||(Vn=Tf(Vn),Vn.length===0))return 0;Vn=Vn.replace((0,Rp.default)()," ");let Fi=0;for(let In=0;In<Vn.length;In++){let di=Vn.codePointAt(In);di<=31||di>=127&&di<=159||di>=768&&di<=879||(di>65535&&In++,Fi+=jc(di)?2:1)}return Fi}var Rp,Pp=Zl({"node_modules/string-width/index.js"(){Fn(),vf(),Jd(),Rp=Vu(Ed())}}),_p=Mo({"src/utils/get-string-width.js"(Vn,Fi){Fn();var In=(Pp(),Iu(Bf)).default,di=/[^\x20-\x7F]/;function Kn(On){return On?di.test(On)?In(On):On.length:0}Fi.exports=Kn}}),Pf=Mo({"src/document/doc-utils.js"(Vn,Fi){Fn();var In=Lc(),{literalline:di,join:Kn}=Vl(),On=Zn=>Array.isArray(Zn)||Zn&&Zn.type==="concat",Un=Zn=>{if(Array.isArray(Zn))return Zn;if(Zn.type!=="concat"&&Zn.type!=="fill")throw new Error("Expect doc type to be `concat` or `fill`.");return Zn.parts},Hn={};function ji(Zn,la,pa,xa){let Ma=[Zn];for(;Ma.length>0;){let Ha=Ma.pop();if(Ha===Hn){pa(Ma.pop());continue}if(pa&&Ma.push(Ha,Hn),!la||la(Ha)!==!1)if(On(Ha)||Ha.type==="fill"){let So=Un(Ha);for(let as=So.length,ps=as-1;ps>=0;--ps)Ma.push(So[ps])}else if(Ha.type==="if-break")Ha.flatContents&&Ma.push(Ha.flatContents),Ha.breakContents&&Ma.push(Ha.breakContents);else if(Ha.type==="group"&&Ha.expandedStates)if(xa)for(let So=Ha.expandedStates.length,as=So-1;as>=0;--as)Ma.push(Ha.expandedStates[as]);else Ma.push(Ha.contents);else Ha.contents&&Ma.push(Ha.contents)}}function Wi(Zn,la){let pa=new Map;return xa(Zn);function xa(Ha){if(pa.has(Ha))return pa.get(Ha);let So=Ma(Ha);return pa.set(Ha,So),So}function Ma(Ha){if(Array.isArray(Ha))return la(Ha.map(xa));if(Ha.type==="concat"||Ha.type==="fill"){let So=Ha.parts.map(xa);return la(Object.assign(Object.assign({},Ha),{},{parts:So}))}if(Ha.type==="if-break"){let So=Ha.breakContents&&xa(Ha.breakContents),as=Ha.flatContents&&xa(Ha.flatContents);return la(Object.assign(Object.assign({},Ha),{},{breakContents:So,flatContents:as}))}if(Ha.type==="group"&&Ha.expandedStates){let So=Ha.expandedStates.map(xa),as=So[0];return la(Object.assign(Object.assign({},Ha),{},{contents:as,expandedStates:So}))}if(Ha.contents){let So=xa(Ha.contents);return la(Object.assign(Object.assign({},Ha),{},{contents:So}))}return la(Ha)}}function da(Zn,la,pa){let xa=pa,Ma=!1;function Ha(So){let as=la(So);if(as!==void 0&&(Ma=!0,xa=as),Ma)return!1}return ji(Zn,Ha),xa}function sa(Zn){if(Zn.type==="group"&&Zn.break||Zn.type==="line"&&Zn.hard||Zn.type==="break-parent")return!0}function fa(Zn){return da(Zn,sa,!1)}function zi(Zn){if(Zn.length>0){let la=In(Zn);!la.expandedStates&&!la.break&&(la.break="propagated")}return null}function ta(Zn){let la=new Set,pa=[];function xa(Ha){if(Ha.type==="break-parent"&&zi(pa),Ha.type==="group"){if(pa.push(Ha),la.has(Ha))return!1;la.add(Ha)}}function Ma(Ha){Ha.type==="group"&&pa.pop().break&&zi(pa)}ji(Zn,xa,Ma,!0)}function va(Zn){return Zn.type==="line"&&!Zn.hard?Zn.soft?"":" ":Zn.type==="if-break"?Zn.flatContents||"":Zn}function qa(Zn){return Wi(Zn,va)}var Xa=(Zn,la)=>Zn&&Zn.type==="line"&&Zn.hard&&la&&la.type==="break-parent";function Ta(Zn){if(!Zn)return Zn;if(On(Zn)||Zn.type==="fill"){let la=Un(Zn);for(;la.length>1&&Xa(...la.slice(-2));)la.length-=2;if(la.length>0){let pa=Ta(In(la));la[la.length-1]=pa}return Array.isArray(Zn)?la:Object.assign(Object.assign({},Zn),{},{parts:la})}switch(Zn.type){case"align":case"indent":case"indent-if-break":case"group":case"line-suffix":case"label":{let la=Ta(Zn.contents);return Object.assign(Object.assign({},Zn),{},{contents:la})}case"if-break":{let la=Ta(Zn.breakContents),pa=Ta(Zn.flatContents);return Object.assign(Object.assign({},Zn),{},{breakContents:la,flatContents:pa})}}return Zn}function Qa(Zn){return Ta(io(Zn))}function Ia(Zn){switch(Zn.type){case"fill":if(Zn.parts.every(pa=>pa===""))return"";break;case"group":if(!Zn.contents&&!Zn.id&&!Zn.break&&!Zn.expandedStates)return"";if(Zn.contents.type==="group"&&Zn.contents.id===Zn.id&&Zn.contents.break===Zn.break&&Zn.contents.expandedStates===Zn.expandedStates)return Zn.contents;break;case"align":case"indent":case"indent-if-break":case"line-suffix":if(!Zn.contents)return"";break;case"if-break":if(!Zn.flatContents&&!Zn.breakContents)return"";break}if(!On(Zn))return Zn;let la=[];for(let pa of Un(Zn)){if(!pa)continue;let[xa,...Ma]=On(pa)?Un(pa):[pa];typeof xa=="string"&&typeof In(la)=="string"?la[la.length-1]+=xa:la.push(xa),la.push(...Ma)}return la.length===0?"":la.length===1?la[0]:Array.isArray(Zn)?la:Object.assign(Object.assign({},Zn),{},{parts:la})}function io(Zn){return Wi(Zn,la=>Ia(la))}function Ja(Zn){let la=[],pa=Zn.filter(Boolean);for(;pa.length>0;){let xa=pa.shift();if(xa){if(On(xa)){pa.unshift(...Un(xa));continue}if(la.length>0&&typeof In(la)=="string"&&typeof xa=="string"){la[la.length-1]+=xa;continue}la.push(xa)}}return la}function hs(Zn){return Wi(Zn,la=>Array.isArray(la)?Ja(la):la.parts?Object.assign(Object.assign({},la),{},{parts:Ja(la.parts)}):la)}function na(Zn){return Wi(Zn,la=>typeof la=="string"&&la.includes(`
`)?ka(la):la)}function ka(Zn){let la=arguments.length>1&&arguments[1]!==void 0?arguments[1]:di;return Kn(la,Zn.split(`
`)).parts}function ra(Zn){if(Zn.type==="line")return!0}function ma(Zn){return da(Zn,ra,!1)}Fi.exports={isConcat:On,getDocParts:Un,willBreak:fa,traverseDoc:ji,findInDoc:da,mapDoc:Wi,propagateBreaks:ta,removeLines:qa,stripTrailingHardline:Qa,normalizeParts:Ja,normalizeDoc:hs,cleanDoc:io,replaceTextEndOfLine:ka,replaceEndOfLine:na,canBreak:ma}}}),Ih=Mo({"src/document/doc-printer.js"(Vn,Fi){Fn();var{convertEndOfLineToChars:In}=cc(),di=Lc(),Kn=_p(),{fill:On,cursor:Un,indent:Hn}=Vl(),{isConcat:ji,getDocParts:Wi}=Pf(),da,sa=1,fa=2;function zi(){return{value:"",length:0,queue:[]}}function ta(Ia,io){return qa(Ia,{type:"indent"},io)}function va(Ia,io,Ja){return io===Number.NEGATIVE_INFINITY?Ia.root||zi():io<0?qa(Ia,{type:"dedent"},Ja):io?io.type==="root"?Object.assign(Object.assign({},Ia),{},{root:Ia}):qa(Ia,{type:typeof io=="string"?"stringAlign":"numberAlign",n:io},Ja):Ia}function qa(Ia,io,Ja){let hs=io.type==="dedent"?Ia.queue.slice(0,-1):[...Ia.queue,io],na="",ka=0,ra=0,ma=0;for(let So of hs)switch(So.type){case"indent":pa(),Ja.useTabs?Zn(1):la(Ja.tabWidth);break;case"stringAlign":pa(),na+=So.n,ka+=So.n.length;break;case"numberAlign":ra+=1,ma+=So.n;break;default:throw new Error(`Unexpected type '${So.type}'`)}return Ma(),Object.assign(Object.assign({},Ia),{},{value:na,length:ka,queue:hs});function Zn(So){na+=" ".repeat(So),ka+=Ja.tabWidth*So}function la(So){na+=" ".repeat(So),ka+=So}function pa(){Ja.useTabs?xa():Ma()}function xa(){ra>0&&Zn(ra),Ha()}function Ma(){ma>0&&la(ma),Ha()}function Ha(){ra=0,ma=0}}function Xa(Ia){if(Ia.length===0)return 0;let io=0;for(;Ia.length>0&&typeof di(Ia)=="string"&&/^[\t ]*$/.test(di(Ia));)io+=Ia.pop().length;if(Ia.length>0&&typeof di(Ia)=="string"){let Ja=di(Ia).replace(/[\t ]*$/,"");io+=di(Ia).length-Ja.length,Ia[Ia.length-1]=Ja}return io}function Ta(Ia,io,Ja,hs,na){let ka=io.length,ra=[Ia],ma=[];for(;Ja>=0;){if(ra.length===0){if(ka===0)return!0;ra.push(io[--ka]);continue}let{mode:Zn,doc:la}=ra.pop();if(typeof la=="string")ma.push(la),Ja-=Kn(la);else if(ji(la)||la.type==="fill"){let pa=Wi(la);for(let xa=pa.length-1;xa>=0;xa--)ra.push({mode:Zn,doc:pa[xa]})}else switch(la.type){case"indent":case"align":case"indent-if-break":case"label":ra.push({mode:Zn,doc:la.contents});break;case"trim":Ja+=Xa(ma);break;case"group":{if(na&&la.break)return!1;let pa=la.break?sa:Zn,xa=la.expandedStates&&pa===sa?di(la.expandedStates):la.contents;ra.push({mode:pa,doc:xa});break}case"if-break":{let pa=(la.groupId?da[la.groupId]||fa:Zn)===sa?la.breakContents:la.flatContents;pa&&ra.push({mode:Zn,doc:pa});break}case"line":if(Zn===sa||la.hard)return!0;la.soft||(ma.push(" "),Ja--);break;case"line-suffix":hs=!0;break;case"line-suffix-boundary":if(hs)return!1;break}}return!1}function Qa(Ia,io){da={};let Ja=io.printWidth,hs=In(io.endOfLine),na=0,ka=[{ind:zi(),mode:sa,doc:Ia}],ra=[],ma=!1,Zn=[];for(;ka.length>0;){let{ind:pa,mode:xa,doc:Ma}=ka.pop();if(typeof Ma=="string"){let Ha=hs!==`
`?Ma.replace(/\n/g,hs):Ma;ra.push(Ha),na+=Kn(Ha)}else if(ji(Ma)){let Ha=Wi(Ma);for(let So=Ha.length-1;So>=0;So--)ka.push({ind:pa,mode:xa,doc:Ha[So]})}else switch(Ma.type){case"cursor":ra.push(Un.placeholder);break;case"indent":ka.push({ind:ta(pa,io),mode:xa,doc:Ma.contents});break;case"align":ka.push({ind:va(pa,Ma.n,io),mode:xa,doc:Ma.contents});break;case"trim":na-=Xa(ra);break;case"group":switch(xa){case fa:if(!ma){ka.push({ind:pa,mode:Ma.break?sa:fa,doc:Ma.contents});break}case sa:{ma=!1;let Ha={ind:pa,mode:fa,doc:Ma.contents},So=Ja-na,as=Zn.length>0;if(!Ma.break&&Ta(Ha,ka,So,as))ka.push(Ha);else if(Ma.expandedStates){let ps=di(Ma.expandedStates);if(Ma.break){ka.push({ind:pa,mode:sa,doc:ps});break}else for(let ns=1;ns<Ma.expandedStates.length+1;ns++)if(ns>=Ma.expandedStates.length){ka.push({ind:pa,mode:sa,doc:ps});break}else{let As=Ma.expandedStates[ns],ko={ind:pa,mode:fa,doc:As};if(Ta(ko,ka,So,as)){ka.push(ko);break}}}else ka.push({ind:pa,mode:sa,doc:Ma.contents});break}}Ma.id&&(da[Ma.id]=di(ka).mode);break;case"fill":{let Ha=Ja-na,{parts:So}=Ma;if(So.length===0)break;let[as,ps]=So,ns={ind:pa,mode:fa,doc:as},As={ind:pa,mode:sa,doc:as},ko=Ta(ns,[],Ha,Zn.length>0,!0);if(So.length===1){ko?ka.push(ns):ka.push(As);break}let Ws={ind:pa,mode:fa,doc:ps},cs={ind:pa,mode:sa,doc:ps};if(So.length===2){ko?ka.push(Ws,ns):ka.push(cs,As);break}So.splice(0,2);let Xo={ind:pa,mode:xa,doc:On(So)},Ms=So[0];Ta({ind:pa,mode:fa,doc:[as,ps,Ms]},[],Ha,Zn.length>0,!0)?ka.push(Xo,Ws,ns):ko?ka.push(Xo,cs,ns):ka.push(Xo,cs,As);break}case"if-break":case"indent-if-break":{let Ha=Ma.groupId?da[Ma.groupId]:xa;if(Ha===sa){let So=Ma.type==="if-break"?Ma.breakContents:Ma.negate?Ma.contents:Hn(Ma.contents);So&&ka.push({ind:pa,mode:xa,doc:So})}if(Ha===fa){let So=Ma.type==="if-break"?Ma.flatContents:Ma.negate?Hn(Ma.contents):Ma.contents;So&&ka.push({ind:pa,mode:xa,doc:So})}break}case"line-suffix":Zn.push({ind:pa,mode:xa,doc:Ma.contents});break;case"line-suffix-boundary":Zn.length>0&&ka.push({ind:pa,mode:xa,doc:{type:"line",hard:!0}});break;case"line":switch(xa){case fa:if(Ma.hard)ma=!0;else{Ma.soft||(ra.push(" "),na+=1);break}case sa:if(Zn.length>0){ka.push({ind:pa,mode:xa,doc:Ma},...Zn.reverse()),Zn.length=0;break}Ma.literal?pa.root?(ra.push(hs,pa.root.value),na=pa.root.length):(ra.push(hs),na=0):(na-=Xa(ra),ra.push(hs+pa.value),na=pa.length);break}break;case"label":ka.push({ind:pa,mode:xa,doc:Ma.contents});break}ka.length===0&&Zn.length>0&&(ka.push(...Zn.reverse()),Zn.length=0)}let la=ra.indexOf(Un.placeholder);if(la!==-1){let pa=ra.indexOf(Un.placeholder,la+1),xa=ra.slice(0,la).join(""),Ma=ra.slice(la+1,pa).join(""),Ha=ra.slice(pa+1).join("");return{formatted:xa+Ma+Ha,cursorNodeStart:xa.length,cursorNodeText:Ma}}return{formatted:ra.join("")}}Fi.exports={printDocToString:Qa}}}),Lp=Mo({"src/document/doc-debug.js"(Vn,Fi){Fn();var{isConcat:In,getDocParts:di}=Pf();function Kn(Un){if(!Un)return"";if(In(Un)){let Hn=[];for(let ji of di(Un))if(In(ji))Hn.push(...Kn(ji).parts);else{let Wi=Kn(ji);Wi!==""&&Hn.push(Wi)}return{type:"concat",parts:Hn}}return Un.type==="if-break"?Object.assign(Object.assign({},Un),{},{breakContents:Kn(Un.breakContents),flatContents:Kn(Un.flatContents)}):Un.type==="group"?Object.assign(Object.assign({},Un),{},{contents:Kn(Un.contents),expandedStates:Un.expandedStates&&Un.expandedStates.map(Kn)}):Un.type==="fill"?{type:"fill",parts:Un.parts.map(Kn)}:Un.contents?Object.assign(Object.assign({},Un),{},{contents:Kn(Un.contents)}):Un}function On(Un){let Hn=Object.create(null),ji=new Set;return Wi(Kn(Un));function Wi(sa,fa,zi){if(typeof sa=="string")return JSON.stringify(sa);if(In(sa)){let ta=di(sa).map(Wi).filter(Boolean);return ta.length===1?ta[0]:`[${ta.join(", ")}]`}if(sa.type==="line"){let ta=Array.isArray(zi)&&zi[fa+1]&&zi[fa+1].type==="break-parent";return sa.literal?ta?"literalline":"literallineWithoutBreakParent":sa.hard?ta?"hardline":"hardlineWithoutBreakParent":sa.soft?"softline":"line"}if(sa.type==="break-parent")return Array.isArray(zi)&&zi[fa-1]&&zi[fa-1].type==="line"&&zi[fa-1].hard?void 0:"breakParent";if(sa.type==="trim")return"trim";if(sa.type==="indent")return"indent("+Wi(sa.contents)+")";if(sa.type==="align")return sa.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+Wi(sa.contents)+")":sa.n<0?"dedent("+Wi(sa.contents)+")":sa.n.type==="root"?"markAsRoot("+Wi(sa.contents)+")":"align("+JSON.stringify(sa.n)+", "+Wi(sa.contents)+")";if(sa.type==="if-break")return"ifBreak("+Wi(sa.breakContents)+(sa.flatContents?", "+Wi(sa.flatContents):"")+(sa.groupId?(sa.flatContents?"":', ""')+`, { groupId: ${da(sa.groupId)} }`:"")+")";if(sa.type==="indent-if-break"){let ta=[];sa.negate&&ta.push("negate: true"),sa.groupId&&ta.push(`groupId: ${da(sa.groupId)}`);let va=ta.length>0?`, { ${ta.join(", ")} }`:"";return`indentIfBreak(${Wi(sa.contents)}${va})`}if(sa.type==="group"){let ta=[];sa.break&&sa.break!=="propagated"&&ta.push("shouldBreak: true"),sa.id&&ta.push(`id: ${da(sa.id)}`);let va=ta.length>0?`, { ${ta.join(", ")} }`:"";return sa.expandedStates?`conditionalGroup([${sa.expandedStates.map(qa=>Wi(qa)).join(",")}]${va})`:`group(${Wi(sa.contents)}${va})`}if(sa.type==="fill")return`fill([${sa.parts.map(ta=>Wi(ta)).join(", ")}])`;if(sa.type==="line-suffix")return"lineSuffix("+Wi(sa.contents)+")";if(sa.type==="line-suffix-boundary")return"lineSuffixBoundary";if(sa.type==="label")return`label(${JSON.stringify(sa.label)}, ${Wi(sa.contents)})`;throw new Error("Unknown doc type "+sa.type)}function da(sa){if(typeof sa!="symbol")return JSON.stringify(String(sa));if(sa in Hn)return Hn[sa];let fa=String(sa).slice(7,-1)||"symbol";for(let zi=0;;zi++){let ta=fa+(zi>0?` #${zi}`:"");if(!ji.has(ta))return ji.add(ta),Hn[sa]=`Symbol.for(${JSON.stringify(ta)})`}}}Fi.exports={printDocToDebug:On}}}),Oc=Mo({"src/document/index.js"(Vn,Fi){Fn(),Fi.exports={builders:Vl(),printer:Ih(),utils:Pf(),debug:Lp()}}}),Ip={};_u(Ip,{default:()=>Df});function Df(Vn){if(typeof Vn!="string")throw new TypeError("Expected a string");return Vn.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var vp=Zl({"node_modules/escape-string-regexp/index.js"(){Fn()}}),Yp=Mo({"node_modules/semver/internal/debug.js"(Vn,Fi){Fn();var In=typeof Pu=="object"&&Pu.env&&Pu.env.NODE_DEBUG&&/\bsemver\b/i.test(Pu.env.NODE_DEBUG)?function(){for(var di=arguments.length,Kn=new Array(di),On=0;On<di;On++)Kn[On]=arguments[On];return console.error("SEMVER",...Kn)}:()=>{};Fi.exports=In}}),Op=Mo({"node_modules/semver/internal/constants.js"(Vn,Fi){Fn();var In="2.0.0",di=256,Kn=Number.MAX_SAFE_INTEGER||9007199254740991,On=16;Fi.exports={SEMVER_SPEC_VERSION:In,MAX_LENGTH:di,MAX_SAFE_INTEGER:Kn,MAX_SAFE_COMPONENT_LENGTH:On}}}),Xp=Mo({"node_modules/semver/internal/re.js"(Vn,Fi){Fn();var{MAX_SAFE_COMPONENT_LENGTH:In}=Op(),di=Yp();Vn=Fi.exports={};var Kn=Vn.re=[],On=Vn.src=[],Un=Vn.t={},Hn=0,ji=(Wi,da,sa)=>{let fa=Hn++;di(Wi,fa,da),Un[Wi]=fa,On[fa]=da,Kn[fa]=new RegExp(da,sa?"g":void 0)};ji("NUMERICIDENTIFIER","0|[1-9]\\d*"),ji("NUMERICIDENTIFIERLOOSE","[0-9]+"),ji("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),ji("MAINVERSION",`(${On[Un.NUMERICIDENTIFIER]})\\.(${On[Un.NUMERICIDENTIFIER]})\\.(${On[Un.NUMERICIDENTIFIER]})`),ji("MAINVERSIONLOOSE",`(${On[Un.NUMERICIDENTIFIERLOOSE]})\\.(${On[Un.NUMERICIDENTIFIERLOOSE]})\\.(${On[Un.NUMERICIDENTIFIERLOOSE]})`),ji("PRERELEASEIDENTIFIER",`(?:${On[Un.NUMERICIDENTIFIER]}|${On[Un.NONNUMERICIDENTIFIER]})`),ji("PRERELEASEIDENTIFIERLOOSE",`(?:${On[Un.NUMERICIDENTIFIERLOOSE]}|${On[Un.NONNUMERICIDENTIFIER]})`),ji("PRERELEASE",`(?:-(${On[Un.PRERELEASEIDENTIFIER]}(?:\\.${On[Un.PRERELEASEIDENTIFIER]})*))`),ji("PRERELEASELOOSE",`(?:-?(${On[Un.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${On[Un.PRERELEASEIDENTIFIERLOOSE]})*))`),ji("BUILDIDENTIFIER","[0-9A-Za-z-]+"),ji("BUILD",`(?:\\+(${On[Un.BUILDIDENTIFIER]}(?:\\.${On[Un.BUILDIDENTIFIER]})*))`),ji("FULLPLAIN",`v?${On[Un.MAINVERSION]}${On[Un.PRERELEASE]}?${On[Un.BUILD]}?`),ji("FULL",`^${On[Un.FULLPLAIN]}$`),ji("LOOSEPLAIN",`[v=\\s]*${On[Un.MAINVERSIONLOOSE]}${On[Un.PRERELEASELOOSE]}?${On[Un.BUILD]}?`),ji("LOOSE",`^${On[Un.LOOSEPLAIN]}$`),ji("GTLT","((?:<|>)?=?)"),ji("XRANGEIDENTIFIERLOOSE",`${On[Un.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),ji("XRANGEIDENTIFIER",`${On[Un.NUMERICIDENTIFIER]}|x|X|\\*`),ji("XRANGEPLAIN",`[v=\\s]*(${On[Un.XRANGEIDENTIFIER]})(?:\\.(${On[Un.XRANGEIDENTIFIER]})(?:\\.(${On[Un.XRANGEIDENTIFIER]})(?:${On[Un.PRERELEASE]})?${On[Un.BUILD]}?)?)?`),ji("XRANGEPLAINLOOSE",`[v=\\s]*(${On[Un.XRANGEIDENTIFIERLOOSE]})(?:\\.(${On[Un.XRANGEIDENTIFIERLOOSE]})(?:\\.(${On[Un.XRANGEIDENTIFIERLOOSE]})(?:${On[Un.PRERELEASELOOSE]})?${On[Un.BUILD]}?)?)?`),ji("XRANGE",`^${On[Un.GTLT]}\\s*${On[Un.XRANGEPLAIN]}$`),ji("XRANGELOOSE",`^${On[Un.GTLT]}\\s*${On[Un.XRANGEPLAINLOOSE]}$`),ji("COERCE",`(^|[^\\d])(\\d{1,${In}})(?:\\.(\\d{1,${In}}))?(?:\\.(\\d{1,${In}}))?(?:$|[^\\d])`),ji("COERCERTL",On[Un.COERCE],!0),ji("LONETILDE","(?:~>?)"),ji("TILDETRIM",`(\\s*)${On[Un.LONETILDE]}\\s+`,!0),Vn.tildeTrimReplace="$1~",ji("TILDE",`^${On[Un.LONETILDE]}${On[Un.XRANGEPLAIN]}$`),ji("TILDELOOSE",`^${On[Un.LONETILDE]}${On[Un.XRANGEPLAINLOOSE]}$`),ji("LONECARET","(?:\\^)"),ji("CARETTRIM",`(\\s*)${On[Un.LONECARET]}\\s+`,!0),Vn.caretTrimReplace="$1^",ji("CARET",`^${On[Un.LONECARET]}${On[Un.XRANGEPLAIN]}$`),ji("CARETLOOSE",`^${On[Un.LONECARET]}${On[Un.XRANGEPLAINLOOSE]}$`),ji("COMPARATORLOOSE",`^${On[Un.GTLT]}\\s*(${On[Un.LOOSEPLAIN]})$|^$`),ji("COMPARATOR",`^${On[Un.GTLT]}\\s*(${On[Un.FULLPLAIN]})$|^$`),ji("COMPARATORTRIM",`(\\s*)${On[Un.GTLT]}\\s*(${On[Un.LOOSEPLAIN]}|${On[Un.XRANGEPLAIN]})`,!0),Vn.comparatorTrimReplace="$1$2$3",ji("HYPHENRANGE",`^\\s*(${On[Un.XRANGEPLAIN]})\\s+-\\s+(${On[Un.XRANGEPLAIN]})\\s*$`),ji("HYPHENRANGELOOSE",`^\\s*(${On[Un.XRANGEPLAINLOOSE]})\\s+-\\s+(${On[Un.XRANGEPLAINLOOSE]})\\s*$`),ji("STAR","(<|>)?=?\\s*\\*"),ji("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),ji("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),Xf=Mo({"node_modules/semver/internal/parse-options.js"(Vn,Fi){Fn();var In=["includePrerelease","loose","rtl"],di=Kn=>Kn?typeof Kn!="object"?{loose:!0}:In.filter(On=>Kn[On]).reduce((On,Un)=>(On[Un]=!0,On),{}):{};Fi.exports=di}}),Oh=Mo({"node_modules/semver/internal/identifiers.js"(Vn,Fi){Fn();var In=/^[0-9]+$/,di=(On,Un)=>{let Hn=In.test(On),ji=In.test(Un);return Hn&&ji&&(On=+On,Un=+Un),On===Un?0:Hn&&!ji?-1:ji&&!Hn?1:On<Un?-1:1},Kn=(On,Un)=>di(Un,On);Fi.exports={compareIdentifiers:di,rcompareIdentifiers:Kn}}}),Wh=Mo({"node_modules/semver/classes/semver.js"(Vn,Fi){Fn();var In=Yp(),{MAX_LENGTH:di,MAX_SAFE_INTEGER:Kn}=Op(),{re:On,t:Un}=Xp(),Hn=Xf(),{compareIdentifiers:ji}=Oh(),Wi=class{constructor(da,sa){if(sa=Hn(sa),da instanceof Wi){if(da.loose===!!sa.loose&&da.includePrerelease===!!sa.includePrerelease)return da;da=da.version}else if(typeof da!="string")throw new TypeError(`Invalid Version: ${da}`);if(da.length>di)throw new TypeError(`version is longer than ${di} characters`);In("SemVer",da,sa),this.options=sa,this.loose=!!sa.loose,this.includePrerelease=!!sa.includePrerelease;let fa=da.trim().match(sa.loose?On[Un.LOOSE]:On[Un.FULL]);if(!fa)throw new TypeError(`Invalid Version: ${da}`);if(this.raw=da,this.major=+fa[1],this.minor=+fa[2],this.patch=+fa[3],this.major>Kn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Kn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Kn||this.patch<0)throw new TypeError("Invalid patch version");fa[4]?this.prerelease=fa[4].split(".").map(zi=>{if(/^[0-9]+$/.test(zi)){let ta=+zi;if(ta>=0&&ta<Kn)return ta}return zi}):this.prerelease=[],this.build=fa[5]?fa[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(da){if(In("SemVer.compare",this.version,this.options,da),!(da instanceof Wi)){if(typeof da=="string"&&da===this.version)return 0;da=new Wi(da,this.options)}return da.version===this.version?0:this.compareMain(da)||this.comparePre(da)}compareMain(da){return da instanceof Wi||(da=new Wi(da,this.options)),ji(this.major,da.major)||ji(this.minor,da.minor)||ji(this.patch,da.patch)}comparePre(da){if(da instanceof Wi||(da=new Wi(da,this.options)),this.prerelease.length&&!da.prerelease.length)return-1;if(!this.prerelease.length&&da.prerelease.length)return 1;if(!this.prerelease.length&&!da.prerelease.length)return 0;let sa=0;do{let fa=this.prerelease[sa],zi=da.prerelease[sa];if(In("prerelease compare",sa,fa,zi),fa===void 0&&zi===void 0)return 0;if(zi===void 0)return 1;if(fa===void 0)return-1;if(fa!==zi)return ji(fa,zi)}while(++sa)}compareBuild(da){da instanceof Wi||(da=new Wi(da,this.options));let sa=0;do{let fa=this.build[sa],zi=da.build[sa];if(In("prerelease compare",sa,fa,zi),fa===void 0&&zi===void 0)return 0;if(zi===void 0)return 1;if(fa===void 0)return-1;if(fa!==zi)return ji(fa,zi)}while(++sa)}inc(da,sa){switch(da){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",sa);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",sa);break;case"prepatch":this.prerelease.length=0,this.inc("patch",sa),this.inc("pre",sa);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",sa),this.inc("pre",sa);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let fa=this.prerelease.length;for(;--fa>=0;)typeof this.prerelease[fa]=="number"&&(this.prerelease[fa]++,fa=-2);fa===-1&&this.prerelease.push(0)}sa&&(ji(this.prerelease[0],sa)===0?isNaN(this.prerelease[1])&&(this.prerelease=[sa,0]):this.prerelease=[sa,0]);break;default:throw new Error(`invalid increment argument: ${da}`)}return this.format(),this.raw=this.version,this}};Fi.exports=Wi}}),np=Mo({"node_modules/semver/functions/compare.js"(Vn,Fi){Fn();var In=Wh(),di=(Kn,On,Un)=>new In(Kn,Un).compare(new In(On,Un));Fi.exports=di}}),gh=Mo({"node_modules/semver/functions/lt.js"(Vn,Fi){Fn();var In=np(),di=(Kn,On,Un)=>In(Kn,On,Un)<0;Fi.exports=di}}),jp=Mo({"node_modules/semver/functions/gte.js"(Vn,Fi){Fn();var In=np(),di=(Kn,On,Un)=>In(Kn,On,Un)>=0;Fi.exports=di}}),wm=Mo({"src/utils/arrayify.js"(Vn,Fi){Fn(),Fi.exports=(In,di)=>Object.entries(In).map(Kn=>{let[On,Un]=Kn;return Object.assign({[di]:On},Un)})}}),Fp=Mo({"node_modules/outdent/lib/index.js"(Vn,Fi){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.outdent=void 0;function In(){for(var Ta=[],Qa=0;Qa<arguments.length;Qa++)Ta[Qa]=arguments[Qa]}function di(){return typeof WeakMap<"u"?new WeakMap:Kn()}function Kn(){return{add:In,delete:In,get:In,set:In,has:function(Ta){return!1}}}var On=Object.prototype.hasOwnProperty,Un=function(Ta,Qa){return On.call(Ta,Qa)};function Hn(Ta,Qa){for(var Ia in Qa)Un(Qa,Ia)&&(Ta[Ia]=Qa[Ia]);return Ta}var ji=/^[ \t]*(?:\r\n|\r|\n)/,Wi=/(?:\r\n|\r|\n)[ \t]*$/,da=/^(?:[\r\n]|$)/,sa=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,fa=/^[ \t]*[\r\n][ \t\r\n]*$/;function zi(Ta,Qa,Ia){var io=0,Ja=Ta[0].match(sa);Ja&&(io=Ja[1].length);var hs="(\\r\\n|\\r|\\n).{0,"+io+"}",na=new RegExp(hs,"g");Qa&&(Ta=Ta.slice(1));var ka=Ia.newline,ra=Ia.trimLeadingNewline,ma=Ia.trimTrailingNewline,Zn=typeof ka=="string",la=Ta.length,pa=Ta.map(function(xa,Ma){return xa=xa.replace(na,"$1"),Ma===0&&ra&&(xa=xa.replace(ji,"")),Ma===la-1&&ma&&(xa=xa.replace(Wi,"")),Zn&&(xa=xa.replace(/\r\n|\n|\r/g,function(Ha){return ka})),xa});return pa}function ta(Ta,Qa){for(var Ia="",io=0,Ja=Ta.length;io<Ja;io++)Ia+=Ta[io],io<Ja-1&&(Ia+=Qa[io]);return Ia}function va(Ta){return Un(Ta,"raw")&&Un(Ta,"length")}function qa(Ta){var Qa=di(),Ia=di();function io(hs){for(var na=[],ka=1;ka<arguments.length;ka++)na[ka-1]=arguments[ka];if(va(hs)){var ra=hs,ma=(na[0]===io||na[0]===Xa)&&fa.test(ra[0])&&da.test(ra[1]),Zn=ma?Ia:Qa,la=Zn.get(ra);if(la||(la=zi(ra,ma,Ta),Zn.set(ra,la)),na.length===0)return la[0];var pa=ta(la,ma?na.slice(1):na);return pa}else return qa(Hn(Hn({},Ta),hs||{}))}var Ja=Hn(io,{string:function(hs){return zi([hs],!1,Ta)[0]}});return Ja}var Xa=qa({trimLeadingNewline:!0,trimTrailingNewline:!0});if(Vn.outdent=Xa,Vn.default=Xa,typeof Fi<"u")try{Fi.exports=Xa,Object.defineProperty(Xa,"__esModule",{value:!0}),Xa.default=Xa,Xa.outdent=Xa}catch{}}}),Um=Mo({"src/main/core-options.js"(Vn,Fi){Fn();var{outdent:In}=Fp(),di="Config",Kn="Editor",On="Format",Un="Other",Hn="Output",ji="Global",Wi="Special",da={cursorOffset:{since:"1.4.0",category:Wi,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:In`
Print (to stderr) where a cursor at the given position would move to after formatting.
This option cannot be used with --range-start and --range-end.
`,cliCategory:Kn},endOfLine:{since:"1.15.0",category:ji,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"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:In`
Maintain existing
(mixed values within one file are normalised by looking at what's used after the first line)
`}]},filepath:{since:"1.4.0",category:Wi,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:Un,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:Wi,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:Un},parser:{since:"0.0.10",category:ji,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:sa=>typeof sa=="string"||typeof sa=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"acorn",since:"2.6.0",description:"JavaScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:ji,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:sa=>typeof sa=="string"||typeof sa=="object",cliName:"plugin",cliCategory:di},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:ji,description:In`
Custom directory that contains prettier plugins in node_modules subdirectory.
Overrides default behavior when plugins are searched relatively to the location of Prettier.
Multiple values are accepted.
`,exception:sa=>typeof sa=="string"||typeof sa=="object",cliName:"plugin-search-dir",cliCategory:di},printWidth:{since:"0.0.0",category:ji,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:Wi,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:In`
Format code ending at a given character offset (exclusive).
The range will extend forwards to the end of the selected statement.
This option cannot be used with --cursor-offset.
`,cliCategory:Kn},rangeStart:{since:"1.4.0",category:Wi,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:In`
Format code starting at a given character offset.
The range will extend backwards to the start of the first line containing the selected statement.
This option cannot be used with --cursor-offset.
`,cliCategory:Kn},requirePragma:{since:"1.7.0",category:Wi,type:"boolean",default:!1,description:In`
Require either '@prettier' or '@format' to be present in the file's first docblock comment
in order for it to be formatted.
`,cliCategory:Un},tabWidth:{type:"int",category:ji,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:ji,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:ji,type:"choice",default:[{since:"2.1.0",value:"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."}]}};Fi.exports={CATEGORY_CONFIG:di,CATEGORY_EDITOR:Kn,CATEGORY_FORMAT:On,CATEGORY_OTHER:Un,CATEGORY_OUTPUT:Hn,CATEGORY_GLOBAL:ji,CATEGORY_SPECIAL:Wi,options:da}}}),kh=Mo({"src/main/support.js"(Vn,Fi){Fn();var In={compare:np(),lt:gh(),gte:jp()},di=wm(),Kn=is().version,On=Um().options;function Un(){let{plugins:ji=[],showUnreleased:Wi=!1,showDeprecated:da=!1,showInternal:sa=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},fa=Kn.split("-",1)[0],zi=ji.flatMap(Ta=>Ta.languages||[]).filter(va),ta=di(Object.assign({},...ji.map(Ta=>{let{options:Qa}=Ta;return Qa}),On),"name").filter(Ta=>va(Ta)&&qa(Ta)).sort((Ta,Qa)=>Ta.name===Qa.name?0:Ta.name<Qa.name?-1:1).map(Xa).map(Ta=>{Ta=Object.assign({},Ta),Array.isArray(Ta.default)&&(Ta.default=Ta.default.length===1?Ta.default[0].value:Ta.default.filter(va).sort((Ia,io)=>In.compare(io.since,Ia.since))[0].value),Array.isArray(Ta.choices)&&(Ta.choices=Ta.choices.filter(Ia=>va(Ia)&&qa(Ia)),Ta.name==="parser"&&Hn(Ta,zi,ji));let Qa=Object.fromEntries(ji.filter(Ia=>Ia.defaultOptions&&Ia.defaultOptions[Ta.name]!==void 0).map(Ia=>[Ia.name,Ia.defaultOptions[Ta.name]]));return Object.assign(Object.assign({},Ta),{},{pluginDefaults:Qa})});return{languages:zi,options:ta};function va(Ta){return Wi||!("since"in Ta)||Ta.since&&In.gte(fa,Ta.since)}function qa(Ta){return da||!("deprecated"in Ta)||Ta.deprecated&&In.lt(fa,Ta.deprecated)}function Xa(Ta){return sa?Ta:Ea(Ta,An)}}function Hn(ji,Wi,da){let sa=new Set(ji.choices.map(fa=>fa.value));for(let fa of Wi)if(fa.parsers){for(let zi of fa.parsers)if(!sa.has(zi)){sa.add(zi);let ta=da.find(qa=>qa.parsers&&qa.parsers[zi]),va=fa.name;ta&&ta.name&&(va+=` (plugin: ${ta.name})`),ji.choices.push({value:zi,description:va})}}}Fi.exports={getSupportInfo:Un}}}),Yh=Mo({"src/utils/is-non-empty-array.js"(Vn,Fi){Fn();function In(di){return Array.isArray(di)&&di.length>0}Fi.exports=In}}),Xh=Mo({"src/utils/text/skip.js"(Vn,Fi){Fn();function In(Hn){return(ji,Wi,da)=>{let sa=da&&da.backwards;if(Wi===!1)return!1;let{length:fa}=ji,zi=Wi;for(;zi>=0&&zi<fa;){let ta=ji.charAt(zi);if(Hn instanceof RegExp){if(!Hn.test(ta))return zi}else if(!Hn.includes(ta))return zi;sa?zi--:zi++}return zi===-1||zi===fa?zi:!1}}var di=In(/\s/),Kn=In(" "),On=In(",; "),Un=In(/[^\n\r]/);Fi.exports={skipWhitespace:di,skipSpaces:Kn,skipToLineEnd:On,skipEverythingButNewLine:Un}}}),Od=Mo({"src/utils/text/skip-inline-comment.js"(Vn,Fi){Fn();function In(di,Kn){if(Kn===!1)return!1;if(di.charAt(Kn)==="/"&&di.charAt(Kn+1)==="*"){for(let On=Kn+2;On<di.length;++On)if(di.charAt(On)==="*"&&di.charAt(On+1)==="/")return On+2}return Kn}Fi.exports=In}}),Id=Mo({"src/utils/text/skip-trailing-comment.js"(Vn,Fi){Fn();var{skipEverythingButNewLine:In}=Xh();function di(Kn,On){return On===!1?!1:Kn.charAt(On)==="/"&&Kn.charAt(On+1)==="/"?In(Kn,On):On}Fi.exports=di}}),Vf=Mo({"src/utils/text/skip-newline.js"(Vn,Fi){Fn();function In(di,Kn,On){let Un=On&&On.backwards;if(Kn===!1)return!1;let Hn=di.charAt(Kn);if(Un){if(di.charAt(Kn-1)==="\r"&&Hn===`
`)return Kn-2;if(Hn===`
`||Hn==="\r"||Hn==="\u2028"||Hn==="\u2029")return Kn-1}else{if(Hn==="\r"&&di.charAt(Kn+1)===`
`)return Kn+2;if(Hn===`
`||Hn==="\r"||Hn==="\u2028"||Hn==="\u2029")return Kn+1}return Kn}Fi.exports=In}}),bp=Mo({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(Vn,Fi){Fn();var In=Od(),di=Vf(),Kn=Id(),{skipSpaces:On}=Xh();function Un(Hn,ji){let Wi=null,da=ji;for(;da!==Wi;)Wi=da,da=On(Hn,da),da=In(Hn,da),da=Kn(Hn,da),da=di(Hn,da);return da}Fi.exports=Un}}),Zc=Mo({"src/common/util.js"(Vn,Fi){Fn();var{default:In}=(vp(),Iu(Ip)),di=Lc(),{getSupportInfo:Kn}=kh(),On=Yh(),Un=_p(),{skipWhitespace:Hn,skipSpaces:ji,skipToLineEnd:Wi,skipEverythingButNewLine:da}=Xh(),sa=Od(),fa=Id(),zi=Vf(),ta=bp(),va=cs=>cs[cs.length-2];function qa(cs){return(Xo,Ms,_l)=>{let Xs=_l&&_l.backwards;if(Ms===!1)return!1;let{length:Ul}=Xo,ss=Ms;for(;ss>=0&&ss<Ul;){let Ps=Xo.charAt(ss);if(cs instanceof RegExp){if(!cs.test(Ps))return ss}else if(!cs.includes(Ps))return ss;Xs?ss--:ss++}return ss===-1||ss===Ul?ss:!1}}function Xa(cs,Xo){let Ms=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},_l=ji(cs,Ms.backwards?Xo-1:Xo,Ms),Xs=zi(cs,_l,Ms);return _l!==Xs}function Ta(cs,Xo,Ms){for(let _l=Xo;_l<Ms;++_l)if(cs.charAt(_l)===`
`)return!0;return!1}function Qa(cs,Xo,Ms){let _l=Ms(Xo)-1;_l=ji(cs,_l,{backwards:!0}),_l=zi(cs,_l,{backwards:!0}),_l=ji(cs,_l,{backwards:!0});let Xs=zi(cs,_l,{backwards:!0});return _l!==Xs}function Ia(cs,Xo){let Ms=null,_l=Xo;for(;_l!==Ms;)Ms=_l,_l=Wi(cs,_l),_l=sa(cs,_l),_l=ji(cs,_l);return _l=fa(cs,_l),_l=zi(cs,_l),_l!==!1&&Xa(cs,_l)}function io(cs,Xo,Ms){return Ia(cs,Ms(Xo))}function Ja(cs,Xo,Ms){return ta(cs,Ms(Xo))}function hs(cs,Xo,Ms){return cs.charAt(Ja(cs,Xo,Ms))}function na(cs,Xo){let Ms=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return ji(cs,Ms.backwards?Xo-1:Xo,Ms)!==Xo}function ka(cs,Xo){let Ms=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,_l=0;for(let Xs=Ms;Xs<cs.length;++Xs)cs[Xs]===" "?_l=_l+Xo-_l%Xo:_l++;return _l}function ra(cs,Xo){let Ms=cs.lastIndexOf(`
`);return Ms===-1?0:ka(cs.slice(Ms+1).match(/^[\t ]*/)[0],Xo)}function ma(cs,Xo){let Ms={quote:'"',regex:/"/g,escaped:"&quot;"},_l={quote:"'",regex:/'/g,escaped:"&apos;"},Xs=Xo==="'"?_l:Ms,Ul=Xs===_l?Ms:_l,ss=Xs;if(cs.includes(Xs.quote)||cs.includes(Ul.quote)){let Ps=(cs.match(Xs.regex)||[]).length,jl=(cs.match(Ul.regex)||[]).length;ss=Ps>jl?Ul:Xs}return ss}function Zn(cs,Xo){let Ms=cs.slice(1,-1),_l=Xo.parser==="json"||Xo.parser==="json5"&&Xo.quoteProps==="preserve"&&!Xo.singleQuote?'"':Xo.__isInHtmlAttribute?"'":ma(Ms,Xo.singleQuote?"'":'"').quote;return la(Ms,_l,!(Xo.parser==="css"||Xo.parser==="less"||Xo.parser==="scss"||Xo.__embeddedInHtml))}function la(cs,Xo,Ms){let _l=Xo==='"'?"'":'"',Xs=/\\(.)|(["'])/gs,Ul=cs.replace(Xs,(ss,Ps,jl)=>Ps===_l?Ps:jl===Xo?"\\"+jl:jl||(Ms&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(Ps)?Ps:"\\"+Ps));return Xo+Ul+Xo}function pa(cs){return cs.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}function xa(cs,Xo){let Ms=cs.match(new RegExp(`(${In(Xo)})+`,"g"));return Ms===null?0:Ms.reduce((_l,Xs)=>Math.max(_l,Xs.length/Xo.length),0)}function Ma(cs,Xo){let Ms=cs.match(new RegExp(`(${In(Xo)})+`,"g"));if(Ms===null)return 0;let _l=new Map,Xs=0;for(let Ul of Ms){let ss=Ul.length/Xo.length;_l.set(ss,!0),ss>Xs&&(Xs=ss)}for(let Ul=1;Ul<Xs;Ul++)if(!_l.get(Ul))return Ul;return Xs+1}function Ha(cs,Xo){(cs.comments||(cs.comments=[])).push(Xo),Xo.printed=!1,Xo.nodeDescription=Ws(cs)}function So(cs,Xo){Xo.leading=!0,Xo.trailing=!1,Ha(cs,Xo)}function as(cs,Xo,Ms){Xo.leading=!1,Xo.trailing=!1,Ms&&(Xo.marker=Ms),Ha(cs,Xo)}function ps(cs,Xo){Xo.leading=!1,Xo.trailing=!0,Ha(cs,Xo)}function ns(cs,Xo){let{languages:Ms}=Kn({plugins:Xo.plugins}),_l=Ms.find(Xs=>{let{name:Ul}=Xs;return Ul.toLowerCase()===cs})||Ms.find(Xs=>{let{aliases:Ul}=Xs;return Array.isArray(Ul)&&Ul.includes(cs)})||Ms.find(Xs=>{let{extensions:Ul}=Xs;return Array.isArray(Ul)&&Ul.includes(`.${cs}`)});return _l&&_l.parsers[0]}function As(cs){return cs&&cs.type==="front-matter"}function ko(cs){let Xo=new WeakMap;return function(Ms){return Xo.has(Ms)||Xo.set(Ms,Symbol(cs)),Xo.get(Ms)}}function Ws(cs){let Xo=cs.type||cs.kind||"(unknown type)",Ms=String(cs.name||cs.id&&(typeof cs.id=="object"?cs.id.name:cs.id)||cs.key&&(typeof cs.key=="object"?cs.key.name:cs.key)||cs.value&&(typeof cs.value=="object"?"":String(cs.value))||cs.operator||"");return Ms.length>20&&(Ms=Ms.slice(0,19)+"…"),Xo+(Ms?" "+Ms:"")}Fi.exports={inferParserByLanguage:ns,getStringWidth:Un,getMaxContinuousCount:xa,getMinNotPresentContinuousCount:Ma,getPenultimate:va,getLast:di,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:ta,getNextNonSpaceNonCommentCharacterIndex:Ja,getNextNonSpaceNonCommentCharacter:hs,skip:qa,skipWhitespace:Hn,skipSpaces:ji,skipToLineEnd:Wi,skipEverythingButNewLine:da,skipInlineComment:sa,skipTrailingComment:fa,skipNewline:zi,isNextLineEmptyAfterIndex:Ia,isNextLineEmpty:io,isPreviousLineEmpty:Qa,hasNewline:Xa,hasNewlineInRange:Ta,hasSpaces:na,getAlignmentSize:ka,getIndentSize:ra,getPreferredQuote:ma,printString:Zn,printNumber:pa,makeString:la,addLeadingComment:So,addDanglingComment:as,addTrailingComment:ps,isFrontMatterNode:As,isNonEmptyArray:On,createGroupIdMapper:ko}}}),bh={};_u(bh,{basename:()=>Hp,default:()=>Mi,delimiter:()=>xn,dirname:()=>Up,extname:()=>$h,isAbsolute:()=>Jh,join:()=>qd,normalize:()=>Qh,relative:()=>Bh,resolve:()=>yp,sep:()=>Qp});function lm(Vn,Fi){for(var In=0,di=Vn.length-1;di>=0;di--){var Kn=Vn[di];Kn==="."?Vn.splice(di,1):Kn===".."?(Vn.splice(di,1),In++):In&&(Vn.splice(di,1),In--)}if(Fi)for(;In--;In)Vn.unshift("..");return Vn}function yp(){for(var Vn="",Fi=!1,In=arguments.length-1;In>=-1&&!Fi;In--){var di=In>=0?arguments[In]:"/";if(typeof di!="string")throw new TypeError("Arguments to path.resolve must be strings");di&&(Vn=di+"/"+Vn,Fi=di.charAt(0)==="/")}return Vn=lm(df(Vn.split("/"),function(Kn){return!!Kn}),!Fi).join("/"),(Fi?"/":"")+Vn||"."}function Qh(Vn){var Fi=Jh(Vn),In=Hi(Vn,-1)==="/";return Vn=lm(df(Vn.split("/"),function(di){return!!di}),!Fi).join("/"),!Vn&&!Fi&&(Vn="."),Vn&&In&&(Vn+="/"),(Fi?"/":"")+Vn}function Jh(Vn){return Vn.charAt(0)==="/"}function qd(){var Vn=Array.prototype.slice.call(arguments,0);return Qh(df(Vn,function(Fi,In){if(typeof Fi!="string")throw new TypeError("Arguments to path.join must be strings");return Fi}).join("/"))}function Bh(Vn,Fi){Vn=yp(Vn).substr(1),Fi=yp(Fi).substr(1);function In(Wi){for(var da=0;da<Wi.length&&Wi[da]==="";da++);for(var sa=Wi.length-1;sa>=0&&Wi[sa]==="";sa--);return da>sa?[]:Wi.slice(da,sa-da+1)}for(var di=In(Vn.split("/")),Kn=In(Fi.split("/")),On=Math.min(di.length,Kn.length),Un=On,Hn=0;Hn<On;Hn++)if(di[Hn]!==Kn[Hn]){Un=Hn;break}for(var ji=[],Hn=Un;Hn<di.length;Hn++)ji.push("..");return ji=ji.concat(Kn.slice(Un)),ji.join("/")}function Up(Vn){var Fi=qf(Vn),In=Fi[0],di=Fi[1];return!In&&!di?".":(di&&(di=di.substr(0,di.length-1)),In+di)}function Hp(Vn,Fi){var In=qf(Vn)[2];return Fi&&In.substr(-1*Fi.length)===Fi&&(In=In.substr(0,In.length-Fi.length)),In}function $h(Vn){return qf(Vn)[3]}function df(Vn,Fi){if(Vn.filter)return Vn.filter(Fi);for(var In=[],di=0;di<Vn.length;di++)Fi(Vn[di],di,Vn)&&In.push(Vn[di]);return In}var Ph,qf,Qp,xn,Mi,Hi,zu=Zl({"node-modules-polyfills:path"(){Fn(),Ph=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,qf=function(Vn){return Ph.exec(Vn).slice(1)},Qp="/",xn=":",Mi={extname:$h,basename:Hp,dirname:Up,sep:Qp,delimiter:xn,relative:Bh,join:qd,isAbsolute:Jh,normalize:Qh,resolve:yp},Hi="ab".substr(-1)==="b"?function(Vn,Fi,In){return Vn.substr(Fi,In)}:function(Vn,Fi,In){return Fi<0&&(Fi=Vn.length+Fi),Vn.substr(Fi,In)}}}),ed=Mo({"node-modules-polyfills-commonjs:path"(Vn,Fi){Fn();var In=(zu(),Iu(bh));if(In&&In.default){Fi.exports=In.default;for(let di in In)Fi.exports[di]=In[di]}else In&&(Fi.exports=In)}}),Sd=Mo({"src/common/errors.js"(Vn,Fi){Fn();var In=class extends Error{},di=class extends Error{},Kn=class extends Error{},On=class extends Error{};Fi.exports={ConfigError:In,DebugError:di,UndefinedParserError:Kn,ArgExpansionBailout:On}}}),nf={};_u(nf,{__assign:()=>yh,__asyncDelegator:()=>Hm,__asyncGenerator:()=>hf,__asyncValues:()=>Bm,__await:()=>Qf,__awaiter:()=>Jp,__classPrivateFieldGet:()=>Tm,__classPrivateFieldSet:()=>jh,__createBinding:()=>km,__decorate:()=>Zh,__exportStar:()=>em,__extends:()=>Ep,__generator:()=>cm,__importDefault:()=>dm,__importStar:()=>Vm,__makeTemplateObject:()=>Lh,__metadata:()=>pf,__param:()=>um,__read:()=>t0,__rest:()=>Vp,__spread:()=>s0,__spreadArrays:()=>r0,__values:()=>Lf});function Ep(Vn,Fi){Fh(Vn,Fi);function In(){this.constructor=Vn}Vn.prototype=Fi===null?Object.create(Fi):(In.prototype=Fi.prototype,new In)}function Vp(Vn,Fi){var In={};for(var di in Vn)Object.prototype.hasOwnProperty.call(Vn,di)&&Fi.indexOf(di)<0&&(In[di]=Vn[di]);if(Vn!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Kn=0,di=Object.getOwnPropertySymbols(Vn);Kn<di.length;Kn++)Fi.indexOf(di[Kn])<0&&Object.prototype.propertyIsEnumerable.call(Vn,di[Kn])&&(In[di[Kn]]=Vn[di[Kn]]);return In}function Zh(Vn,Fi,In,di){var Kn=arguments.length,On=Kn<3?Fi:di===null?di=Object.getOwnPropertyDescriptor(Fi,In):di,Un;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")On=Reflect.decorate(Vn,Fi,In,di);else for(var Hn=Vn.length-1;Hn>=0;Hn--)(Un=Vn[Hn])&&(On=(Kn<3?Un(On):Kn>3?Un(Fi,In,On):Un(Fi,In))||On);return Kn>3&&On&&Object.defineProperty(Fi,In,On),On}function um(Vn,Fi){return function(In,di){Fi(In,di,Vn)}}function pf(Vn,Fi){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(Vn,Fi)}function Jp(Vn,Fi,In,di){function Kn(On){return On instanceof In?On:new In(function(Un){Un(On)})}return new(In||(In=Promise))(function(On,Un){function Hn(da){try{Wi(di.next(da))}catch(sa){Un(sa)}}function ji(da){try{Wi(di.throw(da))}catch(sa){Un(sa)}}function Wi(da){da.done?On(da.value):Kn(da.value).then(Hn,ji)}Wi((di=di.apply(Vn,Fi||[])).next())})}function cm(Vn,Fi){var In={label:0,sent:function(){if(On[0]&1)throw On[1];return On[1]},trys:[],ops:[]},di,Kn,On,Un;return Un={next:Hn(0),throw:Hn(1),return:Hn(2)},typeof Symbol=="function"&&(Un[Symbol.iterator]=function(){return this}),Un;function Hn(Wi){return function(da){return ji([Wi,da])}}function ji(Wi){if(di)throw new TypeError("Generator is already executing.");for(;In;)try{if(di=1,Kn&&(On=Wi[0]&2?Kn.return:Wi[0]?Kn.throw||((On=Kn.return)&&On.call(Kn),0):Kn.next)&&!(On=On.call(Kn,Wi[1])).done)return On;switch(Kn=0,On&&(Wi=[Wi[0]&2,On.value]),Wi[0]){case 0:case 1:On=Wi;break;case 4:return In.label++,{value:Wi[1],done:!1};case 5:In.label++,Kn=Wi[1],Wi=[0];continue;case 7:Wi=In.ops.pop(),In.trys.pop();continue;default:if(On=In.trys,!(On=On.length>0&&On[On.length-1])&&(Wi[0]===6||Wi[0]===2)){In=0;continue}if(Wi[0]===3&&(!On||Wi[1]>On[0]&&Wi[1]<On[3])){In.label=Wi[1];break}if(Wi[0]===6&&In.label<On[1]){In.label=On[1],On=Wi;break}if(On&&In.label<On[2]){In.label=On[2],In.ops.push(Wi);break}On[2]&&In.ops.pop(),In.trys.pop();continue}Wi=Fi.call(Vn,In)}catch(da){Wi=[6,da],Kn=0}finally{di=On=0}if(Wi[0]&5)throw Wi[1];return{value:Wi[0]?Wi[1]:void 0,done:!0}}}function km(Vn,Fi,In,di){di===void 0&&(di=In),Vn[di]=Fi[In]}function em(Vn,Fi){for(var In in Vn)In!=="default"&&!Fi.hasOwnProperty(In)&&(Fi[In]=Vn[In])}function Lf(Vn){var Fi=typeof Symbol=="function"&&Symbol.iterator,In=Fi&&Vn[Fi],di=0;if(In)return In.call(Vn);if(Vn&&typeof Vn.length=="number")return{next:function(){return Vn&&di>=Vn.length&&(Vn=void 0),{value:Vn&&Vn[di++],done:!Vn}}};throw new TypeError(Fi?"Object is not iterable.":"Symbol.iterator is not defined.")}function t0(Vn,Fi){var In=typeof Symbol=="function"&&Vn[Symbol.iterator];if(!In)return Vn;var di=In.call(Vn),Kn,On=[],Un;try{for(;(Fi===void 0||Fi-- >0)&&!(Kn=di.next()).done;)On.push(Kn.value)}catch(Hn){Un={error:Hn}}finally{try{Kn&&!Kn.done&&(In=di.return)&&In.call(di)}finally{if(Un)throw Un.error}}return On}function s0(){for(var Vn=[],Fi=0;Fi<arguments.length;Fi++)Vn=Vn.concat(t0(arguments[Fi]));return Vn}function r0(){for(var Vn=0,Fi=0,In=arguments.length;Fi<In;Fi++)Vn+=arguments[Fi].length;for(var di=Array(Vn),Kn=0,Fi=0;Fi<In;Fi++)for(var On=arguments[Fi],Un=0,Hn=On.length;Un<Hn;Un++,Kn++)di[Kn]=On[Un];return di}function Qf(Vn){return this instanceof Qf?(this.v=Vn,this):new Qf(Vn)}function hf(Vn,Fi,In){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var di=In.apply(Vn,Fi||[]),Kn,On=[];return Kn={},Un("next"),Un("throw"),Un("return"),Kn[Symbol.asyncIterator]=function(){return this},Kn;function Un(fa){di[fa]&&(Kn[fa]=function(zi){return new Promise(function(ta,va){On.push([fa,zi,ta,va])>1||Hn(fa,zi)})})}function Hn(fa,zi){try{ji(di[fa](zi))}catch(ta){sa(On[0][3],ta)}}function ji(fa){fa.value instanceof Qf?Promise.resolve(fa.value.v).then(Wi,da):sa(On[0][2],fa)}function Wi(fa){Hn("next",fa)}function da(fa){Hn("throw",fa)}function sa(fa,zi){fa(zi),On.shift(),On.length&&Hn(On[0][0],On[0][1])}}function Hm(Vn){var Fi,In;return Fi={},di("next"),di("throw",function(Kn){throw Kn}),di("return"),Fi[Symbol.iterator]=function(){return this},Fi;function di(Kn,On){Fi[Kn]=Vn[Kn]?function(Un){return(In=!In)?{value:Qf(Vn[Kn](Un)),done:Kn==="return"}:On?On(Un):Un}:On}}function Bm(Vn){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var Fi=Vn[Symbol.asyncIterator],In;return Fi?Fi.call(Vn):(Vn=typeof Lf=="function"?Lf(Vn):Vn[Symbol.iterator](),In={},di("next"),di("throw"),di("return"),In[Symbol.asyncIterator]=function(){return this},In);function di(On){In[On]=Vn[On]&&function(Un){return new Promise(function(Hn,ji){Un=Vn[On](Un),Kn(Hn,ji,Un.done,Un.value)})}}function Kn(On,Un,Hn,ji){Promise.resolve(ji).then(function(Wi){On({value:Wi,done:Hn})},Un)}}function Lh(Vn,Fi){return Object.defineProperty?Object.defineProperty(Vn,"raw",{value:Fi}):Vn.raw=Fi,Vn}function Vm(Vn){if(Vn&&Vn.__esModule)return Vn;var Fi={};if(Vn!=null)for(var In in Vn)Object.hasOwnProperty.call(Vn,In)&&(Fi[In]=Vn[In]);return Fi.default=Vn,Fi}function dm(Vn){return Vn&&Vn.__esModule?Vn:{default:Vn}}function Tm(Vn,Fi){if(!Fi.has(Vn))throw new TypeError("attempted to get private field on non-instance");return Fi.get(Vn)}function jh(Vn,Fi,In){if(!Fi.has(Vn))throw new TypeError("attempted to set private field on non-instance");return Fi.set(Vn,In),In}var Fh,yh,Sp=Zl({"node_modules/tslib/tslib.es6.js"(){Fn(),Fh=function(Vn,Fi){return Fh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(In,di){In.__proto__=di}||function(In,di){for(var Kn in di)di.hasOwnProperty(Kn)&&(In[Kn]=di[Kn])},Fh(Vn,Fi)},yh=function(){return yh=Object.assign||function(Vn){for(var Fi,In=1,di=arguments.length;In<di;In++){Fi=arguments[In];for(var Kn in Fi)Object.prototype.hasOwnProperty.call(Fi,Kn)&&(Vn[Kn]=Fi[Kn])}return Vn},yh.apply(this,arguments)}}}),fm=Mo({"node_modules/vnopts/lib/descriptors/api.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.apiDescriptor={key:Fi=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(Fi)?Fi:JSON.stringify(Fi),value(Fi){if(Fi===null||typeof Fi!="object")return JSON.stringify(Fi);if(Array.isArray(Fi))return`[${Fi.map(di=>Vn.apiDescriptor.value(di)).join(", ")}]`;let In=Object.keys(Fi);return In.length===0?"{}":`{ ${In.map(di=>`${Vn.apiDescriptor.key(di)}: ${Vn.apiDescriptor.value(Fi[di])}`).join(", ")} }`},pair:Fi=>{let{key:In,value:di}=Fi;return Vn.apiDescriptor.value({[In]:di})}}}}),mf=Mo({"node_modules/vnopts/lib/descriptors/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=(Sp(),Iu(nf));Fi.__exportStar(fm(),Vn)}}),Zp=Mo({"scripts/build/shims/chalk.cjs"(Vn,Fi){Fn();var In=di=>di;In.grey=In,In.red=In,In.bold=In,In.yellow=In,In.blue=In,In.default=In,Fi.exports=In}}),zf=Mo({"node_modules/vnopts/lib/handlers/deprecated/common.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Zp();Vn.commonDeprecatedHandler=(In,di,Kn)=>{let{descriptor:On}=Kn,Un=[`${Fi.default.yellow(typeof In=="string"?On.key(In):On.pair(In))} is deprecated`];return di&&Un.push(`we now treat it as ${Fi.default.blue(typeof di=="string"?On.key(di):On.pair(di))}`),Un.join("; ")+"."}}}),ip=Mo({"node_modules/vnopts/lib/handlers/deprecated/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=(Sp(),Iu(nf));Fi.__exportStar(zf(),Vn)}}),nh=Mo({"node_modules/vnopts/lib/handlers/invalid/common.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Zp();Vn.commonInvalidHandler=(In,di,Kn)=>[`Invalid ${Fi.default.red(Kn.descriptor.key(In))} value.`,`Expected ${Fi.default.blue(Kn.schemas[In].expected(Kn))},`,`but received ${Fi.default.red(Kn.descriptor.value(di))}.`].join(" ")}}),Uh=Mo({"node_modules/vnopts/lib/handlers/invalid/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=(Sp(),Iu(nf));Fi.__exportStar(nh(),Vn)}}),qm=Mo({"node_modules/vnopts/node_modules/leven/index.js"(Vn,Fi){Fn();var In=[],di=[];Fi.exports=function(Kn,On){if(Kn===On)return 0;var Un=Kn;Kn.length>On.length&&(Kn=On,On=Un);var Hn=Kn.length,ji=On.length;if(Hn===0)return ji;if(ji===0)return Hn;for(;Hn>0&&Kn.charCodeAt(~-Hn)===On.charCodeAt(~-ji);)Hn--,ji--;if(Hn===0)return ji;for(var Wi=0;Wi<Hn&&Kn.charCodeAt(Wi)===On.charCodeAt(Wi);)Wi++;if(Hn-=Wi,ji-=Wi,Hn===0)return ji;for(var da,sa,fa,zi,ta=0,va=0;ta<Hn;)di[Wi+ta]=Kn.charCodeAt(Wi+ta),In[ta]=++ta;for(;va<ji;)for(da=On.charCodeAt(Wi+va),fa=va++,sa=va,ta=0;ta<Hn;ta++)zi=da===di[Wi+ta]?fa:fa+1,fa=In[ta],sa=In[ta]=fa>sa?zi>sa?sa+1:zi:zi>fa?fa+1:zi;return sa}}}),kp=Mo({"node_modules/vnopts/lib/handlers/unknown/leven.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Zp(),In=qm();Vn.levenUnknownHandler=(di,Kn,On)=>{let{descriptor:Un,logger:Hn,schemas:ji}=On,Wi=[`Ignored unknown option ${Fi.default.yellow(Un.pair({key:di,value:Kn}))}.`],da=Object.keys(ji).sort().find(sa=>In(di,sa)<3);da&&Wi.push(`Did you mean ${Fi.default.blue(Un.key(da))}?`),Hn.warn(Wi.join(" "))}}}),wh=Mo({"node_modules/vnopts/lib/handlers/unknown/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=(Sp(),Iu(nf));Fi.__exportStar(kp(),Vn)}}),tm=Mo({"node_modules/vnopts/lib/handlers/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=(Sp(),Iu(nf));Fi.__exportStar(ip(),Vn),Fi.__exportStar(Uh(),Vn),Fi.__exportStar(wh(),Vn)}}),Tp=Mo({"node_modules/vnopts/lib/schema.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function In(On,Un){let Hn=new On(Un),ji=Object.create(Hn);for(let Wi of Fi)Wi in Un&&(ji[Wi]=Kn(Un[Wi],Hn,di.prototype[Wi].length));return ji}Vn.createSchema=In;var di=class{constructor(On){this.name=On.name}static create(On){return In(this,On)}default(On){}expected(On){return"nothing"}validate(On,Un){return!1}deprecated(On,Un){return!1}forward(On,Un){}redirect(On,Un){}overlap(On,Un,Hn){return On}preprocess(On,Un){return On}postprocess(On,Un){return On}};Vn.Schema=di;function Kn(On,Un,Hn){return typeof On=="function"?function(){for(var ji=arguments.length,Wi=new Array(ji),da=0;da<ji;da++)Wi[da]=arguments[da];return On(...Wi.slice(0,Hn-1),Un,...Wi.slice(Hn-1))}:()=>On}}}),zm=Mo({"node_modules/vnopts/lib/schemas/alias.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Tp(),In=class extends Fi.Schema{constructor(di){super(di),this._sourceName=di.sourceName}expected(di){return di.schemas[this._sourceName].expected(di)}validate(di,Kn){return Kn.schemas[this._sourceName].validate(di,Kn)}redirect(di,Kn){return this._sourceName}};Vn.AliasSchema=In}}),Gm=Mo({"node_modules/vnopts/lib/schemas/any.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Tp(),In=class extends Fi.Schema{expected(){return"anything"}validate(){return!0}};Vn.AnySchema=In}}),xm=Mo({"node_modules/vnopts/lib/schemas/array.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=(Sp(),Iu(nf)),In=Tp(),di=class extends In.Schema{constructor(On){var{valueSchema:Un,name:Hn=Un.name}=On,ji=Fi.__rest(On,["valueSchema","name"]);super(Object.assign({},ji,{name:Hn})),this._valueSchema=Un}expected(On){return`an array of ${this._valueSchema.expected(On)}`}validate(On,Un){if(!Array.isArray(On))return!1;let Hn=[];for(let ji of On){let Wi=Un.normalizeValidateResult(this._valueSchema.validate(ji,Un),ji);Wi!==!0&&Hn.push(Wi.value)}return Hn.length===0?!0:{value:Hn}}deprecated(On,Un){let Hn=[];for(let ji of On){let Wi=Un.normalizeDeprecatedResult(this._valueSchema.deprecated(ji,Un),ji);Wi!==!1&&Hn.push(...Wi.map(da=>{let{value:sa}=da;return{value:[sa]}}))}return Hn}forward(On,Un){let Hn=[];for(let ji of On){let Wi=Un.normalizeForwardResult(this._valueSchema.forward(ji,Un),ji);Hn.push(...Wi.map(Kn))}return Hn}redirect(On,Un){let Hn=[],ji=[];for(let Wi of On){let da=Un.normalizeRedirectResult(this._valueSchema.redirect(Wi,Un),Wi);"remain"in da&&Hn.push(da.remain),ji.push(...da.redirect.map(Kn))}return Hn.length===0?{redirect:ji}:{redirect:ji,remain:Hn}}overlap(On,Un){return On.concat(Un)}};Vn.ArraySchema=di;function Kn(On){let{from:Un,to:Hn}=On;return{from:[Un],to:Hn}}}}),Cm=Mo({"node_modules/vnopts/lib/schemas/boolean.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Tp(),In=class extends Fi.Schema{expected(){return"true or false"}validate(di){return typeof di=="boolean"}};Vn.BooleanSchema=In}}),If=Mo({"node_modules/vnopts/lib/utils.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});function Fi(zi,ta){let va=Object.create(null);for(let qa of zi){let Xa=qa[ta];if(va[Xa])throw new Error(`Duplicate ${ta} ${JSON.stringify(Xa)}`);va[Xa]=qa}return va}Vn.recordFromArray=Fi;function In(zi,ta){let va=new Map;for(let qa of zi){let Xa=qa[ta];if(va.has(Xa))throw new Error(`Duplicate ${ta} ${JSON.stringify(Xa)}`);va.set(Xa,qa)}return va}Vn.mapFromArray=In;function di(){let zi=Object.create(null);return ta=>{let va=JSON.stringify(ta);return zi[va]?!0:(zi[va]=!0,!1)}}Vn.createAutoChecklist=di;function Kn(zi,ta){let va=[],qa=[];for(let Xa of zi)ta(Xa)?va.push(Xa):qa.push(Xa);return[va,qa]}Vn.partition=Kn;function On(zi){return zi===Math.floor(zi)}Vn.isInt=On;function Un(zi,ta){if(zi===ta)return 0;let va=typeof zi,qa=typeof ta,Xa=["undefined","object","boolean","number","string"];return va!==qa?Xa.indexOf(va)-Xa.indexOf(qa):va!=="string"?Number(zi)-Number(ta):zi.localeCompare(ta)}Vn.comparePrimitive=Un;function Hn(zi){return zi===void 0?{}:zi}Vn.normalizeDefaultResult=Hn;function ji(zi,ta){return zi===!0?!0:zi===!1?{value:ta}:zi}Vn.normalizeValidateResult=ji;function Wi(zi,ta){let va=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return zi===!1?!1:zi===!0?va?!0:[{value:ta}]:"value"in zi?[zi]:zi.length===0?!1:zi}Vn.normalizeDeprecatedResult=Wi;function da(zi,ta){return typeof zi=="string"||"key"in zi?{from:ta,to:zi}:"from"in zi?{from:zi.from,to:zi.to}:{from:ta,to:zi.to}}Vn.normalizeTransferResult=da;function sa(zi,ta){return zi===void 0?[]:Array.isArray(zi)?zi.map(va=>da(va,ta)):[da(zi,ta)]}Vn.normalizeForwardResult=sa;function fa(zi,ta){let va=sa(typeof zi=="object"&&"redirect"in zi?zi.redirect:zi,ta);return va.length===0?{remain:ta,redirect:va}:typeof zi=="object"&&"remain"in zi?{remain:zi.remain,redirect:va}:{redirect:va}}Vn.normalizeRedirectResult=fa}}),Jf=Mo({"node_modules/vnopts/lib/schemas/choice.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Tp(),In=If(),di=class extends Fi.Schema{constructor(Kn){super(Kn),this._choices=In.mapFromArray(Kn.choices.map(On=>On&&typeof On=="object"?On:{value:On}),"value")}expected(Kn){let{descriptor:On}=Kn,Un=Array.from(this._choices.keys()).map(Wi=>this._choices.get(Wi)).filter(Wi=>!Wi.deprecated).map(Wi=>Wi.value).sort(In.comparePrimitive).map(On.value),Hn=Un.slice(0,-2),ji=Un.slice(-2);return Hn.concat(ji.join(" or ")).join(", ")}validate(Kn){return this._choices.has(Kn)}deprecated(Kn){let On=this._choices.get(Kn);return On&&On.deprecated?{value:Kn}:!1}forward(Kn){let On=this._choices.get(Kn);return On?On.forward:void 0}redirect(Kn){let On=this._choices.get(Kn);return On?On.redirect:void 0}};Vn.ChoiceSchema=di}}),$m=Mo({"node_modules/vnopts/lib/schemas/number.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Tp(),In=class extends Fi.Schema{expected(){return"a number"}validate(di,Kn){return typeof di=="number"}};Vn.NumberSchema=In}}),Wm=Mo({"node_modules/vnopts/lib/schemas/integer.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=If(),In=$m(),di=class extends In.NumberSchema{expected(){return"an integer"}validate(Kn,On){return On.normalizeValidateResult(super.validate(Kn,On),Kn)===!0&&Fi.isInt(Kn)}};Vn.IntegerSchema=di}}),l0=Mo({"node_modules/vnopts/lib/schemas/string.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Tp(),In=class extends Fi.Schema{expected(){return"a string"}validate(di){return typeof di=="string"}};Vn.StringSchema=In}}),hm=Mo({"node_modules/vnopts/lib/schemas/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=(Sp(),Iu(nf));Fi.__exportStar(zm(),Vn),Fi.__exportStar(Gm(),Vn),Fi.__exportStar(xm(),Vn),Fi.__exportStar(Cm(),Vn),Fi.__exportStar(Jf(),Vn),Fi.__exportStar(Wm(),Vn),Fi.__exportStar($m(),Vn),Fi.__exportStar(l0(),Vn)}}),qp=Mo({"node_modules/vnopts/lib/defaults.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=fm(),In=zf(),di=Uh(),Kn=kp();Vn.defaultDescriptor=Fi.apiDescriptor,Vn.defaultUnknownHandler=Kn.levenUnknownHandler,Vn.defaultInvalidHandler=di.commonInvalidHandler,Vn.defaultDeprecatedHandler=In.commonDeprecatedHandler}}),Km=Mo({"node_modules/vnopts/lib/normalize.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=qp(),In=If();Vn.normalize=(Kn,On,Un)=>new di(On,Un).normalize(Kn);var di=class{constructor(Kn,On){let{logger:Un=console,descriptor:Hn=Fi.defaultDescriptor,unknown:ji=Fi.defaultUnknownHandler,invalid:Wi=Fi.defaultInvalidHandler,deprecated:da=Fi.defaultDeprecatedHandler}=On||{};this._utils={descriptor:Hn,logger:Un||{warn:()=>{}},schemas:In.recordFromArray(Kn,"name"),normalizeDefaultResult:In.normalizeDefaultResult,normalizeDeprecatedResult:In.normalizeDeprecatedResult,normalizeForwardResult:In.normalizeForwardResult,normalizeRedirectResult:In.normalizeRedirectResult,normalizeValidateResult:In.normalizeValidateResult},this._unknownHandler=ji,this._invalidHandler=Wi,this._deprecatedHandler=da,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=In.createAutoChecklist()}normalize(Kn){let On={},Un=[Kn],Hn=()=>{for(;Un.length!==0;){let ji=Un.shift(),Wi=this._applyNormalization(ji,On);Un.push(...Wi)}};Hn();for(let ji of Object.keys(this._utils.schemas)){let Wi=this._utils.schemas[ji];if(!(ji in On)){let da=In.normalizeDefaultResult(Wi.default(this._utils));"value"in da&&Un.push({[ji]:da.value})}}Hn();for(let ji of Object.keys(this._utils.schemas)){let Wi=this._utils.schemas[ji];ji in On&&(On[ji]=Wi.postprocess(On[ji],this._utils))}return On}_applyNormalization(Kn,On){let Un=[],[Hn,ji]=In.partition(Object.keys(Kn),Wi=>Wi in this._utils.schemas);for(let Wi of Hn){let da=this._utils.schemas[Wi],sa=da.preprocess(Kn[Wi],this._utils),fa=In.normalizeValidateResult(da.validate(sa,this._utils),sa);if(fa!==!0){let{value:qa}=fa,Xa=this._invalidHandler(Wi,qa,this._utils);throw typeof Xa=="string"?new Error(Xa):Xa}let zi=qa=>{let{from:Xa,to:Ta}=qa;Un.push(typeof Ta=="string"?{[Ta]:Xa}:{[Ta.key]:Ta.value})},ta=qa=>{let{value:Xa,redirectTo:Ta}=qa,Qa=In.normalizeDeprecatedResult(da.deprecated(Xa,this._utils),sa,!0);if(Qa!==!1)if(Qa===!0)this._hasDeprecationWarned(Wi)||this._utils.logger.warn(this._deprecatedHandler(Wi,Ta,this._utils));else for(let{value:Ia}of Qa){let io={key:Wi,value:Ia};if(!this._hasDeprecationWarned(io)){let Ja=typeof Ta=="string"?{key:Ta,value:Ia}:Ta;this._utils.logger.warn(this._deprecatedHandler(io,Ja,this._utils))}}};In.normalizeForwardResult(da.forward(sa,this._utils),sa).forEach(zi);let va=In.normalizeRedirectResult(da.redirect(sa,this._utils),sa);if(va.redirect.forEach(zi),"remain"in va){let qa=va.remain;On[Wi]=Wi in On?da.overlap(On[Wi],qa,this._utils):qa,ta({value:qa})}for(let{from:qa,to:Xa}of va.redirect)ta({value:qa,redirectTo:Xa})}for(let Wi of ji){let da=Kn[Wi],sa=this._unknownHandler(Wi,da,this._utils);if(sa)for(let fa of Object.keys(sa)){let zi={[fa]:sa[fa]};fa in this._utils.schemas?Un.push(zi):Object.assign(On,zi)}}return Un}};Vn.Normalizer=di}}),Ym=Mo({"node_modules/vnopts/lib/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=(Sp(),Iu(nf));Fi.__exportStar(mf(),Vn),Fi.__exportStar(tm(),Vn),Fi.__exportStar(hm(),Vn),Fi.__exportStar(Km(),Vn),Fi.__exportStar(Tp(),Vn)}}),mm=Mo({"src/main/options-normalizer.js"(Vn,Fi){Fn();var In=Ym(),di=Lc(),Kn={key:fa=>fa.length===1?`-${fa}`:`--${fa}`,value:fa=>In.apiDescriptor.value(fa),pair:fa=>{let{key:zi,value:ta}=fa;return ta===!1?`--no-${zi}`:ta===!0?Kn.key(zi):ta===""?`${Kn.key(zi)} without an argument`:`${Kn.key(zi)}=${ta}`}},On=fa=>{let{colorsModule:zi,levenshteinDistance:ta}=fa;return class extends In.ChoiceSchema{constructor(va){let{name:qa,flags:Xa}=va;super({name:qa,choices:Xa}),this._flags=[...Xa].sort()}preprocess(va,qa){if(typeof va=="string"&&va.length>0&&!this._flags.includes(va)){let Xa=this._flags.find(Ta=>ta(Ta,va)<3);if(Xa)return qa.logger.warn([`Unknown flag ${zi.yellow(qa.descriptor.value(va))},`,`did you mean ${zi.blue(qa.descriptor.value(Xa))}?`].join(" ")),Xa}return va}expected(){return"a flag"}}},Un;function Hn(fa,zi){let{logger:ta=!1,isCLI:va=!1,passThrough:qa=!1,colorsModule:Xa=null,levenshteinDistance:Ta=null}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Qa=qa?Array.isArray(qa)?(ka,ra)=>qa.includes(ka)?{[ka]:ra}:void 0:(ka,ra)=>({[ka]:ra}):(ka,ra,ma)=>{let Zn=ma.schemas,la=Ea(Zn,Gi);return In.levenUnknownHandler(ka,ra,Object.assign(Object.assign({},ma),{},{schemas:la}))},Ia=va?Kn:In.apiDescriptor,io=ji(zi,{isCLI:va,colorsModule:Xa,levenshteinDistance:Ta}),Ja=new In.Normalizer(io,{logger:ta,unknown:Qa,descriptor:Ia}),hs=ta!==!1;hs&&Un&&(Ja._hasDeprecationWarned=Un);let na=Ja.normalize(fa);return hs&&(Un=Ja._hasDeprecationWarned),va&&na["plugin-search"]===!1&&(na["plugin-search-dir"]=!1),na}function ji(fa,zi){let{isCLI:ta,colorsModule:va,levenshteinDistance:qa}=zi,Xa=[];ta&&Xa.push(In.AnySchema.create({name:"_"}));for(let Ta of fa)Xa.push(Wi(Ta,{isCLI:ta,optionInfos:fa,colorsModule:va,levenshteinDistance:qa})),Ta.alias&&ta&&Xa.push(In.AliasSchema.create({name:Ta.alias,sourceName:Ta.name}));return Xa}function Wi(fa,zi){let{isCLI:ta,optionInfos:va,colorsModule:qa,levenshteinDistance:Xa}=zi,{name:Ta}=fa;if(Ta==="plugin-search-dir"||Ta==="pluginSearchDirs")return In.AnySchema.create({name:Ta,preprocess(Ja){return Ja===!1||(Ja=Array.isArray(Ja)?Ja:[Ja]),Ja},validate(Ja){return Ja===!1?!0:Ja.every(hs=>typeof hs=="string")},expected(){return"false or paths to plugin search dir"}});let Qa={name:Ta},Ia,io={};switch(fa.type){case"int":Ia=In.IntegerSchema,ta&&(Qa.preprocess=Number);break;case"string":Ia=In.StringSchema;break;case"choice":Ia=In.ChoiceSchema,Qa.choices=fa.choices.map(Ja=>typeof Ja=="object"&&Ja.redirect?Object.assign(Object.assign({},Ja),{},{redirect:{to:{key:fa.name,value:Ja.redirect}}}):Ja);break;case"boolean":Ia=In.BooleanSchema;break;case"flag":Ia=On({colorsModule:qa,levenshteinDistance:Xa}),Qa.flags=va.flatMap(Ja=>[Ja.alias,Ja.description&&Ja.name,Ja.oppositeDescription&&`no-${Ja.name}`].filter(Boolean));break;case"path":Ia=In.StringSchema;break;default:throw new Error(`Unexpected type ${fa.type}`)}if(fa.exception?Qa.validate=(Ja,hs,na)=>fa.exception(Ja)||hs.validate(Ja,na):Qa.validate=(Ja,hs,na)=>Ja===void 0||hs.validate(Ja,na),fa.redirect&&(io.redirect=Ja=>Ja?{to:{key:fa.redirect.option,value:fa.redirect.value}}:void 0),fa.deprecated&&(io.deprecated=!0),ta&&!fa.array){let Ja=Qa.preprocess||(hs=>hs);Qa.preprocess=(hs,na,ka)=>na.preprocess(Ja(Array.isArray(hs)?di(hs):hs),ka)}return fa.array?In.ArraySchema.create(Object.assign(Object.assign(Object.assign({},ta?{preprocess:Ja=>Array.isArray(Ja)?Ja:[Ja]}:{}),io),{},{valueSchema:Ia.create(Qa)})):Ia.create(Object.assign(Object.assign({},Qa),io))}function da(fa,zi,ta){return Hn(fa,zi,ta)}function sa(fa,zi,ta){return Hn(fa,zi,Object.assign({isCLI:!0},ta))}Fi.exports={normalizeApiOptions:da,normalizeCliOptions:sa}}}),Of=Mo({"src/language-js/loc.js"(Vn,Fi){Fn();var In=Yh();function di(ji){var Wi,da;let sa=ji.range?ji.range[0]:ji.start,fa=(Wi=(da=ji.declaration)===null||da===void 0?void 0:da.decorators)!==null&&Wi!==void 0?Wi:ji.decorators;return In(fa)?Math.min(di(fa[0]),sa):sa}function Kn(ji){return ji.range?ji.range[1]:ji.end}function On(ji,Wi){let da=di(ji);return Number.isInteger(da)&&da===di(Wi)}function Un(ji,Wi){let da=Kn(ji);return Number.isInteger(da)&&da===Kn(Wi)}function Hn(ji,Wi){return On(ji,Wi)&&Un(ji,Wi)}Fi.exports={locStart:di,locEnd:Kn,hasSameLocStart:On,hasSameLoc:Hn}}}),n0=Mo({"src/main/load-parser.js"(Vn,Fi){Fn(),Fi.exports=()=>{}}}),Pm=Mo({"scripts/build/shims/babel-highlight.cjs"(Vn,Fi){Fn();var In=Zp(),di={shouldHighlight:()=>!1,getChalk:()=>In};Fi.exports=di}}),Th=Mo({"node_modules/@babel/code-frame/lib/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.codeFrameColumns=Un,Vn.default=Hn;var Fi=Pm(),In=!1;function di(ji){return{gutter:ji.grey,marker:ji.red.bold,message:ji.red.bold}}var Kn=/\r\n|[\n\r\u2028\u2029]/;function On(ji,Wi,da){let sa=Object.assign({column:0,line:-1},ji.start),fa=Object.assign({},sa,ji.end),{linesAbove:zi=2,linesBelow:ta=3}=da||{},va=sa.line,qa=sa.column,Xa=fa.line,Ta=fa.column,Qa=Math.max(va-(zi+1),0),Ia=Math.min(Wi.length,Xa+ta);va===-1&&(Qa=0),Xa===-1&&(Ia=Wi.length);let io=Xa-va,Ja={};if(io)for(let hs=0;hs<=io;hs++){let na=hs+va;if(!qa)Ja[na]=!0;else if(hs===0){let ka=Wi[na-1].length;Ja[na]=[qa,ka-qa+1]}else if(hs===io)Ja[na]=[0,Ta];else{let ka=Wi[na-hs].length;Ja[na]=[0,ka]}}else qa===Ta?qa?Ja[va]=[qa,0]:Ja[va]=!0:Ja[va]=[qa,Ta-qa];return{start:Qa,end:Ia,markerLines:Ja}}function Un(ji,Wi){let da=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},sa=(da.highlightCode||da.forceColor)&&(0,Fi.shouldHighlight)(da),fa=(0,Fi.getChalk)(da),zi=di(fa),ta=(Ja,hs)=>sa?Ja(hs):hs,va=ji.split(Kn),{start:qa,end:Xa,markerLines:Ta}=On(Wi,va,da),Qa=Wi.start&&typeof Wi.start.column=="number",Ia=String(Xa).length,io=(sa?(0,Fi.default)(ji,da):ji).split(Kn,Xa).slice(qa,Xa).map((Ja,hs)=>{let na=qa+1+hs,ka=` ${` ${na}`.slice(-Ia)} |`,ra=Ta[na],ma=!Ta[na+1];if(ra){let Zn="";if(Array.isArray(ra)){let la=Ja.slice(0,Math.max(ra[0]-1,0)).replace(/[^\t]/g," "),pa=ra[1]||1;Zn=[`
`,ta(zi.gutter,ka.replace(/\d/g," "))," ",la,ta(zi.marker,"^").repeat(pa)].join(""),ma&&da.message&&(Zn+=" "+ta(zi.message,da.message))}return[ta(zi.marker,">"),ta(zi.gutter,ka),Ja.length>0?` ${Ja}`:"",Zn].join("")}else return` ${ta(zi.gutter,ka)}${Ja.length>0?` ${Ja}`:""}`}).join(`
`);return da.message&&!Qa&&(io=`${" ".repeat(Ia+1)}${da.message}
${io}`),sa?fa.reset(io):io}function Hn(ji,Wi,da){let sa=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(!In){In=!0;let fa="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(Pu.emitWarning)Pu.emitWarning(fa,"DeprecationWarning");else{let zi=new Error(fa);zi.name="DeprecationWarning",console.warn(new Error(fa))}}return da=Math.max(da,0),Un(ji,{start:{column:da,line:Wi}},sa)}}}),dl=Mo({"src/main/parser.js"(Vn,Fi){Fn();var{ConfigError:In}=Sd(),di=Of();n0();var{locStart:Kn,locEnd:On}=di,Un=Object.getOwnPropertyNames,Hn=Object.getOwnPropertyDescriptor;function ji(sa){let fa={};for(let zi of sa.plugins)if(zi.parsers)for(let ta of Un(zi.parsers))Object.defineProperty(fa,ta,Hn(zi.parsers,ta));return fa}function Wi(sa){let fa=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ji(sa);if(typeof sa.parser=="function")return{parse:sa.parser,astFormat:"estree",locStart:Kn,locEnd:On};if(typeof sa.parser=="string"){if(Object.prototype.hasOwnProperty.call(fa,sa.parser))return fa[sa.parser];throw new In(`Couldn't resolve parser "${sa.parser}". Parsers must be explicitly added to the standalone bundle.`)}}function da(sa,fa){let zi=ji(fa),ta=Object.defineProperties({},Object.fromEntries(Object.keys(zi).map(qa=>[qa,{enumerable:!0,get(){return zi[qa].parse}}]))),va=Wi(fa,zi);try{return va.preprocess&&(sa=va.preprocess(sa,fa)),{text:sa,ast:va.parse(sa,ta,fa)}}catch(qa){let{loc:Xa}=qa;if(Xa){let{codeFrameColumns:Ta}=Th();throw qa.codeFrame=Ta(sa,Xa,{highlightCode:!0}),qa.message+=`
`+qa.codeFrame,qa}throw qa}}Fi.exports={parse:da,resolveParser:Wi}}}),wu=Mo({"src/main/options.js"(Vn,Fi){Fn();var In=ed(),{UndefinedParserError:di}=Sd(),{getSupportInfo:Kn}=kh(),On=mm(),{resolveParser:Un}=dl(),Hn={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};function ji(sa){let fa=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},zi=Object.assign({},sa),ta=Kn({plugins:sa.plugins,showUnreleased:!0,showDeprecated:!0}).options,va=Object.assign(Object.assign({},Hn),Object.fromEntries(ta.filter(Ia=>Ia.default!==void 0).map(Ia=>[Ia.name,Ia.default])));if(!zi.parser){if(!zi.filepath)(fa.logger||console).warn("No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred."),zi.parser="babel";else if(zi.parser=da(zi.filepath,zi.plugins),!zi.parser)throw new di(`No parser could be inferred for file: ${zi.filepath}`)}let qa=Un(On.normalizeApiOptions(zi,[ta.find(Ia=>Ia.name==="parser")],{passThrough:!0,logger:!1}));zi.astFormat=qa.astFormat,zi.locEnd=qa.locEnd,zi.locStart=qa.locStart;let Xa=Wi(zi);zi.printer=Xa.printers[zi.astFormat];let Ta=Object.fromEntries(ta.filter(Ia=>Ia.pluginDefaults&&Ia.pluginDefaults[Xa.name]!==void 0).map(Ia=>[Ia.name,Ia.pluginDefaults[Xa.name]])),Qa=Object.assign(Object.assign({},va),Ta);for(let[Ia,io]of Object.entries(Qa))(zi[Ia]===null||zi[Ia]===void 0)&&(zi[Ia]=io);return zi.parser==="json"&&(zi.trailingComma="none"),On.normalizeApiOptions(zi,ta,Object.assign({passThrough:Object.keys(Hn)},fa))}function Wi(sa){let{astFormat:fa}=sa;if(!fa)throw new Error("getPlugin() requires astFormat to be set");let zi=sa.plugins.find(ta=>ta.printers&&ta.printers[fa]);if(!zi)throw new Error(`Couldn't find plugin for AST format "${fa}"`);return zi}function da(sa,fa){let zi=In.basename(sa).toLowerCase(),ta=Kn({plugins:fa}).languages.filter(va=>va.since!==null).find(va=>va.extensions&&va.extensions.some(qa=>zi.endsWith(qa))||va.filenames&&va.filenames.some(qa=>qa.toLowerCase()===zi));return ta&&ta.parsers[0]}Fi.exports={normalize:ji,hiddenDefaults:Hn,inferParser:da}}}),vu=Mo({"src/main/massage-ast.js"(Vn,Fi){Fn();function In(di,Kn,On){if(Array.isArray(di))return di.map(Wi=>In(Wi,Kn,On)).filter(Boolean);if(!di||typeof di!="object")return di;let Un=Kn.printer.massageAstNode,Hn;Un&&Un.ignoredProperties?Hn=Un.ignoredProperties:Hn=new Set;let ji={};for(let[Wi,da]of Object.entries(di))!Hn.has(Wi)&&typeof da!="function"&&(ji[Wi]=In(da,Kn,di));if(Un){let Wi=Un(di,ji,On);if(Wi===null)return;if(Wi)return Wi}return ji}Fi.exports=In}}),Mc=Mo({"scripts/build/shims/assert.cjs"(Vn,Fi){Fn();var In=()=>{};In.ok=In,In.strictEqual=In,Fi.exports=In}}),kc=Mo({"src/main/comments.js"(Vn,Fi){Fn();var In=Mc(),{builders:{line:di,hardline:Kn,breakParent:On,indent:Un,lineSuffix:Hn,join:ji,cursor:Wi}}=Oc(),{hasNewline:da,skipNewline:sa,skipSpaces:fa,isPreviousLineEmpty:zi,addLeadingComment:ta,addDanglingComment:va,addTrailingComment:qa}=Zc(),Xa=new WeakMap;function Ta(So,as,ps){if(!So)return;let{printer:ns,locStart:As,locEnd:ko}=as;if(ps){if(ns.canAttachComment&&ns.canAttachComment(So)){let cs;for(cs=ps.length-1;cs>=0&&!(As(ps[cs])<=As(So)&&ko(ps[cs])<=ko(So));--cs);ps.splice(cs+1,0,So);return}}else if(Xa.has(So))return Xa.get(So);let Ws=ns.getCommentChildNodes&&ns.getCommentChildNodes(So,as)||typeof So=="object"&&Object.entries(So).filter(cs=>{let[Xo]=cs;return Xo!=="enclosingNode"&&Xo!=="precedingNode"&&Xo!=="followingNode"&&Xo!=="tokens"&&Xo!=="comments"&&Xo!=="parent"}).map(cs=>{let[,Xo]=cs;return Xo});if(Ws){ps||(ps=[],Xa.set(So,ps));for(let cs of Ws)Ta(cs,as,ps);return ps}}function Qa(So,as,ps,ns){let{locStart:As,locEnd:ko}=ps,Ws=As(as),cs=ko(as),Xo=Ta(So,ps),Ms,_l,Xs=0,Ul=Xo.length;for(;Xs<Ul;){let ss=Xs+Ul>>1,Ps=Xo[ss],jl=As(Ps),Dl=ko(Ps);if(jl<=Ws&&cs<=Dl)return Qa(Ps,as,ps,Ps);if(Dl<=Ws){Ms=Ps,Xs=ss+1;continue}if(cs<=jl){_l=Ps,Ul=ss;continue}throw new Error("Comment location overlaps with node location")}if(ns&&ns.type==="TemplateLiteral"){let{quasis:ss}=ns,Ps=ma(ss,as,ps);Ms&&ma(ss,Ms,ps)!==Ps&&(Ms=null),_l&&ma(ss,_l,ps)!==Ps&&(_l=null)}return{enclosingNode:ns,precedingNode:Ms,followingNode:_l}}var Ia=()=>!1;function io(So,as,ps,ns){if(!Array.isArray(So))return;let As=[],{locStart:ko,locEnd:Ws,printer:{handleComments:cs={}}}=ns,{avoidAstMutation:Xo,ownLine:Ms=Ia,endOfLine:_l=Ia,remaining:Xs=Ia}=cs,Ul=So.map((ss,Ps)=>Object.assign(Object.assign({},Qa(as,ss,ns)),{},{comment:ss,text:ps,options:ns,ast:as,isLastComment:So.length-1===Ps}));for(let[ss,Ps]of Ul.entries()){let{comment:jl,precedingNode:Dl,enclosingNode:Wu,followingNode:Fs,text:xs,options:Js,ast:ol,isLastComment:Zs}=Ps;if(Js.parser==="json"||Js.parser==="json5"||Js.parser==="__js_expression"||Js.parser==="__vue_expression"||Js.parser==="__vue_ts_expression"){if(ko(jl)-ko(ol)<=0){ta(ol,jl);continue}if(Ws(jl)-Ws(ol)>=0){qa(ol,jl);continue}}let xu;if(Xo?xu=[Ps]:(jl.enclosingNode=Wu,jl.precedingNode=Dl,jl.followingNode=Fs,xu=[jl,xs,Js,ol,Zs]),hs(xs,Js,Ul,ss))jl.placement="ownLine",Ms(...xu)||(Fs?ta(Fs,jl):Dl?qa(Dl,jl):va(Wu||ol,jl));else if(na(xs,Js,Ul,ss))jl.placement="endOfLine",_l(...xu)||(Dl?qa(Dl,jl):Fs?ta(Fs,jl):va(Wu||ol,jl));else if(jl.placement="remaining",!Xs(...xu))if(Dl&&Fs){let yu=As.length;yu>0&&As[yu-1].followingNode!==Fs&&ka(As,xs,Js),As.push(Ps)}else Dl?qa(Dl,jl):Fs?ta(Fs,jl):va(Wu||ol,jl)}if(ka(As,ps,ns),!Xo)for(let ss of So)delete ss.precedingNode,delete ss.enclosingNode,delete ss.followingNode}var Ja=So=>!/[\S\n\u2028\u2029]/.test(So);function hs(So,as,ps,ns){let{comment:As,precedingNode:ko}=ps[ns],{locStart:Ws,locEnd:cs}=as,Xo=Ws(As);if(ko)for(let Ms=ns-1;Ms>=0;Ms--){let{comment:_l,precedingNode:Xs}=ps[Ms];if(Xs!==ko||!Ja(So.slice(cs(_l),Xo)))break;Xo=Ws(_l)}return da(So,Xo,{backwards:!0})}function na(So,as,ps,ns){let{comment:As,followingNode:ko}=ps[ns],{locStart:Ws,locEnd:cs}=as,Xo=cs(As);if(ko)for(let Ms=ns+1;Ms<ps.length;Ms++){let{comment:_l,followingNode:Xs}=ps[Ms];if(Xs!==ko||!Ja(So.slice(Xo,Ws(_l))))break;Xo=cs(_l)}return da(So,Xo)}function ka(So,as,ps){let ns=So.length;if(ns===0)return;let{precedingNode:As,followingNode:ko,enclosingNode:Ws}=So[0],cs=ps.printer.getGapRegex&&ps.printer.getGapRegex(Ws)||/^[\s(]*$/,Xo=ps.locStart(ko),Ms;for(Ms=ns;Ms>0;--Ms){let{comment:_l,precedingNode:Xs,followingNode:Ul}=So[Ms-1];In.strictEqual(Xs,As),In.strictEqual(Ul,ko);let ss=as.slice(ps.locEnd(_l),Xo);if(cs.test(ss))Xo=ps.locStart(_l);else break}for(let[_l,{comment:Xs}]of So.entries())_l<Ms?qa(As,Xs):ta(ko,Xs);for(let _l of[As,ko])_l.comments&&_l.comments.length>1&&_l.comments.sort((Xs,Ul)=>ps.locStart(Xs)-ps.locStart(Ul));So.length=0}function ra(So,as){let ps=So.getValue();return ps.printed=!0,as.printer.printComment(So,as)}function ma(So,as,ps){let ns=ps.locStart(as)-1;for(let As=1;As<So.length;++As)if(ns<ps.locStart(So[As]))return As-1;return 0}function Zn(So,as){let ps=So.getValue(),ns=[ra(So,as)],{printer:As,originalText:ko,locStart:Ws,locEnd:cs}=as;if(As.isBlockComment&&As.isBlockComment(ps)){let Ms=da(ko,cs(ps))?da(ko,Ws(ps),{backwards:!0})?Kn:di:" ";ns.push(Ms)}else ns.push(Kn);let Xo=sa(ko,fa(ko,cs(ps)));return Xo!==!1&&da(ko,Xo)&&ns.push(Kn),ns}function la(So,as){let ps=So.getValue(),ns=ra(So,as),{printer:As,originalText:ko,locStart:Ws}=as,cs=As.isBlockComment&&As.isBlockComment(ps);if(da(ko,Ws(ps),{backwards:!0})){let Ms=zi(ko,ps,Ws);return Hn([Kn,Ms?Kn:"",ns])}let Xo=[" ",ns];return cs||(Xo=[Hn(Xo),On]),Xo}function pa(So,as,ps,ns){let As=[],ko=So.getValue();return!ko||!ko.comments||(So.each(()=>{let Ws=So.getValue();!Ws.leading&&!Ws.trailing&&(!ns||ns(Ws))&&As.push(ra(So,as))},"comments"),As.length===0)?"":ps?ji(Kn,As):Un([Kn,ji(Kn,As)])}function xa(So,as,ps){let ns=So.getValue();if(!ns)return{};let As=ns.comments||[];ps&&(As=As.filter(Xo=>!ps.has(Xo)));let ko=ns===as.cursorNode;if(As.length===0){let Xo=ko?Wi:"";return{leading:Xo,trailing:Xo}}let Ws=[],cs=[];return So.each(()=>{let Xo=So.getValue();if(ps&&ps.has(Xo))return;let{leading:Ms,trailing:_l}=Xo;Ms?Ws.push(Zn(So,as)):_l&&cs.push(la(So,as))},"comments"),ko&&(Ws.unshift(Wi),cs.push(Wi)),{leading:Ws,trailing:cs}}function Ma(So,as,ps,ns){let{leading:As,trailing:ko}=xa(So,ps,ns);return!As&&!ko?as:[As,as,ko]}function Ha(So){if(So)for(let as of So){if(!as.printed)throw new Error('Comment "'+as.value.trim()+'" was not printed. Please report this error!');delete as.printed}}Fi.exports={attach:io,printComments:Ma,printCommentsSeparately:xa,printDanglingComments:pa,getSortedChildNodes:Ta,ensureAllCommentsPrinted:Ha}}}),kd=Mo({"src/common/ast-path.js"(Vn,Fi){Fn();var In=Lc();function di(Un,Hn){let ji=Kn(Un.stack,Hn);return ji===-1?null:Un.stack[ji]}function Kn(Un,Hn){for(let ji=Un.length-1;ji>=0;ji-=2){let Wi=Un[ji];if(Wi&&!Array.isArray(Wi)&&--Hn<0)return ji}return-1}var On=class{constructor(Un){this.stack=[Un]}getName(){let{stack:Un}=this,{length:Hn}=Un;return Hn>1?Un[Hn-2]:null}getValue(){return In(this.stack)}getNode(){let Un=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return di(this,Un)}getParentNode(){let Un=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return di(this,Un+1)}call(Un){let{stack:Hn}=this,{length:ji}=Hn,Wi=In(Hn);for(var da=arguments.length,sa=new Array(da>1?da-1:0),fa=1;fa<da;fa++)sa[fa-1]=arguments[fa];for(let ta of sa)Wi=Wi[ta],Hn.push(ta,Wi);let zi=Un(this);return Hn.length=ji,zi}callParent(Un){let Hn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,ji=Kn(this.stack,Hn+1),Wi=this.stack.splice(ji+1),da=Un(this);return this.stack.push(...Wi),da}each(Un){let{stack:Hn}=this,{length:ji}=Hn,Wi=In(Hn);for(var da=arguments.length,sa=new Array(da>1?da-1:0),fa=1;fa<da;fa++)sa[fa-1]=arguments[fa];for(let zi of sa)Wi=Wi[zi],Hn.push(zi,Wi);for(let zi=0;zi<Wi.length;++zi)Hn.push(zi,Wi[zi]),Un(this,zi,Wi),Hn.length-=2;Hn.length=ji}map(Un){let Hn=[];for(var ji=arguments.length,Wi=new Array(ji>1?ji-1:0),da=1;da<ji;da++)Wi[da-1]=arguments[da];return this.each((sa,fa,zi)=>{Hn[fa]=Un(sa,fa,zi)},...Wi),Hn}try(Un){let{stack:Hn}=this,ji=[...Hn];try{return Un()}finally{Hn.length=0,Hn.push(...ji)}}match(){let Un=this.stack.length-1,Hn=null,ji=this.stack[Un--];for(var Wi=arguments.length,da=new Array(Wi),sa=0;sa<Wi;sa++)da[sa]=arguments[sa];for(let fa of da){if(ji===void 0)return!1;let zi=null;if(typeof Hn=="number"&&(zi=Hn,Hn=this.stack[Un--],ji=this.stack[Un--]),fa&&!fa(ji,Hn,zi))return!1;Hn=this.stack[Un--],ji=this.stack[Un--]}return!0}findAncestor(Un){let Hn=this.stack.length-1,ji=null,Wi=this.stack[Hn--];for(;Wi;){let da=null;if(typeof ji=="number"&&(da=ji,ji=this.stack[Hn--],Wi=this.stack[Hn--]),ji!==null&&Un(Wi,ji,da))return Wi;ji=this.stack[Hn--],Wi=this.stack[Hn--]}}};Fi.exports=On}}),xf=Mo({"src/main/multiparser.js"(Vn,Fi){Fn();var{utils:{stripTrailingHardline:In}}=Oc(),{normalize:di}=wu(),Kn=kc();function On(Hn,ji,Wi,da){if(Wi.printer.embed&&Wi.embeddedLanguageFormatting==="auto")return Wi.printer.embed(Hn,ji,(sa,fa,zi)=>Un(sa,fa,Wi,da,zi),Wi)}function Un(Hn,ji,Wi,da){let{stripTrailingHardline:sa=!1}=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},fa=di(Object.assign(Object.assign(Object.assign({},Wi),ji),{},{parentParser:Wi.parser,originalText:Hn}),{passThrough:!0}),zi=dl().parse(Hn,fa),{ast:ta}=zi;Hn=zi.text;let va=ta.comments;delete ta.comments,Kn.attach(va,ta,Hn,fa),fa[Symbol.for("comments")]=va||[],fa[Symbol.for("tokens")]=ta.tokens||[];let qa=da(ta,fa);return Kn.ensureAllCommentsPrinted(va),sa?typeof qa=="string"?qa.replace(/(?:\r?\n)*$/,""):In(qa):qa}Fi.exports={printSubtree:On}}}),Zd=Mo({"src/main/ast-to-doc.js"(Vn,Fi){Fn();var In=kd(),{builders:{hardline:di,addAlignmentToDoc:Kn},utils:{propagateBreaks:On}}=Oc(),{printComments:Un}=kc(),Hn=xf();function ji(sa,fa){let zi=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,{printer:ta}=fa;ta.preprocess&&(sa=ta.preprocess(sa,fa));let va=new Map,qa=new In(sa),Xa=Ta();return zi>0&&(Xa=Kn([di,Xa],zi,fa.tabWidth)),On(Xa),Xa;function Ta(Ia,io){return Ia===void 0||Ia===qa?Qa(io):Array.isArray(Ia)?qa.call(()=>Qa(io),...Ia):qa.call(()=>Qa(io),Ia)}function Qa(Ia){let io=qa.getValue(),Ja=io&&typeof io=="object"&&Ia===void 0;if(Ja&&va.has(io))return va.get(io);let hs=da(qa,fa,Ta,Ia);return Ja&&va.set(io,hs),hs}}function Wi(sa,fa){let{originalText:zi,[Symbol.for("comments")]:ta,locStart:va,locEnd:qa}=fa,Xa=va(sa),Ta=qa(sa),Qa=new Set;for(let Ia of ta)va(Ia)>=Xa&&qa(Ia)<=Ta&&(Ia.printed=!0,Qa.add(Ia));return{doc:zi.slice(Xa,Ta),printedComments:Qa}}function da(sa,fa,zi,ta){let va=sa.getValue(),{printer:qa}=fa,Xa,Ta;if(qa.hasPrettierIgnore&&qa.hasPrettierIgnore(sa))({doc:Xa,printedComments:Ta}=Wi(va,fa));else{if(va)try{Xa=Hn.printSubtree(sa,zi,fa,ji)}catch(Qa){if(globalThis.PRETTIER_DEBUG)throw Qa}Xa||(Xa=qa.print(sa,fa,zi,ta))}return(!qa.willPrintOwnComments||!qa.willPrintOwnComments(sa,fa))&&(Xa=Un(sa,Xa,fa,Ta)),Xa}Fi.exports=ji}}),gm=Mo({"src/main/range-util.js"(Vn,Fi){Fn();var In=Mc(),di=kc(),Kn=ta=>{let{parser:va}=ta;return va==="json"||va==="json5"||va==="json-stringify"};function On(ta,va){let qa=[ta.node,...ta.parentNodes],Xa=new Set([va.node,...va.parentNodes]);return qa.find(Ta=>da.has(Ta.type)&&Xa.has(Ta))}function Un(ta){let va=ta.length-1;for(;;){let qa=ta[va];if(qa&&(qa.type==="Program"||qa.type==="File"))va--;else break}return ta.slice(0,va+1)}function Hn(ta,va,qa){let{locStart:Xa,locEnd:Ta}=qa,Qa=ta.node,Ia=va.node;if(Qa===Ia)return{startNode:Qa,endNode:Ia};let io=Xa(ta.node);for(let hs of Un(va.parentNodes))if(Xa(hs)>=io)Ia=hs;else break;let Ja=Ta(va.node);for(let hs of Un(ta.parentNodes)){if(Ta(hs)<=Ja)Qa=hs;else break;if(Qa===Ia)break}return{startNode:Qa,endNode:Ia}}function ji(ta,va,qa,Xa){let Ta=arguments.length>4&&arguments[4]!==void 0?arguments[4]:[],Qa=arguments.length>5?arguments[5]:void 0,{locStart:Ia,locEnd:io}=qa,Ja=Ia(ta),hs=io(ta);if(!(va>hs||va<Ja||Qa==="rangeEnd"&&va===Ja||Qa==="rangeStart"&&va===hs)){for(let na of di.getSortedChildNodes(ta,qa)){let ka=ji(na,va,qa,Xa,[ta,...Ta],Qa);if(ka)return ka}if(!Xa||Xa(ta,Ta[0]))return{node:ta,parentNodes:Ta}}}function Wi(ta,va){return va!=="DeclareExportDeclaration"&&ta!=="TypeParameterDeclaration"&&(ta==="Directive"||ta==="TypeAlias"||ta==="TSExportAssignment"||ta.startsWith("Declare")||ta.startsWith("TSDeclare")||ta.endsWith("Statement")||ta.endsWith("Declaration"))}var da=new Set(["ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),sa=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function fa(ta,va,qa){if(!va)return!1;switch(ta.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return Wi(va.type,qa&&qa.type);case"json":case"json5":case"json-stringify":return da.has(va.type);case"graphql":return sa.has(va.kind);case"vue":return va.tag!=="root"}return!1}function zi(ta,va,qa){let{rangeStart:Xa,rangeEnd:Ta,locStart:Qa,locEnd:Ia}=va;In.ok(Ta>Xa);let io=ta.slice(Xa,Ta).search(/\S/),Ja=io===-1;if(!Ja)for(Xa+=io;Ta>Xa&&!/\S/.test(ta[Ta-1]);--Ta);let hs=ji(qa,Xa,va,(ma,Zn)=>fa(va,ma,Zn),[],"rangeStart"),na=Ja?hs:ji(qa,Ta,va,ma=>fa(va,ma),[],"rangeEnd");if(!hs||!na)return{rangeStart:0,rangeEnd:0};let ka,ra;if(Kn(va)){let ma=On(hs,na);ka=ma,ra=ma}else({startNode:ka,endNode:ra}=Hn(hs,na,va));return{rangeStart:Math.min(Qa(ka),Qa(ra)),rangeEnd:Math.max(Ia(ka),Ia(ra))}}Fi.exports={calculateRange:zi,findNodeAtOffset:ji}}}),i0=Mo({"src/main/core.js"(Vn,Fi){Fn();var{diffArrays:In}=ku(),{printer:{printDocToString:di},debug:{printDocToDebug:Kn}}=Oc(),{getAlignmentSize:On}=Zc(),{guessEndOfLine:Un,convertEndOfLineToChars:Hn,countEndOfLineChars:ji,normalizeEndOfLine:Wi}=cc(),da=wu().normalize,sa=vu(),fa=kc(),zi=dl(),ta=Zd(),va=gm(),qa="\uFEFF",Xa=Symbol("cursor");function Ta(ra,ma,Zn){let la=ma.comments;return la&&(delete ma.comments,fa.attach(la,ma,ra,Zn)),Zn[Symbol.for("comments")]=la||[],Zn[Symbol.for("tokens")]=ma.tokens||[],Zn.originalText=ra,la}function Qa(ra,ma){let Zn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;if(!ra||ra.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:la,text:pa}=zi.parse(ra,ma);if(ma.cursorOffset>=0){let So=va.findNodeAtOffset(la,ma.cursorOffset,ma);So&&So.node&&(ma.cursorNode=So.node)}let xa=Ta(pa,la,ma),Ma=ta(la,ma,Zn),Ha=di(Ma,ma);if(fa.ensureAllCommentsPrinted(xa),Zn>0){let So=Ha.formatted.trim();Ha.cursorNodeStart!==void 0&&(Ha.cursorNodeStart-=Ha.formatted.indexOf(So)),Ha.formatted=So+Hn(ma.endOfLine)}if(ma.cursorOffset>=0){let So,as,ps,ns,As;if(ma.cursorNode&&Ha.cursorNodeText?(So=ma.locStart(ma.cursorNode),as=pa.slice(So,ma.locEnd(ma.cursorNode)),ps=ma.cursorOffset-So,ns=Ha.cursorNodeStart,As=Ha.cursorNodeText):(So=0,as=pa,ps=ma.cursorOffset,ns=0,As=Ha.formatted),as===As)return{formatted:Ha.formatted,cursorOffset:ns+ps,comments:xa};let ko=[...as];ko.splice(ps,0,Xa);let Ws=[...As],cs=In(ko,Ws),Xo=ns;for(let Ms of cs)if(Ms.removed){if(Ms.value.includes(Xa))break}else Xo+=Ms.count;return{formatted:Ha.formatted,cursorOffset:Xo,comments:xa}}return{formatted:Ha.formatted,cursorOffset:-1,comments:xa}}function Ia(ra,ma){let{ast:Zn,text:la}=zi.parse(ra,ma),{rangeStart:pa,rangeEnd:xa}=va.calculateRange(la,ma,Zn),Ma=la.slice(pa,xa),Ha=Math.min(pa,la.lastIndexOf(`
`,pa)+1),So=la.slice(Ha,pa).match(/^\s*/)[0],as=On(So,ma.tabWidth),ps=Qa(Ma,Object.assign(Object.assign({},ma),{},{rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:ma.cursorOffset>pa&&ma.cursorOffset<=xa?ma.cursorOffset-pa:-1,endOfLine:"lf"}),as),ns=ps.formatted.trimEnd(),{cursorOffset:As}=ma;As>xa?As+=ns.length-Ma.length:ps.cursorOffset>=0&&(As=ps.cursorOffset+pa);let ko=la.slice(0,pa)+ns+la.slice(xa);if(ma.endOfLine!=="lf"){let Ws=Hn(ma.endOfLine);As>=0&&Ws===`\r
`&&(As+=ji(ko.slice(0,As),`
`)),ko=ko.replace(/\n/g,Ws)}return{formatted:ko,cursorOffset:As,comments:ps.comments}}function io(ra,ma,Zn){return typeof ma!="number"||Number.isNaN(ma)||ma<0||ma>ra.length?Zn:ma}function Ja(ra,ma){let{cursorOffset:Zn,rangeStart:la,rangeEnd:pa}=ma;return Zn=io(ra,Zn,-1),la=io(ra,la,0),pa=io(ra,pa,ra.length),Object.assign(Object.assign({},ma),{},{cursorOffset:Zn,rangeStart:la,rangeEnd:pa})}function hs(ra,ma){let{cursorOffset:Zn,rangeStart:la,rangeEnd:pa,endOfLine:xa}=Ja(ra,ma),Ma=ra.charAt(0)===qa;if(Ma&&(ra=ra.slice(1),Zn--,la--,pa--),xa==="auto"&&(xa=Un(ra)),ra.includes("\r")){let Ha=So=>ji(ra.slice(0,Math.max(So,0)),`\r
`);Zn-=Ha(Zn),la-=Ha(la),pa-=Ha(pa),ra=Wi(ra)}return{hasBOM:Ma,text:ra,options:Ja(ra,Object.assign(Object.assign({},ma),{},{cursorOffset:Zn,rangeStart:la,rangeEnd:pa,endOfLine:xa}))}}function na(ra,ma){let Zn=zi.resolveParser(ma);return!Zn.hasPragma||Zn.hasPragma(ra)}function ka(ra,ma){let{hasBOM:Zn,text:la,options:pa}=hs(ra,da(ma));if(pa.rangeStart>=pa.rangeEnd&&la!==""||pa.requirePragma&&!na(la,pa))return{formatted:ra,cursorOffset:ma.cursorOffset,comments:[]};let xa;return pa.rangeStart>0||pa.rangeEnd<la.length?xa=Ia(la,pa):(!pa.requirePragma&&pa.insertPragma&&pa.printer.insertPragma&&!na(la,pa)&&(la=pa.printer.insertPragma(la)),xa=Qa(la,pa)),Zn&&(xa.formatted=qa+xa.formatted,xa.cursorOffset>=0&&xa.cursorOffset++),xa}Fi.exports={formatWithCursor:ka,parse(ra,ma,Zn){let{text:la,options:pa}=hs(ra,da(ma)),xa=zi.parse(la,pa);return Zn&&(xa.ast=sa(xa.ast,pa)),xa},formatAST(ra,ma){ma=da(ma);let Zn=ta(ra,ma);return di(Zn,ma)},formatDoc(ra,ma){return ka(Kn(ra),Object.assign(Object.assign({},ma),{},{parser:"__js_expression"})).formatted},printToDoc(ra,ma){ma=da(ma);let{ast:Zn,text:la}=zi.parse(ra,ma);return Ta(la,Zn,ma),ta(Zn,ma)},printDocToString(ra,ma){return di(ra,da(ma))}}}}),xp=Mo({"src/common/util-shared.js"(Vn,Fi){Fn();var{getMaxContinuousCount:In,getStringWidth:di,getAlignmentSize:Kn,getIndentSize:On,skip:Un,skipWhitespace:Hn,skipSpaces:ji,skipNewline:Wi,skipToLineEnd:da,skipEverythingButNewLine:sa,skipInlineComment:fa,skipTrailingComment:zi,hasNewline:ta,hasNewlineInRange:va,hasSpaces:qa,isNextLineEmpty:Xa,isNextLineEmptyAfterIndex:Ta,isPreviousLineEmpty:Qa,getNextNonSpaceNonCommentCharacterIndex:Ia,makeString:io,addLeadingComment:Ja,addDanglingComment:hs,addTrailingComment:na}=Zc();Fi.exports={getMaxContinuousCount:In,getStringWidth:di,getAlignmentSize:Kn,getIndentSize:On,skip:Un,skipWhitespace:Hn,skipSpaces:ji,skipNewline:Wi,skipToLineEnd:da,skipEverythingButNewLine:sa,skipInlineComment:fa,skipTrailingComment:zi,hasNewline:ta,hasNewlineInRange:va,hasSpaces:qa,isNextLineEmpty:Xa,isNextLineEmptyAfterIndex:Ta,isPreviousLineEmpty:Qa,getNextNonSpaceNonCommentCharacterIndex:Ia,makeString:io,addLeadingComment:Ja,addDanglingComment:hs,addTrailingComment:na}}}),zp=Mo({"src/utils/create-language.js"(Vn,Fi){Fn(),Fi.exports=function(In,di){let{languageId:Kn}=In,On=Ea(In,Ki);return Object.assign(Object.assign({linguistLanguageId:Kn},On),di(In))}}}),Hh=Mo({"node_modules/esutils/lib/ast.js"(Vn,Fi){Fn(),function(){function In(ji){if(ji==null)return!1;switch(ji.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1}function di(ji){if(ji==null)return!1;switch(ji.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1}function Kn(ji){if(ji==null)return!1;switch(ji.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function On(ji){return Kn(ji)||ji!=null&&ji.type==="FunctionDeclaration"}function Un(ji){switch(ji.type){case"IfStatement":return ji.alternate!=null?ji.alternate:ji.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return ji.body}return null}function Hn(ji){var Wi;if(ji.type!=="IfStatement"||ji.alternate==null)return!1;Wi=ji.consequent;do{if(Wi.type==="IfStatement"&&Wi.alternate==null)return!0;Wi=Un(Wi)}while(Wi);return!1}Fi.exports={isExpression:In,isStatement:Kn,isIterationStatement:di,isSourceElement:On,isProblematicIfStatement:Hn,trailingStatement:Un}}()}}),Cp=Mo({"node_modules/esutils/lib/code.js"(Vn,Fi){Fn(),function(){var In,di,Kn,On,Un,Hn;di={NonAsciiIdentifierStart:/[\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]/,NonAsciiIdentifierPart:/[\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]/},In={NonAsciiIdentifierStart:/[\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-\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\u2118-\u211D\u2124\u2126\u2128\u212A-\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\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\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]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,NonAsciiIdentifierPart:/[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\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\u1369-\u1371\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-\u19DA\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\u2118-\u211D\u2124\u2126\u2128\u212A-\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\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\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]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/};function ji(Ta){return 48<=Ta&&Ta<=57}function Wi(Ta){return 48<=Ta&&Ta<=57||97<=Ta&&Ta<=102||65<=Ta&&Ta<=70}function da(Ta){return Ta>=48&&Ta<=55}Kn=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279];function sa(Ta){return Ta===32||Ta===9||Ta===11||Ta===12||Ta===160||Ta>=5760&&Kn.indexOf(Ta)>=0}function fa(Ta){return Ta===10||Ta===13||Ta===8232||Ta===8233}function zi(Ta){if(Ta<=65535)return String.fromCharCode(Ta);var Qa=String.fromCharCode(Math.floor((Ta-65536)/1024)+55296),Ia=String.fromCharCode((Ta-65536)%1024+56320);return Qa+Ia}for(On=new Array(128),Hn=0;Hn<128;++Hn)On[Hn]=Hn>=97&&Hn<=122||Hn>=65&&Hn<=90||Hn===36||Hn===95;for(Un=new Array(128),Hn=0;Hn<128;++Hn)Un[Hn]=Hn>=97&&Hn<=122||Hn>=65&&Hn<=90||Hn>=48&&Hn<=57||Hn===36||Hn===95;function ta(Ta){return Ta<128?On[Ta]:di.NonAsciiIdentifierStart.test(zi(Ta))}function va(Ta){return Ta<128?Un[Ta]:di.NonAsciiIdentifierPart.test(zi(Ta))}function qa(Ta){return Ta<128?On[Ta]:In.NonAsciiIdentifierStart.test(zi(Ta))}function Xa(Ta){return Ta<128?Un[Ta]:In.NonAsciiIdentifierPart.test(zi(Ta))}Fi.exports={isDecimalDigit:ji,isHexDigit:Wi,isOctalDigit:da,isWhiteSpace:sa,isLineTerminator:fa,isIdentifierStartES5:ta,isIdentifierPartES5:va,isIdentifierStartES6:qa,isIdentifierPartES6:Xa}}()}}),ih=Mo({"node_modules/esutils/lib/keyword.js"(Vn,Fi){Fn(),function(){var In=Cp();function di(ta){switch(ta){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}function Kn(ta,va){return!va&&ta==="yield"?!1:On(ta,va)}function On(ta,va){if(va&&di(ta))return!0;switch(ta.length){case 2:return ta==="if"||ta==="in"||ta==="do";case 3:return ta==="var"||ta==="for"||ta==="new"||ta==="try";case 4:return ta==="this"||ta==="else"||ta==="case"||ta==="void"||ta==="with"||ta==="enum";case 5:return ta==="while"||ta==="break"||ta==="catch"||ta==="throw"||ta==="const"||ta==="yield"||ta==="class"||ta==="super";case 6:return ta==="return"||ta==="typeof"||ta==="delete"||ta==="switch"||ta==="export"||ta==="import";case 7:return ta==="default"||ta==="finally"||ta==="extends";case 8:return ta==="function"||ta==="continue"||ta==="debugger";case 10:return ta==="instanceof";default:return!1}}function Un(ta,va){return ta==="null"||ta==="true"||ta==="false"||Kn(ta,va)}function Hn(ta,va){return ta==="null"||ta==="true"||ta==="false"||On(ta,va)}function ji(ta){return ta==="eval"||ta==="arguments"}function Wi(ta){var va,qa,Xa;if(ta.length===0||(Xa=ta.charCodeAt(0),!In.isIdentifierStartES5(Xa)))return!1;for(va=1,qa=ta.length;va<qa;++va)if(Xa=ta.charCodeAt(va),!In.isIdentifierPartES5(Xa))return!1;return!0}function da(ta,va){return(ta-55296)*1024+(va-56320)+65536}function sa(ta){var va,qa,Xa,Ta,Qa;if(ta.length===0)return!1;for(Qa=In.isIdentifierStartES6,va=0,qa=ta.length;va<qa;++va){if(Xa=ta.charCodeAt(va),55296<=Xa&&Xa<=56319){if(++va,va>=qa||(Ta=ta.charCodeAt(va),!(56320<=Ta&&Ta<=57343)))return!1;Xa=da(Xa,Ta)}if(!Qa(Xa))return!1;Qa=In.isIdentifierPartES6}return!0}function fa(ta,va){return Wi(ta)&&!Un(ta,va)}function zi(ta,va){return sa(ta)&&!Hn(ta,va)}Fi.exports={isKeywordES5:Kn,isKeywordES6:On,isReservedWordES5:Un,isReservedWordES6:Hn,isRestrictedWord:ji,isIdentifierNameES5:Wi,isIdentifierNameES6:sa,isIdentifierES5:fa,isIdentifierES6:zi}}()}}),rm=Mo({"node_modules/esutils/lib/utils.js"(Vn){Fn(),function(){Vn.ast=Hh(),Vn.code=Cp(),Vn.keyword=ih()}()}}),Bd=Mo({"src/language-js/utils/is-block-comment.js"(Vn,Fi){Fn();var In=new Set(["Block","CommentBlock","MultiLine"]),di=Kn=>In.has(Kn==null?void 0:Kn.type);Fi.exports=di}}),a0=Mo({"src/language-js/utils/is-node-matches.js"(Vn,Fi){Fn();function In(Kn,On){let Un=On.split(".");for(let Hn=Un.length-1;Hn>=0;Hn--){let ji=Un[Hn];if(Hn===0)return Kn.type==="Identifier"&&Kn.name===ji;if(Kn.type!=="MemberExpression"||Kn.optional||Kn.computed||Kn.property.type!=="Identifier"||Kn.property.name!==ji)return!1;Kn=Kn.object}}function di(Kn,On){return On.some(Un=>In(Kn,Un))}Fi.exports=di}}),Ld=Mo({"src/language-js/utils/index.js"(Vn,Fi){Fn();var In=rm().keyword.isIdentifierNameES5,{getLast:di,hasNewline:Kn,skipWhitespace:On,isNonEmptyArray:Un,isNextLineEmptyAfterIndex:Hn,getStringWidth:ji}=Zc(),{locStart:Wi,locEnd:da,hasSameLocStart:sa}=Of(),fa=Bd(),zi=a0(),ta="(?:(?=.)\\s)",va=new RegExp(`^${ta}*:`),qa=new RegExp(`^${ta}*::`);function Xa(Do){var vl,gc;return((vl=Do.extra)===null||vl===void 0?void 0:vl.parenthesized)&&fa((gc=Do.trailingComments)===null||gc===void 0?void 0:gc[0])&&va.test(Do.trailingComments[0].value)}function Ta(Do){let vl=Do==null?void 0:Do[0];return fa(vl)&&qa.test(vl.value)}function Qa(Do,vl){if(!Do||typeof Do!="object")return!1;if(Array.isArray(Do))return Do.some(Wc=>Qa(Wc,vl));let gc=vl(Do);return typeof gc=="boolean"?gc:Object.values(Do).some(Wc=>Qa(Wc,vl))}function Ia(Do){return Do.type==="AssignmentExpression"||Do.type==="BinaryExpression"||Do.type==="LogicalExpression"||Do.type==="NGPipeExpression"||Do.type==="ConditionalExpression"||jl(Do)||Dl(Do)||Do.type==="SequenceExpression"||Do.type==="TaggedTemplateExpression"||Do.type==="BindExpression"||Do.type==="UpdateExpression"&&!Do.prefix||Xd(Do)||Do.type==="TSNonNullExpression"}function io(Do){var vl,gc,Wc,rd,lf,Md;return Do.expressions?Do.expressions[0]:(vl=(gc=(Wc=(rd=(lf=(Md=Do.left)!==null&&Md!==void 0?Md:Do.test)!==null&&lf!==void 0?lf:Do.callee)!==null&&rd!==void 0?rd:Do.object)!==null&&Wc!==void 0?Wc:Do.tag)!==null&&gc!==void 0?gc:Do.argument)!==null&&vl!==void 0?vl:Do.expression}function Ja(Do,vl){if(vl.expressions)return["expressions",0];if(vl.left)return["left"];if(vl.test)return["test"];if(vl.object)return["object"];if(vl.callee)return["callee"];if(vl.tag)return["tag"];if(vl.argument)return["argument"];if(vl.expression)return["expression"];throw new Error("Unexpected node has no left side.")}function hs(Do){return Do=new Set(Do),vl=>Do.has(vl==null?void 0:vl.type)}var na=hs(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose"]),ka=hs(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);function ra(Do){let vl=Do.getParentNode();return Do.getName()==="declaration"&&ka(vl)?vl:null}var ma=hs(["BooleanLiteral","DirectiveLiteral","Literal","NullLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","RegExpLiteral","StringLiteral","TemplateLiteral","TSTypeLiteral","JSXText"]);function Zn(Do){return Do.type==="NumericLiteral"||Do.type==="Literal"&&typeof Do.value=="number"}function la(Do){return Do.type==="UnaryExpression"&&(Do.operator==="+"||Do.operator==="-")&&Zn(Do.argument)}function pa(Do){return Do.type==="StringLiteral"||Do.type==="Literal"&&typeof Do.value=="string"}var xa=hs(["ObjectTypeAnnotation","TSTypeLiteral","TSMappedType"]),Ma=hs(["FunctionExpression","ArrowFunctionExpression"]);function Ha(Do){return Do.type==="FunctionExpression"||Do.type==="ArrowFunctionExpression"&&Do.body.type==="BlockStatement"}function So(Do){return jl(Do)&&Do.callee.type==="Identifier"&&["async","inject","fakeAsync","waitForAsync"].includes(Do.callee.name)}var as=hs(["JSXElement","JSXFragment"]);function ps(Do,vl){if(Do.parentParser!=="markdown"&&Do.parentParser!=="mdx")return!1;let gc=vl.getNode();if(!gc.expression||!as(gc.expression))return!1;let Wc=vl.getParentNode();return Wc.type==="Program"&&Wc.body.length===1}function ns(Do){return Do.kind==="get"||Do.kind==="set"}function As(Do){return ns(Do)||sa(Do,Do.value)}function ko(Do){return(Do.type==="ObjectTypeProperty"||Do.type==="ObjectTypeInternalSlot")&&Do.value.type==="FunctionTypeAnnotation"&&!Do.static&&!As(Do)}function Ws(Do){return(Do.type==="TypeAnnotation"||Do.type==="TSTypeAnnotation")&&Do.typeAnnotation.type==="FunctionTypeAnnotation"&&!Do.static&&!sa(Do,Do.typeAnnotation)}var cs=hs(["BinaryExpression","LogicalExpression","NGPipeExpression"]);function Xo(Do){return Dl(Do)||Do.type==="BindExpression"&&!!Do.object}var Ms=new Set(["AnyTypeAnnotation","TSAnyKeyword","NullLiteralTypeAnnotation","TSNullKeyword","ThisTypeAnnotation","TSThisType","NumberTypeAnnotation","TSNumberKeyword","VoidTypeAnnotation","TSVoidKeyword","BooleanTypeAnnotation","TSBooleanKeyword","BigIntTypeAnnotation","TSBigIntKeyword","SymbolTypeAnnotation","TSSymbolKeyword","StringTypeAnnotation","TSStringKeyword","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType","EmptyTypeAnnotation","MixedTypeAnnotation","TSNeverKeyword","TSObjectKeyword","TSUndefinedKeyword","TSUnknownKeyword"]);function _l(Do){return Do?!!((Do.type==="GenericTypeAnnotation"||Do.type==="TSTypeReference")&&!Do.typeParameters||Ms.has(Do.type)):!1}function Xs(Do){let vl=/^(?:before|after)(?:Each|All)$/;return Do.callee.type==="Identifier"&&vl.test(Do.callee.name)&&Do.arguments.length===1}var Ul=["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 ss(Do){return zi(Do,Ul)}function Ps(Do,vl){if(Do.type!=="CallExpression")return!1;if(Do.arguments.length===1){if(So(Do)&&vl&&Ps(vl))return Ma(Do.arguments[0]);if(Xs(Do))return So(Do.arguments[0])}else if((Do.arguments.length===2||Do.arguments.length===3)&&(Do.arguments[0].type==="TemplateLiteral"||pa(Do.arguments[0]))&&ss(Do.callee))return Do.arguments[2]&&!Zn(Do.arguments[2])?!1:(Do.arguments.length===2?Ma(Do.arguments[1]):Ha(Do.arguments[1])&&Ui(Do.arguments[1]).length<=1)||So(Do.arguments[1]);return!1}var jl=hs(["CallExpression","OptionalCallExpression"]),Dl=hs(["MemberExpression","OptionalMemberExpression"]);function Wu(Do){let vl="expressions";Do.type==="TSTemplateLiteralType"&&(vl="types");let gc=Do[vl];return gc.length===0?!1:gc.every(Wc=>{if(Ru(Wc))return!1;if(Wc.type==="Identifier"||Wc.type==="ThisExpression")return!0;if(Dl(Wc)){let rd=Wc;for(;Dl(rd);)if(rd.property.type!=="Identifier"&&rd.property.type!=="Literal"&&rd.property.type!=="StringLiteral"&&rd.property.type!=="NumericLiteral"||(rd=rd.object,Ru(rd)))return!1;return rd.type==="Identifier"||rd.type==="ThisExpression"}return!1})}function Fs(Do,vl){return Do==="+"||Do==="-"?Do+vl:vl}function xs(Do,vl){let gc=Wi(vl),Wc=On(Do,da(vl));return Wc!==!1&&Do.slice(gc,gc+2)==="/*"&&Do.slice(Wc,Wc+2)==="*/"}function Js(Do,vl){return as(vl)?pl(vl):Ru(vl,kl.Leading,gc=>Kn(Do,da(gc)))}function ol(Do,vl){return vl.parser!=="json"&&pa(Do.key)&&Ml(Do.key).slice(1,-1)===Do.key.value&&(In(Do.key.value)&&!(vl.parser==="babel-ts"&&Do.type==="ClassProperty"||vl.parser==="typescript"&&Do.type==="PropertyDefinition")||Zs(Do.key.value)&&String(Number(Do.key.value))===Do.key.value&&(vl.parser==="babel"||vl.parser==="acorn"||vl.parser==="espree"||vl.parser==="meriyah"||vl.parser==="__babel_estree"))}function Zs(Do){return/^(?:\d+|\d+\.\d+)$/.test(Do)}function xu(Do,vl){let gc=/^[fx]?(?:describe|it|test)$/;return vl.type==="TaggedTemplateExpression"&&vl.quasi===Do&&vl.tag.type==="MemberExpression"&&vl.tag.property.type==="Identifier"&&vl.tag.property.name==="each"&&(vl.tag.object.type==="Identifier"&&gc.test(vl.tag.object.name)||vl.tag.object.type==="MemberExpression"&&vl.tag.object.property.type==="Identifier"&&(vl.tag.object.property.name==="only"||vl.tag.object.property.name==="skip")&&vl.tag.object.object.type==="Identifier"&&gc.test(vl.tag.object.object.name))}function yu(Do){return Do.quasis.some(vl=>vl.value.raw.includes(`
`))}function vc(Do,vl){return(Do.type==="TemplateLiteral"&&yu(Do)||Do.type==="TaggedTemplateExpression"&&yu(Do.quasi))&&!Kn(vl,Wi(Do),{backwards:!0})}function hd(Do){if(!Ru(Do))return!1;let vl=di(Ds(Do,kl.Dangling));return vl&&!fa(vl)}function Yc(Do){if(Do.length<=1)return!1;let vl=0;for(let gc of Do)if(Ma(gc)){if(vl+=1,vl>1)return!0}else if(jl(gc)){for(let Wc of gc.arguments)if(Ma(Wc))return!0}return!1}function Cc(Do){let vl=Do.getValue(),gc=Do.getParentNode();return jl(vl)&&jl(gc)&&gc.callee===vl&&vl.arguments.length>gc.arguments.length&&gc.arguments.length>0}function bc(Do,vl){if(vl>=2)return!1;let gc=Md=>bc(Md,vl+1),Wc=Do.type==="Literal"&&"regex"in Do&&Do.regex.pattern||Do.type==="RegExpLiteral"&&Do.pattern;if(Wc&&ji(Wc)>5)return!1;if(Do.type==="Literal"||Do.type==="BigIntLiteral"||Do.type==="DecimalLiteral"||Do.type==="BooleanLiteral"||Do.type==="NullLiteral"||Do.type==="NumericLiteral"||Do.type==="RegExpLiteral"||Do.type==="StringLiteral"||Do.type==="Identifier"||Do.type==="ThisExpression"||Do.type==="Super"||Do.type==="PrivateName"||Do.type==="PrivateIdentifier"||Do.type==="ArgumentPlaceholder"||Do.type==="Import")return!0;if(Do.type==="TemplateLiteral")return Do.quasis.every(Md=>!Md.value.raw.includes(`
`))&&Do.expressions.every(gc);if(Do.type==="ObjectExpression")return Do.properties.every(Md=>!Md.computed&&(Md.shorthand||Md.value&&gc(Md.value)));if(Do.type==="ArrayExpression")return Do.elements.every(Md=>Md===null||gc(Md));if(Rc(Do))return(Do.type==="ImportExpression"||bc(Do.callee,vl))&&Cs(Do).every(gc);if(Dl(Do))return bc(Do.object,vl)&&bc(Do.property,vl);let rd={"!":!0,"-":!0,"+":!0,"~":!0};if(Do.type==="UnaryExpression"&&rd[Do.operator])return bc(Do.argument,vl);let lf={"++":!0,"--":!0};return Do.type==="UpdateExpression"&&lf[Do.operator]?bc(Do.argument,vl):Do.type==="TSNonNullExpression"?bc(Do.expression,vl):!1}function Ml(Do){var vl,gc;return(vl=(gc=Do.extra)===null||gc===void 0?void 0:gc.raw)!==null&&vl!==void 0?vl:Do.raw}function ds(Do){return Do}function Hl(Do){return Do.filepath&&/\.tsx$/i.test(Do.filepath)}function Us(Do){let vl=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"es5";return Do.trailingComma==="es5"&&vl==="es5"||Do.trailingComma==="all"&&(vl==="all"||vl==="es5")}function $l(Do,vl){switch(Do.type){case"BinaryExpression":case"LogicalExpression":case"AssignmentExpression":case"NGPipeExpression":return $l(Do.left,vl);case"MemberExpression":case"OptionalMemberExpression":return $l(Do.object,vl);case"TaggedTemplateExpression":return Do.tag.type==="FunctionExpression"?!1:$l(Do.tag,vl);case"CallExpression":case"OptionalCallExpression":return Do.callee.type==="FunctionExpression"?!1:$l(Do.callee,vl);case"ConditionalExpression":return $l(Do.test,vl);case"UpdateExpression":return!Do.prefix&&$l(Do.argument,vl);case"BindExpression":return Do.object&&$l(Do.object,vl);case"SequenceExpression":return $l(Do.expressions[0],vl);case"TSSatisfiesExpression":case"TSAsExpression":case"TSNonNullExpression":return $l(Do.expression,vl);default:return vl(Do)}}var fc={"==":!0,"!=":!0,"===":!0,"!==":!0},rr={"*":!0,"/":!0,"%":!0},fr={">>":!0,">>>":!0,"<<":!0};function vr(Do,vl){return!(Cr(vl)!==Cr(Do)||Do==="**"||fc[Do]&&fc[vl]||vl==="%"&&rr[Do]||Do==="%"&&rr[vl]||vl!==Do&&rr[vl]&&rr[Do]||fr[Do]&&fr[vl])}var Er=new Map([["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].flatMap((Do,vl)=>Do.map(gc=>[gc,vl])));function Cr(Do){return Er.get(Do)}function Yr(Do){return!!fr[Do]||Do==="|"||Do==="^"||Do==="&"}function Rn(Do){var vl;if(Do.rest)return!0;let gc=Ui(Do);return((vl=di(gc))===null||vl===void 0?void 0:vl.type)==="RestElement"}var mi=new WeakMap;function Ui(Do){if(mi.has(Do))return mi.get(Do);let vl=[];return Do.this&&vl.push(Do.this),Array.isArray(Do.parameters)?vl.push(...Do.parameters):Array.isArray(Do.params)&&vl.push(...Do.params),Do.rest&&vl.push(Do.rest),mi.set(Do,vl),vl}function Aa(Do,vl){let gc=Do.getValue(),Wc=0,rd=lf=>vl(lf,Wc++);gc.this&&Do.call(rd,"this"),Array.isArray(gc.parameters)?Do.each(rd,"parameters"):Array.isArray(gc.params)&&Do.each(rd,"params"),gc.rest&&Do.call(rd,"rest")}var No=new WeakMap;function Cs(Do){if(No.has(Do))return No.get(Do);let vl=Do.arguments;return Do.type==="ImportExpression"&&(vl=[Do.source],Do.attributes&&vl.push(Do.attributes)),No.set(Do,vl),vl}function Ns(Do,vl){let gc=Do.getValue();gc.type==="ImportExpression"?(Do.call(Wc=>vl(Wc,0),"source"),gc.attributes&&Do.call(Wc=>vl(Wc,1),"attributes")):Do.each(vl,"arguments")}function Bs(Do){return Do.value.trim()==="prettier-ignore"&&!Do.unignore}function pl(Do){return Do&&(Do.prettierIgnore||Ru(Do,kl.PrettierIgnore))}function Eu(Do){let vl=Do.getValue();return pl(vl)}var kl={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},Cu=(Do,vl)=>{if(typeof Do=="function"&&(vl=Do,Do=0),Do||vl)return(gc,Wc,rd)=>!(Do&kl.Leading&&!gc.leading||Do&kl.Trailing&&!gc.trailing||Do&kl.Dangling&&(gc.leading||gc.trailing)||Do&kl.Block&&!fa(gc)||Do&kl.Line&&!na(gc)||Do&kl.First&&Wc!==0||Do&kl.Last&&Wc!==rd.length-1||Do&kl.PrettierIgnore&&!Bs(gc)||vl&&!vl(gc))};function Ru(Do,vl,gc){if(!Un(Do==null?void 0:Do.comments))return!1;let Wc=Cu(vl,gc);return Wc?Do.comments.some(Wc):!0}function Ds(Do,vl,gc){if(!Array.isArray(Do==null?void 0:Do.comments))return[];let Wc=Cu(vl,gc);return Wc?Do.comments.filter(Wc):Do.comments}var xc=(Do,vl)=>{let{originalText:gc}=vl;return Hn(gc,da(Do))};function Rc(Do){return jl(Do)||Do.type==="NewExpression"||Do.type==="ImportExpression"}function lc(Do){return Do&&(Do.type==="ObjectProperty"||Do.type==="Property"&&!Do.method&&Do.kind==="init")}function wc(Do){return!!Do.__isUsingHackPipeline}var Jc=Symbol("ifWithoutBlockAndSameLineComment");function Xd(Do){return Do.type==="TSAsExpression"||Do.type==="TSSatisfiesExpression"}Fi.exports={getFunctionParameters:Ui,iterateFunctionParametersPath:Aa,getCallArguments:Cs,iterateCallArgumentsPath:Ns,hasRestParameter:Rn,getLeftSide:io,getLeftSidePathName:Ja,getParentExportDeclaration:ra,getTypeScriptMappedTypeModifier:Fs,hasFlowAnnotationComment:Ta,hasFlowShorthandAnnotationComment:Xa,hasLeadingOwnLineComment:Js,hasNakedLeftSide:Ia,hasNode:Qa,hasIgnoreComment:Eu,hasNodeIgnoreComment:pl,identity:ds,isBinaryish:cs,isCallLikeExpression:Rc,isEnabledHackPipeline:wc,isLineComment:na,isPrettierIgnoreComment:Bs,isCallExpression:jl,isMemberExpression:Dl,isExportDeclaration:ka,isFlowAnnotationComment:xs,isFunctionCompositionArgs:Yc,isFunctionNotation:As,isFunctionOrArrowExpression:Ma,isGetterOrSetter:ns,isJestEachTemplateLiteral:xu,isJsxNode:as,isLiteral:ma,isLongCurriedCallExpression:Cc,isSimpleCallArgument:bc,isMemberish:Xo,isNumericLiteral:Zn,isSignedNumericLiteral:la,isObjectProperty:lc,isObjectType:xa,isObjectTypePropertyAFunction:ko,isSimpleType:_l,isSimpleNumber:Zs,isSimpleTemplateLiteral:Wu,isStringLiteral:pa,isStringPropSafeToUnquote:ol,isTemplateOnItsOwnLine:vc,isTestCall:Ps,isTheOnlyJsxElementInMarkdown:ps,isTSXFile:Hl,isTypeAnnotationAFunction:Ws,isNextLineEmpty:xc,needsHardlineAfterDanglingComment:hd,rawText:Ml,shouldPrintComma:Us,isBitwiseOperator:Yr,shouldFlatten:vr,startsWithNoLookaheadToken:$l,getPrecedence:Cr,hasComment:Ru,getComments:Ds,CommentCheckFlags:kl,markerForIfWithoutBlockAndSameLineComment:Jc,isTSTypeExpression:Xd}}}),Zf=Mo({"src/language-js/print/template-literal.js"(Vn,Fi){Fn();var In=Lc(),{getStringWidth:di,getIndentSize:Kn}=Zc(),{builders:{join:On,hardline:Un,softline:Hn,group:ji,indent:Wi,align:da,lineSuffixBoundary:sa,addAlignmentToDoc:fa},printer:{printDocToString:zi},utils:{mapDoc:ta}}=Oc(),{isBinaryish:va,isJestEachTemplateLiteral:qa,isSimpleTemplateLiteral:Xa,hasComment:Ta,isMemberExpression:Qa,isTSTypeExpression:Ia}=Ld();function io(ma,Zn,la){let pa=ma.getValue();if(pa.type==="TemplateLiteral"&&qa(pa,ma.getParentNode())){let as=Ja(ma,la,Zn);if(as)return as}let xa="expressions";pa.type==="TSTemplateLiteralType"&&(xa="types");let Ma=[],Ha=ma.map(Zn,xa),So=Xa(pa);return So&&(Ha=Ha.map(as=>zi(as,Object.assign(Object.assign({},la),{},{printWidth:Number.POSITIVE_INFINITY})).formatted)),Ma.push(sa,"`"),ma.each(as=>{let ps=as.getName();if(Ma.push(Zn()),ps<Ha.length){let{tabWidth:ns}=la,As=as.getValue(),ko=Kn(As.value.raw,ns),Ws=Ha[ps];if(!So){let Xo=pa[xa][ps];(Ta(Xo)||Qa(Xo)||Xo.type==="ConditionalExpression"||Xo.type==="SequenceExpression"||Ia(Xo)||va(Xo))&&(Ws=[Wi([Hn,Ws]),Hn])}let cs=ko===0&&As.value.raw.endsWith(`
`)?da(Number.NEGATIVE_INFINITY,Ws):fa(Ws,ko,ns);Ma.push(ji(["${",cs,sa,"}"]))}},"quasis"),Ma.push("`"),Ma}function Ja(ma,Zn,la){let pa=ma.getNode(),xa=pa.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(xa.length>1||xa.some(Ma=>Ma.length>0)){Zn.__inJestEach=!0;let Ma=ma.map(la,"expressions");Zn.__inJestEach=!1;let Ha=[],So=Ma.map(ko=>"${"+zi(ko,Object.assign(Object.assign({},Zn),{},{printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"})).formatted+"}"),as=[{hasLineBreak:!1,cells:[]}];for(let ko=1;ko<pa.quasis.length;ko++){let Ws=In(as),cs=So[ko-1];Ws.cells.push(cs),cs.includes(`
`)&&(Ws.hasLineBreak=!0),pa.quasis[ko].value.raw.includes(`
`)&&as.push({hasLineBreak:!1,cells:[]})}let ps=Math.max(xa.length,...as.map(ko=>ko.cells.length)),ns=Array.from({length:ps}).fill(0),As=[{cells:xa},...as.filter(ko=>ko.cells.length>0)];for(let{cells:ko}of As.filter(Ws=>!Ws.hasLineBreak))for(let[Ws,cs]of ko.entries())ns[Ws]=Math.max(ns[Ws],di(cs));return Ha.push(sa,"`",Wi([Un,On(Un,As.map(ko=>On(" | ",ko.cells.map((Ws,cs)=>ko.hasLineBreak?Ws:Ws+" ".repeat(ns[cs]-di(Ws))))))]),Un,"`"),Ha}}function hs(ma,Zn){let la=ma.getValue(),pa=Zn();return Ta(la)&&(pa=ji([Wi([Hn,pa]),Hn])),["${",pa,sa,"}"]}function na(ma,Zn){return ma.map(la=>hs(la,Zn),"expressions")}function ka(ma,Zn){return ta(ma,la=>typeof la=="string"?Zn?la.replace(/(\\*)`/g,"$1$1\\`"):ra(la):la)}function ra(ma){return ma.replace(/([\\`]|\${)/g,"\\$1")}Fi.exports={printTemplateLiteral:io,printTemplateExpressions:na,escapeTemplateCharacters:ka,uncookTemplateElementValue:ra}}}),nm=Mo({"src/language-js/embed/markdown.js"(Vn,Fi){Fn();var{builders:{indent:In,softline:di,literalline:Kn,dedentToRoot:On}}=Oc(),{escapeTemplateCharacters:Un}=Zf();function Hn(Wi,da,sa){let fa=Wi.getValue().quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g,(qa,Xa)=>"\\".repeat(Xa.length/2)+"`"),zi=ji(fa),ta=zi!=="";ta&&(fa=fa.replace(new RegExp(`^${zi}`,"gm"),""));let va=Un(sa(fa,{parser:"markdown",__inJsTemplate:!0},{stripTrailingHardline:!0}),!0);return["`",ta?In([di,va]):[Kn,On(va)],di,"`"]}function ji(Wi){let da=Wi.match(/^([^\S\n]*)\S/m);return da===null?"":da[1]}Fi.exports=Hn}}),jf=Mo({"src/language-js/embed/css.js"(Vn,Fi){Fn();var{isNonEmptyArray:In}=Zc(),{builders:{indent:di,hardline:Kn,softline:On},utils:{mapDoc:Un,replaceEndOfLine:Hn,cleanDoc:ji}}=Oc(),{printTemplateExpressions:Wi}=Zf();function da(zi,ta,va){let qa=zi.getValue(),Xa=qa.quasis.map(Ja=>Ja.value.raw),Ta=0,Qa=Xa.reduce((Ja,hs,na)=>na===0?hs:Ja+"@prettier-placeholder-"+Ta+++"-id"+hs,""),Ia=va(Qa,{parser:"scss"},{stripTrailingHardline:!0}),io=Wi(zi,ta);return sa(Ia,qa,io)}function sa(zi,ta,va){if(ta.quasis.length===1&&!ta.quasis[0].value.raw.trim())return"``";let qa=fa(zi,va);if(!qa)throw new Error("Couldn't insert all the expressions");return["`",di([Kn,qa]),On,"`"]}function fa(zi,ta){if(!In(ta))return zi;let va=0,qa=Un(ji(zi),Xa=>typeof Xa!="string"||!Xa.includes("@prettier-placeholder")?Xa:Xa.split(/@prettier-placeholder-(\d+)-id/).map((Ta,Qa)=>Qa%2===0?Hn(Ta):(va++,ta[Ta])));return ta.length===va?qa:null}Fi.exports=da}}),Nh=Mo({"src/language-js/embed/graphql.js"(Vn,Fi){Fn();var{builders:{indent:In,join:di,hardline:Kn}}=Oc(),{escapeTemplateCharacters:On,printTemplateExpressions:Un}=Zf();function Hn(Wi,da,sa){let fa=Wi.getValue(),zi=fa.quasis.length;if(zi===1&&fa.quasis[0].value.raw.trim()==="")return"``";let ta=Un(Wi,da),va=[];for(let qa=0;qa<zi;qa++){let Xa=fa.quasis[qa],Ta=qa===0,Qa=qa===zi-1,Ia=Xa.value.cooked,io=Ia.split(`
`),Ja=io.length,hs=ta[qa],na=Ja>2&&io[0].trim()===""&&io[1].trim()==="",ka=Ja>2&&io[Ja-1].trim()===""&&io[Ja-2].trim()==="",ra=io.every(Zn=>/^\s*(?:#[^\n\r]*)?$/.test(Zn));if(!Qa&&/#[^\n\r]*$/.test(io[Ja-1]))return null;let ma=null;ra?ma=ji(io):ma=sa(Ia,{parser:"graphql"},{stripTrailingHardline:!0}),ma?(ma=On(ma,!1),!Ta&&na&&va.push(""),va.push(ma),!Qa&&ka&&va.push("")):!Ta&&!Qa&&na&&va.push(""),hs&&va.push(hs)}return["`",In([Kn,di(Kn,va)]),Kn,"`"]}function ji(Wi){let da=[],sa=!1,fa=Wi.map(zi=>zi.trim());for(let[zi,ta]of fa.entries())ta!==""&&(fa[zi-1]===""&&sa?da.push([Kn,ta]):da.push(ta),sa=!0);return da.length===0?null:di(Kn,da)}Fi.exports=Hn}}),Gp=Mo({"src/language-js/embed/html.js"(Vn,Fi){Fn();var{builders:{indent:In,line:di,hardline:Kn,group:On},utils:{mapDoc:Un}}=Oc(),{printTemplateExpressions:Hn,uncookTemplateElementValue:ji}=Zf(),Wi=0;function da(sa,fa,zi,ta,va){let{parser:qa}=va,Xa=sa.getValue(),Ta=Wi;Wi=Wi+1>>>0;let Qa=la=>`PRETTIER_HTML_PLACEHOLDER_${la}_${Ta}_IN_JS`,Ia=Xa.quasis.map((la,pa,xa)=>pa===xa.length-1?la.value.cooked:la.value.cooked+Qa(pa)).join(""),io=Hn(sa,fa);if(io.length===0&&Ia.trim().length===0)return"``";let Ja=new RegExp(Qa("(\\d+)"),"g"),hs=0,na=zi(Ia,{parser:qa,__onHtmlRoot(la){hs=la.children.length}},{stripTrailingHardline:!0}),ka=Un(na,la=>{if(typeof la!="string")return la;let pa=[],xa=la.split(Ja);for(let Ma=0;Ma<xa.length;Ma++){let Ha=xa[Ma];if(Ma%2===0){Ha&&(Ha=ji(Ha),ta.__embeddedInHtml&&(Ha=Ha.replace(/<\/(script)\b/gi,"<\\/$1")),pa.push(Ha));continue}let So=Number(Ha);pa.push(io[So])}return pa}),ra=/^\s/.test(Ia)?" ":"",ma=/\s$/.test(Ia)?" ":"",Zn=ta.htmlWhitespaceSensitivity==="ignore"?Kn:ra&&ma?di:null;return On(Zn?["`",In([Zn,On(ka)]),Zn,"`"]:["`",ra,hs>1?In(On(ka)):On(ka),ma,"`"])}Fi.exports=da}}),Wp=Mo({"src/language-js/embed.js"(Vn,Fi){Fn();var{hasComment:In,CommentCheckFlags:di,isObjectProperty:Kn}=Ld(),On=nm(),Un=jf(),Hn=Nh(),ji=Gp();function Wi(na){if(fa(na)||qa(na)||Xa(na)||zi(na))return"css";if(Ia(na))return"graphql";if(Ja(na))return"html";if(ta(na))return"angular";if(sa(na))return"markdown"}function da(na,ka,ra,ma){let Zn=na.getValue();if(Zn.type!=="TemplateLiteral"||hs(Zn))return;let la=Wi(na);if(la){if(la==="markdown")return On(na,ka,ra);if(la==="css")return Un(na,ka,ra);if(la==="graphql")return Hn(na,ka,ra);if(la==="html"||la==="angular")return ji(na,ka,ra,ma,{parser:la})}}function sa(na){let ka=na.getValue(),ra=na.getParentNode();return ra&&ra.type==="TaggedTemplateExpression"&&ka.quasis.length===1&&ra.tag.type==="Identifier"&&(ra.tag.name==="md"||ra.tag.name==="markdown")}function fa(na){let ka=na.getValue(),ra=na.getParentNode(),ma=na.getParentNode(1);return ma&&ka.quasis&&ra.type==="JSXExpressionContainer"&&ma.type==="JSXElement"&&ma.openingElement.name.name==="style"&&ma.openingElement.attributes.some(Zn=>Zn.name.name==="jsx")||ra&&ra.type==="TaggedTemplateExpression"&&ra.tag.type==="Identifier"&&ra.tag.name==="css"||ra&&ra.type==="TaggedTemplateExpression"&&ra.tag.type==="MemberExpression"&&ra.tag.object.name==="css"&&(ra.tag.property.name==="global"||ra.tag.property.name==="resolve")}function zi(na){return na.match(ka=>ka.type==="TemplateLiteral",(ka,ra)=>ka.type==="ArrayExpression"&&ra==="elements",(ka,ra)=>Kn(ka)&&ka.key.type==="Identifier"&&ka.key.name==="styles"&&ra==="value",...va)}function ta(na){return na.match(ka=>ka.type==="TemplateLiteral",(ka,ra)=>Kn(ka)&&ka.key.type==="Identifier"&&ka.key.name==="template"&&ra==="value",...va)}var va=[(na,ka)=>na.type==="ObjectExpression"&&ka==="properties",(na,ka)=>na.type==="CallExpression"&&na.callee.type==="Identifier"&&na.callee.name==="Component"&&ka==="arguments",(na,ka)=>na.type==="Decorator"&&ka==="expression"];function qa(na){let ka=na.getParentNode();if(!ka||ka.type!=="TaggedTemplateExpression")return!1;let ra=ka.tag.type==="ParenthesizedExpression"?ka.tag.expression:ka.tag;switch(ra.type){case"MemberExpression":return Ta(ra.object)||Qa(ra);case"CallExpression":return Ta(ra.callee)||ra.callee.type==="MemberExpression"&&(ra.callee.object.type==="MemberExpression"&&(Ta(ra.callee.object.object)||Qa(ra.callee.object))||ra.callee.object.type==="CallExpression"&&Ta(ra.callee.object.callee));case"Identifier":return ra.name==="css";default:return!1}}function Xa(na){let ka=na.getParentNode(),ra=na.getParentNode(1);return ra&&ka.type==="JSXExpressionContainer"&&ra.type==="JSXAttribute"&&ra.name.type==="JSXIdentifier"&&ra.name.name==="css"}function Ta(na){return na.type==="Identifier"&&na.name==="styled"}function Qa(na){return/^[A-Z]/.test(na.object.name)&&na.property.name==="extend"}function Ia(na){let ka=na.getValue(),ra=na.getParentNode();return io(ka,"GraphQL")||ra&&(ra.type==="TaggedTemplateExpression"&&(ra.tag.type==="MemberExpression"&&ra.tag.object.name==="graphql"&&ra.tag.property.name==="experimental"||ra.tag.type==="Identifier"&&(ra.tag.name==="gql"||ra.tag.name==="graphql"))||ra.type==="CallExpression"&&ra.callee.type==="Identifier"&&ra.callee.name==="graphql")}function io(na,ka){return In(na,di.Block|di.Leading,ra=>{let{value:ma}=ra;return ma===` ${ka} `})}function Ja(na){return io(na.getValue(),"HTML")||na.match(ka=>ka.type==="TemplateLiteral",(ka,ra)=>ka.type==="TaggedTemplateExpression"&&ka.tag.type==="Identifier"&&ka.tag.name==="html"&&ra==="quasi")}function hs(na){let{quasis:ka}=na;return ka.some(ra=>{let{value:{cooked:ma}}=ra;return ma===null})}Fi.exports=da}}),Nm=Mo({"src/language-js/clean.js"(Vn,Fi){Fn();var In=Bd(),di=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),Kn=Un=>{for(let Hn of Un.quasis)delete Hn.value};function On(Un,Hn,ji){if(Un.type==="Program"&&delete Hn.sourceType,(Un.type==="BigIntLiteral"||Un.type==="BigIntLiteralTypeAnnotation")&&Hn.value&&(Hn.value=Hn.value.toLowerCase()),(Un.type==="BigIntLiteral"||Un.type==="Literal")&&Hn.bigint&&(Hn.bigint=Hn.bigint.toLowerCase()),Un.type==="DecimalLiteral"&&(Hn.value=Number(Hn.value)),Un.type==="Literal"&&Hn.decimal&&(Hn.decimal=Number(Hn.decimal)),Un.type==="EmptyStatement"||Un.type==="JSXText"||Un.type==="JSXExpressionContainer"&&(Un.expression.type==="Literal"||Un.expression.type==="StringLiteral")&&Un.expression.value===" ")return null;if((Un.type==="Property"||Un.type==="ObjectProperty"||Un.type==="MethodDefinition"||Un.type==="ClassProperty"||Un.type==="ClassMethod"||Un.type==="PropertyDefinition"||Un.type==="TSDeclareMethod"||Un.type==="TSPropertySignature"||Un.type==="ObjectTypeProperty")&&typeof Un.key=="object"&&Un.key&&(Un.key.type==="Literal"||Un.key.type==="NumericLiteral"||Un.key.type==="StringLiteral"||Un.key.type==="Identifier")&&delete Hn.key,Un.type==="JSXElement"&&Un.openingElement.name.name==="style"&&Un.openingElement.attributes.some(sa=>sa.name.name==="jsx"))for(let{type:sa,expression:fa}of Hn.children)sa==="JSXExpressionContainer"&&fa.type==="TemplateLiteral"&&Kn(fa);Un.type==="JSXAttribute"&&Un.name.name==="css"&&Un.value.type==="JSXExpressionContainer"&&Un.value.expression.type==="TemplateLiteral"&&Kn(Hn.value.expression),Un.type==="JSXAttribute"&&Un.value&&Un.value.type==="Literal"&&/["']|&quot;|&apos;/.test(Un.value.value)&&(Hn.value.value=Hn.value.value.replace(/["']|&quot;|&apos;/g,'"'));let Wi=Un.expression||Un.callee;if(Un.type==="Decorator"&&Wi.type==="CallExpression"&&Wi.callee.name==="Component"&&Wi.arguments.length===1){let sa=Un.expression.arguments[0].properties;for(let[fa,zi]of Hn.expression.arguments[0].properties.entries())switch(sa[fa].key.name){case"styles":zi.value.type==="ArrayExpression"&&Kn(zi.value.elements[0]);break;case"template":zi.value.type==="TemplateLiteral"&&Kn(zi.value);break}}if(Un.type==="TaggedTemplateExpression"&&(Un.tag.type==="MemberExpression"||Un.tag.type==="Identifier"&&(Un.tag.name==="gql"||Un.tag.name==="graphql"||Un.tag.name==="css"||Un.tag.name==="md"||Un.tag.name==="markdown"||Un.tag.name==="html")||Un.tag.type==="CallExpression")&&Kn(Hn.quasi),Un.type==="TemplateLiteral"){var da;(!((da=Un.leadingComments)===null||da===void 0)&&da.some(sa=>In(sa)&&["GraphQL","HTML"].some(fa=>sa.value===` ${fa} `))||ji.type==="CallExpression"&&ji.callee.name==="graphql"||!Un.leadingComments)&&Kn(Hn)}if(Un.type==="InterpreterDirective"&&(Hn.value=Hn.value.trimEnd()),(Un.type==="TSIntersectionType"||Un.type==="TSUnionType")&&Un.types.length===1)return Hn.types[0]}On.ignoredProperties=di,Fi.exports=On}}),Am={};_u(Am,{EOL:()=>os,arch:()=>$o,cpus:()=>ys,default:()=>Os,endianness:()=>Np,freemem:()=>Lm,getNetworkInterfaces:()=>bo,hostname:()=>im,loadavg:()=>Vh,networkInterfaces:()=>Go,platform:()=>Jo,release:()=>Yo,tmpDir:()=>Co,tmpdir:()=>vo,totalmem:()=>Ls,type:()=>Po,uptime:()=>lh});function Np(){if(typeof us>"u"){var Vn=new ArrayBuffer(2),Fi=new Uint8Array(Vn),In=new Uint16Array(Vn);if(Fi[0]=1,Fi[1]=2,In[0]===258)us="BE";else if(In[0]===513)us="LE";else throw new Error("unable to figure out endianess")}return us}function im(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function Vh(){return[]}function lh(){return 0}function Lm(){return Number.MAX_VALUE}function Ls(){return Number.MAX_VALUE}function ys(){return[]}function Po(){return"Browser"}function Yo(){return typeof globalThis.navigator<"u"?globalThis.navigator.appVersion:""}function Go(){}function bo(){}function $o(){return"javascript"}function Jo(){return"browser"}function Co(){return"/tmp"}var us,vo,os,Os,ws=Zl({"node-modules-polyfills:os"(){Fn(),vo=Co,os=`
`,Os={EOL:os,tmpdir:vo,tmpDir:Co,networkInterfaces:Go,getNetworkInterfaces:bo,release:Yo,type:Po,cpus:ys,totalmem:Ls,freemem:Lm,uptime:lh,loadavg:Vh,hostname:im,endianness:Np}}}),Vs=Mo({"node-modules-polyfills-commonjs:os"(Vn,Fi){Fn();var In=(ws(),Iu(Am));if(In&&In.default){Fi.exports=In.default;for(let di in In)Fi.exports[di]=In[di]}else In&&(Fi.exports=In)}}),al=Mo({"node_modules/detect-newline/index.js"(Vn,Fi){Fn();var In=di=>{if(typeof di!="string")throw new TypeError("Expected a string");let Kn=di.match(/(?:\r?\n)/g)||[];if(Kn.length===0)return;let On=Kn.filter(Hn=>Hn===`\r
`).length,Un=Kn.length-On;return On>Un?`\r
`:`
`};Fi.exports=In,Fi.exports.graceful=di=>typeof di=="string"&&In(di)||`
`}}),Ys=Mo({"node_modules/jest-docblock/build/index.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.extract=zi,Vn.parse=va,Vn.parseWithComments=qa,Vn.print=Xa,Vn.strip=ta;function Fi(){let Qa=Vs();return Fi=function(){return Qa},Qa}function In(){let Qa=di(al());return In=function(){return Qa},Qa}function di(Qa){return Qa&&Qa.__esModule?Qa:{default:Qa}}var Kn=/\*\/$/,On=/^\/\*\*?/,Un=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Hn=/(^|\s+)\/\/([^\r\n]*)/g,ji=/^(\r?\n)+/,Wi=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,da=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,sa=/(\r?\n|^) *\* ?/g,fa=[];function zi(Qa){let Ia=Qa.match(Un);return Ia?Ia[0].trimLeft():""}function ta(Qa){let Ia=Qa.match(Un);return Ia&&Ia[0]?Qa.substring(Ia[0].length):Qa}function va(Qa){return qa(Qa).pragmas}function qa(Qa){let Ia=(0,In().default)(Qa)||Fi().EOL;Qa=Qa.replace(On,"").replace(Kn,"").replace(sa,"$1");let io="";for(;io!==Qa;)io=Qa,Qa=Qa.replace(Wi,`${Ia}$1 $2${Ia}`);Qa=Qa.replace(ji,"").trimRight();let Ja=Object.create(null),hs=Qa.replace(da,"").replace(ji,"").trimRight(),na;for(;na=da.exec(Qa);){let ka=na[2].replace(Hn,"");typeof Ja[na[1]]=="string"||Array.isArray(Ja[na[1]])?Ja[na[1]]=fa.concat(Ja[na[1]],ka):Ja[na[1]]=ka}return{comments:hs,pragmas:Ja}}function Xa(Qa){let{comments:Ia="",pragmas:io={}}=Qa,Ja=(0,In().default)(Ia)||Fi().EOL,hs="/**",na=" *",ka=" */",ra=Object.keys(io),ma=ra.map(la=>Ta(la,io[la])).reduce((la,pa)=>la.concat(pa),[]).map(la=>`${na} ${la}${Ja}`).join("");if(!Ia){if(ra.length===0)return"";if(ra.length===1&&!Array.isArray(io[ra[0]])){let la=io[ra[0]];return`${hs} ${Ta(ra[0],la)[0]}${ka}`}}let Zn=Ia.split(Ja).map(la=>`${na} ${la}`).join(Ja)+Ja;return hs+Ja+(Ia?Zn:"")+(Ia&&ra.length?na+Ja:"")+ma+ka}function Ta(Qa,Ia){return fa.concat(Ia).map(io=>`@${Qa} ${io}`.trim())}}}),Pl=Mo({"src/language-js/utils/get-shebang.js"(Vn,Fi){Fn();function In(di){if(!di.startsWith("#!"))return"";let Kn=di.indexOf(`
`);return Kn===-1?di:di.slice(0,Kn)}Fi.exports=In}}),ms=Mo({"src/language-js/pragma.js"(Vn,Fi){Fn();var{parseWithComments:In,strip:di,extract:Kn,print:On}=Ys(),{normalizeEndOfLine:Un}=cc(),Hn=Pl();function ji(sa){let fa=Hn(sa);fa&&(sa=sa.slice(fa.length+1));let zi=Kn(sa),{pragmas:ta,comments:va}=In(zi);return{shebang:fa,text:sa,pragmas:ta,comments:va}}function Wi(sa){let fa=Object.keys(ji(sa).pragmas);return fa.includes("prettier")||fa.includes("format")}function da(sa){let{shebang:fa,text:zi,pragmas:ta,comments:va}=ji(sa),qa=di(zi),Xa=On({pragmas:Object.assign({format:""},ta),comments:va.trimStart()});return(fa?`${fa}
`:"")+Un(Xa)+(qa.startsWith(`
`)?`
`:`
`)+qa}Fi.exports={hasPragma:Wi,insertPragma:da}}}),Cl=Mo({"src/language-js/utils/is-type-cast-comment.js"(Vn,Fi){Fn();var In=Bd();function di(Kn){return In(Kn)&&Kn.value[0]==="*"&&/@(?:type|satisfies)\b/.test(Kn.value)}Fi.exports=di}}),Rs=Mo({"src/language-js/comments.js"(Vn,Fi){Fn();var{getLast:In,hasNewline:di,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Kn,getNextNonSpaceNonCommentCharacter:On,hasNewlineInRange:Un,addLeadingComment:Hn,addTrailingComment:ji,addDanglingComment:Wi,getNextNonSpaceNonCommentCharacterIndex:da,isNonEmptyArray:sa}=Zc(),{getFunctionParameters:fa,isPrettierIgnoreComment:zi,isJsxNode:ta,hasFlowShorthandAnnotationComment:va,hasFlowAnnotationComment:qa,hasIgnoreComment:Xa,isCallLikeExpression:Ta,getCallArguments:Qa,isCallExpression:Ia,isMemberExpression:io,isObjectProperty:Ja,isLineComment:hs,getComments:na,CommentCheckFlags:ka,markerForIfWithoutBlockAndSameLineComment:ra}=Ld(),{locStart:ma,locEnd:Zn}=Of(),la=Bd(),pa=Cl();function xa(fr){return[ds,Wu,Ws,ns,As,ko,_l,yu,ol,xu,vc,hd,Ul,Fs,xs].some(vr=>vr(fr))}function Ma(fr){return[ps,Wu,cs,vc,ns,As,ko,_l,Fs,Js,Zs,xu,bc,xs,Us].some(vr=>vr(fr))}function Ha(fr){return[ds,ns,As,Xo,Dl,Ul,xu,jl,Ps,Hl,xs,Ml].some(vr=>vr(fr))}function So(fr,vr){let Er=(fr.body||fr.properties).find(Cr=>{let{type:Yr}=Cr;return Yr!=="EmptyStatement"});Er?Hn(Er,vr):Wi(fr,vr)}function as(fr,vr){fr.type==="BlockStatement"?So(fr,vr):Hn(fr,vr)}function ps(fr){let{comment:vr,followingNode:Er}=fr;return Er&&pa(vr)?(Hn(Er,vr),!0):!1}function ns(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,followingNode:Yr,text:Rn}=fr;if((Cr==null?void 0:Cr.type)!=="IfStatement"||!Yr)return!1;if(On(Rn,vr,Zn)===")")return ji(Er,vr),!0;if(Er===Cr.consequent&&Yr===Cr.alternate){if(Er.type==="BlockStatement")ji(Er,vr);else{let mi=vr.type==="SingleLine"||vr.loc.start.line===vr.loc.end.line,Ui=vr.loc.start.line===Er.loc.start.line;mi&&Ui?Wi(Er,vr,ra):Wi(Cr,vr)}return!0}return Yr.type==="BlockStatement"?(So(Yr,vr),!0):Yr.type==="IfStatement"?(as(Yr.consequent,vr),!0):Cr.consequent===Yr?(Hn(Yr,vr),!0):!1}function As(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,followingNode:Yr,text:Rn}=fr;return(Cr==null?void 0:Cr.type)!=="WhileStatement"||!Yr?!1:On(Rn,vr,Zn)===")"?(ji(Er,vr),!0):Yr.type==="BlockStatement"?(So(Yr,vr),!0):Cr.body===Yr?(Hn(Yr,vr),!0):!1}function ko(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,followingNode:Yr}=fr;return(Cr==null?void 0:Cr.type)!=="TryStatement"&&(Cr==null?void 0:Cr.type)!=="CatchClause"||!Yr?!1:Cr.type==="CatchClause"&&Er?(ji(Er,vr),!0):Yr.type==="BlockStatement"?(So(Yr,vr),!0):Yr.type==="TryStatement"?(as(Yr.finalizer,vr),!0):Yr.type==="CatchClause"?(as(Yr.body,vr),!0):!1}function Ws(fr){let{comment:vr,enclosingNode:Er,followingNode:Cr}=fr;return io(Er)&&(Cr==null?void 0:Cr.type)==="Identifier"?(Hn(Er,vr),!0):!1}function cs(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,followingNode:Yr,text:Rn}=fr,mi=Er&&!Un(Rn,Zn(Er),ma(vr));return(!Er||!mi)&&((Cr==null?void 0:Cr.type)==="ConditionalExpression"||(Cr==null?void 0:Cr.type)==="TSConditionalType")&&Yr?(Hn(Yr,vr),!0):!1}function Xo(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr}=fr;return Ja(Cr)&&Cr.shorthand&&Cr.key===Er&&Cr.value.type==="AssignmentPattern"?(ji(Cr.value.left,vr),!0):!1}var Ms=new Set(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function _l(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,followingNode:Yr}=fr;if(Ms.has(Cr==null?void 0:Cr.type)){if(sa(Cr.decorators)&&!(Yr&&Yr.type==="Decorator"))return ji(In(Cr.decorators),vr),!0;if(Cr.body&&Yr===Cr.body)return So(Cr.body,vr),!0;if(Yr){if(Cr.superClass&&Yr===Cr.superClass&&Er&&(Er===Cr.id||Er===Cr.typeParameters))return ji(Er,vr),!0;for(let Rn of["implements","extends","mixins"])if(Cr[Rn]&&Yr===Cr[Rn][0])return Er&&(Er===Cr.id||Er===Cr.typeParameters||Er===Cr.superClass)?ji(Er,vr):Wi(Cr,vr,Rn),!0}}return!1}var Xs=new Set(["ClassMethod","ClassProperty","PropertyDefinition","TSAbstractPropertyDefinition","TSAbstractMethodDefinition","TSDeclareMethod","MethodDefinition","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty"]);function Ul(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,text:Yr}=fr;return Cr&&Er&&On(Yr,vr,Zn)==="("&&(Cr.type==="Property"||Cr.type==="TSDeclareMethod"||Cr.type==="TSAbstractMethodDefinition")&&Er.type==="Identifier"&&Cr.key===Er&&On(Yr,Er,Zn)!==":"||(Er==null?void 0:Er.type)==="Decorator"&&Xs.has(Cr==null?void 0:Cr.type)?(ji(Er,vr),!0):!1}var ss=new Set(["FunctionDeclaration","FunctionExpression","ClassMethod","MethodDefinition","ObjectMethod"]);function Ps(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,text:Yr}=fr;return On(Yr,vr,Zn)!=="("?!1:Er&&ss.has(Cr==null?void 0:Cr.type)?(ji(Er,vr),!0):!1}function jl(fr){let{comment:vr,enclosingNode:Er,text:Cr}=fr;if((Er==null?void 0:Er.type)!=="ArrowFunctionExpression")return!1;let Yr=da(Cr,vr,Zn);return Yr!==!1&&Cr.slice(Yr,Yr+2)==="=>"?(Wi(Er,vr),!0):!1}function Dl(fr){let{comment:vr,enclosingNode:Er,text:Cr}=fr;return On(Cr,vr,Zn)!==")"?!1:Er&&($l(Er)&&fa(Er).length===0||Ta(Er)&&Qa(Er).length===0)?(Wi(Er,vr),!0):((Er==null?void 0:Er.type)==="MethodDefinition"||(Er==null?void 0:Er.type)==="TSAbstractMethodDefinition")&&fa(Er.value).length===0?(Wi(Er.value,vr),!0):!1}function Wu(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,followingNode:Yr,text:Rn}=fr;if((Er==null?void 0:Er.type)==="FunctionTypeParam"&&(Cr==null?void 0:Cr.type)==="FunctionTypeAnnotation"&&(Yr==null?void 0:Yr.type)!=="FunctionTypeParam"||((Er==null?void 0:Er.type)==="Identifier"||(Er==null?void 0:Er.type)==="AssignmentPattern")&&Cr&&$l(Cr)&&On(Rn,vr,Zn)===")")return ji(Er,vr),!0;if((Cr==null?void 0:Cr.type)==="FunctionDeclaration"&&(Yr==null?void 0:Yr.type)==="BlockStatement"){let mi=(()=>{let Ui=fa(Cr);if(Ui.length>0)return Kn(Rn,Zn(In(Ui)));let Aa=Kn(Rn,Zn(Cr.id));return Aa!==!1&&Kn(Rn,Aa+1)})();if(ma(vr)>mi)return So(Yr,vr),!0}return!1}function Fs(fr){let{comment:vr,enclosingNode:Er}=fr;return(Er==null?void 0:Er.type)==="LabeledStatement"?(Hn(Er,vr),!0):!1}function xs(fr){let{comment:vr,enclosingNode:Er}=fr;return((Er==null?void 0:Er.type)==="ContinueStatement"||(Er==null?void 0:Er.type)==="BreakStatement")&&!Er.label?(ji(Er,vr),!0):!1}function Js(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr}=fr;return Ia(Cr)&&Er&&Cr.callee===Er&&Cr.arguments.length>0?(Hn(Cr.arguments[0],vr),!0):!1}function ol(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,followingNode:Yr}=fr;return(Cr==null?void 0:Cr.type)==="UnionTypeAnnotation"||(Cr==null?void 0:Cr.type)==="TSUnionType"?(zi(vr)&&(Yr.prettierIgnore=!0,vr.unignore=!0),Er?(ji(Er,vr),!0):!1):(((Yr==null?void 0:Yr.type)==="UnionTypeAnnotation"||(Yr==null?void 0:Yr.type)==="TSUnionType")&&zi(vr)&&(Yr.types[0].prettierIgnore=!0,vr.unignore=!0),!1)}function Zs(fr){let{comment:vr,enclosingNode:Er}=fr;return Ja(Er)?(Hn(Er,vr),!0):!1}function xu(fr){let{comment:vr,enclosingNode:Er,followingNode:Cr,ast:Yr,isLastComment:Rn}=fr;return Yr&&Yr.body&&Yr.body.length===0?(Rn?Wi(Yr,vr):Hn(Yr,vr),!0):(Er==null?void 0:Er.type)==="Program"&&(Er==null?void 0:Er.body.length)===0&&!sa(Er.directives)?(Rn?Wi(Er,vr):Hn(Er,vr),!0):(Cr==null?void 0:Cr.type)==="Program"&&(Cr==null?void 0:Cr.body.length)===0&&(Er==null?void 0:Er.type)==="ModuleExpression"?(Wi(Cr,vr),!0):!1}function yu(fr){let{comment:vr,enclosingNode:Er}=fr;return(Er==null?void 0:Er.type)==="ForInStatement"||(Er==null?void 0:Er.type)==="ForOfStatement"?(Hn(Er,vr),!0):!1}function vc(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,text:Yr}=fr;if((Cr==null?void 0:Cr.type)==="ImportSpecifier"||(Cr==null?void 0:Cr.type)==="ExportSpecifier")return Hn(Cr,vr),!0;let Rn=(Er==null?void 0:Er.type)==="ImportSpecifier"&&(Cr==null?void 0:Cr.type)==="ImportDeclaration",mi=(Er==null?void 0:Er.type)==="ExportSpecifier"&&(Cr==null?void 0:Cr.type)==="ExportNamedDeclaration";return(Rn||mi)&&di(Yr,Zn(vr))?(ji(Er,vr),!0):!1}function hd(fr){let{comment:vr,enclosingNode:Er}=fr;return(Er==null?void 0:Er.type)==="AssignmentPattern"?(Hn(Er,vr),!0):!1}var Yc=new Set(["VariableDeclarator","AssignmentExpression","TypeAlias","TSTypeAliasDeclaration"]),Cc=new Set(["ObjectExpression","ArrayExpression","TemplateLiteral","TaggedTemplateExpression","ObjectTypeAnnotation","TSTypeLiteral"]);function bc(fr){let{comment:vr,enclosingNode:Er,followingNode:Cr}=fr;return Yc.has(Er==null?void 0:Er.type)&&Cr&&(Cc.has(Cr.type)||la(vr))?(Hn(Cr,vr),!0):!1}function Ml(fr){let{comment:vr,enclosingNode:Er,followingNode:Cr,text:Yr}=fr;return!Cr&&((Er==null?void 0:Er.type)==="TSMethodSignature"||(Er==null?void 0:Er.type)==="TSDeclareFunction"||(Er==null?void 0:Er.type)==="TSAbstractMethodDefinition")&&On(Yr,vr,Zn)===";"?(ji(Er,vr),!0):!1}function ds(fr){let{comment:vr,enclosingNode:Er,followingNode:Cr}=fr;if(zi(vr)&&(Er==null?void 0:Er.type)==="TSMappedType"&&(Cr==null?void 0:Cr.type)==="TSTypeParameter"&&Cr.constraint)return Er.prettierIgnore=!0,vr.unignore=!0,!0}function Hl(fr){let{comment:vr,precedingNode:Er,enclosingNode:Cr,followingNode:Yr}=fr;return(Cr==null?void 0:Cr.type)!=="TSMappedType"?!1:(Yr==null?void 0:Yr.type)==="TSTypeParameter"&&Yr.name?(Hn(Yr.name,vr),!0):(Er==null?void 0:Er.type)==="TSTypeParameter"&&Er.constraint?(ji(Er.constraint,vr),!0):!1}function Us(fr){let{comment:vr,enclosingNode:Er,followingNode:Cr}=fr;return!Er||Er.type!=="SwitchCase"||Er.test||!Cr||Cr!==Er.consequent[0]?!1:(Cr.type==="BlockStatement"&&hs(vr)?So(Cr,vr):Wi(Er,vr),!0)}function $l(fr){return fr.type==="ArrowFunctionExpression"||fr.type==="FunctionExpression"||fr.type==="FunctionDeclaration"||fr.type==="ObjectMethod"||fr.type==="ClassMethod"||fr.type==="TSDeclareFunction"||fr.type==="TSCallSignatureDeclaration"||fr.type==="TSConstructSignatureDeclaration"||fr.type==="TSMethodSignature"||fr.type==="TSConstructorType"||fr.type==="TSFunctionType"||fr.type==="TSDeclareMethod"}function fc(fr,vr){if((vr.parser==="typescript"||vr.parser==="flow"||vr.parser==="acorn"||vr.parser==="espree"||vr.parser==="meriyah"||vr.parser==="__babel_estree")&&fr.type==="MethodDefinition"&&fr.value&&fr.value.type==="FunctionExpression"&&fa(fr.value).length===0&&!fr.value.returnType&&!sa(fr.value.typeParameters)&&fr.value.body)return[...fr.decorators||[],fr.key,fr.value.body]}function rr(fr){let vr=fr.getValue(),Er=fr.getParentNode(),Cr=Yr=>qa(na(Yr,ka.Leading))||qa(na(Yr,ka.Trailing));return(vr&&(ta(vr)||va(vr)||Ia(Er)&&Cr(vr))||Er&&(Er.type==="JSXSpreadAttribute"||Er.type==="JSXSpreadChild"||Er.type==="UnionTypeAnnotation"||Er.type==="TSUnionType"||(Er.type==="ClassDeclaration"||Er.type==="ClassExpression")&&Er.superClass===vr))&&(!Xa(fr)||Er.type==="UnionTypeAnnotation"||Er.type==="TSUnionType")}Fi.exports={handleOwnLineComment:xa,handleEndOfLineComment:Ma,handleRemainingComment:Ha,getCommentChildNodes:fc,willPrintOwnComments:rr}}}),Is=Mo({"src/language-js/needs-parens.js"(Vn,Fi){Fn();var In=Lc(),di=Yh(),{getFunctionParameters:Kn,getLeftSidePathName:On,hasFlowShorthandAnnotationComment:Un,hasNakedLeftSide:Hn,hasNode:ji,isBitwiseOperator:Wi,startsWithNoLookaheadToken:da,shouldFlatten:sa,getPrecedence:fa,isCallExpression:zi,isMemberExpression:ta,isObjectProperty:va,isTSTypeExpression:qa}=Ld();function Xa(na,ka){let ra=na.getParentNode();if(!ra)return!1;let ma=na.getName(),Zn=na.getNode();if(ka.__isInHtmlInterpolation&&!ka.bracketSpacing&&io(Zn)&&Ja(na))return!0;if(Ta(Zn))return!1;if(ka.parser!=="flow"&&Un(na.getValue()))return!0;if(Zn.type==="Identifier"){if(Zn.extra&&Zn.extra.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(Zn.name)||ma==="left"&&(Zn.name==="async"&&!ra.await||Zn.name==="let")&&ra.type==="ForOfStatement")return!0;if(Zn.name==="let"){var la;let xa=(la=na.findAncestor(Ma=>Ma.type==="ForOfStatement"))===null||la===void 0?void 0:la.left;if(xa&&da(xa,Ma=>Ma===Zn))return!0}if(ma==="object"&&Zn.name==="let"&&ra.type==="MemberExpression"&&ra.computed&&!ra.optional){let xa=na.findAncestor(Ha=>Ha.type==="ExpressionStatement"||Ha.type==="ForStatement"||Ha.type==="ForInStatement"),Ma=xa?xa.type==="ExpressionStatement"?xa.expression:xa.type==="ForStatement"?xa.init:xa.left:void 0;if(Ma&&da(Ma,Ha=>Ha===Zn))return!0}return!1}if(Zn.type==="ObjectExpression"||Zn.type==="FunctionExpression"||Zn.type==="ClassExpression"||Zn.type==="DoExpression"){var pa;let xa=(pa=na.findAncestor(Ma=>Ma.type==="ExpressionStatement"))===null||pa===void 0?void 0:pa.expression;if(xa&&da(xa,Ma=>Ma===Zn))return!0}switch(ra.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":{if(ma==="superClass"&&(Zn.type==="ArrowFunctionExpression"||Zn.type==="AssignmentExpression"||Zn.type==="AwaitExpression"||Zn.type==="BinaryExpression"||Zn.type==="ConditionalExpression"||Zn.type==="LogicalExpression"||Zn.type==="NewExpression"||Zn.type==="ObjectExpression"||Zn.type==="SequenceExpression"||Zn.type==="TaggedTemplateExpression"||Zn.type==="UnaryExpression"||Zn.type==="UpdateExpression"||Zn.type==="YieldExpression"||Zn.type==="TSNonNullExpression"))return!0;break}case"ExportDefaultDeclaration":return hs(na,ka)||Zn.type==="SequenceExpression";case"Decorator":{if(ma==="expression"){if(ta(Zn)&&Zn.computed)return!0;let xa=!1,Ma=!1,Ha=Zn;for(;Ha;)switch(Ha.type){case"MemberExpression":Ma=!0,Ha=Ha.object;break;case"CallExpression":if(Ma||xa)return ka.parser!=="typescript";xa=!0,Ha=Ha.callee;break;case"Identifier":return!1;case"TaggedTemplateExpression":return ka.parser!=="typescript";default:return!0}return!0}break}case"ArrowFunctionExpression":{if(ma==="body"&&Zn.type!=="SequenceExpression"&&da(Zn,xa=>xa.type==="ObjectExpression"))return!0;break}}switch(Zn.type){case"UpdateExpression":if(ra.type==="UnaryExpression")return Zn.prefix&&(Zn.operator==="++"&&ra.operator==="+"||Zn.operator==="--"&&ra.operator==="-");case"UnaryExpression":switch(ra.type){case"UnaryExpression":return Zn.operator===ra.operator&&(Zn.operator==="+"||Zn.operator==="-");case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return ma==="object";case"TaggedTemplateExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return ma==="callee";case"BinaryExpression":return ma==="left"&&ra.operator==="**";case"TSNonNullExpression":return!0;default:return!1}case"BinaryExpression":{if(ra.type==="UpdateExpression"||Zn.operator==="in"&&Qa(na))return!0;if(Zn.operator==="|>"&&Zn.extra&&Zn.extra.parenthesized){let xa=na.getParentNode(1);if(xa.type==="BinaryExpression"&&xa.operator==="|>")return!0}}case"TSTypeAssertion":case"TSAsExpression":case"TSSatisfiesExpression":case"LogicalExpression":switch(ra.type){case"TSSatisfiesExpression":case"TSAsExpression":return!qa(Zn);case"ConditionalExpression":return qa(Zn);case"CallExpression":case"NewExpression":case"OptionalCallExpression":return ma==="callee";case"ClassExpression":case"ClassDeclaration":return ma==="superClass";case"TSTypeAssertion":case"TaggedTemplateExpression":case"UnaryExpression":case"JSXSpreadAttribute":case"SpreadElement":case"SpreadProperty":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return ma==="object";case"AssignmentExpression":case"AssignmentPattern":return ma==="left"&&(Zn.type==="TSTypeAssertion"||qa(Zn));case"LogicalExpression":if(Zn.type==="LogicalExpression")return ra.operator!==Zn.operator;case"BinaryExpression":{let{operator:xa,type:Ma}=Zn;if(!xa&&Ma!=="TSTypeAssertion")return!0;let Ha=fa(xa),So=ra.operator,as=fa(So);return as>Ha||ma==="right"&&as===Ha||as===Ha&&!sa(So,xa)?!0:as<Ha&&xa==="%"?So==="+"||So==="-":!!Wi(So)}default:return!1}case"SequenceExpression":switch(ra.type){case"ReturnStatement":return!1;case"ForStatement":return!1;case"ExpressionStatement":return ma!=="expression";case"ArrowFunctionExpression":return ma!=="body";default:return!0}case"YieldExpression":if(ra.type==="UnaryExpression"||ra.type==="AwaitExpression"||qa(ra)||ra.type==="TSNonNullExpression")return!0;case"AwaitExpression":switch(ra.type){case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"SpreadElement":case"SpreadProperty":case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return ma==="object";case"NewExpression":case"CallExpression":case"OptionalCallExpression":return ma==="callee";case"ConditionalExpression":return ma==="test";case"BinaryExpression":return!(!Zn.argument&&ra.operator==="|>");default:return!1}case"TSConditionalType":case"TSFunctionType":case"TSConstructorType":if(ma==="extendsType"&&ra.type==="TSConditionalType"){if(Zn.type==="TSConditionalType")return!0;let{typeAnnotation:xa}=Zn.returnType||Zn.typeAnnotation;if(xa.type==="TSTypePredicate"&&xa.typeAnnotation&&(xa=xa.typeAnnotation.typeAnnotation),xa.type==="TSInferType"&&xa.typeParameter.constraint)return!0}if(ma==="checkType"&&ra.type==="TSConditionalType")return!0;case"TSUnionType":case"TSIntersectionType":if((ra.type==="TSUnionType"||ra.type==="TSIntersectionType")&&ra.types.length>1&&(!Zn.types||Zn.types.length>1))return!0;case"TSInferType":if(Zn.type==="TSInferType"&&ra.type==="TSRestType")return!1;case"TSTypeOperator":return ra.type==="TSArrayType"||ra.type==="TSOptionalType"||ra.type==="TSRestType"||ma==="objectType"&&ra.type==="TSIndexedAccessType"||ra.type==="TSTypeOperator"||ra.type==="TSTypeAnnotation"&&na.getParentNode(1).type.startsWith("TSJSDoc");case"TSTypeQuery":return ma==="objectType"&&ra.type==="TSIndexedAccessType"||ma==="elementType"&&ra.type==="TSArrayType";case"TypeofTypeAnnotation":return ma==="objectType"&&(ra.type==="IndexedAccessType"||ra.type==="OptionalIndexedAccessType")||ma==="elementType"&&ra.type==="ArrayTypeAnnotation";case"ArrayTypeAnnotation":return ra.type==="NullableTypeAnnotation";case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return ra.type==="ArrayTypeAnnotation"||ra.type==="NullableTypeAnnotation"||ra.type==="IntersectionTypeAnnotation"||ra.type==="UnionTypeAnnotation"||ma==="objectType"&&(ra.type==="IndexedAccessType"||ra.type==="OptionalIndexedAccessType");case"NullableTypeAnnotation":return ra.type==="ArrayTypeAnnotation"||ma==="objectType"&&(ra.type==="IndexedAccessType"||ra.type==="OptionalIndexedAccessType");case"FunctionTypeAnnotation":{let xa=ra.type==="NullableTypeAnnotation"?na.getParentNode(1):ra;return xa.type==="UnionTypeAnnotation"||xa.type==="IntersectionTypeAnnotation"||xa.type==="ArrayTypeAnnotation"||ma==="objectType"&&(xa.type==="IndexedAccessType"||xa.type==="OptionalIndexedAccessType")||xa.type==="NullableTypeAnnotation"||ra.type==="FunctionTypeParam"&&ra.name===null&&Kn(Zn).some(Ma=>Ma.typeAnnotation&&Ma.typeAnnotation.type==="NullableTypeAnnotation")}case"OptionalIndexedAccessType":return ma==="objectType"&&ra.type==="IndexedAccessType";case"StringLiteral":case"NumericLiteral":case"Literal":if(typeof Zn.value=="string"&&ra.type==="ExpressionStatement"&&!ra.directive){let xa=na.getParentNode(1);return xa.type==="Program"||xa.type==="BlockStatement"}return ma==="object"&&ra.type==="MemberExpression"&&typeof Zn.value=="number";case"AssignmentExpression":{let xa=na.getParentNode(1);return ma==="body"&&ra.type==="ArrowFunctionExpression"?!0:ma==="key"&&(ra.type==="ClassProperty"||ra.type==="PropertyDefinition")&&ra.computed||(ma==="init"||ma==="update")&&ra.type==="ForStatement"?!1:ra.type==="ExpressionStatement"?Zn.left.type==="ObjectPattern":!(ma==="key"&&ra.type==="TSPropertySignature"||ra.type==="AssignmentExpression"||ra.type==="SequenceExpression"&&xa&&xa.type==="ForStatement"&&(xa.init===ra||xa.update===ra)||ma==="value"&&ra.type==="Property"&&xa&&xa.type==="ObjectPattern"&&xa.properties.includes(ra)||ra.type==="NGChainedExpression")}case"ConditionalExpression":switch(ra.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"SpreadProperty":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"ExportDefaultDeclaration":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return ma==="callee";case"ConditionalExpression":return ma==="test";case"MemberExpression":case"OptionalMemberExpression":return ma==="object";default:return!1}case"FunctionExpression":switch(ra.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return ma==="callee";case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(ra.type){case"BinaryExpression":return ra.operator!=="|>"||Zn.extra&&Zn.extra.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return ma==="callee";case"MemberExpression":case"OptionalMemberExpression":return ma==="object";case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return ma==="test";default:return!1}case"ClassExpression":if(di(Zn.decorators))return!0;switch(ra.type){case"NewExpression":return ma==="callee";default:return!1}case"OptionalMemberExpression":case"OptionalCallExpression":{let xa=na.getParentNode(1);if(ma==="object"&&ra.type==="MemberExpression"||ma==="callee"&&(ra.type==="CallExpression"||ra.type==="NewExpression")||ra.type==="TSNonNullExpression"&&xa.type==="MemberExpression"&&xa.object===ra)return!0}case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":if(ma==="callee"&&(ra.type==="BindExpression"||ra.type==="NewExpression")){let xa=Zn;for(;xa;)switch(xa.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":xa=xa.object;break;case"TaggedTemplateExpression":xa=xa.tag;break;case"TSNonNullExpression":xa=xa.expression;break;default:return!1}}return!1;case"BindExpression":return ma==="callee"&&(ra.type==="BindExpression"||ra.type==="NewExpression")||ma==="object"&&ta(ra);case"NGPipeExpression":return!(ra.type==="NGRoot"||ra.type==="NGMicrosyntaxExpression"||ra.type==="ObjectProperty"&&!(Zn.extra&&Zn.extra.parenthesized)||ra.type==="ArrayExpression"||zi(ra)&&ra.arguments[ma]===Zn||ma==="right"&&ra.type==="NGPipeExpression"||ma==="property"&&ra.type==="MemberExpression"||ra.type==="AssignmentExpression");case"JSXFragment":case"JSXElement":return ma==="callee"||ma==="left"&&ra.type==="BinaryExpression"&&ra.operator==="<"||ra.type!=="ArrayExpression"&&ra.type!=="ArrowFunctionExpression"&&ra.type!=="AssignmentExpression"&&ra.type!=="AssignmentPattern"&&ra.type!=="BinaryExpression"&&ra.type!=="NewExpression"&&ra.type!=="ConditionalExpression"&&ra.type!=="ExpressionStatement"&&ra.type!=="JsExpressionRoot"&&ra.type!=="JSXAttribute"&&ra.type!=="JSXElement"&&ra.type!=="JSXExpressionContainer"&&ra.type!=="JSXFragment"&&ra.type!=="LogicalExpression"&&!zi(ra)&&!va(ra)&&ra.type!=="ReturnStatement"&&ra.type!=="ThrowStatement"&&ra.type!=="TypeCastExpression"&&ra.type!=="VariableDeclarator"&&ra.type!=="YieldExpression";case"TypeAnnotation":return ma==="returnType"&&ra.type==="ArrowFunctionExpression"&&Ia(Zn)}return!1}function Ta(na){return na.type==="BlockStatement"||na.type==="BreakStatement"||na.type==="ClassBody"||na.type==="ClassDeclaration"||na.type==="ClassMethod"||na.type==="ClassProperty"||na.type==="PropertyDefinition"||na.type==="ClassPrivateProperty"||na.type==="ContinueStatement"||na.type==="DebuggerStatement"||na.type==="DeclareClass"||na.type==="DeclareExportAllDeclaration"||na.type==="DeclareExportDeclaration"||na.type==="DeclareFunction"||na.type==="DeclareInterface"||na.type==="DeclareModule"||na.type==="DeclareModuleExports"||na.type==="DeclareVariable"||na.type==="DoWhileStatement"||na.type==="EnumDeclaration"||na.type==="ExportAllDeclaration"||na.type==="ExportDefaultDeclaration"||na.type==="ExportNamedDeclaration"||na.type==="ExpressionStatement"||na.type==="ForInStatement"||na.type==="ForOfStatement"||na.type==="ForStatement"||na.type==="FunctionDeclaration"||na.type==="IfStatement"||na.type==="ImportDeclaration"||na.type==="InterfaceDeclaration"||na.type==="LabeledStatement"||na.type==="MethodDefinition"||na.type==="ReturnStatement"||na.type==="SwitchStatement"||na.type==="ThrowStatement"||na.type==="TryStatement"||na.type==="TSDeclareFunction"||na.type==="TSEnumDeclaration"||na.type==="TSImportEqualsDeclaration"||na.type==="TSInterfaceDeclaration"||na.type==="TSModuleDeclaration"||na.type==="TSNamespaceExportDeclaration"||na.type==="TypeAlias"||na.type==="VariableDeclaration"||na.type==="WhileStatement"||na.type==="WithStatement"}function Qa(na){let ka=0,ra=na.getValue();for(;ra;){let ma=na.getParentNode(ka++);if(ma&&ma.type==="ForStatement"&&ma.init===ra)return!0;ra=ma}return!1}function Ia(na){return ji(na,ka=>ka.type==="ObjectTypeAnnotation"&&ji(ka,ra=>ra.type==="FunctionTypeAnnotation"||void 0)||void 0)}function io(na){switch(na.type){case"ObjectExpression":return!0;default:return!1}}function Ja(na){let ka=na.getValue(),ra=na.getParentNode(),ma=na.getName();switch(ra.type){case"NGPipeExpression":if(typeof ma=="number"&&ra.arguments[ma]===ka&&ra.arguments.length-1===ma)return na.callParent(Ja);break;case"ObjectProperty":if(ma==="value"){let Zn=na.getParentNode(1);return In(Zn.properties)===ra}break;case"BinaryExpression":case"LogicalExpression":if(ma==="right")return na.callParent(Ja);break;case"ConditionalExpression":if(ma==="alternate")return na.callParent(Ja);break;case"UnaryExpression":if(ra.prefix)return na.callParent(Ja);break}return!1}function hs(na,ka){let ra=na.getValue(),ma=na.getParentNode();return ra.type==="FunctionExpression"||ra.type==="ClassExpression"?ma.type==="ExportDefaultDeclaration"||!Xa(na,ka):!Hn(ra)||ma.type!=="ExportDefaultDeclaration"&&Xa(na,ka)?!1:na.call(Zn=>hs(Zn,ka),...On(na,ra))}Fi.exports=Xa}}),$s=Mo({"src/language-js/print-preprocess.js"(Vn,Fi){Fn();function In(di,Kn){switch(Kn.parser){case"json":case"json5":case"json-stringify":case"__js_expression":case"__vue_expression":case"__vue_ts_expression":return Object.assign(Object.assign({},di),{},{type:Kn.parser.startsWith("__")?"JsExpressionRoot":"JsonRoot",node:di,comments:[],rootMarker:Kn.rootMarker});default:return di}}Fi.exports=In}}),zs=Mo({"src/language-js/print/html-binding.js"(Vn,Fi){Fn();var{builders:{join:In,line:di,group:Kn,softline:On,indent:Un}}=Oc();function Hn(Wi,da,sa){let fa=Wi.getValue();if(da.__onHtmlBindingRoot&&Wi.getName()===null&&da.__onHtmlBindingRoot(fa,da),fa.type==="File"){if(da.__isVueForBindingLeft)return Wi.call(zi=>{let ta=In([",",di],zi.map(sa,"params")),{params:va}=zi.getValue();return va.length===1?ta:["(",Un([On,Kn(ta)]),On,")"]},"program","body",0);if(da.__isVueBindings)return Wi.call(zi=>In([",",di],zi.map(sa,"params")),"program","body",0)}}function ji(Wi){switch(Wi.type){case"MemberExpression":switch(Wi.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return ji(Wi.object)}return!1;case"Identifier":return!0;default:return!1}}Fi.exports={isVueEventBindingExpression:ji,printHtmlBinding:Hn}}}),Yl=Mo({"src/language-js/print/binaryish.js"(Vn,Fi){Fn();var{printComments:In}=kc(),{getLast:di}=Zc(),{builders:{join:Kn,line:On,softline:Un,group:Hn,indent:ji,align:Wi,indentIfBreak:da},utils:{cleanDoc:sa,getDocParts:fa,isConcat:zi}}=Oc(),{hasLeadingOwnLineComment:ta,isBinaryish:va,isJsxNode:qa,shouldFlatten:Xa,hasComment:Ta,CommentCheckFlags:Qa,isCallExpression:Ia,isMemberExpression:io,isObjectProperty:Ja,isEnabledHackPipeline:hs}=Ld(),na=0;function ka(Zn,la,pa){let xa=Zn.getValue(),Ma=Zn.getParentNode(),Ha=Zn.getParentNode(1),So=xa!==Ma.body&&(Ma.type==="IfStatement"||Ma.type==="WhileStatement"||Ma.type==="SwitchStatement"||Ma.type==="DoWhileStatement"),as=hs(la)&&xa.operator==="|>",ps=ra(Zn,pa,la,!1,So);if(So)return ps;if(as)return Hn(ps);if(Ia(Ma)&&Ma.callee===xa||Ma.type==="UnaryExpression"||io(Ma)&&!Ma.computed)return Hn([ji([Un,...ps]),Un]);let ns=Ma.type==="ReturnStatement"||Ma.type==="ThrowStatement"||Ma.type==="JSXExpressionContainer"&&Ha.type==="JSXAttribute"||xa.operator!=="|"&&Ma.type==="JsExpressionRoot"||xa.type!=="NGPipeExpression"&&(Ma.type==="NGRoot"&&la.parser==="__ng_binding"||Ma.type==="NGMicrosyntaxExpression"&&Ha.type==="NGMicrosyntax"&&Ha.body.length===1)||xa===Ma.body&&Ma.type==="ArrowFunctionExpression"||xa!==Ma.body&&Ma.type==="ForStatement"||Ma.type==="ConditionalExpression"&&Ha.type!=="ReturnStatement"&&Ha.type!=="ThrowStatement"&&!Ia(Ha)||Ma.type==="TemplateLiteral",As=Ma.type==="AssignmentExpression"||Ma.type==="VariableDeclarator"||Ma.type==="ClassProperty"||Ma.type==="PropertyDefinition"||Ma.type==="TSAbstractPropertyDefinition"||Ma.type==="ClassPrivateProperty"||Ja(Ma),ko=va(xa.left)&&Xa(xa.operator,xa.left.operator);if(ns||ma(xa)&&!ko||!ma(xa)&&As)return Hn(ps);if(ps.length===0)return"";let Ws=qa(xa.right),cs=ps.findIndex(ss=>typeof ss!="string"&&!Array.isArray(ss)&&ss.type==="group"),Xo=ps.slice(0,cs===-1?1:cs+1),Ms=ps.slice(Xo.length,Ws?-1:void 0),_l=Symbol("logicalChain-"+ ++na),Xs=Hn([...Xo,ji(Ms)],{id:_l});if(!Ws)return Xs;let Ul=di(ps);return Hn([Xs,da(Ul,{groupId:_l})])}function ra(Zn,la,pa,xa,Ma){let Ha=Zn.getValue();if(!va(Ha))return[Hn(la())];let So=[];Xa(Ha.operator,Ha.left.operator)?So=Zn.call(Ms=>ra(Ms,la,pa,!0,Ma),"left"):So.push(Hn(la("left")));let as=ma(Ha),ps=(Ha.operator==="|>"||Ha.type==="NGPipeExpression"||Ha.operator==="|"&&pa.parser==="__vue_expression")&&!ta(pa.originalText,Ha.right),ns=Ha.type==="NGPipeExpression"?"|":Ha.operator,As=Ha.type==="NGPipeExpression"&&Ha.arguments.length>0?Hn(ji([On,": ",Kn([On,": "],Zn.map(la,"arguments").map(Ms=>Wi(2,Hn(Ms))))])):"",ko;if(as)ko=[ns," ",la("right"),As];else{let Ms=hs(pa)&&ns==="|>"?Zn.call(_l=>ra(_l,la,pa,!0,Ma),"right"):la("right");ko=[ps?On:"",ns,ps?" ":On,Ms,As]}let Ws=Zn.getParentNode(),cs=Ta(Ha.left,Qa.Trailing|Qa.Line),Xo=cs||!(Ma&&Ha.type==="LogicalExpression")&&Ws.type!==Ha.type&&Ha.left.type!==Ha.type&&Ha.right.type!==Ha.type;if(So.push(ps?"":" ",Xo?Hn(ko,{shouldBreak:cs}):ko),xa&&Ta(Ha)){let Ms=sa(In(Zn,So,pa));return zi(Ms)||Ms.type==="fill"?fa(Ms):[Ms]}return So}function ma(Zn){return Zn.type!=="LogicalExpression"?!1:!!(Zn.right.type==="ObjectExpression"&&Zn.right.properties.length>0||Zn.right.type==="ArrayExpression"&&Zn.right.elements.length>0||qa(Zn.right))}Fi.exports={printBinaryishExpression:ka,shouldInlineLogicalExpression:ma}}}),hu=Mo({"src/language-js/print/angular.js"(Vn,Fi){Fn();var{builders:{join:In,line:di,group:Kn}}=Oc(),{hasNode:On,hasComment:Un,getComments:Hn}=Ld(),{printBinaryishExpression:ji}=Yl();function Wi(fa,zi,ta){let va=fa.getValue();if(va.type.startsWith("NG"))switch(va.type){case"NGRoot":return[ta("node"),Un(va.node)?" //"+Hn(va.node)[0].value.trimEnd():""];case"NGPipeExpression":return ji(fa,zi,ta);case"NGChainedExpression":return Kn(In([";",di],fa.map(qa=>sa(qa)?ta():["(",ta(),")"],"expressions")));case"NGEmptyExpression":return"";case"NGQuotedExpression":return[va.prefix,": ",va.value.trim()];case"NGMicrosyntax":return fa.map((qa,Xa)=>[Xa===0?"":da(qa.getValue(),Xa,va)?" ":[";",di],ta()],"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(va.name)?va.name:JSON.stringify(va.name);case"NGMicrosyntaxExpression":return[ta("expression"),va.alias===null?"":[" as ",ta("alias")]];case"NGMicrosyntaxKeyedExpression":{let qa=fa.getName(),Xa=fa.getParentNode(),Ta=da(va,qa,Xa)||(qa===1&&(va.key.name==="then"||va.key.name==="else")||qa===2&&va.key.name==="else"&&Xa.body[qa-1].type==="NGMicrosyntaxKeyedExpression"&&Xa.body[qa-1].key.name==="then")&&Xa.body[0].type==="NGMicrosyntaxExpression";return[ta("key"),Ta?" ":": ",ta("expression")]}case"NGMicrosyntaxLet":return["let ",ta("key"),va.value===null?"":[" = ",ta("value")]];case"NGMicrosyntaxAs":return[ta("key")," as ",ta("alias")];default:throw new Error(`Unknown Angular node type: ${JSON.stringify(va.type)}.`)}}function da(fa,zi,ta){return fa.type==="NGMicrosyntaxKeyedExpression"&&fa.key.name==="of"&&zi===1&&ta.body[0].type==="NGMicrosyntaxLet"&&ta.body[0].value===null}function sa(fa){return On(fa.getValue(),zi=>{switch(zi.type){case void 0:return!1;case"CallExpression":case"OptionalCallExpression":case"AssignmentExpression":return!0}})}Fi.exports={printAngular:Wi}}}),Bu=Mo({"src/language-js/print/jsx.js"(Vn,Fi){Fn();var{printComments:In,printDanglingComments:di,printCommentsSeparately:Kn}=kc(),{builders:{line:On,hardline:Un,softline:Hn,group:ji,indent:Wi,conditionalGroup:da,fill:sa,ifBreak:fa,lineSuffixBoundary:zi,join:ta},utils:{willBreak:va}}=Oc(),{getLast:qa,getPreferredQuote:Xa}=Zc(),{isJsxNode:Ta,rawText:Qa,isCallExpression:Ia,isStringLiteral:io,isBinaryish:Ja,hasComment:hs,CommentCheckFlags:na,hasNodeIgnoreComment:ka}=Ld(),ra=Is(),{willPrintOwnComments:ma}=Rs(),Zn=xs=>xs===""||xs===On||xs===Un||xs===Hn;function la(xs,Js,ol){let Zs=xs.getValue();if(Zs.type==="JSXElement"&&jl(Zs))return[ol("openingElement"),ol("closingElement")];let xu=Zs.type==="JSXElement"?ol("openingElement"):ol("openingFragment"),yu=Zs.type==="JSXElement"?ol("closingElement"):ol("closingFragment");if(Zs.children.length===1&&Zs.children[0].type==="JSXExpressionContainer"&&(Zs.children[0].expression.type==="TemplateLiteral"||Zs.children[0].expression.type==="TaggedTemplateExpression"))return[xu,...xs.map(ol,"children"),yu];Zs.children=Zs.children.map(vr=>Wu(vr)?{type:"JSXText",value:" ",raw:" "}:vr);let vc=Zs.children.some(Ta),hd=Zs.children.filter(vr=>vr.type==="JSXExpressionContainer").length>1,Yc=Zs.type==="JSXElement"&&Zs.openingElement.attributes.length>1,Cc=va(xu)||vc||Yc||hd,bc=xs.getParentNode().rootMarker==="mdx",Ml=Js.singleQuote?"{' '}":'{" "}',ds=bc?" ":fa([Ml,Hn]," "),Hl=Zs.openingElement&&Zs.openingElement.name&&Zs.openingElement.name.name==="fbt",Us=pa(xs,Js,ol,ds,Hl),$l=Zs.children.some(vr=>Dl(vr));for(let vr=Us.length-2;vr>=0;vr--){let Er=Us[vr]===""&&Us[vr+1]==="",Cr=Us[vr]===Un&&Us[vr+1]===""&&Us[vr+2]===Un,Yr=(Us[vr]===Hn||Us[vr]===Un)&&Us[vr+1]===""&&Us[vr+2]===ds,Rn=Us[vr]===ds&&Us[vr+1]===""&&(Us[vr+2]===Hn||Us[vr+2]===Un),mi=Us[vr]===ds&&Us[vr+1]===""&&Us[vr+2]===ds,Ui=Us[vr]===Hn&&Us[vr+1]===""&&Us[vr+2]===Un||Us[vr]===Un&&Us[vr+1]===""&&Us[vr+2]===Hn;Cr&&$l||Er||Yr||mi||Ui?Us.splice(vr,2):Rn&&Us.splice(vr+1,2)}for(;Us.length>0&&Zn(qa(Us));)Us.pop();for(;Us.length>1&&Zn(Us[0])&&Zn(Us[1]);)Us.shift(),Us.shift();let fc=[];for(let[vr,Er]of Us.entries()){if(Er===ds){if(vr===1&&Us[vr-1]===""){if(Us.length===2){fc.push(Ml);continue}fc.push([Ml,Un]);continue}else if(vr===Us.length-1){fc.push(Ml);continue}else if(Us[vr-1]===""&&Us[vr-2]===Un){fc.push(Ml);continue}}fc.push(Er),va(Er)&&(Cc=!0)}let rr=$l?sa(fc):ji(fc,{shouldBreak:!0});if(bc)return rr;let fr=ji([xu,Wi([Un,rr]),Un,yu]);return Cc?fr:da([ji([xu,...Us,yu]),fr])}function pa(xs,Js,ol,Zs,xu){let yu=[];return xs.each((vc,hd,Yc)=>{let Cc=vc.getValue();if(Cc.type==="JSXText"){let bc=Qa(Cc);if(Dl(Cc)){let Ml=bc.split(Ul);if(Ml[0]===""){if(yu.push(""),Ml.shift(),/\n/.test(Ml[0])){let Hl=Yc[hd+1];yu.push(Ma(xu,Ml[1],Cc,Hl))}else yu.push(Zs);Ml.shift()}let ds;if(qa(Ml)===""&&(Ml.pop(),ds=Ml.pop()),Ml.length===0)return;for(let[Hl,Us]of Ml.entries())Hl%2===1?yu.push(On):yu.push(Us);if(ds!==void 0)if(/\n/.test(ds)){let Hl=Yc[hd+1];yu.push(Ma(xu,qa(yu),Cc,Hl))}else yu.push(Zs);else{let Hl=Yc[hd+1];yu.push(xa(xu,qa(yu),Cc,Hl))}}else/\n/.test(bc)?bc.match(/\n/g).length>1&&yu.push("",Un):yu.push("",Zs)}else{let bc=ol();yu.push(bc);let Ml=Yc[hd+1];if(Ml&&Dl(Ml)){let ds=Ps(Qa(Ml)).split(Ul)[0];yu.push(xa(xu,ds,Cc,Ml))}else yu.push(Un)}},"children"),yu}function xa(xs,Js,ol,Zs){return xs?"":ol.type==="JSXElement"&&!ol.closingElement||Zs&&Zs.type==="JSXElement"&&!Zs.closingElement?Js.length===1?Hn:Un:Hn}function Ma(xs,Js,ol,Zs){return xs?Un:Js.length===1?ol.type==="JSXElement"&&!ol.closingElement||Zs&&Zs.type==="JSXElement"&&!Zs.closingElement?Un:Hn:Un}function Ha(xs,Js,ol){let Zs=xs.getParentNode();if(!Zs||{ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[Zs.type])return Js;let xu=xs.match(void 0,vc=>vc.type==="ArrowFunctionExpression",Ia,vc=>vc.type==="JSXExpressionContainer"),yu=ra(xs,ol);return ji([yu?"":fa("("),Wi([Hn,Js]),Hn,yu?"":fa(")")],{shouldBreak:xu})}function So(xs,Js,ol){let Zs=xs.getValue(),xu=[];if(xu.push(ol("name")),Zs.value){let yu;if(io(Zs.value)){let vc=Qa(Zs.value).slice(1,-1).replace(/&apos;/g,"'").replace(/&quot;/g,'"'),{escaped:hd,quote:Yc,regex:Cc}=Xa(vc,Js.jsxSingleQuote?"'":'"');vc=vc.replace(Cc,hd);let{leading:bc,trailing:Ml}=xs.call(()=>Kn(xs,Js),"value");yu=[bc,Yc,vc,Yc,Ml]}else yu=ol("value");xu.push("=",yu)}return xu}function as(xs,Js,ol){let Zs=xs.getValue(),xu=(yu,vc)=>yu.type==="JSXEmptyExpression"||!hs(yu)&&(yu.type==="ArrayExpression"||yu.type==="ObjectExpression"||yu.type==="ArrowFunctionExpression"||yu.type==="AwaitExpression"&&(xu(yu.argument,yu)||yu.argument.type==="JSXElement")||Ia(yu)||yu.type==="FunctionExpression"||yu.type==="TemplateLiteral"||yu.type==="TaggedTemplateExpression"||yu.type==="DoExpression"||Ta(vc)&&(yu.type==="ConditionalExpression"||Ja(yu)));return xu(Zs.expression,xs.getParentNode(0))?ji(["{",ol("expression"),zi,"}"]):ji(["{",Wi([Hn,ol("expression")]),Hn,zi,"}"])}function ps(xs,Js,ol){let Zs=xs.getValue(),xu=Zs.name&&hs(Zs.name)||Zs.typeParameters&&hs(Zs.typeParameters);if(Zs.selfClosing&&Zs.attributes.length===0&&!xu)return["<",ol("name"),ol("typeParameters")," />"];if(Zs.attributes&&Zs.attributes.length===1&&Zs.attributes[0].value&&io(Zs.attributes[0].value)&&!Zs.attributes[0].value.value.includes(`
`)&&!xu&&!hs(Zs.attributes[0]))return ji(["<",ol("name"),ol("typeParameters")," ",...xs.map(ol,"attributes"),Zs.selfClosing?" />":">"]);let yu=Zs.attributes&&Zs.attributes.some(hd=>hd.value&&io(hd.value)&&hd.value.value.includes(`
`)),vc=Js.singleAttributePerLine&&Zs.attributes.length>1?Un:On;return ji(["<",ol("name"),ol("typeParameters"),Wi(xs.map(()=>[vc,ol()],"attributes")),...ns(Zs,Js,xu)],{shouldBreak:yu})}function ns(xs,Js,ol){return xs.selfClosing?[On,"/>"]:As(xs,Js,ol)?[">"]:[Hn,">"]}function As(xs,Js,ol){let Zs=xs.attributes.length>0&&hs(qa(xs.attributes),na.Trailing);return xs.attributes.length===0&&!ol||(Js.bracketSameLine||Js.jsxBracketSameLine)&&(!ol||xs.attributes.length>0)&&!Zs}function ko(xs,Js,ol){let Zs=xs.getValue(),xu=[];xu.push("</");let yu=ol("name");return hs(Zs.name,na.Leading|na.Line)?xu.push(Wi([Un,yu]),Un):hs(Zs.name,na.Leading|na.Block)?xu.push(" ",yu):xu.push(yu),xu.push(">"),xu}function Ws(xs,Js){let ol=xs.getValue(),Zs=hs(ol),xu=hs(ol,na.Line),yu=ol.type==="JSXOpeningFragment";return[yu?"<":"</",Wi([xu?Un:Zs&&!yu?" ":"",di(xs,Js,!0)]),xu?Un:"",">"]}function cs(xs,Js,ol){let Zs=In(xs,la(xs,Js,ol),Js);return Ha(xs,Zs,Js)}function Xo(xs,Js){let ol=xs.getValue(),Zs=hs(ol,na.Line);return[di(xs,Js,!Zs),Zs?Un:""]}function Ms(xs,Js,ol){let Zs=xs.getValue();return["{",xs.call(xu=>{let yu=["...",ol()],vc=xu.getValue();return!hs(vc)||!ma(xu)?yu:[Wi([Hn,In(xu,yu,Js)]),Hn]},Zs.type==="JSXSpreadAttribute"?"argument":"expression"),"}"]}function _l(xs,Js,ol){let Zs=xs.getValue();if(Zs.type.startsWith("JSX"))switch(Zs.type){case"JSXAttribute":return So(xs,Js,ol);case"JSXIdentifier":return String(Zs.name);case"JSXNamespacedName":return ta(":",[ol("namespace"),ol("name")]);case"JSXMemberExpression":return ta(".",[ol("object"),ol("property")]);case"JSXSpreadAttribute":return Ms(xs,Js,ol);case"JSXSpreadChild":return Ms(xs,Js,ol);case"JSXExpressionContainer":return as(xs,Js,ol);case"JSXFragment":case"JSXElement":return cs(xs,Js,ol);case"JSXOpeningElement":return ps(xs,Js,ol);case"JSXClosingElement":return ko(xs,Js,ol);case"JSXOpeningFragment":case"JSXClosingFragment":return Ws(xs,Js);case"JSXEmptyExpression":return Xo(xs,Js);case"JSXText":throw new Error("JSXText should be handled by JSXElement");default:throw new Error(`Unknown JSX node type: ${JSON.stringify(Zs.type)}.`)}}var Xs=`
\r `,Ul=new RegExp("(["+Xs+"]+)"),ss=new RegExp("[^"+Xs+"]"),Ps=xs=>xs.replace(new RegExp("(?:^"+Ul.source+"|"+Ul.source+"$)"),"");function jl(xs){if(xs.children.length===0)return!0;if(xs.children.length>1)return!1;let Js=xs.children[0];return Js.type==="JSXText"&&!Dl(Js)}function Dl(xs){return xs.type==="JSXText"&&(ss.test(Qa(xs))||!/\n/.test(Qa(xs)))}function Wu(xs){return xs.type==="JSXExpressionContainer"&&io(xs.expression)&&xs.expression.value===" "&&!hs(xs.expression)}function Fs(xs){let Js=xs.getValue(),ol=xs.getParentNode();if(!ol||!Js||!Ta(Js)||!Ta(ol))return!1;let Zs=ol.children.indexOf(Js),xu=null;for(let yu=Zs;yu>0;yu--){let vc=ol.children[yu-1];if(!(vc.type==="JSXText"&&!Dl(vc))){xu=vc;break}}return xu&&xu.type==="JSXExpressionContainer"&&xu.expression.type==="JSXEmptyExpression"&&ka(xu.expression)}Fi.exports={hasJsxIgnoreComment:Fs,printJsx:_l}}}),Wl=Mo({"src/language-js/print/misc.js"(Vn,Fi){Fn();var{isNonEmptyArray:In}=Zc(),{builders:{indent:di,join:Kn,line:On}}=Oc(),{isFlowAnnotationComment:Un}=Ld();function Hn(qa){let Xa=qa.getValue();return!Xa.optional||Xa.type==="Identifier"&&Xa===qa.getParentNode().key?"":Xa.type==="OptionalCallExpression"||Xa.type==="OptionalMemberExpression"&&Xa.computed?"?.":"?"}function ji(qa){return qa.getValue().definite||qa.match(void 0,(Xa,Ta)=>Ta==="id"&&Xa.type==="VariableDeclarator"&&Xa.definite)?"!":""}function Wi(qa,Xa,Ta){let Qa=qa.getValue();return Qa.typeArguments?Ta("typeArguments"):Qa.typeParameters?Ta("typeParameters"):""}function da(qa,Xa,Ta){let Qa=qa.getValue();if(!Qa.typeAnnotation)return"";let Ia=qa.getParentNode(),io=Ia.type==="DeclareFunction"&&Ia.id===Qa;return Un(Xa.originalText,Qa.typeAnnotation)?[" /*: ",Ta("typeAnnotation")," */"]:[io?"":": ",Ta("typeAnnotation")]}function sa(qa,Xa,Ta){return["::",Ta("callee")]}function fa(qa,Xa,Ta){let Qa=qa.getValue();return In(Qa.modifiers)?[Kn(" ",qa.map(Ta,"modifiers"))," "]:""}function zi(qa,Xa,Ta){return qa.type==="EmptyStatement"?";":qa.type==="BlockStatement"||Ta?[" ",Xa]:di([On,Xa])}function ta(qa,Xa,Ta){return["...",Ta("argument"),da(qa,Xa,Ta)]}function va(qa,Xa){let Ta=qa.slice(1,-1);if(Ta.includes('"')||Ta.includes("'"))return qa;let Qa=Xa.singleQuote?"'":'"';return Qa+Ta+Qa}Fi.exports={printOptionalToken:Hn,printDefiniteToken:ji,printFunctionTypeParameters:Wi,printBindExpressionCallee:sa,printTypeScriptModifiers:fa,printTypeAnnotation:da,printRestSpread:ta,adjustClause:zi,printDirective:va}}}),Su=Mo({"src/language-js/print/array.js"(Vn,Fi){Fn();var{printDanglingComments:In}=kc(),{builders:{line:di,softline:Kn,hardline:On,group:Un,indent:Hn,ifBreak:ji,fill:Wi}}=Oc(),{getLast:da,hasNewline:sa}=Zc(),{shouldPrintComma:fa,hasComment:zi,CommentCheckFlags:ta,isNextLineEmpty:va,isNumericLiteral:qa,isSignedNumericLiteral:Xa}=Ld(),{locStart:Ta}=Of(),{printOptionalToken:Qa,printTypeAnnotation:Ia}=Wl();function io(ka,ra,ma){let Zn=ka.getValue(),la=[],pa=Zn.type==="TupleExpression"?"#[":"[",xa="]";if(Zn.elements.length===0)zi(Zn,ta.Dangling)?la.push(Un([pa,In(ka,ra),Kn,xa])):la.push(pa,xa);else{let Ma=da(Zn.elements),Ha=!(Ma&&Ma.type==="RestElement"),So=Ma===null,as=Symbol("array"),ps=!ra.__inJestEach&&Zn.elements.length>1&&Zn.elements.every((ko,Ws,cs)=>{let Xo=ko&&ko.type;if(Xo!=="ArrayExpression"&&Xo!=="ObjectExpression")return!1;let Ms=cs[Ws+1];if(Ms&&Xo!==Ms.type)return!1;let _l=Xo==="ArrayExpression"?"elements":"properties";return ko[_l]&&ko[_l].length>1}),ns=Ja(Zn,ra),As=Ha?So?",":fa(ra)?ns?ji(",","",{groupId:as}):ji(","):"":"";la.push(Un([pa,Hn([Kn,ns?na(ka,ra,ma,As):[hs(ka,ra,"elements",ma),As],In(ka,ra,!0)]),Kn,xa],{shouldBreak:ps,id:as}))}return la.push(Qa(ka),Ia(ka,ra,ma)),la}function Ja(ka,ra){return ka.elements.length>1&&ka.elements.every(ma=>ma&&(qa(ma)||Xa(ma)&&!zi(ma.argument))&&!zi(ma,ta.Trailing|ta.Line,Zn=>!sa(ra.originalText,Ta(Zn),{backwards:!0})))}function hs(ka,ra,ma,Zn){let la=[],pa=[];return ka.each(xa=>{la.push(pa,Un(Zn())),pa=[",",di],xa.getValue()&&va(xa.getValue(),ra)&&pa.push(Kn)},ma),la}function na(ka,ra,ma,Zn){let la=[];return ka.each((pa,xa,Ma)=>{let Ha=xa===Ma.length-1;la.push([ma(),Ha?Zn:","]),Ha||la.push(va(pa.getValue(),ra)?[On,On]:zi(Ma[xa+1],ta.Leading|ta.Line)?On:di)},"elements"),Wi(la)}Fi.exports={printArray:io,printArrayItems:hs,isConciselyPrintedArray:Ja}}}),Ou=Mo({"src/language-js/print/call-arguments.js"(Vn,Fi){Fn();var{printDanglingComments:In}=kc(),{getLast:di,getPenultimate:Kn}=Zc(),{getFunctionParameters:On,hasComment:Un,CommentCheckFlags:Hn,isFunctionCompositionArgs:ji,isJsxNode:Wi,isLongCurriedCallExpression:da,shouldPrintComma:sa,getCallArguments:fa,iterateCallArgumentsPath:zi,isNextLineEmpty:ta,isCallExpression:va,isStringLiteral:qa,isObjectProperty:Xa,isTSTypeExpression:Ta}=Ld(),{builders:{line:Qa,hardline:Ia,softline:io,group:Ja,indent:hs,conditionalGroup:na,ifBreak:ka,breakParent:ra},utils:{willBreak:ma}}=Oc(),{ArgExpansionBailout:Zn}=Sd(),{isConciselyPrintedArray:la}=Su();function pa(ns,As,ko){let Ws=ns.getValue(),cs=Ws.type==="ImportExpression",Xo=fa(Ws);if(Xo.length===0)return["(",In(ns,As,!0),")"];if(So(Xo))return["(",ko(["arguments",0]),", ",ko(["arguments",1]),")"];let Ms=!1,_l=!1,Xs=Xo.length-1,Ul=[];zi(ns,(Fs,xs)=>{let Js=Fs.getNode(),ol=[ko()];xs===Xs||(ta(Js,As)?(xs===0&&(_l=!0),Ms=!0,ol.push(",",Ia,Ia)):ol.push(",",Qa)),Ul.push(ol)});let ss=!(cs||Ws.callee&&Ws.callee.type==="Import")&&sa(As,"all")?",":"";function Ps(){return Ja(["(",hs([Qa,...Ul]),ss,Qa,")"],{shouldBreak:!0})}if(Ms||ns.getParentNode().type!=="Decorator"&&ji(Xo))return Ps();let jl=Ha(Xo),Dl=Ma(Xo,As);if(jl||Dl){if(jl?Ul.slice(1).some(ma):Ul.slice(0,-1).some(ma))return Ps();let Fs=[];try{ns.try(()=>{zi(ns,(xs,Js)=>{jl&&Js===0&&(Fs=[[ko([],{expandFirstArg:!0}),Ul.length>1?",":"",_l?Ia:Qa,_l?Ia:""],...Ul.slice(1)]),Dl&&Js===Xs&&(Fs=[...Ul.slice(0,-1),ko([],{expandLastArg:!0})])})})}catch(xs){if(xs instanceof Zn)return Ps();throw xs}return[Ul.some(ma)?ra:"",na([["(",...Fs,")"],jl?["(",Ja(Fs[0],{shouldBreak:!0}),...Fs.slice(1),")"]:["(",...Ul.slice(0,-1),Ja(di(Fs),{shouldBreak:!0}),")"],Ps()])]}let Wu=["(",hs([io,...Ul]),ka(ss),io,")"];return da(ns)?Wu:Ja(Wu,{shouldBreak:Ul.some(ma)||Ms})}function xa(ns){let As=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return ns.type==="ObjectExpression"&&(ns.properties.length>0||Un(ns))||ns.type==="ArrayExpression"&&(ns.elements.length>0||Un(ns))||ns.type==="TSTypeAssertion"&&xa(ns.expression)||Ta(ns)&&xa(ns.expression)||ns.type==="FunctionExpression"||ns.type==="ArrowFunctionExpression"&&(!ns.returnType||!ns.returnType.typeAnnotation||ns.returnType.typeAnnotation.type!=="TSTypeReference"||as(ns.body))&&(ns.body.type==="BlockStatement"||ns.body.type==="ArrowFunctionExpression"&&xa(ns.body,!0)||ns.body.type==="ObjectExpression"||ns.body.type==="ArrayExpression"||!As&&(va(ns.body)||ns.body.type==="ConditionalExpression")||Wi(ns.body))||ns.type==="DoExpression"||ns.type==="ModuleExpression"}function Ma(ns,As){let ko=di(ns),Ws=Kn(ns);return!Un(ko,Hn.Leading)&&!Un(ko,Hn.Trailing)&&xa(ko)&&(!Ws||Ws.type!==ko.type)&&(ns.length!==2||Ws.type!=="ArrowFunctionExpression"||ko.type!=="ArrayExpression")&&!(ns.length>1&&ko.type==="ArrayExpression"&&la(ko,As))}function Ha(ns){if(ns.length!==2)return!1;let[As,ko]=ns;return As.type==="ModuleExpression"&&ps(ko)?!0:!Un(As)&&(As.type==="FunctionExpression"||As.type==="ArrowFunctionExpression"&&As.body.type==="BlockStatement")&&ko.type!=="FunctionExpression"&&ko.type!=="ArrowFunctionExpression"&&ko.type!=="ConditionalExpression"&&!xa(ko)}function So(ns){return ns.length===2&&ns[0].type==="ArrowFunctionExpression"&&On(ns[0]).length===0&&ns[0].body.type==="BlockStatement"&&ns[1].type==="ArrayExpression"&&!ns.some(As=>Un(As))}function as(ns){return ns.type==="BlockStatement"&&(ns.body.some(As=>As.type!=="EmptyStatement")||Un(ns,Hn.Dangling))}function ps(ns){return ns.type==="ObjectExpression"&&ns.properties.length===1&&Xa(ns.properties[0])&&ns.properties[0].key.type==="Identifier"&&ns.properties[0].key.name==="type"&&qa(ns.properties[0].value)&&ns.properties[0].value.value==="module"}Fi.exports=pa}}),Fu=Mo({"src/language-js/print/member.js"(Vn,Fi){Fn();var{builders:{softline:In,group:di,indent:Kn,label:On}}=Oc(),{isNumericLiteral:Un,isMemberExpression:Hn,isCallExpression:ji}=Ld(),{printOptionalToken:Wi}=Wl();function da(fa,zi,ta){let va=fa.getValue(),qa=fa.getParentNode(),Xa,Ta=0;do Xa=fa.getParentNode(Ta),Ta++;while(Xa&&(Hn(Xa)||Xa.type==="TSNonNullExpression"));let Qa=ta("object"),Ia=sa(fa,zi,ta),io=Xa&&(Xa.type==="NewExpression"||Xa.type==="BindExpression"||Xa.type==="AssignmentExpression"&&Xa.left.type!=="Identifier")||va.computed||va.object.type==="Identifier"&&va.property.type==="Identifier"&&!Hn(qa)||(qa.type==="AssignmentExpression"||qa.type==="VariableDeclarator")&&(ji(va.object)&&va.object.arguments.length>0||va.object.type==="TSNonNullExpression"&&ji(va.object.expression)&&va.object.expression.arguments.length>0||Qa.label==="member-chain");return On(Qa.label==="member-chain"?"member-chain":"member",[Qa,io?Ia:di(Kn([In,Ia]))])}function sa(fa,zi,ta){let va=ta("property"),qa=fa.getValue(),Xa=Wi(fa);return qa.computed?!qa.property||Un(qa.property)?[Xa,"[",va,"]"]:di([Xa,"[",Kn([In,va]),In,"]"]):[Xa,".",va]}Fi.exports={printMemberExpression:da,printMemberLookup:sa}}}),fl=Mo({"src/language-js/print/member-chain.js"(Vn,Fi){Fn();var{printComments:In}=kc(),{getLast:di,isNextLineEmptyAfterIndex:Kn,getNextNonSpaceNonCommentCharacterIndex:On}=Zc(),Un=Is(),{isCallExpression:Hn,isMemberExpression:ji,isFunctionOrArrowExpression:Wi,isLongCurriedCallExpression:da,isMemberish:sa,isNumericLiteral:fa,isSimpleCallArgument:zi,hasComment:ta,CommentCheckFlags:va,isNextLineEmpty:qa}=Ld(),{locEnd:Xa}=Of(),{builders:{join:Ta,hardline:Qa,group:Ia,indent:io,conditionalGroup:Ja,breakParent:hs,label:na},utils:{willBreak:ka}}=Oc(),ra=Ou(),{printMemberLookup:ma}=Fu(),{printOptionalToken:Zn,printFunctionTypeParameters:la,printBindExpressionCallee:pa}=Wl();function xa(Ma,Ha,So){let as=Ma.getParentNode(),ps=!as||as.type==="ExpressionStatement",ns=[];function As(Cc){let{originalText:bc}=Ha,Ml=On(bc,Cc,Xa);return bc.charAt(Ml)===")"?Ml!==!1&&Kn(bc,Ml+1):qa(Cc,Ha)}function ko(Cc){let bc=Cc.getValue();Hn(bc)&&(sa(bc.callee)||Hn(bc.callee))?(ns.unshift({node:bc,printed:[In(Cc,[Zn(Cc),la(Cc,Ha,So),ra(Cc,Ha,So)],Ha),As(bc)?Qa:""]}),Cc.call(Ml=>ko(Ml),"callee")):sa(bc)?(ns.unshift({node:bc,needsParens:Un(Cc,Ha),printed:In(Cc,ji(bc)?ma(Cc,Ha,So):pa(Cc,Ha,So),Ha)}),Cc.call(Ml=>ko(Ml),"object")):bc.type==="TSNonNullExpression"?(ns.unshift({node:bc,printed:In(Cc,"!",Ha)}),Cc.call(Ml=>ko(Ml),"expression")):ns.unshift({node:bc,printed:So()})}let Ws=Ma.getValue();ns.unshift({node:Ws,printed:[Zn(Ma),la(Ma,Ha,So),ra(Ma,Ha,So)]}),Ws.callee&&Ma.call(Cc=>ko(Cc),"callee");let cs=[],Xo=[ns[0]],Ms=1;for(;Ms<ns.length&&(ns[Ms].node.type==="TSNonNullExpression"||Hn(ns[Ms].node)||ji(ns[Ms].node)&&ns[Ms].node.computed&&fa(ns[Ms].node.property));++Ms)Xo.push(ns[Ms]);if(!Hn(ns[0].node))for(;Ms+1<ns.length&&sa(ns[Ms].node)&&sa(ns[Ms+1].node);++Ms)Xo.push(ns[Ms]);cs.push(Xo),Xo=[];let _l=!1;for(;Ms<ns.length;++Ms){if(_l&&sa(ns[Ms].node)){if(ns[Ms].node.computed&&fa(ns[Ms].node.property)){Xo.push(ns[Ms]);continue}cs.push(Xo),Xo=[],_l=!1}(Hn(ns[Ms].node)||ns[Ms].node.type==="ImportExpression")&&(_l=!0),Xo.push(ns[Ms]),ta(ns[Ms].node,va.Trailing)&&(cs.push(Xo),Xo=[],_l=!1)}Xo.length>0&&cs.push(Xo);function Xs(Cc){return/^[A-Z]|^[$_]+$/.test(Cc)}function Ul(Cc){return Cc.length<=Ha.tabWidth}function ss(Cc){let bc=Cc[1].length>0&&Cc[1][0].node.computed;if(Cc[0].length===1){let ds=Cc[0][0].node;return ds.type==="ThisExpression"||ds.type==="Identifier"&&(Xs(ds.name)||ps&&Ul(ds.name)||bc)}let Ml=di(Cc[0]).node;return ji(Ml)&&Ml.property.type==="Identifier"&&(Xs(Ml.property.name)||bc)}let Ps=cs.length>=2&&!ta(cs[1][0].node)&&ss(cs);function jl(Cc){let bc=Cc.map(Ml=>Ml.printed);return Cc.length>0&&di(Cc).needsParens?["(",...bc,")"]:bc}function Dl(Cc){return Cc.length===0?"":io(Ia([Qa,Ta(Qa,Cc.map(jl))]))}let Wu=cs.map(jl),Fs=Wu,xs=Ps?3:2,Js=cs.flat(),ol=Js.slice(1,-1).some(Cc=>ta(Cc.node,va.Leading))||Js.slice(0,-1).some(Cc=>ta(Cc.node,va.Trailing))||cs[xs]&&ta(cs[xs][0].node,va.Leading);if(cs.length<=xs&&!ol)return da(Ma)?Fs:Ia(Fs);let Zs=di(cs[Ps?1:0]).node,xu=!Hn(Zs)&&As(Zs),yu=[jl(cs[0]),Ps?cs.slice(1,2).map(jl):"",xu?Qa:"",Dl(cs.slice(Ps?2:1))],vc=ns.map(Cc=>{let{node:bc}=Cc;return bc}).filter(Hn);function hd(){let Cc=di(di(cs)).node,bc=di(Wu);return Hn(Cc)&&ka(bc)&&vc.slice(0,-1).some(Ml=>Ml.arguments.some(Wi))}let Yc;return ol||vc.length>2&&vc.some(Cc=>!Cc.arguments.every(bc=>zi(bc,0)))||Wu.slice(0,-1).some(ka)||hd()?Yc=Ia(yu):Yc=[ka(Fs)||xu?hs:"",Ja([Fs,yu])],na("member-chain",Yc)}Fi.exports=xa}}),Lu=Mo({"src/language-js/print/call-expression.js"(Vn,Fi){Fn();var{builders:{join:In,group:di}}=Oc(),Kn=Is(),{getCallArguments:On,hasFlowAnnotationComment:Un,isCallExpression:Hn,isMemberish:ji,isStringLiteral:Wi,isTemplateOnItsOwnLine:da,isTestCall:sa,iterateCallArgumentsPath:fa}=Ld(),zi=fl(),ta=Ou(),{printOptionalToken:va,printFunctionTypeParameters:qa}=Wl();function Xa(Qa,Ia,io){let Ja=Qa.getValue(),hs=Qa.getParentNode(),na=Ja.type==="NewExpression",ka=Ja.type==="ImportExpression",ra=va(Qa),ma=On(Ja);if(ma.length>0&&(!ka&&!na&&Ta(Ja,hs)||ma.length===1&&da(ma[0],Ia.originalText)||!na&&sa(Ja,hs))){let pa=[];return fa(Qa,()=>{pa.push(io())}),[na?"new ":"",io("callee"),ra,qa(Qa,Ia,io),"(",In(", ",pa),")"]}let Zn=(Ia.parser==="babel"||Ia.parser==="babel-flow")&&Ja.callee&&Ja.callee.type==="Identifier"&&Un(Ja.callee.trailingComments);if(Zn&&(Ja.callee.trailingComments[0].printed=!0),!ka&&!na&&ji(Ja.callee)&&!Qa.call(pa=>Kn(pa,Ia),"callee"))return zi(Qa,Ia,io);let la=[na?"new ":"",ka?"import":io("callee"),ra,Zn?`/*:: ${Ja.callee.trailingComments[0].value.slice(2).trim()} */`:"",qa(Qa,Ia,io),ta(Qa,Ia,io)];return ka||Hn(Ja.callee)?di(la):la}function Ta(Qa,Ia){if(Qa.callee.type!=="Identifier")return!1;if(Qa.callee.name==="require")return!0;if(Qa.callee.name==="define"){let io=On(Qa);return Ia.type==="ExpressionStatement"&&(io.length===1||io.length===2&&io[0].type==="ArrayExpression"||io.length===3&&Wi(io[0])&&io[1].type==="ArrayExpression")}return!1}Fi.exports={printCallExpression:Xa}}}),mc=Mo({"src/language-js/print/assignment.js"(Vn,Fi){Fn();var{isNonEmptyArray:In,getStringWidth:di}=Zc(),{builders:{line:Kn,group:On,indent:Un,indentIfBreak:Hn,lineSuffixBoundary:ji},utils:{cleanDoc:Wi,willBreak:da,canBreak:sa}}=Oc(),{hasLeadingOwnLineComment:fa,isBinaryish:zi,isStringLiteral:ta,isLiteral:va,isNumericLiteral:qa,isCallExpression:Xa,isMemberExpression:Ta,getCallArguments:Qa,rawText:Ia,hasComment:io,isSignedNumericLiteral:Ja,isObjectProperty:hs}=Ld(),{shouldInlineLogicalExpression:na}=Yl(),{printCallExpression:ka}=Lu();function ra(ss,Ps,jl,Dl,Wu,Fs){let xs=la(ss,Ps,jl,Dl,Fs),Js=jl(Fs,{assignmentLayout:xs});switch(xs){case"break-after-operator":return On([On(Dl),Wu,On(Un([Kn,Js]))]);case"never-break-after-operator":return On([On(Dl),Wu," ",Js]);case"fluid":{let ol=Symbol("assignment");return On([On(Dl),Wu,On(Un(Kn),{id:ol}),ji,Hn(Js,{groupId:ol})])}case"break-lhs":return On([Dl,Wu," ",On(Js)]);case"chain":return[On(Dl),Wu,Kn,Js];case"chain-tail":return[On(Dl),Wu,Un([Kn,Js])];case"chain-tail-arrow-chain":return[On(Dl),Wu,Js];case"only-left":return Dl}}function ma(ss,Ps,jl){let Dl=ss.getValue();return ra(ss,Ps,jl,jl("left"),[" ",Dl.operator],"right")}function Zn(ss,Ps,jl){return ra(ss,Ps,jl,jl("id")," =","init")}function la(ss,Ps,jl,Dl,Wu){let Fs=ss.getValue(),xs=Fs[Wu];if(!xs)return"only-left";let Js=!Ma(xs);if(ss.match(Ma,Ha,Zs=>!Js||Zs.type!=="ExpressionStatement"&&Zs.type!=="VariableDeclaration"))return Js?xs.type==="ArrowFunctionExpression"&&xs.body.type==="ArrowFunctionExpression"?"chain-tail-arrow-chain":"chain-tail":"chain";if(!Js&&Ma(xs.right)||fa(Ps.originalText,xs))return"break-after-operator";if(xs.type==="CallExpression"&&xs.callee.name==="require"||Ps.parser==="json5"||Ps.parser==="json")return"never-break-after-operator";if(xa(Fs)||So(Fs)||ns(Fs)||As(Fs)&&sa(Dl))return"break-lhs";let ol=_l(Fs,Dl,Ps);return ss.call(()=>pa(ss,Ps,jl,ol),Wu)?"break-after-operator":ol||xs.type==="TemplateLiteral"||xs.type==="TaggedTemplateExpression"||xs.type==="BooleanLiteral"||qa(xs)||xs.type==="ClassExpression"?"never-break-after-operator":"fluid"}function pa(ss,Ps,jl,Dl){let Wu=ss.getValue();if(zi(Wu)&&!na(Wu))return!0;switch(Wu.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{let{test:Js}=Wu;return zi(Js)&&!na(Js)}case"ClassExpression":return In(Wu.decorators)}if(Dl)return!1;let Fs=Wu,xs=[];for(;;)if(Fs.type==="UnaryExpression")Fs=Fs.argument,xs.push("argument");else if(Fs.type==="TSNonNullExpression")Fs=Fs.expression,xs.push("expression");else break;return!!(ta(Fs)||ss.call(()=>cs(ss,Ps,jl),...xs))}function xa(ss){if(Ha(ss)){let Ps=ss.left||ss.id;return Ps.type==="ObjectPattern"&&Ps.properties.length>2&&Ps.properties.some(jl=>hs(jl)&&(!jl.shorthand||jl.value&&jl.value.type==="AssignmentPattern"))}return!1}function Ma(ss){return ss.type==="AssignmentExpression"}function Ha(ss){return Ma(ss)||ss.type==="VariableDeclarator"}function So(ss){let Ps=as(ss);if(In(Ps)){let jl=ss.type==="TSTypeAliasDeclaration"?"constraint":"bound";if(Ps.length>1&&Ps.some(Dl=>Dl[jl]||Dl.default))return!0}return!1}function as(ss){return ps(ss)&&ss.typeParameters&&ss.typeParameters.params?ss.typeParameters.params:null}function ps(ss){return ss.type==="TSTypeAliasDeclaration"||ss.type==="TypeAlias"}function ns(ss){if(ss.type!=="VariableDeclarator")return!1;let{typeAnnotation:Ps}=ss.id;if(!Ps||!Ps.typeAnnotation)return!1;let jl=ko(Ps.typeAnnotation);return In(jl)&&jl.length>1&&jl.some(Dl=>In(ko(Dl))||Dl.type==="TSConditionalType")}function As(ss){return ss.type==="VariableDeclarator"&&ss.init&&ss.init.type==="ArrowFunctionExpression"}function ko(ss){return Ws(ss)&&ss.typeParameters&&ss.typeParameters.params?ss.typeParameters.params:null}function Ws(ss){return ss.type==="TSTypeReference"||ss.type==="GenericTypeAnnotation"}function cs(ss,Ps,jl){let Dl=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,Wu=ss.getValue(),Fs=()=>cs(ss,Ps,jl,!0);if(Wu.type==="TSNonNullExpression")return ss.call(Fs,"expression");if(Xa(Wu)){if(ka(ss,Ps,jl).label==="member-chain")return!1;let xs=Qa(Wu);return!(xs.length===0||xs.length===1&&Ms(xs[0],Ps))||Xs(Wu,jl)?!1:ss.call(Fs,"callee")}return Ta(Wu)?ss.call(Fs,"object"):Dl&&(Wu.type==="Identifier"||Wu.type==="ThisExpression")}var Xo=.25;function Ms(ss,Ps){let{printWidth:jl}=Ps;if(io(ss))return!1;let Dl=jl*Xo;if(ss.type==="ThisExpression"||ss.type==="Identifier"&&ss.name.length<=Dl||Ja(ss)&&!io(ss.argument))return!0;let Wu=ss.type==="Literal"&&"regex"in ss&&ss.regex.pattern||ss.type==="RegExpLiteral"&&ss.pattern;return Wu?Wu.length<=Dl:ta(ss)?Ia(ss).length<=Dl:ss.type==="TemplateLiteral"?ss.expressions.length===0&&ss.quasis[0].value.raw.length<=Dl&&!ss.quasis[0].value.raw.includes(`
`):va(ss)}function _l(ss,Ps,jl){return hs(ss)?(Ps=Wi(Ps),typeof Ps=="string"&&di(Ps)<jl.tabWidth+3):!1}function Xs(ss,Ps){let jl=Ul(ss);if(In(jl)){if(jl.length>1)return!0;if(jl.length===1){let Wu=jl[0];if(Wu.type==="TSUnionType"||Wu.type==="UnionTypeAnnotation"||Wu.type==="TSIntersectionType"||Wu.type==="IntersectionTypeAnnotation"||Wu.type==="TSTypeLiteral"||Wu.type==="ObjectTypeAnnotation")return!0}let Dl=ss.typeParameters?"typeParameters":"typeArguments";if(da(Ps(Dl)))return!0}return!1}function Ul(ss){return ss.typeParameters&&ss.typeParameters.params||ss.typeArguments&&ss.typeArguments.params}Fi.exports={printVariableDeclarator:Zn,printAssignmentExpression:ma,printAssignment:ra,isArrowFunctionVariableDeclarator:As}}}),_c=Mo({"src/language-js/print/function-parameters.js"(Vn,Fi){Fn();var{getNextNonSpaceNonCommentCharacter:In}=Zc(),{printDanglingComments:di}=kc(),{builders:{line:Kn,hardline:On,softline:Un,group:Hn,indent:ji,ifBreak:Wi},utils:{removeLines:da,willBreak:sa}}=Oc(),{getFunctionParameters:fa,iterateFunctionParametersPath:zi,isSimpleType:ta,isTestCall:va,isTypeAnnotationAFunction:qa,isObjectType:Xa,isObjectTypePropertyAFunction:Ta,hasRestParameter:Qa,shouldPrintComma:Ia,hasComment:io,isNextLineEmpty:Ja}=Ld(),{locEnd:hs}=Of(),{ArgExpansionBailout:na}=Sd(),{printFunctionTypeParameters:ka}=Wl();function ra(pa,xa,Ma,Ha,So){let as=pa.getValue(),ps=fa(as),ns=So?ka(pa,Ma,xa):"";if(ps.length===0)return[ns,"(",di(pa,Ma,!0,Ms=>In(Ma.originalText,Ms,hs)===")"),")"];let As=pa.getParentNode(),ko=va(As),Ws=ma(as),cs=[];if(zi(pa,(Ms,_l)=>{let Xs=_l===ps.length-1;Xs&&as.rest&&cs.push("..."),cs.push(xa()),!Xs&&(cs.push(","),ko||Ws?cs.push(" "):Ja(ps[_l],Ma)?cs.push(On,On):cs.push(Kn))}),Ha){if(sa(ns)||sa(cs))throw new na;return Hn([da(ns),"(",da(cs),")"])}let Xo=ps.every(Ms=>!Ms.decorators);return Ws&&Xo?[ns,"(",...cs,")"]:ko?[ns,"(",...cs,")"]:(Ta(As)||qa(As)||As.type==="TypeAlias"||As.type==="UnionTypeAnnotation"||As.type==="TSUnionType"||As.type==="IntersectionTypeAnnotation"||As.type==="FunctionTypeAnnotation"&&As.returnType===as)&&ps.length===1&&ps[0].name===null&&as.this!==ps[0]&&ps[0].typeAnnotation&&as.typeParameters===null&&ta(ps[0].typeAnnotation)&&!as.rest?Ma.arrowParens==="always"?["(",...cs,")"]:cs:[ns,"(",ji([Un,...cs]),Wi(!Qa(as)&&Ia(Ma,"all")?",":""),Un,")"]}function ma(pa){if(!pa)return!1;let xa=fa(pa);if(xa.length!==1)return!1;let[Ma]=xa;return!io(Ma)&&(Ma.type==="ObjectPattern"||Ma.type==="ArrayPattern"||Ma.type==="Identifier"&&Ma.typeAnnotation&&(Ma.typeAnnotation.type==="TypeAnnotation"||Ma.typeAnnotation.type==="TSTypeAnnotation")&&Xa(Ma.typeAnnotation.typeAnnotation)||Ma.type==="FunctionTypeParam"&&Xa(Ma.typeAnnotation)||Ma.type==="AssignmentPattern"&&(Ma.left.type==="ObjectPattern"||Ma.left.type==="ArrayPattern")&&(Ma.right.type==="Identifier"||Ma.right.type==="ObjectExpression"&&Ma.right.properties.length===0||Ma.right.type==="ArrayExpression"&&Ma.right.elements.length===0))}function Zn(pa){let xa;return pa.returnType?(xa=pa.returnType,xa.typeAnnotation&&(xa=xa.typeAnnotation)):pa.typeAnnotation&&(xa=pa.typeAnnotation),xa}function la(pa,xa){let Ma=Zn(pa);if(!Ma)return!1;let Ha=pa.typeParameters&&pa.typeParameters.params;if(Ha){if(Ha.length>1)return!1;if(Ha.length===1){let So=Ha[0];if(So.constraint||So.default)return!1}}return fa(pa).length===1&&(Xa(Ma)||sa(xa))}Fi.exports={printFunctionParameters:ra,shouldHugFunctionParameters:ma,shouldGroupFunctionParameters:la}}}),no=Mo({"src/language-js/print/type-annotation.js"(Vn,Fi){Fn();var{printComments:In,printDanglingComments:di}=kc(),{isNonEmptyArray:Kn}=Zc(),{builders:{group:On,join:Un,line:Hn,softline:ji,indent:Wi,align:da,ifBreak:sa}}=Oc(),fa=Is(),{locStart:zi}=Of(),{isSimpleType:ta,isObjectType:va,hasLeadingOwnLineComment:qa,isObjectTypePropertyAFunction:Xa,shouldPrintComma:Ta}=Ld(),{printAssignment:Qa}=mc(),{printFunctionParameters:Ia,shouldGroupFunctionParameters:io}=_c(),{printArrayItems:Ja}=Su();function hs(Ma){if(ta(Ma)||va(Ma))return!0;if(Ma.type==="UnionTypeAnnotation"||Ma.type==="TSUnionType"){let Ha=Ma.types.filter(as=>as.type==="VoidTypeAnnotation"||as.type==="TSVoidKeyword"||as.type==="NullLiteralTypeAnnotation"||as.type==="TSNullKeyword").length,So=Ma.types.some(as=>as.type==="ObjectTypeAnnotation"||as.type==="TSTypeLiteral"||as.type==="GenericTypeAnnotation"||as.type==="TSTypeReference");if(Ma.types.length-1===Ha&&So)return!0}return!1}function na(Ma,Ha,So){let as=Ha.semi?";":"",ps=Ma.getValue(),ns=[];return ns.push("opaque type ",So("id"),So("typeParameters")),ps.supertype&&ns.push(": ",So("supertype")),ps.impltype&&ns.push(" = ",So("impltype")),ns.push(as),ns}function ka(Ma,Ha,So){let as=Ha.semi?";":"",ps=Ma.getValue(),ns=[];ps.declare&&ns.push("declare "),ns.push("type ",So("id"),So("typeParameters"));let As=ps.type==="TSTypeAliasDeclaration"?"typeAnnotation":"right";return[Qa(Ma,Ha,So,ns," =",As),as]}function ra(Ma,Ha,So){let as=Ma.getValue(),ps=Ma.map(So,"types"),ns=[],As=!1;for(let ko=0;ko<ps.length;++ko)ko===0?ns.push(ps[ko]):va(as.types[ko-1])&&va(as.types[ko])?ns.push([" & ",As?Wi(ps[ko]):ps[ko]]):!va(as.types[ko-1])&&!va(as.types[ko])?ns.push(Wi([" &",Hn,ps[ko]])):(ko>1&&(As=!0),ns.push(" & ",ko>1?Wi(ps[ko]):ps[ko]));return On(ns)}function ma(Ma,Ha,So){let as=Ma.getValue(),ps=Ma.getParentNode(),ns=ps.type!=="TypeParameterInstantiation"&&ps.type!=="TSTypeParameterInstantiation"&&ps.type!=="GenericTypeAnnotation"&&ps.type!=="TSTypeReference"&&ps.type!=="TSTypeAssertion"&&ps.type!=="TupleTypeAnnotation"&&ps.type!=="TSTupleType"&&!(ps.type==="FunctionTypeParam"&&!ps.name&&Ma.getParentNode(1).this!==ps)&&!((ps.type==="TypeAlias"||ps.type==="VariableDeclarator"||ps.type==="TSTypeAliasDeclaration")&&qa(Ha.originalText,as)),As=hs(as),ko=Ma.map(Xo=>{let Ms=So();return As||(Ms=da(2,Ms)),In(Xo,Ms,Ha)},"types");if(As)return Un(" | ",ko);let Ws=ns&&!qa(Ha.originalText,as),cs=[sa([Ws?Hn:"","| "]),Un([Hn,"| "],ko)];return fa(Ma,Ha)?On([Wi(cs),ji]):ps.type==="TupleTypeAnnotation"&&ps.types.length>1||ps.type==="TSTupleType"&&ps.elementTypes.length>1?On([Wi([sa(["(",ji]),cs]),ji,sa(")")]):On(ns?Wi(cs):cs)}function Zn(Ma,Ha,So){let as=Ma.getValue(),ps=[],ns=Ma.getParentNode(0),As=Ma.getParentNode(1),ko=Ma.getParentNode(2),Ws=as.type==="TSFunctionType"||!((ns.type==="ObjectTypeProperty"||ns.type==="ObjectTypeInternalSlot")&&!ns.variance&&!ns.optional&&zi(ns)===zi(as)||ns.type==="ObjectTypeCallProperty"||ko&&ko.type==="DeclareFunction"),cs=Ws&&(ns.type==="TypeAnnotation"||ns.type==="TSTypeAnnotation"),Xo=cs&&Ws&&(ns.type==="TypeAnnotation"||ns.type==="TSTypeAnnotation")&&As.type==="ArrowFunctionExpression";Xa(ns)&&(Ws=!0,cs=!0),Xo&&ps.push("(");let Ms=Ia(Ma,So,Ha,!1,!0),_l=as.returnType||as.predicate||as.typeAnnotation?[Ws?" => ":": ",So("returnType"),So("predicate"),So("typeAnnotation")]:"",Xs=io(as,_l);return ps.push(Xs?On(Ms):Ms),_l&&ps.push(_l),Xo&&ps.push(")"),On(ps)}function la(Ma,Ha,So){let as=Ma.getValue(),ps=as.type==="TSTupleType"?"elementTypes":"types",ns=as[ps],As=Kn(ns),ko=As?ji:"";return On(["[",Wi([ko,Ja(Ma,Ha,ps,So)]),sa(As&&Ta(Ha,"all")?",":""),di(Ma,Ha,!0),ko,"]"])}function pa(Ma,Ha,So){let as=Ma.getValue(),ps=as.type==="OptionalIndexedAccessType"&&as.optional?"?.[":"[";return[So("objectType"),ps,So("indexType"),"]"]}function xa(Ma,Ha,So){let as=Ma.getValue();return[as.postfix?"":So,Ha("typeAnnotation"),as.postfix?So:""]}Fi.exports={printOpaqueType:na,printTypeAlias:ka,printIntersectionType:ra,printUnionType:ma,printFunctionType:Zn,printTupleType:la,printIndexedAccessType:pa,shouldHugType:hs,printJSDocType:xa}}}),$u=Mo({"src/language-js/print/type-parameters.js"(Vn,Fi){Fn();var{printDanglingComments:In}=kc(),{builders:{join:di,line:Kn,hardline:On,softline:Un,group:Hn,indent:ji,ifBreak:Wi}}=Oc(),{isTestCall:da,hasComment:sa,CommentCheckFlags:fa,isTSXFile:zi,shouldPrintComma:ta,getFunctionParameters:va,isObjectType:qa,getTypeScriptMappedTypeModifier:Xa}=Ld(),{createGroupIdMapper:Ta}=Zc(),{shouldHugType:Qa}=no(),{isArrowFunctionVariableDeclarator:Ia}=mc(),io=Ta("typeParameters");function Ja(ka,ra,ma,Zn){let la=ka.getValue();if(!la[Zn])return"";if(!Array.isArray(la[Zn]))return ma(Zn);let pa=ka.getNode(2),xa=pa&&da(pa),Ma=ka.match(So=>!(So[Zn].length===1&&qa(So[Zn][0])),void 0,(So,as)=>as==="typeAnnotation",So=>So.type==="Identifier",Ia);if(la[Zn].length===0||!Ma&&(xa||la[Zn].length===1&&(la[Zn][0].type==="NullableTypeAnnotation"||Qa(la[Zn][0]))))return["<",di(", ",ka.map(ma,Zn)),hs(ka,ra),">"];let Ha=la.type==="TSTypeParameterInstantiation"?"":va(la).length===1&&zi(ra)&&!la[Zn][0].constraint&&ka.getParentNode().type==="ArrowFunctionExpression"?",":ta(ra,"all")?Wi(","):"";return Hn(["<",ji([Un,di([",",Kn],ka.map(ma,Zn))]),Ha,Un,">"],{id:io(la)})}function hs(ka,ra){let ma=ka.getValue();if(!sa(ma,fa.Dangling))return"";let Zn=!sa(ma,fa.Line),la=In(ka,ra,Zn);return Zn?la:[la,On]}function na(ka,ra,ma){let Zn=ka.getValue(),la=[Zn.type==="TSTypeParameter"&&Zn.const?"const ":""],pa=ka.getParentNode();return pa.type==="TSMappedType"?(pa.readonly&&la.push(Xa(pa.readonly,"readonly")," "),la.push("[",ma("name")),Zn.constraint&&la.push(" in ",ma("constraint")),pa.nameType&&la.push(" as ",ka.callParent(()=>ma("nameType"))),la.push("]"),la):(Zn.variance&&la.push(ma("variance")),Zn.in&&la.push("in "),Zn.out&&la.push("out "),la.push(ma("name")),Zn.bound&&la.push(": ",ma("bound")),Zn.constraint&&la.push(" extends ",ma("constraint")),Zn.default&&la.push(" = ",ma("default")),la)}Fi.exports={printTypeParameter:na,printTypeParameters:Ja,getTypeParametersGroupId:io}}}),Ic=Mo({"src/language-js/print/property.js"(Vn,Fi){Fn();var{printComments:In}=kc(),{printString:di,printNumber:Kn}=Zc(),{isNumericLiteral:On,isSimpleNumber:Un,isStringLiteral:Hn,isStringPropSafeToUnquote:ji,rawText:Wi}=Ld(),{printAssignment:da}=mc(),sa=new WeakMap;function fa(ta,va,qa){let Xa=ta.getNode();if(Xa.computed)return["[",qa("key"),"]"];let Ta=ta.getParentNode(),{key:Qa}=Xa;if(va.quoteProps==="consistent"&&!sa.has(Ta)){let Ia=(Ta.properties||Ta.body||Ta.members).some(io=>!io.computed&&io.key&&Hn(io.key)&&!ji(io,va));sa.set(Ta,Ia)}if((Qa.type==="Identifier"||On(Qa)&&Un(Kn(Wi(Qa)))&&String(Qa.value)===Kn(Wi(Qa))&&!(va.parser==="typescript"||va.parser==="babel-ts"))&&(va.parser==="json"||va.quoteProps==="consistent"&&sa.get(Ta))){let Ia=di(JSON.stringify(Qa.type==="Identifier"?Qa.name:Qa.value.toString()),va);return ta.call(io=>In(io,Ia,va),"key")}return ji(Xa,va)&&(va.quoteProps==="as-needed"||va.quoteProps==="consistent"&&!sa.get(Ta))?ta.call(Ia=>In(Ia,/^\d/.test(Qa.value)?Kn(Qa.value):Qa.value,va),"key"):qa("key")}function zi(ta,va,qa){return ta.getValue().shorthand?qa("value"):da(ta,va,qa,fa(ta,va,qa),":","value")}Fi.exports={printProperty:zi,printPropertyKey:fa}}}),ju=Mo({"src/language-js/print/function.js"(Vn,Fi){Fn();var In=Mc(),{printDanglingComments:di,printCommentsSeparately:Kn}=kc(),On=Lc(),{getNextNonSpaceNonCommentCharacterIndex:Un}=Zc(),{builders:{line:Hn,softline:ji,group:Wi,indent:da,ifBreak:sa,hardline:fa,join:zi,indentIfBreak:ta},utils:{removeLines:va,willBreak:qa}}=Oc(),{ArgExpansionBailout:Xa}=Sd(),{getFunctionParameters:Ta,hasLeadingOwnLineComment:Qa,isFlowAnnotationComment:Ia,isJsxNode:io,isTemplateOnItsOwnLine:Ja,shouldPrintComma:hs,startsWithNoLookaheadToken:na,isBinaryish:ka,isLineComment:ra,hasComment:ma,getComments:Zn,CommentCheckFlags:la,isCallLikeExpression:pa,isCallExpression:xa,getCallArguments:Ma,hasNakedLeftSide:Ha,getLeftSide:So}=Ld(),{locEnd:as}=Of(),{printFunctionParameters:ps,shouldGroupFunctionParameters:ns}=_c(),{printPropertyKey:As}=Ic(),{printFunctionTypeParameters:ko}=Wl();function Ws(xs,Js,ol,Zs){let xu=xs.getValue(),yu=!1;if((xu.type==="FunctionDeclaration"||xu.type==="FunctionExpression")&&Zs&&Zs.expandLastArg){let bc=xs.getParentNode();xa(bc)&&Ma(bc).length>1&&(yu=!0)}let vc=[];xu.type==="TSDeclareFunction"&&xu.declare&&vc.push("declare "),xu.async&&vc.push("async "),xu.generator?vc.push("function* "):vc.push("function "),xu.id&&vc.push(Js("id"));let hd=ps(xs,Js,ol,yu),Yc=Ps(xs,Js,ol),Cc=ns(xu,Yc);return vc.push(ko(xs,ol,Js),Wi([Cc?Wi(hd):hd,Yc]),xu.body?" ":"",Js("body")),ol.semi&&(xu.declare||!xu.body)&&vc.push(";"),vc}function cs(xs,Js,ol){let Zs=xs.getNode(),{kind:xu}=Zs,yu=Zs.value||Zs,vc=[];return!xu||xu==="init"||xu==="method"||xu==="constructor"?yu.async&&vc.push("async "):(In.ok(xu==="get"||xu==="set"),vc.push(xu," ")),yu.generator&&vc.push("*"),vc.push(As(xs,Js,ol),Zs.optional||Zs.key.optional?"?":""),Zs===yu?vc.push(Xo(xs,Js,ol)):yu.type==="FunctionExpression"?vc.push(xs.call(hd=>Xo(hd,Js,ol),"value")):vc.push(ol("value")),vc}function Xo(xs,Js,ol){let Zs=xs.getNode(),xu=ps(xs,ol,Js),yu=Ps(xs,ol,Js),vc=ns(Zs,yu),hd=[ko(xs,Js,ol),Wi([vc?Wi(xu):xu,yu])];return Zs.body?hd.push(" ",ol("body")):hd.push(Js.semi?";":""),hd}function Ms(xs,Js,ol,Zs){let xu=xs.getValue(),yu=[];if(xu.async&&yu.push("async "),ss(xs,Js))yu.push(ol(["params",0]));else{let hd=Zs&&(Zs.expandLastArg||Zs.expandFirstArg),Yc=Ps(xs,ol,Js);if(hd){if(qa(Yc))throw new Xa;Yc=Wi(va(Yc))}yu.push(Wi([ps(xs,ol,Js,hd,!0),Yc]))}let vc=di(xs,Js,!0,hd=>{let Yc=Un(Js.originalText,hd,as);return Yc!==!1&&Js.originalText.slice(Yc,Yc+2)==="=>"});return vc&&yu.push(" ",vc),yu}function _l(xs,Js,ol,Zs,xu,yu){let vc=xs.getName(),hd=xs.getParentNode(),Yc=pa(hd)&&vc==="callee",Cc=!!(Js&&Js.assignmentLayout),bc=yu.body.type!=="BlockStatement"&&yu.body.type!=="ObjectExpression"&&yu.body.type!=="SequenceExpression",Ml=Yc&&bc||Js&&Js.assignmentLayout==="chain-tail-arrow-chain",ds=Symbol("arrow-chain");return yu.body.type==="SequenceExpression"&&(xu=Wi(["(",da([ji,xu]),ji,")"])),Wi([Wi(da([Yc||Cc?ji:"",Wi(zi([" =>",Hn],ol),{shouldBreak:Zs})]),{id:ds,shouldBreak:Ml})," =>",ta(bc?da([Hn,xu]):[" ",xu],{groupId:ds}),Yc?sa(ji,"",{groupId:ds}):""])}function Xs(xs,Js,ol,Zs){let xu=xs.getValue(),yu=[],vc=[],hd=!1;if(function ds(){let Hl=Ms(xs,Js,ol,Zs);if(yu.length===0)yu.push(Hl);else{let{leading:Us,trailing:$l}=Kn(xs,Js);yu.push([Us,Hl]),vc.unshift($l)}hd=hd||xu.returnType&&Ta(xu).length>0||xu.typeParameters||Ta(xu).some(Us=>Us.type!=="Identifier"),xu.body.type!=="ArrowFunctionExpression"||Zs&&Zs.expandLastArg?vc.unshift(ol("body",Zs)):(xu=xu.body,xs.call(ds,"body"))}(),yu.length>1)return _l(xs,Zs,yu,hd,vc,xu);let Yc=yu;if(Yc.push(" =>"),!Qa(Js.originalText,xu.body)&&(xu.body.type==="ArrayExpression"||xu.body.type==="ObjectExpression"||xu.body.type==="BlockStatement"||io(xu.body)||Ja(xu.body,Js.originalText)||xu.body.type==="ArrowFunctionExpression"||xu.body.type==="DoExpression"))return Wi([...Yc," ",vc]);if(xu.body.type==="SequenceExpression")return Wi([...Yc,Wi([" (",da([ji,vc]),ji,")"])]);let Cc=(Zs&&Zs.expandLastArg||xs.getParentNode().type==="JSXExpressionContainer")&&!ma(xu),bc=Zs&&Zs.expandLastArg&&hs(Js,"all"),Ml=xu.body.type==="ConditionalExpression"&&!na(xu.body,ds=>ds.type==="ObjectExpression");return Wi([...Yc,Wi([da([Hn,Ml?sa("","("):"",vc,Ml?sa("",")"):""]),Cc?[sa(bc?",":""),ji]:""])])}function Ul(xs){let Js=Ta(xs);return Js.length===1&&!xs.typeParameters&&!ma(xs,la.Dangling)&&Js[0].type==="Identifier"&&!Js[0].typeAnnotation&&!ma(Js[0])&&!Js[0].optional&&!xs.predicate&&!xs.returnType}function ss(xs,Js){if(Js.arrowParens==="always")return!1;if(Js.arrowParens==="avoid"){let ol=xs.getValue();return Ul(ol)}return!1}function Ps(xs,Js,ol){let Zs=xs.getValue(),xu=Js("returnType");if(Zs.returnType&&Ia(ol.originalText,Zs.returnType))return[" /*: ",xu," */"];let yu=[xu];return Zs.returnType&&Zs.returnType.typeAnnotation&&yu.unshift(": "),Zs.predicate&&yu.push(Zs.returnType?" ":": ",Js("predicate")),yu}function jl(xs,Js,ol){let Zs=xs.getValue(),xu=Js.semi?";":"",yu=[];Zs.argument&&(Fs(Js,Zs.argument)?yu.push([" (",da([fa,ol("argument")]),fa,")"]):ka(Zs.argument)||Zs.argument.type==="SequenceExpression"?yu.push(Wi([sa(" ("," "),da([ji,ol("argument")]),ji,sa(")")])):yu.push(" ",ol("argument")));let vc=Zn(Zs),hd=On(vc),Yc=hd&&ra(hd);return Yc&&yu.push(xu),ma(Zs,la.Dangling)&&yu.push(" ",di(xs,Js,!0)),Yc||yu.push(xu),yu}function Dl(xs,Js,ol){return["return",jl(xs,Js,ol)]}function Wu(xs,Js,ol){return["throw",jl(xs,Js,ol)]}function Fs(xs,Js){if(Qa(xs.originalText,Js))return!0;if(Ha(Js)){let ol=Js,Zs;for(;Zs=So(ol);)if(ol=Zs,Qa(xs.originalText,ol))return!0}return!1}Fi.exports={printFunction:Ws,printArrowFunction:Xs,printMethod:cs,printReturnStatement:Dl,printThrowStatement:Wu,printMethodInternal:Xo,shouldPrintParamsWithoutParens:ss}}}),bu=Mo({"src/language-js/print/decorators.js"(Vn,Fi){Fn();var{isNonEmptyArray:In,hasNewline:di}=Zc(),{builders:{line:Kn,hardline:On,join:Un,breakParent:Hn,group:ji}}=Oc(),{locStart:Wi,locEnd:da}=Of(),{getParentExportDeclaration:sa}=Ld();function fa(Xa,Ta,Qa){let Ia=Xa.getValue();return ji([Un(Kn,Xa.map(Qa,"decorators")),va(Ia,Ta)?On:Kn])}function zi(Xa,Ta,Qa){return[Un(On,Xa.map(Qa,"declaration","decorators")),On]}function ta(Xa,Ta,Qa){let Ia=Xa.getValue(),{decorators:io}=Ia;if(!In(io)||qa(Xa.getParentNode()))return;let Ja=Ia.type==="ClassExpression"||Ia.type==="ClassDeclaration"||va(Ia,Ta);return[sa(Xa)?On:Ja?Hn:"",Un(Kn,Xa.map(Qa,"decorators")),Kn]}function va(Xa,Ta){return Xa.decorators.some(Qa=>di(Ta.originalText,da(Qa)))}function qa(Xa){if(Xa.type!=="ExportDefaultDeclaration"&&Xa.type!=="ExportNamedDeclaration"&&Xa.type!=="DeclareExportDeclaration")return!1;let Ta=Xa.declaration&&Xa.declaration.decorators;return In(Ta)&&Wi(Xa)===Wi(Ta[0])}Fi.exports={printDecorators:ta,printClassMemberDecorators:fa,printDecoratorsBeforeExport:zi,hasDecoratorsBeforeExport:qa}}}),Ku=Mo({"src/language-js/print/class.js"(Vn,Fi){Fn();var{isNonEmptyArray:In,createGroupIdMapper:di}=Zc(),{printComments:Kn,printDanglingComments:On}=kc(),{builders:{join:Un,line:Hn,hardline:ji,softline:Wi,group:da,indent:sa,ifBreak:fa}}=Oc(),{hasComment:zi,CommentCheckFlags:ta}=Ld(),{getTypeParametersGroupId:va}=$u(),{printMethod:qa}=ju(),{printOptionalToken:Xa,printTypeAnnotation:Ta,printDefiniteToken:Qa}=Wl(),{printPropertyKey:Ia}=Ic(),{printAssignment:io}=mc(),{printClassMemberDecorators:Ja}=bu();function hs(Ma,Ha,So){let as=Ma.getValue(),ps=[];as.declare&&ps.push("declare "),as.abstract&&ps.push("abstract "),ps.push("class");let ns=as.id&&zi(as.id,ta.Trailing)||as.typeParameters&&zi(as.typeParameters,ta.Trailing)||as.superClass&&zi(as.superClass)||In(as.extends)||In(as.mixins)||In(as.implements),As=[],ko=[];if(as.id&&As.push(" ",So("id")),As.push(So("typeParameters")),as.superClass){let Ws=[la(Ma,Ha,So),So("superTypeParameters")],cs=Ma.call(Xo=>["extends ",Kn(Xo,Ws,Ha)],"superClass");ns?ko.push(Hn,da(cs)):ko.push(" ",cs)}else ko.push(Zn(Ma,Ha,So,"extends"));if(ko.push(Zn(Ma,Ha,So,"mixins"),Zn(Ma,Ha,So,"implements")),ns){let Ws;ma(as)?Ws=[...As,sa(ko)]:Ws=sa([...As,ko]),ps.push(da(Ws,{id:na(as)}))}else ps.push(...As,...ko);return ps.push(" ",So("body")),ps}var na=di("heritageGroup");function ka(Ma){return fa(ji,"",{groupId:na(Ma)})}function ra(Ma){return["superClass","extends","mixins","implements"].filter(Ha=>!!Ma[Ha]).length>1}function ma(Ma){return Ma.typeParameters&&!zi(Ma.typeParameters,ta.Trailing|ta.Line)&&!ra(Ma)}function Zn(Ma,Ha,So,as){let ps=Ma.getValue();if(!In(ps[as]))return"";let ns=On(Ma,Ha,!0,As=>{let{marker:ko}=As;return ko===as});return[ma(ps)?fa(" ",Hn,{groupId:va(ps.typeParameters)}):Hn,ns,ns&&ji,as,da(sa([Hn,Un([",",Hn],Ma.map(So,as))]))]}function la(Ma,Ha,So){let as=So("superClass");return Ma.getParentNode().type==="AssignmentExpression"?da(fa(["(",sa([Wi,as]),Wi,")"],as)):as}function pa(Ma,Ha,So){let as=Ma.getValue(),ps=[];return In(as.decorators)&&ps.push(Ja(Ma,Ha,So)),as.accessibility&&ps.push(as.accessibility+" "),as.readonly&&ps.push("readonly "),as.declare&&ps.push("declare "),as.static&&ps.push("static "),(as.type==="TSAbstractMethodDefinition"||as.abstract)&&ps.push("abstract "),as.override&&ps.push("override "),ps.push(qa(Ma,Ha,So)),ps}function xa(Ma,Ha,So){let as=Ma.getValue(),ps=[],ns=Ha.semi?";":"";return In(as.decorators)&&ps.push(Ja(Ma,Ha,So)),as.accessibility&&ps.push(as.accessibility+" "),as.declare&&ps.push("declare "),as.static&&ps.push("static "),(as.type==="TSAbstractPropertyDefinition"||as.type==="TSAbstractAccessorProperty"||as.abstract)&&ps.push("abstract "),as.override&&ps.push("override "),as.readonly&&ps.push("readonly "),as.variance&&ps.push(So("variance")),(as.type==="ClassAccessorProperty"||as.type==="AccessorProperty"||as.type==="TSAbstractAccessorProperty")&&ps.push("accessor "),ps.push(Ia(Ma,Ha,So),Xa(Ma),Qa(Ma),Ta(Ma,Ha,So)),[io(Ma,Ha,So,ps," =","value"),ns]}Fi.exports={printClass:hs,printClassMethod:pa,printClassProperty:xa,printHardlineAfterHeritage:ka}}}),du=Mo({"src/language-js/print/interface.js"(Vn,Fi){Fn();var{isNonEmptyArray:In}=Zc(),{builders:{join:di,line:Kn,group:On,indent:Un,ifBreak:Hn}}=Oc(),{hasComment:ji,identity:Wi,CommentCheckFlags:da}=Ld(),{getTypeParametersGroupId:sa}=$u(),{printTypeScriptModifiers:fa}=Wl();function zi(ta,va,qa){let Xa=ta.getValue(),Ta=[];Xa.declare&&Ta.push("declare "),Xa.type==="TSInterfaceDeclaration"&&Ta.push(Xa.abstract?"abstract ":"",fa(ta,va,qa)),Ta.push("interface");let Qa=[],Ia=[];Xa.type!=="InterfaceTypeAnnotation"&&Qa.push(" ",qa("id"),qa("typeParameters"));let io=Xa.typeParameters&&!ji(Xa.typeParameters,da.Trailing|da.Line);return In(Xa.extends)&&Ia.push(io?Hn(" ",Kn,{groupId:sa(Xa.typeParameters)}):Kn,"extends ",(Xa.extends.length===1?Wi:Un)(di([",",Kn],ta.map(qa,"extends")))),Xa.id&&ji(Xa.id,da.Trailing)||In(Xa.extends)?io?Ta.push(On([...Qa,Un(Ia)])):Ta.push(On(Un([...Qa,...Ia]))):Ta.push(...Qa,...Ia),Ta.push(" ",qa("body")),On(Ta)}Fi.exports={printInterface:zi}}}),Kl=Mo({"src/language-js/print/module.js"(Vn,Fi){Fn();var{isNonEmptyArray:In}=Zc(),{builders:{softline:di,group:Kn,indent:On,join:Un,line:Hn,ifBreak:ji,hardline:Wi}}=Oc(),{printDanglingComments:da}=kc(),{hasComment:sa,CommentCheckFlags:fa,shouldPrintComma:zi,needsHardlineAfterDanglingComment:ta,isStringLiteral:va,rawText:qa}=Ld(),{locStart:Xa,hasSameLoc:Ta}=Of(),{hasDecoratorsBeforeExport:Qa,printDecoratorsBeforeExport:Ia}=bu();function io(xa,Ma,Ha){let So=xa.getValue(),as=Ma.semi?";":"",ps=[],{importKind:ns}=So;return ps.push("import"),ns&&ns!=="value"&&ps.push(" ",ns),ps.push(ra(xa,Ma,Ha),ka(xa,Ma,Ha),Zn(xa,Ma,Ha),as),ps}function Ja(xa,Ma,Ha){let So=xa.getValue(),as=[];Qa(So)&&as.push(Ia(xa,Ma,Ha));let{type:ps,exportKind:ns,declaration:As}=So;return as.push("export"),(So.default||ps==="ExportDefaultDeclaration")&&as.push(" default"),sa(So,fa.Dangling)&&(as.push(" ",da(xa,Ma,!0)),ta(So)&&as.push(Wi)),As?as.push(" ",Ha("declaration")):as.push(ns==="type"?" type":"",ra(xa,Ma,Ha),ka(xa,Ma,Ha),Zn(xa,Ma,Ha)),na(So,Ma)&&as.push(";"),as}function hs(xa,Ma,Ha){let So=xa.getValue(),as=Ma.semi?";":"",ps=[],{exportKind:ns,exported:As}=So;return ps.push("export"),ns==="type"&&ps.push(" type"),ps.push(" *"),As&&ps.push(" as ",Ha("exported")),ps.push(ka(xa,Ma,Ha),Zn(xa,Ma,Ha),as),ps}function na(xa,Ma){if(!Ma.semi)return!1;let{type:Ha,declaration:So}=xa,as=xa.default||Ha==="ExportDefaultDeclaration";if(!So)return!0;let{type:ps}=So;return!!(as&&ps!=="ClassDeclaration"&&ps!=="FunctionDeclaration"&&ps!=="TSInterfaceDeclaration"&&ps!=="DeclareClass"&&ps!=="DeclareFunction"&&ps!=="TSDeclareFunction"&&ps!=="EnumDeclaration")}function ka(xa,Ma,Ha){let So=xa.getValue();if(!So.source)return"";let as=[];return ma(So,Ma)||as.push(" from"),as.push(" ",Ha("source")),as}function ra(xa,Ma,Ha){let So=xa.getValue();if(ma(So,Ma))return"";let as=[" "];if(In(So.specifiers)){let ps=[],ns=[];xa.each(()=>{let As=xa.getValue().type;if(As==="ExportNamespaceSpecifier"||As==="ExportDefaultSpecifier"||As==="ImportNamespaceSpecifier"||As==="ImportDefaultSpecifier")ps.push(Ha());else if(As==="ExportSpecifier"||As==="ImportSpecifier")ns.push(Ha());else throw new Error(`Unknown specifier type ${JSON.stringify(As)}`)},"specifiers"),as.push(Un(", ",ps)),ns.length>0&&(ps.length>0&&as.push(", "),ns.length>1||ps.length>0||So.specifiers.some(As=>sa(As))?as.push(Kn(["{",On([Ma.bracketSpacing?Hn:di,Un([",",Hn],ns)]),ji(zi(Ma)?",":""),Ma.bracketSpacing?Hn:di,"}"])):as.push(["{",Ma.bracketSpacing?" ":"",...ns,Ma.bracketSpacing?" ":"","}"]))}else as.push("{}");return as}function ma(xa,Ma){let{type:Ha,importKind:So,source:as,specifiers:ps}=xa;return Ha!=="ImportDeclaration"||In(ps)||So==="type"?!1:!/{\s*}/.test(Ma.originalText.slice(Xa(xa),Xa(as)))}function Zn(xa,Ma,Ha){let So=xa.getNode();return In(So.assertions)?[" assert {",Ma.bracketSpacing?" ":"",Un(", ",xa.map(Ha,"assertions")),Ma.bracketSpacing?" ":"","}"]:""}function la(xa,Ma,Ha){let So=xa.getNode(),{type:as}=So,ps=[],ns=as==="ImportSpecifier"?So.importKind:So.exportKind;ns&&ns!=="value"&&ps.push(ns," ");let As=as.startsWith("Import"),ko=As?"imported":"local",Ws=As?"local":"exported",cs=So[ko],Xo=So[Ws],Ms="",_l="";return as==="ExportNamespaceSpecifier"||as==="ImportNamespaceSpecifier"?Ms="*":cs&&(Ms=Ha(ko)),Xo&&!pa(So)&&(_l=Ha(Ws)),ps.push(Ms,Ms&&_l?" as ":"",_l),ps}function pa(xa){if(xa.type!=="ImportSpecifier"&&xa.type!=="ExportSpecifier")return!1;let{local:Ma,[xa.type==="ImportSpecifier"?"imported":"exported"]:Ha}=xa;if(Ma.type!==Ha.type||!Ta(Ma,Ha))return!1;if(va(Ma))return Ma.value===Ha.value&&qa(Ma)===qa(Ha);switch(Ma.type){case"Identifier":return Ma.name===Ha.name;default:return!1}}Fi.exports={printImportDeclaration:io,printExportDeclaration:Ja,printExportAllDeclaration:hs,printModuleSpecifier:la}}}),gu=Mo({"src/language-js/print/object.js"(Vn,Fi){Fn();var{printDanglingComments:In}=kc(),{builders:{line:di,softline:Kn,group:On,indent:Un,ifBreak:Hn,hardline:ji}}=Oc(),{getLast:Wi,hasNewlineInRange:da,hasNewline:sa,isNonEmptyArray:fa}=Zc(),{shouldPrintComma:zi,hasComment:ta,getComments:va,CommentCheckFlags:qa,isNextLineEmpty:Xa}=Ld(),{locStart:Ta,locEnd:Qa}=Of(),{printOptionalToken:Ia,printTypeAnnotation:io}=Wl(),{shouldHugFunctionParameters:Ja}=_c(),{shouldHugType:hs}=no(),{printHardlineAfterHeritage:na}=Ku();function ka(ra,ma,Zn){let la=ma.semi?";":"",pa=ra.getValue(),xa;pa.type==="TSTypeLiteral"?xa="members":pa.type==="TSInterfaceBody"?xa="body":xa="properties";let Ma=pa.type==="ObjectTypeAnnotation",Ha=[xa];Ma&&Ha.push("indexers","callProperties","internalSlots");let So=Ha.map(ss=>pa[ss][0]).sort((ss,Ps)=>Ta(ss)-Ta(Ps))[0],as=ra.getParentNode(0),ps=Ma&&as&&(as.type==="InterfaceDeclaration"||as.type==="DeclareInterface"||as.type==="DeclareClass")&&ra.getName()==="body",ns=pa.type==="TSInterfaceBody"||ps||pa.type==="ObjectPattern"&&as.type!=="FunctionDeclaration"&&as.type!=="FunctionExpression"&&as.type!=="ArrowFunctionExpression"&&as.type!=="ObjectMethod"&&as.type!=="ClassMethod"&&as.type!=="ClassPrivateMethod"&&as.type!=="AssignmentPattern"&&as.type!=="CatchClause"&&pa.properties.some(ss=>ss.value&&(ss.value.type==="ObjectPattern"||ss.value.type==="ArrayPattern"))||pa.type!=="ObjectPattern"&&So&&da(ma.originalText,Ta(pa),Ta(So)),As=ps?";":pa.type==="TSInterfaceBody"||pa.type==="TSTypeLiteral"?Hn(la,";"):",",ko=pa.type==="RecordExpression"?"#{":pa.exact?"{|":"{",Ws=pa.exact?"|}":"}",cs=[];for(let ss of Ha)ra.each(Ps=>{let jl=Ps.getValue();cs.push({node:jl,printed:Zn(),loc:Ta(jl)})},ss);Ha.length>1&&cs.sort((ss,Ps)=>ss.loc-Ps.loc);let Xo=[],Ms=cs.map(ss=>{let Ps=[...Xo,On(ss.printed)];return Xo=[As,di],(ss.node.type==="TSPropertySignature"||ss.node.type==="TSMethodSignature"||ss.node.type==="TSConstructSignatureDeclaration")&&ta(ss.node,qa.PrettierIgnore)&&Xo.shift(),Xa(ss.node,ma)&&Xo.push(ji),Ps});if(pa.inexact){let ss;if(ta(pa,qa.Dangling)){let Ps=ta(pa,qa.Line);ss=[In(ra,ma,!0),Ps||sa(ma.originalText,Qa(Wi(va(pa))))?ji:di,"..."]}else ss=["..."];Ms.push([...Xo,...ss])}let _l=Wi(pa[xa]),Xs=!(pa.inexact||_l&&_l.type==="RestElement"||_l&&(_l.type==="TSPropertySignature"||_l.type==="TSCallSignatureDeclaration"||_l.type==="TSMethodSignature"||_l.type==="TSConstructSignatureDeclaration")&&ta(_l,qa.PrettierIgnore)),Ul;if(Ms.length===0){if(!ta(pa,qa.Dangling))return[ko,Ws,io(ra,ma,Zn)];Ul=On([ko,In(ra,ma),Kn,Ws,Ia(ra),io(ra,ma,Zn)])}else Ul=[ps&&fa(pa.properties)?na(as):"",ko,Un([ma.bracketSpacing?di:Kn,...Ms]),Hn(Xs&&(As!==","||zi(ma))?As:""),ma.bracketSpacing?di:Kn,Ws,Ia(ra),io(ra,ma,Zn)];return ra.match(ss=>ss.type==="ObjectPattern"&&!ss.decorators,(ss,Ps,jl)=>Ja(ss)&&(Ps==="params"||Ps==="parameters"||Ps==="this"||Ps==="rest")&&jl===0)||ra.match(hs,(ss,Ps)=>Ps==="typeAnnotation",(ss,Ps)=>Ps==="typeAnnotation",(ss,Ps,jl)=>Ja(ss)&&(Ps==="params"||Ps==="parameters"||Ps==="this"||Ps==="rest")&&jl===0)||!ns&&ra.match(ss=>ss.type==="ObjectPattern",ss=>ss.type==="AssignmentExpression"||ss.type==="VariableDeclarator")?Ul:On(Ul,{shouldBreak:ns})}Fi.exports={printObject:ka}}}),Uu=Mo({"src/language-js/print/flow.js"(Vn,Fi){Fn();var In=Mc(),{printDanglingComments:di}=kc(),{printString:Kn,printNumber:On}=Zc(),{builders:{hardline:Un,softline:Hn,group:ji,indent:Wi}}=Oc(),{getParentExportDeclaration:da,isFunctionNotation:sa,isGetterOrSetter:fa,rawText:zi,shouldPrintComma:ta}=Ld(),{locStart:va,locEnd:qa}=Of(),{replaceTextEndOfLine:Xa}=Pf(),{printClass:Ta}=Ku(),{printOpaqueType:Qa,printTypeAlias:Ia,printIntersectionType:io,printUnionType:Ja,printFunctionType:hs,printTupleType:na,printIndexedAccessType:ka}=no(),{printInterface:ra}=du(),{printTypeParameter:ma,printTypeParameters:Zn}=$u(),{printExportDeclaration:la,printExportAllDeclaration:pa}=Kl(),{printArrayItems:xa}=Su(),{printObject:Ma}=gu(),{printPropertyKey:Ha}=Ic(),{printOptionalToken:So,printTypeAnnotation:as,printRestSpread:ps}=Wl();function ns(ko,Ws,cs){let Xo=ko.getValue(),Ms=Ws.semi?";":"",_l=[];switch(Xo.type){case"DeclareClass":return As(ko,Ta(ko,Ws,cs));case"DeclareFunction":return As(ko,["function ",cs("id"),Xo.predicate?" ":"",cs("predicate"),Ms]);case"DeclareModule":return As(ko,["module ",cs("id")," ",cs("body")]);case"DeclareModuleExports":return As(ko,["module.exports",": ",cs("typeAnnotation"),Ms]);case"DeclareVariable":return As(ko,["var ",cs("id"),Ms]);case"DeclareOpaqueType":return As(ko,Qa(ko,Ws,cs));case"DeclareInterface":return As(ko,ra(ko,Ws,cs));case"DeclareTypeAlias":return As(ko,Ia(ko,Ws,cs));case"DeclareExportDeclaration":return As(ko,la(ko,Ws,cs));case"DeclareExportAllDeclaration":return As(ko,pa(ko,Ws,cs));case"OpaqueType":return Qa(ko,Ws,cs);case"TypeAlias":return Ia(ko,Ws,cs);case"IntersectionTypeAnnotation":return io(ko,Ws,cs);case"UnionTypeAnnotation":return Ja(ko,Ws,cs);case"FunctionTypeAnnotation":return hs(ko,Ws,cs);case"TupleTypeAnnotation":return na(ko,Ws,cs);case"GenericTypeAnnotation":return[cs("id"),Zn(ko,Ws,cs,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return ka(ko,Ws,cs);case"TypeAnnotation":return cs("typeAnnotation");case"TypeParameter":return ma(ko,Ws,cs);case"TypeofTypeAnnotation":return["typeof ",cs("argument")];case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[cs("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(Xo.value);case"EnumDeclaration":return["enum ",cs("id")," ",cs("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":{if(Xo.type==="EnumSymbolBody"||Xo.explicitType){let Xs=null;switch(Xo.type){case"EnumBooleanBody":Xs="boolean";break;case"EnumNumberBody":Xs="number";break;case"EnumStringBody":Xs="string";break;case"EnumSymbolBody":Xs="symbol";break}_l.push("of ",Xs," ")}if(Xo.members.length===0&&!Xo.hasUnknownMembers)_l.push(ji(["{",di(ko,Ws),Hn,"}"]));else{let Xs=Xo.members.length>0?[Un,xa(ko,Ws,"members",cs),Xo.hasUnknownMembers||ta(Ws)?",":""]:[];_l.push(ji(["{",Wi([...Xs,...Xo.hasUnknownMembers?[Un,"..."]:[]]),di(ko,Ws,!0),Un,"}"]))}return _l}case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[cs("id")," = ",typeof Xo.init=="object"?cs("init"):String(Xo.init)];case"EnumDefaultedMember":return cs("id");case"FunctionTypeParam":{let Xs=Xo.name?cs("name"):ko.getParentNode().this===Xo?"this":"";return[Xs,So(ko),Xs?": ":"",cs("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return ra(ko,Ws,cs);case"ClassImplements":case"InterfaceExtends":return[cs("id"),cs("typeParameters")];case"NullableTypeAnnotation":return["?",cs("typeAnnotation")];case"Variance":{let{kind:Xs}=Xo;return In.ok(Xs==="plus"||Xs==="minus"),Xs==="plus"?"+":"-"}case"ObjectTypeCallProperty":return Xo.static&&_l.push("static "),_l.push(cs("value")),_l;case"ObjectTypeIndexer":return[Xo.static?"static ":"",Xo.variance?cs("variance"):"","[",cs("id"),Xo.id?": ":"",cs("key"),"]: ",cs("value")];case"ObjectTypeProperty":{let Xs="";return Xo.proto?Xs="proto ":Xo.static&&(Xs="static "),[Xs,fa(Xo)?Xo.kind+" ":"",Xo.variance?cs("variance"):"",Ha(ko,Ws,cs),So(ko),sa(Xo)?"":": ",cs("value")]}case"ObjectTypeAnnotation":return Ma(ko,Ws,cs);case"ObjectTypeInternalSlot":return[Xo.static?"static ":"","[[",cs("id"),"]]",So(ko),Xo.method?"":": ",cs("value")];case"ObjectTypeSpreadProperty":return ps(ko,Ws,cs);case"QualifiedTypeofIdentifier":case"QualifiedTypeIdentifier":return[cs("qualification"),".",cs("id")];case"StringLiteralTypeAnnotation":return Xa(Kn(zi(Xo),Ws));case"NumberLiteralTypeAnnotation":In.strictEqual(typeof Xo.value,"number");case"BigIntLiteralTypeAnnotation":return Xo.extra?On(Xo.extra.raw):On(Xo.raw);case"TypeCastExpression":return["(",cs("expression"),as(ko,Ws,cs),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{let Xs=Zn(ko,Ws,cs,"params");if(Ws.parser==="flow"){let Ul=va(Xo),ss=qa(Xo),Ps=Ws.originalText.lastIndexOf("/*",Ul),jl=Ws.originalText.indexOf("*/",ss);if(Ps!==-1&&jl!==-1){let Dl=Ws.originalText.slice(Ps+2,jl).trim();if(Dl.startsWith("::")&&!Dl.includes("/*")&&!Dl.includes("*/"))return["/*:: ",Xs," */"]}}return Xs}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",cs("value"),")"];case"AnyTypeAnnotation":return"any";case"BooleanTypeAnnotation":return"boolean";case"BigIntTypeAnnotation":return"bigint";case"NullLiteralTypeAnnotation":return"null";case"NumberTypeAnnotation":return"number";case"SymbolTypeAnnotation":return"symbol";case"StringTypeAnnotation":return"string";case"VoidTypeAnnotation":return"void";case"ThisTypeAnnotation":return"this";case"Node":case"Printable":case"SourceLocation":case"Position":case"Statement":case"Function":case"Pattern":case"Expression":case"Declaration":case"Specifier":case"NamedSpecifier":case"Comment":case"MemberTypeAnnotation":case"Type":throw new Error("unprintable type: "+JSON.stringify(Xo.type))}}function As(ko,Ws){let cs=da(ko);return cs?(In.strictEqual(cs.type,"DeclareExportDeclaration"),Ws):["declare ",Ws]}Fi.exports={printFlow:ns}}}),yc=Mo({"src/language-js/utils/is-ts-keyword-type.js"(Vn,Fi){Fn();function In(di){let{type:Kn}=di;return Kn.startsWith("TS")&&Kn.endsWith("Keyword")}Fi.exports=In}}),Fc=Mo({"src/language-js/print/ternary.js"(Vn,Fi){Fn();var{hasNewlineInRange:In}=Zc(),{isJsxNode:di,getComments:Kn,isCallExpression:On,isMemberExpression:Un,isTSTypeExpression:Hn}=Ld(),{locStart:ji,locEnd:Wi}=Of(),da=Bd(),{builders:{line:sa,softline:fa,group:zi,indent:ta,align:va,ifBreak:qa,dedent:Xa,breakParent:Ta}}=Oc();function Qa(na){let ka=[na];for(let ra=0;ra<ka.length;ra++){let ma=ka[ra];for(let Zn of["test","consequent","alternate"]){let la=ma[Zn];if(di(la))return!0;la.type==="ConditionalExpression"&&ka.push(la)}}return!1}function Ia(na,ka,ra){let ma=na.getValue(),Zn=ma.type==="ConditionalExpression",la=Zn?"alternate":"falseType",pa=na.getParentNode(),xa=Zn?ra("test"):[ra("checkType")," ","extends"," ",ra("extendsType")];return pa.type===ma.type&&pa[la]===ma?va(2,xa):xa}var io=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"]]);function Ja(na){let ka=na.getValue();if(ka.type!=="ConditionalExpression")return!1;let ra,ma=ka;for(let Zn=0;!ra;Zn++){let la=na.getParentNode(Zn);if(On(la)&&la.callee===ma||Un(la)&&la.object===ma||la.type==="TSNonNullExpression"&&la.expression===ma){ma=la;continue}la.type==="NewExpression"&&la.callee===ma||Hn(la)&&la.expression===ma?(ra=na.getParentNode(Zn+1),ma=la):ra=la}return ma===ka?!1:ra[io.get(ra.type)]===ma}function hs(na,ka,ra){let ma=na.getValue(),Zn=ma.type==="ConditionalExpression",la=Zn?"consequent":"trueType",pa=Zn?"alternate":"falseType",xa=Zn?["test"]:["checkType","extendsType"],Ma=ma[la],Ha=ma[pa],So=[],as=!1,ps=na.getParentNode(),ns=ps.type===ma.type&&xa.some(jl=>ps[jl]===ma),As=ps.type===ma.type&&!ns,ko,Ws,cs=0;do Ws=ko||ma,ko=na.getParentNode(cs),cs++;while(ko&&ko.type===ma.type&&xa.every(jl=>ko[jl]!==Ws));let Xo=ko||ps,Ms=Ws;if(Zn&&(di(ma[xa[0]])||di(Ma)||di(Ha)||Qa(Ms))){as=!0,As=!0;let jl=Wu=>[qa("("),ta([fa,Wu]),fa,qa(")")],Dl=Wu=>Wu.type==="NullLiteral"||Wu.type==="Literal"&&Wu.value===null||Wu.type==="Identifier"&&Wu.name==="undefined";So.push(" ? ",Dl(Ma)?ra(la):jl(ra(la))," : ",Ha.type===ma.type||Dl(Ha)?ra(pa):jl(ra(pa)))}else{let jl=[sa,"? ",Ma.type===ma.type?qa("","("):"",va(2,ra(la)),Ma.type===ma.type?qa("",")"):"",sa,": ",Ha.type===ma.type?ra(pa):va(2,ra(pa))];So.push(ps.type!==ma.type||ps[pa]===ma||ns?jl:ka.useTabs?Xa(ta(jl)):va(Math.max(0,ka.tabWidth-2),jl))}let _l=[...xa.map(jl=>Kn(ma[jl])),Kn(Ma),Kn(Ha)].flat().some(jl=>da(jl)&&In(ka.originalText,ji(jl),Wi(jl))),Xs=jl=>ps===Xo?zi(jl,{shouldBreak:_l}):_l?[jl,Ta]:jl,Ul=!as&&(Un(ps)||ps.type==="NGPipeExpression"&&ps.left===ma)&&!ps.computed,ss=Ja(na),Ps=Xs([Ia(na,ka,ra),As?So:ta(So),Zn&&Ul&&!ss?fa:""]);return ns||ss?zi([ta([fa,Ps]),fa]):Ps}Fi.exports={printTernary:hs}}}),zc=Mo({"src/language-js/print/statement.js"(Vn,Fi){Fn();var{builders:{hardline:In}}=Oc(),di=Is(),{getLeftSidePathName:Kn,hasNakedLeftSide:On,isJsxNode:Un,isTheOnlyJsxElementInMarkdown:Hn,hasComment:ji,CommentCheckFlags:Wi,isNextLineEmpty:da}=Ld(),{shouldPrintParamsWithoutParens:sa}=ju();function fa(Ia,io,Ja,hs){let na=Ia.getValue(),ka=[],ra=na.type==="ClassBody",ma=zi(na[hs]);return Ia.each((Zn,la,pa)=>{let xa=Zn.getValue();if(xa.type==="EmptyStatement")return;let Ma=Ja();!io.semi&&!ra&&!Hn(io,Zn)&&ta(Zn,io)?ji(xa,Wi.Leading)?ka.push(Ja([],{needsSemi:!0})):ka.push(";",Ma):ka.push(Ma),!io.semi&&ra&&Ta(xa)&&Qa(xa,pa[la+1])&&ka.push(";"),xa!==ma&&(ka.push(In),da(xa,io)&&ka.push(In))},hs),ka}function zi(Ia){for(let io=Ia.length-1;io>=0;io--){let Ja=Ia[io];if(Ja.type!=="EmptyStatement")return Ja}}function ta(Ia,io){return Ia.getNode().type!=="ExpressionStatement"?!1:Ia.call(Ja=>va(Ja,io),"expression")}function va(Ia,io){let Ja=Ia.getValue();switch(Ja.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":{if(!sa(Ia,io))return!0;break}case"UnaryExpression":{let{prefix:hs,operator:na}=Ja;if(hs&&(na==="+"||na==="-"))return!0;break}case"BindExpression":{if(!Ja.object)return!0;break}case"Literal":{if(Ja.regex)return!0;break}default:if(Un(Ja))return!0}return di(Ia,io)?!0:On(Ja)?Ia.call(hs=>va(hs,io),...Kn(Ia,Ja)):!1}function qa(Ia,io,Ja){return fa(Ia,io,Ja,"body")}function Xa(Ia,io,Ja){return fa(Ia,io,Ja,"consequent")}var Ta=Ia=>{let{type:io}=Ia;return io==="ClassProperty"||io==="PropertyDefinition"||io==="ClassPrivateProperty"||io==="ClassAccessorProperty"||io==="AccessorProperty"||io==="TSAbstractPropertyDefinition"||io==="TSAbstractAccessorProperty"};function Qa(Ia,io){let{type:Ja,name:hs}=Ia.key;if(!Ia.computed&&Ja==="Identifier"&&(hs==="static"||hs==="get"||hs==="set"||hs==="accessor")&&!Ia.value&&!Ia.typeAnnotation)return!0;if(!io||io.static||io.accessibility)return!1;if(!io.computed){let na=io.key&&io.key.name;if(na==="in"||na==="instanceof")return!0}if(Ta(io)&&io.variance&&!io.static&&!io.declare)return!0;switch(io.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return io.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((io.value?io.value.async:io.async)||io.kind==="get"||io.kind==="set")return!1;let na=io.value?io.value.generator:io.generator;return!!(io.computed||na)}case"TSIndexSignature":return!0}return!1}Fi.exports={printBody:qa,printSwitchCaseConsequent:Xa}}}),jd=Mo({"src/language-js/print/block.js"(Vn,Fi){Fn();var{printDanglingComments:In}=kc(),{isNonEmptyArray:di}=Zc(),{builders:{hardline:Kn,indent:On}}=Oc(),{hasComment:Un,CommentCheckFlags:Hn,isNextLineEmpty:ji}=Ld(),{printHardlineAfterHeritage:Wi}=Ku(),{printBody:da}=zc();function sa(zi,ta,va){let qa=zi.getValue(),Xa=[];if(qa.type==="StaticBlock"&&Xa.push("static "),qa.type==="ClassBody"&&di(qa.body)){let Qa=zi.getParentNode();Xa.push(Wi(Qa))}Xa.push("{");let Ta=fa(zi,ta,va);if(Ta)Xa.push(On([Kn,Ta]),Kn);else{let Qa=zi.getParentNode(),Ia=zi.getParentNode(1);Qa.type==="ArrowFunctionExpression"||Qa.type==="FunctionExpression"||Qa.type==="FunctionDeclaration"||Qa.type==="ObjectMethod"||Qa.type==="ClassMethod"||Qa.type==="ClassPrivateMethod"||Qa.type==="ForStatement"||Qa.type==="WhileStatement"||Qa.type==="DoWhileStatement"||Qa.type==="DoExpression"||Qa.type==="CatchClause"&&!Ia.finalizer||Qa.type==="TSModuleDeclaration"||Qa.type==="TSDeclareFunction"||qa.type==="StaticBlock"||qa.type==="ClassBody"||Xa.push(Kn)}return Xa.push("}"),Xa}function fa(zi,ta,va){let qa=zi.getValue(),Xa=di(qa.directives),Ta=qa.body.some(io=>io.type!=="EmptyStatement"),Qa=Un(qa,Hn.Dangling);if(!Xa&&!Ta&&!Qa)return"";let Ia=[];if(Xa&&zi.each((io,Ja,hs)=>{Ia.push(va()),(Ja<hs.length-1||Ta||Qa)&&(Ia.push(Kn),ji(io.getValue(),ta)&&Ia.push(Kn))},"directives"),Ta&&Ia.push(da(zi,ta,va)),Qa&&Ia.push(In(zi,ta,!0)),qa.type==="Program"){let io=zi.getParentNode();(!io||io.type!=="ModuleExpression")&&Ia.push(Kn)}return Ia}Fi.exports={printBlock:sa,printBlockBody:fa}}}),Bc=Mo({"src/language-js/print/typescript.js"(Vn,Fi){Fn();var{printDanglingComments:In}=kc(),{hasNewlineInRange:di}=Zc(),{builders:{join:Kn,line:On,hardline:Un,softline:Hn,group:ji,indent:Wi,conditionalGroup:da,ifBreak:sa}}=Oc(),{isStringLiteral:fa,getTypeScriptMappedTypeModifier:zi,shouldPrintComma:ta,isCallExpression:va,isMemberExpression:qa}=Ld(),Xa=yc(),{locStart:Ta,locEnd:Qa}=Of(),{printOptionalToken:Ia,printTypeScriptModifiers:io}=Wl(),{printTernary:Ja}=Fc(),{printFunctionParameters:hs,shouldGroupFunctionParameters:na}=_c(),{printTemplateLiteral:ka}=Zf(),{printArrayItems:ra}=Su(),{printObject:ma}=gu(),{printClassProperty:Zn,printClassMethod:la}=Ku(),{printTypeParameter:pa,printTypeParameters:xa}=$u(),{printPropertyKey:Ma}=Ic(),{printFunction:Ha,printMethodInternal:So}=ju(),{printInterface:as}=du(),{printBlock:ps}=jd(),{printTypeAlias:ns,printIntersectionType:As,printUnionType:ko,printFunctionType:Ws,printTupleType:cs,printIndexedAccessType:Xo,printJSDocType:Ms}=no();function _l(Xs,Ul,ss){let Ps=Xs.getValue();if(!Ps.type.startsWith("TS"))return;if(Xa(Ps))return Ps.type.slice(2,-7).toLowerCase();let jl=Ul.semi?";":"",Dl=[];switch(Ps.type){case"TSThisType":return"this";case"TSTypeAssertion":{let Wu=!(Ps.expression.type==="ArrayExpression"||Ps.expression.type==="ObjectExpression"),Fs=ji(["<",Wi([Hn,ss("typeAnnotation")]),Hn,">"]),xs=[sa("("),Wi([Hn,ss("expression")]),Hn,sa(")")];return Wu?da([[Fs,ss("expression")],[Fs,ji(xs,{shouldBreak:!0})],[Fs,ss("expression")]]):ji([Fs,ss("expression")])}case"TSDeclareFunction":return Ha(Xs,ss,Ul);case"TSExportAssignment":return["export = ",ss("expression"),jl];case"TSModuleBlock":return ps(Xs,Ul,ss);case"TSInterfaceBody":case"TSTypeLiteral":return ma(Xs,Ul,ss);case"TSTypeAliasDeclaration":return ns(Xs,Ul,ss);case"TSQualifiedName":return Kn(".",[ss("left"),ss("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return la(Xs,Ul,ss);case"TSAbstractAccessorProperty":case"TSAbstractPropertyDefinition":return Zn(Xs,Ul,ss);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return Dl.push(ss("expression")),Ps.typeParameters&&Dl.push(ss("typeParameters")),Dl;case"TSTemplateLiteralType":return ka(Xs,ss,Ul);case"TSNamedTupleMember":return[ss("label"),Ps.optional?"?":"",": ",ss("elementType")];case"TSRestType":return["...",ss("typeAnnotation")];case"TSOptionalType":return[ss("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return as(Xs,Ul,ss);case"TSClassImplements":return[ss("expression"),ss("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return xa(Xs,Ul,ss,"params");case"TSTypeParameter":return pa(Xs,Ul,ss);case"TSSatisfiesExpression":case"TSAsExpression":{let Wu=Ps.type==="TSAsExpression"?"as":"satisfies";Dl.push(ss("expression"),` ${Wu} `,ss("typeAnnotation"));let Fs=Xs.getParentNode();return va(Fs)&&Fs.callee===Ps||qa(Fs)&&Fs.object===Ps?ji([Wi([Hn,...Dl]),Hn]):Dl}case"TSArrayType":return[ss("elementType"),"[]"];case"TSPropertySignature":return Ps.readonly&&Dl.push("readonly "),Dl.push(Ma(Xs,Ul,ss),Ia(Xs)),Ps.typeAnnotation&&Dl.push(": ",ss("typeAnnotation")),Ps.initializer&&Dl.push(" = ",ss("initializer")),Dl;case"TSParameterProperty":return Ps.accessibility&&Dl.push(Ps.accessibility+" "),Ps.export&&Dl.push("export "),Ps.static&&Dl.push("static "),Ps.override&&Dl.push("override "),Ps.readonly&&Dl.push("readonly "),Dl.push(ss("parameter")),Dl;case"TSTypeQuery":return["typeof ",ss("exprName"),ss("typeParameters")];case"TSIndexSignature":{let Wu=Xs.getParentNode(),Fs=Ps.parameters.length>1?sa(ta(Ul)?",":""):"",xs=ji([Wi([Hn,Kn([", ",Hn],Xs.map(ss,"parameters"))]),Fs,Hn]);return[Ps.export?"export ":"",Ps.accessibility?[Ps.accessibility," "]:"",Ps.static?"static ":"",Ps.readonly?"readonly ":"",Ps.declare?"declare ":"","[",Ps.parameters?xs:"",Ps.typeAnnotation?"]: ":"]",Ps.typeAnnotation?ss("typeAnnotation"):"",Wu.type==="ClassBody"?jl:""]}case"TSTypePredicate":return[Ps.asserts?"asserts ":"",ss("parameterName"),Ps.typeAnnotation?[" is ",ss("typeAnnotation")]:""];case"TSNonNullExpression":return[ss("expression"),"!"];case"TSImportType":return[Ps.isTypeOf?"typeof ":"","import(",ss(Ps.parameter?"parameter":"argument"),")",Ps.qualifier?[".",ss("qualifier")]:"",xa(Xs,Ul,ss,"typeParameters")];case"TSLiteralType":return ss("literal");case"TSIndexedAccessType":return Xo(Xs,Ul,ss);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":{if(Ps.type==="TSConstructorType"&&Ps.abstract&&Dl.push("abstract "),Ps.type!=="TSCallSignatureDeclaration"&&Dl.push("new "),Dl.push(ji(hs(Xs,ss,Ul,!1,!0))),Ps.returnType||Ps.typeAnnotation){let Wu=Ps.type==="TSConstructorType";Dl.push(Wu?" => ":": ",ss("returnType"),ss("typeAnnotation"))}return Dl}case"TSTypeOperator":return[Ps.operator," ",ss("typeAnnotation")];case"TSMappedType":{let Wu=di(Ul.originalText,Ta(Ps),Qa(Ps));return ji(["{",Wi([Ul.bracketSpacing?On:Hn,ss("typeParameter"),Ps.optional?zi(Ps.optional,"?"):"",Ps.typeAnnotation?": ":"",ss("typeAnnotation"),sa(jl)]),In(Xs,Ul,!0),Ul.bracketSpacing?On:Hn,"}"],{shouldBreak:Wu})}case"TSMethodSignature":{let Wu=Ps.kind&&Ps.kind!=="method"?`${Ps.kind} `:"";Dl.push(Ps.accessibility?[Ps.accessibility," "]:"",Wu,Ps.export?"export ":"",Ps.static?"static ":"",Ps.readonly?"readonly ":"",Ps.abstract?"abstract ":"",Ps.declare?"declare ":"",Ps.computed?"[":"",ss("key"),Ps.computed?"]":"",Ia(Xs));let Fs=hs(Xs,ss,Ul,!1,!0),xs=Ps.returnType?"returnType":"typeAnnotation",Js=Ps[xs],ol=Js?ss(xs):"",Zs=na(Ps,ol);return Dl.push(Zs?ji(Fs):Fs),Js&&Dl.push(": ",ji(ol)),ji(Dl)}case"TSNamespaceExportDeclaration":return Dl.push("export as namespace ",ss("id")),Ul.semi&&Dl.push(";"),ji(Dl);case"TSEnumDeclaration":return Ps.declare&&Dl.push("declare "),Ps.modifiers&&Dl.push(io(Xs,Ul,ss)),Ps.const&&Dl.push("const "),Dl.push("enum ",ss("id")," "),Ps.members.length===0?Dl.push(ji(["{",In(Xs,Ul),Hn,"}"])):Dl.push(ji(["{",Wi([Un,ra(Xs,Ul,"members",ss),ta(Ul,"es5")?",":""]),In(Xs,Ul,!0),Un,"}"])),Dl;case"TSEnumMember":return Ps.computed?Dl.push("[",ss("id"),"]"):Dl.push(ss("id")),Ps.initializer&&Dl.push(" = ",ss("initializer")),Dl;case"TSImportEqualsDeclaration":return Ps.isExport&&Dl.push("export "),Dl.push("import "),Ps.importKind&&Ps.importKind!=="value"&&Dl.push(Ps.importKind," "),Dl.push(ss("id")," = ",ss("moduleReference")),Ul.semi&&Dl.push(";"),ji(Dl);case"TSExternalModuleReference":return["require(",ss("expression"),")"];case"TSModuleDeclaration":{let Wu=Xs.getParentNode(),Fs=fa(Ps.id),xs=Wu.type==="TSModuleDeclaration",Js=Ps.body&&Ps.body.type==="TSModuleDeclaration";if(xs)Dl.push(".");else{Ps.declare&&Dl.push("declare "),Dl.push(io(Xs,Ul,ss));let ol=Ul.originalText.slice(Ta(Ps),Ta(Ps.id));Ps.id.type==="Identifier"&&Ps.id.name==="global"&&!/namespace|module/.test(ol)||Dl.push(Fs||/(?:^|\s)module(?:\s|$)/.test(ol)?"module ":"namespace ")}return Dl.push(ss("id")),Js?Dl.push(ss("body")):Ps.body?Dl.push(" ",ji(ss("body"))):Dl.push(jl),Dl}case"TSConditionalType":return Ja(Xs,Ul,ss);case"TSInferType":return["infer"," ",ss("typeParameter")];case"TSIntersectionType":return As(Xs,Ul,ss);case"TSUnionType":return ko(Xs,Ul,ss);case"TSFunctionType":return Ws(Xs,Ul,ss);case"TSTupleType":return cs(Xs,Ul,ss);case"TSTypeReference":return[ss("typeName"),xa(Xs,Ul,ss,"typeParameters")];case"TSTypeAnnotation":return ss("typeAnnotation");case"TSEmptyBodyFunctionExpression":return So(Xs,Ul,ss);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return Ms(Xs,ss,"?");case"TSJSDocNonNullableType":return Ms(Xs,ss,"!");case"TSInstantiationExpression":return[ss("expression"),ss("typeParameters")];default:throw new Error(`Unknown TypeScript node type: ${JSON.stringify(Ps.type)}.`)}}Fi.exports={printTypescript:_l}}}),cf=Mo({"src/language-js/print/comment.js"(Vn,Fi){Fn();var{hasNewline:In}=Zc(),{builders:{join:di,hardline:Kn},utils:{replaceTextEndOfLine:On}}=Oc(),{isLineComment:Un}=Ld(),{locStart:Hn,locEnd:ji}=Of(),Wi=Bd();function da(zi,ta){let va=zi.getValue();if(Un(va))return ta.originalText.slice(Hn(va),ji(va)).trimEnd();if(Wi(va)){if(sa(va)){let Ta=fa(va);return va.trailing&&!In(ta.originalText,Hn(va),{backwards:!0})?[Kn,Ta]:Ta}let qa=ji(va),Xa=ta.originalText.slice(qa-3,qa)==="*-/";return["/*",On(va.value),Xa?"*-/":"*/"]}throw new Error("Not a comment: "+JSON.stringify(va))}function sa(zi){let ta=`*${zi.value}*`.split(`
`);return ta.length>1&&ta.every(va=>va.trim()[0]==="*")}function fa(zi){let ta=zi.value.split(`
`);return["/*",di(Kn,ta.map((va,qa)=>qa===0?va.trimEnd():" "+(qa<ta.length-1?va.trim():va.trimStart()))),"*/"]}Fi.exports={printComment:da}}}),Gf=Mo({"src/language-js/print/literal.js"(Vn,Fi){Fn();var{printString:In,printNumber:di}=Zc(),{replaceTextEndOfLine:Kn}=Pf(),{printDirective:On}=Wl();function Un(da,sa){let fa=da.getNode();switch(fa.type){case"RegExpLiteral":return Wi(fa);case"BigIntLiteral":return ji(fa.bigint||fa.extra.raw);case"NumericLiteral":return di(fa.extra.raw);case"StringLiteral":return Kn(In(fa.extra.raw,sa));case"NullLiteral":return"null";case"BooleanLiteral":return String(fa.value);case"DecimalLiteral":return di(fa.value)+"m";case"Literal":{if(fa.regex)return Wi(fa.regex);if(fa.bigint)return ji(fa.raw);if(fa.decimal)return di(fa.decimal)+"m";let{value:zi}=fa;return typeof zi=="number"?di(fa.raw):typeof zi=="string"?Hn(da)?On(fa.raw,sa):Kn(In(fa.raw,sa)):String(zi)}}}function Hn(da){if(da.getName()!=="expression")return;let sa=da.getParentNode();return sa.type==="ExpressionStatement"&&sa.directive}function ji(da){return da.toLowerCase()}function Wi(da){let{pattern:sa,flags:fa}=da;return fa=[...fa].sort().join(""),`/${sa}/${fa}`}Fi.exports={printLiteral:Un}}}),kf=Mo({"src/language-js/printer-estree.js"(Vn,Fi){Fn();var{printDanglingComments:In}=kc(),{hasNewline:di}=Zc(),{builders:{join:Kn,line:On,hardline:Un,softline:Hn,group:ji,indent:Wi},utils:{replaceTextEndOfLine:da}}=Oc(),sa=Wp(),fa=Nm(),{insertPragma:zi}=ms(),ta=Rs(),va=Is(),qa=$s(),{hasFlowShorthandAnnotationComment:Xa,hasComment:Ta,CommentCheckFlags:Qa,isTheOnlyJsxElementInMarkdown:Ia,isLineComment:io,isNextLineEmpty:Ja,needsHardlineAfterDanglingComment:hs,hasIgnoreComment:na,isCallExpression:ka,isMemberExpression:ra,markerForIfWithoutBlockAndSameLineComment:ma}=Ld(),{locStart:Zn,locEnd:la}=Of(),pa=Bd(),{printHtmlBinding:xa,isVueEventBindingExpression:Ma}=zs(),{printAngular:Ha}=hu(),{printJsx:So,hasJsxIgnoreComment:as}=Bu(),{printFlow:ps}=Uu(),{printTypescript:ns}=Bc(),{printOptionalToken:As,printBindExpressionCallee:ko,printTypeAnnotation:Ws,adjustClause:cs,printRestSpread:Xo,printDefiniteToken:Ms,printDirective:_l}=Wl(),{printImportDeclaration:Xs,printExportDeclaration:Ul,printExportAllDeclaration:ss,printModuleSpecifier:Ps}=Kl(),{printTernary:jl}=Fc(),{printTemplateLiteral:Dl}=Zf(),{printArray:Wu}=Su(),{printObject:Fs}=gu(),{printClass:xs,printClassMethod:Js,printClassProperty:ol}=Ku(),{printProperty:Zs}=Ic(),{printFunction:xu,printArrowFunction:yu,printMethod:vc,printReturnStatement:hd,printThrowStatement:Yc}=ju(),{printCallExpression:Cc}=Lu(),{printVariableDeclarator:bc,printAssignmentExpression:Ml}=mc(),{printBinaryishExpression:ds}=Yl(),{printSwitchCaseConsequent:Hl}=zc(),{printMemberExpression:Us}=Fu(),{printBlock:$l,printBlockBody:fc}=jd(),{printComment:rr}=cf(),{printLiteral:fr}=Gf(),{printDecorators:vr}=bu();function Er(Rn,mi,Ui,Aa){let No=Cr(Rn,mi,Ui,Aa);if(!No)return"";let Cs=Rn.getValue(),{type:Ns}=Cs;if(Ns==="ClassMethod"||Ns==="ClassPrivateMethod"||Ns==="ClassProperty"||Ns==="ClassAccessorProperty"||Ns==="AccessorProperty"||Ns==="TSAbstractAccessorProperty"||Ns==="PropertyDefinition"||Ns==="TSAbstractPropertyDefinition"||Ns==="ClassPrivateProperty"||Ns==="MethodDefinition"||Ns==="TSAbstractMethodDefinition"||Ns==="TSDeclareMethod")return No;let Bs=[No],pl=vr(Rn,mi,Ui),Eu=Cs.type==="ClassExpression"&&pl;if(pl&&(Bs=[...pl,No],!Eu))return ji(Bs);if(!va(Rn,mi))return Aa&&Aa.needsSemi&&Bs.unshift(";"),Bs.length===1&&Bs[0]===No?No:Bs;if(Eu&&(Bs=[Wi([On,...Bs])]),Bs.unshift("("),Aa&&Aa.needsSemi&&Bs.unshift(";"),Xa(Cs)){let[kl]=Cs.trailingComments;Bs.push(" /*",kl.value.trimStart(),"*/"),kl.printed=!0}return Eu&&Bs.push(On),Bs.push(")"),Bs}function Cr(Rn,mi,Ui,Aa){let No=Rn.getValue(),Cs=mi.semi?";":"";if(!No)return"";if(typeof No=="string")return No;for(let Bs of[fr,xa,Ha,So,ps,ns]){let pl=Bs(Rn,mi,Ui);if(typeof pl<"u")return pl}let Ns=[];switch(No.type){case"JsExpressionRoot":return Ui("node");case"JsonRoot":return[Ui("node"),Un];case"File":return No.program&&No.program.interpreter&&Ns.push(Ui(["program","interpreter"])),Ns.push(Ui("program")),Ns;case"Program":return fc(Rn,mi,Ui);case"EmptyStatement":return"";case"ExpressionStatement":{if(mi.parser==="__vue_event_binding"||mi.parser==="__vue_ts_event_binding"){let pl=Rn.getParentNode();if(pl.type==="Program"&&pl.body.length===1&&pl.body[0]===No)return[Ui("expression"),Ma(No.expression)?";":""]}let Bs=In(Rn,mi,!0,pl=>{let{marker:Eu}=pl;return Eu===ma});return[Ui("expression"),Ia(mi,Rn)?"":Cs,Bs?[" ",Bs]:""]}case"ParenthesizedExpression":return!Ta(No.expression)&&(No.expression.type==="ObjectExpression"||No.expression.type==="ArrayExpression")?["(",Ui("expression"),")"]:ji(["(",Wi([Hn,Ui("expression")]),Hn,")"]);case"AssignmentExpression":return Ml(Rn,mi,Ui);case"VariableDeclarator":return bc(Rn,mi,Ui);case"BinaryExpression":case"LogicalExpression":return ds(Rn,mi,Ui);case"AssignmentPattern":return[Ui("left")," = ",Ui("right")];case"OptionalMemberExpression":case"MemberExpression":return Us(Rn,mi,Ui);case"MetaProperty":return[Ui("meta"),".",Ui("property")];case"BindExpression":return No.object&&Ns.push(Ui("object")),Ns.push(ji(Wi([Hn,ko(Rn,mi,Ui)]))),Ns;case"Identifier":return[No.name,As(Rn),Ms(Rn),Ws(Rn,mi,Ui)];case"V8IntrinsicIdentifier":return["%",No.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadProperty":case"SpreadPropertyPattern":case"RestElement":return Xo(Rn,mi,Ui);case"FunctionDeclaration":case"FunctionExpression":return xu(Rn,Ui,mi,Aa);case"ArrowFunctionExpression":return yu(Rn,mi,Ui,Aa);case"YieldExpression":return Ns.push("yield"),No.delegate&&Ns.push("*"),No.argument&&Ns.push(" ",Ui("argument")),Ns;case"AwaitExpression":{if(Ns.push("await"),No.argument){Ns.push(" ",Ui("argument"));let Bs=Rn.getParentNode();if(ka(Bs)&&Bs.callee===No||ra(Bs)&&Bs.object===No){Ns=[Wi([Hn,...Ns]),Hn];let pl=Rn.findAncestor(Eu=>Eu.type==="AwaitExpression"||Eu.type==="BlockStatement");if(!pl||pl.type!=="AwaitExpression")return ji(Ns)}}return Ns}case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return Ul(Rn,mi,Ui);case"ExportAllDeclaration":return ss(Rn,mi,Ui);case"ImportDeclaration":return Xs(Rn,mi,Ui);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return Ps(Rn,mi,Ui);case"ImportAttribute":return[Ui("key"),": ",Ui("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return $l(Rn,mi,Ui);case"ThrowStatement":return Yc(Rn,mi,Ui);case"ReturnStatement":return hd(Rn,mi,Ui);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return Cc(Rn,mi,Ui);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return Fs(Rn,mi,Ui);case"ObjectProperty":case"Property":return No.method||No.kind==="get"||No.kind==="set"?vc(Rn,mi,Ui):Zs(Rn,mi,Ui);case"ObjectMethod":return vc(Rn,mi,Ui);case"Decorator":return["@",Ui("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return Wu(Rn,mi,Ui);case"SequenceExpression":{let Bs=Rn.getParentNode(0);if(Bs.type==="ExpressionStatement"||Bs.type==="ForStatement"){let pl=[];return Rn.each((Eu,kl)=>{kl===0?pl.push(Ui()):pl.push(",",Wi([On,Ui()]))},"expressions"),ji(pl)}return ji(Kn([",",On],Rn.map(Ui,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[Ui("value"),Cs];case"DirectiveLiteral":return _l(No.extra.raw,mi);case"UnaryExpression":return Ns.push(No.operator),/[a-z]$/.test(No.operator)&&Ns.push(" "),Ta(No.argument)?Ns.push(ji(["(",Wi([Hn,Ui("argument")]),Hn,")"])):Ns.push(Ui("argument")),Ns;case"UpdateExpression":return Ns.push(Ui("argument"),No.operator),No.prefix&&Ns.reverse(),Ns;case"ConditionalExpression":return jl(Rn,mi,Ui);case"VariableDeclaration":{let Bs=Rn.map(Ui,"declarations"),pl=Rn.getParentNode(),Eu=pl.type==="ForStatement"||pl.type==="ForInStatement"||pl.type==="ForOfStatement",kl=No.declarations.some(Ru=>Ru.init),Cu;return Bs.length===1&&!Ta(No.declarations[0])?Cu=Bs[0]:Bs.length>0&&(Cu=Wi(Bs[0])),Ns=[No.declare?"declare ":"",No.kind,Cu?[" ",Cu]:"",Wi(Bs.slice(1).map(Ru=>[",",kl&&!Eu?Un:On,Ru]))],Eu&&pl.body!==No||Ns.push(Cs),ji(Ns)}case"WithStatement":return ji(["with (",Ui("object"),")",cs(No.body,Ui("body"))]);case"IfStatement":{let Bs=cs(No.consequent,Ui("consequent")),pl=ji(["if (",ji([Wi([Hn,Ui("test")]),Hn]),")",Bs]);if(Ns.push(pl),No.alternate){let Eu=Ta(No.consequent,Qa.Trailing|Qa.Line)||hs(No),kl=No.consequent.type==="BlockStatement"&&!Eu;Ns.push(kl?" ":Un),Ta(No,Qa.Dangling)&&Ns.push(In(Rn,mi,!0),Eu?Un:" "),Ns.push("else",ji(cs(No.alternate,Ui("alternate"),No.alternate.type==="IfStatement")))}return Ns}case"ForStatement":{let Bs=cs(No.body,Ui("body")),pl=In(Rn,mi,!0),Eu=pl?[pl,Hn]:"";return!No.init&&!No.test&&!No.update?[Eu,ji(["for (;;)",Bs])]:[Eu,ji(["for (",ji([Wi([Hn,Ui("init"),";",On,Ui("test"),";",On,Ui("update")]),Hn]),")",Bs])]}case"WhileStatement":return ji(["while (",ji([Wi([Hn,Ui("test")]),Hn]),")",cs(No.body,Ui("body"))]);case"ForInStatement":return ji(["for (",Ui("left")," in ",Ui("right"),")",cs(No.body,Ui("body"))]);case"ForOfStatement":return ji(["for",No.await?" await":""," (",Ui("left")," of ",Ui("right"),")",cs(No.body,Ui("body"))]);case"DoWhileStatement":{let Bs=cs(No.body,Ui("body"));return Ns=[ji(["do",Bs])],No.body.type==="BlockStatement"?Ns.push(" "):Ns.push(Un),Ns.push("while (",ji([Wi([Hn,Ui("test")]),Hn]),")",Cs),Ns}case"DoExpression":return[No.async?"async ":"","do ",Ui("body")];case"BreakStatement":return Ns.push("break"),No.label&&Ns.push(" ",Ui("label")),Ns.push(Cs),Ns;case"ContinueStatement":return Ns.push("continue"),No.label&&Ns.push(" ",Ui("label")),Ns.push(Cs),Ns;case"LabeledStatement":return No.body.type==="EmptyStatement"?[Ui("label"),":;"]:[Ui("label"),": ",Ui("body")];case"TryStatement":return["try ",Ui("block"),No.handler?[" ",Ui("handler")]:"",No.finalizer?[" finally ",Ui("finalizer")]:""];case"CatchClause":if(No.param){let Bs=Ta(No.param,Eu=>!pa(Eu)||Eu.leading&&di(mi.originalText,la(Eu))||Eu.trailing&&di(mi.originalText,Zn(Eu),{backwards:!0})),pl=Ui("param");return["catch ",Bs?["(",Wi([Hn,pl]),Hn,") "]:["(",pl,") "],Ui("body")]}return["catch ",Ui("body")];case"SwitchStatement":return[ji(["switch (",Wi([Hn,Ui("discriminant")]),Hn,")"])," {",No.cases.length>0?Wi([Un,Kn(Un,Rn.map((Bs,pl,Eu)=>{let kl=Bs.getValue();return[Ui(),pl!==Eu.length-1&&Ja(kl,mi)?Un:""]},"cases"))]):"",Un,"}"];case"SwitchCase":{No.test?Ns.push("case ",Ui("test"),":"):Ns.push("default:"),Ta(No,Qa.Dangling)&&Ns.push(" ",In(Rn,mi,!0));let Bs=No.consequent.filter(pl=>pl.type!=="EmptyStatement");if(Bs.length>0){let pl=Hl(Rn,mi,Ui);Ns.push(Bs.length===1&&Bs[0].type==="BlockStatement"?[" ",pl]:Wi([Un,pl]))}return Ns}case"DebuggerStatement":return["debugger",Cs];case"ClassDeclaration":case"ClassExpression":return xs(Rn,mi,Ui);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return Js(Rn,mi,Ui);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":case"ClassAccessorProperty":case"AccessorProperty":return ol(Rn,mi,Ui);case"TemplateElement":return da(No.value.raw);case"TemplateLiteral":return Dl(Rn,Ui,mi);case"TaggedTemplateExpression":return[Ui("tag"),Ui("typeParameters"),Ui("quasi")];case"PrivateIdentifier":return["#",Ui("name")];case"PrivateName":return["#",Ui("id")];case"InterpreterDirective":return Ns.push("#!",No.value,Un),Ja(No,mi)&&Ns.push(Un),Ns;case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{Ns.push("module {");let Bs=Ui("body");return Bs&&Ns.push(Wi([Un,Bs]),Un),Ns.push("}"),Ns}default:throw new Error("unknown type: "+JSON.stringify(No.type))}}function Yr(Rn){return Rn.type&&!pa(Rn)&&!io(Rn)&&Rn.type!=="EmptyStatement"&&Rn.type!=="TemplateElement"&&Rn.type!=="Import"&&Rn.type!=="TSEmptyBodyFunctionExpression"}Fi.exports={preprocess:qa,print:Er,embed:sa,insertPragma:zi,massageAstNode:fa,hasPrettierIgnore(Rn){return na(Rn)||as(Rn)},willPrintOwnComments:ta.willPrintOwnComments,canAttachComment:Yr,printComment:rr,isBlockComment:pa,handleComments:{avoidAstMutation:!0,ownLine:ta.handleOwnLineComment,endOfLine:ta.handleEndOfLineComment,remaining:ta.handleRemainingComment},getCommentChildNodes:ta.getCommentChildNodes}}}),gf=Mo({"src/language-js/printer-estree-json.js"(Vn,Fi){Fn();var{builders:{hardline:In,indent:di,join:Kn}}=Oc(),On=$s();function Un(da,sa,fa){let zi=da.getValue();switch(zi.type){case"JsonRoot":return[fa("node"),In];case"ArrayExpression":{if(zi.elements.length===0)return"[]";let ta=da.map(()=>da.getValue()===null?"null":fa(),"elements");return["[",di([In,Kn([",",In],ta)]),In,"]"]}case"ObjectExpression":return zi.properties.length===0?"{}":["{",di([In,Kn([",",In],da.map(fa,"properties"))]),In,"}"];case"ObjectProperty":return[fa("key"),": ",fa("value")];case"UnaryExpression":return[zi.operator==="+"?"":zi.operator,fa("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return zi.value?"true":"false";case"StringLiteral":return JSON.stringify(zi.value);case"NumericLiteral":return Hn(da)?JSON.stringify(String(zi.value)):JSON.stringify(zi.value);case"Identifier":return Hn(da)?JSON.stringify(zi.name):zi.name;case"TemplateLiteral":return fa(["quasis",0]);case"TemplateElement":return JSON.stringify(zi.value.cooked);default:throw new Error("unknown type: "+JSON.stringify(zi.type))}}function Hn(da){return da.getName()==="key"&&da.getParentNode().type==="ObjectProperty"}var ji=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function Wi(da,sa){let{type:fa}=da;if(fa==="ObjectProperty"){let{key:zi}=da;zi.type==="Identifier"?sa.key={type:"StringLiteral",value:zi.name}:zi.type==="NumericLiteral"&&(sa.key={type:"StringLiteral",value:String(zi.value)});return}if(fa==="UnaryExpression"&&da.operator==="+")return sa.argument;if(fa==="ArrayExpression"){for(let[zi,ta]of da.elements.entries())ta===null&&sa.elements.splice(zi,0,{type:"NullLiteral"});return}if(fa==="TemplateLiteral")return{type:"StringLiteral",value:da.quasis[0].value.cooked}}Wi.ignoredProperties=ji,Fi.exports={preprocess:On,print:Un,massageAstNode:Wi}}}),nd=Mo({"src/common/common-options.js"(Vn,Fi){Fn();var In="Common";Fi.exports={bracketSpacing:{since:"0.0.0",category:In,type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{since:"0.0.0",category:In,type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{since:"1.8.2",category:In,type:"choice",default:[{since:"1.8.2",value:!0},{since:"1.9.0",value:"preserve"}],description:"How to wrap prose.",choices:[{since:"1.9.0",value:"always",description:"Wrap prose if it exceeds the print width."},{since:"1.9.0",value:"never",description:"Do not wrap prose."},{since:"1.9.0",value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{since:"2.4.0",category:In,type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{since:"2.6.0",category:In,type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}}}}),Td=Mo({"src/language-js/options.js"(Vn,Fi){Fn();var In=nd(),di="JavaScript";Fi.exports={arrowParens:{since:"1.9.0",category:di,type:"choice",default:[{since:"1.9.0",value:"avoid"},{since:"2.0.0",value:"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:In.bracketSameLine,bracketSpacing:In.bracketSpacing,jsxBracketSameLine:{since:"0.17.0",category:di,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{since:"1.0.0",category:di,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},singleQuote:In.singleQuote,jsxSingleQuote:{since:"1.15.0",category:di,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{since:"1.17.0",category:di,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:{since:"0.0.0",category:di,type:"choice",default:[{since:"0.0.0",value:!1},{since:"0.19.0",value:"none"},{since:"2.0.0",value:"es5"}],description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."},{value:"all",description:"Trailing commas wherever possible (including function arguments)."}]},singleAttributePerLine:In.singleAttributePerLine}}}),sp=Mo({"src/language-js/parse/parsers.js"(){Fn()}}),lp=Mo({"node_modules/linguist-languages/data/JavaScript.json"(Vn,Fi){Fi.exports={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",".jsx",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],languageId:183}}}),Ap=Mo({"node_modules/linguist-languages/data/TypeScript.json"(Vn,Fi){Fi.exports={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",languageId:378}}}),ep=Mo({"node_modules/linguist-languages/data/TSX.json"(Vn,Fi){Fi.exports={name:"TSX",type:"programming",color:"#3178c6",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",languageId:94901924}}}),of=Mo({"node_modules/linguist-languages/data/JSON.json"(Vn,Fi){Fi.exports={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",".jsonl",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".arcconfig",".auto-changelog",".c8rc",".htmlhintrc",".imgbotconfig",".nycrc",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","mcmod.info"],languageId:174}}}),bf=Mo({"node_modules/linguist-languages/data/JSON with Comments.json"(Vn,Fi){Fi.exports={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",".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:[".babelrc",".devcontainer.json",".eslintrc.json",".jscsrc",".jshintrc",".jslintrc","api-extractor.json","devcontainer.json","jsconfig.json","language-configuration.json","tsconfig.json","tslint.json"],languageId:423}}}),yf=Mo({"node_modules/linguist-languages/data/JSON5.json"(Vn,Fi){Fi.exports={name:"JSON5",type:"data",color:"#267CB9",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",languageId:175}}}),Wd=Mo({"src/language-js/index.js"(Vn,Fi){Fn();var In=zp(),di=kf(),Kn=gf(),On=Td(),Un=sp(),Hn=[In(lp(),Wi=>({since:"0.0.0",parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],interpreters:[...Wi.interpreters,"zx"],extensions:[...Wi.extensions.filter(da=>da!==".jsx"),".wxs"]})),In(lp(),()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]})),In(lp(),()=>({name:"JSX",since:"0.0.0",parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],aliases:void 0,filenames:void 0,extensions:[".jsx"],group:"JavaScript",interpreters:void 0,tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0})),In(Ap(),()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"]})),In(ep(),()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]})),In(of(),()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"]})),In(of(),Wi=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:Wi.extensions.filter(da=>da!==".jsonl")})),In(bf(),Wi=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...Wi.filenames,".eslintrc",".swcrc"]})),In(yf(),()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]}))],ji={estree:di,"estree-json":Kn};Fi.exports={languages:Hn,options:On,printers:ji,parsers:Un}}}),Kd=Mo({"src/language-css/clean.js"(Vn,Fi){Fn();var{isFrontMatterNode:In}=Zc(),di=Lc(),Kn=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma"]);function On(Hn,ji,Wi){if(In(Hn)&&Hn.lang==="yaml"&&delete ji.value,Hn.type==="css-comment"&&Wi.type==="css-root"&&Wi.nodes.length>0&&((Wi.nodes[0]===Hn||In(Wi.nodes[0])&&Wi.nodes[1]===Hn)&&(delete ji.text,/^\*\s*@(?:format|prettier)\s*$/.test(Hn.text))||Wi.type==="css-root"&&di(Wi.nodes)===Hn))return null;if(Hn.type==="value-root"&&delete ji.text,(Hn.type==="media-query"||Hn.type==="media-query-list"||Hn.type==="media-feature-expression")&&delete ji.value,Hn.type==="css-rule"&&delete ji.params,Hn.type==="selector-combinator"&&(ji.value=ji.value.replace(/\s+/g," ")),Hn.type==="media-feature"&&(ji.value=ji.value.replace(/ /g,"")),(Hn.type==="value-word"&&(Hn.isColor&&Hn.isHex||["initial","inherit","unset","revert"].includes(ji.value.replace().toLowerCase()))||Hn.type==="media-feature"||Hn.type==="selector-root-invalid"||Hn.type==="selector-pseudo")&&(ji.value=ji.value.toLowerCase()),Hn.type==="css-decl"&&(ji.prop=ji.prop.toLowerCase()),(Hn.type==="css-atrule"||Hn.type==="css-import")&&(ji.name=ji.name.toLowerCase()),Hn.type==="value-number"&&(ji.unit=ji.unit.toLowerCase()),(Hn.type==="media-feature"||Hn.type==="media-keyword"||Hn.type==="media-type"||Hn.type==="media-unknown"||Hn.type==="media-url"||Hn.type==="media-value"||Hn.type==="selector-attribute"||Hn.type==="selector-string"||Hn.type==="selector-class"||Hn.type==="selector-combinator"||Hn.type==="value-string")&&ji.value&&(ji.value=Un(ji.value)),Hn.type==="selector-attribute"&&(ji.attribute=ji.attribute.trim(),ji.namespace&&typeof ji.namespace=="string"&&(ji.namespace=ji.namespace.trim(),ji.namespace.length===0&&(ji.namespace=!0)),ji.value&&(ji.value=ji.value.trim().replace(/^["']|["']$/g,""),delete ji.quoted)),(Hn.type==="media-value"||Hn.type==="media-type"||Hn.type==="value-number"||Hn.type==="selector-root-invalid"||Hn.type==="selector-class"||Hn.type==="selector-combinator"||Hn.type==="selector-tag")&&ji.value&&(ji.value=ji.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g,(da,sa,fa)=>{let zi=Number(sa);return Number.isNaN(zi)?da:zi+fa.toLowerCase()})),Hn.type==="selector-tag"){let da=Hn.value.toLowerCase();["from","to"].includes(da)&&(ji.value=da)}if(Hn.type==="css-atrule"&&Hn.name.toLowerCase()==="supports"&&delete ji.value,Hn.type==="selector-unknown"&&delete ji.value,Hn.type==="value-comma_group"){let da=Hn.groups.findIndex(sa=>sa.type==="value-number"&&sa.unit==="...");da!==-1&&(ji.groups[da].unit="",ji.groups.splice(da+1,0,{type:"value-word",value:"...",isColor:!1,isHex:!1}))}if(Hn.type==="value-comma_group"&&Hn.groups.some(da=>da.type==="value-atword"&&da.value.endsWith("[")||da.type==="value-word"&&da.value.startsWith("]")))return{type:"value-atword",value:Hn.groups.map(da=>da.value).join(""),group:{open:null,close:null,groups:[],type:"value-paren_group"}}}On.ignoredProperties=Kn;function Un(Hn){return Hn.replace(/'/g,'"').replace(/\\([^\dA-Fa-f])/g,"$1")}Fi.exports=On}}),ld=Mo({"src/utils/front-matter/print.js"(Vn,Fi){Fn();var{builders:{hardline:In,markAsRoot:di}}=Oc();function Kn(On,Un){if(On.lang==="yaml"){let Hn=On.value.trim(),ji=Hn?Un(Hn,{parser:"yaml"},{stripTrailingHardline:!0}):"";return di([On.startDelimiter,In,ji,ji?In:"",On.endDelimiter])}}Fi.exports=Kn}}),Yd=Mo({"src/language-css/embed.js"(Vn,Fi){Fn();var{builders:{hardline:In}}=Oc(),di=ld();function Kn(On,Un,Hn){let ji=On.getValue();if(ji.type==="front-matter"){let Wi=di(ji,Hn);return Wi?[Wi,In]:""}}Fi.exports=Kn}}),$f=Mo({"src/utils/front-matter/parse.js"(Vn,Fi){Fn();var In=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function di(Kn){let On=Kn.match(In);if(!On)return{content:Kn};let{startDelimiter:Un,language:Hn,value:ji="",endDelimiter:Wi}=On.groups,da=Hn.trim()||"yaml";if(Un==="+++"&&(da="toml"),da!=="yaml"&&Un!==Wi)return{content:Kn};let[sa]=On;return{frontMatter:{type:"front-matter",lang:da,value:ji,startDelimiter:Un,endDelimiter:Wi,raw:sa.replace(/\n$/,"")},content:sa.replace(/[^\n]/g," ")+Kn.slice(sa.length)}}Fi.exports=di}}),Kp=Mo({"src/language-css/pragma.js"(Vn,Fi){Fn();var In=ms(),di=$f();function Kn(Un){return In.hasPragma(di(Un).content)}function On(Un){let{frontMatter:Hn,content:ji}=di(Un);return(Hn?Hn.raw+`
`:"")+In.insertPragma(ji)}Fi.exports={hasPragma:Kn,insertPragma:On}}}),_m=Mo({"src/language-css/utils/index.js"(Vn,Fi){Fn();var In=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 di(Fs,xs){let Js=Array.isArray(xs)?xs:[xs],ol=-1,Zs;for(;Zs=Fs.getParentNode(++ol);)if(Js.includes(Zs.type))return ol;return-1}function Kn(Fs,xs){let Js=di(Fs,xs);return Js===-1?null:Fs.getParentNode(Js)}function On(Fs){var xs;let Js=Kn(Fs,"css-decl");return Js==null||(xs=Js.prop)===null||xs===void 0?void 0:xs.toLowerCase()}var Un=new Set(["initial","inherit","unset","revert"]);function Hn(Fs){return Un.has(Fs.toLowerCase())}function ji(Fs,xs){let Js=Kn(Fs,"css-atrule");return(Js==null?void 0:Js.name)&&Js.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(xs.toLowerCase())}function Wi(Fs){return Fs.includes("$")||Fs.includes("@")||Fs.includes("#")||Fs.startsWith("%")||Fs.startsWith("--")||Fs.startsWith(":--")||Fs.includes("(")&&Fs.includes(")")?Fs:Fs.toLowerCase()}function da(Fs,xs){var Js;let ol=Kn(Fs,"value-func");return(ol==null||(Js=ol.value)===null||Js===void 0?void 0:Js.toLowerCase())===xs}function sa(Fs){var xs;let Js=Kn(Fs,"css-rule"),ol=Js==null||(xs=Js.raws)===null||xs===void 0?void 0:xs.selector;return ol&&(ol.startsWith(":import")||ol.startsWith(":export"))}function fa(Fs,xs){let Js=Array.isArray(xs)?xs:[xs],ol=Kn(Fs,"css-atrule");return ol&&Js.includes(ol.name.toLowerCase())}function zi(Fs){let xs=Fs.getValue(),Js=Kn(Fs,"css-atrule");return(Js==null?void 0:Js.name)==="import"&&xs.groups[0].value==="url"&&xs.groups.length===2}function ta(Fs){return Fs.type==="value-func"&&Fs.value.toLowerCase()==="url"}function va(Fs,xs){var Js;let ol=(Js=Fs.getParentNode())===null||Js===void 0?void 0:Js.nodes;return ol&&ol.indexOf(xs)===ol.length-1}function qa(Fs){let{selector:xs}=Fs;return xs?typeof xs=="string"&&/^@.+:.*$/.test(xs)||xs.value&&/^@.+:.*$/.test(xs.value):!1}function Xa(Fs){return Fs.type==="value-word"&&["from","through","end"].includes(Fs.value)}function Ta(Fs){return Fs.type==="value-word"&&["and","or","not"].includes(Fs.value)}function Qa(Fs){return Fs.type==="value-word"&&Fs.value==="in"}function Ia(Fs){return Fs.type==="value-operator"&&Fs.value==="*"}function io(Fs){return Fs.type==="value-operator"&&Fs.value==="/"}function Ja(Fs){return Fs.type==="value-operator"&&Fs.value==="+"}function hs(Fs){return Fs.type==="value-operator"&&Fs.value==="-"}function na(Fs){return Fs.type==="value-operator"&&Fs.value==="%"}function ka(Fs){return Ia(Fs)||io(Fs)||Ja(Fs)||hs(Fs)||na(Fs)}function ra(Fs){return Fs.type==="value-word"&&["==","!="].includes(Fs.value)}function ma(Fs){return Fs.type==="value-word"&&["<",">","<=",">="].includes(Fs.value)}function Zn(Fs){return Fs.type==="css-atrule"&&["if","else","for","each","while"].includes(Fs.name)}function la(Fs){var xs;return((xs=Fs.raws)===null||xs===void 0?void 0:xs.params)&&/^\(\s*\)$/.test(Fs.raws.params)}function pa(Fs){return Fs.name.startsWith("prettier-placeholder")}function xa(Fs){return Fs.prop.startsWith("@prettier-placeholder")}function Ma(Fs,xs){return Fs.value==="$$"&&Fs.type==="value-func"&&(xs==null?void 0:xs.type)==="value-word"&&!xs.raws.before}function Ha(Fs){var xs,Js;return((xs=Fs.value)===null||xs===void 0?void 0:xs.type)==="value-root"&&((Js=Fs.value.group)===null||Js===void 0?void 0:Js.type)==="value-value"&&Fs.prop.toLowerCase()==="composes"}function So(Fs){var xs,Js,ol;return((xs=Fs.value)===null||xs===void 0||(Js=xs.group)===null||Js===void 0||(ol=Js.group)===null||ol===void 0?void 0:ol.type)==="value-paren_group"&&Fs.value.group.group.open!==null&&Fs.value.group.group.close!==null}function as(Fs){var xs;return((xs=Fs.raws)===null||xs===void 0?void 0:xs.before)===""}function ps(Fs){var xs,Js;return Fs.type==="value-comma_group"&&((xs=Fs.groups)===null||xs===void 0||(Js=xs[1])===null||Js===void 0?void 0:Js.type)==="value-colon"}function ns(Fs){var xs;return Fs.type==="value-paren_group"&&((xs=Fs.groups)===null||xs===void 0?void 0:xs[0])&&ps(Fs.groups[0])}function As(Fs){var xs;let Js=Fs.getValue();if(Js.groups.length===0)return!1;let ol=Fs.getParentNode(1);if(!ns(Js)&&!(ol&&ns(ol)))return!1;let Zs=Kn(Fs,"css-decl");return!!(Zs!=null&&(xs=Zs.prop)!==null&&xs!==void 0&&xs.startsWith("$")||ns(ol)||ol.type==="value-func")}function ko(Fs){return Fs.type==="value-comment"&&Fs.inline}function Ws(Fs){return Fs.type==="value-word"&&Fs.value==="#"}function cs(Fs){return Fs.type==="value-word"&&Fs.value==="{"}function Xo(Fs){return Fs.type==="value-word"&&Fs.value==="}"}function Ms(Fs){return["value-word","value-atword"].includes(Fs.type)}function _l(Fs){return(Fs==null?void 0:Fs.type)==="value-colon"}function Xs(Fs,xs){if(!ps(xs))return!1;let{groups:Js}=xs,ol=Js.indexOf(Fs);return ol===-1?!1:_l(Js[ol+1])}function Ul(Fs){return Fs.value&&["not","and","or"].includes(Fs.value.toLowerCase())}function ss(Fs){return Fs.type!=="value-func"?!1:In.has(Fs.value.toLowerCase())}function Ps(Fs){return/\/\//.test(Fs.split(/[\n\r]/).pop())}function jl(Fs){return(Fs==null?void 0:Fs.type)==="value-atword"&&Fs.value.startsWith("prettier-placeholder-")}function Dl(Fs,xs){var Js,ol;if(((Js=Fs.open)===null||Js===void 0?void 0:Js.value)!=="("||((ol=Fs.close)===null||ol===void 0?void 0:ol.value)!==")"||Fs.groups.some(Zs=>Zs.type!=="value-comma_group"))return!1;if(xs.type==="value-comma_group"){let Zs=xs.groups.indexOf(Fs)-1,xu=xs.groups[Zs];if((xu==null?void 0:xu.type)==="value-word"&&xu.value==="with")return!0}return!1}function Wu(Fs){var xs,Js;return Fs.type==="value-paren_group"&&((xs=Fs.open)===null||xs===void 0?void 0:xs.value)==="("&&((Js=Fs.close)===null||Js===void 0?void 0:Js.value)===")"}Fi.exports={getAncestorCounter:di,getAncestorNode:Kn,getPropOfDeclNode:On,maybeToLowerCase:Wi,insideValueFunctionNode:da,insideICSSRuleNode:sa,insideAtRuleNode:fa,insideURLFunctionInImportAtRuleNode:zi,isKeyframeAtRuleKeywords:ji,isWideKeywords:Hn,isLastNode:va,isSCSSControlDirectiveNode:Zn,isDetachedRulesetDeclarationNode:qa,isRelationalOperatorNode:ma,isEqualityOperatorNode:ra,isMultiplicationNode:Ia,isDivisionNode:io,isAdditionNode:Ja,isSubtractionNode:hs,isModuloNode:na,isMathOperatorNode:ka,isEachKeywordNode:Qa,isForKeywordNode:Xa,isURLFunctionNode:ta,isIfElseKeywordNode:Ta,hasComposesNode:Ha,hasParensAroundNode:So,hasEmptyRawBefore:as,isDetachedRulesetCallNode:la,isTemplatePlaceholderNode:pa,isTemplatePropNode:xa,isPostcssSimpleVarNode:Ma,isKeyValuePairNode:ps,isKeyValuePairInParenGroupNode:ns,isKeyInValuePairNode:Xs,isSCSSMapItemNode:As,isInlineValueCommentNode:ko,isHashNode:Ws,isLeftCurlyBraceNode:cs,isRightCurlyBraceNode:Xo,isWordNode:Ms,isColonNode:_l,isMediaAndSupportsKeywords:Ul,isColorAdjusterFuncNode:ss,lastLineHasInlineComment:Ps,isAtWordPlaceholderNode:jl,isConfigurationNode:Dl,isParenGroupNode:Wu}}}),cp=Mo({"src/utils/line-column-to-index.js"(Vn,Fi){Fn(),Fi.exports=function(In,di){let Kn=0;for(let On=0;On<In.line-1;++On)Kn=di.indexOf(`
`,Kn)+1;return Kn+In.column}}}),qh=Mo({"src/language-css/loc.js"(Vn,Fi){Fn();var{skipEverythingButNewLine:In}=Xh(),di=Lc(),Kn=cp();function On(zi,ta){return typeof zi.sourceIndex=="number"?zi.sourceIndex:zi.source?Kn(zi.source.start,ta)-1:null}function Un(zi,ta){if(zi.type==="css-comment"&&zi.inline)return In(ta,zi.source.startOffset);let va=zi.nodes&&di(zi.nodes);return va&&zi.source&&!zi.source.end&&(zi=va),zi.source&&zi.source.end?Kn(zi.source.end,ta):null}function Hn(zi,ta){zi.source&&(zi.source.startOffset=On(zi,ta),zi.source.endOffset=Un(zi,ta));for(let va in zi){let qa=zi[va];va==="source"||!qa||typeof qa!="object"||(qa.type==="value-root"||qa.type==="value-unknown"?ji(qa,Wi(zi),qa.text||qa.value):Hn(qa,ta))}}function ji(zi,ta,va){zi.source&&(zi.source.startOffset=On(zi,va)+ta,zi.source.endOffset=Un(zi,va)+ta);for(let qa in zi){let Xa=zi[qa];qa==="source"||!Xa||typeof Xa!="object"||ji(Xa,ta,va)}}function Wi(zi){let ta=zi.source.startOffset;return typeof zi.prop=="string"&&(ta+=zi.prop.length),zi.type==="css-atrule"&&typeof zi.name=="string"&&(ta+=1+zi.name.length+zi.raws.afterName.match(/^\s*:?\s*/)[0].length),zi.type!=="css-atrule"&&zi.raws&&typeof zi.raws.between=="string"&&(ta+=zi.raws.between.length),ta}function da(zi){let ta="initial",va="initial",qa,Xa=!1,Ta=[];for(let Qa=0;Qa<zi.length;Qa++){let Ia=zi[Qa];switch(ta){case"initial":if(Ia==="'"){ta="single-quotes";continue}if(Ia==='"'){ta="double-quotes";continue}if((Ia==="u"||Ia==="U")&&zi.slice(Qa,Qa+4).toLowerCase()==="url("){ta="url",Qa+=3;continue}if(Ia==="*"&&zi[Qa-1]==="/"){ta="comment-block";continue}if(Ia==="/"&&zi[Qa-1]==="/"){ta="comment-inline",qa=Qa-1;continue}continue;case"single-quotes":if(Ia==="'"&&zi[Qa-1]!=="\\"&&(ta=va,va="initial"),Ia===`
`||Ia==="\r")return zi;continue;case"double-quotes":if(Ia==='"'&&zi[Qa-1]!=="\\"&&(ta=va,va="initial"),Ia===`
`||Ia==="\r")return zi;continue;case"url":if(Ia===")"&&(ta="initial"),Ia===`
`||Ia==="\r")return zi;if(Ia==="'"){ta="single-quotes",va="url";continue}if(Ia==='"'){ta="double-quotes",va="url";continue}continue;case"comment-block":Ia==="/"&&zi[Qa-1]==="*"&&(ta="initial");continue;case"comment-inline":(Ia==='"'||Ia==="'"||Ia==="*")&&(Xa=!0),(Ia===`
`||Ia==="\r")&&(Xa&&Ta.push([qa,Qa]),ta="initial",Xa=!1);continue}}for(let[Qa,Ia]of Ta)zi=zi.slice(0,Qa)+zi.slice(Qa,Ia).replace(/["'*]/g," ")+zi.slice(Ia);return zi}function sa(zi){return zi.source.startOffset}function fa(zi){return zi.source.endOffset}Fi.exports={locStart:sa,locEnd:fa,calculateLoc:Hn,replaceQuotesInInlineComments:da}}}),zh=Mo({"src/language-css/utils/is-less-parser.js"(Vn,Fi){Fn();function In(di){return di.parser==="css"||di.parser==="less"}Fi.exports=In}}),Ff=Mo({"src/language-css/utils/is-scss.js"(Vn,Fi){Fn();function In(di,Kn){return di==="less"||di==="scss"?di==="scss":/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(Kn)}Fi.exports=In}}),dp=Mo({"src/language-css/utils/css-units.evaluate.js"(Vn,Fi){Fi.exports={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"}}}),uh=Mo({"src/language-css/utils/print-unit.js"(Vn,Fi){Fn();var In=dp();function di(Kn){let On=Kn.toLowerCase();return Object.prototype.hasOwnProperty.call(In,On)?In[On]:Kn}Fi.exports=di}}),Ah=Mo({"src/language-css/printer-postcss.js"(Vn,Fi){Fn();var In=Lc(),{printNumber:di,printString:Kn,hasNewline:On,isFrontMatterNode:Un,isNextLineEmpty:Hn,isNonEmptyArray:ji}=Zc(),{builders:{join:Wi,line:da,hardline:sa,softline:fa,group:zi,fill:ta,indent:va,dedent:qa,ifBreak:Xa,breakParent:Ta},utils:{removeLines:Qa,getDocParts:Ia}}=Oc(),io=Kd(),Ja=Yd(),{insertPragma:hs}=Kp(),{getAncestorNode:na,getPropOfDeclNode:ka,maybeToLowerCase:ra,insideValueFunctionNode:ma,insideICSSRuleNode:Zn,insideAtRuleNode:la,insideURLFunctionInImportAtRuleNode:pa,isKeyframeAtRuleKeywords:xa,isWideKeywords:Ma,isLastNode:Ha,isSCSSControlDirectiveNode:So,isDetachedRulesetDeclarationNode:as,isRelationalOperatorNode:ps,isEqualityOperatorNode:ns,isMultiplicationNode:As,isDivisionNode:ko,isAdditionNode:Ws,isSubtractionNode:cs,isMathOperatorNode:Xo,isEachKeywordNode:Ms,isForKeywordNode:_l,isURLFunctionNode:Xs,isIfElseKeywordNode:Ul,hasComposesNode:ss,hasParensAroundNode:Ps,hasEmptyRawBefore:jl,isKeyValuePairNode:Dl,isKeyInValuePairNode:Wu,isDetachedRulesetCallNode:Fs,isTemplatePlaceholderNode:xs,isTemplatePropNode:Js,isPostcssSimpleVarNode:ol,isSCSSMapItemNode:Zs,isInlineValueCommentNode:xu,isHashNode:yu,isLeftCurlyBraceNode:vc,isRightCurlyBraceNode:hd,isWordNode:Yc,isColonNode:Cc,isMediaAndSupportsKeywords:bc,isColorAdjusterFuncNode:Ml,lastLineHasInlineComment:ds,isAtWordPlaceholderNode:Hl,isConfigurationNode:Us,isParenGroupNode:$l}=_m(),{locStart:fc,locEnd:rr}=qh(),fr=zh(),vr=Ff(),Er=uh();function Cr(kl){return kl.trailingComma==="es5"||kl.trailingComma==="all"}function Yr(kl,Cu,Ru){let Ds=kl.getValue();if(!Ds)return"";if(typeof Ds=="string")return Ds;switch(Ds.type){case"front-matter":return[Ds.raw,sa];case"css-root":{let lc=Rn(kl,Cu,Ru),wc=Ds.raws.after.trim();return wc.startsWith(";")&&(wc=wc.slice(1).trim()),[lc,wc?` ${wc}`:"",Ia(lc).length>0?sa:""]}case"css-comment":{let lc=Ds.inline||Ds.raws.inline,wc=Cu.originalText.slice(fc(Ds),rr(Ds));return lc?wc.trimEnd():wc}case"css-rule":return[Ru("selector"),Ds.important?" !important":"",Ds.nodes?[Ds.selector&&Ds.selector.type==="selector-unknown"&&ds(Ds.selector.value)?da:" ","{",Ds.nodes.length>0?va([sa,Rn(kl,Cu,Ru)]):"",sa,"}",as(Ds)?";":""]:";"];case"css-decl":{let lc=kl.getParentNode(),{between:wc}=Ds.raws,Jc=wc.trim(),Xd=Jc===":",Do=ss(Ds)?Qa(Ru("value")):Ru("value");return!Xd&&ds(Jc)&&(Do=va([sa,qa(Do)])),[Ds.raws.before.replace(/[\s;]/g,""),lc.type==="css-atrule"&&lc.variable||Zn(kl)?Ds.prop:ra(Ds.prop),Jc.startsWith("//")?" ":"",Jc,Ds.extend?"":" ",fr(Cu)&&Ds.extend&&Ds.selector?["extend(",Ru("selector"),")"]:"",Do,Ds.raws.important?Ds.raws.important.replace(/\s*!\s*important/i," !important"):Ds.important?" !important":"",Ds.raws.scssDefault?Ds.raws.scssDefault.replace(/\s*!default/i," !default"):Ds.scssDefault?" !default":"",Ds.raws.scssGlobal?Ds.raws.scssGlobal.replace(/\s*!global/i," !global"):Ds.scssGlobal?" !global":"",Ds.nodes?[" {",va([fa,Rn(kl,Cu,Ru)]),fa,"}"]:Js(Ds)&&!lc.raws.semicolon&&Cu.originalText[rr(Ds)-1]!==";"?"":Cu.__isHTMLStyleAttribute&&Ha(kl,Ds)?Xa(";"):";"]}case"css-atrule":{let lc=kl.getParentNode(),wc=xs(Ds)&&!lc.raws.semicolon&&Cu.originalText[rr(Ds)-1]!==";";if(fr(Cu)){if(Ds.mixin)return[Ru("selector"),Ds.important?" !important":"",wc?"":";"];if(Ds.function)return[Ds.name,Ru("params"),wc?"":";"];if(Ds.variable)return["@",Ds.name,": ",Ds.value?Ru("value"):"",Ds.raws.between.trim()?Ds.raws.between.trim()+" ":"",Ds.nodes?["{",va([Ds.nodes.length>0?fa:"",Rn(kl,Cu,Ru)]),fa,"}"]:"",wc?"":";"]}return["@",Fs(Ds)||Ds.name.endsWith(":")?Ds.name:ra(Ds.name),Ds.params?[Fs(Ds)?"":xs(Ds)?Ds.raws.afterName===""?"":Ds.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(Ds.raws.afterName)?[sa,sa]:/^\s*\n/.test(Ds.raws.afterName)?sa:" ":" ",Ru("params")]:"",Ds.selector?va([" ",Ru("selector")]):"",Ds.value?zi([" ",Ru("value"),So(Ds)?Ps(Ds)?" ":da:""]):Ds.name==="else"?" ":"",Ds.nodes?[So(Ds)?"":Ds.selector&&!Ds.selector.nodes&&typeof Ds.selector.value=="string"&&ds(Ds.selector.value)||!Ds.selector&&typeof Ds.params=="string"&&ds(Ds.params)?da:" ","{",va([Ds.nodes.length>0?fa:"",Rn(kl,Cu,Ru)]),fa,"}"]:wc?"":";"]}case"media-query-list":{let lc=[];return kl.each(wc=>{let Jc=wc.getValue();Jc.type==="media-query"&&Jc.value===""||lc.push(Ru())},"nodes"),zi(va(Wi(da,lc)))}case"media-query":return[Wi(" ",kl.map(Ru,"nodes")),Ha(kl,Ds)?"":","];case"media-type":return pl(Ns(Ds.value,Cu));case"media-feature-expression":return Ds.nodes?["(",...kl.map(Ru,"nodes"),")"]:Ds.value;case"media-feature":return ra(Ns(Ds.value.replace(/ +/g," "),Cu));case"media-colon":return[Ds.value," "];case"media-value":return pl(Ns(Ds.value,Cu));case"media-keyword":return Ns(Ds.value,Cu);case"media-url":return Ns(Ds.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/g,")"),Cu);case"media-unknown":return Ds.value;case"selector-root":return zi([la(kl,"custom-selector")?[na(kl,"css-atrule").customSelector,da]:"",Wi([",",la(kl,["extend","custom-selector","nest"])?da:sa],kl.map(Ru,"nodes"))]);case"selector-selector":return zi(va(kl.map(Ru,"nodes")));case"selector-comment":return Ds.value;case"selector-string":return Ns(Ds.value,Cu);case"selector-tag":{let lc=kl.getParentNode(),wc=lc&&lc.nodes.indexOf(Ds),Jc=wc&&lc.nodes[wc-1];return[Ds.namespace?[Ds.namespace===!0?"":Ds.namespace.trim(),"|"]:"",Jc.type==="selector-nesting"?Ds.value:pl(xa(kl,Ds.value)?Ds.value.toLowerCase():Ds.value)]}case"selector-id":return["#",Ds.value];case"selector-class":return[".",pl(Ns(Ds.value,Cu))];case"selector-attribute":{var xc;return["[",Ds.namespace?[Ds.namespace===!0?"":Ds.namespace.trim(),"|"]:"",Ds.attribute.trim(),(xc=Ds.operator)!==null&&xc!==void 0?xc:"",Ds.value?Bs(Ns(Ds.value.trim(),Cu),Cu):"",Ds.insensitive?" i":"","]"]}case"selector-combinator":{if(Ds.value==="+"||Ds.value===">"||Ds.value==="~"||Ds.value===">>>"){let Jc=kl.getParentNode();return[Jc.type==="selector-selector"&&Jc.nodes[0]===Ds?"":da,Ds.value,Ha(kl,Ds)?"":" "]}let lc=Ds.value.trim().startsWith("(")?da:"",wc=pl(Ns(Ds.value.trim(),Cu))||da;return[lc,wc]}case"selector-universal":return[Ds.namespace?[Ds.namespace===!0?"":Ds.namespace.trim(),"|"]:"",Ds.value];case"selector-pseudo":return[ra(Ds.value),ji(Ds.nodes)?zi(["(",va([fa,Wi([",",da],kl.map(Ru,"nodes"))]),fa,")"]):""];case"selector-nesting":return Ds.value;case"selector-unknown":{let lc=na(kl,"css-rule");if(lc&&lc.isSCSSNesterProperty)return pl(Ns(ra(Ds.value),Cu));let wc=kl.getParentNode();if(wc.raws&&wc.raws.selector){let Xd=fc(wc),Do=Xd+wc.raws.selector.length;return Cu.originalText.slice(Xd,Do).trim()}let Jc=kl.getParentNode(1);if(wc.type==="value-paren_group"&&Jc&&Jc.type==="value-func"&&Jc.value==="selector"){let Xd=rr(wc.open)+1,Do=fc(wc.close),vl=Cu.originalText.slice(Xd,Do).trim();return ds(vl)?[Ta,vl]:vl}return Ds.value}case"value-value":case"value-root":return Ru("group");case"value-comment":return Cu.originalText.slice(fc(Ds),rr(Ds));case"value-comma_group":{let lc=kl.getParentNode(),wc=kl.getParentNode(1),Jc=ka(kl),Xd=Jc&&lc.type==="value-value"&&(Jc==="grid"||Jc.startsWith("grid-template")),Do=na(kl,"css-atrule"),vl=Do&&So(Do),gc=Ds.groups.some(zd=>xu(zd)),Wc=kl.map(Ru,"groups"),rd=[],lf=ma(kl,"url"),Md=!1,Ud=!1;for(let zd=0;zd<Ds.groups.length;++zd){var Rc;rd.push(Wc[zd]);let Gd=Ds.groups[zd-1],Gc=Ds.groups[zd],od=Ds.groups[zd+1],Kf=Ds.groups[zd+2];if(lf){(od&&Ws(od)||Ws(Gc))&&rd.push(" ");continue}if(la(kl,"forward")&&Gc.type==="value-word"&&Gc.value&&Gd!==void 0&&Gd.type==="value-word"&&Gd.value==="as"&&od.type==="value-operator"&&od.value==="*"||!od||Gc.type==="value-word"&&Gc.value.endsWith("-")&&Hl(od))continue;if(Gc.type==="value-string"&&Gc.quoted){let bm=Gc.value.lastIndexOf("#{"),hp=Gc.value.lastIndexOf("}");bm!==-1&&hp!==-1?Md=bm>hp:bm!==-1?Md=!0:hp!==-1&&(Md=!1)}if(Md||Cc(Gc)||Cc(od)||Gc.type==="value-atword"&&(Gc.value===""||Gc.value.endsWith("["))||od.type==="value-word"&&od.value.startsWith("]")||Gc.value==="~"||Gc.value&&Gc.value.includes("\\")&&od&&od.type!=="value-comment"||Gd&&Gd.value&&Gd.value.indexOf("\\")===Gd.value.length-1&&Gc.type==="value-operator"&&Gc.value==="/"||Gc.value==="\\"||ol(Gc,od)||yu(Gc)||vc(Gc)||hd(od)||vc(od)&&jl(od)||hd(Gc)&&jl(od)||Gc.value==="--"&&yu(od))continue;let Gh=Xo(Gc),Yf=Xo(od);if((Gh&&yu(od)||Yf&&hd(Gc))&&jl(od)||!Gd&&ko(Gc)||ma(kl,"calc")&&(Ws(Gc)||Ws(od)||cs(Gc)||cs(od))&&jl(od))continue;let E0=(Ws(Gc)||cs(Gc))&&zd===0&&(od.type==="value-number"||od.isHex)&&wc&&Ml(wc)&&!jl(od),om=Kf&&Kf.type==="value-func"||Kf&&Yc(Kf)||Gc.type==="value-func"||Yc(Gc),Dm=od.type==="value-func"||Yc(od)||Gd&&Gd.type==="value-func"||Gd&&Yc(Gd);if(!(!(As(od)||As(Gc))&&!ma(kl,"calc")&&!E0&&(ko(od)&&!om||ko(Gc)&&!Dm||Ws(od)&&!om||Ws(Gc)&&!Dm||cs(od)||cs(Gc))&&(jl(od)||Gh&&(!Gd||Gd&&Xo(Gd))))&&!((Cu.parser==="scss"||Cu.parser==="less")&&Gh&&Gc.value==="-"&&$l(od)&&rr(Gc)===fc(od.open)&&od.open.value==="(")){if(xu(Gc)){if(lc.type==="value-paren_group"){rd.push(qa(sa));continue}rd.push(sa);continue}if(vl&&(ns(od)||ps(od)||Ul(od)||Ms(Gc)||_l(Gc))){rd.push(" ");continue}if(Do&&Do.name.toLowerCase()==="namespace"){rd.push(" ");continue}if(Xd){Gc.source&&od.source&&Gc.source.start.line!==od.source.start.line?(rd.push(sa),Ud=!0):rd.push(" ");continue}if(Yf){rd.push(" ");continue}if(!(od&&od.value==="...")&&!(Hl(Gc)&&Hl(od)&&rr(Gc)===fc(od))){if(Hl(Gc)&&$l(od)&&rr(Gc)===fc(od.open)){rd.push(fa);continue}if(Gc.value==="with"&&$l(od)){rd.push(" ");continue}(Rc=Gc.value)!==null&&Rc!==void 0&&Rc.endsWith("#")&&od.value==="{"&&$l(od.group)||rd.push(da)}}}return gc&&rd.push(Ta),Ud&&rd.unshift(sa),vl?zi(va(rd)):pa(kl)?zi(ta(rd)):zi(va(ta(rd)))}case"value-paren_group":{let lc=kl.getParentNode();if(lc&&Xs(lc)&&(Ds.groups.length===1||Ds.groups.length>0&&Ds.groups[0].type==="value-comma_group"&&Ds.groups[0].groups.length>0&&Ds.groups[0].groups[0].type==="value-word"&&Ds.groups[0].groups[0].value.startsWith("data:")))return[Ds.open?Ru("open"):"",Wi(",",kl.map(Ru,"groups")),Ds.close?Ru("close"):""];if(!Ds.open){let lf=kl.map(Ru,"groups"),Md=[];for(let Ud=0;Ud<lf.length;Ud++)Ud!==0&&Md.push([",",da]),Md.push(lf[Ud]);return zi(va(ta(Md)))}let wc=Zs(kl),Jc=In(Ds.groups),Xd=Jc&&Jc.type==="value-comment",Do=Wu(Ds,lc),vl=Us(Ds,lc),gc=vl||wc&&!Do,Wc=vl||Do,rd=zi([Ds.open?Ru("open"):"",va([fa,Wi([da],kl.map((lf,Md)=>{let Ud=lf.getValue(),zd=Md===Ds.groups.length-1,Gd=[Ru(),zd?"":","];if(Dl(Ud)&&Ud.type==="value-comma_group"&&Ud.groups&&Ud.groups[0].type!=="value-paren_group"&&Ud.groups[2]&&Ud.groups[2].type==="value-paren_group"){let Gc=Ia(Gd[0].contents.contents);Gc[1]=zi(Gc[1]),Gd=[zi(qa(Gd))]}if(!zd&&Ud.type==="value-comma_group"&&ji(Ud.groups)){let Gc=In(Ud.groups);!Gc.source&&Gc.close&&(Gc=Gc.close),Gc.source&&Hn(Cu.originalText,Gc,rr)&&Gd.push(sa)}return Gd},"groups"))]),Xa(!Xd&&vr(Cu.parser,Cu.originalText)&&wc&&Cr(Cu)?",":""),fa,Ds.close?Ru("close"):""],{shouldBreak:gc});return Wc?qa(rd):rd}case"value-func":return[Ds.value,la(kl,"supports")&&bc(Ds)?" ":"",Ru("group")];case"value-paren":return Ds.value;case"value-number":return[Eu(Ds.value),Er(Ds.unit)];case"value-operator":return Ds.value;case"value-word":return Ds.isColor&&Ds.isHex||Ma(Ds.value)?Ds.value.toLowerCase():Ds.value;case"value-colon":{let lc=kl.getParentNode(),wc=lc&&lc.groups.indexOf(Ds),Jc=wc&&lc.groups[wc-1];return[Ds.value,Jc&&typeof Jc.value=="string"&&In(Jc.value)==="\\"||ma(kl,"url")?"":da]}case"value-comma":return[Ds.value," "];case"value-string":return Kn(Ds.raws.quote+Ds.value+Ds.raws.quote,Cu);case"value-atword":return["@",Ds.value];case"value-unicode-range":return Ds.value;case"value-unknown":return Ds.value;default:throw new Error(`Unknown postcss type ${JSON.stringify(Ds.type)}`)}}function Rn(kl,Cu,Ru){let Ds=[];return kl.each((xc,Rc,lc)=>{let wc=lc[Rc-1];if(wc&&wc.type==="css-comment"&&wc.text.trim()==="prettier-ignore"){let Jc=xc.getValue();Ds.push(Cu.originalText.slice(fc(Jc),rr(Jc)))}else Ds.push(Ru());Rc!==lc.length-1&&(lc[Rc+1].type==="css-comment"&&!On(Cu.originalText,fc(lc[Rc+1]),{backwards:!0})&&!Un(lc[Rc])||lc[Rc+1].type==="css-atrule"&&lc[Rc+1].name==="else"&&lc[Rc].type!=="css-comment"?Ds.push(" "):(Ds.push(Cu.__isHTMLStyleAttribute?da:sa),Hn(Cu.originalText,xc.getValue(),rr)&&!Un(lc[Rc])&&Ds.push(sa)))},"nodes"),Ds}var mi=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,Ui=/(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g,Aa=/[A-Za-z]+/g,No=/[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g,Cs=new RegExp(mi.source+`|(${No.source})?(${Ui.source})(${Aa.source})?`,"g");function Ns(kl,Cu){return kl.replace(mi,Ru=>Kn(Ru,Cu))}function Bs(kl,Cu){let Ru=Cu.singleQuote?"'":'"';return kl.includes('"')||kl.includes("'")?kl:Ru+kl+Ru}function pl(kl){return kl.replace(Cs,(Cu,Ru,Ds,xc,Rc)=>!Ds&&xc?Eu(xc)+ra(Rc||""):Cu)}function Eu(kl){return di(kl).replace(/\.0(?=$|e)/,"")}Fi.exports={print:Yr,embed:Ja,insertPragma:hs,massageAstNode:io}}}),Uf=Mo({"src/language-css/options.js"(Vn,Fi){Fn();var In=nd();Fi.exports={singleQuote:In.singleQuote}}}),Cf=Mo({"src/language-css/parsers.js"(){Fn()}}),am=Mo({"node_modules/linguist-languages/data/CSS.json"(Vn,Fi){Fi.exports={name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css"],languageId:50}}}),Dh=Mo({"node_modules/linguist-languages/data/PostCSS.json"(Vn,Fi){Fi.exports={name:"PostCSS",type:"markup",color:"#dc3a0c",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",languageId:262764437}}}),Mh=Mo({"node_modules/linguist-languages/data/Less.json"(Vn,Fi){Fi.exports={name:"Less",type:"markup",color:"#1d365d",aliases:["less-css"],extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",languageId:198}}}),Bp=Mo({"node_modules/linguist-languages/data/SCSS.json"(Vn,Fi){Fi.exports={name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],languageId:329}}}),Wf=Mo({"src/language-css/index.js"(Vn,Fi){Fn();var In=zp(),di=Ah(),Kn=Uf(),On=Cf(),Un=[In(am(),ji=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...ji.extensions,".wxss"]})),In(Dh(),()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]})),In(Mh(),()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]})),In(Bp(),()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]}))],Hn={postcss:di};Fi.exports={languages:Un,options:Kn,printers:Hn,parsers:On}}}),Wn=Mo({"src/language-handlebars/loc.js"(Vn,Fi){Fn();function In(Kn){return Kn.loc.start.offset}function di(Kn){return Kn.loc.end.offset}Fi.exports={locStart:In,locEnd:di}}}),Ka=Mo({"src/language-handlebars/clean.js"(Vn,Fi){Fn();function In(di,Kn){if(di.type==="TextNode"){let On=di.chars.trim();if(!On)return null;Kn.chars=On.replace(/[\t\n\f\r ]+/g," ")}di.type==="AttrNode"&&di.name.toLowerCase()==="class"&&delete Kn.value}In.ignoredProperties=new Set(["loc","selfClosing"]),Fi.exports=In}}),La=Mo({"src/language-handlebars/html-void-elements.evaluate.js"(Vn,Fi){Fi.exports=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]}}),Fa=Mo({"src/language-handlebars/utils.js"(Vn,Fi){Fn();var In=Lc(),di=La();function Kn(Ia){let io=Ia.getValue(),Ja=Ia.getParentNode(0);return!!(fa(Ia,["ElementNode"])&&In(Ja.children)===io||fa(Ia,["Block"])&&In(Ja.body)===io)}function On(Ia){return Ia.toUpperCase()===Ia}function Un(Ia){return sa(Ia,["ElementNode"])&&typeof Ia.tag=="string"&&!Ia.tag.startsWith(":")&&(On(Ia.tag[0])||Ia.tag.includes("."))}var Hn=new Set(di);function ji(Ia){return Hn.has(Ia.toLowerCase())&&!On(Ia[0])}function Wi(Ia){return Ia.selfClosing===!0||ji(Ia.tag)||Un(Ia)&&Ia.children.every(io=>da(io))}function da(Ia){return sa(Ia,["TextNode"])&&!/\S/.test(Ia.chars)}function sa(Ia,io){return Ia&&io.includes(Ia.type)}function fa(Ia,io){let Ja=Ia.getParentNode(0);return sa(Ja,io)}function zi(Ia,io){let Ja=qa(Ia);return sa(Ja,io)}function ta(Ia,io){let Ja=Xa(Ia);return sa(Ja,io)}function va(Ia,io){var Ja,hs,na,ka;let ra=Ia.getValue(),ma=(Ja=Ia.getParentNode(0))!==null&&Ja!==void 0?Ja:{},Zn=(hs=(na=(ka=ma.children)!==null&&ka!==void 0?ka:ma.body)!==null&&na!==void 0?na:ma.parts)!==null&&hs!==void 0?hs:[],la=Zn.indexOf(ra);return la!==-1&&Zn[la+io]}function qa(Ia){let io=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return va(Ia,-io)}function Xa(Ia){return va(Ia,1)}function Ta(Ia){return sa(Ia,["MustacheCommentStatement"])&&typeof Ia.value=="string"&&Ia.value.trim()==="prettier-ignore"}function Qa(Ia){let io=Ia.getValue(),Ja=qa(Ia,2);return Ta(io)||Ta(Ja)}Fi.exports={getNextNode:Xa,getPreviousNode:qa,hasPrettierIgnore:Qa,isLastNodeOfSiblings:Kn,isNextNodeOfSomeType:ta,isNodeOfSomeType:sa,isParentOfSomeType:fa,isPreviousNodeOfSomeType:zi,isVoid:Wi,isWhitespaceNode:da}}}),to=Mo({"src/language-handlebars/printer-glimmer.js"(Vn,Fi){Fn();var{builders:{dedent:In,fill:di,group:Kn,hardline:On,ifBreak:Un,indent:Hn,join:ji,line:Wi,softline:da},utils:{getDocParts:sa,replaceTextEndOfLine:fa}}=Oc(),{getPreferredQuote:zi,isNonEmptyArray:ta}=Zc(),{locStart:va,locEnd:qa}=Wn(),Xa=Ka(),{getNextNode:Ta,getPreviousNode:Qa,hasPrettierIgnore:Ia,isLastNodeOfSiblings:io,isNextNodeOfSomeType:Ja,isNodeOfSomeType:hs,isParentOfSomeType:na,isPreviousNodeOfSomeType:ka,isVoid:ra,isWhitespaceNode:ma}=Fa(),Zn=2;function la(ds,Hl,Us){let $l=ds.getValue();if(!$l)return"";if(Ia(ds))return Hl.originalText.slice(va($l),qa($l));let fc=Hl.singleQuote?"'":'"';switch($l.type){case"Block":case"Program":case"Template":return Kn(ds.map(Us,"body"));case"ElementNode":{let rr=Kn(xa(ds,Us)),fr=Hl.htmlWhitespaceSensitivity==="ignore"&&Ja(ds,["ElementNode"])?da:"";if(ra($l))return[rr,fr];let vr=["</",$l.tag,">"];return $l.children.length===0?[rr,Hn(vr),fr]:Hl.htmlWhitespaceSensitivity==="ignore"?[rr,Hn(Ma(ds,Hl,Us)),On,Hn(vr),fr]:[rr,Hn(Kn(Ma(ds,Hl,Us))),Hn(vr),fr]}case"BlockStatement":{let rr=ds.getParentNode(1);return rr&&rr.inverse&&rr.inverse.body.length===1&&rr.inverse.body[0]===$l&&rr.inverse.body[0].path.parts[0]===rr.path.parts[0]?[_l(ds,Us,rr.inverse.body[0].path.parts[0]),jl(ds,Us,Hl),Dl(ds,Us,Hl)]:[Xo(ds,Us),Kn([jl(ds,Us,Hl),Dl(ds,Us,Hl),Xs(ds,Us,Hl)])]}case"ElementModifierStatement":return Kn(["{{",Yc(ds,Us),"}}"]);case"MustacheStatement":return Kn([So($l),Yc(ds,Us),as($l)]);case"SubExpression":return Kn(["(",hd(ds,Us),da,")"]);case"AttrNode":{let rr=$l.value.type==="TextNode";if(rr&&$l.value.chars===""&&va($l.value)===qa($l.value))return $l.name;let fr=rr?zi($l.value.chars,fc).quote:$l.value.type==="ConcatStatement"?zi($l.value.parts.filter(Er=>Er.type==="TextNode").map(Er=>Er.chars).join(""),fc).quote:"",vr=Us("value");return[$l.name,"=",fr,$l.name==="class"&&fr?Kn(Hn(vr)):vr,fr]}case"ConcatStatement":return ds.map(Us,"parts");case"Hash":return ji(Wi,ds.map(Us,"pairs"));case"HashPair":return[$l.key,"=",Us("value")];case"TextNode":{let rr=$l.chars.replace(/{{/g,"\\{{"),fr=xs(ds);if(fr){if(fr==="class"){let No=rr.trim().split(/\s+/).join(" "),Cs=!1,Ns=!1;return na(ds,["ConcatStatement"])&&(ka(ds,["MustacheStatement"])&&/^\s/.test(rr)&&(Cs=!0),Ja(ds,["MustacheStatement"])&&/\s$/.test(rr)&&No!==""&&(Ns=!0)),[Cs?Wi:"",No,Ns?Wi:""]}return fa(rr)}let vr=/^[\t\n\f\r ]*$/.test(rr),Er=!Qa(ds),Cr=!Ta(ds);if(Hl.htmlWhitespaceSensitivity!=="ignore"){let No=/^[\t\n\f\r ]*/,Cs=/[\t\n\f\r ]*$/,Ns=Cr&&na(ds,["Template"]),Bs=Er&&na(ds,["Template"]);if(vr){if(Bs||Ns)return"";let Ru=[Wi],Ds=Js(rr);return Ds&&(Ru=xu(Ds)),io(ds)&&(Ru=Ru.map(xc=>In(xc))),Ru}let[pl]=rr.match(No),[Eu]=rr.match(Cs),kl=[];if(pl){kl=[Wi];let Ru=Js(pl);Ru&&(kl=xu(Ru)),rr=rr.replace(No,"")}let Cu=[];if(Eu){if(!Ns){Cu=[Wi];let Ru=Js(Eu);Ru&&(Cu=xu(Ru)),io(ds)&&(Cu=Cu.map(Ds=>In(Ds)))}rr=rr.replace(Cs,"")}return[...kl,di(Wu(rr)),...Cu]}let Yr=Js(rr),Rn=ol(rr),mi=Zs(rr);if((Er||Cr)&&vr&&na(ds,["Block","ElementNode","Template"]))return"";vr&&Yr?(Rn=Math.min(Yr,Zn),mi=0):(Ja(ds,["BlockStatement","ElementNode"])&&(mi=Math.max(mi,1)),ka(ds,["BlockStatement","ElementNode"])&&(Rn=Math.max(Rn,1)));let Ui="",Aa="";return mi===0&&Ja(ds,["MustacheStatement"])&&(Aa=" "),Rn===0&&ka(ds,["MustacheStatement"])&&(Ui=" "),Er&&(Rn=0,Ui=""),Cr&&(mi=0,Aa=""),rr=rr.replace(/^[\t\n\f\r ]+/g,Ui).replace(/[\t\n\f\r ]+$/,Aa),[...xu(Rn),di(Wu(rr)),...xu(mi)]}case"MustacheCommentStatement":{let rr=va($l),fr=qa($l),vr=Hl.originalText.charAt(rr+2)==="~",Er=Hl.originalText.charAt(fr-3)==="~",Cr=$l.value.includes("}}")?"--":"";return["{{",vr?"~":"","!",Cr,$l.value,Cr,Er?"~":"","}}"]}case"PathExpression":return $l.original;case"BooleanLiteral":return String($l.value);case"CommentStatement":return["<!--",$l.value,"-->"];case"StringLiteral":{if(vc(ds)){let rr=Hl.singleQuote?'"':"'";return yu($l.value,rr)}return yu($l.value,fc)}case"NumberLiteral":return String($l.value);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify($l.type))}}function pa(ds,Hl){return va(ds)-va(Hl)}function xa(ds,Hl){let Us=ds.getValue(),$l=["attributes","modifiers","comments"].filter(rr=>ta(Us[rr])),fc=$l.flatMap(rr=>Us[rr]).sort(pa);for(let rr of $l)ds.each(fr=>{let vr=fc.indexOf(fr.getValue());fc.splice(vr,1,[Wi,Hl()])},rr);return ta(Us.blockParams)&&fc.push(Wi,Ml(Us)),["<",Us.tag,Hn(fc),Ha(Us)]}function Ma(ds,Hl,Us){let $l=ds.getValue().children.every(fc=>ma(fc));return Hl.htmlWhitespaceSensitivity==="ignore"&&$l?"":ds.map((fc,rr)=>{let fr=Us();return rr===0&&Hl.htmlWhitespaceSensitivity==="ignore"?[da,fr]:fr},"children")}function Ha(ds){return ra(ds)?Un([da,"/>"],[" />",da]):Un([da,">"],">")}function So(ds){let Hl=ds.escaped===!1?"{{{":"{{",Us=ds.strip&&ds.strip.open?"~":"";return[Hl,Us]}function as(ds){let Hl=ds.escaped===!1?"}}}":"}}";return[ds.strip&&ds.strip.close?"~":"",Hl]}function ps(ds){let Hl=So(ds),Us=ds.openStrip.open?"~":"";return[Hl,Us,"#"]}function ns(ds){let Hl=as(ds);return[ds.openStrip.close?"~":"",Hl]}function As(ds){let Hl=So(ds),Us=ds.closeStrip.open?"~":"";return[Hl,Us,"/"]}function ko(ds){let Hl=as(ds);return[ds.closeStrip.close?"~":"",Hl]}function Ws(ds){let Hl=So(ds),Us=ds.inverseStrip.open?"~":"";return[Hl,Us]}function cs(ds){let Hl=as(ds);return[ds.inverseStrip.close?"~":"",Hl]}function Xo(ds,Hl){let Us=ds.getValue(),$l=[],fc=bc(ds,Hl);return fc&&$l.push(Kn(fc)),ta(Us.program.blockParams)&&$l.push(Ml(Us.program)),Kn([ps(Us),Cc(ds,Hl),$l.length>0?Hn([Wi,ji(Wi,$l)]):"",da,ns(Us)])}function Ms(ds,Hl){return[Hl.htmlWhitespaceSensitivity==="ignore"?On:"",Ws(ds),"else",cs(ds)]}function _l(ds,Hl,Us){let $l=ds.getValue(),fc=ds.getParentNode(1);return Kn([Ws(fc),["else"," ",Us],Hn([Wi,Kn(bc(ds,Hl)),...ta($l.program.blockParams)?[Wi,Ml($l.program)]:[]]),da,cs(fc)])}function Xs(ds,Hl,Us){let $l=ds.getValue();return Us.htmlWhitespaceSensitivity==="ignore"?[Ul($l)?da:On,As($l),Hl("path"),ko($l)]:[As($l),Hl("path"),ko($l)]}function Ul(ds){return hs(ds,["BlockStatement"])&&ds.program.body.every(Hl=>ma(Hl))}function ss(ds){return Ps(ds)&&ds.inverse.body.length===1&&hs(ds.inverse.body[0],["BlockStatement"])&&ds.inverse.body[0].path.parts[0]===ds.path.parts[0]}function Ps(ds){return hs(ds,["BlockStatement"])&&ds.inverse}function jl(ds,Hl,Us){let $l=ds.getValue();if(Ul($l))return"";let fc=Hl("program");return Us.htmlWhitespaceSensitivity==="ignore"?Hn([On,fc]):Hn(fc)}function Dl(ds,Hl,Us){let $l=ds.getValue(),fc=Hl("inverse"),rr=Us.htmlWhitespaceSensitivity==="ignore"?[On,fc]:fc;return ss($l)?rr:Ps($l)?[Ms($l,Us),Hn(rr)]:""}function Wu(ds){return sa(ji(Wi,Fs(ds)))}function Fs(ds){return ds.split(/[\t\n\f\r ]+/)}function xs(ds){for(let Hl=0;Hl<2;Hl++){let Us=ds.getParentNode(Hl);if(Us&&Us.type==="AttrNode")return Us.name.toLowerCase()}}function Js(ds){return ds=typeof ds=="string"?ds:"",ds.split(`
`).length-1}function ol(ds){ds=typeof ds=="string"?ds:"";let Hl=(ds.match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"";return Js(Hl)}function Zs(ds){ds=typeof ds=="string"?ds:"";let Hl=(ds.match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"";return Js(Hl)}function xu(){let ds=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return Array.from({length:Math.min(ds,Zn)}).fill(On)}function yu(ds,Hl){let{quote:Us,regex:$l}=zi(ds,Hl);return[Us,ds.replace($l,`\\${Us}`),Us]}function vc(ds){let Hl=0,Us=ds.getParentNode(Hl);for(;Us&&hs(Us,["SubExpression"]);)Hl++,Us=ds.getParentNode(Hl);return!!(Us&&hs(ds.getParentNode(Hl+1),["ConcatStatement"])&&hs(ds.getParentNode(Hl+2),["AttrNode"]))}function hd(ds,Hl){let Us=Cc(ds,Hl),$l=bc(ds,Hl);return $l?Hn([Us,Wi,Kn($l)]):Us}function Yc(ds,Hl){let Us=Cc(ds,Hl),$l=bc(ds,Hl);return $l?[Hn([Us,Wi,$l]),da]:Us}function Cc(ds,Hl){return Hl("path")}function bc(ds,Hl){let Us=ds.getValue(),$l=[];if(Us.params.length>0){let fc=ds.map(Hl,"params");$l.push(...fc)}if(Us.hash&&Us.hash.pairs.length>0){let fc=Hl("hash");$l.push(fc)}return $l.length===0?"":ji(Wi,$l)}function Ml(ds){return["as |",ds.blockParams.join(" "),"|"]}Fi.exports={print:la,massageAstNode:Xa}}}),Io=Mo({"src/language-handlebars/parsers.js"(){Fn()}}),xo=Mo({"node_modules/linguist-languages/data/Handlebars.json"(Vn,Fi){Fi.exports={name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",languageId:155}}}),Oo=Mo({"src/language-handlebars/index.js"(Vn,Fi){Fn();var In=zp(),di=to(),Kn=Io(),On=[In(xo(),()=>({since:"2.3.0",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]}))],Un={glimmer:di};Fi.exports={languages:On,printers:Un,parsers:Kn}}}),ro=Mo({"src/language-graphql/pragma.js"(Vn,Fi){Fn();function In(Kn){return/^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/.test(Kn)}function di(Kn){return`# @format
`+Kn}Fi.exports={hasPragma:In,insertPragma:di}}}),Ro=Mo({"src/language-graphql/loc.js"(Vn,Fi){Fn();function In(Kn){return typeof Kn.start=="number"?Kn.start:Kn.loc&&Kn.loc.start}function di(Kn){return typeof Kn.end=="number"?Kn.end:Kn.loc&&Kn.loc.end}Fi.exports={locStart:In,locEnd:di}}}),vi=Mo({"src/language-graphql/printer-graphql.js"(Vn,Fi){Fn();var{builders:{join:In,hardline:di,line:Kn,softline:On,group:Un,indent:Hn,ifBreak:ji}}=Oc(),{isNextLineEmpty:Wi,isNonEmptyArray:da}=Zc(),{insertPragma:sa}=ro(),{locStart:fa,locEnd:zi}=Ro();function ta(Ja,hs,na){let ka=Ja.getValue();if(!ka)return"";if(typeof ka=="string")return ka;switch(ka.kind){case"Document":{let ra=[];return Ja.each((ma,Zn,la)=>{ra.push(na()),Zn!==la.length-1&&(ra.push(di),Wi(hs.originalText,ma.getValue(),zi)&&ra.push(di))},"definitions"),[...ra,di]}case"OperationDefinition":{let ra=hs.originalText[fa(ka)]!=="{",ma=!!ka.name;return[ra?ka.operation:"",ra&&ma?[" ",na("name")]:"",ra&&!ma&&da(ka.variableDefinitions)?" ":"",da(ka.variableDefinitions)?Un(["(",Hn([On,In([ji("",", "),On],Ja.map(na,"variableDefinitions"))]),On,")"]):"",va(Ja,na,ka),ka.selectionSet?!ra&&!ma?"":" ":"",na("selectionSet")]}case"FragmentDefinition":return["fragment ",na("name"),da(ka.variableDefinitions)?Un(["(",Hn([On,In([ji("",", "),On],Ja.map(na,"variableDefinitions"))]),On,")"]):""," on ",na("typeCondition"),va(Ja,na,ka)," ",na("selectionSet")];case"SelectionSet":return["{",Hn([di,In(di,qa(Ja,hs,na,"selections"))]),di,"}"];case"Field":return Un([ka.alias?[na("alias"),": "]:"",na("name"),ka.arguments.length>0?Un(["(",Hn([On,In([ji("",", "),On],qa(Ja,hs,na,"arguments"))]),On,")"]):"",va(Ja,na,ka),ka.selectionSet?" ":"",na("selectionSet")]);case"Name":return ka.value;case"StringValue":{if(ka.block){let ra=ka.value.replace(/"""/g,"\\$&").split(`
`);return ra.length===1&&(ra[0]=ra[0].trim()),ra.every(ma=>ma==="")&&(ra.length=0),In(di,['"""',...ra,'"""'])}return['"',ka.value.replace(/["\\]/g,"\\$&").replace(/\n/g,"\\n"),'"']}case"IntValue":case"FloatValue":case"EnumValue":return ka.value;case"BooleanValue":return ka.value?"true":"false";case"NullValue":return"null";case"Variable":return["$",na("name")];case"ListValue":return Un(["[",Hn([On,In([ji("",", "),On],Ja.map(na,"values"))]),On,"]"]);case"ObjectValue":return Un(["{",hs.bracketSpacing&&ka.fields.length>0?" ":"",Hn([On,In([ji("",", "),On],Ja.map(na,"fields"))]),On,ji("",hs.bracketSpacing&&ka.fields.length>0?" ":""),"}"]);case"ObjectField":case"Argument":return[na("name"),": ",na("value")];case"Directive":return["@",na("name"),ka.arguments.length>0?Un(["(",Hn([On,In([ji("",", "),On],qa(Ja,hs,na,"arguments"))]),On,")"]):""];case"NamedType":return na("name");case"VariableDefinition":return[na("variable"),": ",na("type"),ka.defaultValue?[" = ",na("defaultValue")]:"",va(Ja,na,ka)];case"ObjectTypeExtension":case"ObjectTypeDefinition":return[na("description"),ka.description?di:"",ka.kind==="ObjectTypeExtension"?"extend ":"","type ",na("name"),ka.interfaces.length>0?[" implements ",...Qa(Ja,hs,na)]:"",va(Ja,na,ka),ka.fields.length>0?[" {",Hn([di,In(di,qa(Ja,hs,na,"fields"))]),di,"}"]:""];case"FieldDefinition":return[na("description"),ka.description?di:"",na("name"),ka.arguments.length>0?Un(["(",Hn([On,In([ji("",", "),On],qa(Ja,hs,na,"arguments"))]),On,")"]):"",": ",na("type"),va(Ja,na,ka)];case"DirectiveDefinition":return[na("description"),ka.description?di:"","directive ","@",na("name"),ka.arguments.length>0?Un(["(",Hn([On,In([ji("",", "),On],qa(Ja,hs,na,"arguments"))]),On,")"]):"",ka.repeatable?" repeatable":""," on ",In(" | ",Ja.map(na,"locations"))];case"EnumTypeExtension":case"EnumTypeDefinition":return[na("description"),ka.description?di:"",ka.kind==="EnumTypeExtension"?"extend ":"","enum ",na("name"),va(Ja,na,ka),ka.values.length>0?[" {",Hn([di,In(di,qa(Ja,hs,na,"values"))]),di,"}"]:""];case"EnumValueDefinition":return[na("description"),ka.description?di:"",na("name"),va(Ja,na,ka)];case"InputValueDefinition":return[na("description"),ka.description?ka.description.block?di:Kn:"",na("name"),": ",na("type"),ka.defaultValue?[" = ",na("defaultValue")]:"",va(Ja,na,ka)];case"InputObjectTypeExtension":case"InputObjectTypeDefinition":return[na("description"),ka.description?di:"",ka.kind==="InputObjectTypeExtension"?"extend ":"","input ",na("name"),va(Ja,na,ka),ka.fields.length>0?[" {",Hn([di,In(di,qa(Ja,hs,na,"fields"))]),di,"}"]:""];case"SchemaExtension":return["extend schema",va(Ja,na,ka),...ka.operationTypes.length>0?[" {",Hn([di,In(di,qa(Ja,hs,na,"operationTypes"))]),di,"}"]:[]];case"SchemaDefinition":return[na("description"),ka.description?di:"","schema",va(Ja,na,ka)," {",ka.operationTypes.length>0?Hn([di,In(di,qa(Ja,hs,na,"operationTypes"))]):"",di,"}"];case"OperationTypeDefinition":return[na("operation"),": ",na("type")];case"InterfaceTypeExtension":case"InterfaceTypeDefinition":return[na("description"),ka.description?di:"",ka.kind==="InterfaceTypeExtension"?"extend ":"","interface ",na("name"),ka.interfaces.length>0?[" implements ",...Qa(Ja,hs,na)]:"",va(Ja,na,ka),ka.fields.length>0?[" {",Hn([di,In(di,qa(Ja,hs,na,"fields"))]),di,"}"]:""];case"FragmentSpread":return["...",na("name"),va(Ja,na,ka)];case"InlineFragment":return["...",ka.typeCondition?[" on ",na("typeCondition")]:"",va(Ja,na,ka)," ",na("selectionSet")];case"UnionTypeExtension":case"UnionTypeDefinition":return Un([na("description"),ka.description?di:"",Un([ka.kind==="UnionTypeExtension"?"extend ":"","union ",na("name"),va(Ja,na,ka),ka.types.length>0?[" =",ji(""," "),Hn([ji([Kn," "]),In([Kn,"| "],Ja.map(na,"types"))])]:""])]);case"ScalarTypeExtension":case"ScalarTypeDefinition":return[na("description"),ka.description?di:"",ka.kind==="ScalarTypeExtension"?"extend ":"","scalar ",na("name"),va(Ja,na,ka)];case"NonNullType":return[na("type"),"!"];case"ListType":return["[",na("type"),"]"];default:throw new Error("unknown graphql type: "+JSON.stringify(ka.kind))}}function va(Ja,hs,na){if(na.directives.length===0)return"";let ka=In(Kn,Ja.map(hs,"directives"));return na.kind==="FragmentDefinition"||na.kind==="OperationDefinition"?Un([Kn,ka]):[" ",Un(Hn([On,ka]))]}function qa(Ja,hs,na,ka){return Ja.map((ra,ma,Zn)=>{let la=na();return ma<Zn.length-1&&Wi(hs.originalText,ra.getValue(),zi)?[la,di]:la},ka)}function Xa(Ja){return Ja.kind&&Ja.kind!=="Comment"}function Ta(Ja){let hs=Ja.getValue();if(hs.kind==="Comment")return"#"+hs.value.trimEnd();throw new Error("Not a comment: "+JSON.stringify(hs))}function Qa(Ja,hs,na){let ka=Ja.getNode(),ra=[],{interfaces:ma}=ka,Zn=Ja.map(la=>na(la),"interfaces");for(let la=0;la<ma.length;la++){let pa=ma[la];ra.push(Zn[la]);let xa=ma[la+1];if(xa){let Ma=hs.originalText.slice(pa.loc.end,xa.loc.start),Ha=Ma.includes("#"),So=Ma.replace(/#.*/g,"").trim();ra.push(So===","?",":" &",Ha?Kn:" ")}}return ra}function Ia(Ja,hs){Ja.kind==="StringValue"&&Ja.block&&!Ja.value.includes(`
`)&&(hs.value=hs.value.trim())}Ia.ignoredProperties=new Set(["loc","comments"]);function io(Ja){var hs;let na=Ja.getValue();return na==null||(hs=na.comments)===null||hs===void 0?void 0:hs.some(ka=>ka.value.trim()==="prettier-ignore")}Fi.exports={print:ta,massageAstNode:Ia,hasPrettierIgnore:io,insertPragma:sa,printComment:Ta,canAttachComment:Xa}}}),Ln=Mo({"src/language-graphql/options.js"(Vn,Fi){Fn();var In=nd();Fi.exports={bracketSpacing:In.bracketSpacing}}}),za=Mo({"src/language-graphql/parsers.js"(){Fn()}}),Na=Mo({"node_modules/linguist-languages/data/GraphQL.json"(Vn,Fi){Fi.exports={name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",languageId:139}}}),Zo=Mo({"src/language-graphql/index.js"(Vn,Fi){Fn();var In=zp(),di=vi(),Kn=Ln(),On=za(),Un=[In(Na(),()=>({since:"1.5.0",parsers:["graphql"],vscodeLanguageIds:["graphql"]}))],Hn={graphql:di};Fi.exports={languages:Un,options:Kn,printers:Hn,parsers:On}}}),Fo=Mo({"node_modules/collapse-white-space/index.js"(Vn,Fi){Fn(),Fi.exports=In;function In(di){return String(di).replace(/\s+/g," ")}}}),Ss=Mo({"src/language-markdown/loc.js"(Vn,Fi){Fn();function In(Kn){return Kn.position.start.offset}function di(Kn){return Kn.position.end.offset}Fi.exports={locStart:In,locEnd:di}}}),_s=Mo({"src/language-markdown/constants.evaluate.js"(Vn,Fi){Fi.exports={cjkPattern:"(?:[\\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-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\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][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\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\\u09fd\\u0a76\\u0af0\\u0c77\\u0c84\\u0df4\\u0e4f\\u0e5a-\\u0e5b\\u0f04-\\u0f12\\u0f14\\u0f3a-\\u0f3d\\u0f85\\u0fd0-\\u0fd4\\u0fd9-\\u0fda\\u104a-\\u104f\\u10fb\\u1360-\\u1368\\u1400\\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-\\u2e4f\\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]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"}}}),Uo=Mo({"src/language-markdown/utils.js"(Vn,Fi){Fn();var{getLast:In}=Zc(),{locStart:di,locEnd:Kn}=Ss(),{cjkPattern:On,kPattern:Un,punctuationPattern:Hn}=_s(),ji=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],Wi=[...ji,"tableCell","paragraph","heading"],da=new RegExp(Un),sa=new RegExp(Hn);function fa(Ta,Qa){let Ia="non-cjk",io="cj-letter",Ja="k-letter",hs="cjk-punctuation",na=[],ka=(Qa.proseWrap==="preserve"?Ta:Ta.replace(new RegExp(`(${On})
(${On})`,"g"),"$1$2")).split(/([\t\n ]+)/);for(let[ma,Zn]of ka.entries()){if(ma%2===1){na.push({type:"whitespace",value:/\n/.test(Zn)?`
`:" "});continue}if((ma===0||ma===ka.length-1)&&Zn==="")continue;let la=Zn.split(new RegExp(`(${On})`));for(let[pa,xa]of la.entries())if(!((pa===0||pa===la.length-1)&&xa==="")){if(pa%2===0){xa!==""&&ra({type:"word",value:xa,kind:Ia,hasLeadingPunctuation:sa.test(xa[0]),hasTrailingPunctuation:sa.test(In(xa))});continue}ra(sa.test(xa)?{type:"word",value:xa,kind:hs,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:xa,kind:da.test(xa)?Ja:io,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return na;function ra(ma){let Zn=In(na);Zn&&Zn.type==="word"&&(Zn.kind===Ia&&ma.kind===io&&!Zn.hasTrailingPunctuation||Zn.kind===io&&ma.kind===Ia&&!ma.hasLeadingPunctuation?na.push({type:"whitespace",value:" "}):!la(Ia,hs)&&![Zn.value,ma.value].some(pa=>/\u3000/.test(pa))&&na.push({type:"whitespace",value:""})),na.push(ma);function la(pa,xa){return Zn.kind===pa&&ma.kind===xa||Zn.kind===xa&&ma.kind===pa}}}function zi(Ta,Qa){let[,Ia,io,Ja]=Qa.slice(Ta.position.start.offset,Ta.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:Ia,marker:io,leadingSpaces:Ja}}function ta(Ta,Qa){if(!Ta.ordered||Ta.children.length<2)return!1;let Ia=Number(zi(Ta.children[0],Qa.originalText).numberText),io=Number(zi(Ta.children[1],Qa.originalText).numberText);if(Ia===0&&Ta.children.length>2){let Ja=Number(zi(Ta.children[2],Qa.originalText).numberText);return io===1&&Ja===1}return io===1}function va(Ta,Qa){let{value:Ia}=Ta;return Ta.position.end.offset===Qa.length&&Ia.endsWith(`
`)&&Qa.endsWith(`
`)?Ia.slice(0,-1):Ia}function qa(Ta,Qa){return function Ia(io,Ja,hs){let na=Object.assign({},Qa(io,Ja,hs));return na.children&&(na.children=na.children.map((ka,ra)=>Ia(ka,ra,[na,...hs]))),na}(Ta,null,[])}function Xa(Ta){if((Ta==null?void 0:Ta.type)!=="link"||Ta.children.length!==1)return!1;let[Qa]=Ta.children;return di(Ta)===di(Qa)&&Kn(Ta)===Kn(Qa)}Fi.exports={mapAst:qa,splitText:fa,punctuationPattern:Hn,getFencedCodeBlockValue:va,getOrderedListItemInfo:zi,hasGitDiffFriendlyOrderedList:ta,INLINE_NODE_TYPES:ji,INLINE_NODE_WRAPPER_TYPES:Wi,isAutolink:Xa}}}),Qs=Mo({"src/language-markdown/embed.js"(Vn,Fi){Fn();var{inferParserByLanguage:In,getMaxContinuousCount:di}=Zc(),{builders:{hardline:Kn,markAsRoot:On},utils:{replaceEndOfLine:Un}}=Oc(),Hn=ld(),{getFencedCodeBlockValue:ji}=Uo();function Wi(da,sa,fa,zi){let ta=da.getValue();if(ta.type==="code"&&ta.lang!==null){let va=In(ta.lang,zi);if(va){let qa=zi.__inJsTemplate?"~":"`",Xa=qa.repeat(Math.max(3,di(ta.value,qa)+1)),Ta={parser:va};ta.lang==="tsx"&&(Ta.filepath="dummy.tsx");let Qa=fa(ji(ta,zi.originalText),Ta,{stripTrailingHardline:!0});return On([Xa,ta.lang,ta.meta?" "+ta.meta:"",Kn,Un(Qa),Kn,Xa])}}switch(ta.type){case"front-matter":return Hn(ta,fa);case"importExport":return[fa(ta.value,{parser:"babel"},{stripTrailingHardline:!0}),Kn];case"jsx":return fa(`<$>${ta.value}</$>`,{parser:"__js_expression",rootMarker:"mdx"},{stripTrailingHardline:!0})}return null}Fi.exports=Wi}}),nl=Mo({"src/language-markdown/pragma.js"(Vn,Fi){Fn();var In=$f(),di=["format","prettier"];function Kn(On){let Un=`@(${di.join("|")})`,Hn=new RegExp([`<!--\\s*${Un}\\s*-->`,`{\\s*\\/\\*\\s*${Un}\\s*\\*\\/\\s*}`,`<!--.*\r?
[\\s\\S]*(^|
)[^\\S
]*${Un}[^\\S
]*($|
)[\\s\\S]*
.*-->`].join("|"),"m"),ji=On.match(Hn);return(ji==null?void 0:ji.index)===0}Fi.exports={startWithPragma:Kn,hasPragma:On=>Kn(In(On).content.trimStart()),insertPragma:On=>{let Un=In(On),Hn=`<!-- @${di[0]} -->`;return Un.frontMatter?`${Un.frontMatter.raw}
${Hn}
${Un.content}`:`${Hn}
${Un.content}`}}}}),yl=Mo({"src/language-markdown/print-preprocess.js"(Vn,Fi){Fn();var In=Lc(),{getOrderedListItemInfo:di,mapAst:Kn,splitText:On}=Uo(),Un=/^.$/su;function Hn(Xa,Ta){return Xa=da(Xa,Ta),Xa=zi(Xa),Xa=Wi(Xa,Ta),Xa=va(Xa,Ta),Xa=qa(Xa,Ta),Xa=ta(Xa,Ta),Xa=ji(Xa),Xa=sa(Xa),Xa}function ji(Xa){return Kn(Xa,Ta=>Ta.type!=="import"&&Ta.type!=="export"?Ta:Object.assign(Object.assign({},Ta),{},{type:"importExport"}))}function Wi(Xa,Ta){return Kn(Xa,Qa=>Qa.type!=="inlineCode"||Ta.proseWrap==="preserve"?Qa:Object.assign(Object.assign({},Qa),{},{value:Qa.value.replace(/\s+/g," ")}))}function da(Xa,Ta){return Kn(Xa,Qa=>Qa.type!=="text"||Qa.value==="*"||Qa.value==="_"||!Un.test(Qa.value)||Qa.position.end.offset-Qa.position.start.offset===Qa.value.length?Qa:Object.assign(Object.assign({},Qa),{},{value:Ta.originalText.slice(Qa.position.start.offset,Qa.position.end.offset)}))}function sa(Xa){return fa(Xa,(Ta,Qa)=>Ta.type==="importExport"&&Qa.type==="importExport",(Ta,Qa)=>({type:"importExport",value:Ta.value+`
`+Qa.value,position:{start:Ta.position.start,end:Qa.position.end}}))}function fa(Xa,Ta,Qa){return Kn(Xa,Ia=>{if(!Ia.children)return Ia;let io=Ia.children.reduce((Ja,hs)=>{let na=In(Ja);return na&&Ta(na,hs)?Ja.splice(-1,1,Qa(na,hs)):Ja.push(hs),Ja},[]);return Object.assign(Object.assign({},Ia),{},{children:io})})}function zi(Xa){return fa(Xa,(Ta,Qa)=>Ta.type==="text"&&Qa.type==="text",(Ta,Qa)=>({type:"text",value:Ta.value+Qa.value,position:{start:Ta.position.start,end:Qa.position.end}}))}function ta(Xa,Ta){return Kn(Xa,(Qa,Ia,io)=>{let[Ja]=io;if(Qa.type!=="text")return Qa;let{value:hs}=Qa;return Ja.type==="paragraph"&&(Ia===0&&(hs=hs.trimStart()),Ia===Ja.children.length-1&&(hs=hs.trimEnd())),{type:"sentence",position:Qa.position,children:On(hs,Ta)}})}function va(Xa,Ta){return Kn(Xa,(Qa,Ia,io)=>{if(Qa.type==="code"){let Ja=/^\n?(?: {4,}|\t)/.test(Ta.originalText.slice(Qa.position.start.offset,Qa.position.end.offset));if(Qa.isIndented=Ja,Ja)for(let hs=0;hs<io.length;hs++){let na=io[hs];if(na.hasIndentedCodeblock)break;na.type==="list"&&(na.hasIndentedCodeblock=!0)}}return Qa})}function qa(Xa,Ta){return Kn(Xa,(io,Ja,hs)=>{if(io.type==="list"&&io.children.length>0){for(let na=0;na<hs.length;na++){let ka=hs[na];if(ka.type==="list"&&!ka.isAligned)return io.isAligned=!1,io}io.isAligned=Ia(io)}return io});function Qa(io){return io.children.length===0?-1:io.children[0].position.start.column-1}function Ia(io){if(!io.ordered)return!0;let[Ja,hs]=io.children;if(di(Ja,Ta.originalText).leadingSpaces.length>1)return!0;let na=Qa(Ja);if(na===-1)return!1;if(io.children.length===1)return na%Ta.tabWidth===0;let ka=Qa(hs);return na!==ka?!1:na%Ta.tabWidth===0?!0:di(hs,Ta.originalText).leadingSpaces.length>1}}Fi.exports=Hn}}),Hu=Mo({"src/language-markdown/clean.js"(Vn,Fi){Fn();var In=Fo(),{isFrontMatterNode:di}=Zc(),{startWithPragma:Kn}=nl(),On=new Set(["position","raw"]);function Un(Hn,ji,Wi){if((Hn.type==="front-matter"||Hn.type==="code"||Hn.type==="yaml"||Hn.type==="import"||Hn.type==="export"||Hn.type==="jsx")&&delete ji.value,Hn.type==="list"&&delete ji.isAligned,(Hn.type==="list"||Hn.type==="listItem")&&(delete ji.spread,delete ji.loose),Hn.type==="text"||(Hn.type==="inlineCode"&&(ji.value=Hn.value.replace(/[\t\n ]+/g," ")),Hn.type==="wikiLink"&&(ji.value=Hn.value.trim().replace(/[\t\n]+/g," ")),(Hn.type==="definition"||Hn.type==="linkReference"||Hn.type==="imageReference")&&(ji.label=In(Hn.label)),(Hn.type==="definition"||Hn.type==="link"||Hn.type==="image")&&Hn.title&&(ji.title=Hn.title.replace(/\\(["')])/g,"$1")),Wi&&Wi.type==="root"&&Wi.children.length>0&&(Wi.children[0]===Hn||di(Wi.children[0])&&Wi.children[1]===Hn)&&Hn.type==="html"&&Kn(Hn.value)))return null}Un.ignoredProperties=On,Fi.exports=Un}}),pc=Mo({"src/language-markdown/printer-markdown.js"(Vn,Fi){Fn();var In=Fo(),{getLast:di,getMinNotPresentContinuousCount:Kn,getMaxContinuousCount:On,getStringWidth:Un,isNonEmptyArray:Hn}=Zc(),{builders:{breakParent:ji,join:Wi,line:da,literalline:sa,markAsRoot:fa,hardline:zi,softline:ta,ifBreak:va,fill:qa,align:Xa,indent:Ta,group:Qa,hardlineWithoutBreakParent:Ia},utils:{normalizeDoc:io,replaceTextEndOfLine:Ja},printer:{printDocToString:hs}}=Oc(),na=Qs(),{insertPragma:ka}=nl(),{locStart:ra,locEnd:ma}=Ss(),Zn=yl(),la=Hu(),{getFencedCodeBlockValue:pa,hasGitDiffFriendlyOrderedList:xa,splitText:Ma,punctuationPattern:Ha,INLINE_NODE_TYPES:So,INLINE_NODE_WRAPPER_TYPES:as,isAutolink:ps}=Uo(),ns=new Set(["importExport"]),As=["heading","tableCell","link","wikiLink"],ko=new Set(["listItem","definition","footnoteDefinition"]);function Ws(Ml,ds,Hl){let Us=Ml.getValue();if(xu(Ml))return Ma(ds.originalText.slice(Us.position.start.offset,Us.position.end.offset),ds).map($l=>$l.type==="word"?$l.value:$l.value===""?"":ss(Ml,$l.value,ds));switch(Us.type){case"front-matter":return ds.originalText.slice(Us.position.start.offset,Us.position.end.offset);case"root":return Us.children.length===0?"":[io(jl(Ml,ds,Hl)),ns.has(Fs(Us).type)?"":zi];case"paragraph":return Dl(Ml,ds,Hl,{postprocessor:qa});case"sentence":return Dl(Ml,ds,Hl);case"word":{let $l=Us.value.replace(/\*/g,"\\$&").replace(new RegExp([`(^|${Ha})(_+)`,`(_+)(${Ha}|$)`].join("|"),"g"),(fr,vr,Er,Cr,Yr)=>(Er?`${vr}${Er}`:`${Cr}${Yr}`).replace(/_/g,"\\_")),fc=(fr,vr,Er)=>fr.type==="sentence"&&Er===0,rr=(fr,vr,Er)=>ps(fr.children[Er-1]);return $l!==Us.value&&(Ml.match(void 0,fc,rr)||Ml.match(void 0,fc,(fr,vr,Er)=>fr.type==="emphasis"&&Er===0,rr))&&($l=$l.replace(/^(\\?[*_])+/,fr=>fr.replace(/\\/g,""))),$l}case"whitespace":{let $l=Ml.getParentNode(),fc=$l.children.indexOf(Us),rr=$l.children[fc+1],fr=rr&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(rr.value)?"never":ds.proseWrap;return ss(Ml,Us.value,{proseWrap:fr})}case"emphasis":{let $l;if(ps(Us.children[0]))$l=ds.originalText[Us.position.start.offset];else{let fc=Ml.getParentNode(),rr=fc.children.indexOf(Us),fr=fc.children[rr-1],vr=fc.children[rr+1];$l=fr&&fr.type==="sentence"&&fr.children.length>0&&di(fr.children).type==="word"&&!di(fr.children).hasTrailingPunctuation||vr&&vr.type==="sentence"&&vr.children.length>0&&vr.children[0].type==="word"&&!vr.children[0].hasLeadingPunctuation||Ul(Ml,"emphasis")?"*":"_"}return[$l,Dl(Ml,ds,Hl),$l]}case"strong":return["**",Dl(Ml,ds,Hl),"**"];case"delete":return["~~",Dl(Ml,ds,Hl),"~~"];case"inlineCode":{let $l=Kn(Us.value,"`"),fc="`".repeat($l||1),rr=$l&&!/^\s/.test(Us.value)?" ":"";return[fc,rr,Us.value,rr,fc]}case"wikiLink":{let $l="";return ds.proseWrap==="preserve"?$l=Us.value:$l=Us.value.replace(/[\t\n]+/g," "),["[[",$l,"]]"]}case"link":switch(ds.originalText[Us.position.start.offset]){case"<":{let $l="mailto:";return["<",Us.url.startsWith($l)&&ds.originalText.slice(Us.position.start.offset+1,Us.position.start.offset+1+$l.length)!==$l?Us.url.slice($l.length):Us.url,">"]}case"[":return["[",Dl(Ml,ds,Hl),"](",yu(Us.url,")"),vc(Us.title,ds),")"];default:return ds.originalText.slice(Us.position.start.offset,Us.position.end.offset)}case"image":return["![",Us.alt||"","](",yu(Us.url,")"),vc(Us.title,ds),")"];case"blockquote":return["> ",Xa("> ",Dl(Ml,ds,Hl))];case"heading":return["#".repeat(Us.depth)+" ",Dl(Ml,ds,Hl)];case"code":{if(Us.isIndented){let rr=" ".repeat(4);return Xa(rr,[rr,...Ja(Us.value,zi)])}let $l=ds.__inJsTemplate?"~":"`",fc=$l.repeat(Math.max(3,On(Us.value,$l)+1));return[fc,Us.lang||"",Us.meta?" "+Us.meta:"",zi,...Ja(pa(Us,ds.originalText),zi),zi,fc]}case"html":{let $l=Ml.getParentNode(),fc=$l.type==="root"&&di($l.children)===Us?Us.value.trimEnd():Us.value,rr=/^<!--.*-->$/s.test(fc);return Ja(fc,rr?zi:fa(sa))}case"list":{let $l=Ms(Us,Ml.getParentNode()),fc=xa(Us,ds);return Dl(Ml,ds,Hl,{processor:(rr,fr)=>{let vr=Cr(),Er=rr.getValue();if(Er.children.length===2&&Er.children[1].type==="html"&&Er.children[0].position.start.column!==Er.children[1].position.start.column)return[vr,cs(rr,ds,Hl,vr)];return[vr,Xa(" ".repeat(vr.length),cs(rr,ds,Hl,vr))];function Cr(){let Yr=Us.ordered?(fr===0?Us.start:fc?1:Us.start+fr)+($l%2===0?". ":") "):$l%2===0?"- ":"* ";return Us.isAligned||Us.hasIndentedCodeblock?Xo(Yr,ds):Yr}}})}case"thematicBreak":{let $l=Xs(Ml,"list");return $l===-1?"---":Ms(Ml.getParentNode($l),Ml.getParentNode($l+1))%2===0?"***":"---"}case"linkReference":return["[",Dl(Ml,ds,Hl),"]",Us.referenceType==="full"?Cc(Us):Us.referenceType==="collapsed"?"[]":""];case"imageReference":switch(Us.referenceType){case"full":return["![",Us.alt||"","]",Cc(Us)];default:return["![",Us.alt,"]",Us.referenceType==="collapsed"?"[]":""]}case"definition":{let $l=ds.proseWrap==="always"?da:" ";return Qa([Cc(Us),":",Ta([$l,yu(Us.url),Us.title===null?"":[$l,vc(Us.title,ds,!1)]])])}case"footnote":return["[^",Dl(Ml,ds,Hl),"]"];case"footnoteReference":return bc(Us);case"footnoteDefinition":{let $l=Ml.getParentNode().children[Ml.getName()+1],fc=Us.children.length===1&&Us.children[0].type==="paragraph"&&(ds.proseWrap==="never"||ds.proseWrap==="preserve"&&Us.children[0].position.start.line===Us.children[0].position.end.line);return[bc(Us),": ",fc?Dl(Ml,ds,Hl):Qa([Xa(" ".repeat(4),Dl(Ml,ds,Hl,{processor:(rr,fr)=>fr===0?Qa([ta,Hl()]):Hl()})),$l&&$l.type==="footnoteDefinition"?ta:""])]}case"table":return Ps(Ml,ds,Hl);case"tableCell":return Dl(Ml,ds,Hl);case"break":return/\s/.test(ds.originalText[Us.position.start.offset])?[" ",fa(sa)]:["\\",zi];case"liquidNode":return Ja(Us.value,zi);case"importExport":return[Us.value,zi];case"esComment":return["{/* ",Us.value," */}"];case"jsx":return Us.value;case"math":return["$$",zi,Us.value?[...Ja(Us.value,zi),zi]:"","$$"];case"inlineMath":return ds.originalText.slice(ra(Us),ma(Us));case"tableRow":case"listItem":default:throw new Error(`Unknown markdown type ${JSON.stringify(Us.type)}`)}}function cs(Ml,ds,Hl,Us){let $l=Ml.getValue(),fc=$l.checked===null?"":$l.checked?"[x] ":"[ ] ";return[fc,Dl(Ml,ds,Hl,{processor:(rr,fr)=>{if(fr===0&&rr.getValue().type!=="list")return Xa(" ".repeat(fc.length),Hl());let vr=" ".repeat(hd(ds.tabWidth-Us.length,0,3));return[vr,Xa(vr,Hl())]}})]}function Xo(Ml,ds){let Hl=Us();return Ml+" ".repeat(Hl>=4?0:Hl);function Us(){let $l=Ml.length%ds.tabWidth;return $l===0?0:ds.tabWidth-$l}}function Ms(Ml,ds){return _l(Ml,ds,Hl=>Hl.ordered===Ml.ordered)}function _l(Ml,ds,Hl){let Us=-1;for(let $l of ds.children)if($l.type===Ml.type&&Hl($l)?Us++:Us=-1,$l===Ml)return Us}function Xs(Ml,ds){let Hl=Array.isArray(ds)?ds:[ds],Us=-1,$l;for(;$l=Ml.getParentNode(++Us);)if(Hl.includes($l.type))return Us;return-1}function Ul(Ml,ds){let Hl=Xs(Ml,ds);return Hl===-1?null:Ml.getParentNode(Hl)}function ss(Ml,ds,Hl){if(Hl.proseWrap==="preserve"&&ds===`
`)return zi;let Us=Hl.proseWrap==="always"&&!Ul(Ml,As);return ds!==""?Us?da:" ":Us?ta:""}function Ps(Ml,ds,Hl){let Us=Ml.getValue(),$l=[],fc=Ml.map(Yr=>Yr.map((Rn,mi)=>{let Ui=hs(Hl(),ds).formatted,Aa=Un(Ui);return $l[mi]=Math.max($l[mi]||3,Aa),{text:Ui,width:Aa}},"children"),"children"),rr=vr(!1);if(ds.proseWrap!=="never")return[ji,rr];let fr=vr(!0);return[ji,Qa(va(fr,rr))];function vr(Yr){let Rn=[Cr(fc[0],Yr),Er(Yr)];return fc.length>1&&Rn.push(Wi(Ia,fc.slice(1).map(mi=>Cr(mi,Yr)))),Wi(Ia,Rn)}function Er(Yr){return`| ${$l.map((Rn,mi)=>{let Ui=Us.align[mi],Aa=Ui==="center"||Ui==="left"?":":"-",No=Ui==="center"||Ui==="right"?":":"-",Cs=Yr?"-":"-".repeat(Rn-2);return`${Aa}${Cs}${No}`}).join(" | ")} |`}function Cr(Yr,Rn){return`| ${Yr.map((mi,Ui)=>{let{text:Aa,width:No}=mi;if(Rn)return Aa;let Cs=$l[Ui]-No,Ns=Us.align[Ui],Bs=0;Ns==="right"?Bs=Cs:Ns==="center"&&(Bs=Math.floor(Cs/2));let pl=Cs-Bs;return`${" ".repeat(Bs)}${Aa}${" ".repeat(pl)}`}).join(" | ")} |`}}function jl(Ml,ds,Hl){let Us=[],$l=null,{children:fc}=Ml.getValue();for(let[rr,fr]of fc.entries())switch(xs(fr)){case"start":$l===null&&($l={index:rr,offset:fr.position.end.offset});break;case"end":$l!==null&&(Us.push({start:$l,end:{index:rr,offset:fr.position.start.offset}}),$l=null);break}return Dl(Ml,ds,Hl,{processor:(rr,fr)=>{if(Us.length>0){let vr=Us[0];if(fr===vr.start.index)return[Wu(fc[vr.start.index]),ds.originalText.slice(vr.start.offset,vr.end.offset),Wu(fc[vr.end.index])];if(vr.start.index<fr&&fr<vr.end.index)return!1;if(fr===vr.end.index)return Us.shift(),!1}return Hl()}})}function Dl(Ml,ds,Hl){let Us=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},{postprocessor:$l}=Us,fc=Us.processor||(()=>Hl()),rr=Ml.getValue(),fr=[],vr;return Ml.each((Er,Cr)=>{let Yr=Er.getValue(),Rn=fc(Er,Cr);if(Rn!==!1){let mi={parts:fr,prevNode:vr,parentNode:rr,options:ds};Js(Yr,mi)&&(fr.push(zi),vr&&ns.has(vr.type)||(ol(Yr,mi)||Zs(Yr,mi))&&fr.push(zi),Zs(Yr,mi)&&fr.push(zi)),fr.push(Rn),vr=Yr}},"children"),$l?$l(fr):fr}function Wu(Ml){if(Ml.type==="html")return Ml.value;if(Ml.type==="paragraph"&&Array.isArray(Ml.children)&&Ml.children.length===1&&Ml.children[0].type==="esComment")return["{/* ",Ml.children[0].value," */}"]}function Fs(Ml){let ds=Ml;for(;Hn(ds.children);)ds=di(ds.children);return ds}function xs(Ml){let ds;if(Ml.type==="html")ds=Ml.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/);else{let Hl;Ml.type==="esComment"?Hl=Ml:Ml.type==="paragraph"&&Ml.children.length===1&&Ml.children[0].type==="esComment"&&(Hl=Ml.children[0]),Hl&&(ds=Hl.value.match(/^prettier-ignore(?:-(start|end))?$/))}return ds?ds[1]||"next":!1}function Js(Ml,ds){let Hl=ds.parts.length===0,Us=So.includes(Ml.type),$l=Ml.type==="html"&&as.includes(ds.parentNode.type);return!Hl&&!Us&&!$l}function ol(Ml,ds){var Hl,Us,$l;let fc=(ds.prevNode&&ds.prevNode.type)===Ml.type&&ko.has(Ml.type),rr=ds.parentNode.type==="listItem"&&!ds.parentNode.loose,fr=((Hl=ds.prevNode)===null||Hl===void 0?void 0:Hl.type)==="listItem"&&ds.prevNode.loose,vr=xs(ds.prevNode)==="next",Er=Ml.type==="html"&&((Us=ds.prevNode)===null||Us===void 0?void 0:Us.type)==="html"&&ds.prevNode.position.end.line+1===Ml.position.start.line,Cr=Ml.type==="html"&&ds.parentNode.type==="listItem"&&(($l=ds.prevNode)===null||$l===void 0?void 0:$l.type)==="paragraph"&&ds.prevNode.position.end.line+1===Ml.position.start.line;return fr||!(fc||rr||vr||Er||Cr)}function Zs(Ml,ds){let Hl=ds.prevNode&&ds.prevNode.type==="list",Us=Ml.type==="code"&&Ml.isIndented;return Hl&&Us}function xu(Ml){let ds=Ul(Ml,["linkReference","imageReference"]);return ds&&(ds.type!=="linkReference"||ds.referenceType!=="full")}function yu(Ml){let ds=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Hl=[" ",...Array.isArray(ds)?ds:[ds]];return new RegExp(Hl.map(Us=>`\\${Us}`).join("|")).test(Ml)?`<${Ml}>`:Ml}function vc(Ml,ds){let Hl=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!Ml)return"";if(Hl)return" "+vc(Ml,ds,!1);if(Ml=Ml.replace(/\\(["')])/g,"$1"),Ml.includes('"')&&Ml.includes("'")&&!Ml.includes(")"))return`(${Ml})`;let Us=Ml.split("'").length-1,$l=Ml.split('"').length-1,fc=Us>$l?'"':$l>Us||ds.singleQuote?"'":'"';return Ml=Ml.replace(/\\/,"\\\\"),Ml=Ml.replace(new RegExp(`(${fc})`,"g"),"\\$1"),`${fc}${Ml}${fc}`}function hd(Ml,ds,Hl){return Ml<ds?ds:Ml>Hl?Hl:Ml}function Yc(Ml){let ds=Number(Ml.getName());if(ds===0)return!1;let Hl=Ml.getParentNode().children[ds-1];return xs(Hl)==="next"}function Cc(Ml){return`[${In(Ml.label)}]`}function bc(Ml){return`[^${Ml.label}]`}Fi.exports={preprocess:Zn,print:Ws,embed:na,massageAstNode:la,hasPrettierIgnore:Yc,insertPragma:ka}}}),Ec=Mo({"src/language-markdown/options.js"(Vn,Fi){Fn();var In=nd();Fi.exports={proseWrap:In.proseWrap,singleQuote:In.singleQuote}}}),Vc=Mo({"src/language-markdown/parsers.js"(){Fn()}}),Hc=Mo({"node_modules/linguist-languages/data/Markdown.json"(Vn,Fi){Fi.exports={name:"Markdown",type:"prose",color:"#083fa1",aliases:["pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".livemd",".markdown",".mdown",".mdwn",".mdx",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr"],tmScope:"source.gfm",languageId:222}}}),Kc=Mo({"src/language-markdown/index.js"(Vn,Fi){Fn();var In=zp(),di=pc(),Kn=Ec(),On=Vc(),Un=[In(Hc(),ji=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...ji.filenames,"README"],extensions:ji.extensions.filter(Wi=>Wi!==".mdx")})),In(Hc(),()=>({name:"MDX",since:"1.15.0",parsers:["mdx"],vscodeLanguageIds:["mdx"],filenames:[],extensions:[".mdx"]}))],Hn={mdast:di};Fi.exports={languages:Un,options:Kn,printers:Hn,parsers:On}}}),qc=Mo({"src/language-html/clean.js"(Vn,Fi){Fn();var{isFrontMatterNode:In}=Zc(),di=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan"]);function Kn(On,Un){if(On.type==="text"||On.type==="comment"||In(On)||On.type==="yaml"||On.type==="toml")return null;On.type==="attribute"&&delete Un.value,On.type==="docType"&&delete Un.value}Kn.ignoredProperties=di,Fi.exports=Kn}}),Uc=Mo({"src/language-html/constants.evaluate.js"(Vn,Fi){Fi.exports={CSS_DISPLAY_TAGS:{area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",source:"block",style:"none",template:"inline",track:"block",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",fieldset:"block",button:"inline-block",details:"block",summary:"block",dialog:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},CSS_DISPLAY_DEFAULT:"inline",CSS_WHITE_SPACE_TAGS:{listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},CSS_WHITE_SPACE_DEFAULT:"normal"}}}),tc=Mo({"src/language-html/utils/is-unknown-namespace.js"(Vn,Fi){Fn();function In(di){return di.type==="element"&&!di.hasExplicitNamespace&&!["html","svg"].includes(di.namespace)}Fi.exports=In}}),Du=Mo({"src/language-html/utils/index.js"(Vn,Fi){Fn();var{inferParserByLanguage:In,isFrontMatterNode:di}=Zc(),{builders:{line:Kn,hardline:On,join:Un},utils:{getDocParts:Hn,replaceTextEndOfLine:ji}}=Oc(),{CSS_DISPLAY_TAGS:Wi,CSS_DISPLAY_DEFAULT:da,CSS_WHITE_SPACE_TAGS:sa,CSS_WHITE_SPACE_DEFAULT:fa}=Uc(),zi=tc(),ta=new Set([" ",`
`,"\f","\r"," "]),va=vr=>vr.replace(/^[\t\n\f\r ]+/,""),qa=vr=>vr.replace(/[\t\n\f\r ]+$/,""),Xa=vr=>va(qa(vr)),Ta=vr=>vr.replace(/^[\t\f\r ]*\n/g,""),Qa=vr=>Ta(qa(vr)),Ia=vr=>vr.split(/[\t\n\f\r ]+/),io=vr=>vr.match(/^[\t\n\f\r ]*/)[0],Ja=vr=>{let[,Er,Cr,Yr]=vr.match(/^([\t\n\f\r ]*)(.*?)([\t\n\f\r ]*)$/s);return{leadingWhitespace:Er,trailingWhitespace:Yr,text:Cr}},hs=vr=>/[\t\n\f\r ]/.test(vr);function na(vr,Er){return!!(vr.type==="ieConditionalComment"&&vr.lastChild&&!vr.lastChild.isSelfClosing&&!vr.lastChild.endSourceSpan||vr.type==="ieConditionalComment"&&!vr.complete||ol(vr)&&vr.children.some(Cr=>Cr.type!=="text"&&Cr.type!=="interpolation")||Us(vr,Er)&&!Zn(vr)&&vr.type!=="interpolation")}function ka(vr){return vr.type==="attribute"||!vr.parent||!vr.prev?!1:ra(vr.prev)}function ra(vr){return vr.type==="comment"&&vr.value.trim()==="prettier-ignore"}function ma(vr){return vr.type==="text"||vr.type==="comment"}function Zn(vr){return vr.type==="element"&&(vr.fullName==="script"||vr.fullName==="style"||vr.fullName==="svg:style"||zi(vr)&&(vr.name==="script"||vr.name==="style"))}function la(vr){return vr.children&&!Zn(vr)}function pa(vr){return Zn(vr)||vr.type==="interpolation"||xa(vr)}function xa(vr){return vc(vr).startsWith("pre")}function Ma(vr,Er){let Cr=Yr();if(Cr&&!vr.prev&&vr.parent&&vr.parent.tagDefinition&&vr.parent.tagDefinition.ignoreFirstLf)return vr.type==="interpolation";return Cr;function Yr(){return di(vr)?!1:(vr.type==="text"||vr.type==="interpolation")&&vr.prev&&(vr.prev.type==="text"||vr.prev.type==="interpolation")?!0:!vr.parent||vr.parent.cssDisplay==="none"?!1:ol(vr.parent)?!0:!(!vr.prev&&(vr.parent.type==="root"||ol(vr)&&vr.parent||Zn(vr.parent)||ds(vr.parent,Er)||!Dl(vr.parent.cssDisplay))||vr.prev&&!xs(vr.prev.cssDisplay))}}function Ha(vr,Er){return di(vr)?!1:(vr.type==="text"||vr.type==="interpolation")&&vr.next&&(vr.next.type==="text"||vr.next.type==="interpolation")?!0:!vr.parent||vr.parent.cssDisplay==="none"?!1:ol(vr.parent)?!0:!(!vr.next&&(vr.parent.type==="root"||ol(vr)&&vr.parent||Zn(vr.parent)||ds(vr.parent,Er)||!Wu(vr.parent.cssDisplay))||vr.next&&!Fs(vr.next.cssDisplay))}function So(vr){return Js(vr.cssDisplay)&&!Zn(vr)}function as(vr){return di(vr)||vr.next&&vr.sourceSpan.end&&vr.sourceSpan.end.line+1<vr.next.sourceSpan.start.line}function ps(vr){return ns(vr)||vr.type==="element"&&vr.children.length>0&&(["body","script","style"].includes(vr.name)||vr.children.some(Er=>Xs(Er)))||vr.firstChild&&vr.firstChild===vr.lastChild&&vr.firstChild.type!=="text"&&cs(vr.firstChild)&&(!vr.lastChild.isTrailingSpaceSensitive||Xo(vr.lastChild))}function ns(vr){return vr.type==="element"&&vr.children.length>0&&(["html","head","ul","ol","select"].includes(vr.name)||vr.cssDisplay.startsWith("table")&&vr.cssDisplay!=="table-cell")}function As(vr){return Ms(vr)||vr.prev&&ko(vr.prev)||Ws(vr)}function ko(vr){return Ms(vr)||vr.type==="element"&&vr.fullName==="br"||Ws(vr)}function Ws(vr){return cs(vr)&&Xo(vr)}function cs(vr){return vr.hasLeadingSpaces&&(vr.prev?vr.prev.sourceSpan.end.line<vr.sourceSpan.start.line:vr.parent.type==="root"||vr.parent.startSourceSpan.end.line<vr.sourceSpan.start.line)}function Xo(vr){return vr.hasTrailingSpaces&&(vr.next?vr.next.sourceSpan.start.line>vr.sourceSpan.end.line:vr.parent.type==="root"||vr.parent.endSourceSpan&&vr.parent.endSourceSpan.start.line>vr.sourceSpan.end.line)}function Ms(vr){switch(vr.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(vr.name)}return!1}function _l(vr){return vr.lastChild?_l(vr.lastChild):vr}function Xs(vr){return vr.children&&vr.children.some(Er=>Er.type!=="text")}function Ul(vr){let{type:Er,lang:Cr}=vr.attrMap;if(Er==="module"||Er==="text/javascript"||Er==="text/babel"||Er==="application/javascript"||Cr==="jsx")return"babel";if(Er==="application/x-typescript"||Cr==="ts"||Cr==="tsx")return"typescript";if(Er==="text/markdown")return"markdown";if(Er==="text/html")return"html";if(Er&&(Er.endsWith("json")||Er.endsWith("importmap"))||Er==="speculationrules")return"json";if(Er==="text/x-handlebars-template")return"glimmer"}function ss(vr,Er){let{lang:Cr}=vr.attrMap;if(!Cr||Cr==="postcss"||Cr==="css")return"css";if(Cr==="scss")return"scss";if(Cr==="less")return"less";if(Cr==="stylus")return In("stylus",Er)}function Ps(vr,Er){if(vr.name==="script"&&!vr.attrMap.src)return!vr.attrMap.lang&&!vr.attrMap.type?"babel":Ul(vr);if(vr.name==="style")return ss(vr,Er);if(Er&&Us(vr,Er))return Ul(vr)||!("src"in vr.attrMap)&&In(vr.attrMap.lang,Er)}function jl(vr){return vr==="block"||vr==="list-item"||vr.startsWith("table")}function Dl(vr){return!jl(vr)&&vr!=="inline-block"}function Wu(vr){return!jl(vr)&&vr!=="inline-block"}function Fs(vr){return!jl(vr)}function xs(vr){return!jl(vr)}function Js(vr){return!jl(vr)&&vr!=="inline-block"}function ol(vr){return vc(vr).startsWith("pre")}function Zs(vr,Er){let Cr=0;for(let Yr=vr.stack.length-1;Yr>=0;Yr--){let Rn=vr.stack[Yr];Rn&&typeof Rn=="object"&&!Array.isArray(Rn)&&Er(Rn)&&Cr++}return Cr}function xu(vr,Er){let Cr=vr;for(;Cr;){if(Er(Cr))return!0;Cr=Cr.parent}return!1}function yu(vr,Er){if(vr.prev&&vr.prev.type==="comment"){let Yr=vr.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(Yr)return Yr[1]}let Cr=!1;if(vr.type==="element"&&vr.namespace==="svg")if(xu(vr,Yr=>Yr.fullName==="svg:foreignObject"))Cr=!0;else return vr.name==="svg"?"inline-block":"block";switch(Er.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return Er.parser==="vue"&&vr.parent&&vr.parent.type==="root"?"block":vr.type==="element"&&(!vr.namespace||Cr||zi(vr))&&Wi[vr.name]||da}}function vc(vr){return vr.type==="element"&&(!vr.namespace||zi(vr))&&sa[vr.name]||fa}function hd(vr){let Er=Number.POSITIVE_INFINITY;for(let Cr of vr.split(`
`)){if(Cr.length===0)continue;if(!ta.has(Cr[0]))return 0;let Yr=io(Cr).length;Cr.length!==Yr&&Yr<Er&&(Er=Yr)}return Er===Number.POSITIVE_INFINITY?0:Er}function Yc(vr){let Er=arguments.length>1&&arguments[1]!==void 0?arguments[1]:hd(vr);return Er===0?vr:vr.split(`
`).map(Cr=>Cr.slice(Er)).join(`
`)}function Cc(vr,Er){let Cr=0;for(let Yr=0;Yr<vr.length;Yr++)vr[Yr]===Er&&Cr++;return Cr}function bc(vr){return vr.replace(/&apos;/g,"'").replace(/&quot;/g,'"')}var Ml=new Set(["template","style","script"]);function ds(vr,Er){return Hl(vr,Er)&&!Ml.has(vr.fullName)}function Hl(vr,Er){return Er.parser==="vue"&&vr.type==="element"&&vr.parent.type==="root"&&vr.fullName.toLowerCase()!=="html"}function Us(vr,Er){return Hl(vr,Er)&&(ds(vr,Er)||vr.attrMap.lang&&vr.attrMap.lang!=="html")}function $l(vr){let Er=vr.fullName;return Er.charAt(0)==="#"||Er==="slot-scope"||Er==="v-slot"||Er.startsWith("v-slot:")}function fc(vr,Er){let Cr=vr.parent;if(!Hl(Cr,Er))return!1;let Yr=Cr.fullName,Rn=vr.fullName;return Yr==="script"&&Rn==="setup"||Yr==="style"&&Rn==="vars"}function rr(vr){let Er=arguments.length>1&&arguments[1]!==void 0?arguments[1]:vr.value;return vr.parent.isWhitespaceSensitive?vr.parent.isIndentationSensitive?ji(Er):ji(Yc(Qa(Er)),On):Hn(Un(Kn,Ia(Er)))}function fr(vr,Er){return Hl(vr,Er)&&vr.name==="script"}Fi.exports={htmlTrim:Xa,htmlTrimPreserveIndentation:Qa,hasHtmlWhitespace:hs,getLeadingAndTrailingHtmlWhitespace:Ja,canHaveInterpolation:la,countChars:Cc,countParents:Zs,dedentString:Yc,forceBreakChildren:ns,forceBreakContent:ps,forceNextEmptyLine:as,getLastDescendant:_l,getNodeCssStyleDisplay:yu,getNodeCssStyleWhiteSpace:vc,hasPrettierIgnore:ka,inferScriptParser:Ps,isVueCustomBlock:ds,isVueNonHtmlBlock:Us,isVueScriptTag:fr,isVueSlotAttribute:$l,isVueSfcBindingsAttribute:fc,isVueSfcBlock:Hl,isDanglingSpaceSensitiveNode:So,isIndentationSensitiveNode:xa,isLeadingSpaceSensitiveNode:Ma,isPreLikeNode:ol,isScriptLikeTag:Zn,isTextLikeNode:ma,isTrailingSpaceSensitiveNode:Ha,isWhitespaceSensitiveNode:pa,isUnknownNamespace:zi,preferHardlineAsLeadingSpaces:As,preferHardlineAsTrailingSpaces:ko,shouldPreserveContent:na,unescapeQuoteEntities:bc,getTextValueParts:rr}}}),rc=Mo({"node_modules/angular-html-parser/lib/compiler/src/chars.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.$EOF=0,Vn.$BSPACE=8,Vn.$TAB=9,Vn.$LF=10,Vn.$VTAB=11,Vn.$FF=12,Vn.$CR=13,Vn.$SPACE=32,Vn.$BANG=33,Vn.$DQ=34,Vn.$HASH=35,Vn.$$=36,Vn.$PERCENT=37,Vn.$AMPERSAND=38,Vn.$SQ=39,Vn.$LPAREN=40,Vn.$RPAREN=41,Vn.$STAR=42,Vn.$PLUS=43,Vn.$COMMA=44,Vn.$MINUS=45,Vn.$PERIOD=46,Vn.$SLASH=47,Vn.$COLON=58,Vn.$SEMICOLON=59,Vn.$LT=60,Vn.$EQ=61,Vn.$GT=62,Vn.$QUESTION=63,Vn.$0=48,Vn.$7=55,Vn.$9=57,Vn.$A=65,Vn.$E=69,Vn.$F=70,Vn.$X=88,Vn.$Z=90,Vn.$LBRACKET=91,Vn.$BACKSLASH=92,Vn.$RBRACKET=93,Vn.$CARET=94,Vn.$_=95,Vn.$a=97,Vn.$b=98,Vn.$e=101,Vn.$f=102,Vn.$n=110,Vn.$r=114,Vn.$t=116,Vn.$u=117,Vn.$v=118,Vn.$x=120,Vn.$z=122,Vn.$LBRACE=123,Vn.$BAR=124,Vn.$RBRACE=125,Vn.$NBSP=160,Vn.$PIPE=124,Vn.$TILDA=126,Vn.$AT=64,Vn.$BT=96;function Fi(Hn){return Hn>=Vn.$TAB&&Hn<=Vn.$SPACE||Hn==Vn.$NBSP}Vn.isWhitespace=Fi;function In(Hn){return Vn.$0<=Hn&&Hn<=Vn.$9}Vn.isDigit=In;function di(Hn){return Hn>=Vn.$a&&Hn<=Vn.$z||Hn>=Vn.$A&&Hn<=Vn.$Z}Vn.isAsciiLetter=di;function Kn(Hn){return Hn>=Vn.$a&&Hn<=Vn.$f||Hn>=Vn.$A&&Hn<=Vn.$F||In(Hn)}Vn.isAsciiHexDigit=Kn;function On(Hn){return Hn===Vn.$LF||Hn===Vn.$CR}Vn.isNewLine=On;function Un(Hn){return Vn.$0<=Hn&&Hn<=Vn.$7}Vn.isOctalDigit=Un}}),Au=Mo({"node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=class{constructor(di,Kn,On){this.filePath=di,this.name=Kn,this.members=On}assertNoMembers(){if(this.members.length)throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`)}};Vn.StaticSymbol=Fi;var In=class{constructor(){this.cache=new Map}get(di,Kn,On){On=On||[];let Un=On.length?`.${On.join(".")}`:"",Hn=`"${di}".${Kn}${Un}`,ji=this.cache.get(Hn);return ji||(ji=new Fi(di,Kn,On),this.cache.set(Hn,ji)),ji}};Vn.StaticSymbolCache=In}}),Ef=Mo({"node_modules/angular-html-parser/lib/compiler/src/util.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=/-+([a-z0-9])/g;function In(Zn){return Zn.replace(Fi,function(){for(var la=arguments.length,pa=new Array(la),xa=0;xa<la;xa++)pa[xa]=arguments[xa];return pa[1].toUpperCase()})}Vn.dashCaseToCamelCase=In;function di(Zn,la){return On(Zn,":",la)}Vn.splitAtColon=di;function Kn(Zn,la){return On(Zn,".",la)}Vn.splitAtPeriod=Kn;function On(Zn,la,pa){let xa=Zn.indexOf(la);return xa==-1?pa:[Zn.slice(0,xa).trim(),Zn.slice(xa+1).trim()]}function Un(Zn,la,pa){return Array.isArray(Zn)?la.visitArray(Zn,pa):Ta(Zn)?la.visitStringMap(Zn,pa):Zn==null||typeof Zn=="string"||typeof Zn=="number"||typeof Zn=="boolean"?la.visitPrimitive(Zn,pa):la.visitOther(Zn,pa)}Vn.visitValue=Un;function Hn(Zn){return Zn!=null}Vn.isDefined=Hn;function ji(Zn){return Zn===void 0?null:Zn}Vn.noUndefined=ji;var Wi=class{visitArray(Zn,la){return Zn.map(pa=>Un(pa,this,la))}visitStringMap(Zn,la){let pa={};return Object.keys(Zn).forEach(xa=>{pa[xa]=Un(Zn[xa],this,la)}),pa}visitPrimitive(Zn,la){return Zn}visitOther(Zn,la){return Zn}};Vn.ValueTransformer=Wi,Vn.SyncAsync={assertSync:Zn=>{if(Ja(Zn))throw new Error("Illegal state: value cannot be a promise");return Zn},then:(Zn,la)=>Ja(Zn)?Zn.then(la):la(Zn),all:Zn=>Zn.some(Ja)?Promise.all(Zn):Zn};function da(Zn){throw new Error(`Internal Error: ${Zn}`)}Vn.error=da;function sa(Zn,la){let pa=Error(Zn);return pa[fa]=!0,la&&(pa[zi]=la),pa}Vn.syntaxError=sa;var fa="ngSyntaxError",zi="ngParseErrors";function ta(Zn){return Zn[fa]}Vn.isSyntaxError=ta;function va(Zn){return Zn[zi]||[]}Vn.getParseErrors=va;function qa(Zn){return Zn.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}Vn.escapeRegExp=qa;var Xa=Object.getPrototypeOf({});function Ta(Zn){return typeof Zn=="object"&&Zn!==null&&Object.getPrototypeOf(Zn)===Xa}function Qa(Zn){let la="";for(let pa=0;pa<Zn.length;pa++){let xa=Zn.charCodeAt(pa);if(xa>=55296&&xa<=56319&&Zn.length>pa+1){let Ma=Zn.charCodeAt(pa+1);Ma>=56320&&Ma<=57343&&(pa++,xa=(xa-55296<<10)+Ma-56320+65536)}xa<=127?la+=String.fromCharCode(xa):xa<=2047?la+=String.fromCharCode(xa>>6&31|192,xa&63|128):xa<=65535?la+=String.fromCharCode(xa>>12|224,xa>>6&63|128,xa&63|128):xa<=2097151&&(la+=String.fromCharCode(xa>>18&7|240,xa>>12&63|128,xa>>6&63|128,xa&63|128))}return la}Vn.utf8Encode=Qa;function Ia(Zn){if(typeof Zn=="string")return Zn;if(Zn instanceof Array)return"["+Zn.map(Ia).join(", ")+"]";if(Zn==null)return""+Zn;if(Zn.overriddenName)return`${Zn.overriddenName}`;if(Zn.name)return`${Zn.name}`;if(!Zn.toString)return"object";let la=Zn.toString();if(la==null)return""+la;let pa=la.indexOf(`
`);return pa===-1?la:la.substring(0,pa)}Vn.stringify=Ia;function io(Zn){return typeof Zn=="function"&&Zn.hasOwnProperty("__forward_ref__")?Zn():Zn}Vn.resolveForwardRef=io;function Ja(Zn){return!!Zn&&typeof Zn.then=="function"}Vn.isPromise=Ja;var hs=class{constructor(Zn){this.full=Zn;let la=Zn.split(".");this.major=la[0],this.minor=la[1],this.patch=la.slice(2).join(".")}};Vn.Version=hs;var na=typeof window<"u"&&window,ka=typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self,ra=typeof globalThis<"u"&&globalThis,ma=ra||na||ka;Vn.global=ma}}),Fd=Mo({"node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=Au(),In=Ef(),di=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function Kn(pa){return pa.replace(/\W/g,"_")}Vn.sanitizeIdentifier=Kn;var On=0;function Un(pa){if(!pa||!pa.reference)return null;let xa=pa.reference;if(xa instanceof Fi.StaticSymbol)return xa.name;if(xa.__anonymousType)return xa.__anonymousType;let Ma=In.stringify(xa);return Ma.indexOf("(")>=0?(Ma=`anonymous_${On++}`,xa.__anonymousType=Ma):Ma=Kn(Ma),Ma}Vn.identifierName=Un;function Hn(pa){let xa=pa.reference;return xa instanceof Fi.StaticSymbol?xa.filePath:`./${In.stringify(xa)}`}Vn.identifierModuleUrl=Hn;function ji(pa,xa){return`View_${Un({reference:pa})}_${xa}`}Vn.viewClassName=ji;function Wi(pa){return`RenderType_${Un({reference:pa})}`}Vn.rendererTypeName=Wi;function da(pa){return`HostView_${Un({reference:pa})}`}Vn.hostViewClassName=da;function sa(pa){return`${Un({reference:pa})}NgFactory`}Vn.componentFactoryName=sa;var fa;(function(pa){pa[pa.Pipe=0]="Pipe",pa[pa.Directive=1]="Directive",pa[pa.NgModule=2]="NgModule",pa[pa.Injectable=3]="Injectable"})(fa=Vn.CompileSummaryKind||(Vn.CompileSummaryKind={}));function zi(pa){return pa.value!=null?Kn(pa.value):Un(pa.identifier)}Vn.tokenName=zi;function ta(pa){return pa.identifier!=null?pa.identifier.reference:pa.value}Vn.tokenReference=ta;var va=class{constructor(){let{moduleUrl:pa,styles:xa,styleUrls:Ma}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.moduleUrl=pa||null,this.styles=Ja(xa),this.styleUrls=Ja(Ma)}};Vn.CompileStylesheetMetadata=va;var qa=class{constructor(pa){let{encapsulation:xa,template:Ma,templateUrl:Ha,htmlAst:So,styles:as,styleUrls:ps,externalStylesheets:ns,animations:As,ngContentSelectors:ko,interpolation:Ws,isInline:cs,preserveWhitespaces:Xo}=pa;if(this.encapsulation=xa,this.template=Ma,this.templateUrl=Ha,this.htmlAst=So,this.styles=Ja(as),this.styleUrls=Ja(ps),this.externalStylesheets=Ja(ns),this.animations=As?na(As):[],this.ngContentSelectors=ko||[],Ws&&Ws.length!=2)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=Ws,this.isInline=cs,this.preserveWhitespaces=Xo}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};Vn.CompileTemplateMetadata=qa;var Xa=class{static create(pa){let{isHost:xa,type:Ma,isComponent:Ha,selector:So,exportAs:as,changeDetection:ps,inputs:ns,outputs:As,host:ko,providers:Ws,viewProviders:cs,queries:Xo,guards:Ms,viewQueries:_l,entryComponents:Xs,template:Ul,componentViewType:ss,rendererType:Ps,componentFactory:jl}=pa,Dl={},Wu={},Fs={};ko!=null&&Object.keys(ko).forEach(ol=>{let Zs=ko[ol],xu=ol.match(di);xu===null?Fs[ol]=Zs:xu[1]!=null?Wu[xu[1]]=Zs:xu[2]!=null&&(Dl[xu[2]]=Zs)});let xs={};ns!=null&&ns.forEach(ol=>{let Zs=In.splitAtColon(ol,[ol,ol]);xs[Zs[0]]=Zs[1]});let Js={};return As!=null&&As.forEach(ol=>{let Zs=In.splitAtColon(ol,[ol,ol]);Js[Zs[0]]=Zs[1]}),new Xa({isHost:xa,type:Ma,isComponent:!!Ha,selector:So,exportAs:as,changeDetection:ps,inputs:xs,outputs:Js,hostListeners:Dl,hostProperties:Wu,hostAttributes:Fs,providers:Ws,viewProviders:cs,queries:Xo,guards:Ms,viewQueries:_l,entryComponents:Xs,template:Ul,componentViewType:ss,rendererType:Ps,componentFactory:jl})}constructor(pa){let{isHost:xa,type:Ma,isComponent:Ha,selector:So,exportAs:as,changeDetection:ps,inputs:ns,outputs:As,hostListeners:ko,hostProperties:Ws,hostAttributes:cs,providers:Xo,viewProviders:Ms,queries:_l,guards:Xs,viewQueries:Ul,entryComponents:ss,template:Ps,componentViewType:jl,rendererType:Dl,componentFactory:Wu}=pa;this.isHost=!!xa,this.type=Ma,this.isComponent=Ha,this.selector=So,this.exportAs=as,this.changeDetection=ps,this.inputs=ns,this.outputs=As,this.hostListeners=ko,this.hostProperties=Ws,this.hostAttributes=cs,this.providers=Ja(Xo),this.viewProviders=Ja(Ms),this.queries=Ja(_l),this.guards=Xs,this.viewQueries=Ja(Ul),this.entryComponents=Ja(ss),this.template=Ps,this.componentViewType=jl,this.rendererType=Dl,this.componentFactory=Wu}toSummary(){return{summaryKind:fa.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}};Vn.CompileDirectiveMetadata=Xa;var Ta=class{constructor(pa){let{type:xa,name:Ma,pure:Ha}=pa;this.type=xa,this.name=Ma,this.pure=!!Ha}toSummary(){return{summaryKind:fa.Pipe,type:this.type,name:this.name,pure:this.pure}}};Vn.CompilePipeMetadata=Ta;var Qa=class{};Vn.CompileShallowModuleMetadata=Qa;var Ia=class{constructor(pa){let{type:xa,providers:Ma,declaredDirectives:Ha,exportedDirectives:So,declaredPipes:as,exportedPipes:ps,entryComponents:ns,bootstrapComponents:As,importedModules:ko,exportedModules:Ws,schemas:cs,transitiveModule:Xo,id:Ms}=pa;this.type=xa||null,this.declaredDirectives=Ja(Ha),this.exportedDirectives=Ja(So),this.declaredPipes=Ja(as),this.exportedPipes=Ja(ps),this.providers=Ja(Ma),this.entryComponents=Ja(ns),this.bootstrapComponents=Ja(As),this.importedModules=Ja(ko),this.exportedModules=Ja(Ws),this.schemas=Ja(cs),this.id=Ms||null,this.transitiveModule=Xo||null}toSummary(){let pa=this.transitiveModule;return{summaryKind:fa.NgModule,type:this.type,entryComponents:pa.entryComponents,providers:pa.providers,modules:pa.modules,exportedDirectives:pa.exportedDirectives,exportedPipes:pa.exportedPipes}}};Vn.CompileNgModuleMetadata=Ia;var io=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(pa,xa){this.providers.push({provider:pa,module:xa})}addDirective(pa){this.directivesSet.has(pa.reference)||(this.directivesSet.add(pa.reference),this.directives.push(pa))}addExportedDirective(pa){this.exportedDirectivesSet.has(pa.reference)||(this.exportedDirectivesSet.add(pa.reference),this.exportedDirectives.push(pa))}addPipe(pa){this.pipesSet.has(pa.reference)||(this.pipesSet.add(pa.reference),this.pipes.push(pa))}addExportedPipe(pa){this.exportedPipesSet.has(pa.reference)||(this.exportedPipesSet.add(pa.reference),this.exportedPipes.push(pa))}addModule(pa){this.modulesSet.has(pa.reference)||(this.modulesSet.add(pa.reference),this.modules.push(pa))}addEntryComponent(pa){this.entryComponentsSet.has(pa.componentType)||(this.entryComponentsSet.add(pa.componentType),this.entryComponents.push(pa))}};Vn.TransitiveCompileNgModuleMetadata=io;function Ja(pa){return pa||[]}var hs=class{constructor(pa,xa){let{useClass:Ma,useValue:Ha,useExisting:So,useFactory:as,deps:ps,multi:ns}=xa;this.token=pa,this.useClass=Ma||null,this.useValue=Ha,this.useExisting=So,this.useFactory=as||null,this.dependencies=ps||null,this.multi=!!ns}};Vn.ProviderMeta=hs;function na(pa){return pa.reduce((xa,Ma)=>{let Ha=Array.isArray(Ma)?na(Ma):Ma;return xa.concat(Ha)},[])}Vn.flatten=na;function ka(pa){return pa.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}function ra(pa,xa,Ma){let Ha;return Ma.isInline?xa.type.reference instanceof Fi.StaticSymbol?Ha=`${xa.type.reference.filePath}.${xa.type.reference.name}.html`:Ha=`${Un(pa)}/${Un(xa.type)}.html`:Ha=Ma.templateUrl,xa.type.reference instanceof Fi.StaticSymbol?Ha:ka(Ha)}Vn.templateSourceUrl=ra;function ma(pa,xa){let Ma=pa.moduleUrl.split(/\/\\/g),Ha=Ma[Ma.length-1];return ka(`css/${xa}${Ha}.ngstyle.js`)}Vn.sharedStylesheetJitUrl=ma;function Zn(pa){return ka(`${Un(pa.type)}/module.ngfactory.js`)}Vn.ngModuleJitUrl=Zn;function la(pa,xa){return ka(`${Un(pa)}/${Un(xa.type)}.ngfactory.js`)}Vn.templateJitUrl=la}}),ef=Mo({"node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(Vn){Fn(),Object.defineProperty(Vn,"__esModule",{value:!0});var Fi=rc(),In=Fd(),di=class{constructor(da,sa,fa,zi){this.file=da,this.offset=sa,this.line=fa,this.col=zi}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(da){let sa=this.file.content,fa=sa.length,zi=this.offset,ta=this.line,va=this.col;for(;zi>0&&da<0;)if(zi--,da++,sa.charCodeAt(zi)==Fi.$LF){ta--;let qa=sa.substr(0,zi-1).lastIndexOf(String.fromCharCode(Fi.$LF));va=qa>0?zi-qa:zi}else va--;for(;zi<fa&&da>0;){let qa=sa.charCodeAt(zi);zi++,da--,qa==Fi.$LF?(ta++,va=0):va++}return new di(this.file,zi,ta,va)}getContext(da,sa){let fa=this.file.content,zi=this.offset;if(zi!=null){zi>fa.length-1&&(zi=fa.length-1);let ta=zi,va=0,qa=0;for(;va<da&&zi>0&&(zi--,va++,!(fa[zi]==`
`&&++qa==sa)););for(va=0,qa=0;va<da&&ta<fa.length-1&&(ta++,va++,!(fa[ta]==`
`&&++qa==sa)););return{before:fa.substring(zi,this.offset),after:fa.substring(this.offset,ta+1)}}return null}};Vn.ParseLocation=di;var Kn=class{constructor(da,sa){this.content=da,this.url=sa}};Vn.ParseSourceFile=Kn;var On=class{constructor(da,sa){let fa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;this.start=da,this.end=sa,this.details=fa}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}};Vn.ParseSourceSpan=On,Vn.EMPTY_PARSE_LOCATION=new di(new Kn("",""),0,0,0),Vn.EMPTY_SOURCE_SPAN=new On(Vn.EMPTY_PARSE_LOCATION,Vn.EMPTY_PARSE_LOCATION);var Un;(function(da){da[da.WARNING=0]="WARNING",da[da.ERROR=1]="ERROR"})(Un=Vn.ParseErrorLevel||(Vn.ParseErrorLevel={}));var Hn=class{constructor(da,sa){let fa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Un.ERROR;this.span=da,this.msg=sa,this.level=fa}contextualMessage(){let da=this.span.start.getContext(100,3);return da?`${this.msg} ("${da.before}[${Un[this.level]} ->]${da.after}")`:this.msg}toString(){let da=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${da}`}};Vn.ParseError=Hn;function ji(da,sa){let fa=In.identifierModuleUrl(sa),zi=fa!=null?`in ${da} ${In.identifierName(sa)} in ${fa}`:`in ${da} ${In.identifierName(sa)}`,ta=new Kn("",zi);return new On(new di(ta,-1,-1,-1),new di(ta,-1,-1,-1))}Vn.typeSourceSpan=ji;function Wi(da,sa,fa){let zi=`in ${da} ${sa} in ${fa}`,ta=new Kn("",zi);return new On(new di(ta,-1,-1,-1),new di(ta,-1,-1,-1))}Vn.r3JitTypeSourceSpan=Wi}}),Rd=Mo({"src/language-html/print-preprocess.js"(Vn,Fi){Fn();var{ParseSourceSpan:In}=ef(),{htmlTrim:di,getLeadingAndTrailingHtmlWhitespace:Kn,hasHtmlWhitespace:On,canHaveInterpolation:Un,getNodeCssStyleDisplay:Hn,isDanglingSpaceSensitiveNode:ji,isIndentationSensitiveNode:Wi,isLeadingSpaceSensitiveNode:da,isTrailingSpaceSensitiveNode:sa,isWhitespaceSensitiveNode:fa,isVueScriptTag:zi}=Du(),ta=[qa,Xa,Qa,io,Ja,ka,hs,na,ra,Ia,ma];function va(Zn,la){for(let pa of ta)pa(Zn,la);return Zn}function qa(Zn){Zn.walk(la=>{if(la.type==="element"&&la.tagDefinition.ignoreFirstLf&&la.children.length>0&&la.children[0].type==="text"&&la.children[0].value[0]===`
`){let pa=la.children[0];pa.value.length===1?la.removeChild(pa):pa.value=pa.value.slice(1)}})}function Xa(Zn){let la=pa=>pa.type==="element"&&pa.prev&&pa.prev.type==="ieConditionalStartComment"&&pa.prev.sourceSpan.end.offset===pa.startSourceSpan.start.offset&&pa.firstChild&&pa.firstChild.type==="ieConditionalEndComment"&&pa.firstChild.sourceSpan.start.offset===pa.startSourceSpan.end.offset;Zn.walk(pa=>{if(pa.children)for(let xa=0;xa<pa.children.length;xa++){let Ma=pa.children[xa];if(!la(Ma))continue;let Ha=Ma.prev,So=Ma.firstChild;pa.removeChild(Ha),xa--;let as=new In(Ha.sourceSpan.start,So.sourceSpan.end),ps=new In(as.start,Ma.sourceSpan.end);Ma.condition=Ha.condition,Ma.sourceSpan=ps,Ma.startSourceSpan=as,Ma.removeChild(So)}})}function Ta(Zn,la,pa){Zn.walk(xa=>{if(xa.children)for(let Ma=0;Ma<xa.children.length;Ma++){let Ha=xa.children[Ma];if(Ha.type!=="text"&&!la(Ha))continue;Ha.type!=="text"&&(Ha.type="text",Ha.value=pa(Ha));let So=Ha.prev;!So||So.type!=="text"||(So.value+=Ha.value,So.sourceSpan=new In(So.sourceSpan.start,Ha.sourceSpan.end),xa.removeChild(Ha),Ma--)}})}function Qa(Zn){return Ta(Zn,la=>la.type==="cdata",la=>`<![CDATA[${la.value}]]>`)}function Ia(Zn){let la=pa=>pa.type==="element"&&pa.attrs.length===0&&pa.children.length===1&&pa.firstChild.type==="text"&&!On(pa.children[0].value)&&!pa.firstChild.hasLeadingSpaces&&!pa.firstChild.hasTrailingSpaces&&pa.isLeadingSpaceSensitive&&!pa.hasLeadingSpaces&&pa.isTrailingSpaceSensitive&&!pa.hasTrailingSpaces&&pa.prev&&pa.prev.type==="text"&&pa.next&&pa.next.type==="text";Zn.walk(pa=>{if(pa.children)for(let xa=0;xa<pa.children.length;xa++){let Ma=pa.children[xa];if(!la(Ma))continue;let Ha=Ma.prev,So=Ma.next;Ha.value+=`<${Ma.rawName}>`+Ma.firstChild.value+`</${Ma.rawName}>`+So.value,Ha.sourceSpan=new In(Ha.sourceSpan.start,So.sourceSpan.end),Ha.isTrailingSpaceSensitive=So.isTrailingSpaceSensitive,Ha.hasTrailingSpaces=So.hasTrailingSpaces,pa.removeChild(Ma),xa--,pa.removeChild(So)}})}function io(Zn,la){if(la.parser==="html")return;let pa=/{{(.+?)}}/s;Zn.walk(xa=>{if(Un(xa))for(let Ma of xa.children){if(Ma.type!=="text")continue;let Ha=Ma.sourceSpan.start,So=null,as=Ma.value.split(pa);for(let ps=0;ps<as.length;ps++,Ha=So){let ns=as[ps];if(ps%2===0){So=Ha.moveBy(ns.length),ns.length>0&&xa.insertChildBefore(Ma,{type:"text",value:ns,sourceSpan:new In(Ha,So)});continue}So=Ha.moveBy(ns.length+4),xa.insertChildBefore(Ma,{type:"interpolation",sourceSpan:new In(Ha,So),children:ns.length===0?[]:[{type:"text",value:ns,sourceSpan:new In(Ha.moveBy(2),So.moveBy(-2))}]})}xa.removeChild(Ma)}})}function Ja(Zn){Zn.walk(la=>{if(!la.children)return;if(la.children.length===0||la.children.length===1&&la.children[0].type==="text"&&di(la.children[0].value).length===0){la.hasDanglingSpaces=la.children.length>0,la.children=[];return}let pa=fa(la),xa=Wi(la);if(!pa)for(let Ma=0;Ma<la.children.length;Ma++){let Ha=la.children[Ma];if(Ha.type!=="text")continue;let{leadingWhitespace:So,text:as,trailingWhitespace:ps}=Kn(Ha.value),ns=Ha.prev,As=Ha.next;as?(Ha.value=as,Ha.sourceSpan=new In(Ha.sourceSpan.start.moveBy(So.length),Ha.sourceSpan.end.moveBy(-ps.length)),So&&(ns&&(ns.hasTrailingSpaces=!0),Ha.hasLeadingSpaces=!0),ps&&(Ha.hasTrailingSpaces=!0,As&&(As.hasLeadingSpaces=!0))):(la.removeChild(Ha),Ma--,(So||ps)&&(ns&&(ns.hasTrailingSpaces=!0),As&&(As.hasLeadingSpaces=!0)))}la.isWhitespaceSensitive=pa,la.isIndentationSensitive=xa})}function hs(Zn){Zn.walk(la=>{la.isSelfClosing=!la.children||la.type==="element"&&(la.tagDefinition.isVoid||la.startSourceSpan===la.endSourceSpan)})}function na(Zn,la){Zn.walk(pa=>{pa.type==="element"&&(pa.hasHtmComponentClosingTag=pa.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(la.originalText.slice(pa.endSourceSpan.start.offset,pa.endSourceSpan.end.offset)))})}function ka(Zn,la){Zn.walk(pa=>{pa.cssDisplay=Hn(pa,la)})}function ra(Zn,la){Zn.walk(pa=>{let{children:xa}=pa;if(xa){if(xa.length===0){pa.isDanglingSpaceSensitive=ji(pa);return}for(let Ma of xa)Ma.isLeadingSpaceSensitive=da(Ma,la),Ma.isTrailingSpaceSensitive=sa(Ma,la);for(let Ma=0;Ma<xa.length;Ma++){let Ha=xa[Ma];Ha.isLeadingSpaceSensitive=(Ma===0||Ha.prev.isTrailingSpaceSensitive)&&Ha.isLeadingSpaceSensitive,Ha.isTrailingSpaceSensitive=(Ma===xa.length-1||Ha.next.isLeadingSpaceSensitive)&&Ha.isTrailingSpaceSensitive}}})}function ma(Zn,la){if(la.parser==="vue"){let pa=Zn.children.find(Ma=>zi(Ma,la));if(!pa)return;let{lang:xa}=pa.attrMap;(xa==="ts"||xa==="typescript")&&(la.__should_parse_vue_template_with_ts=!0)}}Fi.exports=va}}),yd=Mo({"src/language-html/pragma.js"(Vn,Fi){Fn();function In(Kn){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(Kn)}function di(Kn){return`<!-- @format -->
`+Kn.replace(/^\s*\n/,"")}Fi.exports={hasPragma:In,insertPragma:di}}}),Ac=Mo({"src/language-html/loc.js"(Vn,Fi){Fn();function In(Kn){return Kn.sourceSpan.start.offset}function di(Kn){return Kn.sourceSpan.end.offset}Fi.exports={locStart:In,locEnd:di}}}),Xc=Mo({"src/language-html/print/tag.js"(Vn,Fi){Fn();var In=Mc(),{isNonEmptyArray:di}=Zc(),{builders:{indent:Kn,join:On,line:Un,softline:Hn,hardline:ji},utils:{replaceTextEndOfLine:Wi}}=Oc(),{locStart:da,locEnd:sa}=Ac(),{isTextLikeNode:fa,getLastDescendant:zi,isPreLikeNode:ta,hasPrettierIgnore:va,shouldPreserveContent:qa,isVueSfcBlock:Xa}=Du();function Ta(ko,Ws){return[ko.isSelfClosing?"":Qa(ko,Ws),Ia(ko,Ws)]}function Qa(ko,Ws){return ko.lastChild&&Zn(ko.lastChild)?"":[io(ko,Ws),hs(ko,Ws)]}function Ia(ko,Ws){return(ko.next?ra(ko.next):ma(ko.parent))?"":[na(ko,Ws),Ja(ko,Ws)]}function io(ko,Ws){return ma(ko)?na(ko.lastChild,Ws):""}function Ja(ko,Ws){return Zn(ko)?hs(ko.parent,Ws):la(ko)?ns(ko.next):""}function hs(ko,Ws){if(In(!ko.isSelfClosing),ka(ko,Ws))return"";switch(ko.type){case"ieConditionalComment":return"<!";case"element":if(ko.hasHtmComponentClosingTag)return"<//";default:return`</${ko.rawName}`}}function na(ko,Ws){if(ka(ko,Ws))return"";switch(ko.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]-->";case"ieConditionalStartComment":return"]><!-->";case"interpolation":return"}}";case"element":if(ko.isSelfClosing)return"/>";default:return">"}}function ka(ko,Ws){return!ko.isSelfClosing&&!ko.endSourceSpan&&(va(ko)||qa(ko.parent,Ws))}function ra(ko){return ko.prev&&ko.prev.type!=="docType"&&!fa(ko.prev)&&ko.isLeadingSpaceSensitive&&!ko.hasLeadingSpaces}function ma(ko){return ko.lastChild&&ko.lastChild.isTrailingSpaceSensitive&&!ko.lastChild.hasTrailingSpaces&&!fa(zi(ko.lastChild))&&!ta(ko)}function Zn(ko){return!ko.next&&!ko.hasTrailingSpaces&&ko.isTrailingSpaceSensitive&&fa(zi(ko))}function la(ko){return ko.next&&!fa(ko.next)&&fa(ko)&&ko.isTrailingSpaceSensitive&&!ko.hasTrailingSpaces}function pa(ko){let Ws=ko.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return Ws?Ws[1]?Ws[1].split(/\s+/):!0:!1}function xa(ko){return!ko.prev&&ko.isLeadingSpaceSensitive&&!ko.hasLeadingSpaces}function Ma(ko,Ws,cs){let Xo=ko.getValue();if(!di(Xo.attrs))return Xo.isSelfClosing?" ":"";let Ms=Xo.prev&&Xo.prev.type==="comment"&&pa(Xo.prev.value),_l=typeof Ms=="boolean"?()=>Ms:Array.isArray(Ms)?jl=>Ms.includes(jl.rawName):()=>!1,Xs=ko.map(jl=>{let Dl=jl.getValue();return _l(Dl)?Wi(Ws.originalText.slice(da(Dl),sa(Dl))):cs()},"attrs"),Ul=Xo.type==="element"&&Xo.fullName==="script"&&Xo.attrs.length===1&&Xo.attrs[0].fullName==="src"&&Xo.children.length===0,ss=Ws.singleAttributePerLine&&Xo.attrs.length>1&&!Xa(Xo,Ws)?ji:Un,Ps=[Kn([Ul?" ":Un,On(ss,Xs)])];return Xo.firstChild&&xa(Xo.firstChild)||Xo.isSelfClosing&&ma(Xo.parent)||Ul?Ps.push(Xo.isSelfClosing?" ":""):Ps.push(Ws.bracketSameLine?Xo.isSelfClosing?" ":"":Xo.isSelfClosing?Un:Hn),Ps}function Ha(ko){return ko.firstChild&&xa(ko.firstChild)?"":As(ko)}function So(ko,Ws,cs){let Xo=ko.getValue();return[as(Xo,Ws),Ma(ko,Ws,cs),Xo.isSelfClosing?"":Ha(Xo)]}function as(ko,Ws){return ko.prev&&la(ko.prev)?"":[ps(ko,Ws),ns(ko)]}function ps(ko,Ws){return xa(ko)?As(ko.parent):ra(ko)?na(ko.prev,Ws):""}function ns(ko){switch(ko.type){case"ieConditionalComment":case"ieConditionalStartComment":return`<!--[if ${ko.condition}`;case"ieConditionalEndComment":return"<!--<!";case"interpolation":return"{{";case"docType":return"<!DOCTYPE";case"element":if(ko.condition)return`<!--[if ${ko.condition}]><!--><${ko.rawName}`;default:return`<${ko.rawName}`}}function As(ko){switch(In(!ko.isSelfClosing),ko.type){case"ieConditionalComment":return"]>";case"element":if(ko.condition)return"><!--<![endif]-->";default:return">"}}Fi.exports={printClosingTag:Ta,printClosingTagStart:Qa,printClosingTagStartMarker:hs,printClosingTagEndMarker:na,printClosingTagSuffix:Ja,printClosingTagEnd:Ia,needsToBorrowLastChildClosingTagEndMarker:ma,needsToBorrowParentClosingTagStartMarker:Zn,needsToBorrowPrevClosingTagEndMarker:ra,printOpeningTag:So,printOpeningTagStart:as,printOpeningTagPrefix:ps,printOpeningTagStartMarker:ns,printOpeningTagEndMarker:As,needsToBorrowNextOpeningTagStartMarker:la,needsToBorrowParentOpeningTagEndMarker:xa}}}),Qc=Mo({"node_modules/parse-srcset/src/parse-srcset.js"(Vn,Fi){Fn(),function(In,di){typeof Fi=="object"&&Fi.exports?Fi.exports=di():In.parseSrcset=di()}(Vn,function(){return function(In,di){var Kn=di&&di.logger||console;function On(hs){return hs===" "||hs===" "||hs===`
`||hs==="\f"||hs==="\r"}function Un(hs){var na,ka=hs.exec(In.substring(Qa));if(ka)return na=ka[0],Qa+=na.length,na}for(var Hn=In.length,ji=/^[ \t\n\r\u000c]+/,Wi=/^[, \t\n\r\u000c]+/,da=/^[^ \t\n\r\u000c]+/,sa=/[,]+$/,fa=/^\d+$/,zi=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,ta,va,qa,Xa,Ta,Qa=0,Ia=[];;){if(Un(Wi),Qa>=Hn)return Ia;ta=Un(da),va=[],ta.slice(-1)===","?(ta=ta.replace(sa,""),Ja()):io()}function io(){for(Un(ji),qa="",Xa="in descriptor";;){if(Ta=In.charAt(Qa),Xa==="in descriptor")if(On(Ta))qa&&(va.push(qa),qa="",Xa="after descriptor");else if(Ta===","){Qa+=1,qa&&va.push(qa),Ja();return}else if(Ta==="(")qa=qa+Ta,Xa="in parens";else if(Ta===""){qa&&va.push(qa),Ja();return}else qa=qa+Ta;else if(Xa==="in parens")if(Ta===")")qa=qa+Ta,Xa="in descriptor";else if(Ta===""){va.push(qa),Ja();return}else qa=qa+Ta;else if(Xa==="after descriptor"&&!On(Ta))if(Ta===""){Ja();return}else Xa="in descriptor",Qa-=1;Qa+=1}}function Ja(){var hs=!1,na,ka,ra,ma,Zn={},la,pa,xa,Ma,Ha;for(ma=0;ma<va.length;ma++)la=va[ma],pa=la[la.length-1],xa=la.substring(0,la.length-1),Ma=parseInt(xa,10),Ha=parseFloat(xa),fa.test(xa)&&pa==="w"?((na||ka)&&(hs=!0),Ma===0?hs=!0:na=Ma):zi.test(xa)&&pa==="x"?((na||ka||ra)&&(hs=!0),Ha<0?hs=!0:ka=Ha):fa.test(xa)&&pa==="h"?((ra||ka)&&(hs=!0),Ma===0?hs=!0:ra=Ma):hs=!0;hs?Kn&&Kn.error&&Kn.error("Invalid srcset descriptor found in '"+In+"' at '"+la+"'."):(Zn.url=ta,na&&(Zn.w=na),ka&&(Zn.d=ka),ra&&(Zn.h=ra),Ia.push(Zn))}}})}}),id=Mo({"src/language-html/syntax-attribute.js"(Vn,Fi){Fn();var In=Qc(),{builders:{ifBreak:di,join:Kn,line:On}}=Oc();function Un(ji){let Wi=In(ji,{logger:{error(io){throw new Error(io)}}}),da=Wi.some(io=>{let{w:Ja}=io;return Ja}),sa=Wi.some(io=>{let{h:Ja}=io;return Ja}),fa=Wi.some(io=>{let{d:Ja}=io;return Ja});if(da+sa+fa>1)throw new Error("Mixed descriptor in srcset is not supported");let zi=da?"w":sa?"h":"d",ta=da?"w":sa?"h":"x",va=io=>Math.max(...io),qa=Wi.map(io=>io.url),Xa=va(qa.map(io=>io.length)),Ta=Wi.map(io=>io[zi]).map(io=>io?io.toString():""),Qa=Ta.map(io=>{let Ja=io.indexOf(".");return Ja===-1?io.length:Ja}),Ia=va(Qa);return Kn([",",On],qa.map((io,Ja)=>{let hs=[io],na=Ta[Ja];if(na){let ka=Xa-io.length+1,ra=Ia-Qa[Ja],ma=" ".repeat(ka+ra);hs.push(di(ma," "),na+ta)}return hs}))}function Hn(ji){return ji.trim().split(/\s+/).join(" ")}Fi.exports={printImgSrcset:Un,printClassNames:Hn}}}),ml=Mo({"src/language-html/syntax-vue.js"(Vn,Fi){Fn();var{builders:{group:In}}=Oc();function di(Hn,ji){let{left:Wi,operator:da,right:sa}=Kn(Hn);return[In(ji(`function _(${Wi}) {}`,{parser:"babel",__isVueForBindingLeft:!0}))," ",da," ",ji(sa,{parser:"__js_expression"},{stripTrailingHardline:!0})]}function Kn(Hn){let ji=/(.*?)\s+(in|of)\s+(.*)/s,Wi=/,([^,\]}]*)(?:,([^,\]}]*))?$/,da=/^\(|\)$/g,sa=Hn.match(ji);if(!sa)return;let fa={};if(fa.for=sa[3].trim(),!fa.for)return;let zi=sa[1].trim().replace(da,""),ta=zi.match(Wi);ta?(fa.alias=zi.replace(Wi,""),fa.iterator1=ta[1].trim(),ta[2]&&(fa.iterator2=ta[2].trim())):fa.alias=zi;let va=[fa.alias,fa.iterator1,fa.iterator2];if(!va.some((qa,Xa)=>!qa&&(Xa===0||va.slice(Xa+1).some(Boolean))))return{left:va.filter(Boolean).join(","),operator:sa[2],right:fa.for}}function On(Hn,ji){return ji(`function _(${Hn}) {}`,{parser:"babel",__isVueBindings:!0})}function Un(Hn){let ji=/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/,Wi=/^[$A-Z_a-z][\w$]*(?:\.[$A-Z_a-z][\w$]*|\['[^']*']|\["[^"]*"]|\[\d+]|\[[$A-Z_a-z][\w$]*])*$/,da=Hn.trim();return ji.test(da)||Wi.test(da)}Fi.exports={isVueEventBindingExpression:Un,printVueFor:di,printVueBindings:On}}}),fu=Mo({"src/language-html/get-node-content.js"(Vn,Fi){Fn();var{needsToBorrowParentClosingTagStartMarker:In,printClosingTagStartMarker:di,needsToBorrowLastChildClosingTagEndMarker:Kn,printClosingTagEndMarker:On,needsToBorrowParentOpeningTagEndMarker:Un,printOpeningTagEndMarker:Hn}=Xc();function ji(Wi,da){let sa=Wi.startSourceSpan.end.offset;Wi.firstChild&&Un(Wi.firstChild)&&(sa-=Hn(Wi).length);let fa=Wi.endSourceSpan.start.offset;return Wi.lastChild&&In(Wi.lastChild)?fa+=di(Wi,da).length:Kn(Wi)&&(fa-=On(Wi.lastChild,da).length),da.originalText.slice(sa,fa)}Fi.exports=ji}}),Tu=Mo({"src/language-html/embed.js"(Vn,Fi){Fn();var{builders:{breakParent:In,group:di,hardline:Kn,indent:On,line:Un,fill:Hn,softline:ji},utils:{mapDoc:Wi,replaceTextEndOfLine:da}}=Oc(),sa=ld(),{printClosingTag:fa,printClosingTagSuffix:zi,needsToBorrowPrevClosingTagEndMarker:ta,printOpeningTagPrefix:va,printOpeningTag:qa}=Xc(),{printImgSrcset:Xa,printClassNames:Ta}=id(),{printVueFor:Qa,printVueBindings:Ia,isVueEventBindingExpression:io}=ml(),{isScriptLikeTag:Ja,isVueNonHtmlBlock:hs,inferScriptParser:na,htmlTrimPreserveIndentation:ka,dedentString:ra,unescapeQuoteEntities:ma,isVueSlotAttribute:Zn,isVueSfcBindingsAttribute:la,getTextValueParts:pa}=Du(),xa=fu();function Ma(So,as,ps){let ns=Xs=>new RegExp(Xs.join("|")).test(So.fullName),As=()=>ma(So.value),ko=!1,Ws=(Xs,Ul)=>{let ss=Xs.type==="NGRoot"?Xs.node.type==="NGMicrosyntax"&&Xs.node.body.length===1&&Xs.node.body[0].type==="NGMicrosyntaxExpression"?Xs.node.body[0].expression:Xs.node:Xs.type==="JsExpressionRoot"?Xs.node:Xs;ss&&(ss.type==="ObjectExpression"||ss.type==="ArrayExpression"||Ul.parser==="__vue_expression"&&(ss.type==="TemplateLiteral"||ss.type==="StringLiteral"))&&(ko=!0)},cs=Xs=>di(Xs),Xo=function(Xs){let Ul=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return di([On([ji,Xs]),Ul?ji:""])},Ms=Xs=>ko?cs(Xs):Xo(Xs),_l=(Xs,Ul)=>as(Xs,Object.assign({__onHtmlBindingRoot:Ws,__embeddedInHtml:!0},Ul));if(So.fullName==="srcset"&&(So.parent.fullName==="img"||So.parent.fullName==="source"))return Xo(Xa(As()));if(So.fullName==="class"&&!ps.parentParser){let Xs=As();if(!Xs.includes("{{"))return Ta(Xs)}if(So.fullName==="style"&&!ps.parentParser){let Xs=As();if(!Xs.includes("{{"))return Xo(_l(Xs,{parser:"css",__isHTMLStyleAttribute:!0}))}if(ps.parser==="vue"){if(So.fullName==="v-for")return Qa(As(),_l);if(Zn(So)||la(So,ps))return Ia(As(),_l);let Xs=["^@","^v-on:"],Ul=["^:","^v-bind:"],ss=["^v-"];if(ns(Xs)){let Ps=As(),jl=io(Ps)?"__js_expression":ps.__should_parse_vue_template_with_ts?"__vue_ts_event_binding":"__vue_event_binding";return Ms(_l(Ps,{parser:jl}))}if(ns(Ul))return Ms(_l(As(),{parser:"__vue_expression"}));if(ns(ss))return Ms(_l(As(),{parser:"__js_expression"}))}if(ps.parser==="angular"){let Xs=(Fs,xs)=>_l(Fs,Object.assign(Object.assign({},xs),{},{trailingComma:"none"})),Ul=["^\\*"],ss=["^\\(.+\\)$","^on-"],Ps=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],jl=["^i18n(-.+)?$"];if(ns(ss))return Ms(Xs(As(),{parser:"__ng_action"}));if(ns(Ps))return Ms(Xs(As(),{parser:"__ng_binding"}));if(ns(jl)){let Fs=As().trim();return Xo(Hn(pa(So,Fs)),!Fs.includes("@@"))}if(ns(Ul))return Ms(Xs(As(),{parser:"__ng_directive"}));let Dl=/{{(.+?)}}/s,Wu=As();if(Dl.test(Wu)){let Fs=[];for(let[xs,Js]of Wu.split(Dl).entries())if(xs%2===0)Fs.push(da(Js));else try{Fs.push(di(["{{",On([Un,Xs(Js,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),Un,"}}"]))}catch{Fs.push("{{",da(Js),"}}")}return di(Fs)}}return null}function Ha(So,as,ps,ns){let As=So.getValue();switch(As.type){case"element":{if(Ja(As)||As.type==="interpolation")return;if(!As.isSelfClosing&&hs(As,ns)){let ko=na(As,ns);if(!ko)return;let Ws=xa(As,ns),cs=/^\s*$/.test(Ws),Xo="";return cs||(Xo=ps(ka(Ws),{parser:ko,__embeddedInHtml:!0},{stripTrailingHardline:!0}),cs=Xo===""),[va(As,ns),di(qa(So,ns,as)),cs?"":Kn,Xo,cs?"":Kn,fa(As,ns),zi(As,ns)]}break}case"text":{if(Ja(As.parent)){let ko=na(As.parent,ns);if(ko){let Ws=ko==="markdown"?ra(As.value.replace(/^[^\S\n]*\n/,"")):As.value,cs={parser:ko,__embeddedInHtml:!0};if(ns.parser==="html"&&ko==="babel"){let Xo="script",{attrMap:Ms}=As.parent;Ms&&(Ms.type==="module"||Ms.type==="text/babel"&&Ms["data-type"]==="module")&&(Xo="module"),cs.__babelSourceType=Xo}return[In,va(As,ns),ps(Ws,cs,{stripTrailingHardline:!0}),zi(As,ns)]}}else if(As.parent.type==="interpolation"){let ko={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return ns.parser==="angular"?(ko.parser="__ng_interpolation",ko.trailingComma="none"):ns.parser==="vue"?ko.parser=ns.__should_parse_vue_template_with_ts?"__vue_ts_expression":"__vue_expression":ko.parser="__js_expression",[On([Un,ps(As.value,ko,{stripTrailingHardline:!0})]),As.parent.next&&ta(As.parent.next)?" ":Un]}break}case"attribute":{if(!As.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(ns.originalText.slice(As.valueSpan.start.offset,As.valueSpan.end.offset)))return[As.rawName,"=",As.value];if(ns.parser==="lwc"&&/^{.*}$/s.test(ns.originalText.slice(As.valueSpan.start.offset,As.valueSpan.end.offset)))return[As.rawName,"=",As.value];let ko=Ma(As,(Ws,cs)=>ps(Ws,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},cs),{stripTrailingHardline:!0}),ns);if(ko)return[As.rawName,'="',di(Wi(ko,Ws=>typeof Ws=="string"?Ws.replace(/"/g,"&quot;"):Ws)),'"'];break}case"front-matter":return sa(As,ps)}}Fi.exports=Ha}}),hc=Mo({"src/language-html/print/children.js"(Vn,Fi){Fn();var{builders:{breakParent:In,group:di,ifBreak:Kn,line:On,softline:Un,hardline:Hn},utils:{replaceTextEndOfLine:ji}}=Oc(),{locStart:Wi,locEnd:da}=Ac(),{forceBreakChildren:sa,forceNextEmptyLine:fa,isTextLikeNode:zi,hasPrettierIgnore:ta,preferHardlineAsLeadingSpaces:va}=Du(),{printOpeningTagPrefix:qa,needsToBorrowNextOpeningTagStartMarker:Xa,printOpeningTagStartMarker:Ta,needsToBorrowPrevClosingTagEndMarker:Qa,printClosingTagEndMarker:Ia,printClosingTagSuffix:io,needsToBorrowParentClosingTagStartMarker:Ja}=Xc();function hs(ra,ma,Zn){let la=ra.getValue();return ta(la)?[qa(la,ma),...ji(ma.originalText.slice(Wi(la)+(la.prev&&Xa(la.prev)?Ta(la).length:0),da(la)-(la.next&&Qa(la.next)?Ia(la,ma).length:0))),io(la,ma)]:Zn()}function na(ra,ma){return zi(ra)&&zi(ma)?ra.isTrailingSpaceSensitive?ra.hasTrailingSpaces?va(ma)?Hn:On:"":va(ma)?Hn:Un:Xa(ra)&&(ta(ma)||ma.firstChild||ma.isSelfClosing||ma.type==="element"&&ma.attrs.length>0)||ra.type==="element"&&ra.isSelfClosing&&Qa(ma)?"":!ma.isLeadingSpaceSensitive||va(ma)||Qa(ma)&&ra.lastChild&&Ja(ra.lastChild)&&ra.lastChild.lastChild&&Ja(ra.lastChild.lastChild)?Hn:ma.hasLeadingSpaces?On:Un}function ka(ra,ma,Zn){let la=ra.getValue();if(sa(la))return[In,...ra.map(xa=>{let Ma=xa.getValue(),Ha=Ma.prev?na(Ma.prev,Ma):"";return[Ha?[Ha,fa(Ma.prev)?Hn:""]:"",hs(xa,ma,Zn)]},"children")];let pa=la.children.map(()=>Symbol(""));return ra.map((xa,Ma)=>{let Ha=xa.getValue();if(zi(Ha)){if(Ha.prev&&zi(Ha.prev)){let Ws=na(Ha.prev,Ha);if(Ws)return fa(Ha.prev)?[Hn,Hn,hs(xa,ma,Zn)]:[Ws,hs(xa,ma,Zn)]}return hs(xa,ma,Zn)}let So=[],as=[],ps=[],ns=[],As=Ha.prev?na(Ha.prev,Ha):"",ko=Ha.next?na(Ha,Ha.next):"";return As&&(fa(Ha.prev)?So.push(Hn,Hn):As===Hn?So.push(Hn):zi(Ha.prev)?as.push(As):as.push(Kn("",Un,{groupId:pa[Ma-1]}))),ko&&(fa(Ha)?zi(Ha.next)&&ns.push(Hn,Hn):ko===Hn?zi(Ha.next)&&ns.push(Hn):ps.push(ko)),[...So,di([...as,di([hs(xa,ma,Zn),...ps],{id:pa[Ma]})]),...ns]},"children")}Fi.exports={printChildren:ka}}}),cl=Mo({"src/language-html/print/element.js"(Vn,Fi){Fn();var{builders:{breakParent:In,dedentToRoot:di,group:Kn,ifBreak:On,indentIfBreak:Un,indent:Hn,line:ji,softline:Wi},utils:{replaceTextEndOfLine:da}}=Oc(),sa=fu(),{shouldPreserveContent:fa,isScriptLikeTag:zi,isVueCustomBlock:ta,countParents:va,forceBreakContent:qa}=Du(),{printOpeningTagPrefix:Xa,printOpeningTag:Ta,printClosingTagSuffix:Qa,printClosingTag:Ia,needsToBorrowPrevClosingTagEndMarker:io,needsToBorrowLastChildClosingTagEndMarker:Ja}=Xc(),{printChildren:hs}=hc();function na(ka,ra,ma){let Zn=ka.getValue();if(fa(Zn,ra))return[Xa(Zn,ra),Kn(Ta(ka,ra,ma)),...da(sa(Zn,ra)),...Ia(Zn,ra),Qa(Zn,ra)];let la=Zn.children.length===1&&Zn.firstChild.type==="interpolation"&&Zn.firstChild.isLeadingSpaceSensitive&&!Zn.firstChild.hasLeadingSpaces&&Zn.lastChild.isTrailingSpaceSensitive&&!Zn.lastChild.hasTrailingSpaces,pa=Symbol("element-attr-group-id"),xa=as=>Kn([Kn(Ta(ka,ra,ma),{id:pa}),as,Ia(Zn,ra)]),Ma=as=>la?Un(as,{groupId:pa}):(zi(Zn)||ta(Zn,ra))&&Zn.parent.type==="root"&&ra.parser==="vue"&&!ra.vueIndentScriptAndStyle?as:Hn(as),Ha=()=>la?On(Wi,"",{groupId:pa}):Zn.firstChild.hasLeadingSpaces&&Zn.firstChild.isLeadingSpaceSensitive?ji:Zn.firstChild.type==="text"&&Zn.isWhitespaceSensitive&&Zn.isIndentationSensitive?di(Wi):Wi,So=()=>(Zn.next?io(Zn.next):Ja(Zn.parent))?Zn.lastChild.hasTrailingSpaces&&Zn.lastChild.isTrailingSpaceSensitive?" ":"":la?On(Wi,"",{groupId:pa}):Zn.lastChild.hasTrailingSpaces&&Zn.lastChild.isTrailingSpaceSensitive?ji:(Zn.lastChild.type==="comment"||Zn.lastChild.type==="text"&&Zn.isWhitespaceSensitive&&Zn.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${ra.tabWidth*va(ka,as=>as.parent&&as.parent.type!=="root")}}$`).test(Zn.lastChild.value)?"":Wi;return Zn.children.length===0?xa(Zn.hasDanglingSpaces&&Zn.isDanglingSpaceSensitive?ji:""):xa([qa(Zn)?In:"",Ma([Ha(),hs(ka,ra,ma)]),So()])}Fi.exports={printElement:na}}}),$c=Mo({"src/language-html/printer-html.js"(Vn,Fi){Fn();var{builders:{fill:In,group:di,hardline:Kn,literalline:On},utils:{cleanDoc:Un,getDocParts:Hn,isConcat:ji,replaceTextEndOfLine:Wi}}=Oc(),da=qc(),{countChars:sa,unescapeQuoteEntities:fa,getTextValueParts:zi}=Du(),ta=Rd(),{insertPragma:va}=yd(),{locStart:qa,locEnd:Xa}=Ac(),Ta=Tu(),{printClosingTagSuffix:Qa,printClosingTagEnd:Ia,printOpeningTagPrefix:io,printOpeningTagStart:Ja}=Xc(),{printElement:hs}=cl(),{printChildren:na}=hc();function ka(ra,ma,Zn){let la=ra.getValue();switch(la.type){case"front-matter":return Wi(la.raw);case"root":return ma.__onHtmlRoot&&ma.__onHtmlRoot(la),[di(na(ra,ma,Zn)),Kn];case"element":case"ieConditionalComment":return hs(ra,ma,Zn);case"ieConditionalStartComment":case"ieConditionalEndComment":return[Ja(la),Ia(la)];case"interpolation":return[Ja(la,ma),...ra.map(Zn,"children"),Ia(la,ma)];case"text":{if(la.parent.type==="interpolation"){let xa=/\n[^\S\n]*$/,Ma=xa.test(la.value),Ha=Ma?la.value.replace(xa,""):la.value;return[...Wi(Ha),Ma?Kn:""]}let pa=Un([io(la,ma),...zi(la),Qa(la,ma)]);return ji(pa)||pa.type==="fill"?In(Hn(pa)):pa}case"docType":return[di([Ja(la,ma)," ",la.value.replace(/^html\b/i,"html").replace(/\s+/g," ")]),Ia(la,ma)];case"comment":return[io(la,ma),...Wi(ma.originalText.slice(qa(la),Xa(la)),On),Qa(la,ma)];case"attribute":{if(la.value===null)return la.rawName;let pa=fa(la.value),xa=sa(pa,"'"),Ma=sa(pa,'"'),Ha=xa<Ma?"'":'"';return[la.rawName,"=",Ha,...Wi(Ha==='"'?pa.replace(/"/g,"&quot;"):pa.replace(/'/g,"&apos;")),Ha]}default:throw new Error(`Unexpected node type ${la.type}`)}}Fi.exports={preprocess:ta,print:ka,insertPragma:va,massageAstNode:da,embed:Ta}}}),Nc=Mo({"src/language-html/options.js"(Vn,Fi){Fn();var In=nd(),di="HTML";Fi.exports={bracketSameLine:In.bracketSameLine,htmlWhitespaceSensitivity:{since:"1.15.0",category:di,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:In.singleAttributePerLine,vueIndentScriptAndStyle:{since:"1.19.0",category:di,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}}}}),Hf=Mo({"src/language-html/parsers.js"(){Fn()}}),_f=Mo({"node_modules/linguist-languages/data/HTML.json"(Vn,Fi){Fi.exports={name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".hta",".htm",".html.hl",".inc",".xht",".xhtml"],languageId:146}}}),sf=Mo({"node_modules/linguist-languages/data/Vue.json"(Vn,Fi){Fi.exports={name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",languageId:391}}}),$p=Mo({"src/language-html/index.js"(Vn,Fi){Fn();var In=zp(),di=$c(),Kn=Nc(),On=Hf(),Un=[In(_f(),()=>({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]})),In(_f(),ji=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...ji.extensions,".mjml"]})),In(_f(),()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]})),In(sf(),()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]}))],Hn={html:di};Fi.exports={languages:Un,printers:Hn,options:Kn,parsers:On}}}),fp=Mo({"src/language-yaml/pragma.js"(Vn,Fi){Fn();function In(On){return/^\s*@(?:prettier|format)\s*$/.test(On)}function di(On){return/^\s*#[^\S\n]*@(?:prettier|format)\s*?(?:\n|$)/.test(On)}function Kn(On){return`# @format
${On}`}Fi.exports={isPragma:In,hasPragma:di,insertPragma:Kn}}}),Nf=Mo({"src/language-yaml/loc.js"(Vn,Fi){Fn();function In(Kn){return Kn.position.start.offset}function di(Kn){return Kn.position.end.offset}Fi.exports={locStart:In,locEnd:di}}}),ud=Mo({"src/language-yaml/embed.js"(Vn,Fi){Fn();function In(di,Kn,On,Un){if(di.getValue().type==="root"&&Un.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint|lintstaged)rc$/.test(Un.filepath))return On(Un.originalText,Object.assign(Object.assign({},Un),{},{parser:"json"}))}Fi.exports=In}}),Sf=Mo({"src/language-yaml/utils.js"(Vn,Fi){Fn();var{getLast:In,isNonEmptyArray:di}=Zc();function Kn(na,ka){let ra=0,ma=na.stack.length-1;for(let Zn=0;Zn<ma;Zn++){let la=na.stack[Zn];On(la)&&ka(la)&&ra++}return ra}function On(na,ka){return na&&typeof na.type=="string"&&(!ka||ka.includes(na.type))}function Un(na,ka,ra){return ka("children"in na?Object.assign(Object.assign({},na),{},{children:na.children.map(ma=>Un(ma,ka,na))}):na,ra)}function Hn(na,ka,ra){Object.defineProperty(na,ka,{get:ra,enumerable:!1})}function ji(na,ka){let ra=0,ma=ka.length;for(let Zn=na.position.end.offset-1;Zn<ma;Zn++){let la=ka[Zn];if(la===`
`&&ra++,ra===1&&/\S/.test(la))return!1;if(ra===2)return!0}return!1}function Wi(na){switch(na.getValue().type){case"tag":case"anchor":case"comment":return!1}let ka=na.stack.length;for(let ra=1;ra<ka;ra++){let ma=na.stack[ra],Zn=na.stack[ra-1];if(Array.isArray(Zn)&&typeof ma=="number"&&ma!==Zn.length-1)return!1}return!0}function da(na){return di(na.children)?da(In(na.children)):na}function sa(na){return na.value.trim()==="prettier-ignore"}function fa(na){let ka=na.getValue();if(ka.type==="documentBody"){let ra=na.getParentNode();return Qa(ra.head)&&sa(In(ra.head.endComments))}return va(ka)&&sa(In(ka.leadingComments))}function zi(na){return!di(na.children)&&!ta(na)}function ta(na){return va(na)||qa(na)||Xa(na)||Ta(na)||Qa(na)}function va(na){return di(na==null?void 0:na.leadingComments)}function qa(na){return di(na==null?void 0:na.middleComments)}function Xa(na){return na==null?void 0:na.indicatorComment}function Ta(na){return na==null?void 0:na.trailingComment}function Qa(na){return di(na==null?void 0:na.endComments)}function Ia(na){let ka=[],ra;for(let ma of na.split(/( +)/))ma!==" "?ra===" "?ka.push(ma):ka.push((ka.pop()||"")+ma):ra===void 0&&ka.unshift(""),ra=ma;return ra===" "&&ka.push((ka.pop()||"")+" "),ka[0]===""&&(ka.shift(),ka.unshift(" "+(ka.shift()||""))),ka}function io(na,ka,ra){let ma=ka.split(`
`).map((Zn,la,pa)=>la===0&&la===pa.length-1?Zn:la!==0&&la!==pa.length-1?Zn.trim():la===0?Zn.trimEnd():Zn.trimStart());return ra.proseWrap==="preserve"?ma.map(Zn=>Zn.length===0?[]:[Zn]):ma.map(Zn=>Zn.length===0?[]:Ia(Zn)).reduce((Zn,la,pa)=>pa!==0&&ma[pa-1].length>0&&la.length>0&&!(na==="quoteDouble"&&In(In(Zn)).endsWith("\\"))?[...Zn.slice(0,-1),[...In(Zn),...la]]:[...Zn,la],[]).map(Zn=>ra.proseWrap==="never"?[Zn.join(" ")]:Zn)}function Ja(na,ka){let{parentIndent:ra,isLastDescendant:ma,options:Zn}=ka,la=na.position.start.line===na.position.end.line?"":Zn.originalText.slice(na.position.start.offset,na.position.end.offset).match(/^[^\n]*\n(.*)$/s)[1],pa;if(na.indent===null){let Ha=la.match(/^(?<leadingSpace> *)[^\n\r ]/m);pa=Ha?Ha.groups.leadingSpace.length:Number.POSITIVE_INFINITY}else pa=na.indent-1+ra;let xa=la.split(`
`).map(Ha=>Ha.slice(pa));if(Zn.proseWrap==="preserve"||na.type==="blockLiteral")return Ma(xa.map(Ha=>Ha.length===0?[]:[Ha]));return Ma(xa.map(Ha=>Ha.length===0?[]:Ia(Ha)).reduce((Ha,So,as)=>as!==0&&xa[as-1].length>0&&So.length>0&&!/^\s/.test(So[0])&&!/^\s|\s$/.test(In(Ha))?[...Ha.slice(0,-1),[...In(Ha),...So]]:[...Ha,So],[]).map(Ha=>Ha.reduce((So,as)=>So.length>0&&/\s$/.test(In(So))?[...So.slice(0,-1),In(So)+" "+as]:[...So,as],[])).map(Ha=>Zn.proseWrap==="never"?[Ha.join(" ")]:Ha));function Ma(Ha){if(na.chomping==="keep")return In(Ha).length===0?Ha.slice(0,-1):Ha;let So=0;for(let as=Ha.length-1;as>=0&&Ha[as].length===0;as--)So++;return So===0?Ha:So>=2&&!ma?Ha.slice(0,-(So-1)):Ha.slice(0,-So)}}function hs(na){if(!na)return!0;switch(na.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}}Fi.exports={getLast:In,getAncestorCount:Kn,isNode:On,isEmptyNode:zi,isInlineNode:hs,mapNode:Un,defineShortcut:Hn,isNextLineEmpty:ji,isLastDescendantNode:Wi,getBlockValueLineContents:Ja,getFlowScalarLineContents:io,getLastDescendantNode:da,hasPrettierIgnore:fa,hasLeadingComments:va,hasMiddleComments:qa,hasIndicatorComment:Xa,hasTrailingComment:Ta,hasEndComments:Qa}}}),Mf=Mo({"src/language-yaml/print-preprocess.js"(Vn,Fi){Fn();var{defineShortcut:In,mapNode:di}=Sf();function Kn(Un){return di(Un,On)}function On(Un){switch(Un.type){case"document":In(Un,"head",()=>Un.children[0]),In(Un,"body",()=>Un.children[1]);break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":In(Un,"content",()=>Un.children[0]);break;case"mappingItem":case"flowMappingItem":In(Un,"key",()=>Un.children[0]),In(Un,"value",()=>Un.children[1]);break}return Un}Fi.exports=Kn}}),Af=Mo({"src/language-yaml/print/misc.js"(Vn,Fi){Fn();var{builders:{softline:In,align:di}}=Oc(),{hasEndComments:Kn,isNextLineEmpty:On,isNode:Un}=Sf(),Hn=new WeakMap;function ji(sa,fa){let zi=sa.getValue(),ta=sa.stack[0],va;return Hn.has(ta)?va=Hn.get(ta):(va=new Set,Hn.set(ta,va)),!va.has(zi.position.end.line)&&(va.add(zi.position.end.line),On(zi,fa)&&!Wi(sa.getParentNode()))?In:""}function Wi(sa){return Kn(sa)&&!Un(sa,["documentHead","documentBody","flowMapping","flowSequence"])}function da(sa,fa){return di(" ".repeat(sa),fa)}Fi.exports={alignWithSpaces:da,shouldPrintEndComments:Wi,printNextEmptyLine:ji}}}),u0=Mo({"src/language-yaml/print/flow-mapping-sequence.js"(Vn,Fi){Fn();var{builders:{ifBreak:In,line:di,softline:Kn,hardline:On,join:Un}}=Oc(),{isEmptyNode:Hn,getLast:ji,hasEndComments:Wi}=Sf(),{printNextEmptyLine:da,alignWithSpaces:sa}=Af();function fa(ta,va,qa){let Xa=ta.getValue(),Ta=Xa.type==="flowMapping",Qa=Ta?"{":"[",Ia=Ta?"}":"]",io=Kn;Ta&&Xa.children.length>0&&qa.bracketSpacing&&(io=di);let Ja=ji(Xa.children),hs=Ja&&Ja.type==="flowMappingItem"&&Hn(Ja.key)&&Hn(Ja.value);return[Qa,sa(qa.tabWidth,[io,zi(ta,va,qa),qa.trailingComma==="none"?"":In(","),Wi(Xa)?[On,Un(On,ta.map(va,"endComments"))]:""]),hs?"":io,Ia]}function zi(ta,va,qa){let Xa=ta.getValue();return ta.map((Ta,Qa)=>[va(),Qa===Xa.children.length-1?"":[",",di,Xa.children[Qa].position.start.line!==Xa.children[Qa+1].position.start.line?da(Ta,qa.originalText):""]],"children")}Fi.exports={printFlowMapping:fa,printFlowSequence:fa}}}),g0=Mo({"src/language-yaml/print/mapping-item.js"(Vn,Fi){Fn();var{builders:{conditionalGroup:In,group:di,hardline:Kn,ifBreak:On,join:Un,line:Hn}}=Oc(),{hasLeadingComments:ji,hasMiddleComments:Wi,hasTrailingComment:da,hasEndComments:sa,isNode:fa,isEmptyNode:zi,isInlineNode:ta}=Sf(),{alignWithSpaces:va}=Af();function qa(Ia,io,Ja,hs,na){let{key:ka,value:ra}=Ia,ma=zi(ka),Zn=zi(ra);if(ma&&Zn)return": ";let la=hs("key"),pa=Ta(Ia)?" ":"";if(Zn)return Ia.type==="flowMappingItem"&&io.type==="flowMapping"?la:Ia.type==="mappingItem"&&Xa(ka.content,na)&&!da(ka.content)&&(!io.tag||io.tag.value!=="tag:yaml.org,2002:set")?[la,pa,":"]:["? ",va(2,la)];let xa=hs("value");if(ma)return[": ",va(2,xa)];if(ji(ra)||!ta(ka.content))return["? ",va(2,la),Kn,Un("",Ja.map(hs,"value","leadingComments").map(ns=>[ns,Kn])),": ",va(2,xa)];if(Qa(ka.content)&&!ji(ka.content)&&!Wi(ka.content)&&!da(ka.content)&&!sa(ka)&&!ji(ra.content)&&!Wi(ra.content)&&!sa(ra)&&Xa(ra.content,na))return[la,pa,": ",xa];let Ma=Symbol("mappingKey"),Ha=di([On("? "),di(va(2,la),{id:Ma})]),So=[Kn,": ",va(2,xa)],as=[pa,":"];ji(ra.content)||sa(ra)&&ra.content&&!fa(ra.content,["mapping","sequence"])||io.type==="mapping"&&da(ka.content)&&ta(ra.content)||fa(ra.content,["mapping","sequence"])&&ra.content.tag===null&&ra.content.anchor===null?as.push(Kn):ra.content&&as.push(Hn),as.push(xa);let ps=va(na.tabWidth,as);return Xa(ka.content,na)&&!ji(ka.content)&&!Wi(ka.content)&&!sa(ka)?In([[la,ps]]):In([[Ha,On(So,ps,{groupId:Ma})]])}function Xa(Ia,io){if(!Ia)return!0;switch(Ia.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if(io.proseWrap==="preserve")return Ia.position.start.line===Ia.position.end.line;if(/\\$/m.test(io.originalText.slice(Ia.position.start.offset,Ia.position.end.offset)))return!1;switch(io.proseWrap){case"never":return!Ia.value.includes(`
`);case"always":return!/[\n ]/.test(Ia.value);default:return!1}}function Ta(Ia){return Ia.key.content&&Ia.key.content.type==="alias"}function Qa(Ia){if(!Ia)return!0;switch(Ia.type){case"plain":case"quoteDouble":case"quoteSingle":return Ia.position.start.line===Ia.position.end.line;case"alias":return!0;default:return!1}}Fi.exports=qa}}),C0=Mo({"src/language-yaml/print/block.js"(Vn,Fi){Fn();var{builders:{dedent:In,dedentToRoot:di,fill:Kn,hardline:On,join:Un,line:Hn,literalline:ji,markAsRoot:Wi},utils:{getDocParts:da}}=Oc(),{getAncestorCount:sa,getBlockValueLineContents:fa,hasIndicatorComment:zi,isLastDescendantNode:ta,isNode:va}=Sf(),{alignWithSpaces:qa}=Af();function Xa(Ta,Qa,Ia){let io=Ta.getValue(),Ja=sa(Ta,ma=>va(ma,["sequence","mapping"])),hs=ta(Ta),na=[io.type==="blockFolded"?">":"|"];io.indent!==null&&na.push(io.indent.toString()),io.chomping!=="clip"&&na.push(io.chomping==="keep"?"+":"-"),zi(io)&&na.push(" ",Qa("indicatorComment"));let ka=fa(io,{parentIndent:Ja,isLastDescendant:hs,options:Ia}),ra=[];for(let[ma,Zn]of ka.entries())ma===0&&ra.push(On),ra.push(Kn(da(Un(Hn,Zn)))),ma!==ka.length-1?ra.push(Zn.length===0?On:Wi(ji)):io.chomping==="keep"&&hs&&ra.push(di(Zn.length===0?On:ji));return io.indent===null?na.push(In(qa(Ia.tabWidth,ra))):na.push(di(qa(io.indent-1+Ja,ra))),na}Fi.exports=Xa}}),tp=Mo({"src/language-yaml/printer-yaml.js"(Vn,Fi){Fn();var{builders:{breakParent:In,fill:di,group:Kn,hardline:On,join:Un,line:Hn,lineSuffix:ji,literalline:Wi},utils:{getDocParts:da,replaceTextEndOfLine:sa}}=Oc(),{isPreviousLineEmpty:fa}=Zc(),{insertPragma:zi,isPragma:ta}=fp(),{locStart:va}=Nf(),qa=ud(),{getFlowScalarLineContents:Xa,getLastDescendantNode:Ta,hasLeadingComments:Qa,hasMiddleComments:Ia,hasTrailingComment:io,hasEndComments:Ja,hasPrettierIgnore:hs,isLastDescendantNode:na,isNode:ka,isInlineNode:ra}=Sf(),ma=Mf(),{alignWithSpaces:Zn,printNextEmptyLine:la,shouldPrintEndComments:pa}=Af(),{printFlowMapping:xa,printFlowSequence:Ma}=u0(),Ha=g0(),So=C0();function as(Xo,Ms,_l){let Xs=Xo.getValue(),Ul=[];Xs.type!=="mappingValue"&&Qa(Xs)&&Ul.push([Un(On,Xo.map(_l,"leadingComments")),On]);let{tag:ss,anchor:Ps}=Xs;ss&&Ul.push(_l("tag")),ss&&Ps&&Ul.push(" "),Ps&&Ul.push(_l("anchor"));let jl="";ka(Xs,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!na(Xo)&&(jl=la(Xo,Ms.originalText)),(ss||Ps)&&(ka(Xs,["sequence","mapping"])&&!Ia(Xs)?Ul.push(On):Ul.push(" ")),Ia(Xs)&&Ul.push([Xs.middleComments.length===1?"":On,Un(On,Xo.map(_l,"middleComments")),On]);let Dl=Xo.getParentNode();return hs(Xo)?Ul.push(sa(Ms.originalText.slice(Xs.position.start.offset,Xs.position.end.offset).trimEnd(),Wi)):Ul.push(Kn(ps(Xs,Dl,Xo,Ms,_l))),io(Xs)&&!ka(Xs,["document","documentHead"])&&Ul.push(ji([Xs.type==="mappingValue"&&!Xs.content?"":" ",Dl.type==="mappingKey"&&Xo.getParentNode(2).type==="mapping"&&ra(Xs)?"":In,_l("trailingComment")])),pa(Xs)&&Ul.push(Zn(Xs.type==="sequenceItem"?2:0,[On,Un(On,Xo.map(Wu=>[fa(Ms.originalText,Wu.getValue(),va)?On:"",_l()],"endComments"))])),Ul.push(jl),Ul}function ps(Xo,Ms,_l,Xs,Ul){switch(Xo.type){case"root":{let{children:ss}=Xo,Ps=[];_l.each((Dl,Wu)=>{let Fs=ss[Wu],xs=ss[Wu+1];Wu!==0&&Ps.push(On),Ps.push(Ul()),As(Fs,xs)?(Ps.push(On,"..."),io(Fs)&&Ps.push(" ",Ul("trailingComment"))):xs&&!io(xs.head)&&Ps.push(On,"---")},"children");let jl=Ta(Xo);return(!ka(jl,["blockLiteral","blockFolded"])||jl.chomping!=="keep")&&Ps.push(On),Ps}case"document":{let ss=Ms.children[_l.getName()+1],Ps=[];return ko(Xo,ss,Ms,Xs)==="head"&&((Xo.head.children.length>0||Xo.head.endComments.length>0)&&Ps.push(Ul("head")),io(Xo.head)?Ps.push(["---"," ",Ul(["head","trailingComment"])]):Ps.push("---")),ns(Xo)&&Ps.push(Ul("body")),Un(On,Ps)}case"documentHead":return Un(On,[..._l.map(Ul,"children"),..._l.map(Ul,"endComments")]);case"documentBody":{let{children:ss,endComments:Ps}=Xo,jl="";if(ss.length>0&&Ps.length>0){let Dl=Ta(Xo);ka(Dl,["blockFolded","blockLiteral"])?Dl.chomping!=="keep"&&(jl=[On,On]):jl=On}return[Un(On,_l.map(Ul,"children")),jl,Un(On,_l.map(Ul,"endComments"))]}case"directive":return["%",Un(" ",[Xo.name,...Xo.parameters])];case"comment":return["#",Xo.value];case"alias":return["*",Xo.value];case"tag":return Xs.originalText.slice(Xo.position.start.offset,Xo.position.end.offset);case"anchor":return["&",Xo.value];case"plain":return Ws(Xo.type,Xs.originalText.slice(Xo.position.start.offset,Xo.position.end.offset),Xs);case"quoteDouble":case"quoteSingle":{let ss="'",Ps='"',jl=Xs.originalText.slice(Xo.position.start.offset+1,Xo.position.end.offset-1);if(Xo.type==="quoteSingle"&&jl.includes("\\")||Xo.type==="quoteDouble"&&/\\[^"]/.test(jl)){let Wu=Xo.type==="quoteDouble"?Ps:ss;return[Wu,Ws(Xo.type,jl,Xs),Wu]}if(jl.includes(Ps))return[ss,Ws(Xo.type,Xo.type==="quoteDouble"?jl.replace(/\\"/g,Ps).replace(/'/g,ss.repeat(2)):jl,Xs),ss];if(jl.includes(ss))return[Ps,Ws(Xo.type,Xo.type==="quoteSingle"?jl.replace(/''/g,ss):jl,Xs),Ps];let Dl=Xs.singleQuote?ss:Ps;return[Dl,Ws(Xo.type,jl,Xs),Dl]}case"blockFolded":case"blockLiteral":return So(_l,Ul,Xs);case"mapping":case"sequence":return Un(On,_l.map(Ul,"children"));case"sequenceItem":return["- ",Zn(2,Xo.content?Ul("content"):"")];case"mappingKey":case"mappingValue":return Xo.content?Ul("content"):"";case"mappingItem":case"flowMappingItem":return Ha(Xo,Ms,_l,Ul,Xs);case"flowMapping":return xa(_l,Ul,Xs);case"flowSequence":return Ma(_l,Ul,Xs);case"flowSequenceItem":return Ul("content");default:throw new Error(`Unexpected node type ${Xo.type}`)}}function ns(Xo){return Xo.body.children.length>0||Ja(Xo.body)}function As(Xo,Ms){return io(Xo)||Ms&&(Ms.head.children.length>0||Ja(Ms.head))}function ko(Xo,Ms,_l,Xs){return _l.children[0]===Xo&&/---(?:\s|$)/.test(Xs.originalText.slice(va(Xo),va(Xo)+4))||Xo.head.children.length>0||Ja(Xo.head)||io(Xo.head)?"head":As(Xo,Ms)?!1:Ms?"root":!1}function Ws(Xo,Ms,_l){let Xs=Xa(Xo,Ms,_l);return Un(On,Xs.map(Ul=>di(da(Un(Hn,Ul)))))}function cs(Xo,Ms){if(ka(Ms))switch(delete Ms.position,Ms.type){case"comment":if(ta(Ms.value))return null;break;case"quoteDouble":case"quoteSingle":Ms.type="quote";break}}Fi.exports={preprocess:ma,embed:qa,print:as,massageAstNode:cs,insertPragma:zi}}}),c0=Mo({"src/language-yaml/options.js"(Vn,Fi){Fn();var In=nd();Fi.exports={bracketSpacing:In.bracketSpacing,singleQuote:In.singleQuote,proseWrap:In.proseWrap}}}),Xm=Mo({"src/language-yaml/parsers.js"(){Fn()}}),Jm=Mo({"node_modules/linguist-languages/data/YAML.json"(Vn,Fi){Fi.exports={name:"YAML",type:"data",color:"#cb171e",tmScope:"source.yaml",aliases:["yml"],extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".gemrc","CITATION.cff","glide.lock","yarn.lock"],aceMode:"yaml",codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",languageId:407}}}),vm=Mo({"src/language-yaml/index.js"(Vn,Fi){Fn();var In=zp(),di=tp(),Kn=c0(),On=Xm(),Un=[In(Jm(),Hn=>({since:"1.14.0",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"],filenames:[...Hn.filenames.filter(ji=>ji!=="yarn.lock"),".prettierrc",".stylelintrc",".lintstagedrc"]}))];Fi.exports={languages:Un,printers:{yaml:di},options:Kn,parsers:On}}}),w0=Mo({"src/languages.js"(Vn,Fi){Fn(),Fi.exports=[Wd(),Wf(),Oo(),Zo(),Kc(),$p(),vm()]}});Fn();var{version:Rh}=is(),pp=i0(),{getSupportInfo:_0}=kh(),y0=xp(),d0=w0(),f0=Oc();function hh(Vn){let Fi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return function(){for(var In=arguments.length,di=new Array(In),Kn=0;Kn<In;Kn++)di[Kn]=arguments[Kn];let On=di[Fi]||{},Un=On.plugins||[];return di[Fi]=Object.assign(Object.assign({},On),{},{plugins:[...d0,...Array.isArray(Un)?Un:Object.values(Un)]}),Vn(...di)}}var o0=hh(pp.formatWithCursor);En.exports={formatWithCursor:o0,format(Vn,Fi){return o0(Vn,Fi).formatted},check(Vn,Fi){let{formatted:In}=o0(Vn,Fi);return In===Vn},doc:f0,getSupportInfo:hh(_0,0),version:Rh,util:y0,__debug:{parse:hh(pp.parse),formatAST:hh(pp.formatAST),formatDoc:hh(pp.formatDoc),printToDoc:hh(pp.printToDoc),printDocToString:hh(pp.printDocToString)}}});return Hr()})})(standalone);var standaloneExports=standalone.exports;const prettier=getDefaultExportFromCjs(standaloneExports);var parserPostcss={exports:{}};(function(e,t){(function(y){e.exports=y()})(function(){var y=(Li,ca)=>()=>(ca||Li((ca={exports:{}}).exports,ca),ca.exports),n=y((Li,ca)=>{var fo=function(zn){return zn&&zn.Math==Math&&zn};ca.exports=fo(typeof globalThis=="object"&&globalThis)||fo(typeof window=="object"&&window)||fo(typeof self=="object"&&self)||fo(typeof commonjsGlobal=="object"&&commonjsGlobal)||function(){return this}()||Function("return this")()}),$=y((Li,ca)=>{ca.exports=function(fo){try{return!!fo()}catch{return!0}}}),k=y((Li,ca)=>{var fo=$();ca.exports=!fo(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),L=y((Li,ca)=>{var fo=$();ca.exports=!fo(function(){var zn=(function(){}).bind();return typeof zn!="function"||zn.hasOwnProperty("prototype")})}),j=y((Li,ca)=>{var fo=L(),zn=Function.prototype.call;ca.exports=fo?zn.bind(zn):function(){return zn.apply(zn,arguments)}}),V=y(Li=>{var ca={}.propertyIsEnumerable,fo=Object.getOwnPropertyDescriptor,zn=fo&&!ca.call({1:2},1);Li.f=zn?function(ki){var Ra=fo(this,ki);return!!Ra&&Ra.enumerable}:ca}),z=y((Li,ca)=>{ca.exports=function(fo,zn){return{enumerable:!(fo&1),configurable:!(fo&2),writable:!(fo&4),value:zn}}}),re=y((Li,ca)=>{var fo=L(),zn=Function.prototype,ki=zn.call,Ra=fo&&zn.bind.bind(ki,ki);ca.exports=fo?Ra:function(_o){return function(){return ki.apply(_o,arguments)}}}),oe=y((Li,ca)=>{var fo=re(),zn=fo({}.toString),ki=fo("".slice);ca.exports=function(Ra){return ki(zn(Ra),8,-1)}}),ue=y((Li,ca)=>{var fo=re(),zn=$(),ki=oe(),Ra=Object,_o=fo("".split);ca.exports=zn(function(){return!Ra("z").propertyIsEnumerable(0)})?function(eo){return ki(eo)=="String"?_o(eo,""):Ra(eo)}:Ra}),de=y((Li,ca)=>{ca.exports=function(fo){return fo==null}}),_e=y((Li,ca)=>{var fo=de(),zn=TypeError;ca.exports=function(ki){if(fo(ki))throw zn("Can't call method on "+ki);return ki}}),Ne=y((Li,ca)=>{var fo=ue(),zn=_e();ca.exports=function(ki){return fo(zn(ki))}}),Ue=y((Li,ca)=>{var fo=typeof document=="object"&&document.all,zn=typeof fo>"u"&&fo!==void 0;ca.exports={all:fo,IS_HTMLDDA:zn}}),$e=y((Li,ca)=>{var fo=Ue(),zn=fo.all;ca.exports=fo.IS_HTMLDDA?function(ki){return typeof ki=="function"||ki===zn}:function(ki){return typeof ki=="function"}}),Ve=y((Li,ca)=>{var fo=$e(),zn=Ue(),ki=zn.all;ca.exports=zn.IS_HTMLDDA?function(Ra){return typeof Ra=="object"?Ra!==null:fo(Ra)||Ra===ki}:function(Ra){return typeof Ra=="object"?Ra!==null:fo(Ra)}}),Fe=y((Li,ca)=>{var fo=n(),zn=$e(),ki=function(Ra){return zn(Ra)?Ra:void 0};ca.exports=function(Ra,_o){return arguments.length<2?ki(fo[Ra]):fo[Ra]&&fo[Ra][_o]}}),qe=y((Li,ca)=>{var fo=re();ca.exports=fo({}.isPrototypeOf)}),er=y((Li,ca)=>{var fo=Fe();ca.exports=fo("navigator","userAgent")||""}),ir=y((Li,ca)=>{var fo=n(),zn=er(),ki=fo.process,Ra=fo.Deno,_o=ki&&ki.versions||Ra&&Ra.version,eo=_o&&_o.v8,tl,Es;eo&&(tl=eo.split("."),Es=tl[0]>0&&tl[0]<4?1:+(tl[0]+tl[1])),!Es&&zn&&(tl=zn.match(/Edge\/(\d+)/),(!tl||tl[1]>=74)&&(tl=zn.match(/Chrome\/(\d+)/),tl&&(Es=+tl[1]))),ca.exports=Es}),dr=y((Li,ca)=>{var fo=ir(),zn=$();ca.exports=!!Object.getOwnPropertySymbols&&!zn(function(){var ki=Symbol();return!String(ki)||!(Object(ki)instanceof Symbol)||!Symbol.sham&&fo&&fo<41})}),cr=y((Li,ca)=>{var fo=dr();ca.exports=fo&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),nr=y((Li,ca)=>{var fo=Fe(),zn=$e(),ki=qe(),Ra=cr(),_o=Object;ca.exports=Ra?function(eo){return typeof eo=="symbol"}:function(eo){var tl=fo("Symbol");return zn(tl)&&ki(tl.prototype,_o(eo))}}),lr=y((Li,ca)=>{var fo=String;ca.exports=function(zn){try{return fo(zn)}catch{return"Object"}}}),Et=y((Li,ca)=>{var fo=$e(),zn=lr(),ki=TypeError;ca.exports=function(Ra){if(fo(Ra))return Ra;throw ki(zn(Ra)+" is not a function")}}),ie=y((Li,ca)=>{var fo=Et(),zn=de();ca.exports=function(ki,Ra){var _o=ki[Ra];return zn(_o)?void 0:fo(_o)}}),pe=y((Li,ca)=>{var fo=j(),zn=$e(),ki=Ve(),Ra=TypeError;ca.exports=function(_o,eo){var tl,Es;if(eo==="string"&&zn(tl=_o.toString)&&!ki(Es=fo(tl,_o))||zn(tl=_o.valueOf)&&!ki(Es=fo(tl,_o))||eo!=="string"&&zn(tl=_o.toString)&&!ki(Es=fo(tl,_o)))return Es;throw Ra("Can't convert object to primitive value")}}),Ce=y((Li,ca)=>{ca.exports=!1}),Ie=y((Li,ca)=>{var fo=n(),zn=Object.defineProperty;ca.exports=function(ki,Ra){try{zn(fo,ki,{value:Ra,configurable:!0,writable:!0})}catch{fo[ki]=Ra}return Ra}}),jt=y((Li,ca)=>{var fo=n(),zn=Ie(),ki="__core-js_shared__",Ra=fo[ki]||zn(ki,{});ca.exports=Ra}),ar=y((Li,ca)=>{var fo=Ce(),zn=jt();(ca.exports=function(ki,Ra){return zn[ki]||(zn[ki]=Ra!==void 0?Ra:{})})("versions",[]).push({version:"3.26.1",mode:fo?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})}),ur=y((Li,ca)=>{var fo=_e(),zn=Object;ca.exports=function(ki){return zn(fo(ki))}}),kt=y((Li,ca)=>{var fo=re(),zn=ur(),ki=fo({}.hasOwnProperty);ca.exports=Object.hasOwn||function(Ra,_o){return ki(zn(Ra),_o)}}),he=y((Li,ca)=>{var fo=re(),zn=0,ki=Math.random(),Ra=fo(1 .toString);ca.exports=function(_o){return"Symbol("+(_o===void 0?"":_o)+")_"+Ra(++zn+ki,36)}}),tr=y((Li,ca)=>{var fo=n(),zn=ar(),ki=kt(),Ra=he(),_o=dr(),eo=cr(),tl=zn("wks"),Es=fo.Symbol,Hs=Es&&Es.for,Ts=eo?Es:Es&&Es.withoutSetter||Ra;ca.exports=function(js){if(!ki(tl,js)||!(_o||typeof tl[js]=="string")){var Gs="Symbol."+js;_o&&ki(Es,js)?tl[js]=Es[js]:eo&&Hs?tl[js]=Hs(Gs):tl[js]=Ts(Gs)}return tl[js]}}),gr=y((Li,ca)=>{var fo=j(),zn=Ve(),ki=nr(),Ra=ie(),_o=pe(),eo=tr(),tl=TypeError,Es=eo("toPrimitive");ca.exports=function(Hs,Ts){if(!zn(Hs)||ki(Hs))return Hs;var js=Ra(Hs,Es),Gs;if(js){if(Ts===void 0&&(Ts="default"),Gs=fo(js,Hs,Ts),!zn(Gs)||ki(Gs))return Gs;throw tl("Can't convert object to primitive value")}return Ts===void 0&&(Ts="number"),_o(Hs,Ts)}}),_r=y((Li,ca)=>{var fo=gr(),zn=nr();ca.exports=function(ki){var Ra=fo(ki,"string");return zn(Ra)?Ra:Ra+""}}),yr=y((Li,ca)=>{var fo=n(),zn=Ve(),ki=fo.document,Ra=zn(ki)&&zn(ki.createElement);ca.exports=function(_o){return Ra?ki.createElement(_o):{}}}),xr=y((Li,ca)=>{var fo=k(),zn=$(),ki=yr();ca.exports=!fo&&!zn(function(){return Object.defineProperty(ki("div"),"a",{get:function(){return 7}}).a!=7})}),Nr=y(Li=>{var ca=k(),fo=j(),zn=V(),ki=z(),Ra=Ne(),_o=_r(),eo=kt(),tl=xr(),Es=Object.getOwnPropertyDescriptor;Li.f=ca?Es:function(Hs,Ts){if(Hs=Ra(Hs),Ts=_o(Ts),tl)try{return Es(Hs,Ts)}catch{}if(eo(Hs,Ts))return ki(!fo(zn.f,Hs,Ts),Hs[Ts])}}),Tr=y((Li,ca)=>{var fo=k(),zn=$();ca.exports=fo&&zn(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),Sr=y((Li,ca)=>{var fo=Ve(),zn=String,ki=TypeError;ca.exports=function(Ra){if(fo(Ra))return Ra;throw ki(zn(Ra)+" is not an object")}}),Ar=y(Li=>{var ca=k(),fo=xr(),zn=Tr(),ki=Sr(),Ra=_r(),_o=TypeError,eo=Object.defineProperty,tl=Object.getOwnPropertyDescriptor,Es="enumerable",Hs="configurable",Ts="writable";Li.f=ca?zn?function(js,Gs,uc){if(ki(js),Gs=Ra(Gs),ki(uc),typeof js=="function"&&Gs==="prototype"&&"value"in uc&&Ts in uc&&!uc[Ts]){var rl=tl(js,Gs);rl&&rl[Ts]&&(js[Gs]=uc.value,uc={configurable:Hs in uc?uc[Hs]:rl[Hs],enumerable:Es in uc?uc[Es]:rl[Es],writable:!1})}return eo(js,Gs,uc)}:eo:function(js,Gs,uc){if(ki(js),Gs=Ra(Gs),ki(uc),fo)try{return eo(js,Gs,uc)}catch{}if("get"in uc||"set"in uc)throw _o("Accessors not supported");return"value"in uc&&(js[Gs]=uc.value),js}}),Fr=y((Li,ca)=>{var fo=k(),zn=Ar(),ki=z();ca.exports=fo?function(Ra,_o,eo){return zn.f(Ra,_o,ki(1,eo))}:function(Ra,_o,eo){return Ra[_o]=eo,Ra}}),Gr=y((Li,ca)=>{var fo=k(),zn=kt(),ki=Function.prototype,Ra=fo&&Object.getOwnPropertyDescriptor,_o=zn(ki,"name"),eo=_o&&(function(){}).name==="something",tl=_o&&(!fo||fo&&Ra(ki,"name").configurable);ca.exports={EXISTS:_o,PROPER:eo,CONFIGURABLE:tl}}),Vr=y((Li,ca)=>{var fo=re(),zn=$e(),ki=jt(),Ra=fo(Function.toString);zn(ki.inspectSource)||(ki.inspectSource=function(_o){return Ra(_o)}),ca.exports=ki.inspectSource}),Dr=y((Li,ca)=>{var fo=n(),zn=$e(),ki=fo.WeakMap;ca.exports=zn(ki)&&/native code/.test(String(ki))}),Ir=y((Li,ca)=>{var fo=ar(),zn=he(),ki=fo("keys");ca.exports=function(Ra){return ki[Ra]||(ki[Ra]=zn(Ra))}}),Br=y((Li,ca)=>{ca.exports={}}),Rr=y((Li,ca)=>{var fo=Dr(),zn=n(),ki=Ve(),Ra=Fr(),_o=kt(),eo=jt(),tl=Ir(),Es=Br(),Hs="Object already initialized",Ts=zn.TypeError,js=zn.WeakMap,Gs,uc,rl,il=function(ks){return rl(ks)?uc(ks):Gs(ks,{})},bl=function(ks){return function(Bo){var Hr;if(!ki(Bo)||(Hr=uc(Bo)).type!==ks)throw Ts("Incompatible receiver, "+ks+" required");return Hr}};fo||eo.state?(Wa=eo.state||(eo.state=new js),Wa.get=Wa.get,Wa.has=Wa.has,Wa.set=Wa.set,Gs=function(ks,Bo){if(Wa.has(ks))throw Ts(Hs);return Bo.facade=ks,Wa.set(ks,Bo),Bo},uc=function(ks){return Wa.get(ks)||{}},rl=function(ks){return Wa.has(ks)}):(Ao=tl("state"),Es[Ao]=!0,Gs=function(ks,Bo){if(_o(ks,Ao))throw Ts(Hs);return Bo.facade=ks,Ra(ks,Ao,Bo),Bo},uc=function(ks){return _o(ks,Ao)?ks[Ao]:{}},rl=function(ks){return _o(ks,Ao)});var Wa,Ao;ca.exports={set:Gs,get:uc,has:rl,enforce:il,getterFor:bl}}),Lr=y((Li,ca)=>{var fo=$(),zn=$e(),ki=kt(),Ra=k(),_o=Gr().CONFIGURABLE,eo=Vr(),tl=Rr(),Es=tl.enforce,Hs=tl.get,Ts=Object.defineProperty,js=Ra&&!fo(function(){return Ts(function(){},"length",{value:8}).length!==8}),Gs=String(String).split("String"),uc=ca.exports=function(rl,il,bl){String(il).slice(0,7)==="Symbol("&&(il="["+String(il).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),bl&&bl.getter&&(il="get "+il),bl&&bl.setter&&(il="set "+il),(!ki(rl,"name")||_o&&rl.name!==il)&&(Ra?Ts(rl,"name",{value:il,configurable:!0}):rl.name=il),js&&bl&&ki(bl,"arity")&&rl.length!==bl.arity&&Ts(rl,"length",{value:bl.arity});try{bl&&ki(bl,"constructor")&&bl.constructor?Ra&&Ts(rl,"prototype",{writable:!1}):rl.prototype&&(rl.prototype=void 0)}catch{}var Wa=Es(rl);return ki(Wa,"source")||(Wa.source=Gs.join(typeof il=="string"?il:"")),rl};Function.prototype.toString=uc(function(){return zn(this)&&Hs(this).source||eo(this)},"toString")}),$r=y((Li,ca)=>{var fo=$e(),zn=Ar(),ki=Lr(),Ra=Ie();ca.exports=function(_o,eo,tl,Es){Es||(Es={});var Hs=Es.enumerable,Ts=Es.name!==void 0?Es.name:eo;if(fo(tl)&&ki(tl,Ts,Es),Es.global)Hs?_o[eo]=tl:Ra(eo,tl);else{try{Es.unsafe?_o[eo]&&(Hs=!0):delete _o[eo]}catch{}Hs?_o[eo]=tl:zn.f(_o,eo,{value:tl,enumerable:!1,configurable:!Es.nonConfigurable,writable:!Es.nonWritable})}return _o}}),jr=y((Li,ca)=>{var fo=Math.ceil,zn=Math.floor;ca.exports=Math.trunc||function(ki){var Ra=+ki;return(Ra>0?zn:fo)(Ra)}}),vn=y((Li,ca)=>{var fo=jr();ca.exports=function(zn){var ki=+zn;return ki!==ki||ki===0?0:fo(ki)}}),Kr=y((Li,ca)=>{var fo=vn(),zn=Math.max,ki=Math.min;ca.exports=function(Ra,_o){var eo=fo(Ra);return eo<0?zn(eo+_o,0):ki(eo,_o)}}),kr=y((Li,ca)=>{var fo=vn(),zn=Math.min;ca.exports=function(ki){return ki>0?zn(fo(ki),9007199254740991):0}}),Qr=y((Li,ca)=>{var fo=kr();ca.exports=function(zn){return fo(zn.length)}}),Zr=y((Li,ca)=>{var fo=Ne(),zn=Kr(),ki=Qr(),Ra=function(_o){return function(eo,tl,Es){var Hs=fo(eo),Ts=ki(Hs),js=zn(Es,Ts),Gs;if(_o&&tl!=tl){for(;Ts>js;)if(Gs=Hs[js++],Gs!=Gs)return!0}else for(;Ts>js;js++)if((_o||js in Hs)&&Hs[js]===tl)return _o||js||0;return!_o&&-1}};ca.exports={includes:Ra(!0),indexOf:Ra(!1)}}),Vi=y((Li,ca)=>{var fo=re(),zn=kt(),ki=Ne(),Ra=Zr().indexOf,_o=Br(),eo=fo([].push);ca.exports=function(tl,Es){var Hs=ki(tl),Ts=0,js=[],Gs;for(Gs in Hs)!zn(_o,Gs)&&zn(Hs,Gs)&&eo(js,Gs);for(;Es.length>Ts;)zn(Hs,Gs=Es[Ts++])&&(~Ra(js,Gs)||eo(js,Gs));return js}}),To=y((Li,ca)=>{ca.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),oa=y(Li=>{var ca=Vi(),fo=To(),zn=fo.concat("length","prototype");Li.f=Object.getOwnPropertyNames||function(ki){return ca(ki,zn)}}),Ba=y(Li=>{Li.f=Object.getOwnPropertySymbols}),rs=y((Li,ca)=>{var fo=Fe(),zn=re(),ki=oa(),Ra=Ba(),_o=Sr(),eo=zn([].concat);ca.exports=fo("Reflect","ownKeys")||function(tl){var Es=ki.f(_o(tl)),Hs=Ra.f;return Hs?eo(Es,Hs(tl)):Es}}),Mn=y((Li,ca)=>{var fo=kt(),zn=rs(),ki=Nr(),Ra=Ar();ca.exports=function(_o,eo,tl){for(var Es=zn(eo),Hs=Ra.f,Ts=ki.f,js=0;js<Es.length;js++){var Gs=Es[js];!fo(_o,Gs)&&!(tl&&fo(tl,Gs))&&Hs(_o,Gs,Ts(eo,Gs))}}}),Wr=y((Li,ca)=>{var fo=$(),zn=$e(),ki=/#|\.prototype\./,Ra=function(Hs,Ts){var js=eo[_o(Hs)];return js==Es?!0:js==tl?!1:zn(Ts)?fo(Ts):!!Ts},_o=Ra.normalize=function(Hs){return String(Hs).replace(ki,".").toLowerCase()},eo=Ra.data={},tl=Ra.NATIVE="N",Es=Ra.POLYFILL="P";ca.exports=Ra}),Ur=y((Li,ca)=>{var fo=n(),zn=Nr().f,ki=Fr(),Ra=$r(),_o=Ie(),eo=Mn(),tl=Wr();ca.exports=function(Es,Hs){var Ts=Es.target,js=Es.global,Gs=Es.stat,uc,rl,il,bl,Wa,Ao;if(js?rl=fo:Gs?rl=fo[Ts]||_o(Ts,{}):rl=(fo[Ts]||{}).prototype,rl)for(il in Hs){if(Wa=Hs[il],Es.dontCallGetSet?(Ao=zn(rl,il),bl=Ao&&Ao.value):bl=rl[il],uc=tl(js?il:Ts+(Gs?".":"#")+il,Es.forced),!uc&&bl!==void 0){if(typeof Wa==typeof bl)continue;eo(Wa,bl)}(Es.sham||bl&&bl.sham)&&ki(Wa,"sham",!0),Ra(rl,il,Wa,Es)}}}),Sn=y(()=>{var Li=Ur(),ca=n();Li({global:!0,forced:ca.globalThis!==ca},{globalThis:ca})}),Nn=y(()=>{Sn()}),Sa=y((Li,ca)=>{Nn();var fo=Object.defineProperty,zn=Object.getOwnPropertyDescriptor,ki=Object.getOwnPropertyNames,Ra=Object.prototype.hasOwnProperty,_o=(Wn,Ka)=>function(){return Wn&&(Ka=(0,Wn[ki(Wn)[0]])(Wn=0)),Ka},eo=(Wn,Ka)=>function(){return Ka||(0,Wn[ki(Wn)[0]])((Ka={exports:{}}).exports,Ka),Ka.exports},tl=(Wn,Ka)=>{for(var La in Ka)fo(Wn,La,{get:Ka[La],enumerable:!0})},Es=(Wn,Ka,La,Fa)=>{if(Ka&&typeof Ka=="object"||typeof Ka=="function")for(let to of ki(Ka))!Ra.call(Wn,to)&&to!==La&&fo(Wn,to,{get:()=>Ka[to],enumerable:!(Fa=zn(Ka,to))||Fa.enumerable});return Wn},Hs=Wn=>Es(fo({},"__esModule",{value:!0}),Wn),Ts=_o({"<define:process>"(){}}),js=eo({"src/common/parser-create-error.js"(Wn,Ka){Ts();function La(Fa,to){let Io=new SyntaxError(Fa+" ("+to.start.line+":"+to.start.column+")");return Io.loc=to,Io}Ka.exports=La}}),Gs=eo({"src/utils/get-last.js"(Wn,Ka){Ts();var La=Fa=>Fa[Fa.length-1];Ka.exports=La}}),uc=eo({"src/utils/front-matter/parse.js"(Wn,Ka){Ts();var La=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function Fa(to){let Io=to.match(La);if(!Io)return{content:to};let{startDelimiter:xo,language:Oo,value:ro="",endDelimiter:Ro}=Io.groups,vi=Oo.trim()||"yaml";if(xo==="+++"&&(vi="toml"),vi!=="yaml"&&xo!==Ro)return{content:to};let[Ln]=Io;return{frontMatter:{type:"front-matter",lang:vi,value:ro,startDelimiter:xo,endDelimiter:Ro,raw:Ln.replace(/\n$/,"")},content:Ln.replace(/[^\n]/g," ")+to.slice(Ln.length)}}Ka.exports=Fa}}),rl={};tl(rl,{EOL:()=>Vo,arch:()=>Ki,cpus:()=>Hr,default:()=>vs,endianness:()=>il,freemem:()=>ks,getNetworkInterfaces:()=>Gi,hostname:()=>bl,loadavg:()=>Wa,networkInterfaces:()=>An,platform:()=>Ea,release:()=>En,tmpDir:()=>aa,tmpdir:()=>Eo,totalmem:()=>Bo,type:()=>ui,uptime:()=>Ao});function il(){if(typeof Qo>"u"){var Wn=new ArrayBuffer(2),Ka=new Uint8Array(Wn),La=new Uint16Array(Wn);if(Ka[0]=1,Ka[1]=2,La[0]===258)Qo="BE";else if(La[0]===513)Qo="LE";else throw new Error("unable to figure out endianess")}return Qo}function bl(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function Wa(){return[]}function Ao(){return 0}function ks(){return Number.MAX_VALUE}function Bo(){return Number.MAX_VALUE}function Hr(){return[]}function ui(){return"Browser"}function En(){return typeof globalThis.navigator<"u"?globalThis.navigator.appVersion:""}function An(){}function Gi(){}function Ki(){return"javascript"}function Ea(){return"browser"}function aa(){return"/tmp"}var Qo,Eo,Vo,vs,kn=_o({"node-modules-polyfills:os"(){Ts(),Eo=aa,Vo=`
`,vs={EOL:Vo,tmpdir:Eo,tmpDir:aa,networkInterfaces:An,getNetworkInterfaces:Gi,release:En,type:ui,cpus:Hr,totalmem:Bo,freemem:ks,uptime:Ao,loadavg:Wa,hostname:bl,endianness:il}}}),qo=eo({"node-modules-polyfills-commonjs:os"(Wn,Ka){Ts();var La=(kn(),Hs(rl));if(La&&La.default){Ka.exports=La.default;for(let Fa in La)Ka.exports[Fa]=La[Fa]}else La&&(Ka.exports=La)}}),Zl=eo({"node_modules/detect-newline/index.js"(Wn,Ka){Ts();var La=Fa=>{if(typeof Fa!="string")throw new TypeError("Expected a string");let to=Fa.match(/(?:\r?\n)/g)||[];if(to.length===0)return;let Io=to.filter(Oo=>Oo===`\r
`).length,xo=to.length-Io;return Io>xo?`\r
`:`
`};Ka.exports=La,Ka.exports.graceful=Fa=>typeof Fa=="string"&&La(Fa)||`
`}}),Mo=eo({"node_modules/jest-docblock/build/index.js"(Wn){Ts(),Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.extract=Na,Wn.parse=Fo,Wn.parseWithComments=Ss,Wn.print=_s,Wn.strip=Zo;function Ka(){let Qs=qo();return Ka=function(){return Qs},Qs}function La(){let Qs=Fa(Zl());return La=function(){return Qs},Qs}function Fa(Qs){return Qs&&Qs.__esModule?Qs:{default:Qs}}var to=/\*\/$/,Io=/^\/\*\*?/,xo=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Oo=/(^|\s+)\/\/([^\r\n]*)/g,ro=/^(\r?\n)+/,Ro=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,vi=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,Ln=/(\r?\n|^) *\* ?/g,za=[];function Na(Qs){let nl=Qs.match(xo);return nl?nl[0].trimLeft():""}function Zo(Qs){let nl=Qs.match(xo);return nl&&nl[0]?Qs.substring(nl[0].length):Qs}function Fo(Qs){return Ss(Qs).pragmas}function Ss(Qs){let nl=(0,La().default)(Qs)||Ka().EOL;Qs=Qs.replace(Io,"").replace(to,"").replace(Ln,"$1");let yl="";for(;yl!==Qs;)yl=Qs,Qs=Qs.replace(Ro,`${nl}$1 $2${nl}`);Qs=Qs.replace(ro,"").trimRight();let Hu=Object.create(null),pc=Qs.replace(vi,"").replace(ro,"").trimRight(),Ec;for(;Ec=vi.exec(Qs);){let Vc=Ec[2].replace(Oo,"");typeof Hu[Ec[1]]=="string"||Array.isArray(Hu[Ec[1]])?Hu[Ec[1]]=za.concat(Hu[Ec[1]],Vc):Hu[Ec[1]]=Vc}return{comments:pc,pragmas:Hu}}function _s(Qs){let{comments:nl="",pragmas:yl={}}=Qs,Hu=(0,La().default)(nl)||Ka().EOL,pc="/**",Ec=" *",Vc=" */",Hc=Object.keys(yl),Kc=Hc.map(Uc=>Uo(Uc,yl[Uc])).reduce((Uc,tc)=>Uc.concat(tc),[]).map(Uc=>`${Ec} ${Uc}${Hu}`).join("");if(!nl){if(Hc.length===0)return"";if(Hc.length===1&&!Array.isArray(yl[Hc[0]])){let Uc=yl[Hc[0]];return`${pc} ${Uo(Hc[0],Uc)[0]}${Vc}`}}let qc=nl.split(Hu).map(Uc=>`${Ec} ${Uc}`).join(Hu)+Hu;return pc+Hu+(nl?qc:"")+(nl&&Hc.length?Ec+Hu:"")+Kc+Vc}function Uo(Qs,nl){return za.concat(nl).map(yl=>`@${Qs} ${yl}`.trim())}}}),_u=eo({"src/common/end-of-line.js"(Wn,Ka){Ts();function La(xo){let Oo=xo.indexOf("\r");return Oo>=0?xo.charAt(Oo+1)===`
`?"crlf":"cr":"lf"}function Fa(xo){switch(xo){case"cr":return"\r";case"crlf":return`\r
`;default:return`
`}}function to(xo,Oo){let ro;switch(Oo){case`
`:ro=/\n/g;break;case"\r":ro=/\r/g;break;case`\r
`:ro=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(Oo)}.`)}let Ro=xo.match(ro);return Ro?Ro.length:0}function Io(xo){return xo.replace(/\r\n?/g,`
`)}Ka.exports={guessEndOfLine:La,convertEndOfLineToChars:Fa,countEndOfLineChars:to,normalizeEndOfLine:Io}}}),Bl=eo({"src/language-js/utils/get-shebang.js"(Wn,Ka){Ts();function La(Fa){if(!Fa.startsWith("#!"))return"";let to=Fa.indexOf(`
`);return to===-1?Fa:Fa.slice(0,to)}Ka.exports=La}}),Vu=eo({"src/language-js/pragma.js"(Wn,Ka){Ts();var{parseWithComments:La,strip:Fa,extract:to,print:Io}=Mo(),{normalizeEndOfLine:xo}=_u(),Oo=Bl();function ro(Ln){let za=Oo(Ln);za&&(Ln=Ln.slice(za.length+1));let Na=to(Ln),{pragmas:Zo,comments:Fo}=La(Na);return{shebang:za,text:Ln,pragmas:Zo,comments:Fo}}function Ro(Ln){let za=Object.keys(ro(Ln).pragmas);return za.includes("prettier")||za.includes("format")}function vi(Ln){let{shebang:za,text:Na,pragmas:Zo,comments:Fo}=ro(Ln),Ss=Fa(Na),_s=Io({pragmas:Object.assign({format:""},Zo),comments:Fo.trimStart()});return(za?`${za}
`:"")+xo(_s)+(Ss.startsWith(`
`)?`
`:`
`)+Ss}Ka.exports={hasPragma:Ro,insertPragma:vi}}}),Iu=eo({"src/language-css/pragma.js"(Wn,Ka){Ts();var La=Vu(),Fa=uc();function to(xo){return La.hasPragma(Fa(xo).content)}function Io(xo){let{frontMatter:Oo,content:ro}=Fa(xo);return(Oo?Oo.raw+`
`:"")+La.insertPragma(ro)}Ka.exports={hasPragma:to,insertPragma:Io}}}),Pu=eo({"src/utils/text/skip.js"(Wn,Ka){Ts();function La(Oo){return(ro,Ro,vi)=>{let Ln=vi&&vi.backwards;if(Ro===!1)return!1;let{length:za}=ro,Na=Ro;for(;Na>=0&&Na<za;){let Zo=ro.charAt(Na);if(Oo instanceof RegExp){if(!Oo.test(Zo))return Na}else if(!Oo.includes(Zo))return Na;Ln?Na--:Na++}return Na===-1||Na===za?Na:!1}}var Fa=La(/\s/),to=La(" "),Io=La(",; "),xo=La(/[^\n\r]/);Ka.exports={skipWhitespace:Fa,skipSpaces:to,skipToLineEnd:Io,skipEverythingButNewLine:xo}}}),Fn=eo({"src/utils/line-column-to-index.js"(Wn,Ka){Ts(),Ka.exports=function(La,Fa){let to=0;for(let Io=0;Io<La.line-1;++Io)to=Fa.indexOf(`
`,to)+1;return to+La.column}}}),is=eo({"src/language-css/loc.js"(Wn,Ka){Ts();var{skipEverythingButNewLine:La}=Pu(),Fa=Gs(),to=Fn();function Io(Na,Zo){return typeof Na.sourceIndex=="number"?Na.sourceIndex:Na.source?to(Na.source.start,Zo)-1:null}function xo(Na,Zo){if(Na.type==="css-comment"&&Na.inline)return La(Zo,Na.source.startOffset);let Fo=Na.nodes&&Fa(Na.nodes);return Fo&&Na.source&&!Na.source.end&&(Na=Fo),Na.source&&Na.source.end?to(Na.source.end,Zo):null}function Oo(Na,Zo){Na.source&&(Na.source.startOffset=Io(Na,Zo),Na.source.endOffset=xo(Na,Zo));for(let Fo in Na){let Ss=Na[Fo];Fo==="source"||!Ss||typeof Ss!="object"||(Ss.type==="value-root"||Ss.type==="value-unknown"?ro(Ss,Ro(Na),Ss.text||Ss.value):Oo(Ss,Zo))}}function ro(Na,Zo,Fo){Na.source&&(Na.source.startOffset=Io(Na,Fo)+Zo,Na.source.endOffset=xo(Na,Fo)+Zo);for(let Ss in Na){let _s=Na[Ss];Ss==="source"||!_s||typeof _s!="object"||ro(_s,Zo,Fo)}}function Ro(Na){let Zo=Na.source.startOffset;return typeof Na.prop=="string"&&(Zo+=Na.prop.length),Na.type==="css-atrule"&&typeof Na.name=="string"&&(Zo+=1+Na.name.length+Na.raws.afterName.match(/^\s*:?\s*/)[0].length),Na.type!=="css-atrule"&&Na.raws&&typeof Na.raws.between=="string"&&(Zo+=Na.raws.between.length),Zo}function vi(Na){let Zo="initial",Fo="initial",Ss,_s=!1,Uo=[];for(let Qs=0;Qs<Na.length;Qs++){let nl=Na[Qs];switch(Zo){case"initial":if(nl==="'"){Zo="single-quotes";continue}if(nl==='"'){Zo="double-quotes";continue}if((nl==="u"||nl==="U")&&Na.slice(Qs,Qs+4).toLowerCase()==="url("){Zo="url",Qs+=3;continue}if(nl==="*"&&Na[Qs-1]==="/"){Zo="comment-block";continue}if(nl==="/"&&Na[Qs-1]==="/"){Zo="comment-inline",Ss=Qs-1;continue}continue;case"single-quotes":if(nl==="'"&&Na[Qs-1]!=="\\"&&(Zo=Fo,Fo="initial"),nl===`
`||nl==="\r")return Na;continue;case"double-quotes":if(nl==='"'&&Na[Qs-1]!=="\\"&&(Zo=Fo,Fo="initial"),nl===`
`||nl==="\r")return Na;continue;case"url":if(nl===")"&&(Zo="initial"),nl===`
`||nl==="\r")return Na;if(nl==="'"){Zo="single-quotes",Fo="url";continue}if(nl==='"'){Zo="double-quotes",Fo="url";continue}continue;case"comment-block":nl==="/"&&Na[Qs-1]==="*"&&(Zo="initial");continue;case"comment-inline":(nl==='"'||nl==="'"||nl==="*")&&(_s=!0),(nl===`
`||nl==="\r")&&(_s&&Uo.push([Ss,Qs]),Zo="initial",_s=!1);continue}}for(let[Qs,nl]of Uo)Na=Na.slice(0,Qs)+Na.slice(Qs,nl).replace(/["'*]/g," ")+Na.slice(nl);return Na}function Ln(Na){return Na.source.startOffset}function za(Na){return Na.source.endOffset}Ka.exports={locStart:Ln,locEnd:za,calculateLoc:Oo,replaceQuotesInInlineComments:vi}}}),pu=eo({"src/utils/is-non-empty-array.js"(Wn,Ka){Ts();function La(Fa){return Array.isArray(Fa)&&Fa.length>0}Ka.exports=La}}),ku=eo({"src/language-css/utils/has-scss-interpolation.js"(Wn,Ka){Ts();var La=pu();function Fa(to){if(La(to)){for(let Io=to.length-1;Io>0;Io--)if(to[Io].type==="word"&&to[Io].value==="{"&&to[Io-1].type==="word"&&to[Io-1].value.endsWith("#"))return!0}return!1}Ka.exports=Fa}}),Vl=eo({"src/language-css/utils/has-string-or-function.js"(Wn,Ka){Ts();function La(Fa){return Fa.some(to=>to.type==="string"||to.type==="func")}Ka.exports=La}}),cc=eo({"src/language-css/utils/is-less-parser.js"(Wn,Ka){Ts();function La(Fa){return Fa.parser==="css"||Fa.parser==="less"}Ka.exports=La}}),Lc=eo({"src/language-css/utils/is-scss.js"(Wn,Ka){Ts();function La(Fa,to){return Fa==="less"||Fa==="scss"?Fa==="scss":/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(to)}Ka.exports=La}}),wd=eo({"src/language-css/utils/is-scss-nested-property-node.js"(Wn,Ka){Ts();function La(Fa){return Fa.selector?Fa.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*\n/,"").trim().endsWith(":"):!1}Ka.exports=La}}),Nd=eo({"src/language-css/utils/is-scss-variable.js"(Wn,Ka){Ts();function La(Fa){return!!((Fa==null?void 0:Fa.type)==="word"&&Fa.value.startsWith("$"))}Ka.exports=La}}),Tf=eo({"src/language-css/utils/stringify-node.js"(Wn,Ka){Ts();function La(Fa){var to,Io,xo;if(Fa.groups){var Oo,ro,Ro;let _s=((Oo=Fa.open)===null||Oo===void 0?void 0:Oo.value)||"",Uo=Fa.groups.map(nl=>La(nl)).join(((ro=Fa.groups[0])===null||ro===void 0?void 0:ro.type)==="comma_group"?",":""),Qs=((Ro=Fa.close)===null||Ro===void 0?void 0:Ro.value)||"";return _s+Uo+Qs}let vi=((to=Fa.raws)===null||to===void 0?void 0:to.before)||"",Ln=((Io=Fa.raws)===null||Io===void 0?void 0:Io.quote)||"",za=Fa.type==="atword"?"@":"",Na=Fa.value||"",Zo=Fa.unit||"",Fo=Fa.group?La(Fa.group):"",Ss=((xo=Fa.raws)===null||xo===void 0?void 0:xo.after)||"";return vi+Ln+za+Na+Ln+Zo+Fo+Ss}Ka.exports=La}}),vf=eo({"src/language-css/utils/is-module-rule-name.js"(Wn,Ka){Ts();var La=new Set(["import","use","forward"]);function Fa(to){return La.has(to)}Ka.exports=Fa}}),jc=eo({"node_modules/postcss-values-parser/lib/node.js"(Wn,Ka){Ts();var La=function(Fa,to){let Io=new Fa.constructor;for(let xo in Fa){if(!Fa.hasOwnProperty(xo))continue;let Oo=Fa[xo],ro=typeof Oo;xo==="parent"&&ro==="object"?to&&(Io[xo]=to):xo==="source"?Io[xo]=Oo:Oo instanceof Array?Io[xo]=Oo.map(Ro=>La(Ro,Io)):xo!=="before"&&xo!=="after"&&xo!=="between"&&xo!=="semicolon"&&(ro==="object"&&Oo!==null&&(Oo=La(Oo)),Io[xo]=Oo)}return Io};Ka.exports=class{constructor(Fa){Fa=Fa||{},this.raws={before:"",after:""};for(let to in Fa)this[to]=Fa[to]}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(Fa){Fa=Fa||{};let to=La(this);for(let Io in Fa)to[Io]=Fa[Io];return to}cloneBefore(Fa){Fa=Fa||{};let to=this.clone(Fa);return this.parent.insertBefore(this,to),to}cloneAfter(Fa){Fa=Fa||{};let to=this.clone(Fa);return this.parent.insertAfter(this,to),to}replaceWith(){let Fa=Array.prototype.slice.call(arguments);if(this.parent){for(let to of Fa)this.parent.insertBefore(this,to);this.remove()}return this}moveTo(Fa){return this.cleanRaws(this.root()===Fa.root()),this.remove(),Fa.append(this),this}moveBefore(Fa){return this.cleanRaws(this.root()===Fa.root()),this.remove(),Fa.parent.insertBefore(Fa,this),this}moveAfter(Fa){return this.cleanRaws(this.root()===Fa.root()),this.remove(),Fa.parent.insertAfter(Fa,this),this}next(){let Fa=this.parent.index(this);return this.parent.nodes[Fa+1]}prev(){let Fa=this.parent.index(this);return this.parent.nodes[Fa-1]}toJSON(){let Fa={};for(let to in this){if(!this.hasOwnProperty(to)||to==="parent")continue;let Io=this[to];Io instanceof Array?Fa[to]=Io.map(xo=>typeof xo=="object"&&xo.toJSON?xo.toJSON():xo):typeof Io=="object"&&Io.toJSON?Fa[to]=Io.toJSON():Fa[to]=Io}return Fa}root(){let Fa=this;for(;Fa.parent;)Fa=Fa.parent;return Fa}cleanRaws(Fa){delete this.raws.before,delete this.raws.after,Fa||delete this.raws.between}positionInside(Fa){let to=this.toString(),Io=this.source.start.column,xo=this.source.start.line;for(let Oo=0;Oo<Fa;Oo++)to[Oo]===`
`?(Io=1,xo+=1):Io+=1;return{line:xo,column:Io}}positionBy(Fa){let to=this.source.start;if(Object(Fa).index)to=this.positionInside(Fa.index);else if(Object(Fa).word){let Io=this.toString().indexOf(Fa.word);Io!==-1&&(to=this.positionInside(Io))}return to}}}}),Jd=eo({"node_modules/postcss-values-parser/lib/container.js"(Wn,Ka){Ts();var La=jc(),Fa=class extends La{constructor(to){super(to),this.nodes||(this.nodes=[])}push(to){return to.parent=this,this.nodes.push(to),this}each(to){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let Io=this.lastEach,xo,Oo;if(this.indexes[Io]=0,!!this.nodes){for(;this.indexes[Io]<this.nodes.length&&(xo=this.indexes[Io],Oo=to(this.nodes[xo],xo),Oo!==!1);)this.indexes[Io]+=1;return delete this.indexes[Io],Oo}}walk(to){return this.each((Io,xo)=>{let Oo=to(Io,xo);return Oo!==!1&&Io.walk&&(Oo=Io.walk(to)),Oo})}walkType(to,Io){if(!to||!Io)throw new Error("Parameters {type} and {callback} are required.");let xo=typeof to=="function";return this.walk((Oo,ro)=>{if(xo&&Oo instanceof to||!xo&&Oo.type===to)return Io.call(this,Oo,ro)})}append(to){return to.parent=this,this.nodes.push(to),this}prepend(to){return to.parent=this,this.nodes.unshift(to),this}cleanRaws(to){if(super.cleanRaws(to),this.nodes)for(let Io of this.nodes)Io.cleanRaws(to)}insertAfter(to,Io){let xo=this.index(to),Oo;this.nodes.splice(xo+1,0,Io);for(let ro in this.indexes)Oo=this.indexes[ro],xo<=Oo&&(this.indexes[ro]=Oo+this.nodes.length);return this}insertBefore(to,Io){let xo=this.index(to),Oo;this.nodes.splice(xo,0,Io);for(let ro in this.indexes)Oo=this.indexes[ro],xo<=Oo&&(this.indexes[ro]=Oo+this.nodes.length);return this}removeChild(to){to=this.index(to),this.nodes[to].parent=void 0,this.nodes.splice(to,1);let Io;for(let xo in this.indexes)Io=this.indexes[xo],Io>=to&&(this.indexes[xo]=Io-1);return this}removeAll(){for(let to of this.nodes)to.parent=void 0;return this.nodes=[],this}every(to){return this.nodes.every(to)}some(to){return this.nodes.some(to)}index(to){return typeof to=="number"?to:this.nodes.indexOf(to)}get first(){if(this.nodes)return this.nodes[0]}get last(){if(this.nodes)return this.nodes[this.nodes.length-1]}toString(){let to=this.nodes.map(String).join("");return this.value&&(to=this.value+to),this.raws.before&&(to=this.raws.before+to),this.raws.after&&(to+=this.raws.after),to}};Fa.registerWalker=to=>{let Io="walk"+to.name;Io.lastIndexOf("s")!==Io.length-1&&(Io+="s"),!Fa.prototype[Io]&&(Fa.prototype[Io]=function(xo){return this.walkType(to,xo)})},Ka.exports=Fa}}),Ed=eo({"node_modules/postcss-values-parser/lib/root.js"(Wn,Ka){Ts();var La=Jd();Ka.exports=class extends La{constructor(Fa){super(Fa),this.type="root"}}}}),Bf=eo({"node_modules/postcss-values-parser/lib/value.js"(Wn,Ka){Ts();var La=Jd();Ka.exports=class extends La{constructor(Fa){super(Fa),this.type="value",this.unbalanced=0}}}}),Rf=eo({"node_modules/postcss-values-parser/lib/atword.js"(Wn,Ka){Ts();var La=Jd(),Fa=class extends La{constructor(to){super(to),this.type="atword"}toString(){return this.quoted&&this.raws.quote,[this.raws.before,"@",String.prototype.toString.call(this.value),this.raws.after].join("")}};La.registerWalker(Fa),Ka.exports=Fa}}),Rp=eo({"node_modules/postcss-values-parser/lib/colon.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="colon"}};La.registerWalker(to),Ka.exports=to}}),Pp=eo({"node_modules/postcss-values-parser/lib/comma.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="comma"}};La.registerWalker(to),Ka.exports=to}}),_p=eo({"node_modules/postcss-values-parser/lib/comment.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="comment",this.inline=Object(Io).inline||!1}toString(){return[this.raws.before,this.inline?"//":"/*",String(this.value),this.inline?"":"*/",this.raws.after].join("")}};La.registerWalker(to),Ka.exports=to}}),Pf=eo({"node_modules/postcss-values-parser/lib/function.js"(Wn,Ka){Ts();var La=Jd(),Fa=class extends La{constructor(to){super(to),this.type="func",this.unbalanced=-1}};La.registerWalker(Fa),Ka.exports=Fa}}),Ih=eo({"node_modules/postcss-values-parser/lib/number.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="number",this.unit=Object(Io).unit||""}toString(){return[this.raws.before,String(this.value),this.unit,this.raws.after].join("")}};La.registerWalker(to),Ka.exports=to}}),Lp=eo({"node_modules/postcss-values-parser/lib/operator.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="operator"}};La.registerWalker(to),Ka.exports=to}}),Oc=eo({"node_modules/postcss-values-parser/lib/paren.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="paren",this.parenType=""}};La.registerWalker(to),Ka.exports=to}}),Ip=eo({"node_modules/postcss-values-parser/lib/string.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="string"}toString(){let Io=this.quoted?this.raws.quote:"";return[this.raws.before,Io,this.value+"",Io,this.raws.after].join("")}};La.registerWalker(to),Ka.exports=to}}),Df=eo({"node_modules/postcss-values-parser/lib/word.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="word"}};La.registerWalker(to),Ka.exports=to}}),vp=eo({"node_modules/postcss-values-parser/lib/unicode-range.js"(Wn,Ka){Ts();var La=Jd(),Fa=jc(),to=class extends Fa{constructor(Io){super(Io),this.type="unicode-range"}};La.registerWalker(to),Ka.exports=to}});function Yp(){throw new Error("setTimeout has not been defined")}function Op(){throw new Error("clearTimeout has not been defined")}function Xp(Wn){if(Od===setTimeout)return setTimeout(Wn,0);if((Od===Yp||!Od)&&setTimeout)return Od=setTimeout,setTimeout(Wn,0);try{return Od(Wn,0)}catch{try{return Od.call(null,Wn,0)}catch{return Od.call(this,Wn,0)}}}function Xf(Wn){if(Id===clearTimeout)return clearTimeout(Wn);if((Id===Op||!Id)&&clearTimeout)return Id=clearTimeout,clearTimeout(Wn);try{return Id(Wn)}catch{try{return Id.call(null,Wn)}catch{return Id.call(this,Wn)}}}function Oh(){!bp||!Zc||(bp=!1,Zc.length?Vf=Zc.concat(Vf):bh=-1,Vf.length&&Wh())}function Wh(){if(!bp){var Wn=Xp(Oh);bp=!0;for(var Ka=Vf.length;Ka;){for(Zc=Vf,Vf=[];++bh<Ka;)Zc&&Zc[bh].run();bh=-1,Ka=Vf.length}Zc=null,bp=!1,Xf(Wn)}}function np(Wn){var Ka=new Array(arguments.length-1);if(arguments.length>1)for(var La=1;La<arguments.length;La++)Ka[La-1]=arguments[La];Vf.push(new gh(Wn,Ka)),Vf.length===1&&!bp&&Xp(Wh)}function gh(Wn,Ka){this.fun=Wn,this.array=Ka}function jp(){}function wm(Wn){throw new Error("process.binding is not supported")}function Fp(){return"/"}function Um(Wn){throw new Error("process.chdir is not supported")}function kh(){return 0}function Yh(Wn){var Ka=ed.call(zu)*.001,La=Math.floor(Ka),Fa=Math.floor(Ka%1*1e9);return Wn&&(La=La-Wn[0],Fa=Fa-Wn[1],Fa<0&&(La--,Fa+=1e9)),[La,Fa]}function Xh(){var Wn=new Date,Ka=Wn-Sd;return Ka/1e3}var Od,Id,Vf,bp,Zc,bh,lm,yp,Qh,Jh,qd,Bh,Up,Hp,$h,df,Ph,qf,Qp,xn,Mi,Hi,zu,ed,Sd,nf,Ep,Vp=_o({"node-modules-polyfills:process"(){Ts(),Od=Yp,Id=Op,typeof globalThis.setTimeout=="function"&&(Od=setTimeout),typeof globalThis.clearTimeout=="function"&&(Id=clearTimeout),Vf=[],bp=!1,bh=-1,gh.prototype.run=function(){this.fun.apply(null,this.array)},lm="browser",yp="browser",Qh=!0,Jh={},qd=[],Bh="",Up={},Hp={},$h={},df=jp,Ph=jp,qf=jp,Qp=jp,xn=jp,Mi=jp,Hi=jp,zu=globalThis.performance||{},ed=zu.now||zu.mozNow||zu.msNow||zu.oNow||zu.webkitNow||function(){return new Date().getTime()},Sd=new Date,nf={nextTick:np,title:lm,browser:Qh,env:Jh,argv:qd,version:Bh,versions:Up,on:df,addListener:Ph,once:qf,off:Qp,removeListener:xn,removeAllListeners:Mi,emit:Hi,binding:wm,cwd:Fp,chdir:Um,umask:kh,hrtime:Yh,platform:yp,release:Hp,config:$h,uptime:Xh},Ep=nf}}),Zh,um,pf=_o({"node_modules/rollup-plugin-node-polyfills/polyfills/inherits.js"(){Ts(),typeof Object.create=="function"?Zh=function(Wn,Ka){Wn.super_=Ka,Wn.prototype=Object.create(Ka.prototype,{constructor:{value:Wn,enumerable:!1,writable:!0,configurable:!0}})}:Zh=function(Wn,Ka){Wn.super_=Ka;var La=function(){};La.prototype=Ka.prototype,Wn.prototype=new La,Wn.prototype.constructor=Wn},um=Zh}}),Jp={};tl(Jp,{_extend:()=>Gm,debuglog:()=>em,default:()=>Wm,deprecate:()=>km,format:()=>cm,inherits:()=>um,inspect:()=>Lf,isArray:()=>dm,isBoolean:()=>Tm,isBuffer:()=>kp,isDate:()=>ip,isError:()=>nh,isFunction:()=>Uh,isNull:()=>jh,isNullOrUndefined:()=>Fh,isNumber:()=>yh,isObject:()=>zf,isPrimitive:()=>qm,isRegExp:()=>Zp,isString:()=>Sp,isSymbol:()=>fm,isUndefined:()=>mf,log:()=>zm});function cm(Wn){if(!Sp(Wn)){for(var Ka=[],La=0;La<arguments.length;La++)Ka.push(Lf(arguments[La]));return Ka.join(" ")}for(var La=1,Fa=arguments,to=Fa.length,Io=String(Wn).replace(Cm,function(ro){if(ro==="%%")return"%";if(La>=to)return ro;switch(ro){case"%s":return String(Fa[La++]);case"%d":return Number(Fa[La++]);case"%j":try{return JSON.stringify(Fa[La++])}catch{return"[Circular]"}default:return ro}}),xo=Fa[La];La<to;xo=Fa[++La])jh(xo)||!zf(xo)?Io+=" "+xo:Io+=" "+Lf(xo);return Io}function km(Wn,Ka){if(mf(globalThis.process))return function(){return km(Wn,Ka).apply(this,arguments)};if(Ep.noDeprecation===!0)return Wn;var La=!1;function Fa(){if(!La){if(Ep.throwDeprecation)throw new Error(Ka);Ep.traceDeprecation?console.trace(Ka):console.error(Ka),La=!0}return Wn.apply(this,arguments)}return Fa}function em(Wn){if(mf(Jf)&&(Jf=Ep.env.NODE_DEBUG||""),Wn=Wn.toUpperCase(),!If[Wn])if(new RegExp("\\b"+Wn+"\\b","i").test(Jf)){var Ka=0;If[Wn]=function(){var La=cm.apply(null,arguments);console.error("%s %d: %s",Wn,Ka,La)}}else If[Wn]=function(){};return If[Wn]}function Lf(Wn,Ka){var La={seen:[],stylize:s0};return arguments.length>=3&&(La.depth=arguments[2]),arguments.length>=4&&(La.colors=arguments[3]),Tm(Ka)?La.showHidden=Ka:Ka&&Gm(La,Ka),mf(La.showHidden)&&(La.showHidden=!1),mf(La.depth)&&(La.depth=2),mf(La.colors)&&(La.colors=!1),mf(La.customInspect)&&(La.customInspect=!0),La.colors&&(La.stylize=t0),Qf(La,Wn,La.depth)}function t0(Wn,Ka){var La=Lf.styles[Ka];return La?"\x1B["+Lf.colors[La][0]+"m"+Wn+"\x1B["+Lf.colors[La][1]+"m":Wn}function s0(Wn,Ka){return Wn}function r0(Wn){var Ka={};return Wn.forEach(function(La,Fa){Ka[La]=!0}),Ka}function Qf(Wn,Ka,La){if(Wn.customInspect&&Ka&&Uh(Ka.inspect)&&Ka.inspect!==Lf&&!(Ka.constructor&&Ka.constructor.prototype===Ka)){var Fa=Ka.inspect(La,Wn);return Sp(Fa)||(Fa=Qf(Wn,Fa,La)),Fa}var to=hf(Wn,Ka);if(to)return to;var Io=Object.keys(Ka),xo=r0(Io);if(Wn.showHidden&&(Io=Object.getOwnPropertyNames(Ka)),nh(Ka)&&(Io.indexOf("message")>=0||Io.indexOf("description")>=0))return Hm(Ka);if(Io.length===0){if(Uh(Ka)){var Oo=Ka.name?": "+Ka.name:"";return Wn.stylize("[Function"+Oo+"]","special")}if(Zp(Ka))return Wn.stylize(RegExp.prototype.toString.call(Ka),"regexp");if(ip(Ka))return Wn.stylize(Date.prototype.toString.call(Ka),"date");if(nh(Ka))return Hm(Ka)}var ro="",Ro=!1,vi=["{","}"];if(dm(Ka)&&(Ro=!0,vi=["[","]"]),Uh(Ka)){var Ln=Ka.name?": "+Ka.name:"";ro=" [Function"+Ln+"]"}if(Zp(Ka)&&(ro=" "+RegExp.prototype.toString.call(Ka)),ip(Ka)&&(ro=" "+Date.prototype.toUTCString.call(Ka)),nh(Ka)&&(ro=" "+Hm(Ka)),Io.length===0&&(!Ro||Ka.length==0))return vi[0]+ro+vi[1];if(La<0)return Zp(Ka)?Wn.stylize(RegExp.prototype.toString.call(Ka),"regexp"):Wn.stylize("[Object]","special");Wn.seen.push(Ka);var za;return Ro?za=Bm(Wn,Ka,La,xo,Io):za=Io.map(function(Na){return Lh(Wn,Ka,La,xo,Na,Ro)}),Wn.seen.pop(),Vm(za,ro,vi)}function hf(Wn,Ka){if(mf(Ka))return Wn.stylize("undefined","undefined");if(Sp(Ka)){var La="'"+JSON.stringify(Ka).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return Wn.stylize(La,"string")}if(yh(Ka))return Wn.stylize(""+Ka,"number");if(Tm(Ka))return Wn.stylize(""+Ka,"boolean");if(jh(Ka))return Wn.stylize("null","null")}function Hm(Wn){return"["+Error.prototype.toString.call(Wn)+"]"}function Bm(Wn,Ka,La,Fa,to){for(var Io=[],xo=0,Oo=Ka.length;xo<Oo;++xo)xm(Ka,String(xo))?Io.push(Lh(Wn,Ka,La,Fa,String(xo),!0)):Io.push("");return to.forEach(function(ro){ro.match(/^\d+$/)||Io.push(Lh(Wn,Ka,La,Fa,ro,!0))}),Io}function Lh(Wn,Ka,La,Fa,to,Io){var xo,Oo,ro;if(ro=Object.getOwnPropertyDescriptor(Ka,to)||{value:Ka[to]},ro.get?ro.set?Oo=Wn.stylize("[Getter/Setter]","special"):Oo=Wn.stylize("[Getter]","special"):ro.set&&(Oo=Wn.stylize("[Setter]","special")),xm(Fa,to)||(xo="["+to+"]"),Oo||(Wn.seen.indexOf(ro.value)<0?(jh(La)?Oo=Qf(Wn,ro.value,null):Oo=Qf(Wn,ro.value,La-1),Oo.indexOf(`
`)>-1&&(Io?Oo=Oo.split(`
`).map(function(Ro){return" "+Ro}).join(`
`).substr(2):Oo=`
`+Oo.split(`
`).map(function(Ro){return" "+Ro}).join(`
`))):Oo=Wn.stylize("[Circular]","special")),mf(xo)){if(Io&&to.match(/^\d+$/))return Oo;xo=JSON.stringify(""+to),xo.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(xo=xo.substr(1,xo.length-2),xo=Wn.stylize(xo,"name")):(xo=xo.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),xo=Wn.stylize(xo,"string"))}return xo+": "+Oo}function Vm(Wn,Ka,La){var Fa=0,to=Wn.reduce(function(Io,xo){return Fa++,xo.indexOf(`
`)>=0&&Fa++,Io+xo.replace(/\u001b\[\d\d?m/g,"").length+1},0);return to>60?La[0]+(Ka===""?"":Ka+`
`)+" "+Wn.join(`,
`)+" "+La[1]:La[0]+Ka+" "+Wn.join(", ")+" "+La[1]}function dm(Wn){return Array.isArray(Wn)}function Tm(Wn){return typeof Wn=="boolean"}function jh(Wn){return Wn===null}function Fh(Wn){return Wn==null}function yh(Wn){return typeof Wn=="number"}function Sp(Wn){return typeof Wn=="string"}function fm(Wn){return typeof Wn=="symbol"}function mf(Wn){return Wn===void 0}function Zp(Wn){return zf(Wn)&&wh(Wn)==="[object RegExp]"}function zf(Wn){return typeof Wn=="object"&&Wn!==null}function ip(Wn){return zf(Wn)&&wh(Wn)==="[object Date]"}function nh(Wn){return zf(Wn)&&(wh(Wn)==="[object Error]"||Wn instanceof Error)}function Uh(Wn){return typeof Wn=="function"}function qm(Wn){return Wn===null||typeof Wn=="boolean"||typeof Wn=="number"||typeof Wn=="string"||typeof Wn=="symbol"||typeof Wn>"u"}function kp(Wn){return Buffer$F.isBuffer(Wn)}function wh(Wn){return Object.prototype.toString.call(Wn)}function tm(Wn){return Wn<10?"0"+Wn.toString(10):Wn.toString(10)}function Tp(){var Wn=new Date,Ka=[tm(Wn.getHours()),tm(Wn.getMinutes()),tm(Wn.getSeconds())].join(":");return[Wn.getDate(),$m[Wn.getMonth()],Ka].join(" ")}function zm(){console.log("%s - %s",Tp(),cm.apply(null,arguments))}function Gm(Wn,Ka){if(!Ka||!zf(Ka))return Wn;for(var La=Object.keys(Ka),Fa=La.length;Fa--;)Wn[La[Fa]]=Ka[La[Fa]];return Wn}function xm(Wn,Ka){return Object.prototype.hasOwnProperty.call(Wn,Ka)}var Cm,If,Jf,$m,Wm,l0=_o({"node-modules-polyfills:util"(){Ts(),Vp(),pf(),Cm=/%[sdj%]/g,If={},Lf.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]},Lf.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},$m=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Wm={inherits:um,_extend:Gm,log:zm,isBuffer:kp,isPrimitive:qm,isFunction:Uh,isError:nh,isDate:ip,isObject:zf,isRegExp:Zp,isUndefined:mf,isSymbol:fm,isString:Sp,isNumber:yh,isNullOrUndefined:Fh,isNull:jh,isBoolean:Tm,isArray:dm,inspect:Lf,deprecate:km,format:cm,debuglog:em}}}),hm=eo({"node-modules-polyfills-commonjs:util"(Wn,Ka){Ts();var La=(l0(),Hs(Jp));if(La&&La.default){Ka.exports=La.default;for(let Fa in La)Ka.exports[Fa]=La[Fa]}else La&&(Ka.exports=La)}}),qp=eo({"node_modules/postcss-values-parser/lib/errors/TokenizeError.js"(Wn,Ka){Ts();var La=class extends Error{constructor(Fa){super(Fa),this.name=this.constructor.name,this.message=Fa||"An error ocurred while tokzenizing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(Fa).stack}};Ka.exports=La}}),Km=eo({"node_modules/postcss-values-parser/lib/tokenize.js"(Wn,Ka){Ts();var La=123,Fa=125,to=40,Io=41,xo=39,Oo=34,ro=92,Ro=47,vi=46,Ln=44,za=58,Na=42,Zo=45,Fo=43,Ss=35,_s=10,Uo=32,Qs=12,nl=9,yl=13,Hu=64,pc=101,Ec=69,Vc=48,Hc=57,Kc=117,qc=85,Uc=/[ \n\t\r\{\(\)'"\\;,/]/g,tc=/[ \n\t\r\(\)\{\}\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g,Du=/[ \n\t\r\(\)\{\}\*:;@!&'"\-\+\|~>,\[\]\\]|\//g,rc=/^[a-z0-9]/i,Au=/^[a-f0-9?\-]/i,Ef=hm(),Fd=qp();Ka.exports=function(ef,Rd){Rd=Rd||{};let yd=[],Ac=ef.valueOf(),Xc=Ac.length,Qc=-1,id=1,ml=0,fu=0,Tu=null,hc,cl,$c,Nc,Hf,_f,sf,$p,fp,Nf,ud;function Sf(Mf){let Af=Ef.format("Unclosed %s at line: %d, column: %d, token: %d",Mf,id,ml-Qc,ml);throw new Fd(Af)}for(;ml<Xc;){switch(hc=Ac.charCodeAt(ml),hc===_s&&(Qc=ml,id+=1),hc){case _s:case Uo:case nl:case yl:case Qs:cl=ml;do cl+=1,hc=Ac.charCodeAt(cl),hc===_s&&(Qc=cl,id+=1);while(hc===Uo||hc===_s||hc===nl||hc===yl||hc===Qs);yd.push(["space",Ac.slice(ml,cl),id,ml-Qc,id,cl-Qc,ml]),ml=cl-1;break;case za:cl=ml+1,yd.push(["colon",Ac.slice(ml,cl),id,ml-Qc,id,cl-Qc,ml]),ml=cl-1;break;case Ln:cl=ml+1,yd.push(["comma",Ac.slice(ml,cl),id,ml-Qc,id,cl-Qc,ml]),ml=cl-1;break;case La:yd.push(["{","{",id,ml-Qc,id,cl-Qc,ml]);break;case Fa:yd.push(["}","}",id,ml-Qc,id,cl-Qc,ml]);break;case to:fu++,Tu=!Tu&&fu===1&&yd.length>0&&yd[yd.length-1][0]==="word"&&yd[yd.length-1][1]==="url",yd.push(["(","(",id,ml-Qc,id,cl-Qc,ml]);break;case Io:fu--,Tu=Tu&&fu>0,yd.push([")",")",id,ml-Qc,id,cl-Qc,ml]);break;case xo:case Oo:$c=hc===xo?"'":'"',cl=ml;do for(fp=!1,cl=Ac.indexOf($c,cl+1),cl===-1&&Sf("quote"),Nf=cl;Ac.charCodeAt(Nf-1)===ro;)Nf-=1,fp=!fp;while(fp);yd.push(["string",Ac.slice(ml,cl+1),id,ml-Qc,id,cl-Qc,ml]),ml=cl;break;case Hu:Uc.lastIndex=ml+1,Uc.test(Ac),Uc.lastIndex===0?cl=Ac.length-1:cl=Uc.lastIndex-2,yd.push(["atword",Ac.slice(ml,cl+1),id,ml-Qc,id,cl-Qc,ml]),ml=cl;break;case ro:cl=ml,hc=Ac.charCodeAt(cl+1),yd.push(["word",Ac.slice(ml,cl+1),id,ml-Qc,id,cl-Qc,ml]),ml=cl;break;case Fo:case Zo:case Na:if(cl=ml+1,ud=Ac.slice(ml+1,cl+1),Ac.slice(ml-1,ml),hc===Zo&&ud.charCodeAt(0)===Zo){cl++,yd.push(["word",Ac.slice(ml,cl),id,ml-Qc,id,cl-Qc,ml]),ml=cl-1;break}yd.push(["operator",Ac.slice(ml,cl),id,ml-Qc,id,cl-Qc,ml]),ml=cl-1;break;default:if(hc===Ro&&(Ac.charCodeAt(ml+1)===Na||Rd.loose&&!Tu&&Ac.charCodeAt(ml+1)===Ro)){if(Ac.charCodeAt(ml+1)===Na)cl=Ac.indexOf("*/",ml+2)+1,cl===0&&Sf("comment");else{let Mf=Ac.indexOf(`
`,ml+2);cl=Mf!==-1?Mf-1:Xc}_f=Ac.slice(ml,cl+1),Nc=_f.split(`
`),Hf=Nc.length-1,Hf>0?(sf=id+Hf,$p=cl-Nc[Hf].length):(sf=id,$p=Qc),yd.push(["comment",_f,id,ml-Qc,sf,cl-$p,ml]),Qc=$p,id=sf,ml=cl}else if(hc===Ss&&!rc.test(Ac.slice(ml+1,ml+2)))cl=ml+1,yd.push(["#",Ac.slice(ml,cl),id,ml-Qc,id,cl-Qc,ml]),ml=cl-1;else if((hc===Kc||hc===qc)&&Ac.charCodeAt(ml+1)===Fo){cl=ml+2;do cl+=1,hc=Ac.charCodeAt(cl);while(cl<Xc&&Au.test(Ac.slice(cl,cl+1)));yd.push(["unicoderange",Ac.slice(ml,cl),id,ml-Qc,id,cl-Qc,ml]),ml=cl-1}else if(hc===Ro)cl=ml+1,yd.push(["operator",Ac.slice(ml,cl),id,ml-Qc,id,cl-Qc,ml]),ml=cl-1;else{let Mf=tc;if(hc>=Vc&&hc<=Hc&&(Mf=Du),Mf.lastIndex=ml+1,Mf.test(Ac),Mf.lastIndex===0?cl=Ac.length-1:cl=Mf.lastIndex-2,Mf===Du||hc===vi){let Af=Ac.charCodeAt(cl),u0=Ac.charCodeAt(cl+1),g0=Ac.charCodeAt(cl+2);(Af===pc||Af===Ec)&&(u0===Zo||u0===Fo)&&g0>=Vc&&g0<=Hc&&(Du.lastIndex=cl+2,Du.test(Ac),Du.lastIndex===0?cl=Ac.length-1:cl=Du.lastIndex-2)}yd.push(["word",Ac.slice(ml,cl+1),id,ml-Qc,id,cl-Qc,ml]),ml=cl}break}ml++}return yd}}}),Ym=eo({"node_modules/flatten/index.js"(Wn,Ka){Ts(),Ka.exports=function(La,Fa){if(Fa=typeof Fa=="number"?Fa:1/0,!Fa)return Array.isArray(La)?La.map(function(Io){return Io}):La;return to(La,1);function to(Io,xo){return Io.reduce(function(Oo,ro){return Array.isArray(ro)&&xo<Fa?Oo.concat(to(ro,xo+1)):Oo.concat(ro)},[])}}}}),mm=eo({"node_modules/indexes-of/index.js"(Wn,Ka){Ts(),Ka.exports=function(La,Fa){for(var to=-1,Io=[];(to=La.indexOf(Fa,to+1))!==-1;)Io.push(to);return Io}}}),Of=eo({"node_modules/uniq/uniq.js"(Wn,Ka){Ts();function La(Io,xo){for(var Oo=1,ro=Io.length,Ro=Io[0],vi=Io[0],Ln=1;Ln<ro;++Ln)if(vi=Ro,Ro=Io[Ln],xo(Ro,vi)){if(Ln===Oo){Oo++;continue}Io[Oo++]=Ro}return Io.length=Oo,Io}function Fa(Io){for(var xo=1,Oo=Io.length,ro=Io[0],Ro=Io[0],vi=1;vi<Oo;++vi,Ro=ro)if(Ro=ro,ro=Io[vi],ro!==Ro){if(vi===xo){xo++;continue}Io[xo++]=ro}return Io.length=xo,Io}function to(Io,xo,Oo){return Io.length===0?Io:xo?(Oo||Io.sort(xo),La(Io,xo)):(Oo||Io.sort(),Fa(Io))}Ka.exports=to}}),n0=eo({"node_modules/postcss-values-parser/lib/errors/ParserError.js"(Wn,Ka){Ts();var La=class extends Error{constructor(Fa){super(Fa),this.name=this.constructor.name,this.message=Fa||"An error ocurred while parsing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(Fa).stack}};Ka.exports=La}}),Pm=eo({"node_modules/postcss-values-parser/lib/parser.js"(Wn,Ka){Ts();var La=Ed(),Fa=Bf(),to=Rf(),Io=Rp(),xo=Pp(),Oo=_p(),ro=Pf(),Ro=Ih(),vi=Lp(),Ln=Oc(),za=Ip(),Na=Df(),Zo=vp(),Fo=Km(),Ss=Ym(),_s=mm(),Uo=Of(),Qs=n0();function nl(yl){return yl.sort((Hu,pc)=>Hu-pc)}Ka.exports=class{constructor(yl,Hu){let pc={loose:!1};this.cache=[],this.input=yl,this.options=Object.assign({},pc,Hu),this.position=0,this.unbalanced=0,this.root=new La;let Ec=new Fa;this.root.append(Ec),this.current=Ec,this.tokens=Fo(yl,this.options)}parse(){return this.loop()}colon(){let yl=this.currToken;this.newNode(new Io({value:yl[1],source:{start:{line:yl[2],column:yl[3]},end:{line:yl[4],column:yl[5]}},sourceIndex:yl[6]})),this.position++}comma(){let yl=this.currToken;this.newNode(new xo({value:yl[1],source:{start:{line:yl[2],column:yl[3]},end:{line:yl[4],column:yl[5]}},sourceIndex:yl[6]})),this.position++}comment(){let yl=!1,Hu=this.currToken[1].replace(/\/\*|\*\//g,""),pc;this.options.loose&&Hu.startsWith("//")&&(Hu=Hu.substring(2),yl=!0),pc=new Oo({value:Hu,inline:yl,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(pc),this.position++}error(yl,Hu){throw new Qs(yl+` at line: ${Hu[2]}, column ${Hu[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 yl=this.currToken[1],Hu;if(yl==="+"||yl==="-"){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 Hu=new vi({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(Hu)}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 yl=1,Hu=this.position+1,pc=this.currToken,Ec;for(;Hu<this.tokens.length&&yl;){let Vc=this.tokens[Hu];Vc[0]==="("&&yl++,Vc[0]===")"&&yl--,Hu++}if(yl&&this.error("Expected closing parenthesis",pc),Ec=this.current.last,Ec&&Ec.type==="func"&&Ec.unbalanced<0&&(Ec.unbalanced=0,this.current=Ec),this.current.unbalanced++,this.newNode(new Ln({value:pc[1],source:{start:{line:pc[2],column:pc[3]},end:{line:pc[4],column:pc[5]}},sourceIndex:pc[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 Vc=this.nextToken,Hc=this.currToken[1],Kc={line:this.currToken[2],column:this.currToken[3]};for(;Vc&&Vc[0]!==")"&&this.current.unbalanced;)this.position++,Hc+=this.currToken[1],Vc=this.nextToken;this.position!==this.tokens.length-1&&(this.position++,this.newNode(new Na({value:Hc,source:{start:Kc,end:{line:this.currToken[4],column:this.currToken[5]}},sourceIndex:this.currToken[6]})))}}parenClose(){let yl=this.currToken;this.newNode(new Ln({value:yl[1],source:{start:{line:yl[2],column:yl[3]},end:{line:yl[4],column:yl[5]}},sourceIndex:yl[6]})),this.position++,!(this.position>=this.tokens.length-1&&!this.current.unbalanced)&&(this.current.unbalanced--,this.current.unbalanced<0&&this.error("Expected opening parenthesis",yl),!this.current.unbalanced&&this.cache.length&&(this.current=this.cache.pop()))}space(){let yl=this.currToken;this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.raws.after+=yl[1],this.position++):(this.spaces=yl[1],this.position++)}unicodeRange(){let yl=this.currToken;this.newNode(new Zo({value:yl[1],source:{start:{line:yl[2],column:yl[3]},end:{line:yl[4],column:yl[5]}},sourceIndex:yl[6]})),this.position++}splitWord(){let yl=this.nextToken,Hu=this.currToken[1],pc=/^[\+\-]?((\d+(\.\d*)?)|(\.\d+))([eE][\+\-]?\d+)?/,Ec=/^(?!\#([a-z0-9]+))[\#\{\}]/gi,Vc,Hc;if(!Ec.test(Hu))for(;yl&&yl[0]==="word";){this.position++;let Kc=this.currToken[1];Hu+=Kc,yl=this.nextToken}Vc=_s(Hu,"@"),Hc=nl(Uo(Ss([[0],Vc]))),Hc.forEach((Kc,qc)=>{let Uc=Hc[qc+1]||Hu.length,tc=Hu.slice(Kc,Uc),Du;if(~Vc.indexOf(Kc))Du=new to({value:tc.slice(1),source:{start:{line:this.currToken[2],column:this.currToken[3]+Kc},end:{line:this.currToken[4],column:this.currToken[3]+(Uc-1)}},sourceIndex:this.currToken[6]+Hc[qc]});else if(pc.test(this.currToken[1])){let rc=tc.replace(pc,"");Du=new Ro({value:tc.replace(rc,""),source:{start:{line:this.currToken[2],column:this.currToken[3]+Kc},end:{line:this.currToken[4],column:this.currToken[3]+(Uc-1)}},sourceIndex:this.currToken[6]+Hc[qc],unit:rc})}else Du=new(yl&&yl[0]==="("?ro:Na)({value:tc,source:{start:{line:this.currToken[2],column:this.currToken[3]+Kc},end:{line:this.currToken[4],column:this.currToken[3]+(Uc-1)}},sourceIndex:this.currToken[6]+Hc[qc]}),Du.type==="word"?(Du.isHex=/^#(.+)/.test(tc),Du.isColor=/^#([0-9a-f]{3}|[0-9a-f]{4}|[0-9a-f]{6}|[0-9a-f]{8})$/i.test(tc)):this.cache.push(this.current);this.newNode(Du)}),this.position++}string(){let yl=this.currToken,Hu=this.currToken[1],pc=/^(\"|\')/,Ec=pc.test(Hu),Vc="",Hc;Ec&&(Vc=Hu.match(pc)[0],Hu=Hu.slice(1,Hu.length-1)),Hc=new za({value:Hu,source:{start:{line:yl[2],column:yl[3]},end:{line:yl[4],column:yl[5]}},sourceIndex:yl[6],quoted:Ec}),Hc.raws.quote=Vc,this.newNode(Hc),this.position++}word(){return this.splitWord()}newNode(yl){return this.spaces&&(yl.raws.before+=this.spaces,this.spaces=""),this.current.append(yl)}get currToken(){return this.tokens[this.position]}get nextToken(){return this.tokens[this.position+1]}get prevToken(){return this.tokens[this.position-1]}}}}),Th=eo({"node_modules/postcss-values-parser/lib/index.js"(Wn,Ka){Ts();var La=Pm(),Fa=Rf(),to=Rp(),Io=Pp(),xo=_p(),Oo=Pf(),ro=Ih(),Ro=Lp(),vi=Oc(),Ln=Ip(),za=vp(),Na=Bf(),Zo=Df(),Fo=function(Ss,_s){return new La(Ss,_s)};Fo.atword=function(Ss){return new Fa(Ss)},Fo.colon=function(Ss){return new to(Object.assign({value:":"},Ss))},Fo.comma=function(Ss){return new Io(Object.assign({value:","},Ss))},Fo.comment=function(Ss){return new xo(Ss)},Fo.func=function(Ss){return new Oo(Ss)},Fo.number=function(Ss){return new ro(Ss)},Fo.operator=function(Ss){return new Ro(Ss)},Fo.paren=function(Ss){return new vi(Object.assign({value:"("},Ss))},Fo.string=function(Ss){return new Ln(Object.assign({quote:"'"},Ss))},Fo.value=function(Ss){return new Na(Ss)},Fo.word=function(Ss){return new Zo(Ss)},Fo.unicodeRange=function(Ss){return new za(Ss)},Ka.exports=Fo}}),dl=eo({"node_modules/postcss-selector-parser/dist/selectors/node.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(xo){return typeof xo}:function(xo){return xo&&typeof Symbol=="function"&&xo.constructor===Symbol&&xo!==Symbol.prototype?"symbol":typeof xo};function Fa(xo,Oo){if(!(xo instanceof Oo))throw new TypeError("Cannot call a class as a function")}var to=function xo(Oo,ro){if((typeof Oo>"u"?"undefined":La(Oo))!=="object")return Oo;var Ro=new Oo.constructor;for(var vi in Oo)if(Oo.hasOwnProperty(vi)){var Ln=Oo[vi],za=typeof Ln>"u"?"undefined":La(Ln);vi==="parent"&&za==="object"?ro&&(Ro[vi]=ro):Ln instanceof Array?Ro[vi]=Ln.map(function(Na){return xo(Na,Ro)}):Ro[vi]=xo(Ln,Ro)}return Ro},Io=function(){function xo(){var Oo=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Fa(this,xo);for(var ro in Oo)this[ro]=Oo[ro];var Ro=Oo.spaces;Ro=Ro===void 0?{}:Ro;var vi=Ro.before,Ln=vi===void 0?"":vi,za=Ro.after,Na=za===void 0?"":za;this.spaces={before:Ln,after:Na}}return xo.prototype.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},xo.prototype.replaceWith=function(){if(this.parent){for(var Oo in arguments)this.parent.insertBefore(this,arguments[Oo]);this.remove()}return this},xo.prototype.next=function(){return this.parent.at(this.parent.index(this)+1)},xo.prototype.prev=function(){return this.parent.at(this.parent.index(this)-1)},xo.prototype.clone=function(){var Oo=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ro=to(this);for(var Ro in Oo)ro[Ro]=Oo[Ro];return ro},xo.prototype.toString=function(){return[this.spaces.before,String(this.value),this.spaces.after].join("")},xo}();Wn.default=Io,Ka.exports=Wn.default}}),wu=eo({"node_modules/postcss-selector-parser/dist/selectors/types.js"(Wn){Ts(),Wn.__esModule=!0,Wn.TAG="tag",Wn.STRING="string",Wn.SELECTOR="selector",Wn.ROOT="root",Wn.PSEUDO="pseudo",Wn.NESTING="nesting",Wn.ID="id",Wn.COMMENT="comment",Wn.COMBINATOR="combinator",Wn.CLASS="class",Wn.ATTRIBUTE="attribute",Wn.UNIVERSAL="universal"}}),vu=eo({"node_modules/postcss-selector-parser/dist/selectors/container.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=function(){function Na(Zo,Fo){for(var Ss=0;Ss<Fo.length;Ss++){var _s=Fo[Ss];_s.enumerable=_s.enumerable||!1,_s.configurable=!0,"value"in _s&&(_s.writable=!0),Object.defineProperty(Zo,_s.key,_s)}}return function(Zo,Fo,Ss){return Fo&&Na(Zo.prototype,Fo),Ss&&Na(Zo,Ss),Zo}}(),Fa=dl(),to=ro(Fa),Io=wu(),xo=Oo(Io);function Oo(Na){if(Na&&Na.__esModule)return Na;var Zo={};if(Na!=null)for(var Fo in Na)Object.prototype.hasOwnProperty.call(Na,Fo)&&(Zo[Fo]=Na[Fo]);return Zo.default=Na,Zo}function ro(Na){return Na&&Na.__esModule?Na:{default:Na}}function Ro(Na,Zo){if(!(Na instanceof Zo))throw new TypeError("Cannot call a class as a function")}function vi(Na,Zo){if(!Na)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Zo&&(typeof Zo=="object"||typeof Zo=="function")?Zo:Na}function Ln(Na,Zo){if(typeof Zo!="function"&&Zo!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Zo);Na.prototype=Object.create(Zo&&Zo.prototype,{constructor:{value:Na,enumerable:!1,writable:!0,configurable:!0}}),Zo&&(Object.setPrototypeOf?Object.setPrototypeOf(Na,Zo):Na.__proto__=Zo)}var za=function(Na){Ln(Zo,Na);function Zo(Fo){Ro(this,Zo);var Ss=vi(this,Na.call(this,Fo));return Ss.nodes||(Ss.nodes=[]),Ss}return Zo.prototype.append=function(Fo){return Fo.parent=this,this.nodes.push(Fo),this},Zo.prototype.prepend=function(Fo){return Fo.parent=this,this.nodes.unshift(Fo),this},Zo.prototype.at=function(Fo){return this.nodes[Fo]},Zo.prototype.index=function(Fo){return typeof Fo=="number"?Fo:this.nodes.indexOf(Fo)},Zo.prototype.removeChild=function(Fo){Fo=this.index(Fo),this.at(Fo).parent=void 0,this.nodes.splice(Fo,1);var Ss=void 0;for(var _s in this.indexes)Ss=this.indexes[_s],Ss>=Fo&&(this.indexes[_s]=Ss-1);return this},Zo.prototype.removeAll=function(){for(var _s=this.nodes,Fo=Array.isArray(_s),Ss=0,_s=Fo?_s:_s[Symbol.iterator]();;){var Uo;if(Fo){if(Ss>=_s.length)break;Uo=_s[Ss++]}else{if(Ss=_s.next(),Ss.done)break;Uo=Ss.value}var Qs=Uo;Qs.parent=void 0}return this.nodes=[],this},Zo.prototype.empty=function(){return this.removeAll()},Zo.prototype.insertAfter=function(Fo,Ss){var _s=this.index(Fo);this.nodes.splice(_s+1,0,Ss);var Uo=void 0;for(var Qs in this.indexes)Uo=this.indexes[Qs],_s<=Uo&&(this.indexes[Qs]=Uo+this.nodes.length);return this},Zo.prototype.insertBefore=function(Fo,Ss){var _s=this.index(Fo);this.nodes.splice(_s,0,Ss);var Uo=void 0;for(var Qs in this.indexes)Uo=this.indexes[Qs],_s<=Uo&&(this.indexes[Qs]=Uo+this.nodes.length);return this},Zo.prototype.each=function(Fo){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var Ss=this.lastEach;if(this.indexes[Ss]=0,!!this.length){for(var _s=void 0,Uo=void 0;this.indexes[Ss]<this.length&&(_s=this.indexes[Ss],Uo=Fo(this.at(_s),_s),Uo!==!1);)this.indexes[Ss]+=1;if(delete this.indexes[Ss],Uo===!1)return!1}},Zo.prototype.walk=function(Fo){return this.each(function(Ss,_s){var Uo=Fo(Ss,_s);if(Uo!==!1&&Ss.length&&(Uo=Ss.walk(Fo)),Uo===!1)return!1})},Zo.prototype.walkAttributes=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.ATTRIBUTE)return Fo.call(Ss,_s)})},Zo.prototype.walkClasses=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.CLASS)return Fo.call(Ss,_s)})},Zo.prototype.walkCombinators=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.COMBINATOR)return Fo.call(Ss,_s)})},Zo.prototype.walkComments=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.COMMENT)return Fo.call(Ss,_s)})},Zo.prototype.walkIds=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.ID)return Fo.call(Ss,_s)})},Zo.prototype.walkNesting=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.NESTING)return Fo.call(Ss,_s)})},Zo.prototype.walkPseudos=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.PSEUDO)return Fo.call(Ss,_s)})},Zo.prototype.walkTags=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.TAG)return Fo.call(Ss,_s)})},Zo.prototype.walkUniversals=function(Fo){var Ss=this;return this.walk(function(_s){if(_s.type===xo.UNIVERSAL)return Fo.call(Ss,_s)})},Zo.prototype.split=function(Fo){var Ss=this,_s=[];return this.reduce(function(Uo,Qs,nl){var yl=Fo.call(Ss,Qs);return _s.push(Qs),yl?(Uo.push(_s),_s=[]):nl===Ss.length-1&&Uo.push(_s),Uo},[])},Zo.prototype.map=function(Fo){return this.nodes.map(Fo)},Zo.prototype.reduce=function(Fo,Ss){return this.nodes.reduce(Fo,Ss)},Zo.prototype.every=function(Fo){return this.nodes.every(Fo)},Zo.prototype.some=function(Fo){return this.nodes.some(Fo)},Zo.prototype.filter=function(Fo){return this.nodes.filter(Fo)},Zo.prototype.sort=function(Fo){return this.nodes.sort(Fo)},Zo.prototype.toString=function(){return this.map(String).join("")},La(Zo,[{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}}]),Zo}(to.default);Wn.default=za,Ka.exports=Wn.default}}),Mc=eo({"node_modules/postcss-selector-parser/dist/selectors/root.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=vu(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.ROOT,Na}return Ln.prototype.toString=function(){var za=this.reduce(function(Na,Zo){var Fo=String(Zo);return Fo?Na+Fo+",":""},"").slice(0,-1);return this.trailingComma?za+",":za},Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),kc=eo({"node_modules/postcss-selector-parser/dist/selectors/selector.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=vu(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.SELECTOR,Na}return Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),kd=eo({"node_modules/postcss-selector-parser/dist/selectors/namespace.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=function(){function vi(Ln,za){for(var Na=0;Na<za.length;Na++){var Zo=za[Na];Zo.enumerable=Zo.enumerable||!1,Zo.configurable=!0,"value"in Zo&&(Zo.writable=!0),Object.defineProperty(Ln,Zo.key,Zo)}}return function(Ln,za,Na){return za&&vi(Ln.prototype,za),Na&&vi(Ln,Na),Ln}}(),Fa=dl(),to=Io(Fa);function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(){return xo(this,Ln),Oo(this,vi.apply(this,arguments))}return Ln.prototype.toString=function(){return[this.spaces.before,this.ns,String(this.value),this.spaces.after].join("")},La(Ln,[{key:"ns",get:function(){var za=this.namespace;return za?(typeof za=="string"?za:"")+"|":""}}]),Ln}(to.default);Wn.default=Ro,Ka.exports=Wn.default}}),xf=eo({"node_modules/postcss-selector-parser/dist/selectors/className.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=kd(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.CLASS,Na}return Ln.prototype.toString=function(){return[this.spaces.before,this.ns,"."+this.value,this.spaces.after].join("")},Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),Zd=eo({"node_modules/postcss-selector-parser/dist/selectors/comment.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=dl(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.COMMENT,Na}return Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),gm=eo({"node_modules/postcss-selector-parser/dist/selectors/id.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=kd(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.ID,Na}return Ln.prototype.toString=function(){return[this.spaces.before,this.ns,"#"+this.value,this.spaces.after].join("")},Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),i0=eo({"node_modules/postcss-selector-parser/dist/selectors/tag.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=kd(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.TAG,Na}return Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),xp=eo({"node_modules/postcss-selector-parser/dist/selectors/string.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=dl(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.STRING,Na}return Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),zp=eo({"node_modules/postcss-selector-parser/dist/selectors/pseudo.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=vu(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.PSEUDO,Na}return Ln.prototype.toString=function(){var za=this.length?"("+this.map(String).join(",")+")":"";return[this.spaces.before,String(this.value),za,this.spaces.after].join("")},Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),Hh=eo({"node_modules/postcss-selector-parser/dist/selectors/attribute.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=kd(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.ATTRIBUTE,Na.raws={},Na}return Ln.prototype.toString=function(){var za=[this.spaces.before,"[",this.ns,this.attribute];return this.operator&&za.push(this.operator),this.value&&za.push(this.value),this.raws.insensitive?za.push(this.raws.insensitive):this.insensitive&&za.push(" i"),za.push("]"),za.concat(this.spaces.after).join("")},Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),Cp=eo({"node_modules/postcss-selector-parser/dist/selectors/universal.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=kd(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.UNIVERSAL,Na.value="*",Na}return Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),ih=eo({"node_modules/postcss-selector-parser/dist/selectors/combinator.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=dl(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.COMBINATOR,Na}return Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),rm=eo({"node_modules/postcss-selector-parser/dist/selectors/nesting.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=dl(),Fa=Io(La),to=wu();function Io(vi){return vi&&vi.__esModule?vi:{default:vi}}function xo(vi,Ln){if(!(vi instanceof Ln))throw new TypeError("Cannot call a class as a function")}function Oo(vi,Ln){if(!vi)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ln&&(typeof Ln=="object"||typeof Ln=="function")?Ln:vi}function ro(vi,Ln){if(typeof Ln!="function"&&Ln!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ln);vi.prototype=Object.create(Ln&&Ln.prototype,{constructor:{value:vi,enumerable:!1,writable:!0,configurable:!0}}),Ln&&(Object.setPrototypeOf?Object.setPrototypeOf(vi,Ln):vi.__proto__=Ln)}var Ro=function(vi){ro(Ln,vi);function Ln(za){xo(this,Ln);var Na=Oo(this,vi.call(this,za));return Na.type=to.NESTING,Na.value="&",Na}return Ln}(Fa.default);Wn.default=Ro,Ka.exports=Wn.default}}),Bd=eo({"node_modules/postcss-selector-parser/dist/sortAscending.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=La;function La(Fa){return Fa.sort(function(to,Io){return to-Io})}Ka.exports=Wn.default}}),a0=eo({"node_modules/postcss-selector-parser/dist/tokenize.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=Kc;var La=39,Fa=34,to=92,Io=47,xo=10,Oo=32,ro=12,Ro=9,vi=13,Ln=43,za=62,Na=126,Zo=124,Fo=44,Ss=40,_s=41,Uo=91,Qs=93,nl=59,yl=42,Hu=58,pc=38,Ec=64,Vc=/[ \n\t\r\{\(\)'"\\;/]/g,Hc=/[ \n\t\r\(\)\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g;function Kc(qc){for(var Uc=[],tc=qc.css.valueOf(),Du=void 0,rc=void 0,Au=void 0,Ef=void 0,Fd=void 0,ef=void 0,Rd=void 0,yd=void 0,Ac=void 0,Xc=void 0,Qc=void 0,id=tc.length,ml=-1,fu=1,Tu=0,hc=function(cl,$c){if(qc.safe)tc+=$c,rc=tc.length-1;else throw qc.error("Unclosed "+cl,fu,Tu-ml,Tu)};Tu<id;){switch(Du=tc.charCodeAt(Tu),Du===xo&&(ml=Tu,fu+=1),Du){case xo:case Oo:case Ro:case vi:case ro:rc=Tu;do rc+=1,Du=tc.charCodeAt(rc),Du===xo&&(ml=rc,fu+=1);while(Du===Oo||Du===xo||Du===Ro||Du===vi||Du===ro);Uc.push(["space",tc.slice(Tu,rc),fu,Tu-ml,Tu]),Tu=rc-1;break;case Ln:case za:case Na:case Zo:rc=Tu;do rc+=1,Du=tc.charCodeAt(rc);while(Du===Ln||Du===za||Du===Na||Du===Zo);Uc.push(["combinator",tc.slice(Tu,rc),fu,Tu-ml,Tu]),Tu=rc-1;break;case yl:Uc.push(["*","*",fu,Tu-ml,Tu]);break;case pc:Uc.push(["&","&",fu,Tu-ml,Tu]);break;case Fo:Uc.push([",",",",fu,Tu-ml,Tu]);break;case Uo:Uc.push(["[","[",fu,Tu-ml,Tu]);break;case Qs:Uc.push(["]","]",fu,Tu-ml,Tu]);break;case Hu:Uc.push([":",":",fu,Tu-ml,Tu]);break;case nl:Uc.push([";",";",fu,Tu-ml,Tu]);break;case Ss:Uc.push(["(","(",fu,Tu-ml,Tu]);break;case _s:Uc.push([")",")",fu,Tu-ml,Tu]);break;case La:case Fa:Au=Du===La?"'":'"',rc=Tu;do for(Xc=!1,rc=tc.indexOf(Au,rc+1),rc===-1&&hc("quote",Au),Qc=rc;tc.charCodeAt(Qc-1)===to;)Qc-=1,Xc=!Xc;while(Xc);Uc.push(["string",tc.slice(Tu,rc+1),fu,Tu-ml,fu,rc-ml,Tu]),Tu=rc;break;case Ec:Vc.lastIndex=Tu+1,Vc.test(tc),Vc.lastIndex===0?rc=tc.length-1:rc=Vc.lastIndex-2,Uc.push(["at-word",tc.slice(Tu,rc+1),fu,Tu-ml,fu,rc-ml,Tu]),Tu=rc;break;case to:for(rc=Tu,Rd=!0;tc.charCodeAt(rc+1)===to;)rc+=1,Rd=!Rd;Du=tc.charCodeAt(rc+1),Rd&&Du!==Io&&Du!==Oo&&Du!==xo&&Du!==Ro&&Du!==vi&&Du!==ro&&(rc+=1),Uc.push(["word",tc.slice(Tu,rc+1),fu,Tu-ml,fu,rc-ml,Tu]),Tu=rc;break;default:Du===Io&&tc.charCodeAt(Tu+1)===yl?(rc=tc.indexOf("*/",Tu+2)+1,rc===0&&hc("comment","*/"),ef=tc.slice(Tu,rc+1),Ef=ef.split(`
`),Fd=Ef.length-1,Fd>0?(yd=fu+Fd,Ac=rc-Ef[Fd].length):(yd=fu,Ac=ml),Uc.push(["comment",ef,fu,Tu-ml,yd,rc-Ac,Tu]),ml=Ac,fu=yd,Tu=rc):(Hc.lastIndex=Tu+1,Hc.test(tc),Hc.lastIndex===0?rc=tc.length-1:rc=Hc.lastIndex-2,Uc.push(["word",tc.slice(Tu,rc+1),fu,Tu-ml,fu,rc-ml,Tu]),Tu=rc);break}Tu++}return Uc}Ka.exports=Wn.default}}),Ld=eo({"node_modules/postcss-selector-parser/dist/parser.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=function(){function ml(fu,Tu){for(var hc=0;hc<Tu.length;hc++){var cl=Tu[hc];cl.enumerable=cl.enumerable||!1,cl.configurable=!0,"value"in cl&&(cl.writable=!0),Object.defineProperty(fu,cl.key,cl)}}return function(fu,Tu,hc){return Tu&&ml(fu.prototype,Tu),hc&&ml(fu,hc),fu}}(),Fa=Ym(),to=Xc(Fa),Io=mm(),xo=Xc(Io),Oo=Of(),ro=Xc(Oo),Ro=Mc(),vi=Xc(Ro),Ln=kc(),za=Xc(Ln),Na=xf(),Zo=Xc(Na),Fo=Zd(),Ss=Xc(Fo),_s=gm(),Uo=Xc(_s),Qs=i0(),nl=Xc(Qs),yl=xp(),Hu=Xc(yl),pc=zp(),Ec=Xc(pc),Vc=Hh(),Hc=Xc(Vc),Kc=Cp(),qc=Xc(Kc),Uc=ih(),tc=Xc(Uc),Du=rm(),rc=Xc(Du),Au=Bd(),Ef=Xc(Au),Fd=a0(),ef=Xc(Fd),Rd=wu(),yd=Ac(Rd);function Ac(ml){if(ml&&ml.__esModule)return ml;var fu={};if(ml!=null)for(var Tu in ml)Object.prototype.hasOwnProperty.call(ml,Tu)&&(fu[Tu]=ml[Tu]);return fu.default=ml,fu}function Xc(ml){return ml&&ml.__esModule?ml:{default:ml}}function Qc(ml,fu){if(!(ml instanceof fu))throw new TypeError("Cannot call a class as a function")}var id=function(){function ml(fu){Qc(this,ml),this.input=fu,this.lossy=fu.options.lossless===!1,this.position=0,this.root=new vi.default;var Tu=new za.default;return this.root.append(Tu),this.current=Tu,this.lossy?this.tokens=(0,ef.default)({safe:fu.safe,css:fu.css.trim()}):this.tokens=(0,ef.default)(fu),this.loop()}return ml.prototype.attribute=function(){var fu="",Tu=void 0,hc=this.currToken;for(this.position++;this.position<this.tokens.length&&this.currToken[0]!=="]";)fu+=this.tokens[this.position][1],this.position++;this.position===this.tokens.length&&!~fu.indexOf("]")&&this.error("Expected a closing square bracket.");var cl=fu.split(/((?:[*~^$|]?=))([^]*)/),$c=cl[0].split(/(\|)/g),Nc={operator:cl[1],value:cl[2],source:{start:{line:hc[2],column:hc[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:hc[4]};if($c.length>1?($c[0]===""&&($c[0]=!0),Nc.attribute=this.parseValue($c[2]),Nc.namespace=this.parseNamespace($c[0])):Nc.attribute=this.parseValue(cl[0]),Tu=new Hc.default(Nc),cl[2]){var Hf=cl[2].split(/(\s+i\s*?)$/),_f=Hf[0].trim();Tu.value=this.lossy?_f:Hf[0],Hf[1]&&(Tu.insensitive=!0,this.lossy||(Tu.raws.insensitive=Hf[1])),Tu.quoted=_f[0]==="'"||_f[0]==='"',Tu.raws.unquoted=Tu.quoted?_f.slice(1,-1):_f}this.newNode(Tu),this.position++},ml.prototype.combinator=function(){if(this.currToken[1]==="|")return this.namespace();for(var fu=new tc.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"?(fu.spaces.before=this.parseSpace(this.currToken[1]),fu.source.start.line=this.nextToken[2],fu.source.start.column=this.nextToken[3],fu.source.end.column=this.nextToken[3],fu.source.end.line=this.nextToken[2],fu.sourceIndex=this.nextToken[4]):this.prevToken&&this.prevToken[0]==="combinator"?fu.spaces.after=this.parseSpace(this.currToken[1]):this.currToken[0]==="combinator"?fu.value=this.currToken[1]:this.currToken[0]==="space"&&(fu.value=this.parseSpace(this.currToken[1]," ")),this.position++;return this.newNode(fu)},ml.prototype.comma=function(){if(this.position===this.tokens.length-1){this.root.trailingComma=!0,this.position++;return}var fu=new za.default;this.current.parent.append(fu),this.current=fu,this.position++},ml.prototype.comment=function(){var fu=new Ss.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(fu),this.position++},ml.prototype.error=function(fu){throw new this.input.error(fu)},ml.prototype.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.")},ml.prototype.missingParenthesis=function(){return this.error("Expected opening parenthesis.")},ml.prototype.missingSquareBracket=function(){return this.error("Expected opening square bracket.")},ml.prototype.namespace=function(){var fu=this.prevToken&&this.prevToken[1]||!0;if(this.nextToken[0]==="word")return this.position++,this.word(fu);if(this.nextToken[0]==="*")return this.position++,this.universal(fu)},ml.prototype.nesting=function(){this.newNode(new rc.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++},ml.prototype.parentheses=function(){var fu=this.current.last;if(fu&&fu.type===yd.PSEUDO){var Tu=new za.default,hc=this.current;fu.append(Tu),this.current=Tu;var cl=1;for(this.position++;this.position<this.tokens.length&&cl;)this.currToken[0]==="("&&cl++,this.currToken[0]===")"&&cl--,cl?this.parse():(Tu.parent.source.end.line=this.currToken[2],Tu.parent.source.end.column=this.currToken[3],this.position++);cl&&this.error("Expected closing parenthesis."),this.current=hc}else{var $c=1;for(this.position++,fu.value+="(";this.position<this.tokens.length&&$c;)this.currToken[0]==="("&&$c++,this.currToken[0]===")"&&$c--,fu.value+=this.parseParenthesisToken(this.currToken),this.position++;$c&&this.error("Expected closing parenthesis.")}},ml.prototype.pseudo=function(){for(var fu=this,Tu="",hc=this.currToken;this.currToken&&this.currToken[0]===":";)Tu+=this.currToken[1],this.position++;if(!this.currToken)return this.error("Expected pseudo-class or pseudo-element");if(this.currToken[0]==="word"){var cl=void 0;this.splitWord(!1,function($c,Nc){Tu+=$c,cl=new Ec.default({value:Tu,source:{start:{line:hc[2],column:hc[3]},end:{line:fu.currToken[4],column:fu.currToken[5]}},sourceIndex:hc[4]}),fu.newNode(cl),Nc>1&&fu.nextToken&&fu.nextToken[0]==="("&&fu.error("Misplaced parenthesis.")})}else this.error('Unexpected "'+this.currToken[0]+'" found.')},ml.prototype.space=function(){var fu=this.currToken;this.position===0||this.prevToken[0]===","||this.prevToken[0]==="("?(this.spaces=this.parseSpace(fu[1]),this.position++):this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.spaces.after=this.parseSpace(fu[1]),this.position++):this.combinator()},ml.prototype.string=function(){var fu=this.currToken;this.newNode(new Hu.default({value:this.currToken[1],source:{start:{line:fu[2],column:fu[3]},end:{line:fu[4],column:fu[5]}},sourceIndex:fu[6]})),this.position++},ml.prototype.universal=function(fu){var Tu=this.nextToken;if(Tu&&Tu[1]==="|")return this.position++,this.namespace();this.newNode(new qc.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]}),fu),this.position++},ml.prototype.splitWord=function(fu,Tu){for(var hc=this,cl=this.nextToken,$c=this.currToken[1];cl&&cl[0]==="word";){this.position++;var Nc=this.currToken[1];if($c+=Nc,Nc.lastIndexOf("\\")===Nc.length-1){var Hf=this.nextToken;Hf&&Hf[0]==="space"&&($c+=this.parseSpace(Hf[1]," "),this.position++)}cl=this.nextToken}var _f=(0,xo.default)($c,"."),sf=(0,xo.default)($c,"#"),$p=(0,xo.default)($c,"#{");$p.length&&(sf=sf.filter(function(Nf){return!~$p.indexOf(Nf)}));var fp=(0,Ef.default)((0,ro.default)((0,to.default)([[0],_f,sf])));fp.forEach(function(Nf,ud){var Sf=fp[ud+1]||$c.length,Mf=$c.slice(Nf,Sf);if(ud===0&&Tu)return Tu.call(hc,Mf,fp.length);var Af=void 0;~_f.indexOf(Nf)?Af=new Zo.default({value:Mf.slice(1),source:{start:{line:hc.currToken[2],column:hc.currToken[3]+Nf},end:{line:hc.currToken[4],column:hc.currToken[3]+(Sf-1)}},sourceIndex:hc.currToken[6]+fp[ud]}):~sf.indexOf(Nf)?Af=new Uo.default({value:Mf.slice(1),source:{start:{line:hc.currToken[2],column:hc.currToken[3]+Nf},end:{line:hc.currToken[4],column:hc.currToken[3]+(Sf-1)}},sourceIndex:hc.currToken[6]+fp[ud]}):Af=new nl.default({value:Mf,source:{start:{line:hc.currToken[2],column:hc.currToken[3]+Nf},end:{line:hc.currToken[4],column:hc.currToken[3]+(Sf-1)}},sourceIndex:hc.currToken[6]+fp[ud]}),hc.newNode(Af,fu)}),this.position++},ml.prototype.word=function(fu){var Tu=this.nextToken;return Tu&&Tu[1]==="|"?(this.position++,this.namespace()):this.splitWord(fu)},ml.prototype.loop=function(){for(;this.position<this.tokens.length;)this.parse(!0);return this.root},ml.prototype.parse=function(fu){switch(this.currToken[0]){case"space":this.space();break;case"comment":this.comment();break;case"(":this.parentheses();break;case")":fu&&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}},ml.prototype.parseNamespace=function(fu){if(this.lossy&&typeof fu=="string"){var Tu=fu.trim();return Tu.length?Tu:!0}return fu},ml.prototype.parseSpace=function(fu,Tu){return this.lossy?Tu||"":fu},ml.prototype.parseValue=function(fu){return this.lossy&&fu&&typeof fu=="string"?fu.trim():fu},ml.prototype.parseParenthesisToken=function(fu){return this.lossy?fu[0]==="space"?this.parseSpace(fu[1]," "):this.parseValue(fu[1]):fu[1]},ml.prototype.newNode=function(fu,Tu){return Tu&&(fu.namespace=this.parseNamespace(Tu)),this.spaces&&(fu.spaces.before=this.spaces,this.spaces=""),this.current.append(fu)},La(ml,[{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]}}]),ml}();Wn.default=id,Ka.exports=Wn.default}}),Zf=eo({"node_modules/postcss-selector-parser/dist/processor.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=function(){function ro(Ro,vi){for(var Ln=0;Ln<vi.length;Ln++){var za=vi[Ln];za.enumerable=za.enumerable||!1,za.configurable=!0,"value"in za&&(za.writable=!0),Object.defineProperty(Ro,za.key,za)}}return function(Ro,vi,Ln){return vi&&ro(Ro.prototype,vi),Ln&&ro(Ro,Ln),Ro}}(),Fa=Ld(),to=Io(Fa);function Io(ro){return ro&&ro.__esModule?ro:{default:ro}}function xo(ro,Ro){if(!(ro instanceof Ro))throw new TypeError("Cannot call a class as a function")}var Oo=function(){function ro(Ro){return xo(this,ro),this.func=Ro||function(){},this}return ro.prototype.process=function(Ro){var vi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Ln=new to.default({css:Ro,error:function(za){throw new Error(za)},options:vi});return this.res=Ln,this.func(Ln),this},La(ro,[{key:"result",get:function(){return String(this.res)}}]),ro}();Wn.default=Oo,Ka.exports=Wn.default}}),nm=eo({"node_modules/postcss-selector-parser/dist/index.js"(Wn,Ka){Ts(),Wn.__esModule=!0;var La=Zf(),Fa=Du(La),to=Hh(),Io=Du(to),xo=xf(),Oo=Du(xo),ro=ih(),Ro=Du(ro),vi=Zd(),Ln=Du(vi),za=gm(),Na=Du(za),Zo=rm(),Fo=Du(Zo),Ss=zp(),_s=Du(Ss),Uo=Mc(),Qs=Du(Uo),nl=kc(),yl=Du(nl),Hu=xp(),pc=Du(Hu),Ec=i0(),Vc=Du(Ec),Hc=Cp(),Kc=Du(Hc),qc=wu(),Uc=tc(qc);function tc(Au){if(Au&&Au.__esModule)return Au;var Ef={};if(Au!=null)for(var Fd in Au)Object.prototype.hasOwnProperty.call(Au,Fd)&&(Ef[Fd]=Au[Fd]);return Ef.default=Au,Ef}function Du(Au){return Au&&Au.__esModule?Au:{default:Au}}var rc=function(Au){return new Fa.default(Au)};rc.attribute=function(Au){return new Io.default(Au)},rc.className=function(Au){return new Oo.default(Au)},rc.combinator=function(Au){return new Ro.default(Au)},rc.comment=function(Au){return new Ln.default(Au)},rc.id=function(Au){return new Na.default(Au)},rc.nesting=function(Au){return new Fo.default(Au)},rc.pseudo=function(Au){return new _s.default(Au)},rc.root=function(Au){return new Qs.default(Au)},rc.selector=function(Au){return new yl.default(Au)},rc.string=function(Au){return new pc.default(Au)},rc.tag=function(Au){return new Vc.default(Au)},rc.universal=function(Au){return new Kc.default(Au)},Object.keys(Uc).forEach(function(Au){Au!=="__esModule"&&(rc[Au]=Uc[Au])}),Wn.default=rc,Ka.exports=Wn.default}}),jf=eo({"node_modules/postcss-media-query-parser/dist/nodes/Node.js"(Wn){Ts(),Object.defineProperty(Wn,"__esModule",{value:!0});function Ka(La){this.after=La.after,this.before=La.before,this.type=La.type,this.value=La.value,this.sourceIndex=La.sourceIndex}Wn.default=Ka}}),Nh=eo({"node_modules/postcss-media-query-parser/dist/nodes/Container.js"(Wn){Ts(),Object.defineProperty(Wn,"__esModule",{value:!0});var Ka=jf(),La=Fa(Ka);function Fa(Io){return Io&&Io.__esModule?Io:{default:Io}}function to(Io){var xo=this;this.constructor(Io),this.nodes=Io.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(Oo){Oo.parent=xo})}to.prototype=Object.create(La.default.prototype),to.constructor=La.default,to.prototype.walk=function(Io,xo){for(var Oo=typeof Io=="string"||Io instanceof RegExp,ro=Oo?xo:Io,Ro=typeof Io=="string"?new RegExp(Io):Io,vi=0;vi<this.nodes.length;vi++){var Ln=this.nodes[vi],za=Oo?Ro.test(Ln.type):!0;if(za&&ro&&ro(Ln,vi,this.nodes)===!1||Ln.nodes&&Ln.walk(Io,xo)===!1)return!1}return!0},to.prototype.each=function(){for(var Io=arguments.length<=0||arguments[0]===void 0?function(){}:arguments[0],xo=0;xo<this.nodes.length;xo++){var Oo=this.nodes[xo];if(Io(Oo,xo,this.nodes)===!1)return!1}return!0},Wn.default=to}}),Gp=eo({"node_modules/postcss-media-query-parser/dist/parsers.js"(Wn){Ts(),Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.parseMediaFeature=xo,Wn.parseMediaQuery=Oo,Wn.parseMediaList=ro;var Ka=jf(),La=Io(Ka),Fa=Nh(),to=Io(Fa);function Io(Ro){return Ro&&Ro.__esModule?Ro:{default:Ro}}function xo(Ro){var vi=arguments.length<=1||arguments[1]===void 0?0:arguments[1],Ln=[{mode:"normal",character:null}],za=[],Na=0,Zo="",Fo=null,Ss=null,_s=vi,Uo=Ro;Ro[0]==="("&&Ro[Ro.length-1]===")"&&(Uo=Ro.substring(1,Ro.length-1),_s++);for(var Qs=0;Qs<Uo.length;Qs++){var nl=Uo[Qs];if((nl==="'"||nl==='"')&&(Ln[Na].isCalculationEnabled===!0?(Ln.push({mode:"string",isCalculationEnabled:!1,character:nl}),Na++):Ln[Na].mode==="string"&&Ln[Na].character===nl&&Uo[Qs-1]!=="\\"&&(Ln.pop(),Na--)),nl==="{"?(Ln.push({mode:"interpolation",isCalculationEnabled:!0}),Na++):nl==="}"&&(Ln.pop(),Na--),Ln[Na].mode==="normal"&&nl===":"){var yl=Uo.substring(Qs+1);Ss={type:"value",before:/^(\s*)/.exec(yl)[1],after:/(\s*)$/.exec(yl)[1],value:yl.trim()},Ss.sourceIndex=Ss.before.length+Qs+1+_s,Fo={type:"colon",sourceIndex:Qs+_s,after:Ss.before,value:":"};break}Zo+=nl}return Zo={type:"media-feature",before:/^(\s*)/.exec(Zo)[1],after:/(\s*)$/.exec(Zo)[1],value:Zo.trim()},Zo.sourceIndex=Zo.before.length+_s,za.push(Zo),Fo!==null&&(Fo.before=Zo.after,za.push(Fo)),Ss!==null&&za.push(Ss),za}function Oo(Ro){var vi=arguments.length<=1||arguments[1]===void 0?0:arguments[1],Ln=[],za=0,Na=!1,Zo=void 0;function Fo(){return{before:"",after:"",value:""}}Zo=Fo();for(var Ss=0;Ss<Ro.length;Ss++){var _s=Ro[Ss];Na?(Zo.value+=_s,(_s==="{"||_s==="(")&&za++,(_s===")"||_s==="}")&&za--):_s.search(/\s/)!==-1?Zo.before+=_s:(_s==="("&&(Zo.type="media-feature-expression",za++),Zo.value=_s,Zo.sourceIndex=vi+Ss,Na=!0),Na&&za===0&&(_s===")"||Ss===Ro.length-1||Ro[Ss+1].search(/\s/)!==-1)&&(["not","only","and"].indexOf(Zo.value)!==-1&&(Zo.type="keyword"),Zo.type==="media-feature-expression"&&(Zo.nodes=xo(Zo.value,Zo.sourceIndex)),Ln.push(Array.isArray(Zo.nodes)?new to.default(Zo):new La.default(Zo)),Zo=Fo(),Na=!1)}for(var Uo=0;Uo<Ln.length;Uo++)if(Zo=Ln[Uo],Uo>0&&(Ln[Uo-1].after=Zo.before),Zo.type===void 0){if(Uo>0){if(Ln[Uo-1].type==="media-feature-expression"){Zo.type="keyword";continue}if(Ln[Uo-1].value==="not"||Ln[Uo-1].value==="only"){Zo.type="media-type";continue}if(Ln[Uo-1].value==="and"){Zo.type="media-feature-expression";continue}Ln[Uo-1].type==="media-type"&&(Ln[Uo+1]?Zo.type=Ln[Uo+1].type==="media-feature-expression"?"keyword":"media-feature-expression":Zo.type="media-feature-expression")}if(Uo===0){if(!Ln[Uo+1]){Zo.type="media-type";continue}if(Ln[Uo+1]&&(Ln[Uo+1].type==="media-feature-expression"||Ln[Uo+1].type==="keyword")){Zo.type="media-type";continue}if(Ln[Uo+2]){if(Ln[Uo+2].type==="media-feature-expression"){Zo.type="media-type",Ln[Uo+1].type="keyword";continue}if(Ln[Uo+2].type==="keyword"){Zo.type="keyword",Ln[Uo+1].type="media-type";continue}}if(Ln[Uo+3]&&Ln[Uo+3].type==="media-feature-expression"){Zo.type="keyword",Ln[Uo+1].type="media-type",Ln[Uo+2].type="keyword";continue}}}return Ln}function ro(Ro){var vi=[],Ln=0,za=0,Na=/^(\s*)url\s*\(/.exec(Ro);if(Na!==null){for(var Zo=Na[0].length,Fo=1;Fo>0;){var Ss=Ro[Zo];Ss==="("&&Fo++,Ss===")"&&Fo--,Zo++}vi.unshift(new La.default({type:"url",value:Ro.substring(0,Zo).trim(),sourceIndex:Na[1].length,before:Na[1],after:/^(\s*)/.exec(Ro.substring(Zo))[1]})),Ln=Zo}for(var _s=Ln;_s<Ro.length;_s++){var Uo=Ro[_s];if(Uo==="("&&za++,Uo===")"&&za--,za===0&&Uo===","){var Qs=Ro.substring(Ln,_s),nl=/^(\s*)/.exec(Qs)[1];vi.push(new to.default({type:"media-query",value:Qs.trim(),sourceIndex:Ln+nl.length,nodes:Oo(Qs,Ln),before:nl,after:/(\s*)$/.exec(Qs)[1]})),Ln=_s+1}}var yl=Ro.substring(Ln),Hu=/^(\s*)/.exec(yl)[1];return vi.push(new to.default({type:"media-query",value:yl.trim(),sourceIndex:Ln+Hu.length,nodes:Oo(yl,Ln),before:Hu,after:/(\s*)$/.exec(yl)[1]})),vi}}}),Wp=eo({"node_modules/postcss-media-query-parser/dist/index.js"(Wn){Ts(),Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.default=Io;var Ka=Nh(),La=to(Ka),Fa=Gp();function to(xo){return xo&&xo.__esModule?xo:{default:xo}}function Io(xo){return new La.default({nodes:(0,Fa.parseMediaList)(xo),type:"media-query-list",value:xo.trim()})}}}),Nm={};tl(Nm,{basename:()=>ys,default:()=>Co,delimiter:()=>Jo,dirname:()=>Ls,extname:()=>Po,isAbsolute:()=>Vh,join:()=>lh,normalize:()=>im,relative:()=>Lm,resolve:()=>Np,sep:()=>$o});function Am(Wn,Ka){for(var La=0,Fa=Wn.length-1;Fa>=0;Fa--){var to=Wn[Fa];to==="."?Wn.splice(Fa,1):to===".."?(Wn.splice(Fa,1),La++):La&&(Wn.splice(Fa,1),La--)}if(Ka)for(;La--;La)Wn.unshift("..");return Wn}function Np(){for(var Wn="",Ka=!1,La=arguments.length-1;La>=-1&&!Ka;La--){var Fa=La>=0?arguments[La]:"/";if(typeof Fa!="string")throw new TypeError("Arguments to path.resolve must be strings");Fa&&(Wn=Fa+"/"+Wn,Ka=Fa.charAt(0)==="/")}return Wn=Am(Yo(Wn.split("/"),function(to){return!!to}),!Ka).join("/"),(Ka?"/":"")+Wn||"."}function im(Wn){var Ka=Vh(Wn),La=us(Wn,-1)==="/";return Wn=Am(Yo(Wn.split("/"),function(Fa){return!!Fa}),!Ka).join("/"),!Wn&&!Ka&&(Wn="."),Wn&&La&&(Wn+="/"),(Ka?"/":"")+Wn}function Vh(Wn){return Wn.charAt(0)==="/"}function lh(){var Wn=Array.prototype.slice.call(arguments,0);return im(Yo(Wn,function(Ka,La){if(typeof Ka!="string")throw new TypeError("Arguments to path.join must be strings");return Ka}).join("/"))}function Lm(Wn,Ka){Wn=Np(Wn).substr(1),Ka=Np(Ka).substr(1);function La(Ro){for(var vi=0;vi<Ro.length&&Ro[vi]==="";vi++);for(var Ln=Ro.length-1;Ln>=0&&Ro[Ln]==="";Ln--);return vi>Ln?[]:Ro.slice(vi,Ln-vi+1)}for(var Fa=La(Wn.split("/")),to=La(Ka.split("/")),Io=Math.min(Fa.length,to.length),xo=Io,Oo=0;Oo<Io;Oo++)if(Fa[Oo]!==to[Oo]){xo=Oo;break}for(var ro=[],Oo=xo;Oo<Fa.length;Oo++)ro.push("..");return ro=ro.concat(to.slice(xo)),ro.join("/")}function Ls(Wn){var Ka=bo(Wn),La=Ka[0],Fa=Ka[1];return!La&&!Fa?".":(Fa&&(Fa=Fa.substr(0,Fa.length-1)),La+Fa)}function ys(Wn,Ka){var La=bo(Wn)[2];return Ka&&La.substr(-1*Ka.length)===Ka&&(La=La.substr(0,La.length-Ka.length)),La}function Po(Wn){return bo(Wn)[3]}function Yo(Wn,Ka){if(Wn.filter)return Wn.filter(Ka);for(var La=[],Fa=0;Fa<Wn.length;Fa++)Ka(Wn[Fa],Fa,Wn)&&La.push(Wn[Fa]);return La}var Go,bo,$o,Jo,Co,us,vo=_o({"node-modules-polyfills:path"(){Ts(),Go=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,bo=function(Wn){return Go.exec(Wn).slice(1)},$o="/",Jo=":",Co={extname:Po,basename:ys,dirname:Ls,sep:$o,delimiter:Jo,relative:Lm,join:lh,isAbsolute:Vh,normalize:im,resolve:Np},us="ab".substr(-1)==="b"?function(Wn,Ka,La){return Wn.substr(Ka,La)}:function(Wn,Ka,La){return Ka<0&&(Ka=Wn.length+Ka),Wn.substr(Ka,La)}}}),os=eo({"node-modules-polyfills-commonjs:path"(Wn,Ka){Ts();var La=(vo(),Hs(Nm));if(La&&La.default){Ka.exports=La.default;for(let Fa in La)Ka.exports[Fa]=La[Fa]}else La&&(Ka.exports=La)}}),Os=eo({"node_modules/picocolors/picocolors.browser.js"(Wn,Ka){Ts();var La=String,Fa=function(){return{isColorSupported:!1,reset:La,bold:La,dim:La,italic:La,underline:La,inverse:La,hidden:La,strikethrough:La,black:La,red:La,green:La,yellow:La,blue:La,magenta:La,cyan:La,white:La,gray:La,bgBlack:La,bgRed:La,bgGreen:La,bgYellow:La,bgBlue:La,bgMagenta:La,bgCyan:La,bgWhite:La}};Ka.exports=Fa(),Ka.exports.createColors=Fa}}),ws=eo({"(disabled):node_modules/postcss/lib/terminal-highlight"(){Ts()}}),Vs=eo({"node_modules/postcss/lib/css-syntax-error.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=to(Os()),Fa=to(ws());function to(Fo){return Fo&&Fo.__esModule?Fo:{default:Fo}}function Io(Fo){if(Fo===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Fo}function xo(Fo,Ss){Fo.prototype=Object.create(Ss.prototype),Fo.prototype.constructor=Fo,Fo.__proto__=Ss}function Oo(Fo){var Ss=typeof Map=="function"?new Map:void 0;return Oo=function(_s){if(_s===null||!vi(_s))return _s;if(typeof _s!="function")throw new TypeError("Super expression must either be null or a function");if(typeof Ss<"u"){if(Ss.has(_s))return Ss.get(_s);Ss.set(_s,Uo)}function Uo(){return ro(_s,arguments,za(this).constructor)}return Uo.prototype=Object.create(_s.prototype,{constructor:{value:Uo,enumerable:!1,writable:!0,configurable:!0}}),Ln(Uo,_s)},Oo(Fo)}function ro(Fo,Ss,_s){return Ro()?ro=Reflect.construct:ro=function(Uo,Qs,nl){var yl=[null];yl.push.apply(yl,Qs);var Hu=Function.bind.apply(Uo,yl),pc=new Hu;return nl&&Ln(pc,nl.prototype),pc},ro.apply(null,arguments)}function Ro(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function vi(Fo){return Function.toString.call(Fo).indexOf("[native code]")!==-1}function Ln(Fo,Ss){return Ln=Object.setPrototypeOf||function(_s,Uo){return _s.__proto__=Uo,_s},Ln(Fo,Ss)}function za(Fo){return za=Object.setPrototypeOf?Object.getPrototypeOf:function(Ss){return Ss.__proto__||Object.getPrototypeOf(Ss)},za(Fo)}var Na=function(Fo){xo(Ss,Fo);function Ss(Uo,Qs,nl,yl,Hu,pc){var Ec;return Ec=Fo.call(this,Uo)||this,Ec.name="CssSyntaxError",Ec.reason=Uo,Hu&&(Ec.file=Hu),yl&&(Ec.source=yl),pc&&(Ec.plugin=pc),typeof Qs<"u"&&typeof nl<"u"&&(Ec.line=Qs,Ec.column=nl),Ec.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(Io(Ec),Ss),Ec}var _s=Ss.prototype;return _s.setMessage=function(){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},_s.showSourceCode=function(Uo){var Qs=this;if(!this.source)return"";var nl=this.source;Fa.default&&(typeof Uo>"u"&&(Uo=La.default.isColorSupported),Uo&&(nl=(0,Fa.default)(nl)));var yl=nl.split(/\r?\n/),Hu=Math.max(this.line-3,0),pc=Math.min(this.line+2,yl.length),Ec=String(pc).length;function Vc(Kc){return Uo&&La.default.red?La.default.red(La.default.bold(Kc)):Kc}function Hc(Kc){return Uo&&La.default.gray?La.default.gray(Kc):Kc}return yl.slice(Hu,pc).map(function(Kc,qc){var Uc=Hu+1+qc,tc=" "+(" "+Uc).slice(-Ec)+" | ";if(Uc===Qs.line){var Du=Hc(tc.replace(/\d/g," "))+Kc.slice(0,Qs.column-1).replace(/[^\t]/g," ");return Vc(">")+Hc(tc)+Kc+`
`+Du+Vc("^")}return" "+Hc(tc)+Kc}).join(`
`)},_s.toString=function(){var Uo=this.showSourceCode();return Uo&&(Uo=`
`+Uo+`
`),this.name+": "+this.message+Uo},Ss}(Oo(Error)),Zo=Na;Wn.default=Zo,Ka.exports=Wn.default}}),al=eo({"node_modules/postcss/lib/previous-map.js"(Wn,Ka){Ts(),Ka.exports=class{}}}),Ys=eo({"node_modules/postcss/lib/input.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Io(os()),Fa=Io(Vs()),to=Io(al());function Io(Ln){return Ln&&Ln.__esModule?Ln:{default:Ln}}function xo(Ln,za){for(var Na=0;Na<za.length;Na++){var Zo=za[Na];Zo.enumerable=Zo.enumerable||!1,Zo.configurable=!0,"value"in Zo&&(Zo.writable=!0),Object.defineProperty(Ln,Zo.key,Zo)}}function Oo(Ln,za,Na){return za&&xo(Ln.prototype,za),Ln}var ro=0,Ro=function(){function Ln(Na,Zo){if(Zo===void 0&&(Zo={}),Na===null||typeof Na>"u"||typeof Na=="object"&&!Na.toString)throw new Error("PostCSS received "+Na+" instead of CSS string");this.css=Na.toString(),this.css[0]==="\uFEFF"||this.css[0]==="￾"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,Zo.from&&(/^\w+:\/\//.test(Zo.from)||La.default.isAbsolute(Zo.from)?this.file=Zo.from:this.file=La.default.resolve(Zo.from));var Fo=new to.default(this.css,Zo);if(Fo.text){this.map=Fo;var Ss=Fo.consumer().file;!this.file&&Ss&&(this.file=this.mapResolve(Ss))}this.file||(ro+=1,this.id="<input css "+ro+">"),this.map&&(this.map.file=this.from)}var za=Ln.prototype;return za.error=function(Na,Zo,Fo,Ss){Ss===void 0&&(Ss={});var _s,Uo=this.origin(Zo,Fo);return Uo?_s=new Fa.default(Na,Uo.line,Uo.column,Uo.source,Uo.file,Ss.plugin):_s=new Fa.default(Na,Zo,Fo,this.css,this.file,Ss.plugin),_s.input={line:Zo,column:Fo,source:this.css},this.file&&(_s.input.file=this.file),_s},za.origin=function(Na,Zo){if(!this.map)return!1;var Fo=this.map.consumer(),Ss=Fo.originalPositionFor({line:Na,column:Zo});if(!Ss.source)return!1;var _s={file:this.mapResolve(Ss.source),line:Ss.line,column:Ss.column},Uo=Fo.sourceContentFor(Ss.source);return Uo&&(_s.source=Uo),_s},za.mapResolve=function(Na){return/^\w+:\/\//.test(Na)?Na:La.default.resolve(this.map.consumer().sourceRoot||".",Na)},Oo(Ln,[{key:"from",get:function(){return this.file||this.id}}]),Ln}(),vi=Ro;Wn.default=vi,Ka.exports=Wn.default}}),Pl=eo({"node_modules/postcss/lib/stringifier.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La={colon:": ",indent:" ",beforeDecl:`
`,beforeRule:`
`,beforeOpen:" ",beforeClose:`
`,beforeComment:`
`,after:`
`,emptyBody:"",commentLeft:" ",commentRight:" ",semicolon:!1};function Fa(xo){return xo[0].toUpperCase()+xo.slice(1)}var to=function(){function xo(ro){this.builder=ro}var Oo=xo.prototype;return Oo.stringify=function(ro,Ro){this[ro.type](ro,Ro)},Oo.root=function(ro){this.body(ro),ro.raws.after&&this.builder(ro.raws.after)},Oo.comment=function(ro){var Ro=this.raw(ro,"left","commentLeft"),vi=this.raw(ro,"right","commentRight");this.builder("/*"+Ro+ro.text+vi+"*/",ro)},Oo.decl=function(ro,Ro){var vi=this.raw(ro,"between","colon"),Ln=ro.prop+vi+this.rawValue(ro,"value");ro.important&&(Ln+=ro.raws.important||" !important"),Ro&&(Ln+=";"),this.builder(Ln,ro)},Oo.rule=function(ro){this.block(ro,this.rawValue(ro,"selector")),ro.raws.ownSemicolon&&this.builder(ro.raws.ownSemicolon,ro,"end")},Oo.atrule=function(ro,Ro){var vi="@"+ro.name,Ln=ro.params?this.rawValue(ro,"params"):"";if(typeof ro.raws.afterName<"u"?vi+=ro.raws.afterName:Ln&&(vi+=" "),ro.nodes)this.block(ro,vi+Ln);else{var za=(ro.raws.between||"")+(Ro?";":"");this.builder(vi+Ln+za,ro)}},Oo.body=function(ro){for(var Ro=ro.nodes.length-1;Ro>0&&ro.nodes[Ro].type==="comment";)Ro-=1;for(var vi=this.raw(ro,"semicolon"),Ln=0;Ln<ro.nodes.length;Ln++){var za=ro.nodes[Ln],Na=this.raw(za,"before");Na&&this.builder(Na),this.stringify(za,Ro!==Ln||vi)}},Oo.block=function(ro,Ro){var vi=this.raw(ro,"between","beforeOpen");this.builder(Ro+vi+"{",ro,"start");var Ln;ro.nodes&&ro.nodes.length?(this.body(ro),Ln=this.raw(ro,"after")):Ln=this.raw(ro,"after","emptyBody"),Ln&&this.builder(Ln),this.builder("}",ro,"end")},Oo.raw=function(ro,Ro,vi){var Ln;if(vi||(vi=Ro),Ro&&(Ln=ro.raws[Ro],typeof Ln<"u"))return Ln;var za=ro.parent;if(vi==="before"&&(!za||za.type==="root"&&za.first===ro))return"";if(!za)return La[vi];var Na=ro.root();if(Na.rawCache||(Na.rawCache={}),typeof Na.rawCache[vi]<"u")return Na.rawCache[vi];if(vi==="before"||vi==="after")return this.beforeAfter(ro,vi);var Zo="raw"+Fa(vi);return this[Zo]?Ln=this[Zo](Na,ro):Na.walk(function(Fo){if(Ln=Fo.raws[Ro],typeof Ln<"u")return!1}),typeof Ln>"u"&&(Ln=La[vi]),Na.rawCache[vi]=Ln,Ln},Oo.rawSemicolon=function(ro){var Ro;return ro.walk(function(vi){if(vi.nodes&&vi.nodes.length&&vi.last.type==="decl"&&(Ro=vi.raws.semicolon,typeof Ro<"u"))return!1}),Ro},Oo.rawEmptyBody=function(ro){var Ro;return ro.walk(function(vi){if(vi.nodes&&vi.nodes.length===0&&(Ro=vi.raws.after,typeof Ro<"u"))return!1}),Ro},Oo.rawIndent=function(ro){if(ro.raws.indent)return ro.raws.indent;var Ro;return ro.walk(function(vi){var Ln=vi.parent;if(Ln&&Ln!==ro&&Ln.parent&&Ln.parent===ro&&typeof vi.raws.before<"u"){var za=vi.raws.before.split(`
`);return Ro=za[za.length-1],Ro=Ro.replace(/[^\s]/g,""),!1}}),Ro},Oo.rawBeforeComment=function(ro,Ro){var vi;return ro.walkComments(function(Ln){if(typeof Ln.raws.before<"u")return vi=Ln.raws.before,vi.indexOf(`
`)!==-1&&(vi=vi.replace(/[^\n]+$/,"")),!1}),typeof vi>"u"?vi=this.raw(Ro,null,"beforeDecl"):vi&&(vi=vi.replace(/[^\s]/g,"")),vi},Oo.rawBeforeDecl=function(ro,Ro){var vi;return ro.walkDecls(function(Ln){if(typeof Ln.raws.before<"u")return vi=Ln.raws.before,vi.indexOf(`
`)!==-1&&(vi=vi.replace(/[^\n]+$/,"")),!1}),typeof vi>"u"?vi=this.raw(Ro,null,"beforeRule"):vi&&(vi=vi.replace(/[^\s]/g,"")),vi},Oo.rawBeforeRule=function(ro){var Ro;return ro.walk(function(vi){if(vi.nodes&&(vi.parent!==ro||ro.first!==vi)&&typeof vi.raws.before<"u")return Ro=vi.raws.before,Ro.indexOf(`
`)!==-1&&(Ro=Ro.replace(/[^\n]+$/,"")),!1}),Ro&&(Ro=Ro.replace(/[^\s]/g,"")),Ro},Oo.rawBeforeClose=function(ro){var Ro;return ro.walk(function(vi){if(vi.nodes&&vi.nodes.length>0&&typeof vi.raws.after<"u")return Ro=vi.raws.after,Ro.indexOf(`
`)!==-1&&(Ro=Ro.replace(/[^\n]+$/,"")),!1}),Ro&&(Ro=Ro.replace(/[^\s]/g,"")),Ro},Oo.rawBeforeOpen=function(ro){var Ro;return ro.walk(function(vi){if(vi.type!=="decl"&&(Ro=vi.raws.between,typeof Ro<"u"))return!1}),Ro},Oo.rawColon=function(ro){var Ro;return ro.walkDecls(function(vi){if(typeof vi.raws.between<"u")return Ro=vi.raws.between.replace(/[^\s:]/g,""),!1}),Ro},Oo.beforeAfter=function(ro,Ro){var vi;ro.type==="decl"?vi=this.raw(ro,null,"beforeDecl"):ro.type==="comment"?vi=this.raw(ro,null,"beforeComment"):Ro==="before"?vi=this.raw(ro,null,"beforeRule"):vi=this.raw(ro,null,"beforeClose");for(var Ln=ro.parent,za=0;Ln&&Ln.type!=="root";)za+=1,Ln=Ln.parent;if(vi.indexOf(`
`)!==-1){var Na=this.raw(ro,null,"indent");if(Na.length)for(var Zo=0;Zo<za;Zo++)vi+=Na}return vi},Oo.rawValue=function(ro,Ro){var vi=ro[Ro],Ln=ro.raws[Ro];return Ln&&Ln.value===vi?Ln.raw:vi},xo}(),Io=to;Wn.default=Io,Ka.exports=Wn.default}}),ms=eo({"node_modules/postcss/lib/stringify.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Fa(Pl());function Fa(xo){return xo&&xo.__esModule?xo:{default:xo}}function to(xo,Oo){var ro=new La.default(Oo);ro.stringify(xo)}var Io=to;Wn.default=Io,Ka.exports=Wn.default}}),Cl=eo({"node_modules/postcss/lib/node.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Io(Vs()),Fa=Io(Pl()),to=Io(ms());function Io(Ro){return Ro&&Ro.__esModule?Ro:{default:Ro}}function xo(Ro,vi){var Ln=new Ro.constructor;for(var za in Ro)if(Ro.hasOwnProperty(za)){var Na=Ro[za],Zo=typeof Na;za==="parent"&&Zo==="object"?vi&&(Ln[za]=vi):za==="source"?Ln[za]=Na:Na instanceof Array?Ln[za]=Na.map(function(Fo){return xo(Fo,Ln)}):(Zo==="object"&&Na!==null&&(Na=xo(Na)),Ln[za]=Na)}return Ln}var Oo=function(){function Ro(Ln){Ln===void 0&&(Ln={}),this.raws={};for(var za in Ln)this[za]=Ln[za]}var vi=Ro.prototype;return vi.error=function(Ln,za){if(za===void 0&&(za={}),this.source){var Na=this.positionBy(za);return this.source.input.error(Ln,Na.line,Na.column,za)}return new La.default(Ln)},vi.warn=function(Ln,za,Na){var Zo={node:this};for(var Fo in Na)Zo[Fo]=Na[Fo];return Ln.warn(za,Zo)},vi.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},vi.toString=function(Ln){Ln===void 0&&(Ln=to.default),Ln.stringify&&(Ln=Ln.stringify);var za="";return Ln(this,function(Na){za+=Na}),za},vi.clone=function(Ln){Ln===void 0&&(Ln={});var za=xo(this);for(var Na in Ln)za[Na]=Ln[Na];return za},vi.cloneBefore=function(Ln){Ln===void 0&&(Ln={});var za=this.clone(Ln);return this.parent.insertBefore(this,za),za},vi.cloneAfter=function(Ln){Ln===void 0&&(Ln={});var za=this.clone(Ln);return this.parent.insertAfter(this,za),za},vi.replaceWith=function(){if(this.parent){for(var Ln=arguments.length,za=new Array(Ln),Na=0;Na<Ln;Na++)za[Na]=arguments[Na];for(var Zo=0,Fo=za;Zo<Fo.length;Zo++){var Ss=Fo[Zo];this.parent.insertBefore(this,Ss)}this.remove()}return this},vi.next=function(){if(this.parent){var Ln=this.parent.index(this);return this.parent.nodes[Ln+1]}},vi.prev=function(){if(this.parent){var Ln=this.parent.index(this);return this.parent.nodes[Ln-1]}},vi.before=function(Ln){return this.parent.insertBefore(this,Ln),this},vi.after=function(Ln){return this.parent.insertAfter(this,Ln),this},vi.toJSON=function(){var Ln={};for(var za in this)if(this.hasOwnProperty(za)&&za!=="parent"){var Na=this[za];Na instanceof Array?Ln[za]=Na.map(function(Zo){return typeof Zo=="object"&&Zo.toJSON?Zo.toJSON():Zo}):typeof Na=="object"&&Na.toJSON?Ln[za]=Na.toJSON():Ln[za]=Na}return Ln},vi.raw=function(Ln,za){var Na=new Fa.default;return Na.raw(this,Ln,za)},vi.root=function(){for(var Ln=this;Ln.parent;)Ln=Ln.parent;return Ln},vi.cleanRaws=function(Ln){delete this.raws.before,delete this.raws.after,Ln||delete this.raws.between},vi.positionInside=function(Ln){for(var za=this.toString(),Na=this.source.start.column,Zo=this.source.start.line,Fo=0;Fo<Ln;Fo++)za[Fo]===`
`?(Na=1,Zo+=1):Na+=1;return{line:Zo,column:Na}},vi.positionBy=function(Ln){var za=this.source.start;if(Ln.index)za=this.positionInside(Ln.index);else if(Ln.word){var Na=this.toString().indexOf(Ln.word);Na!==-1&&(za=this.positionInside(Na))}return za},Ro}(),ro=Oo;Wn.default=ro,Ka.exports=Wn.default}}),Rs=eo({"node_modules/postcss/lib/comment.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Fa(Cl());function Fa(Oo){return Oo&&Oo.__esModule?Oo:{default:Oo}}function to(Oo,ro){Oo.prototype=Object.create(ro.prototype),Oo.prototype.constructor=Oo,Oo.__proto__=ro}var Io=function(Oo){to(ro,Oo);function ro(Ro){var vi;return vi=Oo.call(this,Ro)||this,vi.type="comment",vi}return ro}(La.default),xo=Io;Wn.default=xo,Ka.exports=Wn.default}}),Is=eo({"node_modules/postcss/lib/declaration.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Fa(Cl());function Fa(Oo){return Oo&&Oo.__esModule?Oo:{default:Oo}}function to(Oo,ro){Oo.prototype=Object.create(ro.prototype),Oo.prototype.constructor=Oo,Oo.__proto__=ro}var Io=function(Oo){to(ro,Oo);function ro(Ro){var vi;return vi=Oo.call(this,Ro)||this,vi.type="decl",vi}return ro}(La.default),xo=Io;Wn.default=xo,Ka.exports=Wn.default}}),$s=eo({"node_modules/postcss/lib/tokenize.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=Vc;var La=39,Fa=34,to=92,Io=47,xo=10,Oo=32,ro=12,Ro=9,vi=13,Ln=91,za=93,Na=40,Zo=41,Fo=123,Ss=125,_s=59,Uo=42,Qs=58,nl=64,yl=/[ \n\t\r\f{}()'"\\;/[\]#]/g,Hu=/[ \n\t\r\f(){}:;@!'"\\\][#]|\/(?=\*)/g,pc=/.[\\/("'\n]/,Ec=/[a-f0-9]/i;function Vc(Hc,Kc){Kc===void 0&&(Kc={});var qc=Hc.css.valueOf(),Uc=Kc.ignoreErrors,tc,Du,rc,Au,Ef,Fd,ef,Rd,yd,Ac,Xc,Qc,id,ml,fu=qc.length,Tu=-1,hc=1,cl=0,$c=[],Nc=[];function Hf(){return cl}function _f(Nf){throw Hc.error("Unclosed "+Nf,hc,cl-Tu)}function sf(){return Nc.length===0&&cl>=fu}function $p(Nf){if(Nc.length)return Nc.pop();if(!(cl>=fu)){var ud=Nf?Nf.ignoreUnclosed:!1;switch(tc=qc.charCodeAt(cl),(tc===xo||tc===ro||tc===vi&&qc.charCodeAt(cl+1)!==xo)&&(Tu=cl,hc+=1),tc){case xo:case Oo:case Ro:case vi:case ro:Du=cl;do Du+=1,tc=qc.charCodeAt(Du),tc===xo&&(Tu=Du,hc+=1);while(tc===Oo||tc===xo||tc===Ro||tc===vi||tc===ro);ml=["space",qc.slice(cl,Du)],cl=Du-1;break;case Ln:case za:case Fo:case Ss:case Qs:case _s:case Zo:var Sf=String.fromCharCode(tc);ml=[Sf,Sf,hc,cl-Tu];break;case Na:if(Qc=$c.length?$c.pop()[1]:"",id=qc.charCodeAt(cl+1),Qc==="url"&&id!==La&&id!==Fa&&id!==Oo&&id!==xo&&id!==Ro&&id!==ro&&id!==vi){Du=cl;do{if(Ac=!1,Du=qc.indexOf(")",Du+1),Du===-1)if(Uc||ud){Du=cl;break}else _f("bracket");for(Xc=Du;qc.charCodeAt(Xc-1)===to;)Xc-=1,Ac=!Ac}while(Ac);ml=["brackets",qc.slice(cl,Du+1),hc,cl-Tu,hc,Du-Tu],cl=Du}else Du=qc.indexOf(")",cl+1),Fd=qc.slice(cl,Du+1),Du===-1||pc.test(Fd)?ml=["(","(",hc,cl-Tu]:(ml=["brackets",Fd,hc,cl-Tu,hc,Du-Tu],cl=Du);break;case La:case Fa:rc=tc===La?"'":'"',Du=cl;do{if(Ac=!1,Du=qc.indexOf(rc,Du+1),Du===-1)if(Uc||ud){Du=cl+1;break}else _f("string");for(Xc=Du;qc.charCodeAt(Xc-1)===to;)Xc-=1,Ac=!Ac}while(Ac);Fd=qc.slice(cl,Du+1),Au=Fd.split(`
`),Ef=Au.length-1,Ef>0?(Rd=hc+Ef,yd=Du-Au[Ef].length):(Rd=hc,yd=Tu),ml=["string",qc.slice(cl,Du+1),hc,cl-Tu,Rd,Du-yd],Tu=yd,hc=Rd,cl=Du;break;case nl:yl.lastIndex=cl+1,yl.test(qc),yl.lastIndex===0?Du=qc.length-1:Du=yl.lastIndex-2,ml=["at-word",qc.slice(cl,Du+1),hc,cl-Tu,hc,Du-Tu],cl=Du;break;case to:for(Du=cl,ef=!0;qc.charCodeAt(Du+1)===to;)Du+=1,ef=!ef;if(tc=qc.charCodeAt(Du+1),ef&&tc!==Io&&tc!==Oo&&tc!==xo&&tc!==Ro&&tc!==vi&&tc!==ro&&(Du+=1,Ec.test(qc.charAt(Du)))){for(;Ec.test(qc.charAt(Du+1));)Du+=1;qc.charCodeAt(Du+1)===Oo&&(Du+=1)}ml=["word",qc.slice(cl,Du+1),hc,cl-Tu,hc,Du-Tu],cl=Du;break;default:tc===Io&&qc.charCodeAt(cl+1)===Uo?(Du=qc.indexOf("*/",cl+2)+1,Du===0&&(Uc||ud?Du=qc.length:_f("comment")),Fd=qc.slice(cl,Du+1),Au=Fd.split(`
`),Ef=Au.length-1,Ef>0?(Rd=hc+Ef,yd=Du-Au[Ef].length):(Rd=hc,yd=Tu),ml=["comment",Fd,hc,cl-Tu,Rd,Du-yd],Tu=yd,hc=Rd,cl=Du):(Hu.lastIndex=cl+1,Hu.test(qc),Hu.lastIndex===0?Du=qc.length-1:Du=Hu.lastIndex-2,ml=["word",qc.slice(cl,Du+1),hc,cl-Tu,hc,Du-Tu],$c.push(ml),cl=Du);break}return cl++,ml}}function fp(Nf){Nc.push(Nf)}return{back:fp,nextToken:$p,endOfFile:sf,position:Hf}}Ka.exports=Wn.default}}),zs=eo({"node_modules/postcss/lib/parse.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=to(no()),Fa=to(Ys());function to(Oo){return Oo&&Oo.__esModule?Oo:{default:Oo}}function Io(Oo,ro){var Ro=new Fa.default(Oo,ro),vi=new La.default(Ro);try{vi.parse()}catch(Ln){throw Ln}return vi.root}var xo=Io;Wn.default=xo,Ka.exports=Wn.default}}),Yl=eo({"node_modules/postcss/lib/list.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La={split:function(to,Io,xo){for(var Oo=[],ro="",Ro=!1,vi=0,Ln=!1,za=!1,Na=0;Na<to.length;Na++){var Zo=to[Na];Ln?za?za=!1:Zo==="\\"?za=!0:Zo===Ln&&(Ln=!1):Zo==='"'||Zo==="'"?Ln=Zo:Zo==="("?vi+=1:Zo===")"?vi>0&&(vi-=1):vi===0&&Io.indexOf(Zo)!==-1&&(Ro=!0),Ro?(ro!==""&&Oo.push(ro.trim()),ro="",Ro=!1):ro+=Zo}return(xo||ro!=="")&&Oo.push(ro.trim()),Oo},space:function(to){var Io=[" ",`
`," "];return La.split(to,Io)},comma:function(to){return La.split(to,[","],!0)}},Fa=La;Wn.default=Fa,Ka.exports=Wn.default}}),hu=eo({"node_modules/postcss/lib/rule.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=to(Bu()),Fa=to(Yl());function to(vi){return vi&&vi.__esModule?vi:{default:vi}}function Io(vi,Ln){for(var za=0;za<Ln.length;za++){var Na=Ln[za];Na.enumerable=Na.enumerable||!1,Na.configurable=!0,"value"in Na&&(Na.writable=!0),Object.defineProperty(vi,Na.key,Na)}}function xo(vi,Ln,za){return Ln&&Io(vi.prototype,Ln),vi}function Oo(vi,Ln){vi.prototype=Object.create(Ln.prototype),vi.prototype.constructor=vi,vi.__proto__=Ln}var ro=function(vi){Oo(Ln,vi);function Ln(za){var Na;return Na=vi.call(this,za)||this,Na.type="rule",Na.nodes||(Na.nodes=[]),Na}return xo(Ln,[{key:"selectors",get:function(){return Fa.default.comma(this.selector)},set:function(za){var Na=this.selector?this.selector.match(/,\s*/):null,Zo=Na?Na[0]:","+this.raw("between","beforeOpen");this.selector=za.join(Zo)}}]),Ln}(La.default),Ro=ro;Wn.default=Ro,Ka.exports=Wn.default}}),Bu=eo({"node_modules/postcss/lib/container.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Io(Is()),Fa=Io(Rs()),to=Io(Cl());function Io(Fo){return Fo&&Fo.__esModule?Fo:{default:Fo}}function xo(Fo,Ss){var _s;if(typeof Symbol>"u"||Fo[Symbol.iterator]==null){if(Array.isArray(Fo)||(_s=Oo(Fo))||Ss){_s&&(Fo=_s);var Uo=0;return function(){return Uo>=Fo.length?{done:!0}:{done:!1,value:Fo[Uo++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}return _s=Fo[Symbol.iterator](),_s.next.bind(_s)}function Oo(Fo,Ss){if(Fo){if(typeof Fo=="string")return ro(Fo,Ss);var _s=Object.prototype.toString.call(Fo).slice(8,-1);if(_s==="Object"&&Fo.constructor&&(_s=Fo.constructor.name),_s==="Map"||_s==="Set")return Array.from(Fo);if(_s==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_s))return ro(Fo,Ss)}}function ro(Fo,Ss){(Ss==null||Ss>Fo.length)&&(Ss=Fo.length);for(var _s=0,Uo=new Array(Ss);_s<Ss;_s++)Uo[_s]=Fo[_s];return Uo}function Ro(Fo,Ss){for(var _s=0;_s<Ss.length;_s++){var Uo=Ss[_s];Uo.enumerable=Uo.enumerable||!1,Uo.configurable=!0,"value"in Uo&&(Uo.writable=!0),Object.defineProperty(Fo,Uo.key,Uo)}}function vi(Fo,Ss,_s){return Ss&&Ro(Fo.prototype,Ss),Fo}function Ln(Fo,Ss){Fo.prototype=Object.create(Ss.prototype),Fo.prototype.constructor=Fo,Fo.__proto__=Ss}function za(Fo){return Fo.map(function(Ss){return Ss.nodes&&(Ss.nodes=za(Ss.nodes)),delete Ss.source,Ss})}var Na=function(Fo){Ln(Ss,Fo);function Ss(){return Fo.apply(this,arguments)||this}var _s=Ss.prototype;return _s.push=function(Uo){return Uo.parent=this,this.nodes.push(Uo),this},_s.each=function(Uo){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;var Qs=this.lastEach;if(this.indexes[Qs]=0,!!this.nodes){for(var nl,yl;this.indexes[Qs]<this.nodes.length&&(nl=this.indexes[Qs],yl=Uo(this.nodes[nl],nl),yl!==!1);)this.indexes[Qs]+=1;return delete this.indexes[Qs],yl}},_s.walk=function(Uo){return this.each(function(Qs,nl){var yl;try{yl=Uo(Qs,nl)}catch(pc){if(pc.postcssNode=Qs,pc.stack&&Qs.source&&/\n\s{4}at /.test(pc.stack)){var Hu=Qs.source;pc.stack=pc.stack.replace(/\n\s{4}at /,"$&"+Hu.input.from+":"+Hu.start.line+":"+Hu.start.column+"$&")}throw pc}return yl!==!1&&Qs.walk&&(yl=Qs.walk(Uo)),yl})},_s.walkDecls=function(Uo,Qs){return Qs?Uo instanceof RegExp?this.walk(function(nl,yl){if(nl.type==="decl"&&Uo.test(nl.prop))return Qs(nl,yl)}):this.walk(function(nl,yl){if(nl.type==="decl"&&nl.prop===Uo)return Qs(nl,yl)}):(Qs=Uo,this.walk(function(nl,yl){if(nl.type==="decl")return Qs(nl,yl)}))},_s.walkRules=function(Uo,Qs){return Qs?Uo instanceof RegExp?this.walk(function(nl,yl){if(nl.type==="rule"&&Uo.test(nl.selector))return Qs(nl,yl)}):this.walk(function(nl,yl){if(nl.type==="rule"&&nl.selector===Uo)return Qs(nl,yl)}):(Qs=Uo,this.walk(function(nl,yl){if(nl.type==="rule")return Qs(nl,yl)}))},_s.walkAtRules=function(Uo,Qs){return Qs?Uo instanceof RegExp?this.walk(function(nl,yl){if(nl.type==="atrule"&&Uo.test(nl.name))return Qs(nl,yl)}):this.walk(function(nl,yl){if(nl.type==="atrule"&&nl.name===Uo)return Qs(nl,yl)}):(Qs=Uo,this.walk(function(nl,yl){if(nl.type==="atrule")return Qs(nl,yl)}))},_s.walkComments=function(Uo){return this.walk(function(Qs,nl){if(Qs.type==="comment")return Uo(Qs,nl)})},_s.append=function(){for(var Uo=arguments.length,Qs=new Array(Uo),nl=0;nl<Uo;nl++)Qs[nl]=arguments[nl];for(var yl=0,Hu=Qs;yl<Hu.length;yl++)for(var pc=Hu[yl],Ec=this.normalize(pc,this.last),Vc=xo(Ec),Hc;!(Hc=Vc()).done;){var Kc=Hc.value;this.nodes.push(Kc)}return this},_s.prepend=function(){for(var Uo=arguments.length,Qs=new Array(Uo),nl=0;nl<Uo;nl++)Qs[nl]=arguments[nl];Qs=Qs.reverse();for(var yl=xo(Qs),Hu;!(Hu=yl()).done;){for(var pc=Hu.value,Ec=this.normalize(pc,this.first,"prepend").reverse(),Vc=xo(Ec),Hc;!(Hc=Vc()).done;){var Kc=Hc.value;this.nodes.unshift(Kc)}for(var qc in this.indexes)this.indexes[qc]=this.indexes[qc]+Ec.length}return this},_s.cleanRaws=function(Uo){if(Fo.prototype.cleanRaws.call(this,Uo),this.nodes)for(var Qs=xo(this.nodes),nl;!(nl=Qs()).done;){var yl=nl.value;yl.cleanRaws(Uo)}},_s.insertBefore=function(Uo,Qs){Uo=this.index(Uo);for(var nl=Uo===0?"prepend":!1,yl=this.normalize(Qs,this.nodes[Uo],nl).reverse(),Hu=xo(yl),pc;!(pc=Hu()).done;){var Ec=pc.value;this.nodes.splice(Uo,0,Ec)}var Vc;for(var Hc in this.indexes)Vc=this.indexes[Hc],Uo<=Vc&&(this.indexes[Hc]=Vc+yl.length);return this},_s.insertAfter=function(Uo,Qs){Uo=this.index(Uo);for(var nl=this.normalize(Qs,this.nodes[Uo]).reverse(),yl=xo(nl),Hu;!(Hu=yl()).done;){var pc=Hu.value;this.nodes.splice(Uo+1,0,pc)}var Ec;for(var Vc in this.indexes)Ec=this.indexes[Vc],Uo<Ec&&(this.indexes[Vc]=Ec+nl.length);return this},_s.removeChild=function(Uo){Uo=this.index(Uo),this.nodes[Uo].parent=void 0,this.nodes.splice(Uo,1);var Qs;for(var nl in this.indexes)Qs=this.indexes[nl],Qs>=Uo&&(this.indexes[nl]=Qs-1);return this},_s.removeAll=function(){for(var Uo=xo(this.nodes),Qs;!(Qs=Uo()).done;){var nl=Qs.value;nl.parent=void 0}return this.nodes=[],this},_s.replaceValues=function(Uo,Qs,nl){return nl||(nl=Qs,Qs={}),this.walkDecls(function(yl){Qs.props&&Qs.props.indexOf(yl.prop)===-1||Qs.fast&&yl.value.indexOf(Qs.fast)===-1||(yl.value=yl.value.replace(Uo,nl))}),this},_s.every=function(Uo){return this.nodes.every(Uo)},_s.some=function(Uo){return this.nodes.some(Uo)},_s.index=function(Uo){return typeof Uo=="number"?Uo:this.nodes.indexOf(Uo)},_s.normalize=function(Uo,Qs){var nl=this;if(typeof Uo=="string"){var yl=zs();Uo=za(yl(Uo).nodes)}else if(Array.isArray(Uo)){Uo=Uo.slice(0);for(var Hu=xo(Uo),pc;!(pc=Hu()).done;){var Ec=pc.value;Ec.parent&&Ec.parent.removeChild(Ec,"ignore")}}else if(Uo.type==="root"){Uo=Uo.nodes.slice(0);for(var Vc=xo(Uo),Hc;!(Hc=Vc()).done;){var Kc=Hc.value;Kc.parent&&Kc.parent.removeChild(Kc,"ignore")}}else if(Uo.type)Uo=[Uo];else if(Uo.prop){if(typeof Uo.value>"u")throw new Error("Value field is missed in node creation");typeof Uo.value!="string"&&(Uo.value=String(Uo.value)),Uo=[new La.default(Uo)]}else if(Uo.selector){var qc=hu();Uo=[new qc(Uo)]}else if(Uo.name){var Uc=Wl();Uo=[new Uc(Uo)]}else if(Uo.text)Uo=[new Fa.default(Uo)];else throw new Error("Unknown node type in node creation");var tc=Uo.map(function(Du){return Du.parent&&Du.parent.removeChild(Du),typeof Du.raws.before>"u"&&Qs&&typeof Qs.raws.before<"u"&&(Du.raws.before=Qs.raws.before.replace(/[^\s]/g,"")),Du.parent=nl,Du});return tc},vi(Ss,[{key:"first",get:function(){if(this.nodes)return this.nodes[0]}},{key:"last",get:function(){if(this.nodes)return this.nodes[this.nodes.length-1]}}]),Ss}(to.default),Zo=Na;Wn.default=Zo,Ka.exports=Wn.default}}),Wl=eo({"node_modules/postcss/lib/at-rule.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Fa(Bu());function Fa(Oo){return Oo&&Oo.__esModule?Oo:{default:Oo}}function to(Oo,ro){Oo.prototype=Object.create(ro.prototype),Oo.prototype.constructor=Oo,Oo.__proto__=ro}var Io=function(Oo){to(ro,Oo);function ro(vi){var Ln;return Ln=Oo.call(this,vi)||this,Ln.type="atrule",Ln}var Ro=ro.prototype;return Ro.append=function(){var vi;this.nodes||(this.nodes=[]);for(var Ln=arguments.length,za=new Array(Ln),Na=0;Na<Ln;Na++)za[Na]=arguments[Na];return(vi=Oo.prototype.append).call.apply(vi,[this].concat(za))},Ro.prepend=function(){var vi;this.nodes||(this.nodes=[]);for(var Ln=arguments.length,za=new Array(Ln),Na=0;Na<Ln;Na++)za[Na]=arguments[Na];return(vi=Oo.prototype.prepend).call.apply(vi,[this].concat(za))},ro}(La.default),xo=Io;Wn.default=xo,Ka.exports=Wn.default}}),Su=eo({"node_modules/postcss/lib/map-generator.js"(Wn,Ka){Ts(),Ka.exports=class{generate(){}}}}),Ou=eo({"node_modules/postcss/lib/warn-once.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=Fa;var La={};function Fa(to){La[to]||(La[to]=!0,typeof console<"u"&&console.warn&&console.warn(to))}Ka.exports=Wn.default}}),Fu=eo({"node_modules/postcss/lib/warning.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=function(){function to(xo,Oo){if(Oo===void 0&&(Oo={}),this.type="warning",this.text=xo,Oo.node&&Oo.node.source){var ro=Oo.node.positionBy(Oo);this.line=ro.line,this.column=ro.column}for(var Ro in Oo)this[Ro]=Oo[Ro]}var Io=to.prototype;return Io.toString=function(){return this.node?this.node.error(this.text,{plugin:this.plugin,index:this.index,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text},to}(),Fa=La;Wn.default=Fa,Ka.exports=Wn.default}}),fl=eo({"node_modules/postcss/lib/result.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Fa(Fu());function Fa(ro){return ro&&ro.__esModule?ro:{default:ro}}function to(ro,Ro){for(var vi=0;vi<Ro.length;vi++){var Ln=Ro[vi];Ln.enumerable=Ln.enumerable||!1,Ln.configurable=!0,"value"in Ln&&(Ln.writable=!0),Object.defineProperty(ro,Ln.key,Ln)}}function Io(ro,Ro,vi){return Ro&&to(ro.prototype,Ro),ro}var xo=function(){function ro(vi,Ln,za){this.processor=vi,this.messages=[],this.root=Ln,this.opts=za,this.css=void 0,this.map=void 0}var Ro=ro.prototype;return Ro.toString=function(){return this.css},Ro.warn=function(vi,Ln){Ln===void 0&&(Ln={}),Ln.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(Ln.plugin=this.lastPlugin.postcssPlugin);var za=new La.default(vi,Ln);return this.messages.push(za),za},Ro.warnings=function(){return this.messages.filter(function(vi){return vi.type==="warning"})},Io(ro,[{key:"content",get:function(){return this.css}}]),ro}(),Oo=xo;Wn.default=Oo,Ka.exports=Wn.default}}),Lu=eo({"node_modules/postcss/lib/lazy-result.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=xo(Su()),Fa=xo(ms());xo(Ou());var to=xo(fl()),Io=xo(zs());function xo(Fo){return Fo&&Fo.__esModule?Fo:{default:Fo}}function Oo(Fo,Ss){var _s;if(typeof Symbol>"u"||Fo[Symbol.iterator]==null){if(Array.isArray(Fo)||(_s=ro(Fo))||Ss){_s&&(Fo=_s);var Uo=0;return function(){return Uo>=Fo.length?{done:!0}:{done:!1,value:Fo[Uo++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}return _s=Fo[Symbol.iterator](),_s.next.bind(_s)}function ro(Fo,Ss){if(Fo){if(typeof Fo=="string")return Ro(Fo,Ss);var _s=Object.prototype.toString.call(Fo).slice(8,-1);if(_s==="Object"&&Fo.constructor&&(_s=Fo.constructor.name),_s==="Map"||_s==="Set")return Array.from(Fo);if(_s==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_s))return Ro(Fo,Ss)}}function Ro(Fo,Ss){(Ss==null||Ss>Fo.length)&&(Ss=Fo.length);for(var _s=0,Uo=new Array(Ss);_s<Ss;_s++)Uo[_s]=Fo[_s];return Uo}function vi(Fo,Ss){for(var _s=0;_s<Ss.length;_s++){var Uo=Ss[_s];Uo.enumerable=Uo.enumerable||!1,Uo.configurable=!0,"value"in Uo&&(Uo.writable=!0),Object.defineProperty(Fo,Uo.key,Uo)}}function Ln(Fo,Ss,_s){return Ss&&vi(Fo.prototype,Ss),Fo}function za(Fo){return typeof Fo=="object"&&typeof Fo.then=="function"}var Na=function(){function Fo(_s,Uo,Qs){this.stringified=!1,this.processed=!1;var nl;if(typeof Uo=="object"&&Uo!==null&&Uo.type==="root")nl=Uo;else if(Uo instanceof Fo||Uo instanceof to.default)nl=Uo.root,Uo.map&&(typeof Qs.map>"u"&&(Qs.map={}),Qs.map.inline||(Qs.map.inline=!1),Qs.map.prev=Uo.map);else{var yl=Io.default;Qs.syntax&&(yl=Qs.syntax.parse),Qs.parser&&(yl=Qs.parser),yl.parse&&(yl=yl.parse);try{nl=yl(Uo,Qs)}catch(Hu){this.error=Hu}}this.result=new to.default(_s,nl,Qs)}var Ss=Fo.prototype;return Ss.warnings=function(){return this.sync().warnings()},Ss.toString=function(){return this.css},Ss.then=function(_s,Uo){return this.async().then(_s,Uo)},Ss.catch=function(_s){return this.async().catch(_s)},Ss.finally=function(_s){return this.async().then(_s,_s)},Ss.handleError=function(_s,Uo){try{if(this.error=_s,_s.name==="CssSyntaxError"&&!_s.plugin)_s.plugin=Uo.postcssPlugin,_s.setMessage();else if(Uo.postcssVersion&&!1)var Qs,nl,yl,Hu,pc}catch(Ec){console&&console.error&&console.error(Ec)}},Ss.asyncTick=function(_s,Uo){var Qs=this;if(this.plugin>=this.processor.plugins.length)return this.processed=!0,_s();try{var nl=this.processor.plugins[this.plugin],yl=this.run(nl);this.plugin+=1,za(yl)?yl.then(function(){Qs.asyncTick(_s,Uo)}).catch(function(Hu){Qs.handleError(Hu,nl),Qs.processed=!0,Uo(Hu)}):this.asyncTick(_s,Uo)}catch(Hu){this.processed=!0,Uo(Hu)}},Ss.async=function(){var _s=this;return this.processed?new Promise(function(Uo,Qs){_s.error?Qs(_s.error):Uo(_s.stringify())}):this.processing?this.processing:(this.processing=new Promise(function(Uo,Qs){if(_s.error)return Qs(_s.error);_s.plugin=0,_s.asyncTick(Uo,Qs)}).then(function(){return _s.processed=!0,_s.stringify()}),this.processing)},Ss.sync=function(){if(this.processed)return this.result;if(this.processed=!0,this.processing)throw new Error("Use process(css).then(cb) to work with async plugins");if(this.error)throw this.error;for(var _s=Oo(this.result.processor.plugins),Uo;!(Uo=_s()).done;){var Qs=Uo.value,nl=this.run(Qs);if(za(nl))throw new Error("Use process(css).then(cb) to work with async plugins")}return this.result},Ss.run=function(_s){this.result.lastPlugin=_s;try{return _s(this.result.root,this.result)}catch(Uo){throw this.handleError(Uo,_s),Uo}},Ss.stringify=function(){if(this.stringified)return this.result;this.stringified=!0,this.sync();var _s=this.result.opts,Uo=Fa.default;_s.syntax&&(Uo=_s.syntax.stringify),_s.stringifier&&(Uo=_s.stringifier),Uo.stringify&&(Uo=Uo.stringify);var Qs=new La.default(Uo,this.result.root,this.result.opts),nl=Qs.generate();return this.result.css=nl[0],this.result.map=nl[1],this.result},Ln(Fo,[{key:"processor",get:function(){return this.result.processor}},{key:"opts",get:function(){return this.result.opts}},{key:"css",get:function(){return this.stringify().css}},{key:"content",get:function(){return this.stringify().content}},{key:"map",get:function(){return this.stringify().map}},{key:"root",get:function(){return this.sync().root}},{key:"messages",get:function(){return this.sync().messages}}]),Fo}(),Zo=Na;Wn.default=Zo,Ka.exports=Wn.default}}),mc=eo({"node_modules/postcss/lib/processor.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Fa(Lu());function Fa(Ro){return Ro&&Ro.__esModule?Ro:{default:Ro}}function to(Ro,vi){var Ln;if(typeof Symbol>"u"||Ro[Symbol.iterator]==null){if(Array.isArray(Ro)||(Ln=Io(Ro))||vi){Ln&&(Ro=Ln);var za=0;return function(){return za>=Ro.length?{done:!0}:{done:!1,value:Ro[za++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}return Ln=Ro[Symbol.iterator](),Ln.next.bind(Ln)}function Io(Ro,vi){if(Ro){if(typeof Ro=="string")return xo(Ro,vi);var Ln=Object.prototype.toString.call(Ro).slice(8,-1);if(Ln==="Object"&&Ro.constructor&&(Ln=Ro.constructor.name),Ln==="Map"||Ln==="Set")return Array.from(Ro);if(Ln==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Ln))return xo(Ro,vi)}}function xo(Ro,vi){(vi==null||vi>Ro.length)&&(vi=Ro.length);for(var Ln=0,za=new Array(vi);Ln<vi;Ln++)za[Ln]=Ro[Ln];return za}var Oo=function(){function Ro(Ln){Ln===void 0&&(Ln=[]),this.version="7.0.39",this.plugins=this.normalize(Ln)}var vi=Ro.prototype;return vi.use=function(Ln){return this.plugins=this.plugins.concat(this.normalize([Ln])),this},vi.process=function(Ln){function za(Na){return Ln.apply(this,arguments)}return za.toString=function(){return Ln.toString()},za}(function(Ln,za){return za===void 0&&(za={}),this.plugins.length===0&&(za.parser,za.stringifier),new La.default(this,Ln,za)}),vi.normalize=function(Ln){for(var za=[],Na=to(Ln),Zo;!(Zo=Na()).done;){var Fo=Zo.value;if(Fo.postcss===!0){var Ss=Fo();throw new Error("PostCSS plugin "+Ss.postcssPlugin+` requires PostCSS 8.
Migration guide for end-users:
https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users`)}if(Fo.postcss&&(Fo=Fo.postcss),typeof Fo=="object"&&Array.isArray(Fo.plugins))za=za.concat(Fo.plugins);else if(typeof Fo=="function")za.push(Fo);else if(!(typeof Fo=="object"&&(Fo.parse||Fo.stringify)))throw typeof Fo=="object"&&Fo.postcssPlugin?new Error("PostCSS plugin "+Fo.postcssPlugin+` requires PostCSS 8.
Migration guide for end-users:
https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users`):new Error(Fo+" is not a PostCSS plugin")}return za},Ro}(),ro=Oo;Wn.default=ro,Ka.exports=Wn.default}}),_c=eo({"node_modules/postcss/lib/root.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=Fa(Bu());function Fa(vi){return vi&&vi.__esModule?vi:{default:vi}}function to(vi,Ln){var za;if(typeof Symbol>"u"||vi[Symbol.iterator]==null){if(Array.isArray(vi)||(za=Io(vi))||Ln){za&&(vi=za);var Na=0;return function(){return Na>=vi.length?{done:!0}:{done:!1,value:vi[Na++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}return za=vi[Symbol.iterator](),za.next.bind(za)}function Io(vi,Ln){if(vi){if(typeof vi=="string")return xo(vi,Ln);var za=Object.prototype.toString.call(vi).slice(8,-1);if(za==="Object"&&vi.constructor&&(za=vi.constructor.name),za==="Map"||za==="Set")return Array.from(vi);if(za==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(za))return xo(vi,Ln)}}function xo(vi,Ln){(Ln==null||Ln>vi.length)&&(Ln=vi.length);for(var za=0,Na=new Array(Ln);za<Ln;za++)Na[za]=vi[za];return Na}function Oo(vi,Ln){vi.prototype=Object.create(Ln.prototype),vi.prototype.constructor=vi,vi.__proto__=Ln}var ro=function(vi){Oo(Ln,vi);function Ln(Na){var Zo;return Zo=vi.call(this,Na)||this,Zo.type="root",Zo.nodes||(Zo.nodes=[]),Zo}var za=Ln.prototype;return za.removeChild=function(Na,Zo){var Fo=this.index(Na);return!Zo&&Fo===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[Fo].raws.before),vi.prototype.removeChild.call(this,Na)},za.normalize=function(Na,Zo,Fo){var Ss=vi.prototype.normalize.call(this,Na);if(Zo){if(Fo==="prepend")this.nodes.length>1?Zo.raws.before=this.nodes[1].raws.before:delete Zo.raws.before;else if(this.first!==Zo)for(var _s=to(Ss),Uo;!(Uo=_s()).done;){var Qs=Uo.value;Qs.raws.before=Zo.raws.before}}return Ss},za.toResult=function(Na){Na===void 0&&(Na={});var Zo=Lu(),Fo=mc(),Ss=new Zo(new Fo,this,Na);return Ss.stringify()},Ln}(La.default),Ro=ro;Wn.default=Ro,Ka.exports=Wn.default}}),no=eo({"node_modules/postcss/lib/parser.js"(Wn,Ka){Ts(),Wn.__esModule=!0,Wn.default=void 0;var La=ro(Is()),Fa=ro($s()),to=ro(Rs()),Io=ro(Wl()),xo=ro(_c()),Oo=ro(hu());function ro(vi){return vi&&vi.__esModule?vi:{default:vi}}var Ro=function(){function vi(za){this.input=za,this.root=new xo.default,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:za,start:{line:1,column:1}}}var Ln=vi.prototype;return Ln.createTokenizer=function(){this.tokenizer=(0,Fa.default)(this.input)},Ln.parse=function(){for(var za;!this.tokenizer.endOfFile();)switch(za=this.tokenizer.nextToken(),za[0]){case"space":this.spaces+=za[1];break;case";":this.freeSemicolon(za);break;case"}":this.end(za);break;case"comment":this.comment(za);break;case"at-word":this.atrule(za);break;case"{":this.emptyRule(za);break;default:this.other(za);break}this.endFile()},Ln.comment=function(za){var Na=new to.default;this.init(Na,za[2],za[3]),Na.source.end={line:za[4],column:za[5]};var Zo=za[1].slice(2,-2);if(/^\s*$/.test(Zo))Na.text="",Na.raws.left=Zo,Na.raws.right="";else{var Fo=Zo.match(/^(\s*)([^]*[^\s])(\s*)$/);Na.text=Fo[2],Na.raws.left=Fo[1],Na.raws.right=Fo[3]}},Ln.emptyRule=function(za){var Na=new Oo.default;this.init(Na,za[2],za[3]),Na.selector="",Na.raws.between="",this.current=Na},Ln.other=function(za){for(var Na=!1,Zo=null,Fo=!1,Ss=null,_s=[],Uo=[],Qs=za;Qs;){if(Zo=Qs[0],Uo.push(Qs),Zo==="("||Zo==="[")Ss||(Ss=Qs),_s.push(Zo==="("?")":"]");else if(_s.length===0)if(Zo===";")if(Fo){this.decl(Uo);return}else break;else if(Zo==="{"){this.rule(Uo);return}else if(Zo==="}"){this.tokenizer.back(Uo.pop()),Na=!0;break}else Zo===":"&&(Fo=!0);else Zo===_s[_s.length-1]&&(_s.pop(),_s.length===0&&(Ss=null));Qs=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(Na=!0),_s.length>0&&this.unclosedBracket(Ss),Na&&Fo){for(;Uo.length&&(Qs=Uo[Uo.length-1][0],!(Qs!=="space"&&Qs!=="comment"));)this.tokenizer.back(Uo.pop());this.decl(Uo)}else this.unknownWord(Uo)},Ln.rule=function(za){za.pop();var Na=new Oo.default;this.init(Na,za[0][2],za[0][3]),Na.raws.between=this.spacesAndCommentsFromEnd(za),this.raw(Na,"selector",za),this.current=Na},Ln.decl=function(za){var Na=new La.default;this.init(Na);var Zo=za[za.length-1];for(Zo[0]===";"&&(this.semicolon=!0,za.pop()),Zo[4]?Na.source.end={line:Zo[4],column:Zo[5]}:Na.source.end={line:Zo[2],column:Zo[3]};za[0][0]!=="word";)za.length===1&&this.unknownWord(za),Na.raws.before+=za.shift()[1];for(Na.source.start={line:za[0][2],column:za[0][3]},Na.prop="";za.length;){var Fo=za[0][0];if(Fo===":"||Fo==="space"||Fo==="comment")break;Na.prop+=za.shift()[1]}Na.raws.between="";for(var Ss;za.length;)if(Ss=za.shift(),Ss[0]===":"){Na.raws.between+=Ss[1];break}else Ss[0]==="word"&&/\w/.test(Ss[1])&&this.unknownWord([Ss]),Na.raws.between+=Ss[1];(Na.prop[0]==="_"||Na.prop[0]==="*")&&(Na.raws.before+=Na.prop[0],Na.prop=Na.prop.slice(1)),Na.raws.between+=this.spacesAndCommentsFromStart(za),this.precheckMissedSemicolon(za);for(var _s=za.length-1;_s>0;_s--){if(Ss=za[_s],Ss[1].toLowerCase()==="!important"){Na.important=!0;var Uo=this.stringFrom(za,_s);Uo=this.spacesFromEnd(za)+Uo,Uo!==" !important"&&(Na.raws.important=Uo);break}else if(Ss[1].toLowerCase()==="important"){for(var Qs=za.slice(0),nl="",yl=_s;yl>0;yl--){var Hu=Qs[yl][0];if(nl.trim().indexOf("!")===0&&Hu!=="space")break;nl=Qs.pop()[1]+nl}nl.trim().indexOf("!")===0&&(Na.important=!0,Na.raws.important=nl,za=Qs)}if(Ss[0]!=="space"&&Ss[0]!=="comment")break}this.raw(Na,"value",za),Na.value.indexOf(":")!==-1&&this.checkMissedSemicolon(za)},Ln.atrule=function(za){var Na=new Io.default;Na.name=za[1].slice(1),Na.name===""&&this.unnamedAtrule(Na,za),this.init(Na,za[2],za[3]);for(var Zo,Fo,Ss=!1,_s=!1,Uo=[];!this.tokenizer.endOfFile();){if(za=this.tokenizer.nextToken(),za[0]===";"){Na.source.end={line:za[2],column:za[3]},this.semicolon=!0;break}else if(za[0]==="{"){_s=!0;break}else if(za[0]==="}"){if(Uo.length>0){for(Fo=Uo.length-1,Zo=Uo[Fo];Zo&&Zo[0]==="space";)Zo=Uo[--Fo];Zo&&(Na.source.end={line:Zo[4],column:Zo[5]})}this.end(za);break}else Uo.push(za);if(this.tokenizer.endOfFile()){Ss=!0;break}}Na.raws.between=this.spacesAndCommentsFromEnd(Uo),Uo.length?(Na.raws.afterName=this.spacesAndCommentsFromStart(Uo),this.raw(Na,"params",Uo),Ss&&(za=Uo[Uo.length-1],Na.source.end={line:za[4],column:za[5]},this.spaces=Na.raws.between,Na.raws.between="")):(Na.raws.afterName="",Na.params=""),_s&&(Na.nodes=[],this.current=Na)},Ln.end=function(za){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={line:za[2],column:za[3]},this.current=this.current.parent):this.unexpectedClose(za)},Ln.endFile=function(){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},Ln.freeSemicolon=function(za){if(this.spaces+=za[1],this.current.nodes){var Na=this.current.nodes[this.current.nodes.length-1];Na&&Na.type==="rule"&&!Na.raws.ownSemicolon&&(Na.raws.ownSemicolon=this.spaces,this.spaces="")}},Ln.init=function(za,Na,Zo){this.current.push(za),za.source={start:{line:Na,column:Zo},input:this.input},za.raws.before=this.spaces,this.spaces="",za.type!=="comment"&&(this.semicolon=!1)},Ln.raw=function(za,Na,Zo){for(var Fo,Ss,_s=Zo.length,Uo="",Qs=!0,nl,yl,Hu=/^([.|#])?([\w])+/i,pc=0;pc<_s;pc+=1){if(Fo=Zo[pc],Ss=Fo[0],Ss==="comment"&&za.type==="rule"){yl=Zo[pc-1],nl=Zo[pc+1],yl[0]!=="space"&&nl[0]!=="space"&&Hu.test(yl[1])&&Hu.test(nl[1])?Uo+=Fo[1]:Qs=!1;continue}Ss==="comment"||Ss==="space"&&pc===_s-1?Qs=!1:Uo+=Fo[1]}if(!Qs){var Ec=Zo.reduce(function(Vc,Hc){return Vc+Hc[1]},"");za.raws[Na]={value:Uo,raw:Ec}}za[Na]=Uo},Ln.spacesAndCommentsFromEnd=function(za){for(var Na,Zo="";za.length&&(Na=za[za.length-1][0],!(Na!=="space"&&Na!=="comment"));)Zo=za.pop()[1]+Zo;return Zo},Ln.spacesAndCommentsFromStart=function(za){for(var Na,Zo="";za.length&&(Na=za[0][0],!(Na!=="space"&&Na!=="comment"));)Zo+=za.shift()[1];return Zo},Ln.spacesFromEnd=function(za){for(var Na,Zo="";za.length&&(Na=za[za.length-1][0],Na==="space");)Zo=za.pop()[1]+Zo;return Zo},Ln.stringFrom=function(za,Na){for(var Zo="",Fo=Na;Fo<za.length;Fo++)Zo+=za[Fo][1];return za.splice(Na,za.length-Na),Zo},Ln.colon=function(za){for(var Na=0,Zo,Fo,Ss,_s=0;_s<za.length;_s++){if(Zo=za[_s],Fo=Zo[0],Fo==="("&&(Na+=1),Fo===")"&&(Na-=1),Na===0&&Fo===":")if(!Ss)this.doubleColon(Zo);else{if(Ss[0]==="word"&&Ss[1]==="progid")continue;return _s}Ss=Zo}return!1},Ln.unclosedBracket=function(za){throw this.input.error("Unclosed bracket",za[2],za[3])},Ln.unknownWord=function(za){throw this.input.error("Unknown word",za[0][2],za[0][3])},Ln.unexpectedClose=function(za){throw this.input.error("Unexpected }",za[2],za[3])},Ln.unclosedBlock=function(){var za=this.current.source.start;throw this.input.error("Unclosed block",za.line,za.column)},Ln.doubleColon=function(za){throw this.input.error("Double colon",za[2],za[3])},Ln.unnamedAtrule=function(za,Na){throw this.input.error("At-rule without name",Na[2],Na[3])},Ln.precheckMissedSemicolon=function(){},Ln.checkMissedSemicolon=function(za){var Na=this.colon(za);if(Na!==!1){for(var Zo=0,Fo,Ss=Na-1;Ss>=0&&(Fo=za[Ss],!(Fo[0]!=="space"&&(Zo+=1,Zo===2)));Ss--);throw this.input.error("Missed semicolon",Fo[2],Fo[3])}},vi}();Wn.default=Ro,Ka.exports=Wn.default}}),$u=eo({"node_modules/postcss-less/lib/nodes/inline-comment.js"(Wn,Ka){Ts();var La=$s(),Fa=Ys();Ka.exports={isInlineComment(to){if(to[0]==="word"&&to[1].slice(0,2)==="//"){let Io=to,xo=[],Oo;for(;to;){if(/\r?\n/.test(to[1])){if(/['"].*\r?\n/.test(to[1])){xo.push(to[1].substring(0,to[1].indexOf(`
`)));let Ro=to[1].substring(to[1].indexOf(`
`));Ro+=this.input.css.valueOf().substring(this.tokenizer.position()),this.input=new Fa(Ro),this.tokenizer=La(this.input)}else this.tokenizer.back(to);break}xo.push(to[1]),Oo=to,to=this.tokenizer.nextToken({ignoreUnclosed:!0})}let ro=["comment",xo.join(""),Io[2],Io[3],Oo[2],Oo[3]];return this.inlineComment(ro),!0}else if(to[1]==="/"){let Io=this.tokenizer.nextToken({ignoreUnclosed:!0});if(Io[0]==="comment"&&/^\/\*/.test(Io[1]))return Io[0]="word",Io[1]=Io[1].slice(1),to[1]="//",this.tokenizer.back(Io),Ka.exports.isInlineComment.bind(this)(to)}return!1}}}}),Ic=eo({"node_modules/postcss-less/lib/nodes/interpolation.js"(Wn,Ka){Ts(),Ka.exports={interpolation(La){let Fa=La,to=[La],Io=["word","{","}"];if(La=this.tokenizer.nextToken(),Fa[1].length>1||La[0]!=="{")return this.tokenizer.back(La),!1;for(;La&&Io.includes(La[0]);)to.push(La),La=this.tokenizer.nextToken();let xo=to.map(Ln=>Ln[1]);[Fa]=to;let Oo=to.pop(),ro=[Fa[2],Fa[3]],Ro=[Oo[4]||Oo[2],Oo[5]||Oo[3]],vi=["word",xo.join("")].concat(ro,Ro);return this.tokenizer.back(La),this.tokenizer.back(vi),!0}}}}),ju=eo({"node_modules/postcss-less/lib/nodes/mixin.js"(Wn,Ka){Ts();var La=/^#[0-9a-fA-F]{6}$|^#[0-9a-fA-F]{3}$/,Fa=/\.[0-9]/,to=Io=>{let[,xo]=Io,[Oo]=xo;return(Oo==="."||Oo==="#")&&La.test(xo)===!1&&Fa.test(xo)===!1};Ka.exports={isMixinToken:to}}}),bu=eo({"node_modules/postcss-less/lib/nodes/import.js"(Wn,Ka){Ts();var La=$s(),Fa=/^url\((.+)\)/;Ka.exports=to=>{let{name:Io,params:xo=""}=to;if(Io==="import"&&xo.length){to.import=!0;let Oo=La({css:xo});for(to.filename=xo.replace(Fa,"$1");!Oo.endOfFile();){let[ro,Ro]=Oo.nextToken();if(ro==="word"&&Ro==="url")return;if(ro==="brackets"){to.options=Ro,to.filename=xo.replace(Ro,"").trim();break}}}}}}),Ku=eo({"node_modules/postcss-less/lib/nodes/variable.js"(Wn,Ka){Ts();var La=/:$/,Fa=/^:(\s+)?/;Ka.exports=to=>{let{name:Io,params:xo=""}=to;if(to.name.slice(-1)===":"){if(La.test(Io)){let[Oo]=Io.match(La);to.name=Io.replace(Oo,""),to.raws.afterName=Oo+(to.raws.afterName||""),to.variable=!0,to.value=to.params}if(Fa.test(xo)){let[Oo]=xo.match(Fa);to.value=xo.replace(Oo,""),to.raws.afterName=(to.raws.afterName||"")+Oo,to.variable=!0}}}}}),du=eo({"node_modules/postcss-less/lib/LessParser.js"(Wn,Ka){Ts();var La=Rs(),Fa=no(),{isInlineComment:to}=$u(),{interpolation:Io}=Ic(),{isMixinToken:xo}=ju(),Oo=bu(),ro=Ku(),Ro=/(!\s*important)$/i;Ka.exports=class extends Fa{constructor(){super(...arguments),this.lastNode=null}atrule(vi){Io.bind(this)(vi)||(super.atrule(vi),Oo(this.lastNode),ro(this.lastNode))}decl(){super.decl(...arguments),/extend\(.+\)/i.test(this.lastNode.value)&&(this.lastNode.extend=!0)}each(vi){vi[0][1]=` ${vi[0][1]}`;let Ln=vi.findIndex(Fo=>Fo[0]==="("),za=vi.reverse().find(Fo=>Fo[0]===")"),Na=vi.reverse().indexOf(za),Zo=vi.splice(Ln,Na).map(Fo=>Fo[1]).join("");for(let Fo of vi.reverse())this.tokenizer.back(Fo);this.atrule(this.tokenizer.nextToken()),this.lastNode.function=!0,this.lastNode.params=Zo}init(vi,Ln,za){super.init(vi,Ln,za),this.lastNode=vi}inlineComment(vi){let Ln=new La,za=vi[1].slice(2);if(this.init(Ln,vi[2],vi[3]),Ln.source.end={line:vi[4],column:vi[5]},Ln.inline=!0,Ln.raws.begin="//",/^\s*$/.test(za))Ln.text="",Ln.raws.left=za,Ln.raws.right="";else{let Na=za.match(/^(\s*)([^]*[^\s])(\s*)$/);[,Ln.raws.left,Ln.text,Ln.raws.right]=Na}}mixin(vi){let[Ln]=vi,za=Ln[1].slice(0,1),Na=vi.findIndex(Uo=>Uo[0]==="brackets"),Zo=vi.findIndex(Uo=>Uo[0]==="("),Fo="";if((Na<0||Na>3)&&Zo>0){let Uo=vi.reduce((Kc,qc,Uc)=>qc[0]===")"?Uc:Kc),Qs=vi.slice(Zo,Uo+Zo).map(Kc=>Kc[1]).join(""),[nl]=vi.slice(Zo),yl=[nl[2],nl[3]],[Hu]=vi.slice(Uo,Uo+1),pc=[Hu[2],Hu[3]],Ec=["brackets",Qs].concat(yl,pc),Vc=vi.slice(0,Zo),Hc=vi.slice(Uo+1);vi=Vc,vi.push(Ec),vi=vi.concat(Hc)}let Ss=[];for(let Uo of vi)if((Uo[1]==="!"||Ss.length)&&Ss.push(Uo),Uo[1]==="important")break;if(Ss.length){let[Uo]=Ss,Qs=vi.indexOf(Uo),nl=Ss[Ss.length-1],yl=[Uo[2],Uo[3]],Hu=[nl[4],nl[5]],pc=["word",Ss.map(Ec=>Ec[1]).join("")].concat(yl,Hu);vi.splice(Qs,Ss.length,pc)}let _s=vi.findIndex(Uo=>Ro.test(Uo[1]));_s>0&&([,Fo]=vi[_s],vi.splice(_s,1));for(let Uo of vi.reverse())this.tokenizer.back(Uo);this.atrule(this.tokenizer.nextToken()),this.lastNode.mixin=!0,this.lastNode.raws.identifier=za,Fo&&(this.lastNode.important=!0,this.lastNode.raws.important=Fo)}other(vi){to.bind(this)(vi)||super.other(vi)}rule(vi){let Ln=vi[vi.length-1],za=vi[vi.length-2];if(za[0]==="at-word"&&Ln[0]==="{"&&(this.tokenizer.back(Ln),Io.bind(this)(za))){let Na=this.tokenizer.nextToken();vi=vi.slice(0,vi.length-2).concat([Na]);for(let Zo of vi.reverse())this.tokenizer.back(Zo);return}super.rule(vi),/:extend\(.+\)/i.test(this.lastNode.selector)&&(this.lastNode.extend=!0)}unknownWord(vi){let[Ln]=vi;if(vi[0][1]==="each"&&vi[1][0]==="("){this.each(vi);return}if(xo(Ln)){this.mixin(vi);return}super.unknownWord(vi)}}}}),Kl=eo({"node_modules/postcss-less/lib/LessStringifier.js"(Wn,Ka){Ts();var La=Pl();Ka.exports=class extends La{atrule(Fa,to){if(!Fa.mixin&&!Fa.variable&&!Fa.function){super.atrule(Fa,to);return}let Io=`${Fa.function?"":Fa.raws.identifier||"@"}${Fa.name}`,xo=Fa.params?this.rawValue(Fa,"params"):"",Oo=Fa.raws.important||"";if(Fa.variable&&(xo=Fa.value),typeof Fa.raws.afterName<"u"?Io+=Fa.raws.afterName:xo&&(Io+=" "),Fa.nodes)this.block(Fa,Io+xo+Oo);else{let ro=(Fa.raws.between||"")+Oo+(to?";":"");this.builder(Io+xo+ro,Fa)}}comment(Fa){if(Fa.inline){let to=this.raw(Fa,"left","commentLeft"),Io=this.raw(Fa,"right","commentRight");this.builder(`//${to}${Fa.text}${Io}`,Fa)}else super.comment(Fa)}}}}),gu=eo({"node_modules/postcss-less/lib/index.js"(Wn,Ka){Ts();var La=Ys(),Fa=du(),to=Kl();Ka.exports={parse(Io,xo){let Oo=new La(Io,xo),ro=new Fa(Oo);return ro.parse(),ro.root},stringify(Io,xo){new to(xo).stringify(Io)},nodeToString(Io){let xo="";return Ka.exports.stringify(Io,Oo=>{xo+=Oo}),xo}}}}),Uu=eo({"node_modules/postcss-scss/lib/scss-stringifier.js"(Wn,Ka){Ts();function La(Io,xo){Io.prototype=Object.create(xo.prototype),Io.prototype.constructor=Io,Io.__proto__=xo}var Fa=Pl(),to=function(Io){La(xo,Io);function xo(){return Io.apply(this,arguments)||this}var Oo=xo.prototype;return Oo.comment=function(ro){var Ro=this.raw(ro,"left","commentLeft"),vi=this.raw(ro,"right","commentRight");if(ro.raws.inline){var Ln=ro.raws.text||ro.text;this.builder("//"+Ro+Ln+vi,ro)}else this.builder("/*"+Ro+ro.text+vi+"*/",ro)},Oo.decl=function(ro,Ro){if(!ro.isNested)Io.prototype.decl.call(this,ro,Ro);else{var vi=this.raw(ro,"between","colon"),Ln=ro.prop+vi+this.rawValue(ro,"value");ro.important&&(Ln+=ro.raws.important||" !important"),this.builder(Ln+"{",ro,"start");var za;ro.nodes&&ro.nodes.length?(this.body(ro),za=this.raw(ro,"after")):za=this.raw(ro,"after","emptyBody"),za&&this.builder(za),this.builder("}",ro,"end")}},Oo.rawValue=function(ro,Ro){var vi=ro[Ro],Ln=ro.raws[Ro];return Ln&&Ln.value===vi?Ln.scss?Ln.scss:Ln.raw:vi},xo}(Fa);Ka.exports=to}}),yc=eo({"node_modules/postcss-scss/lib/scss-stringify.js"(Wn,Ka){Ts();var La=Uu();Ka.exports=function(Fa,to){var Io=new La(to);Io.stringify(Fa)}}}),Fc=eo({"node_modules/postcss-scss/lib/nested-declaration.js"(Wn,Ka){Ts();function La(Io,xo){Io.prototype=Object.create(xo.prototype),Io.prototype.constructor=Io,Io.__proto__=xo}var Fa=Bu(),to=function(Io){La(xo,Io);function xo(Oo){var ro;return ro=Io.call(this,Oo)||this,ro.type="decl",ro.isNested=!0,ro.nodes||(ro.nodes=[]),ro}return xo}(Fa);Ka.exports=to}}),zc=eo({"node_modules/postcss-scss/lib/scss-tokenize.js"(Wn,Ka){Ts();var La=39,Fa=34,to=92,Io=47,xo=10,Oo=32,ro=12,Ro=9,vi=13,Ln=91,za=93,Na=40,Zo=41,Fo=123,Ss=125,_s=59,Uo=42,Qs=58,nl=64,yl=44,Hu=35,pc=/[ \n\t\r\f{}()'"\\;/[\]#]/g,Ec=/[ \n\t\r\f(){}:;@!'"\\\][#]|\/(?=\*)/g,Vc=/.[\\/("'\n]/,Hc=/[a-f0-9]/i,Kc=/[\r\f\n]/g;Ka.exports=function(qc,Uc){Uc===void 0&&(Uc={});var tc=qc.css.valueOf(),Du=Uc.ignoreErrors,rc,Au,Ef,Fd,ef,Rd,yd,Ac,Xc,Qc,id,ml,fu,Tu,hc=tc.length,cl=-1,$c=1,Nc=0,Hf=[],_f=[];function sf(Sf){throw qc.error("Unclosed "+Sf,$c,Nc-cl)}function $p(){return _f.length===0&&Nc>=hc}function fp(){for(var Sf=1,Mf=!1,Af=!1;Sf>0;)Au+=1,tc.length<=Au&&sf("interpolation"),rc=tc.charCodeAt(Au),ml=tc.charCodeAt(Au+1),Mf?!Af&&rc===Mf?(Mf=!1,Af=!1):rc===to?Af=!Qc:Af&&(Af=!1):rc===La||rc===Fa?Mf=rc:rc===Ss?Sf-=1:rc===Hu&&ml===Fo&&(Sf+=1)}function Nf(){if(_f.length)return _f.pop();if(!(Nc>=hc)){switch(rc=tc.charCodeAt(Nc),(rc===xo||rc===ro||rc===vi&&tc.charCodeAt(Nc+1)!==xo)&&(cl=Nc,$c+=1),rc){case xo:case Oo:case Ro:case vi:case ro:Au=Nc;do Au+=1,rc=tc.charCodeAt(Au),rc===xo&&(cl=Au,$c+=1);while(rc===Oo||rc===xo||rc===Ro||rc===vi||rc===ro);fu=["space",tc.slice(Nc,Au)],Nc=Au-1;break;case Ln:fu=["[","[",$c,Nc-cl];break;case za:fu=["]","]",$c,Nc-cl];break;case Fo:fu=["{","{",$c,Nc-cl];break;case Ss:fu=["}","}",$c,Nc-cl];break;case yl:fu=["word",",",$c,Nc-cl,$c,Nc-cl+1];break;case Qs:fu=[":",":",$c,Nc-cl];break;case _s:fu=[";",";",$c,Nc-cl];break;case Na:if(id=Hf.length?Hf.pop()[1]:"",ml=tc.charCodeAt(Nc+1),id==="url"&&ml!==La&&ml!==Fa){for(Tu=1,Qc=!1,Au=Nc+1;Au<=tc.length-1;){if(ml=tc.charCodeAt(Au),ml===to)Qc=!Qc;else if(ml===Na)Tu+=1;else if(ml===Zo&&(Tu-=1,Tu===0))break;Au+=1}Rd=tc.slice(Nc,Au+1),Fd=Rd.split(`
`),ef=Fd.length-1,ef>0?(Ac=$c+ef,Xc=Au-Fd[ef].length):(Ac=$c,Xc=cl),fu=["brackets",Rd,$c,Nc-cl,Ac,Au-Xc],cl=Xc,$c=Ac,Nc=Au}else Au=tc.indexOf(")",Nc+1),Rd=tc.slice(Nc,Au+1),Au===-1||Vc.test(Rd)?fu=["(","(",$c,Nc-cl]:(fu=["brackets",Rd,$c,Nc-cl,$c,Au-cl],Nc=Au);break;case Zo:fu=[")",")",$c,Nc-cl];break;case La:case Fa:for(Ef=rc,Au=Nc,Qc=!1;Au<hc&&(Au++,Au===hc&&sf("string"),rc=tc.charCodeAt(Au),ml=tc.charCodeAt(Au+1),!(!Qc&&rc===Ef));)rc===to?Qc=!Qc:Qc?Qc=!1:rc===Hu&&ml===Fo&&fp();Rd=tc.slice(Nc,Au+1),Fd=Rd.split(`
`),ef=Fd.length-1,ef>0?(Ac=$c+ef,Xc=Au-Fd[ef].length):(Ac=$c,Xc=cl),fu=["string",tc.slice(Nc,Au+1),$c,Nc-cl,Ac,Au-Xc],cl=Xc,$c=Ac,Nc=Au;break;case nl:pc.lastIndex=Nc+1,pc.test(tc),pc.lastIndex===0?Au=tc.length-1:Au=pc.lastIndex-2,fu=["at-word",tc.slice(Nc,Au+1),$c,Nc-cl,$c,Au-cl],Nc=Au;break;case to:for(Au=Nc,yd=!0;tc.charCodeAt(Au+1)===to;)Au+=1,yd=!yd;if(rc=tc.charCodeAt(Au+1),yd&&rc!==Io&&rc!==Oo&&rc!==xo&&rc!==Ro&&rc!==vi&&rc!==ro&&(Au+=1,Hc.test(tc.charAt(Au)))){for(;Hc.test(tc.charAt(Au+1));)Au+=1;tc.charCodeAt(Au+1)===Oo&&(Au+=1)}fu=["word",tc.slice(Nc,Au+1),$c,Nc-cl,$c,Au-cl],Nc=Au;break;default:ml=tc.charCodeAt(Nc+1),rc===Hu&&ml===Fo?(Au=Nc,fp(),Rd=tc.slice(Nc,Au+1),Fd=Rd.split(`
`),ef=Fd.length-1,ef>0?(Ac=$c+ef,Xc=Au-Fd[ef].length):(Ac=$c,Xc=cl),fu=["word",Rd,$c,Nc-cl,Ac,Au-Xc],cl=Xc,$c=Ac,Nc=Au):rc===Io&&ml===Uo?(Au=tc.indexOf("*/",Nc+2)+1,Au===0&&(Du?Au=tc.length:sf("comment")),Rd=tc.slice(Nc,Au+1),Fd=Rd.split(`
`),ef=Fd.length-1,ef>0?(Ac=$c+ef,Xc=Au-Fd[ef].length):(Ac=$c,Xc=cl),fu=["comment",Rd,$c,Nc-cl,Ac,Au-Xc],cl=Xc,$c=Ac,Nc=Au):rc===Io&&ml===Io?(Kc.lastIndex=Nc+1,Kc.test(tc),Kc.lastIndex===0?Au=tc.length-1:Au=Kc.lastIndex-2,Rd=tc.slice(Nc,Au+1),fu=["comment",Rd,$c,Nc-cl,$c,Au-cl,"inline"],Nc=Au):(Ec.lastIndex=Nc+1,Ec.test(tc),Ec.lastIndex===0?Au=tc.length-1:Au=Ec.lastIndex-2,fu=["word",tc.slice(Nc,Au+1),$c,Nc-cl,$c,Au-cl],Hf.push(fu),Nc=Au);break}return Nc++,fu}}function ud(Sf){_f.push(Sf)}return{back:ud,nextToken:Nf,endOfFile:$p}}}}),jd=eo({"node_modules/postcss-scss/lib/scss-parser.js"(Wn,Ka){Ts();function La(ro,Ro){ro.prototype=Object.create(Ro.prototype),ro.prototype.constructor=ro,ro.__proto__=Ro}var Fa=Rs(),to=no(),Io=Fc(),xo=zc(),Oo=function(ro){La(Ro,ro);function Ro(){return ro.apply(this,arguments)||this}var vi=Ro.prototype;return vi.createTokenizer=function(){this.tokenizer=xo(this.input)},vi.rule=function(Ln){for(var za=!1,Na=0,Zo="",_s=Ln,Fo=Array.isArray(_s),Ss=0,_s=Fo?_s:_s[Symbol.iterator]();;){var Uo;if(Fo){if(Ss>=_s.length)break;Uo=_s[Ss++]}else{if(Ss=_s.next(),Ss.done)break;Uo=Ss.value}var Qs=Uo;if(za)Qs[0]!=="comment"&&Qs[0]!=="{"&&(Zo+=Qs[1]);else{if(Qs[0]==="space"&&Qs[1].indexOf(`
`)!==-1)break;Qs[0]==="("?Na+=1:Qs[0]===")"?Na-=1:Na===0&&Qs[0]===":"&&(za=!0)}}if(!za||Zo.trim()===""||/^[a-zA-Z-:#]/.test(Zo))ro.prototype.rule.call(this,Ln);else{Ln.pop();var nl=new Io;this.init(nl);var yl=Ln[Ln.length-1];for(yl[4]?nl.source.end={line:yl[4],column:yl[5]}:nl.source.end={line:yl[2],column:yl[3]};Ln[0][0]!=="word";)nl.raws.before+=Ln.shift()[1];for(nl.source.start={line:Ln[0][2],column:Ln[0][3]},nl.prop="";Ln.length;){var Hu=Ln[0][0];if(Hu===":"||Hu==="space"||Hu==="comment")break;nl.prop+=Ln.shift()[1]}nl.raws.between="";for(var pc;Ln.length;)if(pc=Ln.shift(),pc[0]===":"){nl.raws.between+=pc[1];break}else nl.raws.between+=pc[1];(nl.prop[0]==="_"||nl.prop[0]==="*")&&(nl.raws.before+=nl.prop[0],nl.prop=nl.prop.slice(1)),nl.raws.between+=this.spacesAndCommentsFromStart(Ln),this.precheckMissedSemicolon(Ln);for(var Ec=Ln.length-1;Ec>0;Ec--){if(pc=Ln[Ec],pc[1]==="!important"){nl.important=!0;var Vc=this.stringFrom(Ln,Ec);Vc=this.spacesFromEnd(Ln)+Vc,Vc!==" !important"&&(nl.raws.important=Vc);break}else if(pc[1]==="important"){for(var Hc=Ln.slice(0),Kc="",qc=Ec;qc>0;qc--){var Uc=Hc[qc][0];if(Kc.trim().indexOf("!")===0&&Uc!=="space")break;Kc=Hc.pop()[1]+Kc}Kc.trim().indexOf("!")===0&&(nl.important=!0,nl.raws.important=Kc,Ln=Hc)}if(pc[0]!=="space"&&pc[0]!=="comment")break}this.raw(nl,"value",Ln),nl.value.indexOf(":")!==-1&&this.checkMissedSemicolon(Ln),this.current=nl}},vi.comment=function(Ln){if(Ln[6]==="inline"){var za=new Fa;this.init(za,Ln[2],Ln[3]),za.raws.inline=!0,za.source.end={line:Ln[4],column:Ln[5]};var Na=Ln[1].slice(2);if(/^\s*$/.test(Na))za.text="",za.raws.left=Na,za.raws.right="";else{var Zo=Na.match(/^(\s*)([^]*[^\s])(\s*)$/),Fo=Zo[2].replace(/(\*\/|\/\*)/g,"*//*");za.text=Fo,za.raws.left=Zo[1],za.raws.right=Zo[3],za.raws.text=Zo[2]}}else ro.prototype.comment.call(this,Ln)},vi.raw=function(Ln,za,Na){if(ro.prototype.raw.call(this,Ln,za,Na),Ln.raws[za]){var Zo=Ln.raws[za].raw;Ln.raws[za].raw=Na.reduce(function(Fo,Ss){if(Ss[0]==="comment"&&Ss[6]==="inline"){var _s=Ss[1].slice(2).replace(/(\*\/|\/\*)/g,"*//*");return Fo+"/*"+_s+"*/"}else return Fo+Ss[1]},""),Zo!==Ln.raws[za].raw&&(Ln.raws[za].scss=Zo)}},Ro}(to);Ka.exports=Oo}}),Bc=eo({"node_modules/postcss-scss/lib/scss-parse.js"(Wn,Ka){Ts();var La=Ys(),Fa=jd();Ka.exports=function(to,Io){var xo=new La(to,Io),Oo=new Fa(xo);return Oo.parse(),Oo.root}}}),cf=eo({"node_modules/postcss-scss/lib/scss-syntax.js"(Wn,Ka){Ts();var La=yc(),Fa=Bc();Ka.exports={parse:Fa,stringify:La}}});Ts();var Gf=js(),kf=Gs(),gf=uc(),{hasPragma:nd}=Iu(),{locStart:Td,locEnd:sp}=is(),{calculateLoc:lp,replaceQuotesInInlineComments:Ap}=is(),ep=ku(),of=Vl(),bf=cc(),yf=Lc(),Wd=wd(),Kd=Nd(),ld=Tf(),Yd=vf(),$f=Wn=>{for(;Wn.parent;)Wn=Wn.parent;return Wn};function Kp(Wn,Ka){let{nodes:La}=Wn,Fa={open:null,close:null,groups:[],type:"paren_group"},to=[Fa],Io=Fa,xo={groups:[],type:"comma_group"},Oo=[xo];for(let ro=0;ro<La.length;++ro){let Ro=La[ro];if(yf(Ka.parser,Ro.value)&&Ro.type==="number"&&Ro.unit===".."&&kf(Ro.value)==="."&&(Ro.value=Ro.value.slice(0,-1),Ro.unit="..."),Ro.type==="func"&&Ro.value==="selector"&&(Ro.group.groups=[dp($f(Wn).text.slice(Ro.group.open.sourceIndex+1,Ro.group.close.sourceIndex))]),Ro.type==="func"&&Ro.value==="url"){let vi=Ro.group&&Ro.group.groups||[],Ln=[];for(let za=0;za<vi.length;za++){let Na=vi[za];Na.type==="comma_group"?Ln=[...Ln,...Na.groups]:Ln.push(Na)}if(ep(Ln)||!of(Ln)&&!Kd(Ln[0])){let za=ld({groups:Ro.group.groups});Ro.group.groups=[za.trim()]}}if(Ro.type==="paren"&&Ro.value==="(")Fa={open:Ro,close:null,groups:[],type:"paren_group"},to.push(Fa),xo={groups:[],type:"comma_group"},Oo.push(xo);else if(Ro.type==="paren"&&Ro.value===")"){if(xo.groups.length>0&&Fa.groups.push(xo),Fa.close=Ro,Oo.length===1)throw new Error("Unbalanced parenthesis");Oo.pop(),xo=kf(Oo),xo.groups.push(Fa),to.pop(),Fa=kf(to)}else Ro.type==="comma"?(Fa.groups.push(xo),xo={groups:[],type:"comma_group"},Oo[Oo.length-1]=xo):xo.groups.push(Ro)}return xo.groups.length>0&&Fa.groups.push(xo),Io}function _m(Wn){return Wn.type==="paren_group"&&!Wn.open&&!Wn.close&&Wn.groups.length===1||Wn.type==="comma_group"&&Wn.groups.length===1?_m(Wn.groups[0]):Wn.type==="paren_group"||Wn.type==="comma_group"?Object.assign(Object.assign({},Wn),{},{groups:Wn.groups.map(_m)}):Wn}function cp(Wn,Ka,La){if(Wn&&typeof Wn=="object"){delete Wn.parent;for(let Fa in Wn)cp(Wn[Fa],Ka,La),Fa==="type"&&typeof Wn[Fa]=="string"&&!Wn[Fa].startsWith(Ka)&&(!La||!La.test(Wn[Fa]))&&(Wn[Fa]=Ka+Wn[Fa])}return Wn}function qh(Wn){if(Wn&&typeof Wn=="object"){delete Wn.parent;for(let Ka in Wn)qh(Wn[Ka]);!Array.isArray(Wn)&&Wn.value&&!Wn.type&&(Wn.type="unknown")}return Wn}function zh(Wn,Ka){if(Wn&&typeof Wn=="object"){for(let La in Wn)La!=="parent"&&(zh(Wn[La],Ka),La==="nodes"&&(Wn.group=_m(Kp(Wn,Ka)),delete Wn[La]));delete Wn.parent}return Wn}function Ff(Wn,Ka){let La=Th(),Fa=null;try{Fa=La(Wn,{loose:!0}).parse()}catch{return{type:"value-unknown",value:Wn}}Fa.text=Wn;let to=zh(Fa,Ka);return cp(to,"value-",/^selector-/)}function dp(Wn){if(/\/\/|\/\*/.test(Wn))return{type:"selector-unknown",value:Wn.trim()};let Ka=nm(),La=null;try{Ka(Fa=>{La=Fa}).process(Wn)}catch{return{type:"selector-unknown",value:Wn}}return cp(La,"selector-")}function uh(Wn){let Ka=Wp().default,La=null;try{La=Ka(Wn)}catch{return{type:"selector-unknown",value:Wn}}return cp(qh(La),"media-")}var Ah=/(\s*)(!default).*$/,Uf=/(\s*)(!global).*$/;function Cf(Wn,Ka){if(Wn&&typeof Wn=="object"){delete Wn.parent;for(let ro in Wn)Cf(Wn[ro],Ka);if(!Wn.type)return Wn;Wn.raws||(Wn.raws={});let Io="";if(typeof Wn.selector=="string"){var La;Io=Wn.raws.selector?(La=Wn.raws.selector.scss)!==null&&La!==void 0?La:Wn.raws.selector.raw:Wn.selector,Wn.raws.between&&Wn.raws.between.trim().length>0&&(Io+=Wn.raws.between),Wn.raws.selector=Io}let xo="";if(typeof Wn.value=="string"){var Fa;xo=Wn.raws.value?(Fa=Wn.raws.value.scss)!==null&&Fa!==void 0?Fa:Wn.raws.value.raw:Wn.value,xo=xo.trim(),Wn.raws.value=xo}let Oo="";if(typeof Wn.params=="string"){var to;Oo=Wn.raws.params?(to=Wn.raws.params.scss)!==null&&to!==void 0?to:Wn.raws.params.raw:Wn.params,Wn.raws.afterName&&Wn.raws.afterName.trim().length>0&&(Oo=Wn.raws.afterName+Oo),Wn.raws.between&&Wn.raws.between.trim().length>0&&(Oo=Oo+Wn.raws.between),Oo=Oo.trim(),Wn.raws.params=Oo}if(Io.trim().length>0)return Io.startsWith("@")&&Io.endsWith(":")?Wn:Wn.mixin?(Wn.selector=Ff(Io,Ka),Wn):(Wd(Wn)&&(Wn.isSCSSNesterProperty=!0),Wn.selector=dp(Io),Wn);if(xo.length>0){let ro=xo.match(Ah);ro&&(xo=xo.slice(0,ro.index),Wn.scssDefault=!0,ro[0].trim()!=="!default"&&(Wn.raws.scssDefault=ro[0]));let Ro=xo.match(Uf);if(Ro&&(xo=xo.slice(0,Ro.index),Wn.scssGlobal=!0,Ro[0].trim()!=="!global"&&(Wn.raws.scssGlobal=Ro[0])),xo.startsWith("progid:"))return{type:"value-unknown",value:xo};Wn.value=Ff(xo,Ka)}if(bf(Ka)&&Wn.type==="css-decl"&&xo.startsWith("extend(")&&(Wn.extend||(Wn.extend=Wn.raws.between===":"),Wn.extend&&!Wn.selector&&(delete Wn.value,Wn.selector=dp(xo.slice(7,-1)))),Wn.type==="css-atrule"){if(bf(Ka)){if(Wn.mixin){let ro=Wn.raws.identifier+Wn.name+Wn.raws.afterName+Wn.raws.params;return Wn.selector=dp(ro),delete Wn.params,Wn}if(Wn.function)return Wn}if(Ka.parser==="css"&&Wn.name==="custom-selector"){let ro=Wn.params.match(/:--\S+\s+/)[0].trim();return Wn.customSelector=ro,Wn.selector=dp(Wn.params.slice(ro.length).trim()),delete Wn.params,Wn}if(bf(Ka)){if(Wn.name.includes(":")&&!Wn.params){Wn.variable=!0;let ro=Wn.name.split(":");Wn.name=ro[0],Wn.value=Ff(ro.slice(1).join(":"),Ka)}if(!["page","nest","keyframes"].includes(Wn.name)&&Wn.params&&Wn.params[0]===":"){Wn.variable=!0;let ro=Wn.params.slice(1);ro&&(Wn.value=Ff(ro,Ka)),Wn.raws.afterName+=":"}if(Wn.variable)return delete Wn.params,Wn.value||delete Wn.value,Wn}}if(Wn.type==="css-atrule"&&Oo.length>0){let{name:ro}=Wn,Ro=Wn.name.toLowerCase();return ro==="warn"||ro==="error"?(Wn.params={type:"media-unknown",value:Oo},Wn):ro==="extend"||ro==="nest"?(Wn.selector=dp(Oo),delete Wn.params,Wn):ro==="at-root"?(/^\(\s*(?:without|with)\s*:.+\)$/s.test(Oo)?Wn.params=Ff(Oo,Ka):(Wn.selector=dp(Oo),delete Wn.params),Wn):Yd(Ro)?(Wn.import=!0,delete Wn.filename,Wn.params=Ff(Oo,Ka),Wn):["namespace","supports","if","else","for","each","while","debug","mixin","include","function","return","define-mixin","add-mixin"].includes(ro)?(Oo=Oo.replace(/(\$\S+?)(\s+)?\.{3}/,"$1...$2"),Oo=Oo.replace(/^(?!if)(\S+)(\s+)\(/,"$1($2"),Wn.value=Ff(Oo,Ka),delete Wn.params,Wn):["media","custom-media"].includes(Ro)?Oo.includes("#{")?{type:"media-unknown",value:Oo}:(Wn.params=uh(Oo),Wn):(Wn.params=Oo,Wn)}}return Wn}function am(Wn,Ka,La){let Fa=gf(Ka),{frontMatter:to}=Fa;Ka=Fa.content;let Io;try{Io=Wn(Ka)}catch(xo){let{name:Oo,reason:ro,line:Ro,column:vi}=xo;throw typeof Ro!="number"?xo:Gf(`${Oo}: ${ro}`,{start:{line:Ro,column:vi}})}return Io=Cf(cp(Io,"css-"),La),lp(Io,Ka),to&&(to.source={startOffset:0,endOffset:to.raw.length},Io.nodes.unshift(to)),Io}function Dh(Wn,Ka){let La=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Fa=yf(La.parser,Wn)?[Bp,Mh]:[Mh,Bp],to;for(let Io of Fa)try{return Io(Wn,Ka,La)}catch(xo){to=to||xo}if(to)throw to}function Mh(Wn,Ka){let La=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Fa=gu();return am(to=>Fa.parse(Ap(to)),Wn,La)}function Bp(Wn,Ka){let La=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},{parse:Fa}=cf();return am(Fa,Wn,La)}var Wf={astFormat:"postcss",hasPragma:nd,locStart:Td,locEnd:sp};ca.exports={parsers:{css:Object.assign(Object.assign({},Wf),{},{parse:Dh}),less:Object.assign(Object.assign({},Wf),{},{parse:Mh}),scss:Object.assign(Object.assign({},Wf),{},{parse:Bp})}}});return Sa()})})(parserPostcss);var parserPostcssExports=parserPostcss.exports;const prettierCss=getDefaultExportFromCjs(parserPostcssExports);var parserMarkdown={exports:{}};(function(e,t){(function(y){e.exports=y()})(function(){var y=(bl,Wa)=>()=>(Wa||bl((Wa={exports:{}}).exports,Wa),Wa.exports),n=y((bl,Wa)=>{var Ao=function(ks){return ks&&ks.Math==Math&&ks};Wa.exports=Ao(typeof globalThis=="object"&&globalThis)||Ao(typeof window=="object"&&window)||Ao(typeof self=="object"&&self)||Ao(typeof commonjsGlobal=="object"&&commonjsGlobal)||function(){return this}()||Function("return this")()}),$=y((bl,Wa)=>{Wa.exports=function(Ao){try{return!!Ao()}catch{return!0}}}),k=y((bl,Wa)=>{var Ao=$();Wa.exports=!Ao(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),L=y((bl,Wa)=>{var Ao=$();Wa.exports=!Ao(function(){var ks=(function(){}).bind();return typeof ks!="function"||ks.hasOwnProperty("prototype")})}),j=y((bl,Wa)=>{var Ao=L(),ks=Function.prototype.call;Wa.exports=Ao?ks.bind(ks):function(){return ks.apply(ks,arguments)}}),V=y(bl=>{var Wa={}.propertyIsEnumerable,Ao=Object.getOwnPropertyDescriptor,ks=Ao&&!Wa.call({1:2},1);bl.f=ks?function(Bo){var Hr=Ao(this,Bo);return!!Hr&&Hr.enumerable}:Wa}),z=y((bl,Wa)=>{Wa.exports=function(Ao,ks){return{enumerable:!(Ao&1),configurable:!(Ao&2),writable:!(Ao&4),value:ks}}}),re=y((bl,Wa)=>{var Ao=L(),ks=Function.prototype,Bo=ks.call,Hr=Ao&&ks.bind.bind(Bo,Bo);Wa.exports=Ao?Hr:function(ui){return function(){return Bo.apply(ui,arguments)}}}),oe=y((bl,Wa)=>{var Ao=re(),ks=Ao({}.toString),Bo=Ao("".slice);Wa.exports=function(Hr){return Bo(ks(Hr),8,-1)}}),ue=y((bl,Wa)=>{var Ao=re(),ks=$(),Bo=oe(),Hr=Object,ui=Ao("".split);Wa.exports=ks(function(){return!Hr("z").propertyIsEnumerable(0)})?function(En){return Bo(En)=="String"?ui(En,""):Hr(En)}:Hr}),de=y((bl,Wa)=>{Wa.exports=function(Ao){return Ao==null}}),_e=y((bl,Wa)=>{var Ao=de(),ks=TypeError;Wa.exports=function(Bo){if(Ao(Bo))throw ks("Can't call method on "+Bo);return Bo}}),Ne=y((bl,Wa)=>{var Ao=ue(),ks=_e();Wa.exports=function(Bo){return Ao(ks(Bo))}}),Ue=y((bl,Wa)=>{var Ao=typeof document=="object"&&document.all,ks=typeof Ao>"u"&&Ao!==void 0;Wa.exports={all:Ao,IS_HTMLDDA:ks}}),$e=y((bl,Wa)=>{var Ao=Ue(),ks=Ao.all;Wa.exports=Ao.IS_HTMLDDA?function(Bo){return typeof Bo=="function"||Bo===ks}:function(Bo){return typeof Bo=="function"}}),Ve=y((bl,Wa)=>{var Ao=$e(),ks=Ue(),Bo=ks.all;Wa.exports=ks.IS_HTMLDDA?function(Hr){return typeof Hr=="object"?Hr!==null:Ao(Hr)||Hr===Bo}:function(Hr){return typeof Hr=="object"?Hr!==null:Ao(Hr)}}),Fe=y((bl,Wa)=>{var Ao=n(),ks=$e(),Bo=function(Hr){return ks(Hr)?Hr:void 0};Wa.exports=function(Hr,ui){return arguments.length<2?Bo(Ao[Hr]):Ao[Hr]&&Ao[Hr][ui]}}),qe=y((bl,Wa)=>{var Ao=re();Wa.exports=Ao({}.isPrototypeOf)}),er=y((bl,Wa)=>{var Ao=Fe();Wa.exports=Ao("navigator","userAgent")||""}),ir=y((bl,Wa)=>{var Ao=n(),ks=er(),Bo=Ao.process,Hr=Ao.Deno,ui=Bo&&Bo.versions||Hr&&Hr.version,En=ui&&ui.v8,An,Gi;En&&(An=En.split("."),Gi=An[0]>0&&An[0]<4?1:+(An[0]+An[1])),!Gi&&ks&&(An=ks.match(/Edge\/(\d+)/),(!An||An[1]>=74)&&(An=ks.match(/Chrome\/(\d+)/),An&&(Gi=+An[1]))),Wa.exports=Gi}),dr=y((bl,Wa)=>{var Ao=ir(),ks=$();Wa.exports=!!Object.getOwnPropertySymbols&&!ks(function(){var Bo=Symbol();return!String(Bo)||!(Object(Bo)instanceof Symbol)||!Symbol.sham&&Ao&&Ao<41})}),cr=y((bl,Wa)=>{var Ao=dr();Wa.exports=Ao&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),nr=y((bl,Wa)=>{var Ao=Fe(),ks=$e(),Bo=qe(),Hr=cr(),ui=Object;Wa.exports=Hr?function(En){return typeof En=="symbol"}:function(En){var An=Ao("Symbol");return ks(An)&&Bo(An.prototype,ui(En))}}),lr=y((bl,Wa)=>{var Ao=String;Wa.exports=function(ks){try{return Ao(ks)}catch{return"Object"}}}),Et=y((bl,Wa)=>{var Ao=$e(),ks=lr(),Bo=TypeError;Wa.exports=function(Hr){if(Ao(Hr))return Hr;throw Bo(ks(Hr)+" is not a function")}}),ie=y((bl,Wa)=>{var Ao=Et(),ks=de();Wa.exports=function(Bo,Hr){var ui=Bo[Hr];return ks(ui)?void 0:Ao(ui)}}),pe=y((bl,Wa)=>{var Ao=j(),ks=$e(),Bo=Ve(),Hr=TypeError;Wa.exports=function(ui,En){var An,Gi;if(En==="string"&&ks(An=ui.toString)&&!Bo(Gi=Ao(An,ui))||ks(An=ui.valueOf)&&!Bo(Gi=Ao(An,ui))||En!=="string"&&ks(An=ui.toString)&&!Bo(Gi=Ao(An,ui)))return Gi;throw Hr("Can't convert object to primitive value")}}),Ce=y((bl,Wa)=>{Wa.exports=!1}),Ie=y((bl,Wa)=>{var Ao=n(),ks=Object.defineProperty;Wa.exports=function(Bo,Hr){try{ks(Ao,Bo,{value:Hr,configurable:!0,writable:!0})}catch{Ao[Bo]=Hr}return Hr}}),jt=y((bl,Wa)=>{var Ao=n(),ks=Ie(),Bo="__core-js_shared__",Hr=Ao[Bo]||ks(Bo,{});Wa.exports=Hr}),ar=y((bl,Wa)=>{var Ao=Ce(),ks=jt();(Wa.exports=function(Bo,Hr){return ks[Bo]||(ks[Bo]=Hr!==void 0?Hr:{})})("versions",[]).push({version:"3.26.1",mode:Ao?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})}),ur=y((bl,Wa)=>{var Ao=_e(),ks=Object;Wa.exports=function(Bo){return ks(Ao(Bo))}}),kt=y((bl,Wa)=>{var Ao=re(),ks=ur(),Bo=Ao({}.hasOwnProperty);Wa.exports=Object.hasOwn||function(Hr,ui){return Bo(ks(Hr),ui)}}),he=y((bl,Wa)=>{var Ao=re(),ks=0,Bo=Math.random(),Hr=Ao(1 .toString);Wa.exports=function(ui){return"Symbol("+(ui===void 0?"":ui)+")_"+Hr(++ks+Bo,36)}}),tr=y((bl,Wa)=>{var Ao=n(),ks=ar(),Bo=kt(),Hr=he(),ui=dr(),En=cr(),An=ks("wks"),Gi=Ao.Symbol,Ki=Gi&&Gi.for,Ea=En?Gi:Gi&&Gi.withoutSetter||Hr;Wa.exports=function(aa){if(!Bo(An,aa)||!(ui||typeof An[aa]=="string")){var Qo="Symbol."+aa;ui&&Bo(Gi,aa)?An[aa]=Gi[aa]:En&&Ki?An[aa]=Ki(Qo):An[aa]=Ea(Qo)}return An[aa]}}),gr=y((bl,Wa)=>{var Ao=j(),ks=Ve(),Bo=nr(),Hr=ie(),ui=pe(),En=tr(),An=TypeError,Gi=En("toPrimitive");Wa.exports=function(Ki,Ea){if(!ks(Ki)||Bo(Ki))return Ki;var aa=Hr(Ki,Gi),Qo;if(aa){if(Ea===void 0&&(Ea="default"),Qo=Ao(aa,Ki,Ea),!ks(Qo)||Bo(Qo))return Qo;throw An("Can't convert object to primitive value")}return Ea===void 0&&(Ea="number"),ui(Ki,Ea)}}),_r=y((bl,Wa)=>{var Ao=gr(),ks=nr();Wa.exports=function(Bo){var Hr=Ao(Bo,"string");return ks(Hr)?Hr:Hr+""}}),yr=y((bl,Wa)=>{var Ao=n(),ks=Ve(),Bo=Ao.document,Hr=ks(Bo)&&ks(Bo.createElement);Wa.exports=function(ui){return Hr?Bo.createElement(ui):{}}}),xr=y((bl,Wa)=>{var Ao=k(),ks=$(),Bo=yr();Wa.exports=!Ao&&!ks(function(){return Object.defineProperty(Bo("div"),"a",{get:function(){return 7}}).a!=7})}),Nr=y(bl=>{var Wa=k(),Ao=j(),ks=V(),Bo=z(),Hr=Ne(),ui=_r(),En=kt(),An=xr(),Gi=Object.getOwnPropertyDescriptor;bl.f=Wa?Gi:function(Ki,Ea){if(Ki=Hr(Ki),Ea=ui(Ea),An)try{return Gi(Ki,Ea)}catch{}if(En(Ki,Ea))return Bo(!Ao(ks.f,Ki,Ea),Ki[Ea])}}),Tr=y((bl,Wa)=>{var Ao=k(),ks=$();Wa.exports=Ao&&ks(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),Sr=y((bl,Wa)=>{var Ao=Ve(),ks=String,Bo=TypeError;Wa.exports=function(Hr){if(Ao(Hr))return Hr;throw Bo(ks(Hr)+" is not an object")}}),Ar=y(bl=>{var Wa=k(),Ao=xr(),ks=Tr(),Bo=Sr(),Hr=_r(),ui=TypeError,En=Object.defineProperty,An=Object.getOwnPropertyDescriptor,Gi="enumerable",Ki="configurable",Ea="writable";bl.f=Wa?ks?function(aa,Qo,Eo){if(Bo(aa),Qo=Hr(Qo),Bo(Eo),typeof aa=="function"&&Qo==="prototype"&&"value"in Eo&&Ea in Eo&&!Eo[Ea]){var Vo=An(aa,Qo);Vo&&Vo[Ea]&&(aa[Qo]=Eo.value,Eo={configurable:Ki in Eo?Eo[Ki]:Vo[Ki],enumerable:Gi in Eo?Eo[Gi]:Vo[Gi],writable:!1})}return En(aa,Qo,Eo)}:En:function(aa,Qo,Eo){if(Bo(aa),Qo=Hr(Qo),Bo(Eo),Ao)try{return En(aa,Qo,Eo)}catch{}if("get"in Eo||"set"in Eo)throw ui("Accessors not supported");return"value"in Eo&&(aa[Qo]=Eo.value),aa}}),Fr=y((bl,Wa)=>{var Ao=k(),ks=Ar(),Bo=z();Wa.exports=Ao?function(Hr,ui,En){return ks.f(Hr,ui,Bo(1,En))}:function(Hr,ui,En){return Hr[ui]=En,Hr}}),Gr=y((bl,Wa)=>{var Ao=k(),ks=kt(),Bo=Function.prototype,Hr=Ao&&Object.getOwnPropertyDescriptor,ui=ks(Bo,"name"),En=ui&&(function(){}).name==="something",An=ui&&(!Ao||Ao&&Hr(Bo,"name").configurable);Wa.exports={EXISTS:ui,PROPER:En,CONFIGURABLE:An}}),Vr=y((bl,Wa)=>{var Ao=re(),ks=$e(),Bo=jt(),Hr=Ao(Function.toString);ks(Bo.inspectSource)||(Bo.inspectSource=function(ui){return Hr(ui)}),Wa.exports=Bo.inspectSource}),Dr=y((bl,Wa)=>{var Ao=n(),ks=$e(),Bo=Ao.WeakMap;Wa.exports=ks(Bo)&&/native code/.test(String(Bo))}),Ir=y((bl,Wa)=>{var Ao=ar(),ks=he(),Bo=Ao("keys");Wa.exports=function(Hr){return Bo[Hr]||(Bo[Hr]=ks(Hr))}}),Br=y((bl,Wa)=>{Wa.exports={}}),Rr=y((bl,Wa)=>{var Ao=Dr(),ks=n(),Bo=Ve(),Hr=Fr(),ui=kt(),En=jt(),An=Ir(),Gi=Br(),Ki="Object already initialized",Ea=ks.TypeError,aa=ks.WeakMap,Qo,Eo,Vo,vs=function(Mo){return Vo(Mo)?Eo(Mo):Qo(Mo,{})},kn=function(Mo){return function(_u){var Bl;if(!Bo(_u)||(Bl=Eo(_u)).type!==Mo)throw Ea("Incompatible receiver, "+Mo+" required");return Bl}};Ao||En.state?(qo=En.state||(En.state=new aa),qo.get=qo.get,qo.has=qo.has,qo.set=qo.set,Qo=function(Mo,_u){if(qo.has(Mo))throw Ea(Ki);return _u.facade=Mo,qo.set(Mo,_u),_u},Eo=function(Mo){return qo.get(Mo)||{}},Vo=function(Mo){return qo.has(Mo)}):(Zl=An("state"),Gi[Zl]=!0,Qo=function(Mo,_u){if(ui(Mo,Zl))throw Ea(Ki);return _u.facade=Mo,Hr(Mo,Zl,_u),_u},Eo=function(Mo){return ui(Mo,Zl)?Mo[Zl]:{}},Vo=function(Mo){return ui(Mo,Zl)});var qo,Zl;Wa.exports={set:Qo,get:Eo,has:Vo,enforce:vs,getterFor:kn}}),Lr=y((bl,Wa)=>{var Ao=$(),ks=$e(),Bo=kt(),Hr=k(),ui=Gr().CONFIGURABLE,En=Vr(),An=Rr(),Gi=An.enforce,Ki=An.get,Ea=Object.defineProperty,aa=Hr&&!Ao(function(){return Ea(function(){},"length",{value:8}).length!==8}),Qo=String(String).split("String"),Eo=Wa.exports=function(Vo,vs,kn){String(vs).slice(0,7)==="Symbol("&&(vs="["+String(vs).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),kn&&kn.getter&&(vs="get "+vs),kn&&kn.setter&&(vs="set "+vs),(!Bo(Vo,"name")||ui&&Vo.name!==vs)&&(Hr?Ea(Vo,"name",{value:vs,configurable:!0}):Vo.name=vs),aa&&kn&&Bo(kn,"arity")&&Vo.length!==kn.arity&&Ea(Vo,"length",{value:kn.arity});try{kn&&Bo(kn,"constructor")&&kn.constructor?Hr&&Ea(Vo,"prototype",{writable:!1}):Vo.prototype&&(Vo.prototype=void 0)}catch{}var qo=Gi(Vo);return Bo(qo,"source")||(qo.source=Qo.join(typeof vs=="string"?vs:"")),Vo};Function.prototype.toString=Eo(function(){return ks(this)&&Ki(this).source||En(this)},"toString")}),$r=y((bl,Wa)=>{var Ao=$e(),ks=Ar(),Bo=Lr(),Hr=Ie();Wa.exports=function(ui,En,An,Gi){Gi||(Gi={});var Ki=Gi.enumerable,Ea=Gi.name!==void 0?Gi.name:En;if(Ao(An)&&Bo(An,Ea,Gi),Gi.global)Ki?ui[En]=An:Hr(En,An);else{try{Gi.unsafe?ui[En]&&(Ki=!0):delete ui[En]}catch{}Ki?ui[En]=An:ks.f(ui,En,{value:An,enumerable:!1,configurable:!Gi.nonConfigurable,writable:!Gi.nonWritable})}return ui}}),jr=y((bl,Wa)=>{var Ao=Math.ceil,ks=Math.floor;Wa.exports=Math.trunc||function(Bo){var Hr=+Bo;return(Hr>0?ks:Ao)(Hr)}}),vn=y((bl,Wa)=>{var Ao=jr();Wa.exports=function(ks){var Bo=+ks;return Bo!==Bo||Bo===0?0:Ao(Bo)}}),Kr=y((bl,Wa)=>{var Ao=vn(),ks=Math.max,Bo=Math.min;Wa.exports=function(Hr,ui){var En=Ao(Hr);return En<0?ks(En+ui,0):Bo(En,ui)}}),kr=y((bl,Wa)=>{var Ao=vn(),ks=Math.min;Wa.exports=function(Bo){return Bo>0?ks(Ao(Bo),9007199254740991):0}}),Qr=y((bl,Wa)=>{var Ao=kr();Wa.exports=function(ks){return Ao(ks.length)}}),Zr=y((bl,Wa)=>{var Ao=Ne(),ks=Kr(),Bo=Qr(),Hr=function(ui){return function(En,An,Gi){var Ki=Ao(En),Ea=Bo(Ki),aa=ks(Gi,Ea),Qo;if(ui&&An!=An){for(;Ea>aa;)if(Qo=Ki[aa++],Qo!=Qo)return!0}else for(;Ea>aa;aa++)if((ui||aa in Ki)&&Ki[aa]===An)return ui||aa||0;return!ui&&-1}};Wa.exports={includes:Hr(!0),indexOf:Hr(!1)}}),Vi=y((bl,Wa)=>{var Ao=re(),ks=kt(),Bo=Ne(),Hr=Zr().indexOf,ui=Br(),En=Ao([].push);Wa.exports=function(An,Gi){var Ki=Bo(An),Ea=0,aa=[],Qo;for(Qo in Ki)!ks(ui,Qo)&&ks(Ki,Qo)&&En(aa,Qo);for(;Gi.length>Ea;)ks(Ki,Qo=Gi[Ea++])&&(~Hr(aa,Qo)||En(aa,Qo));return aa}}),To=y((bl,Wa)=>{Wa.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),oa=y(bl=>{var Wa=Vi(),Ao=To(),ks=Ao.concat("length","prototype");bl.f=Object.getOwnPropertyNames||function(Bo){return Wa(Bo,ks)}}),Ba=y(bl=>{bl.f=Object.getOwnPropertySymbols}),rs=y((bl,Wa)=>{var Ao=Fe(),ks=re(),Bo=oa(),Hr=Ba(),ui=Sr(),En=ks([].concat);Wa.exports=Ao("Reflect","ownKeys")||function(An){var Gi=Bo.f(ui(An)),Ki=Hr.f;return Ki?En(Gi,Ki(An)):Gi}}),Mn=y((bl,Wa)=>{var Ao=kt(),ks=rs(),Bo=Nr(),Hr=Ar();Wa.exports=function(ui,En,An){for(var Gi=ks(En),Ki=Hr.f,Ea=Bo.f,aa=0;aa<Gi.length;aa++){var Qo=Gi[aa];!Ao(ui,Qo)&&!(An&&Ao(An,Qo))&&Ki(ui,Qo,Ea(En,Qo))}}}),Wr=y((bl,Wa)=>{var Ao=$(),ks=$e(),Bo=/#|\.prototype\./,Hr=function(Ki,Ea){var aa=En[ui(Ki)];return aa==Gi?!0:aa==An?!1:ks(Ea)?Ao(Ea):!!Ea},ui=Hr.normalize=function(Ki){return String(Ki).replace(Bo,".").toLowerCase()},En=Hr.data={},An=Hr.NATIVE="N",Gi=Hr.POLYFILL="P";Wa.exports=Hr}),Ur=y((bl,Wa)=>{var Ao=n(),ks=Nr().f,Bo=Fr(),Hr=$r(),ui=Ie(),En=Mn(),An=Wr();Wa.exports=function(Gi,Ki){var Ea=Gi.target,aa=Gi.global,Qo=Gi.stat,Eo,Vo,vs,kn,qo,Zl;if(aa?Vo=Ao:Qo?Vo=Ao[Ea]||ui(Ea,{}):Vo=(Ao[Ea]||{}).prototype,Vo)for(vs in Ki){if(qo=Ki[vs],Gi.dontCallGetSet?(Zl=ks(Vo,vs),kn=Zl&&Zl.value):kn=Vo[vs],Eo=An(aa?vs:Ea+(Qo?".":"#")+vs,Gi.forced),!Eo&&kn!==void 0){if(typeof qo==typeof kn)continue;En(qo,kn)}(Gi.sham||kn&&kn.sham)&&Bo(qo,"sham",!0),Hr(Vo,vs,qo,Gi)}}}),Sn=y((bl,Wa)=>{var Ao=oe();Wa.exports=Array.isArray||function(ks){return Ao(ks)=="Array"}}),Nn=y((bl,Wa)=>{var Ao=TypeError,ks=9007199254740991;Wa.exports=function(Bo){if(Bo>ks)throw Ao("Maximum allowed index exceeded");return Bo}}),Sa=y((bl,Wa)=>{var Ao=oe(),ks=re();Wa.exports=function(Bo){if(Ao(Bo)==="Function")return ks(Bo)}}),Li=y((bl,Wa)=>{var Ao=Sa(),ks=Et(),Bo=L(),Hr=Ao(Ao.bind);Wa.exports=function(ui,En){return ks(ui),En===void 0?ui:Bo?Hr(ui,En):function(){return ui.apply(En,arguments)}}}),ca=y((bl,Wa)=>{var Ao=Sn(),ks=Qr(),Bo=Nn(),Hr=Li(),ui=function(En,An,Gi,Ki,Ea,aa,Qo,Eo){for(var Vo=Ea,vs=0,kn=Qo?Hr(Qo,Eo):!1,qo,Zl;vs<Ki;)vs in Gi&&(qo=kn?kn(Gi[vs],vs,An):Gi[vs],aa>0&&Ao(qo)?(Zl=ks(qo),Vo=ui(En,An,qo,Zl,Vo,aa-1)-1):(Bo(Vo+1),En[Vo]=qo),Vo++),vs++;return Vo};Wa.exports=ui}),fo=y((bl,Wa)=>{var Ao=tr(),ks=Ao("toStringTag"),Bo={};Bo[ks]="z",Wa.exports=String(Bo)==="[object z]"}),zn=y((bl,Wa)=>{var Ao=fo(),ks=$e(),Bo=oe(),Hr=tr(),ui=Hr("toStringTag"),En=Object,An=Bo(function(){return arguments}())=="Arguments",Gi=function(Ki,Ea){try{return Ki[Ea]}catch{}};Wa.exports=Ao?Bo:function(Ki){var Ea,aa,Qo;return Ki===void 0?"Undefined":Ki===null?"Null":typeof(aa=Gi(Ea=En(Ki),ui))=="string"?aa:An?Bo(Ea):(Qo=Bo(Ea))=="Object"&&ks(Ea.callee)?"Arguments":Qo}}),ki=y((bl,Wa)=>{var Ao=re(),ks=$(),Bo=$e(),Hr=zn(),ui=Fe(),En=Vr(),An=function(){},Gi=[],Ki=ui("Reflect","construct"),Ea=/^\s*(?:class|function)\b/,aa=Ao(Ea.exec),Qo=!Ea.exec(An),Eo=function(vs){if(!Bo(vs))return!1;try{return Ki(An,Gi,vs),!0}catch{return!1}},Vo=function(vs){if(!Bo(vs))return!1;switch(Hr(vs)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Qo||!!aa(Ea,En(vs))}catch{return!0}};Vo.sham=!0,Wa.exports=!Ki||ks(function(){var vs;return Eo(Eo.call)||!Eo(Object)||!Eo(function(){vs=!0})||vs})?Vo:Eo}),Ra=y((bl,Wa)=>{var Ao=Sn(),ks=ki(),Bo=Ve(),Hr=tr(),ui=Hr("species"),En=Array;Wa.exports=function(An){var Gi;return Ao(An)&&(Gi=An.constructor,ks(Gi)&&(Gi===En||Ao(Gi.prototype))?Gi=void 0:Bo(Gi)&&(Gi=Gi[ui],Gi===null&&(Gi=void 0))),Gi===void 0?En:Gi}}),_o=y((bl,Wa)=>{var Ao=Ra();Wa.exports=function(ks,Bo){return new(Ao(ks))(Bo===0?0:Bo)}}),eo=y(()=>{var bl=Ur(),Wa=ca(),Ao=Et(),ks=ur(),Bo=Qr(),Hr=_o();bl({target:"Array",proto:!0},{flatMap:function(ui){var En=ks(this),An=Bo(En),Gi;return Ao(ui),Gi=Hr(En,0),Gi.length=Wa(Gi,En,En,An,0,1,ui,arguments.length>1?arguments[1]:void 0),Gi}})}),tl=y((bl,Wa)=>{Wa.exports={}}),Es=y((bl,Wa)=>{var Ao=tr(),ks=tl(),Bo=Ao("iterator"),Hr=Array.prototype;Wa.exports=function(ui){return ui!==void 0&&(ks.Array===ui||Hr[Bo]===ui)}}),Hs=y((bl,Wa)=>{var Ao=zn(),ks=ie(),Bo=de(),Hr=tl(),ui=tr(),En=ui("iterator");Wa.exports=function(An){if(!Bo(An))return ks(An,En)||ks(An,"@@iterator")||Hr[Ao(An)]}}),Ts=y((bl,Wa)=>{var Ao=j(),ks=Et(),Bo=Sr(),Hr=lr(),ui=Hs(),En=TypeError;Wa.exports=function(An,Gi){var Ki=arguments.length<2?ui(An):Gi;if(ks(Ki))return Bo(Ao(Ki,An));throw En(Hr(An)+" is not iterable")}}),js=y((bl,Wa)=>{var Ao=j(),ks=Sr(),Bo=ie();Wa.exports=function(Hr,ui,En){var An,Gi;ks(Hr);try{if(An=Bo(Hr,"return"),!An){if(ui==="throw")throw En;return En}An=Ao(An,Hr)}catch(Ki){Gi=!0,An=Ki}if(ui==="throw")throw En;if(Gi)throw An;return ks(An),En}}),Gs=y((bl,Wa)=>{var Ao=Li(),ks=j(),Bo=Sr(),Hr=lr(),ui=Es(),En=Qr(),An=qe(),Gi=Ts(),Ki=Hs(),Ea=js(),aa=TypeError,Qo=function(Vo,vs){this.stopped=Vo,this.result=vs},Eo=Qo.prototype;Wa.exports=function(Vo,vs,kn){var qo=kn&&kn.that,Zl=!!(kn&&kn.AS_ENTRIES),Mo=!!(kn&&kn.IS_RECORD),_u=!!(kn&&kn.IS_ITERATOR),Bl=!!(kn&&kn.INTERRUPTED),Vu=Ao(vs,qo),Iu,Pu,Fn,is,pu,ku,Vl,cc=function(wd){return Iu&&Ea(Iu,"normal",wd),new Qo(!0,wd)},Lc=function(wd){return Zl?(Bo(wd),Bl?Vu(wd[0],wd[1],cc):Vu(wd[0],wd[1])):Bl?Vu(wd,cc):Vu(wd)};if(Mo)Iu=Vo.iterator;else if(_u)Iu=Vo;else{if(Pu=Ki(Vo),!Pu)throw aa(Hr(Vo)+" is not iterable");if(ui(Pu)){for(Fn=0,is=En(Vo);is>Fn;Fn++)if(pu=Lc(Vo[Fn]),pu&&An(Eo,pu))return pu;return new Qo(!1)}Iu=Gi(Vo,Pu)}for(ku=Mo?Vo.next:Iu.next;!(Vl=ks(ku,Iu)).done;){try{pu=Lc(Vl.value)}catch(wd){Ea(Iu,"throw",wd)}if(typeof pu=="object"&&pu&&An(Eo,pu))return pu}return new Qo(!1)}}),uc=y((bl,Wa)=>{var Ao=_r(),ks=Ar(),Bo=z();Wa.exports=function(Hr,ui,En){var An=Ao(ui);An in Hr?ks.f(Hr,An,Bo(0,En)):Hr[An]=En}}),rl=y(()=>{var bl=Ur(),Wa=Gs(),Ao=uc();bl({target:"Object",stat:!0},{fromEntries:function(ks){var Bo={};return Wa(ks,function(Hr,ui){Ao(Bo,Hr,ui)},{AS_ENTRIES:!0}),Bo}})}),il=y((bl,Wa)=>{var Ao=["cliName","cliCategory","cliDescription"];function ks(Ls,ys){if(Ls==null)return{};var Po=Bo(Ls,ys),Yo,Go;if(Object.getOwnPropertySymbols){var bo=Object.getOwnPropertySymbols(Ls);for(Go=0;Go<bo.length;Go++)Yo=bo[Go],!(ys.indexOf(Yo)>=0)&&Object.prototype.propertyIsEnumerable.call(Ls,Yo)&&(Po[Yo]=Ls[Yo])}return Po}function Bo(Ls,ys){if(Ls==null)return{};var Po={},Yo=Object.keys(Ls),Go,bo;for(bo=0;bo<Yo.length;bo++)Go=Yo[bo],!(ys.indexOf(Go)>=0)&&(Po[Go]=Ls[Go]);return Po}eo(),rl();var Hr=Object.create,ui=Object.defineProperty,En=Object.getOwnPropertyDescriptor,An=Object.getOwnPropertyNames,Gi=Object.getPrototypeOf,Ki=Object.prototype.hasOwnProperty,Ea=(Ls,ys)=>function(){return Ls&&(ys=(0,Ls[An(Ls)[0]])(Ls=0)),ys},aa=(Ls,ys)=>function(){return ys||(0,Ls[An(Ls)[0]])((ys={exports:{}}).exports,ys),ys.exports},Qo=(Ls,ys)=>{for(var Po in ys)ui(Ls,Po,{get:ys[Po],enumerable:!0})},Eo=(Ls,ys,Po,Yo)=>{if(ys&&typeof ys=="object"||typeof ys=="function")for(let Go of An(ys))!Ki.call(Ls,Go)&&Go!==Po&&ui(Ls,Go,{get:()=>ys[Go],enumerable:!(Yo=En(ys,Go))||Yo.enumerable});return Ls},Vo=(Ls,ys,Po)=>(Po=Ls!=null?Hr(Gi(Ls)):{},Eo(!Ls||!Ls.__esModule?ui(Po,"default",{value:Ls,enumerable:!0}):Po,Ls)),vs=Ls=>Eo(ui({},"__esModule",{value:!0}),Ls),kn,qo=Ea({"<define:process>"(){kn={env:{},argv:[]}}}),Zl=aa({"node_modules/xtend/immutable.js"(Ls,ys){qo(),ys.exports=Yo;var Po=Object.prototype.hasOwnProperty;function Yo(){for(var Go={},bo=0;bo<arguments.length;bo++){var $o=arguments[bo];for(var Jo in $o)Po.call($o,Jo)&&(Go[Jo]=$o[Jo])}return Go}}}),Mo=aa({"node_modules/inherits/inherits_browser.js"(Ls,ys){qo(),typeof Object.create=="function"?ys.exports=function(Po,Yo){Yo&&(Po.super_=Yo,Po.prototype=Object.create(Yo.prototype,{constructor:{value:Po,enumerable:!1,writable:!0,configurable:!0}}))}:ys.exports=function(Po,Yo){if(Yo){Po.super_=Yo;var Go=function(){};Go.prototype=Yo.prototype,Po.prototype=new Go,Po.prototype.constructor=Po}}}}),_u=aa({"node_modules/unherit/index.js"(Ls,ys){qo();var Po=Zl(),Yo=Mo();ys.exports=Go;function Go(bo){var $o,Jo,Co;Yo(vo,bo),Yo(us,vo),$o=vo.prototype;for(Jo in $o)Co=$o[Jo],Co&&typeof Co=="object"&&($o[Jo]="concat"in Co?Co.concat():Po(Co));return vo;function us(os){return bo.apply(this,os)}function vo(){return this instanceof vo?bo.apply(this,arguments):new us(arguments)}}}}),Bl=aa({"node_modules/state-toggle/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go,bo){return $o;function $o(){var Jo=bo||this,Co=Jo[Yo];return Jo[Yo]=!Go,us;function us(){Jo[Yo]=Co}}}}}),Vu=aa({"node_modules/vfile-location/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo){for(var Go=String(Yo),bo=[],$o=/\r?\n|\r/g;$o.exec(Go);)bo.push($o.lastIndex);return bo.push(Go.length+1),{toPoint:Jo,toPosition:Jo,toOffset:Co};function Jo(us){var vo=-1;if(us>-1&&us<bo[bo.length-1]){for(;++vo<bo.length;)if(bo[vo]>us)return{line:vo+1,column:us-(bo[vo-1]||0)+1,offset:us}}return{}}function Co(us){var vo=us&&us.line,os=us&&us.column,Os;return!isNaN(vo)&&!isNaN(os)&&vo-1 in bo&&(Os=(bo[vo-2]||0)+os-1||0),Os>-1&&Os<bo[bo.length-1]?Os:-1}}}}),Iu=aa({"node_modules/remark-parse/lib/unescape.js"(Ls,ys){qo(),ys.exports=Yo;var Po="\\";function Yo(Go,bo){return $o;function $o(Jo){for(var Co=0,us=Jo.indexOf(Po),vo=Go[bo],os=[],Os;us!==-1;)os.push(Jo.slice(Co,us)),Co=us+1,Os=Jo.charAt(Co),(!Os||vo.indexOf(Os)===-1)&&os.push(Po),us=Jo.indexOf(Po,Co+1);return os.push(Jo.slice(Co)),os.join("")}}}}),Pu=aa({"node_modules/character-entities-legacy/index.json"(Ls,ys){ys.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:"ÿ"}}}),Fn=aa({"node_modules/character-reference-invalid/index.json"(Ls,ys){ys.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:"Ÿ"}}}),is=aa({"node_modules/is-decimal/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo){var Go=typeof Yo=="string"?Yo.charCodeAt(0):Yo;return Go>=48&&Go<=57}}}),pu=aa({"node_modules/is-hexadecimal/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo){var Go=typeof Yo=="string"?Yo.charCodeAt(0):Yo;return Go>=97&&Go<=102||Go>=65&&Go<=70||Go>=48&&Go<=57}}}),ku=aa({"node_modules/is-alphabetical/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo){var Go=typeof Yo=="string"?Yo.charCodeAt(0):Yo;return Go>=97&&Go<=122||Go>=65&&Go<=90}}}),Vl=aa({"node_modules/is-alphanumerical/index.js"(Ls,ys){qo();var Po=ku(),Yo=is();ys.exports=Go;function Go(bo){return Po(bo)||Yo(bo)}}}),cc=aa({"node_modules/character-entities/index.json"(Ls,ys){ys.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:""}}}),Lc=aa({"node_modules/parse-entities/decode-entity.js"(Ls,ys){qo();var Po=cc();ys.exports=Go;var Yo={}.hasOwnProperty;function Go(bo){return Yo.call(Po,bo)?Po[bo]:!1}}}),wd=aa({"node_modules/parse-entities/index.js"(Ls,ys){qo();var Po=Pu(),Yo=Fn(),Go=is(),bo=pu(),$o=Vl(),Jo=Lc();ys.exports=Ic;var Co={}.hasOwnProperty,us=String.fromCharCode,vo=Function.prototype,os={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},Os=9,ws=10,Vs=12,al=32,Ys=38,Pl=59,ms=60,Cl=61,Rs=35,Is=88,$s=120,zs=65533,Yl="named",hu="hexadecimal",Bu="decimal",Wl={};Wl[hu]=16,Wl[Bu]=10;var Su={};Su[Yl]=$o,Su[Bu]=Go,Su[hu]=bo;var Ou=1,Fu=2,fl=3,Lu=4,mc=5,_c=6,no=7,$u={};$u[Ou]="Named character references must be terminated by a semicolon",$u[Fu]="Numeric character references must be terminated by a semicolon",$u[fl]="Named character references cannot be empty",$u[Lu]="Numeric character references cannot be empty",$u[mc]="Named character references must be known",$u[_c]="Numeric character references cannot be disallowed",$u[no]="Numeric character references cannot be outside the permissible Unicode range";function Ic(du,Kl){var gu={},Uu,yc;Kl||(Kl={});for(yc in os)Uu=Kl[yc],gu[yc]=Uu??os[yc];return(gu.position.indent||gu.position.start)&&(gu.indent=gu.position.indent||[],gu.position=gu.position.start),ju(du,gu)}function ju(du,Kl){var gu=Kl.additional,Uu=Kl.nonTerminated,yc=Kl.text,Fc=Kl.reference,zc=Kl.warning,jd=Kl.textContext,Bc=Kl.referenceContext,cf=Kl.warningContext,Gf=Kl.position,kf=Kl.indent||[],gf=du.length,nd=0,Td=-1,sp=Gf.column||1,lp=Gf.line||1,Ap="",ep=[],of,bf,yf,Wd,Kd,ld,Yd,$f,Kp,_m,cp,qh,zh,Ff,dp,uh,Ah,Uf,Cf;for(typeof gu=="string"&&(gu=gu.charCodeAt(0)),uh=am(),$f=zc?Dh:vo,nd--,gf++;++nd<gf;)if(Kd===ws&&(sp=kf[Td]||1),Kd=du.charCodeAt(nd),Kd===Ys){if(Yd=du.charCodeAt(nd+1),Yd===Os||Yd===ws||Yd===Vs||Yd===al||Yd===Ys||Yd===ms||Yd!==Yd||gu&&Yd===gu){Ap+=us(Kd),sp++;continue}for(zh=nd+1,qh=zh,Cf=zh,Yd===Rs?(Cf=++qh,Yd=du.charCodeAt(Cf),Yd===Is||Yd===$s?(Ff=hu,Cf=++qh):Ff=Bu):Ff=Yl,of="",cp="",Wd="",dp=Su[Ff],Cf--;++Cf<gf&&(Yd=du.charCodeAt(Cf),!!dp(Yd));)Wd+=us(Yd),Ff===Yl&&Co.call(Po,Wd)&&(of=Wd,cp=Po[Wd]);yf=du.charCodeAt(Cf)===Pl,yf&&(Cf++,bf=Ff===Yl?Jo(Wd):!1,bf&&(of=Wd,cp=bf)),Uf=1+Cf-zh,!yf&&!Uu||(Wd?Ff===Yl?(yf&&!cp?$f(mc,1):(of!==Wd&&(Cf=qh+of.length,Uf=1+Cf-qh,yf=!1),yf||(Kp=of?Ou:fl,Kl.attribute?(Yd=du.charCodeAt(Cf),Yd===Cl?($f(Kp,Uf),cp=null):$o(Yd)?cp=null:$f(Kp,Uf)):$f(Kp,Uf))),ld=cp):(yf||$f(Fu,Uf),ld=parseInt(Wd,Wl[Ff]),bu(ld)?($f(no,Uf),ld=us(zs)):ld in Yo?($f(_c,Uf),ld=Yo[ld]):(_m="",Ku(ld)&&$f(_c,Uf),ld>65535&&(ld-=65536,_m+=us(ld>>>10|55296),ld=56320|ld&1023),ld=_m+us(ld))):Ff!==Yl&&$f(Lu,Uf)),ld?(Mh(),uh=am(),nd=Cf-1,sp+=Cf-zh+1,ep.push(ld),Ah=am(),Ah.offset++,Fc&&Fc.call(Bc,ld,{start:uh,end:Ah},du.slice(zh-1,Cf)),uh=Ah):(Wd=du.slice(zh-1,Cf),Ap+=Wd,sp+=Wd.length,nd=Cf-1)}else Kd===10&&(lp++,Td++,sp=0),Kd===Kd?(Ap+=us(Kd),sp++):Mh();return ep.join("");function am(){return{line:lp,column:sp,offset:nd+(Gf.offset||0)}}function Dh(Bp,Wf){var Wn=am();Wn.column+=Wf,Wn.offset+=Wf,zc.call(cf,$u[Bp],Wn,Bp)}function Mh(){Ap&&(ep.push(Ap),yc&&yc.call(jd,Ap,{start:uh,end:am()}),Ap="")}}function bu(du){return du>=55296&&du<=57343||du>1114111}function Ku(du){return du>=1&&du<=8||du===11||du>=13&&du<=31||du>=127&&du<=159||du>=64976&&du<=65007||(du&65535)===65535||(du&65535)===65534}}}),Nd=aa({"node_modules/remark-parse/lib/decode.js"(Ls,ys){qo();var Po=Zl(),Yo=wd();ys.exports=Go;function Go(bo){return Jo.raw=Co,Jo;function $o(vo){for(var os=bo.offset,Os=vo.line,ws=[];++Os&&Os in os;)ws.push((os[Os]||0)+1);return{start:vo,indent:ws}}function Jo(vo,os,Os){Yo(vo,{position:$o(os),warning:us,text:Os,reference:Os,textContext:bo,referenceContext:bo})}function Co(vo,os,Os){return Yo(vo,Po(Os,{position:$o(os),warning:us}))}function us(vo,os,Os){Os!==3&&bo.file.message(vo,os)}}}}),Tf=aa({"node_modules/remark-parse/lib/tokenizer.js"(Ls,ys){qo(),ys.exports=Po;function Po($o){return Jo;function Jo(Co,us){var vo=this,os=vo.offset,Os=[],ws=vo[$o+"Methods"],Vs=vo[$o+"Tokenizers"],al=us.line,Ys=us.column,Pl,ms,Cl,Rs,Is,$s;if(!Co)return Os;for(Fu.now=hu,Fu.file=vo.file,zs("");Co;){for(Pl=-1,ms=ws.length,Is=!1;++Pl<ms&&(Rs=ws[Pl],Cl=Vs[Rs],!(Cl&&(!Cl.onlyAtStart||vo.atStart)&&(!Cl.notInList||!vo.inList)&&(!Cl.notInBlock||!vo.inBlock)&&(!Cl.notInLink||!vo.inLink)&&($s=Co.length,Cl.apply(vo,[Fu,Co]),Is=$s!==Co.length,Is))););Is||vo.file.fail(new Error("Infinite loop"),Fu.now())}return vo.eof=hu(),Os;function zs(fl){for(var Lu=-1,mc=fl.indexOf(`
`);mc!==-1;)al++,Lu=mc,mc=fl.indexOf(`
`,mc+1);Lu===-1?Ys+=fl.length:Ys=fl.length-Lu,al in os&&(Lu!==-1?Ys+=os[al]:Ys<=os[al]&&(Ys=os[al]+1))}function Yl(){var fl=[],Lu=al+1;return function(){for(var mc=al+1;Lu<mc;)fl.push((os[Lu]||0)+1),Lu++;return fl}}function hu(){var fl={line:al,column:Ys};return fl.offset=vo.toOffset(fl),fl}function Bu(fl){this.start=fl,this.end=hu()}function Wl(fl){Co.slice(0,fl.length)!==fl&&vo.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"),hu())}function Su(){var fl=hu();return Lu;function Lu(mc,_c){var no=mc.position,$u=no?no.start:fl,Ic=[],ju=no&&no.end.line,bu=fl.line;if(mc.position=new Bu($u),no&&_c&&no.indent){if(Ic=no.indent,ju<bu){for(;++ju<bu;)Ic.push((os[ju]||0)+1);Ic.push(fl.column)}_c=Ic.concat(_c)}return mc.position.indent=_c||[],mc}}function Ou(fl,Lu){var mc=Lu?Lu.children:Os,_c=mc[mc.length-1],no;return _c&&fl.type===_c.type&&(fl.type==="text"||fl.type==="blockquote")&&Yo(_c)&&Yo(fl)&&(no=fl.type==="text"?Go:bo,fl=no.call(vo,_c,fl)),fl!==_c&&mc.push(fl),vo.atStart&&Os.length!==0&&vo.exitStart(),fl}function Fu(fl){var Lu=Yl(),mc=Su(),_c=hu();return Wl(fl),no.reset=$u,$u.test=Ic,no.test=Ic,Co=Co.slice(fl.length),zs(fl),Lu=Lu(),no;function no(ju,bu){return mc(Ou(mc(ju),bu),Lu)}function $u(){var ju=no.apply(null,arguments);return al=_c.line,Ys=_c.column,Co=fl+Co,ju}function Ic(){var ju=mc({});return al=_c.line,Ys=_c.column,Co=fl+Co,ju.position}}}}function Yo($o){var Jo,Co;return $o.type!=="text"||!$o.position?!0:(Jo=$o.position.start,Co=$o.position.end,Jo.line!==Co.line||Co.column-Jo.column===$o.value.length)}function Go($o,Jo){return $o.value+=Jo.value,$o}function bo($o,Jo){return this.options.commonmark||this.options.gfm?Jo:($o.children=$o.children.concat(Jo.children),$o)}}}),vf=aa({"node_modules/markdown-escapes/index.js"(Ls,ys){qo(),ys.exports=bo;var Po=["\\","`","*","{","}","[","]","(",")","#","+","-",".","!","_",">"],Yo=Po.concat(["~","|"]),Go=Yo.concat([`
`,'"',"$","%","&","'",",","/",":",";","<","=","?","@","^"]);bo.default=Po,bo.gfm=Yo,bo.commonmark=Go;function bo($o){var Jo=$o||{};return Jo.commonmark?Go:Jo.gfm?Yo:Po}}}),jc=aa({"node_modules/remark-parse/lib/block-elements.js"(Ls,ys){qo(),ys.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"]}}),Jd=aa({"node_modules/remark-parse/lib/defaults.js"(Ls,ys){qo(),ys.exports={position:!0,gfm:!0,commonmark:!1,pedantic:!1,blocks:jc()}}}),Ed=aa({"node_modules/remark-parse/lib/set-options.js"(Ls,ys){qo();var Po=Zl(),Yo=vf(),Go=Jd();ys.exports=bo;function bo($o){var Jo=this,Co=Jo.options,us,vo;if($o==null)$o={};else if(typeof $o=="object")$o=Po($o);else throw new Error("Invalid value `"+$o+"` for setting `options`");for(us in Go){if(vo=$o[us],vo==null&&(vo=Co[us]),us!=="blocks"&&typeof vo!="boolean"||us==="blocks"&&typeof vo!="object")throw new Error("Invalid value `"+vo+"` for setting `options."+us+"`");$o[us]=vo}return Jo.options=$o,Jo.escape=Yo($o),Jo}}}),Bf=aa({"node_modules/unist-util-is/convert.js"(Ls,ys){qo(),ys.exports=Po;function Po(Jo){if(Jo==null)return $o;if(typeof Jo=="string")return bo(Jo);if(typeof Jo=="object")return"length"in Jo?Go(Jo):Yo(Jo);if(typeof Jo=="function")return Jo;throw new Error("Expected function, string, or object as test")}function Yo(Jo){return Co;function Co(us){var vo;for(vo in Jo)if(us[vo]!==Jo[vo])return!1;return!0}}function Go(Jo){for(var Co=[],us=-1;++us<Jo.length;)Co[us]=Po(Jo[us]);return vo;function vo(){for(var os=-1;++os<Co.length;)if(Co[os].apply(this,arguments))return!0;return!1}}function bo(Jo){return Co;function Co(us){return!!(us&&us.type===Jo)}}function $o(){return!0}}}),Rf=aa({"node_modules/unist-util-visit-parents/color.browser.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo){return Yo}}}),Rp=aa({"node_modules/unist-util-visit-parents/index.js"(Ls,ys){qo(),ys.exports=Jo;var Po=Bf(),Yo=Rf(),Go=!0,bo="skip",$o=!1;Jo.CONTINUE=Go,Jo.SKIP=bo,Jo.EXIT=$o;function Jo(us,vo,os,Os){var ws,Vs;typeof vo=="function"&&typeof os!="function"&&(Os=os,os=vo,vo=null),Vs=Po(vo),ws=Os?-1:1,al(us,null,[])();function al(Ys,Pl,ms){var Cl=typeof Ys=="object"&&Ys!==null?Ys:{},Rs;return typeof Cl.type=="string"&&(Rs=typeof Cl.tagName=="string"?Cl.tagName:typeof Cl.name=="string"?Cl.name:void 0,Is.displayName="node ("+Yo(Cl.type+(Rs?"<"+Rs+">":""))+")"),Is;function Is(){var $s=ms.concat(Ys),zs=[],Yl,hu;if((!vo||Vs(Ys,Pl,ms[ms.length-1]||null))&&(zs=Co(os(Ys,ms)),zs[0]===$o))return zs;if(Ys.children&&zs[0]!==bo)for(hu=(Os?Ys.children.length:-1)+ws;hu>-1&&hu<Ys.children.length;){if(Yl=al(Ys.children[hu],hu,$s)(),Yl[0]===$o)return Yl;hu=typeof Yl[1]=="number"?Yl[1]:hu+ws}return zs}}}function Co(us){return us!==null&&typeof us=="object"&&"length"in us?us:typeof us=="number"?[Go,us]:[us]}}}),Pp=aa({"node_modules/unist-util-visit/index.js"(Ls,ys){qo(),ys.exports=$o;var Po=Rp(),Yo=Po.CONTINUE,Go=Po.SKIP,bo=Po.EXIT;$o.CONTINUE=Yo,$o.SKIP=Go,$o.EXIT=bo;function $o(Jo,Co,us,vo){typeof Co=="function"&&typeof us!="function"&&(vo=us,us=Co,Co=null),Po(Jo,Co,os,vo);function os(Os,ws){var Vs=ws[ws.length-1],al=Vs?Vs.children.indexOf(Os):null;return us(Os,al,Vs)}}}}),_p=aa({"node_modules/unist-util-remove-position/index.js"(Ls,ys){qo();var Po=Pp();ys.exports=Yo;function Yo($o,Jo){return Po($o,Jo?Go:bo),$o}function Go($o){delete $o.position}function bo($o){$o.position=void 0}}}),Pf=aa({"node_modules/remark-parse/lib/parse.js"(Ls,ys){qo();var Po=Zl(),Yo=_p();ys.exports=$o;var Go=`
`,bo=/\r\n|\r/g;function $o(){var Jo=this,Co=String(Jo.file),us={line:1,column:1,offset:0},vo=Po(us),os;return Co=Co.replace(bo,Go),Co.charCodeAt(0)===65279&&(Co=Co.slice(1),vo.column++,vo.offset++),os={type:"root",children:Jo.tokenizeBlock(Co,vo),position:{start:us,end:Jo.eof||Po(us)}},Jo.options.position||Yo(os,!0),os}}}),Ih=aa({"node_modules/remark-parse/lib/tokenize/blank-line.js"(Ls,ys){qo();var Po=/^[ \t]*(\n|$)/;ys.exports=Yo;function Yo(Go,bo,$o){for(var Jo,Co="",us=0,vo=bo.length;us<vo&&(Jo=Po.exec(bo.slice(us)),Jo!=null);)us+=Jo[0].length,Co+=Jo[0];if(Co!==""){if($o)return!0;Go(Co)}}}}),Lp=aa({"node_modules/repeat-string/index.js"(Ls,ys){qo();var Po="",Yo;ys.exports=Go;function Go(bo,$o){if(typeof bo!="string")throw new TypeError("expected a string");if($o===1)return bo;if($o===2)return bo+bo;var Jo=bo.length*$o;if(Yo!==bo||typeof Yo>"u")Yo=bo,Po="";else if(Po.length>=Jo)return Po.substr(0,Jo);for(;Jo>Po.length&&$o>1;)$o&1&&(Po+=bo),$o>>=1,bo+=bo;return Po+=bo,Po=Po.substr(0,Jo),Po}}}),Oc=aa({"node_modules/trim-trailing-lines/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo){return String(Yo).replace(/\n+$/,"")}}}),Ip=aa({"node_modules/remark-parse/lib/tokenize/code-indented.js"(Ls,ys){qo();var Po=Lp(),Yo=Oc();ys.exports=us;var Go=`
`,bo=" ",$o=" ",Jo=4,Co=Po($o,Jo);function us(vo,os,Os){for(var ws=-1,Vs=os.length,al="",Ys="",Pl="",ms="",Cl,Rs,Is;++ws<Vs;)if(Cl=os.charAt(ws),Is)if(Is=!1,al+=Pl,Ys+=ms,Pl="",ms="",Cl===Go)Pl=Cl,ms=Cl;else for(al+=Cl,Ys+=Cl;++ws<Vs;){if(Cl=os.charAt(ws),!Cl||Cl===Go){ms=Cl,Pl=Cl;break}al+=Cl,Ys+=Cl}else if(Cl===$o&&os.charAt(ws+1)===Cl&&os.charAt(ws+2)===Cl&&os.charAt(ws+3)===Cl)Pl+=Co,ws+=3,Is=!0;else if(Cl===bo)Pl+=Cl,Is=!0;else{for(Rs="";Cl===bo||Cl===$o;)Rs+=Cl,Cl=os.charAt(++ws);if(Cl!==Go)break;Pl+=Rs+Cl,ms+=Cl}if(Ys)return Os?!0:vo(al)({type:"code",lang:null,meta:null,value:Yo(Ys)})}}}),Df=aa({"node_modules/remark-parse/lib/tokenize/code-fenced.js"(Ls,ys){qo(),ys.exports=us;var Po=`
`,Yo=" ",Go=" ",bo="~",$o="`",Jo=3,Co=4;function us(vo,os,Os){var ws=this,Vs=ws.options.gfm,al=os.length+1,Ys=0,Pl="",ms,Cl,Rs,Is,$s,zs,Yl,hu,Bu,Wl,Su,Ou,Fu;if(Vs){for(;Ys<al&&(Rs=os.charAt(Ys),!(Rs!==Go&&Rs!==Yo));)Pl+=Rs,Ys++;if(Ou=Ys,Rs=os.charAt(Ys),!(Rs!==bo&&Rs!==$o)){for(Ys++,Cl=Rs,ms=1,Pl+=Rs;Ys<al&&(Rs=os.charAt(Ys),Rs===Cl);)Pl+=Rs,ms++,Ys++;if(!(ms<Jo)){for(;Ys<al&&(Rs=os.charAt(Ys),!(Rs!==Go&&Rs!==Yo));)Pl+=Rs,Ys++;for(Is="",Yl="";Ys<al&&(Rs=os.charAt(Ys),!(Rs===Po||Cl===$o&&Rs===Cl));)Rs===Go||Rs===Yo?Yl+=Rs:(Is+=Yl+Rs,Yl=""),Ys++;if(Rs=os.charAt(Ys),!(Rs&&Rs!==Po)){if(Os)return!0;Fu=vo.now(),Fu.column+=Pl.length,Fu.offset+=Pl.length,Pl+=Is,Is=ws.decode.raw(ws.unescape(Is),Fu),Yl&&(Pl+=Yl),Yl="",Wl="",Su="",hu="",Bu="";for(var fl=!0;Ys<al;){if(Rs=os.charAt(Ys),hu+=Wl,Bu+=Su,Wl="",Su="",Rs!==Po){hu+=Rs,Su+=Rs,Ys++;continue}for(fl?(Pl+=Rs,fl=!1):(Wl+=Rs,Su+=Rs),Yl="",Ys++;Ys<al&&(Rs=os.charAt(Ys),Rs===Go);)Yl+=Rs,Ys++;if(Wl+=Yl,Su+=Yl.slice(Ou),!(Yl.length>=Co)){for(Yl="";Ys<al&&(Rs=os.charAt(Ys),Rs===Cl);)Yl+=Rs,Ys++;if(Wl+=Yl,Su+=Yl,!(Yl.length<ms)){for(Yl="";Ys<al&&(Rs=os.charAt(Ys),!(Rs!==Go&&Rs!==Yo));)Wl+=Rs,Su+=Rs,Ys++;if(!Rs||Rs===Po)break}}}for(Pl+=hu+Wl,Ys=-1,al=Is.length;++Ys<al;)if(Rs=Is.charAt(Ys),Rs===Go||Rs===Yo)$s||($s=Is.slice(0,Ys));else if($s){zs=Is.slice(Ys);break}return vo(Pl)({type:"code",lang:$s||Is||null,meta:zs||null,value:Bu})}}}}}}}),vp=aa({"node_modules/trim/index.js"(Ls,ys){qo(),Ls=ys.exports=Po;function Po(Yo){return Yo.replace(/^\s*|\s*$/g,"")}Ls.left=function(Yo){return Yo.replace(/^\s*/,"")},Ls.right=function(Yo){return Yo.replace(/\s*$/,"")}}}),Yp=aa({"node_modules/remark-parse/lib/util/interrupt.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go,bo,$o){for(var Jo=Yo.length,Co=-1,us,vo;++Co<Jo;)if(us=Yo[Co],vo=us[1]||{},!(vo.pedantic!==void 0&&vo.pedantic!==bo.options.pedantic)&&!(vo.commonmark!==void 0&&vo.commonmark!==bo.options.commonmark)&&Go[us[0]].apply(bo,$o))return!0;return!1}}}),Op=aa({"node_modules/remark-parse/lib/tokenize/blockquote.js"(Ls,ys){qo();var Po=vp(),Yo=Yp();ys.exports=Co;var Go=`
`,bo=" ",$o=" ",Jo=">";function Co(us,vo,os){for(var Os=this,ws=Os.offset,Vs=Os.blockTokenizers,al=Os.interruptBlockquote,Ys=us.now(),Pl=Ys.line,ms=vo.length,Cl=[],Rs=[],Is=[],$s,zs=0,Yl,hu,Bu,Wl,Su,Ou,Fu,fl;zs<ms&&(Yl=vo.charAt(zs),!(Yl!==$o&&Yl!==bo));)zs++;if(vo.charAt(zs)===Jo){if(os)return!0;for(zs=0;zs<ms;){for(Bu=vo.indexOf(Go,zs),Ou=zs,Fu=!1,Bu===-1&&(Bu=ms);zs<ms&&(Yl=vo.charAt(zs),!(Yl!==$o&&Yl!==bo));)zs++;if(vo.charAt(zs)===Jo?(zs++,Fu=!0,vo.charAt(zs)===$o&&zs++):zs=Ou,Wl=vo.slice(zs,Bu),!Fu&&!Po(Wl)){zs=Ou;break}if(!Fu&&(hu=vo.slice(zs),Yo(al,Vs,Os,[us,hu,!0])))break;Su=Ou===zs?Wl:vo.slice(Ou,Bu),Is.push(zs-Ou),Cl.push(Su),Rs.push(Wl),zs=Bu+1}for(zs=-1,ms=Is.length,$s=us(Cl.join(Go));++zs<ms;)ws[Pl]=(ws[Pl]||0)+Is[zs],Pl++;return fl=Os.enterBlock(),Rs=Os.tokenizeBlock(Rs.join(Go),Ys),fl(),$s({type:"blockquote",children:Rs})}}}}),Xp=aa({"node_modules/remark-parse/lib/tokenize/heading-atx.js"(Ls,ys){qo(),ys.exports=Jo;var Po=`
`,Yo=" ",Go=" ",bo="#",$o=6;function Jo(Co,us,vo){for(var os=this,Os=os.options.pedantic,ws=us.length+1,Vs=-1,al=Co.now(),Ys="",Pl="",ms,Cl,Rs;++Vs<ws;){if(ms=us.charAt(Vs),ms!==Go&&ms!==Yo){Vs--;break}Ys+=ms}for(Rs=0;++Vs<=ws;){if(ms=us.charAt(Vs),ms!==bo){Vs--;break}Ys+=ms,Rs++}if(!(Rs>$o)&&!(!Rs||!Os&&us.charAt(Vs+1)===bo)){for(ws=us.length+1,Cl="";++Vs<ws;){if(ms=us.charAt(Vs),ms!==Go&&ms!==Yo){Vs--;break}Cl+=ms}if(!(!Os&&Cl.length===0&&ms&&ms!==Po)){if(vo)return!0;for(Ys+=Cl,Cl="",Pl="";++Vs<ws&&(ms=us.charAt(Vs),!(!ms||ms===Po));){if(ms!==Go&&ms!==Yo&&ms!==bo){Pl+=Cl+ms,Cl="";continue}for(;ms===Go||ms===Yo;)Cl+=ms,ms=us.charAt(++Vs);if(!Os&&Pl&&!Cl&&ms===bo){Pl+=ms;continue}for(;ms===bo;)Cl+=ms,ms=us.charAt(++Vs);for(;ms===Go||ms===Yo;)Cl+=ms,ms=us.charAt(++Vs);Vs--}return al.column+=Ys.length,al.offset+=Ys.length,Ys+=Pl+Cl,Co(Ys)({type:"heading",depth:Rs,children:os.tokenizeInline(Pl,al)})}}}}}),Xf=aa({"node_modules/remark-parse/lib/tokenize/thematic-break.js"(Ls,ys){qo(),ys.exports=us;var Po=" ",Yo=`
`,Go=" ",bo="*",$o="-",Jo="_",Co=3;function us(vo,os,Os){for(var ws=-1,Vs=os.length+1,al="",Ys,Pl,ms,Cl;++ws<Vs&&(Ys=os.charAt(ws),!(Ys!==Po&&Ys!==Go));)al+=Ys;if(!(Ys!==bo&&Ys!==$o&&Ys!==Jo))for(Pl=Ys,al+=Ys,ms=1,Cl="";++ws<Vs;)if(Ys=os.charAt(ws),Ys===Pl)ms++,al+=Cl+Pl,Cl="";else if(Ys===Go)Cl+=Ys;else return ms>=Co&&(!Ys||Ys===Yo)?(al+=Cl,Os?!0:vo(al)({type:"thematicBreak"})):void 0}}}),Oh=aa({"node_modules/remark-parse/lib/util/get-indentation.js"(Ls,ys){qo(),ys.exports=$o;var Po=" ",Yo=" ",Go=1,bo=4;function $o(Jo){for(var Co=0,us=0,vo=Jo.charAt(Co),os={},Os,ws=0;vo===Po||vo===Yo;){for(Os=vo===Po?bo:Go,us+=Os,Os>1&&(us=Math.floor(us/Os)*Os);ws<us;)os[++ws]=Co;vo=Jo.charAt(++Co)}return{indent:us,stops:os}}}}),Wh=aa({"node_modules/remark-parse/lib/util/remove-indentation.js"(Ls,ys){qo();var Po=vp(),Yo=Lp(),Go=Oh();ys.exports=Co;var bo=`
`,$o=" ",Jo="!";function Co(us,vo){var os=us.split(bo),Os=os.length+1,ws=1/0,Vs=[],al,Ys,Pl;for(os.unshift(Yo($o,vo)+Jo);Os--;)if(Ys=Go(os[Os]),Vs[Os]=Ys.stops,Po(os[Os]).length!==0)if(Ys.indent)Ys.indent>0&&Ys.indent<ws&&(ws=Ys.indent);else{ws=1/0;break}if(ws!==1/0)for(Os=os.length;Os--;){for(Pl=Vs[Os],al=ws;al&&!(al in Pl);)al--;os[Os]=os[Os].slice(Pl[al]+1)}return os.shift(),os.join(bo)}}}),np=aa({"node_modules/remark-parse/lib/tokenize/list.js"(Ls,ys){qo();var Po=vp(),Yo=Lp(),Go=is(),bo=Oh(),$o=Wh(),Jo=Yp();ys.exports=Yl;var Co="*",us="_",vo="+",os="-",Os=".",ws=" ",Vs=`
`,al=" ",Ys=")",Pl="x",ms=4,Cl=/\n\n(?!\s*$)/,Rs=/^\[([ X\tx])][ \t]/,Is=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,$s=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,zs=/^( {1,4}|\t)?/gm;function Yl(Su,Ou,Fu){for(var fl=this,Lu=fl.options.commonmark,mc=fl.options.pedantic,_c=fl.blockTokenizers,no=fl.interruptList,$u=0,Ic=Ou.length,ju=null,bu,Ku,du,Kl,gu,Uu,yc,Fc,zc,jd,Bc,cf,Gf,kf,gf,nd,Td,sp,lp,Ap=!1,ep,of,bf,yf;$u<Ic&&(Kl=Ou.charAt($u),!(Kl!==al&&Kl!==ws));)$u++;if(Kl=Ou.charAt($u),Kl===Co||Kl===vo||Kl===os)gu=Kl,du=!1;else{for(du=!0,Ku="";$u<Ic&&(Kl=Ou.charAt($u),!!Go(Kl));)Ku+=Kl,$u++;if(Kl=Ou.charAt($u),!Ku||!(Kl===Os||Lu&&Kl===Ys)||Fu&&Ku!=="1")return;ju=parseInt(Ku,10),gu=Kl}if(Kl=Ou.charAt(++$u),!(Kl!==ws&&Kl!==al&&(mc||Kl!==Vs&&Kl!==""))){if(Fu)return!0;for($u=0,kf=[],gf=[],nd=[];$u<Ic;){for(Uu=Ou.indexOf(Vs,$u),yc=$u,Fc=!1,yf=!1,Uu===-1&&(Uu=Ic),bu=0;$u<Ic;){if(Kl=Ou.charAt($u),Kl===al)bu+=ms-bu%ms;else if(Kl===ws)bu++;else break;$u++}if(Td&&bu>=Td.indent&&(yf=!0),Kl=Ou.charAt($u),zc=null,!yf){if(Kl===Co||Kl===vo||Kl===os)zc=Kl,$u++,bu++;else{for(Ku="";$u<Ic&&(Kl=Ou.charAt($u),!!Go(Kl));)Ku+=Kl,$u++;Kl=Ou.charAt($u),$u++,Ku&&(Kl===Os||Lu&&Kl===Ys)&&(zc=Kl,bu+=Ku.length+1)}if(zc)if(Kl=Ou.charAt($u),Kl===al)bu+=ms-bu%ms,$u++;else if(Kl===ws){for(bf=$u+ms;$u<bf&&Ou.charAt($u)===ws;)$u++,bu++;$u===bf&&Ou.charAt($u)===ws&&($u-=ms-1,bu-=ms-1)}else Kl!==Vs&&Kl!==""&&(zc=null)}if(zc){if(!mc&&gu!==zc)break;Fc=!0}else!Lu&&!yf&&Ou.charAt(yc)===ws?yf=!0:Lu&&Td&&(yf=bu>=Td.indent||bu>ms),Fc=!1,$u=yc;if(Bc=Ou.slice(yc,Uu),jd=yc===$u?Bc:Ou.slice($u,Uu),(zc===Co||zc===us||zc===os)&&_c.thematicBreak.call(fl,Su,Bc,!0))break;if(cf=Gf,Gf=!Fc&&!Po(jd).length,yf&&Td)Td.value=Td.value.concat(nd,Bc),gf=gf.concat(nd,Bc),nd=[];else if(Fc)nd.length!==0&&(Ap=!0,Td.value.push(""),Td.trail=nd.concat()),Td={value:[Bc],indent:bu,trail:[]},kf.push(Td),gf=gf.concat(nd,Bc),nd=[];else if(Gf){if(cf&&!Lu)break;nd.push(Bc)}else{if(cf||Jo(no,_c,fl,[Su,Bc,!0]))break;Td.value=Td.value.concat(nd,Bc),gf=gf.concat(nd,Bc),nd=[]}$u=Uu+1}for(ep=Su(gf.join(Vs)).reset({type:"list",ordered:du,start:ju,spread:Ap,children:[]}),sp=fl.enterList(),lp=fl.enterBlock(),$u=-1,Ic=kf.length;++$u<Ic;)Td=kf[$u].value.join(Vs),of=Su.now(),Su(Td)(hu(fl,Td,of),ep),Td=kf[$u].trail.join(Vs),$u!==Ic-1&&(Td+=Vs),Su(Td);return sp(),lp(),ep}}function hu(Su,Ou,Fu){var fl=Su.offset,Lu=Su.options.pedantic?Bu:Wl,mc=null,_c,no;return Ou=Lu.apply(null,arguments),Su.options.gfm&&(_c=Ou.match(Rs),_c&&(no=_c[0].length,mc=_c[1].toLowerCase()===Pl,fl[Fu.line]+=no,Ou=Ou.slice(no))),{type:"listItem",spread:Cl.test(Ou),checked:mc,children:Su.tokenizeBlock(Ou,Fu)}}function Bu(Su,Ou,Fu){var fl=Su.offset,Lu=Fu.line;return Ou=Ou.replace($s,mc),Lu=Fu.line,Ou.replace(zs,mc);function mc(_c){return fl[Lu]=(fl[Lu]||0)+_c.length,Lu++,""}}function Wl(Su,Ou,Fu){var fl=Su.offset,Lu=Fu.line,mc,_c,no,$u,Ic,ju,bu;for(Ou=Ou.replace(Is,Ku),$u=Ou.split(Vs),Ic=$o(Ou,bo(mc).indent).split(Vs),Ic[0]=no,fl[Lu]=(fl[Lu]||0)+_c.length,Lu++,ju=0,bu=$u.length;++ju<bu;)fl[Lu]=(fl[Lu]||0)+$u[ju].length-Ic[ju].length,Lu++;return Ic.join(Vs);function Ku(du,Kl,gu,Uu,yc){return _c=Kl+gu+Uu,no=yc,Number(gu)<10&&_c.length%2===1&&(gu=ws+gu),mc=Kl+Yo(ws,gu.length)+Uu,mc+no}}}}),gh=aa({"node_modules/remark-parse/lib/tokenize/heading-setext.js"(Ls,ys){qo(),ys.exports=vo;var Po=`
`,Yo=" ",Go=" ",bo="=",$o="-",Jo=3,Co=1,us=2;function vo(os,Os,ws){for(var Vs=this,al=os.now(),Ys=Os.length,Pl=-1,ms="",Cl,Rs,Is,$s,zs;++Pl<Ys;){if(Is=Os.charAt(Pl),Is!==Go||Pl>=Jo){Pl--;break}ms+=Is}for(Cl="",Rs="";++Pl<Ys;){if(Is=Os.charAt(Pl),Is===Po){Pl--;break}Is===Go||Is===Yo?Rs+=Is:(Cl+=Rs+Is,Rs="")}if(al.column+=ms.length,al.offset+=ms.length,ms+=Cl+Rs,Is=Os.charAt(++Pl),$s=Os.charAt(++Pl),!(Is!==Po||$s!==bo&&$s!==$o)){for(ms+=Is,Rs=$s,zs=$s===bo?Co:us;++Pl<Ys;){if(Is=Os.charAt(Pl),Is!==$s){if(Is!==Po)return;Pl--;break}Rs+=Is}return ws?!0:os(ms+Rs)({type:"heading",depth:zs,children:Vs.tokenizeInline(Cl,al)})}}}}),jp=aa({"node_modules/remark-parse/lib/util/html.js"(Ls){qo();var ys="[a-zA-Z_:][a-zA-Z0-9:._-]*",Po="[^\"'=<>`\\u0000-\\u0020]+",Yo="'[^']*'",Go='"[^"]*"',bo="(?:"+Po+"|"+Yo+"|"+Go+")",$o="(?:\\s+"+ys+"(?:\\s*=\\s*"+bo+")?)",Jo="<[A-Za-z][A-Za-z0-9\\-]*"+$o+"*\\s*\\/?>",Co="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",us="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",vo="<[?].*?[?]>",os="<![A-Za-z]+\\s+[^>]*>",Os="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>";Ls.openCloseTag=new RegExp("^(?:"+Jo+"|"+Co+")"),Ls.tag=new RegExp("^(?:"+Jo+"|"+Co+"|"+us+"|"+vo+"|"+os+"|"+Os+")")}}),wm=aa({"node_modules/remark-parse/lib/tokenize/html-block.js"(Ls,ys){qo();var Po=jp().openCloseTag;ys.exports=Cl;var Yo=" ",Go=" ",bo=`
`,$o="<",Jo=/^<(script|pre|style)(?=(\s|>|$))/i,Co=/<\/(script|pre|style)>/i,us=/^<!--/,vo=/-->/,os=/^<\?/,Os=/\?>/,ws=/^<![A-Za-z]/,Vs=/>/,al=/^<!\[CDATA\[/,Ys=/]]>/,Pl=/^$/,ms=new RegExp(Po.source+"\\s*$");function Cl(Rs,Is,$s){for(var zs=this,Yl=zs.options.blocks.join("|"),hu=new RegExp("^</?("+Yl+")(?=(\\s|/?>|$))","i"),Bu=Is.length,Wl=0,Su,Ou,Fu,fl,Lu,mc,_c,no=[[Jo,Co,!0],[us,vo,!0],[os,Os,!0],[ws,Vs,!0],[al,Ys,!0],[hu,Pl,!0],[ms,Pl,!1]];Wl<Bu&&(fl=Is.charAt(Wl),!(fl!==Yo&&fl!==Go));)Wl++;if(Is.charAt(Wl)===$o){for(Su=Is.indexOf(bo,Wl+1),Su=Su===-1?Bu:Su,Ou=Is.slice(Wl,Su),Fu=-1,Lu=no.length;++Fu<Lu;)if(no[Fu][0].test(Ou)){mc=no[Fu];break}if(mc){if($s)return mc[2];if(Wl=Su,!mc[1].test(Ou))for(;Wl<Bu;){if(Su=Is.indexOf(bo,Wl+1),Su=Su===-1?Bu:Su,Ou=Is.slice(Wl+1,Su),mc[1].test(Ou)){Ou&&(Wl=Su);break}Wl=Su}return _c=Is.slice(0,Wl),Rs(_c)({type:"html",value:_c})}}}}}),Fp=aa({"node_modules/is-whitespace-character/index.js"(Ls,ys){qo(),ys.exports=Go;var Po=String.fromCharCode,Yo=/\s/;function Go(bo){return Yo.test(typeof bo=="number"?Po(bo):bo.charAt(0))}}}),Um=aa({"node_modules/collapse-white-space/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo){return String(Yo).replace(/\s+/g," ")}}}),kh=aa({"node_modules/remark-parse/lib/util/normalize.js"(Ls,ys){qo();var Po=Um();ys.exports=Yo;function Yo(Go){return Po(Go).toLowerCase()}}}),Yh=aa({"node_modules/remark-parse/lib/tokenize/definition.js"(Ls,ys){qo();var Po=Fp(),Yo=kh();ys.exports=Pl;var Go='"',bo="'",$o="\\",Jo=`
`,Co=" ",us=" ",vo="[",os="]",Os="(",ws=")",Vs=":",al="<",Ys=">";function Pl(Rs,Is,$s){for(var zs=this,Yl=zs.options.commonmark,hu=0,Bu=Is.length,Wl="",Su,Ou,Fu,fl,Lu,mc,_c,no;hu<Bu&&(fl=Is.charAt(hu),!(fl!==us&&fl!==Co));)Wl+=fl,hu++;if(fl=Is.charAt(hu),fl===vo){for(hu++,Wl+=fl,Fu="";hu<Bu&&(fl=Is.charAt(hu),fl!==os);)fl===$o&&(Fu+=fl,hu++,fl=Is.charAt(hu)),Fu+=fl,hu++;if(!(!Fu||Is.charAt(hu)!==os||Is.charAt(hu+1)!==Vs)){for(mc=Fu,Wl+=Fu+os+Vs,hu=Wl.length,Fu="";hu<Bu&&(fl=Is.charAt(hu),!(fl!==Co&&fl!==us&&fl!==Jo));)Wl+=fl,hu++;if(fl=Is.charAt(hu),Fu="",Su=Wl,fl===al){for(hu++;hu<Bu&&(fl=Is.charAt(hu),!!ms(fl));)Fu+=fl,hu++;if(fl=Is.charAt(hu),fl===ms.delimiter)Wl+=al+Fu+fl,hu++;else{if(Yl)return;hu-=Fu.length+1,Fu=""}}if(!Fu){for(;hu<Bu&&(fl=Is.charAt(hu),!!Cl(fl));)Fu+=fl,hu++;Wl+=Fu}if(Fu){for(_c=Fu,Fu="";hu<Bu&&(fl=Is.charAt(hu),!(fl!==Co&&fl!==us&&fl!==Jo));)Fu+=fl,hu++;if(fl=Is.charAt(hu),Lu=null,fl===Go?Lu=Go:fl===bo?Lu=bo:fl===Os&&(Lu=ws),!Lu)Fu="",hu=Wl.length;else if(Fu){for(Wl+=Fu+fl,hu=Wl.length,Fu="";hu<Bu&&(fl=Is.charAt(hu),fl!==Lu);){if(fl===Jo){if(hu++,fl=Is.charAt(hu),fl===Jo||fl===Lu)return;Fu+=Jo}Fu+=fl,hu++}if(fl=Is.charAt(hu),fl!==Lu)return;Ou=Wl,Wl+=Fu+fl,hu++,no=Fu,Fu=""}else return;for(;hu<Bu&&(fl=Is.charAt(hu),!(fl!==Co&&fl!==us));)Wl+=fl,hu++;if(fl=Is.charAt(hu),!fl||fl===Jo)return $s?!0:(Su=Rs(Su).test().end,_c=zs.decode.raw(zs.unescape(_c),Su,{nonTerminated:!1}),no&&(Ou=Rs(Ou).test().end,no=zs.decode.raw(zs.unescape(no),Ou)),Rs(Wl)({type:"definition",identifier:Yo(mc),label:mc,title:no||null,url:_c}))}}}}function ms(Rs){return Rs!==Ys&&Rs!==vo&&Rs!==os}ms.delimiter=Ys;function Cl(Rs){return Rs!==vo&&Rs!==os&&!Po(Rs)}}}),Xh=aa({"node_modules/remark-parse/lib/tokenize/table.js"(Ls,ys){qo();var Po=Fp();ys.exports=al;var Yo=" ",Go=`
`,bo=" ",$o="-",Jo=":",Co="\\",us="|",vo=1,os=2,Os="left",ws="center",Vs="right";function al(Ys,Pl,ms){var Cl=this,Rs,Is,$s,zs,Yl,hu,Bu,Wl,Su,Ou,Fu,fl,Lu,mc,_c,no,$u,Ic,ju,bu,Ku,du;if(Cl.options.gfm){for(Rs=0,no=0,hu=Pl.length+1,Bu=[];Rs<hu;){if(bu=Pl.indexOf(Go,Rs),Ku=Pl.indexOf(us,Rs+1),bu===-1&&(bu=Pl.length),Ku===-1||Ku>bu){if(no<os)return;break}Bu.push(Pl.slice(Rs,bu)),no++,Rs=bu+1}for(zs=Bu.join(Go),Is=Bu.splice(1,1)[0]||[],Rs=0,hu=Is.length,no--,$s=!1,Fu=[];Rs<hu;){if(Su=Is.charAt(Rs),Su===us){if(Ou=null,$s===!1){if(du===!1)return}else Fu.push($s),$s=!1;du=!1}else if(Su===$o)Ou=!0,$s=$s||null;else if(Su===Jo)$s===Os?$s=ws:Ou&&$s===null?$s=Vs:$s=Os;else if(!Po(Su))return;Rs++}if($s!==!1&&Fu.push($s),!(Fu.length<vo)){if(ms)return!0;for(_c=-1,Ic=[],ju=Ys(zs).reset({type:"table",align:Fu,children:Ic});++_c<no;){for($u=Bu[_c],Yl={type:"tableRow",children:[]},_c&&Ys(Go),Ys($u).reset(Yl,ju),hu=$u.length+1,Rs=0,Wl="",fl="",Lu=!0;Rs<hu;){if(Su=$u.charAt(Rs),Su===Yo||Su===bo){fl?Wl+=Su:Ys(Su),Rs++;continue}Su===""||Su===us?Lu?Ys(Su):((fl||Su)&&!Lu&&(zs=fl,Wl.length>1&&(Su?(zs+=Wl.slice(0,-1),Wl=Wl.charAt(Wl.length-1)):(zs+=Wl,Wl="")),mc=Ys.now(),Ys(zs)({type:"tableCell",children:Cl.tokenizeInline(fl,mc)},Yl)),Ys(Wl+Su),Wl="",fl=""):(Wl&&(fl+=Wl,Wl=""),fl+=Su,Su===Co&&Rs!==hu-2&&(fl+=$u.charAt(Rs+1),Rs++)),Lu=!1,Rs++}_c||Ys(Go+Is)}return ju}}}}}),Od=aa({"node_modules/remark-parse/lib/tokenize/paragraph.js"(Ls,ys){qo();var Po=vp(),Yo=Oc(),Go=Yp();ys.exports=us;var bo=" ",$o=`
`,Jo=" ",Co=4;function us(vo,os,Os){for(var ws=this,Vs=ws.options,al=Vs.commonmark,Ys=ws.blockTokenizers,Pl=ws.interruptParagraph,ms=os.indexOf($o),Cl=os.length,Rs,Is,$s,zs,Yl;ms<Cl;){if(ms===-1){ms=Cl;break}if(os.charAt(ms+1)===$o)break;if(al){for(zs=0,Rs=ms+1;Rs<Cl;){if($s=os.charAt(Rs),$s===bo){zs=Co;break}else if($s===Jo)zs++;else break;Rs++}if(zs>=Co&&$s!==$o){ms=os.indexOf($o,ms+1);continue}}if(Is=os.slice(ms+1),Go(Pl,Ys,ws,[vo,Is,!0]))break;if(Rs=ms,ms=os.indexOf($o,ms+1),ms!==-1&&Po(os.slice(Rs,ms))===""){ms=Rs;break}}return Is=os.slice(0,ms),Os?!0:(Yl=vo.now(),Is=Yo(Is),vo(Is)({type:"paragraph",children:ws.tokenizeInline(Is,Yl)}))}}}),Id=aa({"node_modules/remark-parse/lib/locate/escape.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){return Yo.indexOf("\\",Go)}}}),Vf=aa({"node_modules/remark-parse/lib/tokenize/escape.js"(Ls,ys){qo();var Po=Id();ys.exports=bo,bo.locator=Po;var Yo=`
`,Go="\\";function bo($o,Jo,Co){var us=this,vo,os;if(Jo.charAt(0)===Go&&(vo=Jo.charAt(1),us.escape.indexOf(vo)!==-1))return Co?!0:(vo===Yo?os={type:"break"}:os={type:"text",value:vo},$o(Go+vo)(os))}}}),bp=aa({"node_modules/remark-parse/lib/locate/tag.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){return Yo.indexOf("<",Go)}}}),Zc=aa({"node_modules/remark-parse/lib/tokenize/auto-link.js"(Ls,ys){qo();var Po=Fp(),Yo=wd(),Go=bp();ys.exports=os,os.locator=Go,os.notInLink=!0;var bo="<",$o=">",Jo="@",Co="/",us="mailto:",vo=us.length;function os(Os,ws,Vs){var al=this,Ys="",Pl=ws.length,ms=0,Cl="",Rs=!1,Is="",$s,zs,Yl,hu,Bu;if(ws.charAt(0)===bo){for(ms++,Ys=bo;ms<Pl&&($s=ws.charAt(ms),!(Po($s)||$s===$o||$s===Jo||$s===":"&&ws.charAt(ms+1)===Co));)Cl+=$s,ms++;if(Cl){if(Is+=Cl,Cl="",$s=ws.charAt(ms),Is+=$s,ms++,$s===Jo)Rs=!0;else{if($s!==":"||ws.charAt(ms+1)!==Co)return;Is+=Co,ms++}for(;ms<Pl&&($s=ws.charAt(ms),!(Po($s)||$s===$o));)Cl+=$s,ms++;if($s=ws.charAt(ms),!(!Cl||$s!==$o))return Vs?!0:(Is+=Cl,Yl=Is,Ys+=Is+$s,zs=Os.now(),zs.column++,zs.offset++,Rs&&(Is.slice(0,vo).toLowerCase()===us?(Yl=Yl.slice(vo),zs.column+=vo,zs.offset+=vo):Is=us+Is),hu=al.inlineTokenizers,al.inlineTokenizers={text:hu.text},Bu=al.enterLink(),Yl=al.tokenizeInline(Yl,zs),al.inlineTokenizers=hu,Bu(),Os(Ys)({type:"link",title:null,url:Yo(Is,{nonTerminated:!1}),children:Yl}))}}}}}),bh=aa({"node_modules/ccount/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){var bo=String(Yo),$o=0,Jo;if(typeof Go!="string")throw new Error("Expected character");for(Jo=bo.indexOf(Go);Jo!==-1;)$o++,Jo=bo.indexOf(Go,Jo+Go.length);return $o}}}),lm=aa({"node_modules/remark-parse/lib/locate/url.js"(Ls,ys){qo(),ys.exports=Yo;var Po=["www.","http://","https://"];function Yo(Go,bo){var $o=-1,Jo,Co,us;if(!this.options.gfm)return $o;for(Co=Po.length,Jo=-1;++Jo<Co;)us=Go.indexOf(Po[Jo],bo),us!==-1&&($o===-1||us<$o)&&($o=us);return $o}}}),yp=aa({"node_modules/remark-parse/lib/tokenize/url.js"(Ls,ys){qo();var Po=bh(),Yo=wd(),Go=is(),bo=ku(),$o=Fp(),Jo=lm();ys.exports=zs,zs.locator=Jo,zs.notInLink=!0;var Co=33,us=38,vo=41,os=42,Os=44,ws=45,Vs=46,al=58,Ys=59,Pl=63,ms=60,Cl=95,Rs=126,Is="(",$s=")";function zs(Yl,hu,Bu){var Wl=this,Su=Wl.options.gfm,Ou=Wl.inlineTokenizers,Fu=hu.length,fl=-1,Lu=!1,mc,_c,no,$u,Ic,ju,bu,Ku,du,Kl,gu,Uu,yc,Fc;if(Su){if(hu.slice(0,4)==="www.")Lu=!0,$u=4;else if(hu.slice(0,7).toLowerCase()==="http://")$u=7;else if(hu.slice(0,8).toLowerCase()==="https://")$u=8;else return;for(fl=$u-1,no=$u,mc=[];$u<Fu;){if(bu=hu.charCodeAt($u),bu===Vs){if(fl===$u-1)break;mc.push($u),fl=$u,$u++;continue}if(Go(bu)||bo(bu)||bu===ws||bu===Cl){$u++;continue}break}if(bu===Vs&&(mc.pop(),$u--),mc[0]!==void 0&&(_c=mc.length<2?no:mc[mc.length-2]+1,hu.slice(_c,$u).indexOf("_")===-1)){if(Bu)return!0;for(Ku=$u,Ic=$u;$u<Fu&&(bu=hu.charCodeAt($u),!($o(bu)||bu===ms));)$u++,bu===Co||bu===os||bu===Os||bu===Vs||bu===al||bu===Pl||bu===Cl||bu===Rs||(Ku=$u);if($u=Ku,hu.charCodeAt($u-1)===vo)for(ju=hu.slice(Ic,$u),du=Po(ju,Is),Kl=Po(ju,$s);Kl>du;)$u=Ic+ju.lastIndexOf($s),ju=hu.slice(Ic,$u),Kl--;if(hu.charCodeAt($u-1)===Ys&&($u--,bo(hu.charCodeAt($u-1)))){for(Ku=$u-2;bo(hu.charCodeAt(Ku));)Ku--;hu.charCodeAt(Ku)===us&&($u=Ku)}return gu=hu.slice(0,$u),yc=Yo(gu,{nonTerminated:!1}),Lu&&(yc="http://"+yc),Fc=Wl.enterLink(),Wl.inlineTokenizers={text:Ou.text},Uu=Wl.tokenizeInline(gu,Yl.now()),Wl.inlineTokenizers=Ou,Fc(),Yl(gu)({type:"link",title:null,url:yc,children:Uu})}}}}}),Qh=aa({"node_modules/remark-parse/lib/locate/email.js"(Ls,ys){qo();var Po=is(),Yo=ku(),Go=43,bo=45,$o=46,Jo=95;ys.exports=Co;function Co(vo,os){var Os=this,ws,Vs;if(!this.options.gfm||(ws=vo.indexOf("@",os),ws===-1))return-1;if(Vs=ws,Vs===os||!us(vo.charCodeAt(Vs-1)))return Co.call(Os,vo,ws+1);for(;Vs>os&&us(vo.charCodeAt(Vs-1));)Vs--;return Vs}function us(vo){return Po(vo)||Yo(vo)||vo===Go||vo===bo||vo===$o||vo===Jo}}}),Jh=aa({"node_modules/remark-parse/lib/tokenize/email.js"(Ls,ys){qo();var Po=wd(),Yo=is(),Go=ku(),bo=Qh();ys.exports=os,os.locator=bo,os.notInLink=!0;var $o=43,Jo=45,Co=46,us=64,vo=95;function os(Os,ws,Vs){var al=this,Ys=al.options.gfm,Pl=al.inlineTokenizers,ms=0,Cl=ws.length,Rs=-1,Is,$s,zs,Yl;if(Ys){for(Is=ws.charCodeAt(ms);Yo(Is)||Go(Is)||Is===$o||Is===Jo||Is===Co||Is===vo;)Is=ws.charCodeAt(++ms);if(ms!==0&&Is===us){for(ms++;ms<Cl;){if(Is=ws.charCodeAt(ms),Yo(Is)||Go(Is)||Is===Jo||Is===Co||Is===vo){ms++,Rs===-1&&Is===Co&&(Rs=ms);continue}break}if(!(Rs===-1||Rs===ms||Is===Jo||Is===vo))return Is===Co&&ms--,$s=ws.slice(0,ms),Vs?!0:(Yl=al.enterLink(),al.inlineTokenizers={text:Pl.text},zs=al.tokenizeInline($s,Os.now()),al.inlineTokenizers=Pl,Yl(),Os($s)({type:"link",title:null,url:"mailto:"+Po($s,{nonTerminated:!1}),children:zs}))}}}}}),qd=aa({"node_modules/remark-parse/lib/tokenize/html-inline.js"(Ls,ys){qo();var Po=ku(),Yo=bp(),Go=jp().tag;ys.exports=os,os.locator=Yo;var bo="<",$o="?",Jo="!",Co="/",us=/^<a /i,vo=/^<\/a>/i;function os(Os,ws,Vs){var al=this,Ys=ws.length,Pl,ms;if(!(ws.charAt(0)!==bo||Ys<3)&&(Pl=ws.charAt(1),!(!Po(Pl)&&Pl!==$o&&Pl!==Jo&&Pl!==Co)&&(ms=ws.match(Go),!!ms)))return Vs?!0:(ms=ms[0],!al.inLink&&us.test(ms)?al.inLink=!0:al.inLink&&vo.test(ms)&&(al.inLink=!1),Os(ms)({type:"html",value:ms}))}}}),Bh=aa({"node_modules/remark-parse/lib/locate/link.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){var bo=Yo.indexOf("[",Go),$o=Yo.indexOf("![",Go);return $o===-1||bo<$o?bo:$o}}}),Up=aa({"node_modules/remark-parse/lib/tokenize/link.js"(Ls,ys){qo();var Po=Fp(),Yo=Bh();ys.exports=Ys,Ys.locator=Yo;var Go=`
`,bo="!",$o='"',Jo="'",Co="(",us=")",vo="<",os=">",Os="[",ws="\\",Vs="]",al="`";function Ys(Pl,ms,Cl){var Rs=this,Is="",$s=0,zs=ms.charAt(0),Yl=Rs.options.pedantic,hu=Rs.options.commonmark,Bu=Rs.options.gfm,Wl,Su,Ou,Fu,fl,Lu,mc,_c,no,$u,Ic,ju,bu,Ku,du,Kl,gu,Uu;if(zs===bo&&(_c=!0,Is=zs,zs=ms.charAt(++$s)),zs===Os&&!(!_c&&Rs.inLink)){for(Is+=zs,Ku="",$s++,Ic=ms.length,Kl=Pl.now(),bu=0,Kl.column+=$s,Kl.offset+=$s;$s<Ic;){if(zs=ms.charAt($s),Lu=zs,zs===al){for(Su=1;ms.charAt($s+1)===al;)Lu+=zs,$s++,Su++;Ou?Su>=Ou&&(Ou=0):Ou=Su}else if(zs===ws)$s++,Lu+=ms.charAt($s);else if((!Ou||Bu)&&zs===Os)bu++;else if((!Ou||Bu)&&zs===Vs)if(bu)bu--;else{if(ms.charAt($s+1)!==Co)return;Lu+=Co,Wl=!0,$s++;break}Ku+=Lu,Lu="",$s++}if(Wl){for(no=Ku,Is+=Ku+Lu,$s++;$s<Ic&&(zs=ms.charAt($s),!!Po(zs));)Is+=zs,$s++;if(zs=ms.charAt($s),Ku="",Fu=Is,zs===vo){for($s++,Fu+=vo;$s<Ic&&(zs=ms.charAt($s),zs!==os);){if(hu&&zs===Go)return;Ku+=zs,$s++}if(ms.charAt($s)!==os)return;Is+=vo+Ku+os,du=Ku,$s++}else{for(zs=null,Lu="";$s<Ic&&(zs=ms.charAt($s),!(Lu&&(zs===$o||zs===Jo||hu&&zs===Co)));){if(Po(zs)){if(!Yl)break;Lu+=zs}else{if(zs===Co)bu++;else if(zs===us){if(bu===0)break;bu--}Ku+=Lu,Lu="",zs===ws&&(Ku+=ws,zs=ms.charAt(++$s)),Ku+=zs}$s++}Is+=Ku,du=Ku,$s=Is.length}for(Ku="";$s<Ic&&(zs=ms.charAt($s),!!Po(zs));)Ku+=zs,$s++;if(zs=ms.charAt($s),Is+=Ku,Ku&&(zs===$o||zs===Jo||hu&&zs===Co))if($s++,Is+=zs,Ku="",$u=zs===Co?us:zs,fl=Is,hu){for(;$s<Ic&&(zs=ms.charAt($s),zs!==$u);)zs===ws&&(Ku+=ws,zs=ms.charAt(++$s)),$s++,Ku+=zs;if(zs=ms.charAt($s),zs!==$u)return;for(ju=Ku,Is+=Ku+zs,$s++;$s<Ic&&(zs=ms.charAt($s),!!Po(zs));)Is+=zs,$s++}else for(Lu="";$s<Ic;){if(zs=ms.charAt($s),zs===$u)mc&&(Ku+=$u+Lu,Lu=""),mc=!0;else if(!mc)Ku+=zs;else if(zs===us){Is+=Ku+$u+Lu,ju=Ku;break}else Po(zs)?Lu+=zs:(Ku+=$u+Lu+zs,Lu="",mc=!1);$s++}if(ms.charAt($s)===us)return Cl?!0:(Is+=us,du=Rs.decode.raw(Rs.unescape(du),Pl(Fu).test().end,{nonTerminated:!1}),ju&&(fl=Pl(fl).test().end,ju=Rs.decode.raw(Rs.unescape(ju),fl)),Uu={type:_c?"image":"link",title:ju||null,url:du},_c?Uu.alt=Rs.decode.raw(Rs.unescape(no),Kl)||null:(gu=Rs.enterLink(),Uu.children=Rs.tokenizeInline(no,Kl),gu()),Pl(Is)(Uu))}}}}}),Hp=aa({"node_modules/remark-parse/lib/tokenize/reference.js"(Ls,ys){qo();var Po=Fp(),Yo=Bh(),Go=kh();ys.exports=Vs,Vs.locator=Yo;var bo="link",$o="image",Jo="shortcut",Co="collapsed",us="full",vo="!",os="[",Os="\\",ws="]";function Vs(al,Ys,Pl){var ms=this,Cl=ms.options.commonmark,Rs=Ys.charAt(0),Is=0,$s=Ys.length,zs="",Yl="",hu=bo,Bu=Jo,Wl,Su,Ou,Fu,fl,Lu,mc,_c;if(Rs===vo&&(hu=$o,Yl=Rs,Rs=Ys.charAt(++Is)),Rs===os){for(Is++,Yl+=Rs,Lu="",_c=0;Is<$s;){if(Rs=Ys.charAt(Is),Rs===os)mc=!0,_c++;else if(Rs===ws){if(!_c)break;_c--}Rs===Os&&(Lu+=Os,Rs=Ys.charAt(++Is)),Lu+=Rs,Is++}if(zs=Lu,Wl=Lu,Rs=Ys.charAt(Is),Rs===ws){if(Is++,zs+=Rs,Lu="",!Cl)for(;Is<$s&&(Rs=Ys.charAt(Is),!!Po(Rs));)Lu+=Rs,Is++;if(Rs=Ys.charAt(Is),Rs===os){for(Su="",Lu+=Rs,Is++;Is<$s&&(Rs=Ys.charAt(Is),!(Rs===os||Rs===ws));)Rs===Os&&(Su+=Os,Rs=Ys.charAt(++Is)),Su+=Rs,Is++;Rs=Ys.charAt(Is),Rs===ws?(Bu=Su?us:Co,Lu+=Su+Rs,Is++):Su="",zs+=Lu,Lu=""}else{if(!Wl)return;Su=Wl}if(!(Bu!==us&&mc))return zs=Yl+zs,hu===bo&&ms.inLink?null:Pl?!0:(Ou=al.now(),Ou.column+=Yl.length,Ou.offset+=Yl.length,Su=Bu===us?Su:Wl,Fu={type:hu+"Reference",identifier:Go(Su),label:Su,referenceType:Bu},hu===bo?(fl=ms.enterLink(),Fu.children=ms.tokenizeInline(Wl,Ou),fl()):Fu.alt=ms.decode.raw(ms.unescape(Wl),Ou)||null,al(zs)(Fu))}}}}}),$h=aa({"node_modules/remark-parse/lib/locate/strong.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){var bo=Yo.indexOf("**",Go),$o=Yo.indexOf("__",Go);return $o===-1?bo:bo===-1||$o<bo?$o:bo}}}),df=aa({"node_modules/remark-parse/lib/tokenize/strong.js"(Ls,ys){qo();var Po=vp(),Yo=Fp(),Go=$h();ys.exports=Co,Co.locator=Go;var bo="\\",$o="*",Jo="_";function Co(us,vo,os){var Os=this,ws=0,Vs=vo.charAt(ws),al,Ys,Pl,ms,Cl,Rs,Is;if(!(Vs!==$o&&Vs!==Jo||vo.charAt(++ws)!==Vs)&&(Ys=Os.options.pedantic,Pl=Vs,Cl=Pl+Pl,Rs=vo.length,ws++,ms="",Vs="",!(Ys&&Yo(vo.charAt(ws)))))for(;ws<Rs;){if(Is=Vs,Vs=vo.charAt(ws),Vs===Pl&&vo.charAt(ws+1)===Pl&&(!Ys||!Yo(Is))&&(Vs=vo.charAt(ws+2),Vs!==Pl))return Po(ms)?os?!0:(al=us.now(),al.column+=2,al.offset+=2,us(Cl+ms+Cl)({type:"strong",children:Os.tokenizeInline(ms,al)})):void 0;!Ys&&Vs===bo&&(ms+=Vs,Vs=vo.charAt(++ws)),ms+=Vs,ws++}}}}),Ph=aa({"node_modules/is-word-character/index.js"(Ls,ys){qo(),ys.exports=Go;var Po=String.fromCharCode,Yo=/\w/;function Go(bo){return Yo.test(typeof bo=="number"?Po(bo):bo.charAt(0))}}}),qf=aa({"node_modules/remark-parse/lib/locate/emphasis.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){var bo=Yo.indexOf("*",Go),$o=Yo.indexOf("_",Go);return $o===-1?bo:bo===-1||$o<bo?$o:bo}}}),Qp=aa({"node_modules/remark-parse/lib/tokenize/emphasis.js"(Ls,ys){qo();var Po=vp(),Yo=Ph(),Go=Fp(),bo=qf();ys.exports=us,us.locator=bo;var $o="*",Jo="_",Co="\\";function us(vo,os,Os){var ws=this,Vs=0,al=os.charAt(Vs),Ys,Pl,ms,Cl,Rs,Is,$s;if(!(al!==$o&&al!==Jo)&&(Pl=ws.options.pedantic,Rs=al,ms=al,Is=os.length,Vs++,Cl="",al="",!(Pl&&Go(os.charAt(Vs)))))for(;Vs<Is;){if($s=al,al=os.charAt(Vs),al===ms&&(!Pl||!Go($s))){if(al=os.charAt(++Vs),al!==ms){if(!Po(Cl)||$s===ms)return;if(!Pl&&ms===Jo&&Yo(al)){Cl+=ms;continue}return Os?!0:(Ys=vo.now(),Ys.column++,Ys.offset++,vo(Rs+Cl+ms)({type:"emphasis",children:ws.tokenizeInline(Cl,Ys)}))}Cl+=ms}!Pl&&al===Co&&(Cl+=al,al=os.charAt(++Vs)),Cl+=al,Vs++}}}}),xn=aa({"node_modules/remark-parse/lib/locate/delete.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){return Yo.indexOf("~~",Go)}}}),Mi=aa({"node_modules/remark-parse/lib/tokenize/delete.js"(Ls,ys){qo();var Po=Fp(),Yo=xn();ys.exports=$o,$o.locator=Yo;var Go="~",bo="~~";function $o(Jo,Co,us){var vo=this,os="",Os="",ws="",Vs="",al,Ys,Pl;if(!(!vo.options.gfm||Co.charAt(0)!==Go||Co.charAt(1)!==Go||Po(Co.charAt(2))))for(al=1,Ys=Co.length,Pl=Jo.now(),Pl.column+=2,Pl.offset+=2;++al<Ys;){if(os=Co.charAt(al),os===Go&&Os===Go&&(!ws||!Po(ws)))return us?!0:Jo(bo+Vs+bo)({type:"delete",children:vo.tokenizeInline(Vs,Pl)});Vs+=Os,ws=Os,Os=os}}}}),Hi=aa({"node_modules/remark-parse/lib/locate/code-inline.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){return Yo.indexOf("`",Go)}}}),zu=aa({"node_modules/remark-parse/lib/tokenize/code-inline.js"(Ls,ys){qo();var Po=Hi();ys.exports=$o,$o.locator=Po;var Yo=10,Go=32,bo=96;function $o(Jo,Co,us){for(var vo=Co.length,os=0,Os,ws,Vs,al,Ys,Pl;os<vo&&Co.charCodeAt(os)===bo;)os++;if(!(os===0||os===vo)){for(Os=os,Ys=Co.charCodeAt(os);os<vo;){if(al=Ys,Ys=Co.charCodeAt(os+1),al===bo){if(ws===void 0&&(ws=os),Vs=os+1,Ys!==bo&&Vs-ws===Os){Pl=!0;break}}else ws!==void 0&&(ws=void 0,Vs=void 0);os++}if(Pl){if(us)return!0;if(os=Os,vo=ws,al=Co.charCodeAt(os),Ys=Co.charCodeAt(vo-1),Pl=!1,vo-os>2&&(al===Go||al===Yo)&&(Ys===Go||Ys===Yo)){for(os++,vo--;os<vo;){if(al=Co.charCodeAt(os),al!==Go&&al!==Yo){Pl=!0;break}os++}Pl===!0&&(Os++,ws--)}return Jo(Co.slice(0,Vs))({type:"inlineCode",value:Co.slice(Os,ws)})}}}}}),ed=aa({"node_modules/remark-parse/lib/locate/break.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go){for(var bo=Yo.indexOf(`
`,Go);bo>Go&&Yo.charAt(bo-1)===" ";)bo--;return bo}}}),Sd=aa({"node_modules/remark-parse/lib/tokenize/break.js"(Ls,ys){qo();var Po=ed();ys.exports=$o,$o.locator=Po;var Yo=" ",Go=`
`,bo=2;function $o(Jo,Co,us){for(var vo=Co.length,os=-1,Os="",ws;++os<vo;){if(ws=Co.charAt(os),ws===Go)return os<bo?void 0:us?!0:(Os+=ws,Jo(Os)({type:"break"}));if(ws!==Yo)return;Os+=ws}}}}),nf=aa({"node_modules/remark-parse/lib/tokenize/text.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo,Go,bo){var $o=this,Jo,Co,us,vo,os,Os,ws,Vs,al,Ys;if(bo)return!0;for(Jo=$o.inlineMethods,vo=Jo.length,Co=$o.inlineTokenizers,us=-1,al=Go.length;++us<vo;)Vs=Jo[us],!(Vs==="text"||!Co[Vs])&&(ws=Co[Vs].locator,ws||Yo.file.fail("Missing locator: `"+Vs+"`"),Os=ws.call($o,Go,1),Os!==-1&&Os<al&&(al=Os));os=Go.slice(0,al),Ys=Yo.now(),$o.decode(os,Ys,Pl);function Pl(ms,Cl,Rs){Yo(Rs||ms)({type:"text",value:ms})}}}}),Ep=aa({"node_modules/remark-parse/lib/parser.js"(Ls,ys){qo();var Po=Zl(),Yo=Bl(),Go=Vu(),bo=Iu(),$o=Nd(),Jo=Tf();ys.exports=Co;function Co(os,Os){this.file=Os,this.offset={},this.options=Po(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=Go(Os).toOffset,this.unescape=bo(this,"escape"),this.decode=$o(this)}var us=Co.prototype;us.setOptions=Ed(),us.parse=Pf(),us.options=Jd(),us.exitStart=Yo("atStart",!0),us.enterList=Yo("inList",!1),us.enterLink=Yo("inLink",!1),us.enterBlock=Yo("inBlock",!1),us.interruptParagraph=[["thematicBreak"],["list"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}]],us.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}]],us.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}]],us.blockTokenizers={blankLine:Ih(),indentedCode:Ip(),fencedCode:Df(),blockquote:Op(),atxHeading:Xp(),thematicBreak:Xf(),list:np(),setextHeading:gh(),html:wm(),definition:Yh(),table:Xh(),paragraph:Od()},us.inlineTokenizers={escape:Vf(),autoLink:Zc(),url:yp(),email:Jh(),html:qd(),link:Up(),reference:Hp(),strong:df(),emphasis:Qp(),deletion:Mi(),code:zu(),break:Sd(),text:nf()},us.blockMethods=vo(us.blockTokenizers),us.inlineMethods=vo(us.inlineTokenizers),us.tokenizeBlock=Jo("block"),us.tokenizeInline=Jo("inline"),us.tokenizeFactory=Jo;function vo(os){var Os=[],ws;for(ws in os)Os.push(ws);return Os}}}),Vp=aa({"node_modules/remark-parse/index.js"(Ls,ys){qo();var Po=_u(),Yo=Zl(),Go=Ep();ys.exports=bo,bo.Parser=Go;function bo($o){var Jo=this.data("settings"),Co=Po(Go);Co.prototype.options=Yo(Co.prototype.options,Jo,$o),this.Parser=Co}}}),Zh=aa({"node_modules/bail/index.js"(Ls,ys){qo(),ys.exports=Po;function Po(Yo){if(Yo)throw Yo}}}),um=aa({"node_modules/is-buffer/index.js"(Ls,ys){qo(),ys.exports=function(Po){return Po!=null&&Po.constructor!=null&&typeof Po.constructor.isBuffer=="function"&&Po.constructor.isBuffer(Po)}}}),pf=aa({"node_modules/extend/index.js"(Ls,ys){qo();var Po=Object.prototype.hasOwnProperty,Yo=Object.prototype.toString,Go=Object.defineProperty,bo=Object.getOwnPropertyDescriptor,$o=function(vo){return typeof Array.isArray=="function"?Array.isArray(vo):Yo.call(vo)==="[object Array]"},Jo=function(vo){if(!vo||Yo.call(vo)!=="[object Object]")return!1;var os=Po.call(vo,"constructor"),Os=vo.constructor&&vo.constructor.prototype&&Po.call(vo.constructor.prototype,"isPrototypeOf");if(vo.constructor&&!os&&!Os)return!1;var ws;for(ws in vo);return typeof ws>"u"||Po.call(vo,ws)},Co=function(vo,os){Go&&os.name==="__proto__"?Go(vo,os.name,{enumerable:!0,configurable:!0,value:os.newValue,writable:!0}):vo[os.name]=os.newValue},us=function(vo,os){if(os==="__proto__")if(Po.call(vo,os)){if(bo)return bo(vo,os).value}else return;return vo[os]};ys.exports=function vo(){var os,Os,ws,Vs,al,Ys,Pl=arguments[0],ms=1,Cl=arguments.length,Rs=!1;for(typeof Pl=="boolean"&&(Rs=Pl,Pl=arguments[1]||{},ms=2),(Pl==null||typeof Pl!="object"&&typeof Pl!="function")&&(Pl={});ms<Cl;++ms)if(os=arguments[ms],os!=null)for(Os in os)ws=us(Pl,Os),Vs=us(os,Os),Pl!==Vs&&(Rs&&Vs&&(Jo(Vs)||(al=$o(Vs)))?(al?(al=!1,Ys=ws&&$o(ws)?ws:[]):Ys=ws&&Jo(ws)?ws:{},Co(Pl,{name:Os,newValue:vo(Rs,Ys,Vs)})):typeof Vs<"u"&&Co(Pl,{name:Os,newValue:Vs}));return Pl}}}),Jp=aa({"node_modules/is-plain-obj/index.js"(Ls,ys){qo(),ys.exports=Po=>{if(Object.prototype.toString.call(Po)!=="[object Object]")return!1;let Yo=Object.getPrototypeOf(Po);return Yo===null||Yo===Object.prototype}}}),cm=aa({"node_modules/trough/wrap.js"(Ls,ys){qo();var Po=[].slice;ys.exports=Yo;function Yo(Go,bo){var $o;return Jo;function Jo(){var vo=Po.call(arguments,0),os=Go.length>vo.length,Os;os&&vo.push(Co);try{Os=Go.apply(null,vo)}catch(ws){if(os&&$o)throw ws;return Co(ws)}os||(Os&&typeof Os.then=="function"?Os.then(us,Co):Os instanceof Error?Co(Os):us(Os))}function Co(){$o||($o=!0,bo.apply(null,arguments))}function us(vo){Co(null,vo)}}}}),km=aa({"node_modules/trough/index.js"(Ls,ys){qo();var Po=cm();ys.exports=Go,Go.wrap=Po;var Yo=[].slice;function Go(){var bo=[],$o={};return $o.run=Jo,$o.use=Co,$o;function Jo(){var us=-1,vo=Yo.call(arguments,0,-1),os=arguments[arguments.length-1];if(typeof os!="function")throw new Error("Expected function as last argument, not "+os);Os.apply(null,[null].concat(vo));function Os(ws){var Vs=bo[++us],al=Yo.call(arguments,0),Ys=al.slice(1),Pl=vo.length,ms=-1;if(ws){os(ws);return}for(;++ms<Pl;)(Ys[ms]===null||Ys[ms]===void 0)&&(Ys[ms]=vo[ms]);vo=Ys,Vs?Po(Vs,Os).apply(null,vo):os.apply(null,[null].concat(vo))}}function Co(us){if(typeof us!="function")throw new Error("Expected `fn` to be a function, not "+us);return bo.push(us),$o}}}}),em=aa({"node_modules/unist-util-stringify-position/index.js"(Ls,ys){qo();var Po={}.hasOwnProperty;ys.exports=Yo;function Yo(Jo){return!Jo||typeof Jo!="object"?"":Po.call(Jo,"position")||Po.call(Jo,"type")?bo(Jo.position):Po.call(Jo,"start")||Po.call(Jo,"end")?bo(Jo):Po.call(Jo,"line")||Po.call(Jo,"column")?Go(Jo):""}function Go(Jo){return(!Jo||typeof Jo!="object")&&(Jo={}),$o(Jo.line)+":"+$o(Jo.column)}function bo(Jo){return(!Jo||typeof Jo!="object")&&(Jo={}),Go(Jo.start)+"-"+Go(Jo.end)}function $o(Jo){return Jo&&typeof Jo=="number"?Jo:1}}}),Lf=aa({"node_modules/vfile-message/index.js"(Ls,ys){qo();var Po=em();ys.exports=bo;function Yo(){}Yo.prototype=Error.prototype,bo.prototype=new Yo;var Go=bo.prototype;Go.file="",Go.name="",Go.reason="",Go.message="",Go.stack="",Go.fatal=null,Go.column=null,Go.line=null;function bo(Jo,Co,us){var vo,os,Os;typeof Co=="string"&&(us=Co,Co=null),vo=$o(us),os=Po(Co)||"1:1",Os={start:{line:null,column:null},end:{line:null,column:null}},Co&&Co.position&&(Co=Co.position),Co&&(Co.start?(Os=Co,Co=Co.start):Os.start=Co),Jo.stack&&(this.stack=Jo.stack,Jo=Jo.message),this.message=Jo,this.name=os,this.reason=Jo,this.line=Co?Co.line:null,this.column=Co?Co.column:null,this.location=Os,this.source=vo[0],this.ruleId=vo[1]}function $o(Jo){var Co=[null,null],us;return typeof Jo=="string"&&(us=Jo.indexOf(":"),us===-1?Co[1]=Jo:(Co[0]=Jo.slice(0,us),Co[1]=Jo.slice(us+1))),Co}}}),t0=aa({"node_modules/vfile/lib/minpath.browser.js"(Ls){qo(),Ls.basename=ys,Ls.dirname=Po,Ls.extname=Yo,Ls.join=Go,Ls.sep="/";function ys(Co,us){var vo=0,os=-1,Os,ws,Vs,al;if(us!==void 0&&typeof us!="string")throw new TypeError('"ext" argument must be a string');if(Jo(Co),Os=Co.length,us===void 0||!us.length||us.length>Co.length){for(;Os--;)if(Co.charCodeAt(Os)===47){if(Vs){vo=Os+1;break}}else os<0&&(Vs=!0,os=Os+1);return os<0?"":Co.slice(vo,os)}if(us===Co)return"";for(ws=-1,al=us.length-1;Os--;)if(Co.charCodeAt(Os)===47){if(Vs){vo=Os+1;break}}else ws<0&&(Vs=!0,ws=Os+1),al>-1&&(Co.charCodeAt(Os)===us.charCodeAt(al--)?al<0&&(os=Os):(al=-1,os=ws));return vo===os?os=ws:os<0&&(os=Co.length),Co.slice(vo,os)}function Po(Co){var us,vo,os;if(Jo(Co),!Co.length)return".";for(us=-1,os=Co.length;--os;)if(Co.charCodeAt(os)===47){if(vo){us=os;break}}else vo||(vo=!0);return us<0?Co.charCodeAt(0)===47?"/":".":us===1&&Co.charCodeAt(0)===47?"//":Co.slice(0,us)}function Yo(Co){var us=-1,vo=0,os=-1,Os=0,ws,Vs,al;for(Jo(Co),al=Co.length;al--;){if(Vs=Co.charCodeAt(al),Vs===47){if(ws){vo=al+1;break}continue}os<0&&(ws=!0,os=al+1),Vs===46?us<0?us=al:Os!==1&&(Os=1):us>-1&&(Os=-1)}return us<0||os<0||Os===0||Os===1&&us===os-1&&us===vo+1?"":Co.slice(us,os)}function Go(){for(var Co=-1,us;++Co<arguments.length;)Jo(arguments[Co]),arguments[Co]&&(us=us===void 0?arguments[Co]:us+"/"+arguments[Co]);return us===void 0?".":bo(us)}function bo(Co){var us,vo;return Jo(Co),us=Co.charCodeAt(0)===47,vo=$o(Co,!us),!vo.length&&!us&&(vo="."),vo.length&&Co.charCodeAt(Co.length-1)===47&&(vo+="/"),us?"/"+vo:vo}function $o(Co,us){for(var vo="",os=0,Os=-1,ws=0,Vs=-1,al,Ys;++Vs<=Co.length;){if(Vs<Co.length)al=Co.charCodeAt(Vs);else{if(al===47)break;al=47}if(al===47){if(!(Os===Vs-1||ws===1))if(Os!==Vs-1&&ws===2){if(vo.length<2||os!==2||vo.charCodeAt(vo.length-1)!==46||vo.charCodeAt(vo.length-2)!==46){if(vo.length>2){if(Ys=vo.lastIndexOf("/"),Ys!==vo.length-1){Ys<0?(vo="",os=0):(vo=vo.slice(0,Ys),os=vo.length-1-vo.lastIndexOf("/")),Os=Vs,ws=0;continue}}else if(vo.length){vo="",os=0,Os=Vs,ws=0;continue}}us&&(vo=vo.length?vo+"/..":"..",os=2)}else vo.length?vo+="/"+Co.slice(Os+1,Vs):vo=Co.slice(Os+1,Vs),os=Vs-Os-1;Os=Vs,ws=0}else al===46&&ws>-1?ws++:ws=-1}return vo}function Jo(Co){if(typeof Co!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(Co))}}}),s0=aa({"node_modules/vfile/lib/minproc.browser.js"(Ls){qo(),Ls.cwd=ys;function ys(){return"/"}}}),r0=aa({"node_modules/vfile/lib/core.js"(Ls,ys){qo();var Po=t0(),Yo=s0(),Go=um();ys.exports=Jo;var bo={}.hasOwnProperty,$o=["history","path","basename","stem","extname","dirname"];Jo.prototype.toString=ms,Object.defineProperty(Jo.prototype,"path",{get:Co,set:us}),Object.defineProperty(Jo.prototype,"dirname",{get:vo,set:os}),Object.defineProperty(Jo.prototype,"basename",{get:Os,set:ws}),Object.defineProperty(Jo.prototype,"extname",{get:Vs,set:al}),Object.defineProperty(Jo.prototype,"stem",{get:Ys,set:Pl});function Jo($s){var zs,Yl;if(!$s)$s={};else if(typeof $s=="string"||Go($s))$s={contents:$s};else if("message"in $s&&"messages"in $s)return $s;if(!(this instanceof Jo))return new Jo($s);for(this.data={},this.messages=[],this.history=[],this.cwd=Yo.cwd(),Yl=-1;++Yl<$o.length;)zs=$o[Yl],bo.call($s,zs)&&(this[zs]=$s[zs]);for(zs in $s)$o.indexOf(zs)<0&&(this[zs]=$s[zs])}function Co(){return this.history[this.history.length-1]}function us($s){Rs($s,"path"),this.path!==$s&&this.history.push($s)}function vo(){return typeof this.path=="string"?Po.dirname(this.path):void 0}function os($s){Is(this.path,"dirname"),this.path=Po.join($s||"",this.basename)}function Os(){return typeof this.path=="string"?Po.basename(this.path):void 0}function ws($s){Rs($s,"basename"),Cl($s,"basename"),this.path=Po.join(this.dirname||"",$s)}function Vs(){return typeof this.path=="string"?Po.extname(this.path):void 0}function al($s){if(Cl($s,"extname"),Is(this.path,"extname"),$s){if($s.charCodeAt(0)!==46)throw new Error("`extname` must start with `.`");if($s.indexOf(".",1)>-1)throw new Error("`extname` cannot contain multiple dots")}this.path=Po.join(this.dirname,this.stem+($s||""))}function Ys(){return typeof this.path=="string"?Po.basename(this.path,this.extname):void 0}function Pl($s){Rs($s,"stem"),Cl($s,"stem"),this.path=Po.join(this.dirname||"",$s+(this.extname||""))}function ms($s){return(this.contents||"").toString($s)}function Cl($s,zs){if($s&&$s.indexOf(Po.sep)>-1)throw new Error("`"+zs+"` cannot be a path: did not expect `"+Po.sep+"`")}function Rs($s,zs){if(!$s)throw new Error("`"+zs+"` cannot be empty")}function Is($s,zs){if(!$s)throw new Error("Setting `"+zs+"` requires `path` to be set too")}}}),Qf=aa({"node_modules/vfile/lib/index.js"(Ls,ys){qo();var Po=Lf(),Yo=r0();ys.exports=Yo,Yo.prototype.message=Go,Yo.prototype.info=$o,Yo.prototype.fail=bo;function Go(Jo,Co,us){var vo=new Po(Jo,Co,us);return this.path&&(vo.name=this.path+":"+vo.name,vo.file=this.path),vo.fatal=!1,this.messages.push(vo),vo}function bo(){var Jo=this.message.apply(this,arguments);throw Jo.fatal=!0,Jo}function $o(){var Jo=this.message.apply(this,arguments);return Jo.fatal=null,Jo}}}),hf=aa({"node_modules/vfile/index.js"(Ls,ys){qo(),ys.exports=Qf()}}),Hm=aa({"node_modules/unified/index.js"(Ls,ys){qo();var Po=Zh(),Yo=um(),Go=pf(),bo=Jp(),$o=km(),Jo=hf();ys.exports=Vs().freeze();var Co=[].slice,us={}.hasOwnProperty,vo=$o().use(os).use(Os).use(ws);function os($s,zs){zs.tree=$s.parse(zs.file)}function Os($s,zs,Yl){$s.run(zs.tree,zs.file,hu);function hu(Bu,Wl,Su){Bu?Yl(Bu):(zs.tree=Wl,zs.file=Su,Yl())}}function ws($s,zs){var Yl=$s.stringify(zs.tree,zs.file);Yl==null||(typeof Yl=="string"||Yo(Yl)?zs.file.contents=Yl:zs.file.result=Yl)}function Vs(){var $s=[],zs=$o(),Yl={},hu=-1,Bu;return Wl.data=Ou,Wl.freeze=Su,Wl.attachers=$s,Wl.use=Fu,Wl.parse=Lu,Wl.stringify=no,Wl.run=mc,Wl.runSync=_c,Wl.process=$u,Wl.processSync=Ic,Wl;function Wl(){for(var ju=Vs(),bu=-1;++bu<$s.length;)ju.use.apply(null,$s[bu]);return ju.data(Go(!0,{},Yl)),ju}function Su(){var ju,bu;if(Bu)return Wl;for(;++hu<$s.length;)ju=$s[hu],ju[1]!==!1&&(ju[1]===!0&&(ju[1]=void 0),bu=ju[0].apply(Wl,ju.slice(1)),typeof bu=="function"&&zs.use(bu));return Bu=!0,hu=1/0,Wl}function Ou(ju,bu){return typeof ju=="string"?arguments.length===2?(Cl("data",Bu),Yl[ju]=bu,Wl):us.call(Yl,ju)&&Yl[ju]||null:ju?(Cl("data",Bu),Yl=ju,Wl):Yl}function Fu(ju){var bu;if(Cl("use",Bu),ju!=null)if(typeof ju=="function")gu.apply(null,arguments);else if(typeof ju=="object")"length"in ju?Kl(ju):Ku(ju);else throw new Error("Expected usable value, not `"+ju+"`");return bu&&(Yl.settings=Go(Yl.settings||{},bu)),Wl;function Ku(Uu){Kl(Uu.plugins),Uu.settings&&(bu=Go(bu||{},Uu.settings))}function du(Uu){if(typeof Uu=="function")gu(Uu);else if(typeof Uu=="object")"length"in Uu?gu.apply(null,Uu):Ku(Uu);else throw new Error("Expected usable value, not `"+Uu+"`")}function Kl(Uu){var yc=-1;if(Uu!=null)if(typeof Uu=="object"&&"length"in Uu)for(;++yc<Uu.length;)du(Uu[yc]);else throw new Error("Expected a list of plugins, not `"+Uu+"`")}function gu(Uu,yc){var Fc=fl(Uu);Fc?(bo(Fc[1])&&bo(yc)&&(yc=Go(!0,Fc[1],yc)),Fc[1]=yc):$s.push(Co.call(arguments))}}function fl(ju){for(var bu=-1;++bu<$s.length;)if($s[bu][0]===ju)return $s[bu]}function Lu(ju){var bu=Jo(ju),Ku;return Su(),Ku=Wl.Parser,Pl("parse",Ku),al(Ku,"parse")?new Ku(String(bu),bu).parse():Ku(String(bu),bu)}function mc(ju,bu,Ku){if(Rs(ju),Su(),!Ku&&typeof bu=="function"&&(Ku=bu,bu=null),!Ku)return new Promise(du);du(null,Ku);function du(Kl,gu){zs.run(ju,Jo(bu),Uu);function Uu(yc,Fc,zc){Fc=Fc||ju,yc?gu(yc):Kl?Kl(Fc):Ku(null,Fc,zc)}}}function _c(ju,bu){var Ku,du;return mc(ju,bu,Kl),Is("runSync","run",du),Ku;function Kl(gu,Uu){du=!0,Ku=Uu,Po(gu)}}function no(ju,bu){var Ku=Jo(bu),du;return Su(),du=Wl.Compiler,ms("stringify",du),Rs(ju),al(du,"compile")?new du(ju,Ku).compile():du(ju,Ku)}function $u(ju,bu){if(Su(),Pl("process",Wl.Parser),ms("process",Wl.Compiler),!bu)return new Promise(Ku);Ku(null,bu);function Ku(du,Kl){var gu=Jo(ju);vo.run(Wl,{file:gu},Uu);function Uu(yc){yc?Kl(yc):du?du(gu):bu(null,gu)}}}function Ic(ju){var bu,Ku;return Su(),Pl("processSync",Wl.Parser),ms("processSync",Wl.Compiler),bu=Jo(ju),$u(bu,du),Is("processSync","process",Ku),bu;function du(Kl){Ku=!0,Po(Kl)}}}function al($s,zs){return typeof $s=="function"&&$s.prototype&&(Ys($s.prototype)||zs in $s.prototype)}function Ys($s){var zs;for(zs in $s)return!0;return!1}function Pl($s,zs){if(typeof zs!="function")throw new Error("Cannot `"+$s+"` without `Parser`")}function ms($s,zs){if(typeof zs!="function")throw new Error("Cannot `"+$s+"` without `Compiler`")}function Cl($s,zs){if(zs)throw new Error("Cannot invoke `"+$s+"` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.")}function Rs($s){if(!$s||typeof $s.type!="string")throw new Error("Expected node, got `"+$s+"`")}function Is($s,zs,Yl){if(!Yl)throw new Error("`"+$s+"` finished async. Use `"+zs+"` instead")}}}),Bm=aa({"node_modules/remark-math/util.js"(Ls){qo(),Ls.isRemarkParser=ys,Ls.isRemarkCompiler=Po;function ys(Yo){return!!(Yo&&Yo.prototype&&Yo.prototype.blockTokenizers)}function Po(Yo){return!!(Yo&&Yo.prototype&&Yo.prototype.visitors)}}}),Lh=aa({"node_modules/remark-math/inline.js"(Ls,ys){qo();var Po=Bm();ys.exports=os;var Yo=9,Go=32,bo=36,$o=48,Jo=57,Co=92,us=["math","math-inline"],vo="math-display";function os(Vs){let al=this.Parser,Ys=this.Compiler;Po.isRemarkParser(al)&&Os(al,Vs),Po.isRemarkCompiler(Ys)&&ws(Ys)}function Os(Vs,al){let Ys=Vs.prototype,Pl=Ys.inlineMethods;Cl.locator=ms,Ys.inlineTokenizers.math=Cl,Pl.splice(Pl.indexOf("text"),0,"math");function ms(Rs,Is){return Rs.indexOf("$",Is)}function Cl(Rs,Is,$s){let zs=Is.length,Yl=!1,hu=!1,Bu=0,Wl,Su,Ou,Fu,fl,Lu,mc;if(Is.charCodeAt(Bu)===Co&&(hu=!0,Bu++),Is.charCodeAt(Bu)===bo){if(Bu++,hu)return $s?!0:Rs(Is.slice(0,Bu))({type:"text",value:"$"});if(Is.charCodeAt(Bu)===bo&&(Yl=!0,Bu++),Ou=Is.charCodeAt(Bu),!(Ou===Go||Ou===Yo)){for(Fu=Bu;Bu<zs;){if(Su=Ou,Ou=Is.charCodeAt(Bu+1),Su===bo){if(Wl=Is.charCodeAt(Bu-1),Wl!==Go&&Wl!==Yo&&(Ou!==Ou||Ou<$o||Ou>Jo)&&(!Yl||Ou===bo)){fl=Bu-1,Bu++,Yl&&Bu++,Lu=Bu;break}}else Su===Co&&(Bu++,Ou=Is.charCodeAt(Bu+1));Bu++}if(Lu!==void 0)return $s?!0:(mc=Is.slice(Fu,fl+1),Rs(Is.slice(0,Lu))({type:"inlineMath",value:mc,data:{hName:"span",hProperties:{className:us.concat(Yl&&al.inlineMathDouble?[vo]:[])},hChildren:[{type:"text",value:mc}]}}))}}}}function ws(Vs){let al=Vs.prototype;al.visitors.inlineMath=Ys;function Ys(Pl){let ms="$";return(Pl.data&&Pl.data.hProperties&&Pl.data.hProperties.className||[]).includes(vo)&&(ms="$$"),ms+Pl.value+ms}}}}),Vm=aa({"node_modules/remark-math/block.js"(Ls,ys){qo();var Po=Bm();ys.exports=vo;var Yo=10,Go=32,bo=36,$o=`
`,Jo="$",Co=2,us=["math","math-display"];function vo(){let ws=this.Parser,Vs=this.Compiler;Po.isRemarkParser(ws)&&os(ws),Po.isRemarkCompiler(Vs)&&Os(Vs)}function os(ws){let Vs=ws.prototype,al=Vs.blockMethods,Ys=Vs.interruptParagraph,Pl=Vs.interruptList,ms=Vs.interruptBlockquote;Vs.blockTokenizers.math=Cl,al.splice(al.indexOf("fencedCode")+1,0,"math"),Ys.splice(Ys.indexOf("fencedCode")+1,0,["math"]),Pl.splice(Pl.indexOf("fencedCode")+1,0,["math"]),ms.splice(ms.indexOf("fencedCode")+1,0,["math"]);function Cl(Rs,Is,$s){var zs=Is.length,Yl=0;let hu,Bu,Wl,Su,Ou,Fu,fl,Lu,mc,_c,no;for(;Yl<zs&&Is.charCodeAt(Yl)===Go;)Yl++;for(Ou=Yl;Yl<zs&&Is.charCodeAt(Yl)===bo;)Yl++;if(Fu=Yl-Ou,!(Fu<Co)){for(;Yl<zs&&Is.charCodeAt(Yl)===Go;)Yl++;for(fl=Yl;Yl<zs;){if(hu=Is.charCodeAt(Yl),hu===bo)return;if(hu===Yo)break;Yl++}if(Is.charCodeAt(Yl)===Yo){if($s)return!0;for(Bu=[],fl!==Yl&&Bu.push(Is.slice(fl,Yl)),Yl++,Wl=Is.indexOf($o,Yl+1),Wl=Wl===-1?zs:Wl;Yl<zs;){for(Lu=!1,_c=Yl,no=Wl,Su=Wl,mc=0;Su>_c&&Is.charCodeAt(Su-1)===Go;)Su--;for(;Su>_c&&Is.charCodeAt(Su-1)===bo;)mc++,Su--;for(Fu<=mc&&Is.indexOf(Jo,_c)===Su&&(Lu=!0,no=Su);_c<=no&&_c-Yl<Ou&&Is.charCodeAt(_c)===Go;)_c++;if(Lu)for(;no>_c&&Is.charCodeAt(no-1)===Go;)no--;if((!Lu||_c!==no)&&Bu.push(Is.slice(_c,no)),Lu)break;Yl=Wl+1,Wl=Is.indexOf($o,Yl+1),Wl=Wl===-1?zs:Wl}return Bu=Bu.join(`
`),Rs(Is.slice(0,Wl))({type:"math",value:Bu,data:{hName:"div",hProperties:{className:us.concat()},hChildren:[{type:"text",value:Bu}]}})}}}}function Os(ws){let Vs=ws.prototype;Vs.visitors.math=al;function al(Ys){return`$$
`+Ys.value+`
$$`}}}}),dm=aa({"node_modules/remark-math/index.js"(Ls,ys){qo();var Po=Lh(),Yo=Vm();ys.exports=Go;function Go(bo){var $o=bo||{};Yo.call(this,$o),Po.call(this,$o)}}}),Tm=aa({"node_modules/remark-footnotes/index.js"(Ls,ys){qo(),ys.exports=Vs;var Po=9,Yo=10,Go=32,bo=33,$o=58,Jo=91,Co=92,us=93,vo=94,os=96,Os=4,ws=1024;function Vs(Is){var $s=this.Parser,zs=this.Compiler;al($s)&&Pl($s,Is),Ys(zs)&&ms(zs)}function al(Is){return!!(Is&&Is.prototype&&Is.prototype.blockTokenizers)}function Ys(Is){return!!(Is&&Is.prototype&&Is.prototype.visitors)}function Pl(Is,$s){for(var zs=$s||{},Yl=Is.prototype,hu=Yl.blockTokenizers,Bu=Yl.inlineTokenizers,Wl=Yl.blockMethods,Su=Yl.inlineMethods,Ou=hu.definition,Fu=Bu.reference,fl=[],Lu=-1,mc=Wl.length,_c;++Lu<mc;)_c=Wl[Lu],!(_c==="newline"||_c==="indentedCode"||_c==="paragraph"||_c==="footnoteDefinition")&&fl.push([_c]);fl.push(["footnoteDefinition"]),zs.inlineNotes&&(Cl(Su,"reference","inlineNote"),Bu.inlineNote=Ic),Cl(Wl,"definition","footnoteDefinition"),Cl(Su,"reference","footnoteCall"),hu.definition=bu,hu.footnoteDefinition=no,Bu.footnoteCall=$u,Bu.reference=ju,Yl.interruptFootnoteDefinition=fl,ju.locator=Fu.locator,$u.locator=Ku,Ic.locator=du;function no(Kl,gu,Uu){for(var yc=this,Fc=yc.interruptFootnoteDefinition,zc=yc.offset,jd=gu.length+1,Bc=0,cf=[],Gf,kf,gf,nd,Td,sp,lp,Ap,ep,of,bf,yf,Wd;Bc<jd&&(nd=gu.charCodeAt(Bc),!(nd!==Po&&nd!==Go));)Bc++;if(gu.charCodeAt(Bc++)===Jo&&gu.charCodeAt(Bc++)===vo){for(kf=Bc;Bc<jd;){if(nd=gu.charCodeAt(Bc),nd!==nd||nd===Yo||nd===Po||nd===Go)return;if(nd===us){gf=Bc,Bc++;break}Bc++}if(!(gf===void 0||kf===gf||gu.charCodeAt(Bc++)!==$o)){if(Uu)return!0;for(Gf=gu.slice(kf,gf),Td=Kl.now(),ep=0,of=0,bf=Bc,yf=[];Bc<jd;){if(nd=gu.charCodeAt(Bc),nd!==nd||nd===Yo)Wd={start:ep,contentStart:bf||Bc,contentEnd:Bc,end:Bc},yf.push(Wd),nd===Yo&&(ep=Bc+1,of=0,bf=void 0,Wd.end=ep);else if(of!==void 0)if(nd===Go||nd===Po)of+=nd===Go?1:Os-of%Os,of>Os&&(of=void 0,bf=Bc);else{if(of<Os&&Wd&&(Wd.contentStart===Wd.contentEnd||Rs(Fc,hu,yc,[Kl,gu.slice(Bc,ws),!0])))break;of=void 0,bf=Bc}Bc++}for(Bc=-1,jd=yf.length;jd>0&&(Wd=yf[jd-1],Wd.contentStart===Wd.contentEnd);)jd--;for(sp=Kl(gu.slice(0,Wd.contentEnd));++Bc<jd;)Wd=yf[Bc],zc[Td.line+Bc]=(zc[Td.line+Bc]||0)+(Wd.contentStart-Wd.start),cf.push(gu.slice(Wd.contentStart,Wd.end));return lp=yc.enterBlock(),Ap=yc.tokenizeBlock(cf.join(""),Td),lp(),sp({type:"footnoteDefinition",identifier:Gf.toLowerCase(),label:Gf,children:Ap})}}}function $u(Kl,gu,Uu){var yc=gu.length+1,Fc=0,zc,jd,Bc,cf;if(gu.charCodeAt(Fc++)===Jo&&gu.charCodeAt(Fc++)===vo){for(jd=Fc;Fc<yc;){if(cf=gu.charCodeAt(Fc),cf!==cf||cf===Yo||cf===Po||cf===Go)return;if(cf===us){Bc=Fc,Fc++;break}Fc++}if(!(Bc===void 0||jd===Bc))return Uu?!0:(zc=gu.slice(jd,Bc),Kl(gu.slice(0,Fc))({type:"footnoteReference",identifier:zc.toLowerCase(),label:zc}))}}function Ic(Kl,gu,Uu){var yc=this,Fc=gu.length+1,zc=0,jd=0,Bc,cf,Gf,kf,gf,nd,Td;if(gu.charCodeAt(zc++)===vo&&gu.charCodeAt(zc++)===Jo){for(Gf=zc;zc<Fc;){if(cf=gu.charCodeAt(zc),cf!==cf)return;if(nd===void 0)if(cf===Co)zc+=2;else if(cf===Jo)jd++,zc++;else if(cf===us)if(jd===0){kf=zc,zc++;break}else jd--,zc++;else if(cf===os){for(gf=zc,nd=1;gu.charCodeAt(gf+nd)===os;)nd++;zc+=nd}else zc++;else if(cf===os){for(gf=zc,Td=1;gu.charCodeAt(gf+Td)===os;)Td++;zc+=Td,nd===Td&&(nd=void 0),Td=void 0}else zc++}if(kf!==void 0)return Uu?!0:(Bc=Kl.now(),Bc.column+=2,Bc.offset+=2,Kl(gu.slice(0,zc))({type:"footnote",children:yc.tokenizeInline(gu.slice(Gf,kf),Bc)}))}}function ju(Kl,gu,Uu){var yc=0;if(gu.charCodeAt(yc)===bo&&yc++,gu.charCodeAt(yc)===Jo&&gu.charCodeAt(yc+1)!==vo)return Fu.call(this,Kl,gu,Uu)}function bu(Kl,gu,Uu){for(var yc=0,Fc=gu.charCodeAt(yc);Fc===Go||Fc===Po;)Fc=gu.charCodeAt(++yc);if(Fc===Jo&&gu.charCodeAt(yc+1)!==vo)return Ou.call(this,Kl,gu,Uu)}function Ku(Kl,gu){return Kl.indexOf("[",gu)}function du(Kl,gu){return Kl.indexOf("^[",gu)}}function ms(Is){var $s=Is.prototype.visitors,zs=" ";$s.footnote=Yl,$s.footnoteReference=hu,$s.footnoteDefinition=Bu;function Yl(Wl){return"^["+this.all(Wl).join("")+"]"}function hu(Wl){return"[^"+(Wl.label||Wl.identifier)+"]"}function Bu(Wl){for(var Su=this.all(Wl).join(`
`).split(`
`),Ou=0,Fu=Su.length,fl;++Ou<Fu;)fl=Su[Ou],fl!==""&&(Su[Ou]=zs+fl);return"[^"+(Wl.label||Wl.identifier)+"]: "+Su.join(`
`)}}function Cl(Is,$s,zs){Is.splice(Is.indexOf($s),0,zs)}function Rs(Is,$s,zs,Yl){for(var hu=Is.length,Bu=-1;++Bu<hu;)if($s[Is[Bu][0]].apply(zs,Yl))return!0;return!1}}}),jh=aa({"src/utils/front-matter/parse.js"(Ls,ys){qo();var Po=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function Yo(Go){let bo=Go.match(Po);if(!bo)return{content:Go};let{startDelimiter:$o,language:Jo,value:Co="",endDelimiter:us}=bo.groups,vo=Jo.trim()||"yaml";if($o==="+++"&&(vo="toml"),vo!=="yaml"&&$o!==us)return{content:Go};let[os]=bo;return{frontMatter:{type:"front-matter",lang:vo,value:Co,startDelimiter:$o,endDelimiter:us,raw:os.replace(/\n$/,"")},content:os.replace(/[^\n]/g," ")+Go.slice(os.length)}}ys.exports=Yo}}),Fh=aa({"src/language-markdown/pragma.js"(Ls,ys){qo();var Po=jh(),Yo=["format","prettier"];function Go(bo){let $o=`@(${Yo.join("|")})`,Jo=new RegExp([`<!--\\s*${$o}\\s*-->`,`{\\s*\\/\\*\\s*${$o}\\s*\\*\\/\\s*}`,`<!--.*\r?
[\\s\\S]*(^|
)[^\\S
]*${$o}[^\\S
]*($|
)[\\s\\S]*
.*-->`].join("|"),"m"),Co=bo.match(Jo);return(Co==null?void 0:Co.index)===0}ys.exports={startWithPragma:Go,hasPragma:bo=>Go(Po(bo).content.trimStart()),insertPragma:bo=>{let $o=Po(bo),Jo=`<!-- @${Yo[0]} -->`;return $o.frontMatter?`${$o.frontMatter.raw}
${Jo}
${$o.content}`:`${Jo}
${$o.content}`}}}}),yh=aa({"src/language-markdown/loc.js"(Ls,ys){qo();function Po(Go){return Go.position.start.offset}function Yo(Go){return Go.position.end.offset}ys.exports={locStart:Po,locEnd:Yo}}}),Sp=aa({"src/language-markdown/mdx.js"(Ls,ys){qo();var Po=/^import\s/,Yo=/^export\s/,Go="[a-z][a-z0-9]*(\\.[a-z][a-z0-9]*)*|",bo=/<!---->|<!---?[^>-](?:-?[^-])*-->/,$o=/^{\s*\/\*(.*)\*\/\s*}/,Jo=`
`,Co=ws=>Po.test(ws),us=ws=>Yo.test(ws),vo=(ws,Vs)=>{let al=Vs.indexOf(Jo),Ys=Vs.slice(0,al);if(us(Ys)||Co(Ys))return ws(Ys)({type:us(Ys)?"export":"import",value:Ys})},os=(ws,Vs)=>{let al=$o.exec(Vs);if(al)return ws(al[0])({type:"esComment",value:al[1].trim()})};vo.locator=ws=>us(ws)||Co(ws)?-1:1,os.locator=(ws,Vs)=>ws.indexOf("{",Vs);function Os(){let{Parser:ws}=this,{blockTokenizers:Vs,blockMethods:al,inlineTokenizers:Ys,inlineMethods:Pl}=ws.prototype;Vs.esSyntax=vo,Ys.esComment=os,al.splice(al.indexOf("paragraph"),0,"esSyntax"),Pl.splice(Pl.indexOf("text"),0,"esComment")}ys.exports={esSyntax:Os,BLOCKS_REGEX:Go,COMMENT_REGEX:bo}}}),fm={};Qo(fm,{default:()=>mf});function mf(Ls){if(typeof Ls!="string")throw new TypeError("Expected a string");return Ls.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var Zp=Ea({"node_modules/escape-string-regexp/index.js"(){qo()}}),zf=aa({"src/utils/get-last.js"(Ls,ys){qo();var Po=Yo=>Yo[Yo.length-1];ys.exports=Po}}),ip=aa({"node_modules/semver/internal/debug.js"(Ls,ys){qo();var Po=typeof kn=="object"&&kn.env&&kn.env.NODE_DEBUG&&/\bsemver\b/i.test(kn.env.NODE_DEBUG)?function(){for(var Yo=arguments.length,Go=new Array(Yo),bo=0;bo<Yo;bo++)Go[bo]=arguments[bo];return console.error("SEMVER",...Go)}:()=>{};ys.exports=Po}}),nh=aa({"node_modules/semver/internal/constants.js"(Ls,ys){qo();var Po="2.0.0",Yo=256,Go=Number.MAX_SAFE_INTEGER||9007199254740991,bo=16;ys.exports={SEMVER_SPEC_VERSION:Po,MAX_LENGTH:Yo,MAX_SAFE_INTEGER:Go,MAX_SAFE_COMPONENT_LENGTH:bo}}}),Uh=aa({"node_modules/semver/internal/re.js"(Ls,ys){qo();var{MAX_SAFE_COMPONENT_LENGTH:Po}=nh(),Yo=ip();Ls=ys.exports={};var Go=Ls.re=[],bo=Ls.src=[],$o=Ls.t={},Jo=0,Co=(us,vo,os)=>{let Os=Jo++;Yo(us,Os,vo),$o[us]=Os,bo[Os]=vo,Go[Os]=new RegExp(vo,os?"g":void 0)};Co("NUMERICIDENTIFIER","0|[1-9]\\d*"),Co("NUMERICIDENTIFIERLOOSE","[0-9]+"),Co("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),Co("MAINVERSION",`(${bo[$o.NUMERICIDENTIFIER]})\\.(${bo[$o.NUMERICIDENTIFIER]})\\.(${bo[$o.NUMERICIDENTIFIER]})`),Co("MAINVERSIONLOOSE",`(${bo[$o.NUMERICIDENTIFIERLOOSE]})\\.(${bo[$o.NUMERICIDENTIFIERLOOSE]})\\.(${bo[$o.NUMERICIDENTIFIERLOOSE]})`),Co("PRERELEASEIDENTIFIER",`(?:${bo[$o.NUMERICIDENTIFIER]}|${bo[$o.NONNUMERICIDENTIFIER]})`),Co("PRERELEASEIDENTIFIERLOOSE",`(?:${bo[$o.NUMERICIDENTIFIERLOOSE]}|${bo[$o.NONNUMERICIDENTIFIER]})`),Co("PRERELEASE",`(?:-(${bo[$o.PRERELEASEIDENTIFIER]}(?:\\.${bo[$o.PRERELEASEIDENTIFIER]})*))`),Co("PRERELEASELOOSE",`(?:-?(${bo[$o.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${bo[$o.PRERELEASEIDENTIFIERLOOSE]})*))`),Co("BUILDIDENTIFIER","[0-9A-Za-z-]+"),Co("BUILD",`(?:\\+(${bo[$o.BUILDIDENTIFIER]}(?:\\.${bo[$o.BUILDIDENTIFIER]})*))`),Co("FULLPLAIN",`v?${bo[$o.MAINVERSION]}${bo[$o.PRERELEASE]}?${bo[$o.BUILD]}?`),Co("FULL",`^${bo[$o.FULLPLAIN]}$`),Co("LOOSEPLAIN",`[v=\\s]*${bo[$o.MAINVERSIONLOOSE]}${bo[$o.PRERELEASELOOSE]}?${bo[$o.BUILD]}?`),Co("LOOSE",`^${bo[$o.LOOSEPLAIN]}$`),Co("GTLT","((?:<|>)?=?)"),Co("XRANGEIDENTIFIERLOOSE",`${bo[$o.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),Co("XRANGEIDENTIFIER",`${bo[$o.NUMERICIDENTIFIER]}|x|X|\\*`),Co("XRANGEPLAIN",`[v=\\s]*(${bo[$o.XRANGEIDENTIFIER]})(?:\\.(${bo[$o.XRANGEIDENTIFIER]})(?:\\.(${bo[$o.XRANGEIDENTIFIER]})(?:${bo[$o.PRERELEASE]})?${bo[$o.BUILD]}?)?)?`),Co("XRANGEPLAINLOOSE",`[v=\\s]*(${bo[$o.XRANGEIDENTIFIERLOOSE]})(?:\\.(${bo[$o.XRANGEIDENTIFIERLOOSE]})(?:\\.(${bo[$o.XRANGEIDENTIFIERLOOSE]})(?:${bo[$o.PRERELEASELOOSE]})?${bo[$o.BUILD]}?)?)?`),Co("XRANGE",`^${bo[$o.GTLT]}\\s*${bo[$o.XRANGEPLAIN]}$`),Co("XRANGELOOSE",`^${bo[$o.GTLT]}\\s*${bo[$o.XRANGEPLAINLOOSE]}$`),Co("COERCE",`(^|[^\\d])(\\d{1,${Po}})(?:\\.(\\d{1,${Po}}))?(?:\\.(\\d{1,${Po}}))?(?:$|[^\\d])`),Co("COERCERTL",bo[$o.COERCE],!0),Co("LONETILDE","(?:~>?)"),Co("TILDETRIM",`(\\s*)${bo[$o.LONETILDE]}\\s+`,!0),Ls.tildeTrimReplace="$1~",Co("TILDE",`^${bo[$o.LONETILDE]}${bo[$o.XRANGEPLAIN]}$`),Co("TILDELOOSE",`^${bo[$o.LONETILDE]}${bo[$o.XRANGEPLAINLOOSE]}$`),Co("LONECARET","(?:\\^)"),Co("CARETTRIM",`(\\s*)${bo[$o.LONECARET]}\\s+`,!0),Ls.caretTrimReplace="$1^",Co("CARET",`^${bo[$o.LONECARET]}${bo[$o.XRANGEPLAIN]}$`),Co("CARETLOOSE",`^${bo[$o.LONECARET]}${bo[$o.XRANGEPLAINLOOSE]}$`),Co("COMPARATORLOOSE",`^${bo[$o.GTLT]}\\s*(${bo[$o.LOOSEPLAIN]})$|^$`),Co("COMPARATOR",`^${bo[$o.GTLT]}\\s*(${bo[$o.FULLPLAIN]})$|^$`),Co("COMPARATORTRIM",`(\\s*)${bo[$o.GTLT]}\\s*(${bo[$o.LOOSEPLAIN]}|${bo[$o.XRANGEPLAIN]})`,!0),Ls.comparatorTrimReplace="$1$2$3",Co("HYPHENRANGE",`^\\s*(${bo[$o.XRANGEPLAIN]})\\s+-\\s+(${bo[$o.XRANGEPLAIN]})\\s*$`),Co("HYPHENRANGELOOSE",`^\\s*(${bo[$o.XRANGEPLAINLOOSE]})\\s+-\\s+(${bo[$o.XRANGEPLAINLOOSE]})\\s*$`),Co("STAR","(<|>)?=?\\s*\\*"),Co("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),Co("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),qm=aa({"node_modules/semver/internal/parse-options.js"(Ls,ys){qo();var Po=["includePrerelease","loose","rtl"],Yo=Go=>Go?typeof Go!="object"?{loose:!0}:Po.filter(bo=>Go[bo]).reduce((bo,$o)=>(bo[$o]=!0,bo),{}):{};ys.exports=Yo}}),kp=aa({"node_modules/semver/internal/identifiers.js"(Ls,ys){qo();var Po=/^[0-9]+$/,Yo=(bo,$o)=>{let Jo=Po.test(bo),Co=Po.test($o);return Jo&&Co&&(bo=+bo,$o=+$o),bo===$o?0:Jo&&!Co?-1:Co&&!Jo?1:bo<$o?-1:1},Go=(bo,$o)=>Yo($o,bo);ys.exports={compareIdentifiers:Yo,rcompareIdentifiers:Go}}}),wh=aa({"node_modules/semver/classes/semver.js"(Ls,ys){qo();var Po=ip(),{MAX_LENGTH:Yo,MAX_SAFE_INTEGER:Go}=nh(),{re:bo,t:$o}=Uh(),Jo=qm(),{compareIdentifiers:Co}=kp(),us=class{constructor(vo,os){if(os=Jo(os),vo instanceof us){if(vo.loose===!!os.loose&&vo.includePrerelease===!!os.includePrerelease)return vo;vo=vo.version}else if(typeof vo!="string")throw new TypeError(`Invalid Version: ${vo}`);if(vo.length>Yo)throw new TypeError(`version is longer than ${Yo} characters`);Po("SemVer",vo,os),this.options=os,this.loose=!!os.loose,this.includePrerelease=!!os.includePrerelease;let Os=vo.trim().match(os.loose?bo[$o.LOOSE]:bo[$o.FULL]);if(!Os)throw new TypeError(`Invalid Version: ${vo}`);if(this.raw=vo,this.major=+Os[1],this.minor=+Os[2],this.patch=+Os[3],this.major>Go||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Go||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Go||this.patch<0)throw new TypeError("Invalid patch version");Os[4]?this.prerelease=Os[4].split(".").map(ws=>{if(/^[0-9]+$/.test(ws)){let Vs=+ws;if(Vs>=0&&Vs<Go)return Vs}return ws}):this.prerelease=[],this.build=Os[5]?Os[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(vo){if(Po("SemVer.compare",this.version,this.options,vo),!(vo instanceof us)){if(typeof vo=="string"&&vo===this.version)return 0;vo=new us(vo,this.options)}return vo.version===this.version?0:this.compareMain(vo)||this.comparePre(vo)}compareMain(vo){return vo instanceof us||(vo=new us(vo,this.options)),Co(this.major,vo.major)||Co(this.minor,vo.minor)||Co(this.patch,vo.patch)}comparePre(vo){if(vo instanceof us||(vo=new us(vo,this.options)),this.prerelease.length&&!vo.prerelease.length)return-1;if(!this.prerelease.length&&vo.prerelease.length)return 1;if(!this.prerelease.length&&!vo.prerelease.length)return 0;let os=0;do{let Os=this.prerelease[os],ws=vo.prerelease[os];if(Po("prerelease compare",os,Os,ws),Os===void 0&&ws===void 0)return 0;if(ws===void 0)return 1;if(Os===void 0)return-1;if(Os!==ws)return Co(Os,ws)}while(++os)}compareBuild(vo){vo instanceof us||(vo=new us(vo,this.options));let os=0;do{let Os=this.build[os],ws=vo.build[os];if(Po("prerelease compare",os,Os,ws),Os===void 0&&ws===void 0)return 0;if(ws===void 0)return 1;if(Os===void 0)return-1;if(Os!==ws)return Co(Os,ws)}while(++os)}inc(vo,os){switch(vo){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",os);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",os);break;case"prepatch":this.prerelease.length=0,this.inc("patch",os),this.inc("pre",os);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",os),this.inc("pre",os);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let Os=this.prerelease.length;for(;--Os>=0;)typeof this.prerelease[Os]=="number"&&(this.prerelease[Os]++,Os=-2);Os===-1&&this.prerelease.push(0)}os&&(Co(this.prerelease[0],os)===0?isNaN(this.prerelease[1])&&(this.prerelease=[os,0]):this.prerelease=[os,0]);break;default:throw new Error(`invalid increment argument: ${vo}`)}return this.format(),this.raw=this.version,this}};ys.exports=us}}),tm=aa({"node_modules/semver/functions/compare.js"(Ls,ys){qo();var Po=wh(),Yo=(Go,bo,$o)=>new Po(Go,$o).compare(new Po(bo,$o));ys.exports=Yo}}),Tp=aa({"node_modules/semver/functions/lt.js"(Ls,ys){qo();var Po=tm(),Yo=(Go,bo,$o)=>Po(Go,bo,$o)<0;ys.exports=Yo}}),zm=aa({"node_modules/semver/functions/gte.js"(Ls,ys){qo();var Po=tm(),Yo=(Go,bo,$o)=>Po(Go,bo,$o)>=0;ys.exports=Yo}}),Gm=aa({"src/utils/arrayify.js"(Ls,ys){qo(),ys.exports=(Po,Yo)=>Object.entries(Po).map(Go=>{let[bo,$o]=Go;return Object.assign({[Yo]:bo},$o)})}}),xm=aa({"package.json"(Ls,ys){ys.exports={version:"2.8.8"}}}),Cm=aa({"node_modules/outdent/lib/index.js"(Ls,ys){qo(),Object.defineProperty(Ls,"__esModule",{value:!0}),Ls.outdent=void 0;function Po(){for(var ms=[],Cl=0;Cl<arguments.length;Cl++)ms[Cl]=arguments[Cl]}function Yo(){return typeof WeakMap<"u"?new WeakMap:Go()}function Go(){return{add:Po,delete:Po,get:Po,set:Po,has:function(ms){return!1}}}var bo=Object.prototype.hasOwnProperty,$o=function(ms,Cl){return bo.call(ms,Cl)};function Jo(ms,Cl){for(var Rs in Cl)$o(Cl,Rs)&&(ms[Rs]=Cl[Rs]);return ms}var Co=/^[ \t]*(?:\r\n|\r|\n)/,us=/(?:\r\n|\r|\n)[ \t]*$/,vo=/^(?:[\r\n]|$)/,os=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,Os=/^[ \t]*[\r\n][ \t\r\n]*$/;function ws(ms,Cl,Rs){var Is=0,$s=ms[0].match(os);$s&&(Is=$s[1].length);var zs="(\\r\\n|\\r|\\n).{0,"+Is+"}",Yl=new RegExp(zs,"g");Cl&&(ms=ms.slice(1));var hu=Rs.newline,Bu=Rs.trimLeadingNewline,Wl=Rs.trimTrailingNewline,Su=typeof hu=="string",Ou=ms.length,Fu=ms.map(function(fl,Lu){return fl=fl.replace(Yl,"$1"),Lu===0&&Bu&&(fl=fl.replace(Co,"")),Lu===Ou-1&&Wl&&(fl=fl.replace(us,"")),Su&&(fl=fl.replace(/\r\n|\n|\r/g,function(mc){return hu})),fl});return Fu}function Vs(ms,Cl){for(var Rs="",Is=0,$s=ms.length;Is<$s;Is++)Rs+=ms[Is],Is<$s-1&&(Rs+=Cl[Is]);return Rs}function al(ms){return $o(ms,"raw")&&$o(ms,"length")}function Ys(ms){var Cl=Yo(),Rs=Yo();function Is(zs){for(var Yl=[],hu=1;hu<arguments.length;hu++)Yl[hu-1]=arguments[hu];if(al(zs)){var Bu=zs,Wl=(Yl[0]===Is||Yl[0]===Pl)&&Os.test(Bu[0])&&vo.test(Bu[1]),Su=Wl?Rs:Cl,Ou=Su.get(Bu);if(Ou||(Ou=ws(Bu,Wl,ms),Su.set(Bu,Ou)),Yl.length===0)return Ou[0];var Fu=Vs(Ou,Wl?Yl.slice(1):Yl);return Fu}else return Ys(Jo(Jo({},ms),zs||{}))}var $s=Jo(Is,{string:function(zs){return ws([zs],!1,ms)[0]}});return $s}var Pl=Ys({trimLeadingNewline:!0,trimTrailingNewline:!0});if(Ls.outdent=Pl,Ls.default=Pl,typeof ys<"u")try{ys.exports=Pl,Object.defineProperty(Pl,"__esModule",{value:!0}),Pl.default=Pl,Pl.outdent=Pl}catch{}}}),If=aa({"src/main/core-options.js"(Ls,ys){qo();var{outdent:Po}=Cm(),Yo="Config",Go="Editor",bo="Format",$o="Other",Jo="Output",Co="Global",us="Special",vo={cursorOffset:{since:"1.4.0",category:us,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:Po`
Print (to stderr) where a cursor at the given position would move to after formatting.
This option cannot be used with --range-start and --range-end.
`,cliCategory:Go},endOfLine:{since:"1.15.0",category:Co,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"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:Po`
Maintain existing
(mixed values within one file are normalised by looking at what's used after the first line)
`}]},filepath:{since:"1.4.0",category:us,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:$o,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:us,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:$o},parser:{since:"0.0.10",category:Co,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:os=>typeof os=="string"||typeof os=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"acorn",since:"2.6.0",description:"JavaScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:Co,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:os=>typeof os=="string"||typeof os=="object",cliName:"plugin",cliCategory:Yo},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:Co,description:Po`
Custom directory that contains prettier plugins in node_modules subdirectory.
Overrides default behavior when plugins are searched relatively to the location of Prettier.
Multiple values are accepted.
`,exception:os=>typeof os=="string"||typeof os=="object",cliName:"plugin-search-dir",cliCategory:Yo},printWidth:{since:"0.0.0",category:Co,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:us,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Po`
Format code ending at a given character offset (exclusive).
The range will extend forwards to the end of the selected statement.
This option cannot be used with --cursor-offset.
`,cliCategory:Go},rangeStart:{since:"1.4.0",category:us,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Po`
Format code starting at a given character offset.
The range will extend backwards to the start of the first line containing the selected statement.
This option cannot be used with --cursor-offset.
`,cliCategory:Go},requirePragma:{since:"1.7.0",category:us,type:"boolean",default:!1,description:Po`
Require either '@prettier' or '@format' to be present in the file's first docblock comment
in order for it to be formatted.
`,cliCategory:$o},tabWidth:{type:"int",category:Co,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:Co,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:Co,type:"choice",default:[{since:"2.1.0",value:"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."}]}};ys.exports={CATEGORY_CONFIG:Yo,CATEGORY_EDITOR:Go,CATEGORY_FORMAT:bo,CATEGORY_OTHER:$o,CATEGORY_OUTPUT:Jo,CATEGORY_GLOBAL:Co,CATEGORY_SPECIAL:us,options:vo}}}),Jf=aa({"src/main/support.js"(Ls,ys){qo();var Po={compare:tm(),lt:Tp(),gte:zm()},Yo=Gm(),Go=xm().version,bo=If().options;function $o(){let{plugins:Co=[],showUnreleased:us=!1,showDeprecated:vo=!1,showInternal:os=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Os=Go.split("-",1)[0],ws=Co.flatMap(ms=>ms.languages||[]).filter(al),Vs=Yo(Object.assign({},...Co.map(ms=>{let{options:Cl}=ms;return Cl}),bo),"name").filter(ms=>al(ms)&&Ys(ms)).sort((ms,Cl)=>ms.name===Cl.name?0:ms.name<Cl.name?-1:1).map(Pl).map(ms=>{ms=Object.assign({},ms),Array.isArray(ms.default)&&(ms.default=ms.default.length===1?ms.default[0].value:ms.default.filter(al).sort((Rs,Is)=>Po.compare(Is.since,Rs.since))[0].value),Array.isArray(ms.choices)&&(ms.choices=ms.choices.filter(Rs=>al(Rs)&&Ys(Rs)),ms.name==="parser"&&Jo(ms,ws,Co));let Cl=Object.fromEntries(Co.filter(Rs=>Rs.defaultOptions&&Rs.defaultOptions[ms.name]!==void 0).map(Rs=>[Rs.name,Rs.defaultOptions[ms.name]]));return Object.assign(Object.assign({},ms),{},{pluginDefaults:Cl})});return{languages:ws,options:Vs};function al(ms){return us||!("since"in ms)||ms.since&&Po.gte(Os,ms.since)}function Ys(ms){return vo||!("deprecated"in ms)||ms.deprecated&&Po.lt(Os,ms.deprecated)}function Pl(ms){return os?ms:ks(ms,Ao)}}function Jo(Co,us,vo){let os=new Set(Co.choices.map(Os=>Os.value));for(let Os of us)if(Os.parsers){for(let ws of Os.parsers)if(!os.has(ws)){os.add(ws);let Vs=vo.find(Ys=>Ys.parsers&&Ys.parsers[ws]),al=Os.name;Vs&&Vs.name&&(al+=` (plugin: ${Vs.name})`),Co.choices.push({value:ws,description:al})}}}ys.exports={getSupportInfo:$o}}}),$m=aa({"src/utils/is-non-empty-array.js"(Ls,ys){qo();function Po(Yo){return Array.isArray(Yo)&&Yo.length>0}ys.exports=Po}});function Wm(){let{onlyFirst:Ls=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ys=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(ys,Ls?void 0:"g")}var l0=Ea({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){qo()}});function hm(Ls){if(typeof Ls!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof Ls}\``);return Ls.replace(Wm(),"")}var qp=Ea({"node_modules/strip-ansi/index.js"(){qo(),l0()}});function Km(Ls){return Number.isInteger(Ls)?Ls>=4352&&(Ls<=4447||Ls===9001||Ls===9002||11904<=Ls&&Ls<=12871&&Ls!==12351||12880<=Ls&&Ls<=19903||19968<=Ls&&Ls<=42182||43360<=Ls&&Ls<=43388||44032<=Ls&&Ls<=55203||63744<=Ls&&Ls<=64255||65040<=Ls&&Ls<=65049||65072<=Ls&&Ls<=65131||65281<=Ls&&Ls<=65376||65504<=Ls&&Ls<=65510||110592<=Ls&&Ls<=110593||127488<=Ls&&Ls<=127569||131072<=Ls&&Ls<=262141):!1}var Ym=Ea({"node_modules/is-fullwidth-code-point/index.js"(){qo()}}),mm=aa({"node_modules/emoji-regex/index.js"(Ls,ys){qo(),ys.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}}}),Of={};Qo(Of,{default:()=>n0});function n0(Ls){if(typeof Ls!="string"||Ls.length===0||(Ls=hm(Ls),Ls.length===0))return 0;Ls=Ls.replace((0,Pm.default)()," ");let ys=0;for(let Po=0;Po<Ls.length;Po++){let Yo=Ls.codePointAt(Po);Yo<=31||Yo>=127&&Yo<=159||Yo>=768&&Yo<=879||(Yo>65535&&Po++,ys+=Km(Yo)?2:1)}return ys}var Pm,Th=Ea({"node_modules/string-width/index.js"(){qo(),qp(),Ym(),Pm=Vo(mm())}}),dl=aa({"src/utils/get-string-width.js"(Ls,ys){qo();var Po=(Th(),vs(Of)).default,Yo=/[^\x20-\x7F]/;function Go(bo){return bo?Yo.test(bo)?Po(bo):bo.length:0}ys.exports=Go}}),wu=aa({"src/utils/text/skip.js"(Ls,ys){qo();function Po(Jo){return(Co,us,vo)=>{let os=vo&&vo.backwards;if(us===!1)return!1;let{length:Os}=Co,ws=us;for(;ws>=0&&ws<Os;){let Vs=Co.charAt(ws);if(Jo instanceof RegExp){if(!Jo.test(Vs))return ws}else if(!Jo.includes(Vs))return ws;os?ws--:ws++}return ws===-1||ws===Os?ws:!1}}var Yo=Po(/\s/),Go=Po(" "),bo=Po(",; "),$o=Po(/[^\n\r]/);ys.exports={skipWhitespace:Yo,skipSpaces:Go,skipToLineEnd:bo,skipEverythingButNewLine:$o}}}),vu=aa({"src/utils/text/skip-inline-comment.js"(Ls,ys){qo();function Po(Yo,Go){if(Go===!1)return!1;if(Yo.charAt(Go)==="/"&&Yo.charAt(Go+1)==="*"){for(let bo=Go+2;bo<Yo.length;++bo)if(Yo.charAt(bo)==="*"&&Yo.charAt(bo+1)==="/")return bo+2}return Go}ys.exports=Po}}),Mc=aa({"src/utils/text/skip-trailing-comment.js"(Ls,ys){qo();var{skipEverythingButNewLine:Po}=wu();function Yo(Go,bo){return bo===!1?!1:Go.charAt(bo)==="/"&&Go.charAt(bo+1)==="/"?Po(Go,bo):bo}ys.exports=Yo}}),kc=aa({"src/utils/text/skip-newline.js"(Ls,ys){qo();function Po(Yo,Go,bo){let $o=bo&&bo.backwards;if(Go===!1)return!1;let Jo=Yo.charAt(Go);if($o){if(Yo.charAt(Go-1)==="\r"&&Jo===`
`)return Go-2;if(Jo===`
`||Jo==="\r"||Jo==="\u2028"||Jo==="\u2029")return Go-1}else{if(Jo==="\r"&&Yo.charAt(Go+1)===`
`)return Go+2;if(Jo===`
`||Jo==="\r"||Jo==="\u2028"||Jo==="\u2029")return Go+1}return Go}ys.exports=Po}}),kd=aa({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(Ls,ys){qo();var Po=vu(),Yo=kc(),Go=Mc(),{skipSpaces:bo}=wu();function $o(Jo,Co){let us=null,vo=Co;for(;vo!==us;)us=vo,vo=bo(Jo,vo),vo=Po(Jo,vo),vo=Go(Jo,vo),vo=Yo(Jo,vo);return vo}ys.exports=$o}}),xf=aa({"src/common/util.js"(Ls,ys){qo();var{default:Po}=(Zp(),vs(fm)),Yo=zf(),{getSupportInfo:Go}=Jf(),bo=$m(),$o=dl(),{skipWhitespace:Jo,skipSpaces:Co,skipToLineEnd:us,skipEverythingButNewLine:vo}=wu(),os=vu(),Os=Mc(),ws=kc(),Vs=kd(),al=du=>du[du.length-2];function Ys(du){return(Kl,gu,Uu)=>{let yc=Uu&&Uu.backwards;if(gu===!1)return!1;let{length:Fc}=Kl,zc=gu;for(;zc>=0&&zc<Fc;){let jd=Kl.charAt(zc);if(du instanceof RegExp){if(!du.test(jd))return zc}else if(!du.includes(jd))return zc;yc?zc--:zc++}return zc===-1||zc===Fc?zc:!1}}function Pl(du,Kl){let gu=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Uu=Co(du,gu.backwards?Kl-1:Kl,gu),yc=ws(du,Uu,gu);return Uu!==yc}function ms(du,Kl,gu){for(let Uu=Kl;Uu<gu;++Uu)if(du.charAt(Uu)===`
`)return!0;return!1}function Cl(du,Kl,gu){let Uu=gu(Kl)-1;Uu=Co(du,Uu,{backwards:!0}),Uu=ws(du,Uu,{backwards:!0}),Uu=Co(du,Uu,{backwards:!0});let yc=ws(du,Uu,{backwards:!0});return Uu!==yc}function Rs(du,Kl){let gu=null,Uu=Kl;for(;Uu!==gu;)gu=Uu,Uu=us(du,Uu),Uu=os(du,Uu),Uu=Co(du,Uu);return Uu=Os(du,Uu),Uu=ws(du,Uu),Uu!==!1&&Pl(du,Uu)}function Is(du,Kl,gu){return Rs(du,gu(Kl))}function $s(du,Kl,gu){return Vs(du,gu(Kl))}function zs(du,Kl,gu){return du.charAt($s(du,Kl,gu))}function Yl(du,Kl){let gu=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return Co(du,gu.backwards?Kl-1:Kl,gu)!==Kl}function hu(du,Kl){let gu=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,Uu=0;for(let yc=gu;yc<du.length;++yc)du[yc]===" "?Uu=Uu+Kl-Uu%Kl:Uu++;return Uu}function Bu(du,Kl){let gu=du.lastIndexOf(`
`);return gu===-1?0:hu(du.slice(gu+1).match(/^[\t ]*/)[0],Kl)}function Wl(du,Kl){let gu={quote:'"',regex:/"/g,escaped:"&quot;"},Uu={quote:"'",regex:/'/g,escaped:"&apos;"},yc=Kl==="'"?Uu:gu,Fc=yc===Uu?gu:Uu,zc=yc;if(du.includes(yc.quote)||du.includes(Fc.quote)){let jd=(du.match(yc.regex)||[]).length,Bc=(du.match(Fc.regex)||[]).length;zc=jd>Bc?Fc:yc}return zc}function Su(du,Kl){let gu=du.slice(1,-1),Uu=Kl.parser==="json"||Kl.parser==="json5"&&Kl.quoteProps==="preserve"&&!Kl.singleQuote?'"':Kl.__isInHtmlAttribute?"'":Wl(gu,Kl.singleQuote?"'":'"').quote;return Ou(gu,Uu,!(Kl.parser==="css"||Kl.parser==="less"||Kl.parser==="scss"||Kl.__embeddedInHtml))}function Ou(du,Kl,gu){let Uu=Kl==='"'?"'":'"',yc=/\\(.)|(["'])/gs,Fc=du.replace(yc,(zc,jd,Bc)=>jd===Uu?jd:Bc===Kl?"\\"+Bc:Bc||(gu&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(jd)?jd:"\\"+jd));return Kl+Fc+Kl}function Fu(du){return du.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}function fl(du,Kl){let gu=du.match(new RegExp(`(${Po(Kl)})+`,"g"));return gu===null?0:gu.reduce((Uu,yc)=>Math.max(Uu,yc.length/Kl.length),0)}function Lu(du,Kl){let gu=du.match(new RegExp(`(${Po(Kl)})+`,"g"));if(gu===null)return 0;let Uu=new Map,yc=0;for(let Fc of gu){let zc=Fc.length/Kl.length;Uu.set(zc,!0),zc>yc&&(yc=zc)}for(let Fc=1;Fc<yc;Fc++)if(!Uu.get(Fc))return Fc;return yc+1}function mc(du,Kl){(du.comments||(du.comments=[])).push(Kl),Kl.printed=!1,Kl.nodeDescription=Ku(du)}function _c(du,Kl){Kl.leading=!0,Kl.trailing=!1,mc(du,Kl)}function no(du,Kl,gu){Kl.leading=!1,Kl.trailing=!1,gu&&(Kl.marker=gu),mc(du,Kl)}function $u(du,Kl){Kl.leading=!1,Kl.trailing=!0,mc(du,Kl)}function Ic(du,Kl){let{languages:gu}=Go({plugins:Kl.plugins}),Uu=gu.find(yc=>{let{name:Fc}=yc;return Fc.toLowerCase()===du})||gu.find(yc=>{let{aliases:Fc}=yc;return Array.isArray(Fc)&&Fc.includes(du)})||gu.find(yc=>{let{extensions:Fc}=yc;return Array.isArray(Fc)&&Fc.includes(`.${du}`)});return Uu&&Uu.parsers[0]}function ju(du){return du&&du.type==="front-matter"}function bu(du){let Kl=new WeakMap;return function(gu){return Kl.has(gu)||Kl.set(gu,Symbol(du)),Kl.get(gu)}}function Ku(du){let Kl=du.type||du.kind||"(unknown type)",gu=String(du.name||du.id&&(typeof du.id=="object"?du.id.name:du.id)||du.key&&(typeof du.key=="object"?du.key.name:du.key)||du.value&&(typeof du.value=="object"?"":String(du.value))||du.operator||"");return gu.length>20&&(gu=gu.slice(0,19)+"…"),Kl+(gu?" "+gu:"")}ys.exports={inferParserByLanguage:Ic,getStringWidth:$o,getMaxContinuousCount:fl,getMinNotPresentContinuousCount:Lu,getPenultimate:al,getLast:Yo,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Vs,getNextNonSpaceNonCommentCharacterIndex:$s,getNextNonSpaceNonCommentCharacter:zs,skip:Ys,skipWhitespace:Jo,skipSpaces:Co,skipToLineEnd:us,skipEverythingButNewLine:vo,skipInlineComment:os,skipTrailingComment:Os,skipNewline:ws,isNextLineEmptyAfterIndex:Rs,isNextLineEmpty:Is,isPreviousLineEmpty:Cl,hasNewline:Pl,hasNewlineInRange:ms,hasSpaces:Yl,getAlignmentSize:hu,getIndentSize:Bu,getPreferredQuote:Wl,printString:Su,printNumber:Fu,makeString:Ou,addLeadingComment:_c,addDanglingComment:no,addTrailingComment:$u,isFrontMatterNode:ju,isNonEmptyArray:bo,createGroupIdMapper:bu}}}),Zd=aa({"src/language-markdown/constants.evaluate.js"(Ls,ys){ys.exports={cjkPattern:"(?:[\\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-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\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][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\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\\u09fd\\u0a76\\u0af0\\u0c77\\u0c84\\u0df4\\u0e4f\\u0e5a-\\u0e5b\\u0f04-\\u0f12\\u0f14\\u0f3a-\\u0f3d\\u0f85\\u0fd0-\\u0fd4\\u0fd9-\\u0fda\\u104a-\\u104f\\u10fb\\u1360-\\u1368\\u1400\\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-\\u2e4f\\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]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"}}}),gm=aa({"src/language-markdown/utils.js"(Ls,ys){qo();var{getLast:Po}=xf(),{locStart:Yo,locEnd:Go}=yh(),{cjkPattern:bo,kPattern:$o,punctuationPattern:Jo}=Zd(),Co=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],us=[...Co,"tableCell","paragraph","heading"],vo=new RegExp($o),os=new RegExp(Jo);function Os(ms,Cl){let Rs="non-cjk",Is="cj-letter",$s="k-letter",zs="cjk-punctuation",Yl=[],hu=(Cl.proseWrap==="preserve"?ms:ms.replace(new RegExp(`(${bo})
(${bo})`,"g"),"$1$2")).split(/([\t\n ]+)/);for(let[Wl,Su]of hu.entries()){if(Wl%2===1){Yl.push({type:"whitespace",value:/\n/.test(Su)?`
`:" "});continue}if((Wl===0||Wl===hu.length-1)&&Su==="")continue;let Ou=Su.split(new RegExp(`(${bo})`));for(let[Fu,fl]of Ou.entries())if(!((Fu===0||Fu===Ou.length-1)&&fl==="")){if(Fu%2===0){fl!==""&&Bu({type:"word",value:fl,kind:Rs,hasLeadingPunctuation:os.test(fl[0]),hasTrailingPunctuation:os.test(Po(fl))});continue}Bu(os.test(fl)?{type:"word",value:fl,kind:zs,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:fl,kind:vo.test(fl)?$s:Is,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return Yl;function Bu(Wl){let Su=Po(Yl);Su&&Su.type==="word"&&(Su.kind===Rs&&Wl.kind===Is&&!Su.hasTrailingPunctuation||Su.kind===Is&&Wl.kind===Rs&&!Wl.hasLeadingPunctuation?Yl.push({type:"whitespace",value:" "}):!Ou(Rs,zs)&&![Su.value,Wl.value].some(Fu=>/\u3000/.test(Fu))&&Yl.push({type:"whitespace",value:""})),Yl.push(Wl);function Ou(Fu,fl){return Su.kind===Fu&&Wl.kind===fl||Su.kind===fl&&Wl.kind===Fu}}}function ws(ms,Cl){let[,Rs,Is,$s]=Cl.slice(ms.position.start.offset,ms.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:Rs,marker:Is,leadingSpaces:$s}}function Vs(ms,Cl){if(!ms.ordered||ms.children.length<2)return!1;let Rs=Number(ws(ms.children[0],Cl.originalText).numberText),Is=Number(ws(ms.children[1],Cl.originalText).numberText);if(Rs===0&&ms.children.length>2){let $s=Number(ws(ms.children[2],Cl.originalText).numberText);return Is===1&&$s===1}return Is===1}function al(ms,Cl){let{value:Rs}=ms;return ms.position.end.offset===Cl.length&&Rs.endsWith(`
`)&&Cl.endsWith(`
`)?Rs.slice(0,-1):Rs}function Ys(ms,Cl){return function Rs(Is,$s,zs){let Yl=Object.assign({},Cl(Is,$s,zs));return Yl.children&&(Yl.children=Yl.children.map((hu,Bu)=>Rs(hu,Bu,[Yl,...zs]))),Yl}(ms,null,[])}function Pl(ms){if((ms==null?void 0:ms.type)!=="link"||ms.children.length!==1)return!1;let[Cl]=ms.children;return Yo(ms)===Yo(Cl)&&Go(ms)===Go(Cl)}ys.exports={mapAst:Ys,splitText:Os,punctuationPattern:Jo,getFencedCodeBlockValue:al,getOrderedListItemInfo:ws,hasGitDiffFriendlyOrderedList:Vs,INLINE_NODE_TYPES:Co,INLINE_NODE_WRAPPER_TYPES:us,isAutolink:Pl}}}),i0=aa({"src/language-markdown/unified-plugins/html-to-jsx.js"(Ls,ys){qo();var Po=Sp(),{mapAst:Yo,INLINE_NODE_WRAPPER_TYPES:Go}=gm();function bo(){return $o=>Yo($o,(Jo,Co,us)=>{let[vo]=us;return Jo.type!=="html"||Po.COMMENT_REGEX.test(Jo.value)||Go.includes(vo.type)?Jo:Object.assign(Object.assign({},Jo),{},{type:"jsx"})})}ys.exports=bo}}),xp=aa({"src/language-markdown/unified-plugins/front-matter.js"(Ls,ys){qo();var Po=jh();function Yo(){let Go=this.Parser.prototype;Go.blockMethods=["frontMatter",...Go.blockMethods],Go.blockTokenizers.frontMatter=bo;function bo($o,Jo){let Co=Po(Jo);if(Co.frontMatter)return $o(Co.frontMatter.raw)(Co.frontMatter)}bo.onlyAtStart=!0}ys.exports=Yo}}),zp=aa({"src/language-markdown/unified-plugins/liquid.js"(Ls,ys){qo();function Po(){let Yo=this.Parser.prototype,Go=Yo.inlineMethods;Go.splice(Go.indexOf("text"),0,"liquid"),Yo.inlineTokenizers.liquid=bo;function bo($o,Jo){let Co=Jo.match(/^({%.*?%}|{{.*?}})/s);if(Co)return $o(Co[0])({type:"liquidNode",value:Co[0]})}bo.locator=function($o,Jo){return $o.indexOf("{",Jo)}}ys.exports=Po}}),Hh=aa({"src/language-markdown/unified-plugins/wiki-link.js"(Ls,ys){qo();function Po(){let Yo="wikiLink",Go=/^\[\[(?<linkContents>.+?)]]/s,bo=this.Parser.prototype,$o=bo.inlineMethods;$o.splice($o.indexOf("link"),0,Yo),bo.inlineTokenizers.wikiLink=Jo;function Jo(Co,us){let vo=Go.exec(us);if(vo){let os=vo.groups.linkContents.trim();return Co(vo[0])({type:Yo,value:os})}}Jo.locator=function(Co,us){return Co.indexOf("[",us)}}ys.exports=Po}}),Cp=aa({"src/language-markdown/unified-plugins/loose-items.js"(Ls,ys){qo();function Po(){let Yo=this.Parser.prototype,Go=Yo.blockTokenizers.list;function bo($o,Jo,Co){return Jo.type==="listItem"&&(Jo.loose=Jo.spread||$o.charAt($o.length-1)===`
`,Jo.loose&&(Co.loose=!0)),Jo}Yo.blockTokenizers.list=function($o,Jo,Co){function us(vo){let os=$o(vo);function Os(ws,Vs){return os(bo(vo,ws,Vs),Vs)}return Os.reset=function(ws,Vs){return os.reset(bo(vo,ws,Vs),Vs)},Os}return us.now=$o.now,Go.call(this,us,Jo,Co)}}ys.exports=Po}});qo();var ih=Vp(),rm=Hm(),Bd=dm(),a0=Tm(),Ld=Fh(),{locStart:Zf,locEnd:nm}=yh(),jf=Sp(),Nh=i0(),Gp=xp(),Wp=zp(),Nm=Hh(),Am=Cp();function Np(Ls){let{isMDX:ys}=Ls;return Po=>{let Yo=rm().use(ih,Object.assign({commonmark:!0},ys&&{blocks:[jf.BLOCKS_REGEX]})).use(a0).use(Gp).use(Bd).use(ys?jf.esSyntax:im).use(Wp).use(ys?Nh:im).use(Nm).use(Am);return Yo.runSync(Yo.parse(Po))}}function im(Ls){return Ls}var Vh={astFormat:"mdast",hasPragma:Ld.hasPragma,locStart:Zf,locEnd:nm},lh=Object.assign(Object.assign({},Vh),{},{parse:Np({isMDX:!1})}),Lm=Object.assign(Object.assign({},Vh),{},{parse:Np({isMDX:!0})});Wa.exports={parsers:{remark:lh,markdown:lh,mdx:Lm}}});return il()})})(parserMarkdown);var parserMarkdownExports=parserMarkdown.exports;const prettierMarkdown=getDefaultExportFromCjs(parserMarkdownExports);function addPrefix(e){return`${prefix}__${e}`}function createCustomTheme(e,t){const y=JSON.parse(JSON.stringify(e));return y.block.h1["border-bottom"]=`2px solid ${t}`,y.block.h2.background=t,y.block.h3["border-left"]=`3px solid ${t}`,y.block.h4.color=t,y.inline.strong.color=t,y}function setColorWithTemplate(e){return t=>createCustomTheme(e,t)}function setColorWithCustomTemplate(e,t){return createCustomTheme(e,t)}function setFontSizeWithTemplate(e){return function(t){const y=JSON.parse(JSON.stringify(e));return y.block.h1["font-size"]=`${t*1.2}px`,y.block.h2["font-size"]=`${t*1.2}px`,y.block.h3["font-size"]=`${t*1.1}px`,y.block.h4["font-size"]=`${t}px`,y}}const setColor=setColorWithTemplate(defaultTheme),setFontSize=setFontSizeWithTemplate(defaultTheme);function customCssWithTemplate(e,t,y){const n=createCustomTheme(y,t);return n.block.h1=Object.assign(n.block.h1,e.h1),n.block.h2=Object.assign(n.block.h2,e.h2),n.block.h3=Object.assign(n.block.h3,e.h3),n.block.h4=Object.assign(n.block.h4,e.h4),n.block.code=Object.assign(n.block.code,e.code),n.block.p=Object.assign(n.block.p,e.p),n.block.hr=Object.assign(n.block.hr,e.hr),n.block.blockquote=Object.assign(n.block.blockquote,e.blockquote),n.block.blockquote_p=Object.assign(n.block.blockquote_p,e.blockquote_p),n.block.image=Object.assign(n.block.image,e.image),n.inline.strong=Object.assign(n.inline.strong,e.strong),n.inline.codespan=Object.assign(n.inline.codespan,e.codespan),n.inline.link=Object.assign(n.inline.link,e.link),n.inline.wx_link=Object.assign(n.inline.wx_link,e.wx_link),n.block.ul=Object.assign(n.block.ul,e.ul),n.block.ol=Object.assign(n.block.ol,e.ol),n.inline.listitem=Object.assign(n.inline.listitem,e.li),n}function css2json(e){let t,y;for(;(t=e.indexOf("/*"))!==-1&&(y=e.indexOf("*/"))!==-1;)e=e.substring(0,t)+e.substring(y+2);const n={};for(;e.length>0&&e.includes("{")&&e.includes("}");){let L=function(z){const re={};return z.forEach(oe=>{const ue=oe.indexOf(":"),de=oe.substring(0,ue).trim();re[de]=oe.substring(ue+1).trim()}),re};const $=e.indexOf("{"),k=e.indexOf("}");let j=e.substring($+1,k).split(";").map(z=>z.trim()).filter(z=>z.length>0);j=L(j),e.substring(0,$).split(",").map(z=>z.trim()).forEach(z=>{n[z]||(n[z]={}),Object.keys(j).forEach(re=>{n[z][re]=j[re]})}),e=e.slice(k+1).trim()}return n}function formatDoc(e){return prettier.format(e,{parser:"markdown",plugins:[prettierMarkdown]})}function formatCss(e){return prettier.format(e,{parser:"css",plugins:[prettierCss]})}function downloadMD(e){const t=document.createElement("a");t.download="content.md",t.style.display="none";const y=new Blob([e]);t.href=URL.createObjectURL(y),document.body.appendChild(t),t.click(),document.body.removeChild(t)}function exportHTML(){const e=document.querySelector("#output");$(e);const t=e.innerHTML,y=document.createElement("a");y.download="content.html",y.style.display="none";const n=new Blob([`<html><head><meta charset="utf-8" /></head><body><div style="width: 750px; margin: auto;">${t}</div></body></html>`]);y.href=URL.createObjectURL(n),document.body.appendChild(y),y.click(),document.body.removeChild(y);function $(k){function L(re,oe=["width","height"]){const ue=getComputedStyle(re,null);return Object.entries(ue).filter(([de])=>ue.getPropertyValue(de)&&!oe.includes(de)).map(([de,_e])=>`${de}:${_e};`).join("")}switch(!0){case j(k):case V(k):case z(k):k.setAttribute("style",L(k))}k.children.length&&Array.from(k.children).forEach(re=>$(re));function j(re){return re.tagName==="PRE"&&Array.from(re.classList).includes("code__pre")}function V(re){return re.tagName==="CODE"}function z(re){return re.tagName==="SPAN"&&(V(re.parentElement)||V(re.parentElement.parentElement))}}}function createTable({data:e,rows:t,cols:y}){let n="";for(let $=0;$<t+2;++$){n+="| ";const k=[];for(let L=0;L<y;++L){const j=$>1?$-1:$;k.push($===1?"---":e[`k_${j}_${L}`]||" ")}n+=k.join(" | "),n+=` |
`}return n}function toBase64(e){return new Promise((t,y)=>{const n=new FileReader;n.readAsDataURL(e),n.onload=()=>t(n.result.split(",").pop()),n.onerror=$=>y($)})}function checkImage(e){if(!/\.(gif|jpg|jpeg|png|GIF|JPG|PNG)$/.test(e.name))return{ok:!1,msg:"请上传 JPG/PNG/GIF 格式的图片"};const y=10;return e.size/1024/1024<=y?{ok:!0}:{ok:!1,msg:`由于公众号限制,图片大小不能超过 ${y}M`}}function removeLeft(e){const t=e.split(`
`),y=t.filter(n=>n.trim()).map(n=>n.match(/(^\s+)?/)[0].length).sort((n,$)=>n-$)[0];return t.map(n=>n.slice(y)).join(`
`)}function solveWeChatImage(){const t=document.getElementById("output").getElementsByTagName("img");for(let y=0;y<t.length;y++){const n=t[y],$=n.getAttribute("width"),k=n.getAttribute("height");n.removeAttribute("width"),n.removeAttribute("height"),n.style.width=$,n.style.height=k}}function mergeCss(e){return juice(e,{inlinePseudoElements:!0,preserveImportant:!0})}const defaultKeyMap=CodeMirror.keyMap.default,modPrefix=defaultKeyMap===CodeMirror.keyMap.macDefault?"Cmd":"Ctrl",useStore=defineStore("store",()=>{const e=useDark(),t=useToggle(e),y=useStorage("isMacCodeBlock",!0),n=useToggle(y),$=useStorage("isEditOnLeft",!0),k=useToggle($),L=useStorage("isCiteStatus",!1),j=useToggle(L),V=ref$1(""),z=useStorage("fonts",fontFamilyOptions[0].value),re=useStorage("size",fontSizeOptions[2].value),oe=useStorage("color",colorOptions[0].value),ue=useStorage("codeBlockTheme",codeBlockThemeOptions[2].value),de=useStorage("legend",legendOptions[3].value),_e=new WxRenderer({theme:setColor(oe.value),fonts:z.value,size:re.value}),Ne=ref$1(null),Ue=useStorage("__editor_content",formatDoc(DEFAULT_CONTENT)),$e=()=>{const Dr=formatDoc(Ne.value.getValue());Ue.value=Dr,Ne.value.setValue(Dr)},Ve=()=>{const Dr=ue.value,Ir=document.querySelector("#hljs");if(Ir)Ir.setAttribute("href",Dr);else{const Br=document.createElement("link");Br.setAttribute("type","text/css"),Br.setAttribute("rel","stylesheet"),Br.setAttribute("href",Dr),Br.setAttribute("id","hljs"),document.head.appendChild(Br)}},Fe=()=>{Ve();const Dr=_e.getRenderer(L.value);marked.setOptions({renderer:Dr});let Ir=marked.parse(Ne.value.getValue(0));Ir=Ir.replace(/(style=".*?)"/,'$1;margin-top: 0"'),L.value&&(Ir+=_e.buildFootnotes(),Ir+=_e.buildAddition()),y.value&&(Ir+=`
<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>
`),V.value=Ir},qe=ref$1(null),er=Dr=>{qe.value.setValue(Dr)},ir=useStorage("__css_content",DEFAULT_CSS_CONTENT),dr=useStorage(addPrefix("css_content_config"),{active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:ir.value||DEFAULT_CSS_CONTENT}]}),cr=()=>dr.value.tabs.find(Dr=>Dr.name===dr.value.active),nr=Dr=>{dr.value.active=Dr;const Ir=dr.value.tabs.find(Br=>Br.name===Dr).content;er(Ir)},lr=Dr=>{dr.value.tabs.push({name:Dr,title:Dr,content:DEFAULT_CSS_CONTENT}),dr.value.active=Dr,er(DEFAULT_CSS_CONTENT)},Et=Dr=>dr.value.tabs.every(({name:Ir})=>Ir!==Dr),ie=()=>{const Dr=css2json(qe.value.getValue());let Ir=setFontSize(re.value.replace("px",""));Ir=customCssWithTemplate(Dr,oe.value,Ir),_e.setOptions({theme:Ir}),Fe()};onMounted(()=>{const Dr=document.querySelector("#cssEditor");Dr.value=cr().content,qe.value=markRaw(CodeMirror.fromTextArea(Dr,{mode:"css",theme:"style-mirror",lineNumbers:!1,lineWrapping:!0,matchBrackets:!0,autofocus:!0,extraKeys:{[`${modPrefix}-F`]:function(Br){const Rr=formatCss(Br.getValue());cr().content=Rr,Br.setValue(Rr)}}})),qe.value.on("keyup",(Ir,Br)=>{(Br.keyCode>=65&&Br.keyCode<=90||Br.keyCode===189)&&Ir.showHint(Br)}),qe.value.on("update",()=>{ie(),cr().content=qe.value.getValue()})});const pe=()=>{L.value=!1,y.value=!0,z.value=fontFamilyOptions[0].value,re.value=fontSizeOptions[2].value,oe.value=colorOptions[0].value,ue.value=codeBlockThemeOptions[2].value,de.value=legendOptions[3].value,dr.value={active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:ir.value||DEFAULT_CSS_CONTENT}]},qe.value.setValue(DEFAULT_CSS_CONTENT),ie(),Fe()},Ce=Dr=>(...Ir)=>{Dr(...Ir),Fe()},Ie=(Dr,Ir)=>{const Br=setFontSize(Dr.replace("px",""));return setColorWithCustomTemplate(Br,Ir)},jt=Ce(Dr=>{_e.setOptions({fonts:Dr}),z.value=Dr}),ar=Ce(Dr=>{const Ir=Ie(Dr,oe.value);_e.setOptions({size:Dr,theme:Ir}),re.value=Dr}),ur=Ce(Dr=>{const Ir=Ie(re.value,Dr);_e.setOptions({theme:Ir}),oe.value=Dr}),kt=Ce(Dr=>{ue.value=Dr}),he=Ce(Dr=>{de.value=Dr}),tr=Ce(()=>{n()}),gr=Ce(()=>{j()}),_r=()=>{exportHTML(),document.querySelector("#output").innerHTML=V.value},yr=()=>{downloadMD(Ne.value.getValue())},xr=()=>{const Dr=document.body,Ir=document.createElement("input");Ir.type="file",Ir.name="filename",Ir.accept=".md",Ir.onchange=()=>{const Br=Ir.files[0];if(!Br)return;const Rr=new FileReader;Rr.readAsText(Br),Rr.onload=Lr=>{Ne.value.setValue(formatDoc(Lr.target.result)),ElMessage.success("文档导入成功")}},Dr.appendChild(Ir),Ir.click(),Dr.removeChild(Ir)},Nr=()=>{ElMessageBox.confirm("此操作将丢失本地自定义样式,是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then(()=>{pe(),ElMessage({type:"success",message:"样式重置成功~"})}).catch(()=>{Ne.value.focus()})},Tr=ref$1(!1),Sr=useToggle(Tr),Ar=ref$1(!1),Fr=useToggle(Ar),Gr=ref$1(!1),Vr=useToggle(Gr);return{isShowCssEditor:Tr,toggleShowCssEditor:Sr,isShowInsertFormDialog:Ar,toggleShowInsertFormDialog:Fr,isShowUploadImgDialog:Gr,toggleShowUploadImgDialog:Vr,isDark:e,toggleDark:t,isEditOnLeft:$,toggleEditOnLeft:k,isMacCodeBlock:y,isCiteStatus:L,citeStatusChanged:gr,output:V,editor:Ne,cssEditor:qe,fontFamily:z,fontSize:re,fontColor:oe,codeBlockTheme:ue,legend:de,editorRefresh:Fe,fontChanged:jt,sizeChanged:ar,colorChanged:ur,codeBlockThemeChanged:kt,legendChanged:he,macCodeBlockChanged:tr,formatContent:$e,exportEditorContent2HTML:_r,exportEditorContent2MD:yr,importMarkdownContent:xr,resetStyleConfirm:Nr,editorContent:Ue,cssContentConfig:dr,addCssContentTab:lr,validatorTabName:Et,setCssEditorValue:er,tabChanged:nr}}),Store=createPinia(),ElementPlus={install(e){e.use(installer,{size:"default"}),e.config.globalProperties.$loading=ElLoading.service,e.config.globalProperties.$message=ElMessage;for(const[t,y]of Object.entries(ElementPlusIconsVue))e.component(`ElIcon${t}`,y)}};var cryptoJs={exports:{}};function commonjsRequire(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var core={exports:{}};const __viteBrowserExternal={},__viteBrowserExternal$1=Object.freeze(Object.defineProperty({__proto__:null,default:__viteBrowserExternal},Symbol.toStringTag,{value:"Module"})),require$$2$1=getAugmentedNamespace(__viteBrowserExternal$1);var hasRequiredCore;function requireCore(){return hasRequiredCore||(hasRequiredCore=1,function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y=y||function(n,$){var k;if(typeof window<"u"&&window.crypto&&(k=window.crypto),typeof self<"u"&&self.crypto&&(k=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(k=globalThis.crypto),!k&&typeof window<"u"&&window.msCrypto&&(k=window.msCrypto),!k&&typeof commonjsGlobal<"u"&&commonjsGlobal.crypto&&(k=commonjsGlobal.crypto),!k&&typeof commonjsRequire=="function")try{k=require$$2$1}catch{}var L=function(){if(k){if(typeof k.getRandomValues=="function")try{return k.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof k.randomBytes=="function")try{return k.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},j=Object.create||function(){function Ve(){}return function(Fe){var qe;return Ve.prototype=Fe,qe=new Ve,Ve.prototype=null,qe}}(),V={},z=V.lib={},re=z.Base=function(){return{extend:function(Ve){var Fe=j(this);return Ve&&Fe.mixIn(Ve),(!Fe.hasOwnProperty("init")||this.init===Fe.init)&&(Fe.init=function(){Fe.$super.init.apply(this,arguments)}),Fe.init.prototype=Fe,Fe.$super=this,Fe},create:function(){var Ve=this.extend();return Ve.init.apply(Ve,arguments),Ve},init:function(){},mixIn:function(Ve){for(var Fe in Ve)Ve.hasOwnProperty(Fe)&&(this[Fe]=Ve[Fe]);Ve.hasOwnProperty("toString")&&(this.toString=Ve.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),oe=z.WordArray=re.extend({init:function(Ve,Fe){Ve=this.words=Ve||[],Fe!=$?this.sigBytes=Fe:this.sigBytes=Ve.length*4},toString:function(Ve){return(Ve||de).stringify(this)},concat:function(Ve){var Fe=this.words,qe=Ve.words,er=this.sigBytes,ir=Ve.sigBytes;if(this.clamp(),er%4)for(var dr=0;dr<ir;dr++){var cr=qe[dr>>>2]>>>24-dr%4*8&255;Fe[er+dr>>>2]|=cr<<24-(er+dr)%4*8}else for(var nr=0;nr<ir;nr+=4)Fe[er+nr>>>2]=qe[nr>>>2];return this.sigBytes+=ir,this},clamp:function(){var Ve=this.words,Fe=this.sigBytes;Ve[Fe>>>2]&=4294967295<<32-Fe%4*8,Ve.length=n.ceil(Fe/4)},clone:function(){var Ve=re.clone.call(this);return Ve.words=this.words.slice(0),Ve},random:function(Ve){for(var Fe=[],qe=0;qe<Ve;qe+=4)Fe.push(L());return new oe.init(Fe,Ve)}}),ue=V.enc={},de=ue.Hex={stringify:function(Ve){for(var Fe=Ve.words,qe=Ve.sigBytes,er=[],ir=0;ir<qe;ir++){var dr=Fe[ir>>>2]>>>24-ir%4*8&255;er.push((dr>>>4).toString(16)),er.push((dr&15).toString(16))}return er.join("")},parse:function(Ve){for(var Fe=Ve.length,qe=[],er=0;er<Fe;er+=2)qe[er>>>3]|=parseInt(Ve.substr(er,2),16)<<24-er%8*4;return new oe.init(qe,Fe/2)}},_e=ue.Latin1={stringify:function(Ve){for(var Fe=Ve.words,qe=Ve.sigBytes,er=[],ir=0;ir<qe;ir++){var dr=Fe[ir>>>2]>>>24-ir%4*8&255;er.push(String.fromCharCode(dr))}return er.join("")},parse:function(Ve){for(var Fe=Ve.length,qe=[],er=0;er<Fe;er++)qe[er>>>2]|=(Ve.charCodeAt(er)&255)<<24-er%4*8;return new oe.init(qe,Fe)}},Ne=ue.Utf8={stringify:function(Ve){try{return decodeURIComponent(escape(_e.stringify(Ve)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(Ve){return _e.parse(unescape(encodeURIComponent(Ve)))}},Ue=z.BufferedBlockAlgorithm=re.extend({reset:function(){this._data=new oe.init,this._nDataBytes=0},_append:function(Ve){typeof Ve=="string"&&(Ve=Ne.parse(Ve)),this._data.concat(Ve),this._nDataBytes+=Ve.sigBytes},_process:function(Ve){var Fe,qe=this._data,er=qe.words,ir=qe.sigBytes,dr=this.blockSize,cr=dr*4,nr=ir/cr;Ve?nr=n.ceil(nr):nr=n.max((nr|0)-this._minBufferSize,0);var lr=nr*dr,Et=n.min(lr*4,ir);if(lr){for(var ie=0;ie<lr;ie+=dr)this._doProcessBlock(er,ie);Fe=er.splice(0,lr),qe.sigBytes-=Et}return new oe.init(Fe,Et)},clone:function(){var Ve=re.clone.call(this);return Ve._data=this._data.clone(),Ve},_minBufferSize:0});z.Hasher=Ue.extend({cfg:re.extend(),init:function(Ve){this.cfg=this.cfg.extend(Ve),this.reset()},reset:function(){Ue.reset.call(this),this._doReset()},update:function(Ve){return this._append(Ve),this._process(),this},finalize:function(Ve){Ve&&this._append(Ve);var Fe=this._doFinalize();return Fe},blockSize:16,_createHelper:function(Ve){return function(Fe,qe){return new Ve.init(qe).finalize(Fe)}},_createHmacHelper:function(Ve){return function(Fe,qe){return new $e.HMAC.init(Ve,qe).finalize(Fe)}}});var $e=V.algo={};return V}(Math);return y})}(core)),core.exports}var x64Core={exports:{}},hasRequiredX64Core;function requireX64Core(){return hasRequiredX64Core||(hasRequiredX64Core=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.Base,j=k.WordArray,V=$.x64={};V.Word=L.extend({init:function(z,re){this.high=z,this.low=re}}),V.WordArray=L.extend({init:function(z,re){z=this.words=z||[],re!=n?this.sigBytes=re:this.sigBytes=z.length*8},toX32:function(){for(var z=this.words,re=z.length,oe=[],ue=0;ue<re;ue++){var de=z[ue];oe.push(de.high),oe.push(de.low)}return j.create(oe,this.sigBytes)},clone:function(){for(var z=L.clone.call(this),re=z.words=this.words.slice(0),oe=re.length,ue=0;ue<oe;ue++)re[ue]=re[ue].clone();return z}})}(),y})}(x64Core)),x64Core.exports}var libTypedarrays={exports:{}},hasRequiredLibTypedarrays;function requireLibTypedarrays(){return hasRequiredLibTypedarrays||(hasRequiredLibTypedarrays=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){if(typeof ArrayBuffer=="function"){var n=y,$=n.lib,k=$.WordArray,L=k.init,j=k.init=function(V){if(V instanceof ArrayBuffer&&(V=new Uint8Array(V)),(V instanceof Int8Array||typeof Uint8ClampedArray<"u"&&V instanceof Uint8ClampedArray||V instanceof Int16Array||V instanceof Uint16Array||V instanceof Int32Array||V instanceof Uint32Array||V instanceof Float32Array||V instanceof Float64Array)&&(V=new Uint8Array(V.buffer,V.byteOffset,V.byteLength)),V instanceof Uint8Array){for(var z=V.byteLength,re=[],oe=0;oe<z;oe++)re[oe>>>2]|=V[oe]<<24-oe%4*8;L.call(this,re,z)}else L.apply(this,arguments)};j.prototype=k}}(),y.lib.WordArray})}(libTypedarrays)),libTypedarrays.exports}var encUtf16={exports:{}},hasRequiredEncUtf16;function requireEncUtf16(){return hasRequiredEncUtf16||(hasRequiredEncUtf16=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=n.enc;L.Utf16=L.Utf16BE={stringify:function(V){for(var z=V.words,re=V.sigBytes,oe=[],ue=0;ue<re;ue+=2){var de=z[ue>>>2]>>>16-ue%4*8&65535;oe.push(String.fromCharCode(de))}return oe.join("")},parse:function(V){for(var z=V.length,re=[],oe=0;oe<z;oe++)re[oe>>>1]|=V.charCodeAt(oe)<<16-oe%2*16;return k.create(re,z*2)}},L.Utf16LE={stringify:function(V){for(var z=V.words,re=V.sigBytes,oe=[],ue=0;ue<re;ue+=2){var de=j(z[ue>>>2]>>>16-ue%4*8&65535);oe.push(String.fromCharCode(de))}return oe.join("")},parse:function(V){for(var z=V.length,re=[],oe=0;oe<z;oe++)re[oe>>>1]|=j(V.charCodeAt(oe)<<16-oe%2*16);return k.create(re,z*2)}};function j(V){return V<<8&4278255360|V>>>8&16711935}}(),y.enc.Utf16})}(encUtf16)),encUtf16.exports}var encBase64={exports:{}},hasRequiredEncBase64;function requireEncBase64(){return hasRequiredEncBase64||(hasRequiredEncBase64=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=n.enc;L.Base64={stringify:function(V){var z=V.words,re=V.sigBytes,oe=this._map;V.clamp();for(var ue=[],de=0;de<re;de+=3)for(var _e=z[de>>>2]>>>24-de%4*8&255,Ne=z[de+1>>>2]>>>24-(de+1)%4*8&255,Ue=z[de+2>>>2]>>>24-(de+2)%4*8&255,$e=_e<<16|Ne<<8|Ue,Ve=0;Ve<4&&de+Ve*.75<re;Ve++)ue.push(oe.charAt($e>>>6*(3-Ve)&63));var Fe=oe.charAt(64);if(Fe)for(;ue.length%4;)ue.push(Fe);return ue.join("")},parse:function(V){var z=V.length,re=this._map,oe=this._reverseMap;if(!oe){oe=this._reverseMap=[];for(var ue=0;ue<re.length;ue++)oe[re.charCodeAt(ue)]=ue}var de=re.charAt(64);if(de){var _e=V.indexOf(de);_e!==-1&&(z=_e)}return j(V,z,oe)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function j(V,z,re){for(var oe=[],ue=0,de=0;de<z;de++)if(de%4){var _e=re[V.charCodeAt(de-1)]<<de%4*2,Ne=re[V.charCodeAt(de)]>>>6-de%4*2,Ue=_e|Ne;oe[ue>>>2]|=Ue<<24-ue%4*8,ue++}return k.create(oe,ue)}}(),y.enc.Base64})}(encBase64)),encBase64.exports}var encBase64url={exports:{}},hasRequiredEncBase64url;function requireEncBase64url(){return hasRequiredEncBase64url||(hasRequiredEncBase64url=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=n.enc;L.Base64url={stringify:function(V,z){z===void 0&&(z=!0);var re=V.words,oe=V.sigBytes,ue=z?this._safe_map:this._map;V.clamp();for(var de=[],_e=0;_e<oe;_e+=3)for(var Ne=re[_e>>>2]>>>24-_e%4*8&255,Ue=re[_e+1>>>2]>>>24-(_e+1)%4*8&255,$e=re[_e+2>>>2]>>>24-(_e+2)%4*8&255,Ve=Ne<<16|Ue<<8|$e,Fe=0;Fe<4&&_e+Fe*.75<oe;Fe++)de.push(ue.charAt(Ve>>>6*(3-Fe)&63));var qe=ue.charAt(64);if(qe)for(;de.length%4;)de.push(qe);return de.join("")},parse:function(V,z){z===void 0&&(z=!0);var re=V.length,oe=z?this._safe_map:this._map,ue=this._reverseMap;if(!ue){ue=this._reverseMap=[];for(var de=0;de<oe.length;de++)ue[oe.charCodeAt(de)]=de}var _e=oe.charAt(64);if(_e){var Ne=V.indexOf(_e);Ne!==-1&&(re=Ne)}return j(V,re,ue)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function j(V,z,re){for(var oe=[],ue=0,de=0;de<z;de++)if(de%4){var _e=re[V.charCodeAt(de-1)]<<de%4*2,Ne=re[V.charCodeAt(de)]>>>6-de%4*2,Ue=_e|Ne;oe[ue>>>2]|=Ue<<24-ue%4*8,ue++}return k.create(oe,ue)}}(),y.enc.Base64url})}(encBase64url)),encBase64url.exports}var md5$3={exports:{}},hasRequiredMd5;function requireMd5(){return hasRequiredMd5||(hasRequiredMd5=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.WordArray,j=k.Hasher,V=$.algo,z=[];(function(){for(var Ne=0;Ne<64;Ne++)z[Ne]=n.abs(n.sin(Ne+1))*4294967296|0})();var re=V.MD5=j.extend({_doReset:function(){this._hash=new L.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(Ne,Ue){for(var $e=0;$e<16;$e++){var Ve=Ue+$e,Fe=Ne[Ve];Ne[Ve]=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360}var qe=this._hash.words,er=Ne[Ue+0],ir=Ne[Ue+1],dr=Ne[Ue+2],cr=Ne[Ue+3],nr=Ne[Ue+4],lr=Ne[Ue+5],Et=Ne[Ue+6],ie=Ne[Ue+7],pe=Ne[Ue+8],Ce=Ne[Ue+9],Ie=Ne[Ue+10],jt=Ne[Ue+11],ar=Ne[Ue+12],ur=Ne[Ue+13],kt=Ne[Ue+14],he=Ne[Ue+15],tr=qe[0],gr=qe[1],_r=qe[2],yr=qe[3];tr=oe(tr,gr,_r,yr,er,7,z[0]),yr=oe(yr,tr,gr,_r,ir,12,z[1]),_r=oe(_r,yr,tr,gr,dr,17,z[2]),gr=oe(gr,_r,yr,tr,cr,22,z[3]),tr=oe(tr,gr,_r,yr,nr,7,z[4]),yr=oe(yr,tr,gr,_r,lr,12,z[5]),_r=oe(_r,yr,tr,gr,Et,17,z[6]),gr=oe(gr,_r,yr,tr,ie,22,z[7]),tr=oe(tr,gr,_r,yr,pe,7,z[8]),yr=oe(yr,tr,gr,_r,Ce,12,z[9]),_r=oe(_r,yr,tr,gr,Ie,17,z[10]),gr=oe(gr,_r,yr,tr,jt,22,z[11]),tr=oe(tr,gr,_r,yr,ar,7,z[12]),yr=oe(yr,tr,gr,_r,ur,12,z[13]),_r=oe(_r,yr,tr,gr,kt,17,z[14]),gr=oe(gr,_r,yr,tr,he,22,z[15]),tr=ue(tr,gr,_r,yr,ir,5,z[16]),yr=ue(yr,tr,gr,_r,Et,9,z[17]),_r=ue(_r,yr,tr,gr,jt,14,z[18]),gr=ue(gr,_r,yr,tr,er,20,z[19]),tr=ue(tr,gr,_r,yr,lr,5,z[20]),yr=ue(yr,tr,gr,_r,Ie,9,z[21]),_r=ue(_r,yr,tr,gr,he,14,z[22]),gr=ue(gr,_r,yr,tr,nr,20,z[23]),tr=ue(tr,gr,_r,yr,Ce,5,z[24]),yr=ue(yr,tr,gr,_r,kt,9,z[25]),_r=ue(_r,yr,tr,gr,cr,14,z[26]),gr=ue(gr,_r,yr,tr,pe,20,z[27]),tr=ue(tr,gr,_r,yr,ur,5,z[28]),yr=ue(yr,tr,gr,_r,dr,9,z[29]),_r=ue(_r,yr,tr,gr,ie,14,z[30]),gr=ue(gr,_r,yr,tr,ar,20,z[31]),tr=de(tr,gr,_r,yr,lr,4,z[32]),yr=de(yr,tr,gr,_r,pe,11,z[33]),_r=de(_r,yr,tr,gr,jt,16,z[34]),gr=de(gr,_r,yr,tr,kt,23,z[35]),tr=de(tr,gr,_r,yr,ir,4,z[36]),yr=de(yr,tr,gr,_r,nr,11,z[37]),_r=de(_r,yr,tr,gr,ie,16,z[38]),gr=de(gr,_r,yr,tr,Ie,23,z[39]),tr=de(tr,gr,_r,yr,ur,4,z[40]),yr=de(yr,tr,gr,_r,er,11,z[41]),_r=de(_r,yr,tr,gr,cr,16,z[42]),gr=de(gr,_r,yr,tr,Et,23,z[43]),tr=de(tr,gr,_r,yr,Ce,4,z[44]),yr=de(yr,tr,gr,_r,ar,11,z[45]),_r=de(_r,yr,tr,gr,he,16,z[46]),gr=de(gr,_r,yr,tr,dr,23,z[47]),tr=_e(tr,gr,_r,yr,er,6,z[48]),yr=_e(yr,tr,gr,_r,ie,10,z[49]),_r=_e(_r,yr,tr,gr,kt,15,z[50]),gr=_e(gr,_r,yr,tr,lr,21,z[51]),tr=_e(tr,gr,_r,yr,ar,6,z[52]),yr=_e(yr,tr,gr,_r,cr,10,z[53]),_r=_e(_r,yr,tr,gr,Ie,15,z[54]),gr=_e(gr,_r,yr,tr,ir,21,z[55]),tr=_e(tr,gr,_r,yr,pe,6,z[56]),yr=_e(yr,tr,gr,_r,he,10,z[57]),_r=_e(_r,yr,tr,gr,Et,15,z[58]),gr=_e(gr,_r,yr,tr,ur,21,z[59]),tr=_e(tr,gr,_r,yr,nr,6,z[60]),yr=_e(yr,tr,gr,_r,jt,10,z[61]),_r=_e(_r,yr,tr,gr,dr,15,z[62]),gr=_e(gr,_r,yr,tr,Ce,21,z[63]),qe[0]=qe[0]+tr|0,qe[1]=qe[1]+gr|0,qe[2]=qe[2]+_r|0,qe[3]=qe[3]+yr|0},_doFinalize:function(){var Ne=this._data,Ue=Ne.words,$e=this._nDataBytes*8,Ve=Ne.sigBytes*8;Ue[Ve>>>5]|=128<<24-Ve%32;var Fe=n.floor($e/4294967296),qe=$e;Ue[(Ve+64>>>9<<4)+15]=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,Ue[(Ve+64>>>9<<4)+14]=(qe<<8|qe>>>24)&16711935|(qe<<24|qe>>>8)&4278255360,Ne.sigBytes=(Ue.length+1)*4,this._process();for(var er=this._hash,ir=er.words,dr=0;dr<4;dr++){var cr=ir[dr];ir[dr]=(cr<<8|cr>>>24)&16711935|(cr<<24|cr>>>8)&4278255360}return er},clone:function(){var Ne=j.clone.call(this);return Ne._hash=this._hash.clone(),Ne}});function oe(Ne,Ue,$e,Ve,Fe,qe,er){var ir=Ne+(Ue&$e|~Ue&Ve)+Fe+er;return(ir<<qe|ir>>>32-qe)+Ue}function ue(Ne,Ue,$e,Ve,Fe,qe,er){var ir=Ne+(Ue&Ve|$e&~Ve)+Fe+er;return(ir<<qe|ir>>>32-qe)+Ue}function de(Ne,Ue,$e,Ve,Fe,qe,er){var ir=Ne+(Ue^$e^Ve)+Fe+er;return(ir<<qe|ir>>>32-qe)+Ue}function _e(Ne,Ue,$e,Ve,Fe,qe,er){var ir=Ne+($e^(Ue|~Ve))+Fe+er;return(ir<<qe|ir>>>32-qe)+Ue}$.MD5=j._createHelper(re),$.HmacMD5=j._createHmacHelper(re)}(Math),y.MD5})}(md5$3)),md5$3.exports}var sha1$1={exports:{}},hasRequiredSha1;function requireSha1(){return hasRequiredSha1||(hasRequiredSha1=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=$.Hasher,j=n.algo,V=[],z=j.SHA1=L.extend({_doReset:function(){this._hash=new k.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(re,oe){for(var ue=this._hash.words,de=ue[0],_e=ue[1],Ne=ue[2],Ue=ue[3],$e=ue[4],Ve=0;Ve<80;Ve++){if(Ve<16)V[Ve]=re[oe+Ve]|0;else{var Fe=V[Ve-3]^V[Ve-8]^V[Ve-14]^V[Ve-16];V[Ve]=Fe<<1|Fe>>>31}var qe=(de<<5|de>>>27)+$e+V[Ve];Ve<20?qe+=(_e&Ne|~_e&Ue)+1518500249:Ve<40?qe+=(_e^Ne^Ue)+1859775393:Ve<60?qe+=(_e&Ne|_e&Ue|Ne&Ue)-1894007588:qe+=(_e^Ne^Ue)-899497514,$e=Ue,Ue=Ne,Ne=_e<<30|_e>>>2,_e=de,de=qe}ue[0]=ue[0]+de|0,ue[1]=ue[1]+_e|0,ue[2]=ue[2]+Ne|0,ue[3]=ue[3]+Ue|0,ue[4]=ue[4]+$e|0},_doFinalize:function(){var re=this._data,oe=re.words,ue=this._nDataBytes*8,de=re.sigBytes*8;return oe[de>>>5]|=128<<24-de%32,oe[(de+64>>>9<<4)+14]=Math.floor(ue/4294967296),oe[(de+64>>>9<<4)+15]=ue,re.sigBytes=oe.length*4,this._process(),this._hash},clone:function(){var re=L.clone.call(this);return re._hash=this._hash.clone(),re}});n.SHA1=L._createHelper(z),n.HmacSHA1=L._createHmacHelper(z)}(),y.SHA1})}(sha1$1)),sha1$1.exports}var sha256$2={exports:{}},hasRequiredSha256;function requireSha256(){return hasRequiredSha256||(hasRequiredSha256=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.WordArray,j=k.Hasher,V=$.algo,z=[],re=[];(function(){function de($e){for(var Ve=n.sqrt($e),Fe=2;Fe<=Ve;Fe++)if(!($e%Fe))return!1;return!0}function _e($e){return($e-($e|0))*4294967296|0}for(var Ne=2,Ue=0;Ue<64;)de(Ne)&&(Ue<8&&(z[Ue]=_e(n.pow(Ne,1/2))),re[Ue]=_e(n.pow(Ne,1/3)),Ue++),Ne++})();var oe=[],ue=V.SHA256=j.extend({_doReset:function(){this._hash=new L.init(z.slice(0))},_doProcessBlock:function(de,_e){for(var Ne=this._hash.words,Ue=Ne[0],$e=Ne[1],Ve=Ne[2],Fe=Ne[3],qe=Ne[4],er=Ne[5],ir=Ne[6],dr=Ne[7],cr=0;cr<64;cr++){if(cr<16)oe[cr]=de[_e+cr]|0;else{var nr=oe[cr-15],lr=(nr<<25|nr>>>7)^(nr<<14|nr>>>18)^nr>>>3,Et=oe[cr-2],ie=(Et<<15|Et>>>17)^(Et<<13|Et>>>19)^Et>>>10;oe[cr]=lr+oe[cr-7]+ie+oe[cr-16]}var pe=qe&er^~qe&ir,Ce=Ue&$e^Ue&Ve^$e&Ve,Ie=(Ue<<30|Ue>>>2)^(Ue<<19|Ue>>>13)^(Ue<<10|Ue>>>22),jt=(qe<<26|qe>>>6)^(qe<<21|qe>>>11)^(qe<<7|qe>>>25),ar=dr+jt+pe+re[cr]+oe[cr],ur=Ie+Ce;dr=ir,ir=er,er=qe,qe=Fe+ar|0,Fe=Ve,Ve=$e,$e=Ue,Ue=ar+ur|0}Ne[0]=Ne[0]+Ue|0,Ne[1]=Ne[1]+$e|0,Ne[2]=Ne[2]+Ve|0,Ne[3]=Ne[3]+Fe|0,Ne[4]=Ne[4]+qe|0,Ne[5]=Ne[5]+er|0,Ne[6]=Ne[6]+ir|0,Ne[7]=Ne[7]+dr|0},_doFinalize:function(){var de=this._data,_e=de.words,Ne=this._nDataBytes*8,Ue=de.sigBytes*8;return _e[Ue>>>5]|=128<<24-Ue%32,_e[(Ue+64>>>9<<4)+14]=n.floor(Ne/4294967296),_e[(Ue+64>>>9<<4)+15]=Ne,de.sigBytes=_e.length*4,this._process(),this._hash},clone:function(){var de=j.clone.call(this);return de._hash=this._hash.clone(),de}});$.SHA256=j._createHelper(ue),$.HmacSHA256=j._createHmacHelper(ue)}(Math),y.SHA256})}(sha256$2)),sha256$2.exports}var sha224$2={exports:{}},hasRequiredSha224;function requireSha224(){return hasRequiredSha224||(hasRequiredSha224=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireSha256())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=n.algo,j=L.SHA256,V=L.SHA224=j.extend({_doReset:function(){this._hash=new k.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var z=j._doFinalize.call(this);return z.sigBytes-=4,z}});n.SHA224=j._createHelper(V),n.HmacSHA224=j._createHmacHelper(V)}(),y.SHA224})}(sha224$2)),sha224$2.exports}var sha512$2={exports:{}},hasRequiredSha512;function requireSha512(){return hasRequiredSha512||(hasRequiredSha512=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireX64Core())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.Hasher,L=n.x64,j=L.Word,V=L.WordArray,z=n.algo;function re(){return j.create.apply(j,arguments)}var oe=[re(1116352408,3609767458),re(1899447441,602891725),re(3049323471,3964484399),re(3921009573,2173295548),re(961987163,4081628472),re(1508970993,3053834265),re(2453635748,2937671579),re(2870763221,3664609560),re(3624381080,2734883394),re(310598401,1164996542),re(607225278,1323610764),re(1426881987,3590304994),re(1925078388,4068182383),re(2162078206,991336113),re(2614888103,633803317),re(3248222580,3479774868),re(3835390401,2666613458),re(4022224774,944711139),re(264347078,2341262773),re(604807628,2007800933),re(770255983,1495990901),re(1249150122,1856431235),re(1555081692,3175218132),re(1996064986,2198950837),re(2554220882,3999719339),re(2821834349,766784016),re(2952996808,2566594879),re(3210313671,3203337956),re(3336571891,1034457026),re(3584528711,2466948901),re(113926993,3758326383),re(338241895,168717936),re(666307205,1188179964),re(773529912,1546045734),re(1294757372,1522805485),re(1396182291,2643833823),re(1695183700,2343527390),re(1986661051,1014477480),re(2177026350,1206759142),re(2456956037,344077627),re(2730485921,1290863460),re(2820302411,3158454273),re(3259730800,3505952657),re(3345764771,106217008),re(3516065817,3606008344),re(3600352804,1432725776),re(4094571909,1467031594),re(275423344,851169720),re(430227734,3100823752),re(506948616,1363258195),re(659060556,3750685593),re(883997877,3785050280),re(958139571,3318307427),re(1322822218,3812723403),re(1537002063,2003034995),re(1747873779,3602036899),re(1955562222,1575990012),re(2024104815,1125592928),re(2227730452,2716904306),re(2361852424,442776044),re(2428436474,593698344),re(2756734187,3733110249),re(3204031479,2999351573),re(3329325298,3815920427),re(3391569614,3928383900),re(3515267271,566280711),re(3940187606,3454069534),re(4118630271,4000239992),re(116418474,1914138554),re(174292421,2731055270),re(289380356,3203993006),re(460393269,320620315),re(685471733,587496836),re(852142971,1086792851),re(1017036298,365543100),re(1126000580,2618297676),re(1288033470,3409855158),re(1501505948,4234509866),re(1607167915,987167468),re(1816402316,1246189591)],ue=[];(function(){for(var _e=0;_e<80;_e++)ue[_e]=re()})();var de=z.SHA512=k.extend({_doReset:function(){this._hash=new V.init([new j.init(1779033703,4089235720),new j.init(3144134277,2227873595),new j.init(1013904242,4271175723),new j.init(2773480762,1595750129),new j.init(1359893119,2917565137),new j.init(2600822924,725511199),new j.init(528734635,4215389547),new j.init(1541459225,327033209)])},_doProcessBlock:function(_e,Ne){for(var Ue=this._hash.words,$e=Ue[0],Ve=Ue[1],Fe=Ue[2],qe=Ue[3],er=Ue[4],ir=Ue[5],dr=Ue[6],cr=Ue[7],nr=$e.high,lr=$e.low,Et=Ve.high,ie=Ve.low,pe=Fe.high,Ce=Fe.low,Ie=qe.high,jt=qe.low,ar=er.high,ur=er.low,kt=ir.high,he=ir.low,tr=dr.high,gr=dr.low,_r=cr.high,yr=cr.low,xr=nr,Nr=lr,Tr=Et,Sr=ie,Ar=pe,Fr=Ce,Gr=Ie,Vr=jt,Dr=ar,Ir=ur,Br=kt,Rr=he,Lr=tr,$r=gr,jr=_r,vn=yr,Kr=0;Kr<80;Kr++){var kr,Qr,Zr=ue[Kr];if(Kr<16)Qr=Zr.high=_e[Ne+Kr*2]|0,kr=Zr.low=_e[Ne+Kr*2+1]|0;else{var Vi=ue[Kr-15],To=Vi.high,oa=Vi.low,Ba=(To>>>1|oa<<31)^(To>>>8|oa<<24)^To>>>7,rs=(oa>>>1|To<<31)^(oa>>>8|To<<24)^(oa>>>7|To<<25),Mn=ue[Kr-2],Wr=Mn.high,Ur=Mn.low,Sn=(Wr>>>19|Ur<<13)^(Wr<<3|Ur>>>29)^Wr>>>6,Nn=(Ur>>>19|Wr<<13)^(Ur<<3|Wr>>>29)^(Ur>>>6|Wr<<26),Sa=ue[Kr-7],Li=Sa.high,ca=Sa.low,fo=ue[Kr-16],zn=fo.high,ki=fo.low;kr=rs+ca,Qr=Ba+Li+(kr>>>0<rs>>>0?1:0),kr=kr+Nn,Qr=Qr+Sn+(kr>>>0<Nn>>>0?1:0),kr=kr+ki,Qr=Qr+zn+(kr>>>0<ki>>>0?1:0),Zr.high=Qr,Zr.low=kr}var Ra=Dr&Br^~Dr&Lr,_o=Ir&Rr^~Ir&$r,eo=xr&Tr^xr&Ar^Tr&Ar,tl=Nr&Sr^Nr&Fr^Sr&Fr,Es=(xr>>>28|Nr<<4)^(xr<<30|Nr>>>2)^(xr<<25|Nr>>>7),Hs=(Nr>>>28|xr<<4)^(Nr<<30|xr>>>2)^(Nr<<25|xr>>>7),Ts=(Dr>>>14|Ir<<18)^(Dr>>>18|Ir<<14)^(Dr<<23|Ir>>>9),js=(Ir>>>14|Dr<<18)^(Ir>>>18|Dr<<14)^(Ir<<23|Dr>>>9),Gs=oe[Kr],uc=Gs.high,rl=Gs.low,il=vn+js,bl=jr+Ts+(il>>>0<vn>>>0?1:0),il=il+_o,bl=bl+Ra+(il>>>0<_o>>>0?1:0),il=il+rl,bl=bl+uc+(il>>>0<rl>>>0?1:0),il=il+kr,bl=bl+Qr+(il>>>0<kr>>>0?1:0),Wa=Hs+tl,Ao=Es+eo+(Wa>>>0<Hs>>>0?1:0);jr=Lr,vn=$r,Lr=Br,$r=Rr,Br=Dr,Rr=Ir,Ir=Vr+il|0,Dr=Gr+bl+(Ir>>>0<Vr>>>0?1:0)|0,Gr=Ar,Vr=Fr,Ar=Tr,Fr=Sr,Tr=xr,Sr=Nr,Nr=il+Wa|0,xr=bl+Ao+(Nr>>>0<il>>>0?1:0)|0}lr=$e.low=lr+Nr,$e.high=nr+xr+(lr>>>0<Nr>>>0?1:0),ie=Ve.low=ie+Sr,Ve.high=Et+Tr+(ie>>>0<Sr>>>0?1:0),Ce=Fe.low=Ce+Fr,Fe.high=pe+Ar+(Ce>>>0<Fr>>>0?1:0),jt=qe.low=jt+Vr,qe.high=Ie+Gr+(jt>>>0<Vr>>>0?1:0),ur=er.low=ur+Ir,er.high=ar+Dr+(ur>>>0<Ir>>>0?1:0),he=ir.low=he+Rr,ir.high=kt+Br+(he>>>0<Rr>>>0?1:0),gr=dr.low=gr+$r,dr.high=tr+Lr+(gr>>>0<$r>>>0?1:0),yr=cr.low=yr+vn,cr.high=_r+jr+(yr>>>0<vn>>>0?1:0)},_doFinalize:function(){var _e=this._data,Ne=_e.words,Ue=this._nDataBytes*8,$e=_e.sigBytes*8;Ne[$e>>>5]|=128<<24-$e%32,Ne[($e+128>>>10<<5)+30]=Math.floor(Ue/4294967296),Ne[($e+128>>>10<<5)+31]=Ue,_e.sigBytes=Ne.length*4,this._process();var Ve=this._hash.toX32();return Ve},clone:function(){var _e=k.clone.call(this);return _e._hash=this._hash.clone(),_e},blockSize:1024/32});n.SHA512=k._createHelper(de),n.HmacSHA512=k._createHmacHelper(de)}(),y.SHA512})}(sha512$2)),sha512$2.exports}var sha384$2={exports:{}},hasRequiredSha384;function requireSha384(){return hasRequiredSha384||(hasRequiredSha384=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireX64Core(),requireSha512())})(commonjsGlobal,function(y){return function(){var n=y,$=n.x64,k=$.Word,L=$.WordArray,j=n.algo,V=j.SHA512,z=j.SHA384=V.extend({_doReset:function(){this._hash=new L.init([new k.init(3418070365,3238371032),new k.init(1654270250,914150663),new k.init(2438529370,812702999),new k.init(355462360,4144912697),new k.init(1731405415,4290775857),new k.init(2394180231,1750603025),new k.init(3675008525,1694076839),new k.init(1203062813,3204075428)])},_doFinalize:function(){var re=V._doFinalize.call(this);return re.sigBytes-=16,re}});n.SHA384=V._createHelper(z),n.HmacSHA384=V._createHmacHelper(z)}(),y.SHA384})}(sha384$2)),sha384$2.exports}var sha3={exports:{}},hasRequiredSha3;function requireSha3(){return hasRequiredSha3||(hasRequiredSha3=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireX64Core())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.WordArray,j=k.Hasher,V=$.x64,z=V.Word,re=$.algo,oe=[],ue=[],de=[];(function(){for(var Ue=1,$e=0,Ve=0;Ve<24;Ve++){oe[Ue+5*$e]=(Ve+1)*(Ve+2)/2%64;var Fe=$e%5,qe=(2*Ue+3*$e)%5;Ue=Fe,$e=qe}for(var Ue=0;Ue<5;Ue++)for(var $e=0;$e<5;$e++)ue[Ue+5*$e]=$e+(2*Ue+3*$e)%5*5;for(var er=1,ir=0;ir<24;ir++){for(var dr=0,cr=0,nr=0;nr<7;nr++){if(er&1){var lr=(1<<nr)-1;lr<32?cr^=1<<lr:dr^=1<<lr-32}er&128?er=er<<1^113:er<<=1}de[ir]=z.create(dr,cr)}})();var _e=[];(function(){for(var Ue=0;Ue<25;Ue++)_e[Ue]=z.create()})();var Ne=re.SHA3=j.extend({cfg:j.cfg.extend({outputLength:512}),_doReset:function(){for(var Ue=this._state=[],$e=0;$e<25;$e++)Ue[$e]=new z.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(Ue,$e){for(var Ve=this._state,Fe=this.blockSize/2,qe=0;qe<Fe;qe++){var er=Ue[$e+2*qe],ir=Ue[$e+2*qe+1];er=(er<<8|er>>>24)&16711935|(er<<24|er>>>8)&4278255360,ir=(ir<<8|ir>>>24)&16711935|(ir<<24|ir>>>8)&4278255360;var dr=Ve[qe];dr.high^=ir,dr.low^=er}for(var cr=0;cr<24;cr++){for(var nr=0;nr<5;nr++){for(var lr=0,Et=0,ie=0;ie<5;ie++){var dr=Ve[nr+5*ie];lr^=dr.high,Et^=dr.low}var pe=_e[nr];pe.high=lr,pe.low=Et}for(var nr=0;nr<5;nr++)for(var Ce=_e[(nr+4)%5],Ie=_e[(nr+1)%5],jt=Ie.high,ar=Ie.low,lr=Ce.high^(jt<<1|ar>>>31),Et=Ce.low^(ar<<1|jt>>>31),ie=0;ie<5;ie++){var dr=Ve[nr+5*ie];dr.high^=lr,dr.low^=Et}for(var ur=1;ur<25;ur++){var lr,Et,dr=Ve[ur],kt=dr.high,he=dr.low,tr=oe[ur];tr<32?(lr=kt<<tr|he>>>32-tr,Et=he<<tr|kt>>>32-tr):(lr=he<<tr-32|kt>>>64-tr,Et=kt<<tr-32|he>>>64-tr);var gr=_e[ue[ur]];gr.high=lr,gr.low=Et}var _r=_e[0],yr=Ve[0];_r.high=yr.high,_r.low=yr.low;for(var nr=0;nr<5;nr++)for(var ie=0;ie<5;ie++){var ur=nr+5*ie,dr=Ve[ur],xr=_e[ur],Nr=_e[(nr+1)%5+5*ie],Tr=_e[(nr+2)%5+5*ie];dr.high=xr.high^~Nr.high&Tr.high,dr.low=xr.low^~Nr.low&Tr.low}var dr=Ve[0],Sr=de[cr];dr.high^=Sr.high,dr.low^=Sr.low}},_doFinalize:function(){var Ue=this._data,$e=Ue.words;this._nDataBytes*8;var Ve=Ue.sigBytes*8,Fe=this.blockSize*32;$e[Ve>>>5]|=1<<24-Ve%32,$e[(n.ceil((Ve+1)/Fe)*Fe>>>5)-1]|=128,Ue.sigBytes=$e.length*4,this._process();for(var qe=this._state,er=this.cfg.outputLength/8,ir=er/8,dr=[],cr=0;cr<ir;cr++){var nr=qe[cr],lr=nr.high,Et=nr.low;lr=(lr<<8|lr>>>24)&16711935|(lr<<24|lr>>>8)&4278255360,Et=(Et<<8|Et>>>24)&16711935|(Et<<24|Et>>>8)&4278255360,dr.push(Et),dr.push(lr)}return new L.init(dr,er)},clone:function(){for(var Ue=j.clone.call(this),$e=Ue._state=this._state.slice(0),Ve=0;Ve<25;Ve++)$e[Ve]=$e[Ve].clone();return Ue}});$.SHA3=j._createHelper(Ne),$.HmacSHA3=j._createHmacHelper(Ne)}(Math),y.SHA3})}(sha3)),sha3.exports}var ripemd160$1={exports:{}},hasRequiredRipemd160;function requireRipemd160(){return hasRequiredRipemd160||(hasRequiredRipemd160=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){/** @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(n){var $=y,k=$.lib,L=k.WordArray,j=k.Hasher,V=$.algo,z=L.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]),re=L.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]),oe=L.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]),ue=L.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]),de=L.create([0,1518500249,1859775393,2400959708,2840853838]),_e=L.create([1352829926,1548603684,1836072691,2053994217,0]),Ne=V.RIPEMD160=j.extend({_doReset:function(){this._hash=L.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(ir,dr){for(var cr=0;cr<16;cr++){var nr=dr+cr,lr=ir[nr];ir[nr]=(lr<<8|lr>>>24)&16711935|(lr<<24|lr>>>8)&4278255360}var Et=this._hash.words,ie=de.words,pe=_e.words,Ce=z.words,Ie=re.words,jt=oe.words,ar=ue.words,ur,kt,he,tr,gr,_r,yr,xr,Nr,Tr;_r=ur=Et[0],yr=kt=Et[1],xr=he=Et[2],Nr=tr=Et[3],Tr=gr=Et[4];for(var Sr,cr=0;cr<80;cr+=1)Sr=ur+ir[dr+Ce[cr]]|0,cr<16?Sr+=Ue(kt,he,tr)+ie[0]:cr<32?Sr+=$e(kt,he,tr)+ie[1]:cr<48?Sr+=Ve(kt,he,tr)+ie[2]:cr<64?Sr+=Fe(kt,he,tr)+ie[3]:Sr+=qe(kt,he,tr)+ie[4],Sr=Sr|0,Sr=er(Sr,jt[cr]),Sr=Sr+gr|0,ur=gr,gr=tr,tr=er(he,10),he=kt,kt=Sr,Sr=_r+ir[dr+Ie[cr]]|0,cr<16?Sr+=qe(yr,xr,Nr)+pe[0]:cr<32?Sr+=Fe(yr,xr,Nr)+pe[1]:cr<48?Sr+=Ve(yr,xr,Nr)+pe[2]:cr<64?Sr+=$e(yr,xr,Nr)+pe[3]:Sr+=Ue(yr,xr,Nr)+pe[4],Sr=Sr|0,Sr=er(Sr,ar[cr]),Sr=Sr+Tr|0,_r=Tr,Tr=Nr,Nr=er(xr,10),xr=yr,yr=Sr;Sr=Et[1]+he+Nr|0,Et[1]=Et[2]+tr+Tr|0,Et[2]=Et[3]+gr+_r|0,Et[3]=Et[4]+ur+yr|0,Et[4]=Et[0]+kt+xr|0,Et[0]=Sr},_doFinalize:function(){var ir=this._data,dr=ir.words,cr=this._nDataBytes*8,nr=ir.sigBytes*8;dr[nr>>>5]|=128<<24-nr%32,dr[(nr+64>>>9<<4)+14]=(cr<<8|cr>>>24)&16711935|(cr<<24|cr>>>8)&4278255360,ir.sigBytes=(dr.length+1)*4,this._process();for(var lr=this._hash,Et=lr.words,ie=0;ie<5;ie++){var pe=Et[ie];Et[ie]=(pe<<8|pe>>>24)&16711935|(pe<<24|pe>>>8)&4278255360}return lr},clone:function(){var ir=j.clone.call(this);return ir._hash=this._hash.clone(),ir}});function Ue(ir,dr,cr){return ir^dr^cr}function $e(ir,dr,cr){return ir&dr|~ir&cr}function Ve(ir,dr,cr){return(ir|~dr)^cr}function Fe(ir,dr,cr){return ir&cr|dr&~cr}function qe(ir,dr,cr){return ir^(dr|~cr)}function er(ir,dr){return ir<<dr|ir>>>32-dr}$.RIPEMD160=j._createHelper(Ne),$.HmacRIPEMD160=j._createHmacHelper(Ne)}(),y.RIPEMD160})}(ripemd160$1)),ripemd160$1.exports}var hmac$1={exports:{}},hasRequiredHmac;function requireHmac(){return hasRequiredHmac||(hasRequiredHmac=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){(function(){var n=y,$=n.lib,k=$.Base,L=n.enc,j=L.Utf8,V=n.algo;V.HMAC=k.extend({init:function(z,re){z=this._hasher=new z.init,typeof re=="string"&&(re=j.parse(re));var oe=z.blockSize,ue=oe*4;re.sigBytes>ue&&(re=z.finalize(re)),re.clamp();for(var de=this._oKey=re.clone(),_e=this._iKey=re.clone(),Ne=de.words,Ue=_e.words,$e=0;$e<oe;$e++)Ne[$e]^=1549556828,Ue[$e]^=909522486;de.sigBytes=_e.sigBytes=ue,this.reset()},reset:function(){var z=this._hasher;z.reset(),z.update(this._iKey)},update:function(z){return this._hasher.update(z),this},finalize:function(z){var re=this._hasher,oe=re.finalize(z);re.reset();var ue=re.finalize(this._oKey.clone().concat(oe));return ue}})})()})}(hmac$1)),hmac$1.exports}var pbkdf2$1={exports:{}},hasRequiredPbkdf2;function requirePbkdf2(){return hasRequiredPbkdf2||(hasRequiredPbkdf2=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireSha256(),requireHmac())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.Base,L=$.WordArray,j=n.algo,V=j.SHA256,z=j.HMAC,re=j.PBKDF2=k.extend({cfg:k.extend({keySize:128/32,hasher:V,iterations:25e4}),init:function(oe){this.cfg=this.cfg.extend(oe)},compute:function(oe,ue){for(var de=this.cfg,_e=z.create(de.hasher,oe),Ne=L.create(),Ue=L.create([1]),$e=Ne.words,Ve=Ue.words,Fe=de.keySize,qe=de.iterations;$e.length<Fe;){var er=_e.update(ue).finalize(Ue);_e.reset();for(var ir=er.words,dr=ir.length,cr=er,nr=1;nr<qe;nr++){cr=_e.finalize(cr),_e.reset();for(var lr=cr.words,Et=0;Et<dr;Et++)ir[Et]^=lr[Et]}Ne.concat(er),Ve[0]++}return Ne.sigBytes=Fe*4,Ne}});n.PBKDF2=function(oe,ue,de){return re.create(de).compute(oe,ue)}}(),y.PBKDF2})}(pbkdf2$1)),pbkdf2$1.exports}var evpkdf={exports:{}},hasRequiredEvpkdf;function requireEvpkdf(){return hasRequiredEvpkdf||(hasRequiredEvpkdf=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireSha1(),requireHmac())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.Base,L=$.WordArray,j=n.algo,V=j.MD5,z=j.EvpKDF=k.extend({cfg:k.extend({keySize:128/32,hasher:V,iterations:1}),init:function(re){this.cfg=this.cfg.extend(re)},compute:function(re,oe){for(var ue,de=this.cfg,_e=de.hasher.create(),Ne=L.create(),Ue=Ne.words,$e=de.keySize,Ve=de.iterations;Ue.length<$e;){ue&&_e.update(ue),ue=_e.update(re).finalize(oe),_e.reset();for(var Fe=1;Fe<Ve;Fe++)ue=_e.finalize(ue),_e.reset();Ne.concat(ue)}return Ne.sigBytes=$e*4,Ne}});n.EvpKDF=function(re,oe,ue){return z.create(ue).compute(re,oe)}}(),y.EvpKDF})}(evpkdf)),evpkdf.exports}var cipherCore={exports:{}},hasRequiredCipherCore;function requireCipherCore(){return hasRequiredCipherCore||(hasRequiredCipherCore=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEvpkdf())})(commonjsGlobal,function(y){y.lib.Cipher||function(n){var $=y,k=$.lib,L=k.Base,j=k.WordArray,V=k.BufferedBlockAlgorithm,z=$.enc;z.Utf8;var re=z.Base64,oe=$.algo,ue=oe.EvpKDF,de=k.Cipher=V.extend({cfg:L.extend(),createEncryptor:function(lr,Et){return this.create(this._ENC_XFORM_MODE,lr,Et)},createDecryptor:function(lr,Et){return this.create(this._DEC_XFORM_MODE,lr,Et)},init:function(lr,Et,ie){this.cfg=this.cfg.extend(ie),this._xformMode=lr,this._key=Et,this.reset()},reset:function(){V.reset.call(this),this._doReset()},process:function(lr){return this._append(lr),this._process()},finalize:function(lr){lr&&this._append(lr);var Et=this._doFinalize();return Et},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function lr(Et){return typeof Et=="string"?nr:ir}return function(Et){return{encrypt:function(ie,pe,Ce){return lr(pe).encrypt(Et,ie,pe,Ce)},decrypt:function(ie,pe,Ce){return lr(pe).decrypt(Et,ie,pe,Ce)}}}}()});k.StreamCipher=de.extend({_doFinalize:function(){var lr=this._process(!0);return lr},blockSize:1});var _e=$.mode={},Ne=k.BlockCipherMode=L.extend({createEncryptor:function(lr,Et){return this.Encryptor.create(lr,Et)},createDecryptor:function(lr,Et){return this.Decryptor.create(lr,Et)},init:function(lr,Et){this._cipher=lr,this._iv=Et}}),Ue=_e.CBC=function(){var lr=Ne.extend();lr.Encryptor=lr.extend({processBlock:function(ie,pe){var Ce=this._cipher,Ie=Ce.blockSize;Et.call(this,ie,pe,Ie),Ce.encryptBlock(ie,pe),this._prevBlock=ie.slice(pe,pe+Ie)}}),lr.Decryptor=lr.extend({processBlock:function(ie,pe){var Ce=this._cipher,Ie=Ce.blockSize,jt=ie.slice(pe,pe+Ie);Ce.decryptBlock(ie,pe),Et.call(this,ie,pe,Ie),this._prevBlock=jt}});function Et(ie,pe,Ce){var Ie,jt=this._iv;jt?(Ie=jt,this._iv=n):Ie=this._prevBlock;for(var ar=0;ar<Ce;ar++)ie[pe+ar]^=Ie[ar]}return lr}(),$e=$.pad={},Ve=$e.Pkcs7={pad:function(lr,Et){for(var ie=Et*4,pe=ie-lr.sigBytes%ie,Ce=pe<<24|pe<<16|pe<<8|pe,Ie=[],jt=0;jt<pe;jt+=4)Ie.push(Ce);var ar=j.create(Ie,pe);lr.concat(ar)},unpad:function(lr){var Et=lr.words[lr.sigBytes-1>>>2]&255;lr.sigBytes-=Et}};k.BlockCipher=de.extend({cfg:de.cfg.extend({mode:Ue,padding:Ve}),reset:function(){var lr;de.reset.call(this);var Et=this.cfg,ie=Et.iv,pe=Et.mode;this._xformMode==this._ENC_XFORM_MODE?lr=pe.createEncryptor:(lr=pe.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==lr?this._mode.init(this,ie&&ie.words):(this._mode=lr.call(pe,this,ie&&ie.words),this._mode.__creator=lr)},_doProcessBlock:function(lr,Et){this._mode.processBlock(lr,Et)},_doFinalize:function(){var lr,Et=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(Et.pad(this._data,this.blockSize),lr=this._process(!0)):(lr=this._process(!0),Et.unpad(lr)),lr},blockSize:128/32});var Fe=k.CipherParams=L.extend({init:function(lr){this.mixIn(lr)},toString:function(lr){return(lr||this.formatter).stringify(this)}}),qe=$.format={},er=qe.OpenSSL={stringify:function(lr){var Et,ie=lr.ciphertext,pe=lr.salt;return pe?Et=j.create([1398893684,1701076831]).concat(pe).concat(ie):Et=ie,Et.toString(re)},parse:function(lr){var Et,ie=re.parse(lr),pe=ie.words;return pe[0]==1398893684&&pe[1]==1701076831&&(Et=j.create(pe.slice(2,4)),pe.splice(0,4),ie.sigBytes-=16),Fe.create({ciphertext:ie,salt:Et})}},ir=k.SerializableCipher=L.extend({cfg:L.extend({format:er}),encrypt:function(lr,Et,ie,pe){pe=this.cfg.extend(pe);var Ce=lr.createEncryptor(ie,pe),Ie=Ce.finalize(Et),jt=Ce.cfg;return Fe.create({ciphertext:Ie,key:ie,iv:jt.iv,algorithm:lr,mode:jt.mode,padding:jt.padding,blockSize:lr.blockSize,formatter:pe.format})},decrypt:function(lr,Et,ie,pe){pe=this.cfg.extend(pe),Et=this._parse(Et,pe.format);var Ce=lr.createDecryptor(ie,pe).finalize(Et.ciphertext);return Ce},_parse:function(lr,Et){return typeof lr=="string"?Et.parse(lr,this):lr}}),dr=$.kdf={},cr=dr.OpenSSL={execute:function(lr,Et,ie,pe,Ce){if(pe||(pe=j.random(64/8)),Ce)var Ie=ue.create({keySize:Et+ie,hasher:Ce}).compute(lr,pe);else var Ie=ue.create({keySize:Et+ie}).compute(lr,pe);var jt=j.create(Ie.words.slice(Et),ie*4);return Ie.sigBytes=Et*4,Fe.create({key:Ie,iv:jt,salt:pe})}},nr=k.PasswordBasedCipher=ir.extend({cfg:ir.cfg.extend({kdf:cr}),encrypt:function(lr,Et,ie,pe){pe=this.cfg.extend(pe);var Ce=pe.kdf.execute(ie,lr.keySize,lr.ivSize,pe.salt,pe.hasher);pe.iv=Ce.iv;var Ie=ir.encrypt.call(this,lr,Et,Ce.key,pe);return Ie.mixIn(Ce),Ie},decrypt:function(lr,Et,ie,pe){pe=this.cfg.extend(pe),Et=this._parse(Et,pe.format);var Ce=pe.kdf.execute(ie,lr.keySize,lr.ivSize,Et.salt,pe.hasher);pe.iv=Ce.iv;var Ie=ir.decrypt.call(this,lr,Et,Ce.key,pe);return Ie}})}()})}(cipherCore)),cipherCore.exports}var modeCfb={exports:{}},hasRequiredModeCfb;function requireModeCfb(){return hasRequiredModeCfb||(hasRequiredModeCfb=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.mode.CFB=function(){var n=y.lib.BlockCipherMode.extend();n.Encryptor=n.extend({processBlock:function(k,L){var j=this._cipher,V=j.blockSize;$.call(this,k,L,V,j),this._prevBlock=k.slice(L,L+V)}}),n.Decryptor=n.extend({processBlock:function(k,L){var j=this._cipher,V=j.blockSize,z=k.slice(L,L+V);$.call(this,k,L,V,j),this._prevBlock=z}});function $(k,L,j,V){var z,re=this._iv;re?(z=re.slice(0),this._iv=void 0):z=this._prevBlock,V.encryptBlock(z,0);for(var oe=0;oe<j;oe++)k[L+oe]^=z[oe]}return n}(),y.mode.CFB})}(modeCfb)),modeCfb.exports}var modeCtr={exports:{}},hasRequiredModeCtr;function requireModeCtr(){return hasRequiredModeCtr||(hasRequiredModeCtr=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.mode.CTR=function(){var n=y.lib.BlockCipherMode.extend(),$=n.Encryptor=n.extend({processBlock:function(k,L){var j=this._cipher,V=j.blockSize,z=this._iv,re=this._counter;z&&(re=this._counter=z.slice(0),this._iv=void 0);var oe=re.slice(0);j.encryptBlock(oe,0),re[V-1]=re[V-1]+1|0;for(var ue=0;ue<V;ue++)k[L+ue]^=oe[ue]}});return n.Decryptor=$,n}(),y.mode.CTR})}(modeCtr)),modeCtr.exports}var modeCtrGladman={exports:{}},hasRequiredModeCtrGladman;function requireModeCtrGladman(){return hasRequiredModeCtrGladman||(hasRequiredModeCtrGladman=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){/** @preserve
* Counter block mode compatible with Dr Brian Gladman fileenc.c
* derived from CryptoJS.mode.CTR
* Jan Hruby jhruby.web@gmail.com
*/return y.mode.CTRGladman=function(){var n=y.lib.BlockCipherMode.extend();function $(j){if((j>>24&255)===255){var V=j>>16&255,z=j>>8&255,re=j&255;V===255?(V=0,z===255?(z=0,re===255?re=0:++re):++z):++V,j=0,j+=V<<16,j+=z<<8,j+=re}else j+=1<<24;return j}function k(j){return(j[0]=$(j[0]))===0&&(j[1]=$(j[1])),j}var L=n.Encryptor=n.extend({processBlock:function(j,V){var z=this._cipher,re=z.blockSize,oe=this._iv,ue=this._counter;oe&&(ue=this._counter=oe.slice(0),this._iv=void 0),k(ue);var de=ue.slice(0);z.encryptBlock(de,0);for(var _e=0;_e<re;_e++)j[V+_e]^=de[_e]}});return n.Decryptor=L,n}(),y.mode.CTRGladman})}(modeCtrGladman)),modeCtrGladman.exports}var modeOfb={exports:{}},hasRequiredModeOfb;function requireModeOfb(){return hasRequiredModeOfb||(hasRequiredModeOfb=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.mode.OFB=function(){var n=y.lib.BlockCipherMode.extend(),$=n.Encryptor=n.extend({processBlock:function(k,L){var j=this._cipher,V=j.blockSize,z=this._iv,re=this._keystream;z&&(re=this._keystream=z.slice(0),this._iv=void 0),j.encryptBlock(re,0);for(var oe=0;oe<V;oe++)k[L+oe]^=re[oe]}});return n.Decryptor=$,n}(),y.mode.OFB})}(modeOfb)),modeOfb.exports}var modeEcb={exports:{}},hasRequiredModeEcb;function requireModeEcb(){return hasRequiredModeEcb||(hasRequiredModeEcb=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.mode.ECB=function(){var n=y.lib.BlockCipherMode.extend();return n.Encryptor=n.extend({processBlock:function($,k){this._cipher.encryptBlock($,k)}}),n.Decryptor=n.extend({processBlock:function($,k){this._cipher.decryptBlock($,k)}}),n}(),y.mode.ECB})}(modeEcb)),modeEcb.exports}var padAnsix923={exports:{}},hasRequiredPadAnsix923;function requirePadAnsix923(){return hasRequiredPadAnsix923||(hasRequiredPadAnsix923=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.AnsiX923={pad:function(n,$){var k=n.sigBytes,L=$*4,j=L-k%L,V=k+j-1;n.clamp(),n.words[V>>>2]|=j<<24-V%4*8,n.sigBytes+=j},unpad:function(n){var $=n.words[n.sigBytes-1>>>2]&255;n.sigBytes-=$}},y.pad.Ansix923})}(padAnsix923)),padAnsix923.exports}var padIso10126={exports:{}},hasRequiredPadIso10126;function requirePadIso10126(){return hasRequiredPadIso10126||(hasRequiredPadIso10126=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.Iso10126={pad:function(n,$){var k=$*4,L=k-n.sigBytes%k;n.concat(y.lib.WordArray.random(L-1)).concat(y.lib.WordArray.create([L<<24],1))},unpad:function(n){var $=n.words[n.sigBytes-1>>>2]&255;n.sigBytes-=$}},y.pad.Iso10126})}(padIso10126)),padIso10126.exports}var padIso97971={exports:{}},hasRequiredPadIso97971;function requirePadIso97971(){return hasRequiredPadIso97971||(hasRequiredPadIso97971=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.Iso97971={pad:function(n,$){n.concat(y.lib.WordArray.create([2147483648],1)),y.pad.ZeroPadding.pad(n,$)},unpad:function(n){y.pad.ZeroPadding.unpad(n),n.sigBytes--}},y.pad.Iso97971})}(padIso97971)),padIso97971.exports}var padZeropadding={exports:{}},hasRequiredPadZeropadding;function requirePadZeropadding(){return hasRequiredPadZeropadding||(hasRequiredPadZeropadding=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.ZeroPadding={pad:function(n,$){var k=$*4;n.clamp(),n.sigBytes+=k-(n.sigBytes%k||k)},unpad:function(n){for(var $=n.words,k=n.sigBytes-1,k=n.sigBytes-1;k>=0;k--)if($[k>>>2]>>>24-k%4*8&255){n.sigBytes=k+1;break}}},y.pad.ZeroPadding})}(padZeropadding)),padZeropadding.exports}var padNopadding={exports:{}},hasRequiredPadNopadding;function requirePadNopadding(){return hasRequiredPadNopadding||(hasRequiredPadNopadding=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.NoPadding={pad:function(){},unpad:function(){}},y.pad.NoPadding})}(padNopadding)),padNopadding.exports}var formatHex={exports:{}},hasRequiredFormatHex;function requireFormatHex(){return hasRequiredFormatHex||(hasRequiredFormatHex=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.CipherParams,j=$.enc,V=j.Hex,z=$.format;z.Hex={stringify:function(re){return re.ciphertext.toString(V)},parse:function(re){var oe=V.parse(re);return L.create({ciphertext:oe})}}}(),y.format.Hex})}(formatHex)),formatHex.exports}var aes$7={exports:{}},hasRequiredAes;function requireAes(){return hasRequiredAes||(hasRequiredAes=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.BlockCipher,L=n.algo,j=[],V=[],z=[],re=[],oe=[],ue=[],de=[],_e=[],Ne=[],Ue=[];(function(){for(var Fe=[],qe=0;qe<256;qe++)qe<128?Fe[qe]=qe<<1:Fe[qe]=qe<<1^283;for(var er=0,ir=0,qe=0;qe<256;qe++){var dr=ir^ir<<1^ir<<2^ir<<3^ir<<4;dr=dr>>>8^dr&255^99,j[er]=dr,V[dr]=er;var cr=Fe[er],nr=Fe[cr],lr=Fe[nr],Et=Fe[dr]*257^dr*16843008;z[er]=Et<<24|Et>>>8,re[er]=Et<<16|Et>>>16,oe[er]=Et<<8|Et>>>24,ue[er]=Et;var Et=lr*16843009^nr*65537^cr*257^er*16843008;de[dr]=Et<<24|Et>>>8,_e[dr]=Et<<16|Et>>>16,Ne[dr]=Et<<8|Et>>>24,Ue[dr]=Et,er?(er=cr^Fe[Fe[Fe[lr^cr]]],ir^=Fe[Fe[ir]]):er=ir=1}})();var $e=[0,1,2,4,8,16,32,64,128,27,54],Ve=L.AES=k.extend({_doReset:function(){var Fe;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var qe=this._keyPriorReset=this._key,er=qe.words,ir=qe.sigBytes/4,dr=this._nRounds=ir+6,cr=(dr+1)*4,nr=this._keySchedule=[],lr=0;lr<cr;lr++)lr<ir?nr[lr]=er[lr]:(Fe=nr[lr-1],lr%ir?ir>6&&lr%ir==4&&(Fe=j[Fe>>>24]<<24|j[Fe>>>16&255]<<16|j[Fe>>>8&255]<<8|j[Fe&255]):(Fe=Fe<<8|Fe>>>24,Fe=j[Fe>>>24]<<24|j[Fe>>>16&255]<<16|j[Fe>>>8&255]<<8|j[Fe&255],Fe^=$e[lr/ir|0]<<24),nr[lr]=nr[lr-ir]^Fe);for(var Et=this._invKeySchedule=[],ie=0;ie<cr;ie++){var lr=cr-ie;if(ie%4)var Fe=nr[lr];else var Fe=nr[lr-4];ie<4||lr<=4?Et[ie]=Fe:Et[ie]=de[j[Fe>>>24]]^_e[j[Fe>>>16&255]]^Ne[j[Fe>>>8&255]]^Ue[j[Fe&255]]}}},encryptBlock:function(Fe,qe){this._doCryptBlock(Fe,qe,this._keySchedule,z,re,oe,ue,j)},decryptBlock:function(Fe,qe){var er=Fe[qe+1];Fe[qe+1]=Fe[qe+3],Fe[qe+3]=er,this._doCryptBlock(Fe,qe,this._invKeySchedule,de,_e,Ne,Ue,V);var er=Fe[qe+1];Fe[qe+1]=Fe[qe+3],Fe[qe+3]=er},_doCryptBlock:function(Fe,qe,er,ir,dr,cr,nr,lr){for(var Et=this._nRounds,ie=Fe[qe]^er[0],pe=Fe[qe+1]^er[1],Ce=Fe[qe+2]^er[2],Ie=Fe[qe+3]^er[3],jt=4,ar=1;ar<Et;ar++){var ur=ir[ie>>>24]^dr[pe>>>16&255]^cr[Ce>>>8&255]^nr[Ie&255]^er[jt++],kt=ir[pe>>>24]^dr[Ce>>>16&255]^cr[Ie>>>8&255]^nr[ie&255]^er[jt++],he=ir[Ce>>>24]^dr[Ie>>>16&255]^cr[ie>>>8&255]^nr[pe&255]^er[jt++],tr=ir[Ie>>>24]^dr[ie>>>16&255]^cr[pe>>>8&255]^nr[Ce&255]^er[jt++];ie=ur,pe=kt,Ce=he,Ie=tr}var ur=(lr[ie>>>24]<<24|lr[pe>>>16&255]<<16|lr[Ce>>>8&255]<<8|lr[Ie&255])^er[jt++],kt=(lr[pe>>>24]<<24|lr[Ce>>>16&255]<<16|lr[Ie>>>8&255]<<8|lr[ie&255])^er[jt++],he=(lr[Ce>>>24]<<24|lr[Ie>>>16&255]<<16|lr[ie>>>8&255]<<8|lr[pe&255])^er[jt++],tr=(lr[Ie>>>24]<<24|lr[ie>>>16&255]<<16|lr[pe>>>8&255]<<8|lr[Ce&255])^er[jt++];Fe[qe]=ur,Fe[qe+1]=kt,Fe[qe+2]=he,Fe[qe+3]=tr},keySize:256/32});n.AES=k._createHelper(Ve)}(),y.AES})}(aes$7)),aes$7.exports}var tripledes={exports:{}},hasRequiredTripledes;function requireTripledes(){return hasRequiredTripledes||(hasRequiredTripledes=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=$.BlockCipher,j=n.algo,V=[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],z=[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],re=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],oe=[{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}],ue=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],de=j.DES=L.extend({_doReset:function(){for(var $e=this._key,Ve=$e.words,Fe=[],qe=0;qe<56;qe++){var er=V[qe]-1;Fe[qe]=Ve[er>>>5]>>>31-er%32&1}for(var ir=this._subKeys=[],dr=0;dr<16;dr++){for(var cr=ir[dr]=[],nr=re[dr],qe=0;qe<24;qe++)cr[qe/6|0]|=Fe[(z[qe]-1+nr)%28]<<31-qe%6,cr[4+(qe/6|0)]|=Fe[28+(z[qe+24]-1+nr)%28]<<31-qe%6;cr[0]=cr[0]<<1|cr[0]>>>31;for(var qe=1;qe<7;qe++)cr[qe]=cr[qe]>>>(qe-1)*4+3;cr[7]=cr[7]<<5|cr[7]>>>27}for(var lr=this._invSubKeys=[],qe=0;qe<16;qe++)lr[qe]=ir[15-qe]},encryptBlock:function($e,Ve){this._doCryptBlock($e,Ve,this._subKeys)},decryptBlock:function($e,Ve){this._doCryptBlock($e,Ve,this._invSubKeys)},_doCryptBlock:function($e,Ve,Fe){this._lBlock=$e[Ve],this._rBlock=$e[Ve+1],_e.call(this,4,252645135),_e.call(this,16,65535),Ne.call(this,2,858993459),Ne.call(this,8,16711935),_e.call(this,1,1431655765);for(var qe=0;qe<16;qe++){for(var er=Fe[qe],ir=this._lBlock,dr=this._rBlock,cr=0,nr=0;nr<8;nr++)cr|=oe[nr][((dr^er[nr])&ue[nr])>>>0];this._lBlock=dr,this._rBlock=ir^cr}var lr=this._lBlock;this._lBlock=this._rBlock,this._rBlock=lr,_e.call(this,1,1431655765),Ne.call(this,8,16711935),Ne.call(this,2,858993459),_e.call(this,16,65535),_e.call(this,4,252645135),$e[Ve]=this._lBlock,$e[Ve+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function _e($e,Ve){var Fe=(this._lBlock>>>$e^this._rBlock)&Ve;this._rBlock^=Fe,this._lBlock^=Fe<<$e}function Ne($e,Ve){var Fe=(this._rBlock>>>$e^this._lBlock)&Ve;this._lBlock^=Fe,this._rBlock^=Fe<<$e}n.DES=L._createHelper(de);var Ue=j.TripleDES=L.extend({_doReset:function(){var $e=this._key,Ve=$e.words;if(Ve.length!==2&&Ve.length!==4&&Ve.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var Fe=Ve.slice(0,2),qe=Ve.length<4?Ve.slice(0,2):Ve.slice(2,4),er=Ve.length<6?Ve.slice(0,2):Ve.slice(4,6);this._des1=de.createEncryptor(k.create(Fe)),this._des2=de.createEncryptor(k.create(qe)),this._des3=de.createEncryptor(k.create(er))},encryptBlock:function($e,Ve){this._des1.encryptBlock($e,Ve),this._des2.decryptBlock($e,Ve),this._des3.encryptBlock($e,Ve)},decryptBlock:function($e,Ve){this._des3.decryptBlock($e,Ve),this._des2.encryptBlock($e,Ve),this._des1.decryptBlock($e,Ve)},keySize:192/32,ivSize:64/32,blockSize:64/32});n.TripleDES=L._createHelper(Ue)}(),y.TripleDES})}(tripledes)),tripledes.exports}var rc4={exports:{}},hasRequiredRc4;function requireRc4(){return hasRequiredRc4||(hasRequiredRc4=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.StreamCipher,L=n.algo,j=L.RC4=k.extend({_doReset:function(){for(var re=this._key,oe=re.words,ue=re.sigBytes,de=this._S=[],_e=0;_e<256;_e++)de[_e]=_e;for(var _e=0,Ne=0;_e<256;_e++){var Ue=_e%ue,$e=oe[Ue>>>2]>>>24-Ue%4*8&255;Ne=(Ne+de[_e]+$e)%256;var Ve=de[_e];de[_e]=de[Ne],de[Ne]=Ve}this._i=this._j=0},_doProcessBlock:function(re,oe){re[oe]^=V.call(this)},keySize:256/32,ivSize:0});function V(){for(var re=this._S,oe=this._i,ue=this._j,de=0,_e=0;_e<4;_e++){oe=(oe+1)%256,ue=(ue+re[oe])%256;var Ne=re[oe];re[oe]=re[ue],re[ue]=Ne,de|=re[(re[oe]+re[ue])%256]<<24-_e*8}return this._i=oe,this._j=ue,de}n.RC4=k._createHelper(j);var z=L.RC4Drop=j.extend({cfg:j.cfg.extend({drop:192}),_doReset:function(){j._doReset.call(this);for(var re=this.cfg.drop;re>0;re--)V.call(this)}});n.RC4Drop=k._createHelper(z)}(),y.RC4})}(rc4)),rc4.exports}var rabbit={exports:{}},hasRequiredRabbit;function requireRabbit(){return hasRequiredRabbit||(hasRequiredRabbit=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.StreamCipher,L=n.algo,j=[],V=[],z=[],re=L.Rabbit=k.extend({_doReset:function(){for(var ue=this._key.words,de=this.cfg.iv,_e=0;_e<4;_e++)ue[_e]=(ue[_e]<<8|ue[_e]>>>24)&16711935|(ue[_e]<<24|ue[_e]>>>8)&4278255360;var Ne=this._X=[ue[0],ue[3]<<16|ue[2]>>>16,ue[1],ue[0]<<16|ue[3]>>>16,ue[2],ue[1]<<16|ue[0]>>>16,ue[3],ue[2]<<16|ue[1]>>>16],Ue=this._C=[ue[2]<<16|ue[2]>>>16,ue[0]&4294901760|ue[1]&65535,ue[3]<<16|ue[3]>>>16,ue[1]&4294901760|ue[2]&65535,ue[0]<<16|ue[0]>>>16,ue[2]&4294901760|ue[3]&65535,ue[1]<<16|ue[1]>>>16,ue[3]&4294901760|ue[0]&65535];this._b=0;for(var _e=0;_e<4;_e++)oe.call(this);for(var _e=0;_e<8;_e++)Ue[_e]^=Ne[_e+4&7];if(de){var $e=de.words,Ve=$e[0],Fe=$e[1],qe=(Ve<<8|Ve>>>24)&16711935|(Ve<<24|Ve>>>8)&4278255360,er=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,ir=qe>>>16|er&4294901760,dr=er<<16|qe&65535;Ue[0]^=qe,Ue[1]^=ir,Ue[2]^=er,Ue[3]^=dr,Ue[4]^=qe,Ue[5]^=ir,Ue[6]^=er,Ue[7]^=dr;for(var _e=0;_e<4;_e++)oe.call(this)}},_doProcessBlock:function(ue,de){var _e=this._X;oe.call(this),j[0]=_e[0]^_e[5]>>>16^_e[3]<<16,j[1]=_e[2]^_e[7]>>>16^_e[5]<<16,j[2]=_e[4]^_e[1]>>>16^_e[7]<<16,j[3]=_e[6]^_e[3]>>>16^_e[1]<<16;for(var Ne=0;Ne<4;Ne++)j[Ne]=(j[Ne]<<8|j[Ne]>>>24)&16711935|(j[Ne]<<24|j[Ne]>>>8)&4278255360,ue[de+Ne]^=j[Ne]},blockSize:128/32,ivSize:64/32});function oe(){for(var ue=this._X,de=this._C,_e=0;_e<8;_e++)V[_e]=de[_e];de[0]=de[0]+1295307597+this._b|0,de[1]=de[1]+3545052371+(de[0]>>>0<V[0]>>>0?1:0)|0,de[2]=de[2]+886263092+(de[1]>>>0<V[1]>>>0?1:0)|0,de[3]=de[3]+1295307597+(de[2]>>>0<V[2]>>>0?1:0)|0,de[4]=de[4]+3545052371+(de[3]>>>0<V[3]>>>0?1:0)|0,de[5]=de[5]+886263092+(de[4]>>>0<V[4]>>>0?1:0)|0,de[6]=de[6]+1295307597+(de[5]>>>0<V[5]>>>0?1:0)|0,de[7]=de[7]+3545052371+(de[6]>>>0<V[6]>>>0?1:0)|0,this._b=de[7]>>>0<V[7]>>>0?1:0;for(var _e=0;_e<8;_e++){var Ne=ue[_e]+de[_e],Ue=Ne&65535,$e=Ne>>>16,Ve=((Ue*Ue>>>17)+Ue*$e>>>15)+$e*$e,Fe=((Ne&4294901760)*Ne|0)+((Ne&65535)*Ne|0);z[_e]=Ve^Fe}ue[0]=z[0]+(z[7]<<16|z[7]>>>16)+(z[6]<<16|z[6]>>>16)|0,ue[1]=z[1]+(z[0]<<8|z[0]>>>24)+z[7]|0,ue[2]=z[2]+(z[1]<<16|z[1]>>>16)+(z[0]<<16|z[0]>>>16)|0,ue[3]=z[3]+(z[2]<<8|z[2]>>>24)+z[1]|0,ue[4]=z[4]+(z[3]<<16|z[3]>>>16)+(z[2]<<16|z[2]>>>16)|0,ue[5]=z[5]+(z[4]<<8|z[4]>>>24)+z[3]|0,ue[6]=z[6]+(z[5]<<16|z[5]>>>16)+(z[4]<<16|z[4]>>>16)|0,ue[7]=z[7]+(z[6]<<8|z[6]>>>24)+z[5]|0}n.Rabbit=k._createHelper(re)}(),y.Rabbit})}(rabbit)),rabbit.exports}var rabbitLegacy={exports:{}},hasRequiredRabbitLegacy;function requireRabbitLegacy(){return hasRequiredRabbitLegacy||(hasRequiredRabbitLegacy=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.StreamCipher,L=n.algo,j=[],V=[],z=[],re=L.RabbitLegacy=k.extend({_doReset:function(){var ue=this._key.words,de=this.cfg.iv,_e=this._X=[ue[0],ue[3]<<16|ue[2]>>>16,ue[1],ue[0]<<16|ue[3]>>>16,ue[2],ue[1]<<16|ue[0]>>>16,ue[3],ue[2]<<16|ue[1]>>>16],Ne=this._C=[ue[2]<<16|ue[2]>>>16,ue[0]&4294901760|ue[1]&65535,ue[3]<<16|ue[3]>>>16,ue[1]&4294901760|ue[2]&65535,ue[0]<<16|ue[0]>>>16,ue[2]&4294901760|ue[3]&65535,ue[1]<<16|ue[1]>>>16,ue[3]&4294901760|ue[0]&65535];this._b=0;for(var Ue=0;Ue<4;Ue++)oe.call(this);for(var Ue=0;Ue<8;Ue++)Ne[Ue]^=_e[Ue+4&7];if(de){var $e=de.words,Ve=$e[0],Fe=$e[1],qe=(Ve<<8|Ve>>>24)&16711935|(Ve<<24|Ve>>>8)&4278255360,er=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,ir=qe>>>16|er&4294901760,dr=er<<16|qe&65535;Ne[0]^=qe,Ne[1]^=ir,Ne[2]^=er,Ne[3]^=dr,Ne[4]^=qe,Ne[5]^=ir,Ne[6]^=er,Ne[7]^=dr;for(var Ue=0;Ue<4;Ue++)oe.call(this)}},_doProcessBlock:function(ue,de){var _e=this._X;oe.call(this),j[0]=_e[0]^_e[5]>>>16^_e[3]<<16,j[1]=_e[2]^_e[7]>>>16^_e[5]<<16,j[2]=_e[4]^_e[1]>>>16^_e[7]<<16,j[3]=_e[6]^_e[3]>>>16^_e[1]<<16;for(var Ne=0;Ne<4;Ne++)j[Ne]=(j[Ne]<<8|j[Ne]>>>24)&16711935|(j[Ne]<<24|j[Ne]>>>8)&4278255360,ue[de+Ne]^=j[Ne]},blockSize:128/32,ivSize:64/32});function oe(){for(var ue=this._X,de=this._C,_e=0;_e<8;_e++)V[_e]=de[_e];de[0]=de[0]+1295307597+this._b|0,de[1]=de[1]+3545052371+(de[0]>>>0<V[0]>>>0?1:0)|0,de[2]=de[2]+886263092+(de[1]>>>0<V[1]>>>0?1:0)|0,de[3]=de[3]+1295307597+(de[2]>>>0<V[2]>>>0?1:0)|0,de[4]=de[4]+3545052371+(de[3]>>>0<V[3]>>>0?1:0)|0,de[5]=de[5]+886263092+(de[4]>>>0<V[4]>>>0?1:0)|0,de[6]=de[6]+1295307597+(de[5]>>>0<V[5]>>>0?1:0)|0,de[7]=de[7]+3545052371+(de[6]>>>0<V[6]>>>0?1:0)|0,this._b=de[7]>>>0<V[7]>>>0?1:0;for(var _e=0;_e<8;_e++){var Ne=ue[_e]+de[_e],Ue=Ne&65535,$e=Ne>>>16,Ve=((Ue*Ue>>>17)+Ue*$e>>>15)+$e*$e,Fe=((Ne&4294901760)*Ne|0)+((Ne&65535)*Ne|0);z[_e]=Ve^Fe}ue[0]=z[0]+(z[7]<<16|z[7]>>>16)+(z[6]<<16|z[6]>>>16)|0,ue[1]=z[1]+(z[0]<<8|z[0]>>>24)+z[7]|0,ue[2]=z[2]+(z[1]<<16|z[1]>>>16)+(z[0]<<16|z[0]>>>16)|0,ue[3]=z[3]+(z[2]<<8|z[2]>>>24)+z[1]|0,ue[4]=z[4]+(z[3]<<16|z[3]>>>16)+(z[2]<<16|z[2]>>>16)|0,ue[5]=z[5]+(z[4]<<8|z[4]>>>24)+z[3]|0,ue[6]=z[6]+(z[5]<<16|z[5]>>>16)+(z[4]<<16|z[4]>>>16)|0,ue[7]=z[7]+(z[6]<<8|z[6]>>>24)+z[5]|0}n.RabbitLegacy=k._createHelper(re)}(),y.RabbitLegacy})}(rabbitLegacy)),rabbitLegacy.exports}var blowfish={exports:{}},hasRequiredBlowfish;function requireBlowfish(){return hasRequiredBlowfish||(hasRequiredBlowfish=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.BlockCipher,L=n.algo;const j=16,V=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],z=[[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 re={pbox:[],sbox:[]};function oe(Ue,$e){let Ve=$e>>24&255,Fe=$e>>16&255,qe=$e>>8&255,er=$e&255,ir=Ue.sbox[0][Ve]+Ue.sbox[1][Fe];return ir=ir^Ue.sbox[2][qe],ir=ir+Ue.sbox[3][er],ir}function ue(Ue,$e,Ve){let Fe=$e,qe=Ve,er;for(let ir=0;ir<j;++ir)Fe=Fe^Ue.pbox[ir],qe=oe(Ue,Fe)^qe,er=Fe,Fe=qe,qe=er;return er=Fe,Fe=qe,qe=er,qe=qe^Ue.pbox[j],Fe=Fe^Ue.pbox[j+1],{left:Fe,right:qe}}function de(Ue,$e,Ve){let Fe=$e,qe=Ve,er;for(let ir=j+1;ir>1;--ir)Fe=Fe^Ue.pbox[ir],qe=oe(Ue,Fe)^qe,er=Fe,Fe=qe,qe=er;return er=Fe,Fe=qe,qe=er,qe=qe^Ue.pbox[1],Fe=Fe^Ue.pbox[0],{left:Fe,right:qe}}function _e(Ue,$e,Ve){for(let dr=0;dr<4;dr++){Ue.sbox[dr]=[];for(let cr=0;cr<256;cr++)Ue.sbox[dr][cr]=z[dr][cr]}let Fe=0;for(let dr=0;dr<j+2;dr++)Ue.pbox[dr]=V[dr]^$e[Fe],Fe++,Fe>=Ve&&(Fe=0);let qe=0,er=0,ir=0;for(let dr=0;dr<j+2;dr+=2)ir=ue(Ue,qe,er),qe=ir.left,er=ir.right,Ue.pbox[dr]=qe,Ue.pbox[dr+1]=er;for(let dr=0;dr<4;dr++)for(let cr=0;cr<256;cr+=2)ir=ue(Ue,qe,er),qe=ir.left,er=ir.right,Ue.sbox[dr][cr]=qe,Ue.sbox[dr][cr+1]=er;return!0}var Ne=L.Blowfish=k.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var Ue=this._keyPriorReset=this._key,$e=Ue.words,Ve=Ue.sigBytes/4;_e(re,$e,Ve)}},encryptBlock:function(Ue,$e){var Ve=ue(re,Ue[$e],Ue[$e+1]);Ue[$e]=Ve.left,Ue[$e+1]=Ve.right},decryptBlock:function(Ue,$e){var Ve=de(re,Ue[$e],Ue[$e+1]);Ue[$e]=Ve.left,Ue[$e+1]=Ve.right},blockSize:64/32,keySize:128/32,ivSize:64/32});n.Blowfish=k._createHelper(Ne)}(),y.Blowfish})}(blowfish)),blowfish.exports}(function(e,t){(function(y,n,$){e.exports=n(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(y){return y})})(cryptoJs);var cryptoJsExports=cryptoJs.exports;const CryptoJS=getDefaultExportFromCjs(cryptoJsExports);var aliyunOssSdk={exports:{}};(function(e,t){(function(y){(function(n){e.exports=n()})(function(){return function(){function n($,k,L){function j(re,oe){if(!k[re]){if(!$[re]){var ue=typeof commonjsRequire=="function"&&commonjsRequire;if(!oe&&ue)return ue(re,!0);if(V)return V(re,!0);var de=new Error("Cannot find module '"+re+"'");throw de.code="MODULE_NOT_FOUND",de}var _e=k[re]={exports:{}};$[re][0].call(_e.exports,function(Ne){var Ue=$[re][1][Ne];return j(Ue||Ne)},_e,_e.exports,n,$,k,L)}return k[re].exports}for(var V=typeof commonjsRequire=="function"&&commonjsRequire,z=0;z<L.length;z++)j(L[z]);return j}return n}()({1:[function(n,$,k){var L=n("./browser/client");L.Buffer=n("buffer").Buffer,L.urllib=n("../shims/xhr"),L.version=n("./browser/version").version,$.exports=L},{"../shims/xhr":548,"./browser/client":3,"./browser/version":6,buffer:103}],2:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.slice.js");var z=n("assert"),re=n("../common/utils/checkBucketName"),oe=re.checkBucketName,ue=k;function de(Ne){return Array.isArray?Array.isArray(Ne):Object.prototype.toString.call(Ne)==="[object Array]"}function _e(Ne){return Ne?de(Ne)?Ne:[Ne]:[]}ue.useBucket=function(Ue){return oe(Ue),this.options.bucket=Ue,this},ue.setBucket=function(Ue){return oe(Ue),this.options.bucket=Ue,this},ue.getBucket=function(){return this.options.bucket},ue.deleteBucket=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er;return j.default.wrap(function(dr){for(;;)switch(dr.prev=dr.next){case 0:return qe=this._bucketRequestParams("DELETE",Ve,"",Fe),dr.next=3,this.request(qe);case 3:if(er=dr.sent,!(er.status===200||er.status===204)){dr.next=6;break}return dr.abrupt("return",{res:er.res});case 6:return dr.next=8,this.requestError(er);case 8:throw dr.sent;case 9:case"end":return dr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.putBucketACL=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe,qe){var er,ir;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:return er=this._bucketRequestParams("PUT",Ve,"acl",qe),er.headers={"x-oss-acl":Fe},er.successStatuses=[200],cr.next=5,this.request(er);case 5:return ir=cr.sent,cr.abrupt("return",{bucket:ir.headers.location&&ir.headers.location.substring(1)||null,res:ir.res});case 7:case"end":return cr.stop()}},$e,this)}));function Ue($e,Ve,Fe){return Ne.apply(this,arguments)}return Ue}(),ue.getBucketACL=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er;return j.default.wrap(function(dr){for(;;)switch(dr.prev=dr.next){case 0:return qe=this._bucketRequestParams("GET",Ve,"acl",Fe),qe.successStatuses=[200],qe.xmlResponse=!0,dr.next=5,this.request(qe);case 5:return er=dr.sent,dr.abrupt("return",{acl:er.data.AccessControlList.Grant,owner:{id:er.data.Owner.ID,displayName:er.data.Owner.DisplayName},res:er.res});case 7:case"end":return dr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.putBucketLogging=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe,qe){var er,ir,dr;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return er=this._bucketRequestParams("PUT",Ve,"logging",qe),ir=`<?xml version="1.0" encoding="UTF-8"?>
<BucketLoggingStatus>
<LoggingEnabled>
<TargetBucket>`.concat(Ve,`</TargetBucket>
`),Fe&&(ir+="<TargetPrefix>".concat(Fe,`</TargetPrefix>
`)),ir+=`</LoggingEnabled>
</BucketLoggingStatus>`,er.content=ir,er.mime="xml",er.successStatuses=[200],nr.next=9,this.request(er);case 9:return dr=nr.sent,nr.abrupt("return",{res:dr.res});case 11:case"end":return nr.stop()}},$e,this)}));function Ue($e,Ve,Fe){return Ne.apply(this,arguments)}return Ue}(),ue.getBucketLogging=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er,ir;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:return qe=this._bucketRequestParams("GET",Ve,"logging",Fe),qe.successStatuses=[200],qe.xmlResponse=!0,cr.next=5,this.request(qe);case 5:return er=cr.sent,ir=er.data.LoggingEnabled,cr.abrupt("return",{enable:!!ir,prefix:ir&&ir.TargetPrefix||null,res:er.res});case 8:case"end":return cr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.deleteBucketLogging=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er;return j.default.wrap(function(dr){for(;;)switch(dr.prev=dr.next){case 0:return qe=this._bucketRequestParams("DELETE",Ve,"logging",Fe),qe.successStatuses=[204,200],dr.next=4,this.request(qe);case 4:return er=dr.sent,dr.abrupt("return",{res:er.res});case 6:case"end":return dr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.putBucketCORS=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe,qe){var er,ir,dr,cr,nr,lr,Et,ie,pe,Ce;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:for(Fe=Fe||[],z(Fe.length,"rules is required"),Fe.forEach(function(ar){z(ar.allowedOrigin,"allowedOrigin is required"),z(ar.allowedMethod,"allowedMethod is required")}),er=this._bucketRequestParams("PUT",Ve,"cors",qe),ir=`<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration>`,dr=function(ur){ir+="<AllowedOrigin>".concat(ur,"</AllowedOrigin>")},cr=function(ur){ir+="<AllowedMethod>".concat(ur,"</AllowedMethod>")},nr=function(ur){ir+="<AllowedHeader>".concat(ur,"</AllowedHeader>")},lr=function(ur){ir+="<ExposeHeader>".concat(ur,"</ExposeHeader>")},Et=0,ie=Fe.length;Et<ie;Et++)pe=Fe[Et],ir+="<CORSRule>",_e(pe.allowedOrigin).forEach(dr),_e(pe.allowedMethod).forEach(cr),_e(pe.allowedHeader).forEach(nr),_e(pe.exposeHeader).forEach(lr),pe.maxAgeSeconds&&(ir+="<MaxAgeSeconds>".concat(pe.maxAgeSeconds,"</MaxAgeSeconds>")),ir+="</CORSRule>";return ir+="</CORSConfiguration>",er.content=ir,er.mime="xml",er.successStatuses=[200],jt.next=16,this.request(er);case 16:return Ce=jt.sent,jt.abrupt("return",{res:Ce.res});case 18:case"end":return jt.stop()}},$e,this)}));function Ue($e,Ve,Fe){return Ne.apply(this,arguments)}return Ue}(),ue.getBucketCORS=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er,ir,dr;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return qe=this._bucketRequestParams("GET",Ve,"cors",Fe),qe.successStatuses=[200],qe.xmlResponse=!0,nr.next=5,this.request(qe);case 5:return er=nr.sent,ir=[],er.data&&er.data.CORSRule&&(dr=er.data.CORSRule,de(dr)||(dr=[dr]),dr.forEach(function(lr){var Et={};Object.keys(lr).forEach(function(ie){Et[ie.slice(0,1).toLowerCase()+ie.slice(1,ie.length)]=lr[ie]}),ir.push(Et)})),nr.abrupt("return",{rules:ir,res:er.res});case 9:case"end":return nr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.deleteBucketCORS=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er;return j.default.wrap(function(dr){for(;;)switch(dr.prev=dr.next){case 0:return qe=this._bucketRequestParams("DELETE",Ve,"cors",Fe),qe.successStatuses=[204],dr.next=4,this.request(qe);case 4:return er=dr.sent,dr.abrupt("return",{res:er.res});case 6:case"end":return dr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.putBucketReferer=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe,qe,er){var ir,dr,cr,nr;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:if(ir=this._bucketRequestParams("PUT",Ve,"referer",er),dr=`<?xml version="1.0" encoding="UTF-8"?>
<RefererConfiguration>
`,dr+=" <AllowEmptyReferer>".concat(Fe?"true":"false",`</AllowEmptyReferer>
`),qe&&qe.length>0){for(dr+=` <RefererList>
`,cr=0;cr<qe.length;cr++)dr+=" <Referer>".concat(qe[cr],`</Referer>
`);dr+=` </RefererList>
`}else dr+=` <RefererList />
`;return dr+="</RefererConfiguration>",ir.content=dr,ir.mime="xml",ir.successStatuses=[200],Et.next=10,this.request(ir);case 10:return nr=Et.sent,Et.abrupt("return",{res:nr.res});case 12:case"end":return Et.stop()}},$e,this)}));function Ue($e,Ve,Fe,qe){return Ne.apply(this,arguments)}return Ue}(),ue.getBucketReferer=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er,ir;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:return qe=this._bucketRequestParams("GET",Ve,"referer",Fe),qe.successStatuses=[200],qe.xmlResponse=!0,cr.next=5,this.request(qe);case 5:return er=cr.sent,ir=er.data.RefererList.Referer||null,ir&&(de(ir)||(ir=[ir])),cr.abrupt("return",{allowEmpty:er.data.AllowEmptyReferer==="true",referers:ir,res:er.res});case 9:case"end":return cr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.deleteBucketReferer=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return er.next=2,this.putBucketReferer(Ve,!0,null,Fe);case 2:return er.abrupt("return",er.sent);case 3:case"end":return er.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue._bucketRequestParams=function(Ue,$e,Ve,Fe){return{method:Ue,bucket:$e,subres:Ve,additionalHeaders:Fe&&Fe.additionalHeaders,timeout:Fe&&Fe.timeout,ctx:Fe&&Fe.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(n,$,k){(function(L,j){(function(){var V=n("@babel/runtime/helpers/interopRequireDefault"),z=V(n("@babel/runtime/regenerator")),re=V(n("@babel/runtime/helpers/asyncToGenerator"));n("core-js/modules/es.function.name.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.symbol.js"),n("core-js/modules/es.symbol.description.js"),n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.regexp.to-string.js");var oe=n("debug")("ali-oss"),ue=n("xml2js"),de=n("agentkeepalive"),_e=n("merge-descriptors"),Ne=n("platform"),Ue=n("utility"),$e=n("urllib"),Ve=n("./version"),Fe=n("bowser"),qe=n("../common/signUtils"),er=n("../common/client/initOptions"),ir=n("../common/utils/createRequest"),dr=ir.createRequest,cr=n("../common/utils/encoder"),nr=cr.encoder,lr=n("../common/client/getReqUrl"),Et=lr.getReqUrl,ie=n("../common/utils/setSTSToken"),pe=ie.setSTSToken,Ce=n("../common/utils/retry"),Ie=Ce.retry,jt=n("../common/utils/isFunction"),ar=jt.isFunction,ur=n("../common/utils/getStandardRegion"),kt=ur.getStandardRegion,he=new de;function tr(){var Tr=Ne.name,Sr=Ne.version;Tr&&Tr.toLowerCase&&Tr.toLowerCase()==="ie"&&Sr.split(".")[0]<10&&console.warn("ali-oss does not support the current browser")}function gr(){return location&&location.protocol==="https:"}function _r(Tr,Sr){if(tr(),!(this instanceof _r))return new _r(Tr,Sr);Tr&&Tr.inited?this.options=Tr:this.options=_r.initOptions(Tr),this.options.cancelFlag=!1,this.options.urllib?this.urllib=this.options.urllib:(this.urllib=$e,this.agent=this.options.agent||he),this.ctx=Sr,this.userAgent=this._getUserAgent(),this.stsTokenFreshTime=new Date,this.options.amendTimeSkewed=0}$.exports=_r,_r.initOptions=function(Sr){Sr.stsToken||console.warn("Please use STS Token for safety, see more details at https://help.aliyun.com/document_detail/32077.html");var Ar=Object.assign({secure:gr(),useFetch:!1},Sr);return er(Ar)};var yr=_r.prototype;yr.debug=oe,_e(yr,n("./object")),_e(yr,n("./bucket")),_e(yr,n("../common/bucket/getBucketWebsite")),_e(yr,n("../common/bucket/putBucketWebsite")),_e(yr,n("../common/bucket/deleteBucketWebsite")),_e(yr,n("../common/bucket/getBucketLifecycle")),_e(yr,n("../common/bucket/putBucketLifecycle")),_e(yr,n("../common/bucket/deleteBucketLifecycle")),_e(yr,n("../common/bucket/putBucketVersioning")),_e(yr,n("../common/bucket/getBucketVersioning")),_e(yr,n("../common/bucket/getBucketInventory")),_e(yr,n("../common/bucket/deleteBucketInventory")),_e(yr,n("../common/bucket/listBucketInventory")),_e(yr,n("../common/bucket/putBucketInventory")),_e(yr,n("../common/bucket/abortBucketWorm")),_e(yr,n("../common/bucket/completeBucketWorm")),_e(yr,n("../common/bucket/extendBucketWorm")),_e(yr,n("../common/bucket/getBucketWorm")),_e(yr,n("../common/bucket/initiateBucketWorm")),_e(yr,n("./managed-upload")),_e(yr,n("../common/multipart-copy")),_e(yr,n("../common/multipart")),_e(yr,n("../common/parallel")),yr.signature=function(Sr){return this.debug("authorization stringToSign: %s",Sr,"info"),qe.computeSignature(this.options.accessKeySecret,Sr,this.options.headerEncoding)},yr._getReqUrl=Et,yr.authorization=function(Sr,Ar,Fr,Gr){var Vr=qe.buildCanonicalString(Sr.toUpperCase(),Ar,{headers:Gr,parameters:Fr});return qe.authorization(this.options.accessKeyId,this.options.accessKeySecret,Vr,this.options.headerEncoding)},yr.authorizationV4=function(Sr,Ar,Fr,Gr,Vr){return qe.authorizationV4(this.options.accessKeyId,this.options.accessKeySecret,kt(this.options.region),Sr,Ar,Fr,Gr,Vr,this.options.headerEncoding)},yr.request=function(){var Tr=(0,re.default)(z.default.mark(function Sr(Ar){var Fr=this;return z.default.wrap(function(Vr){for(;;)switch(Vr.prev=Vr.next){case 0:if(!this.options.retryMax){Vr.next=6;break}return Vr.next=3,Ie(xr.bind(this),this.options.retryMax,{errorHandler:function(Ir){var Br=function(Lr){if(Ar.stream)return!1;var $r=[-1,-2].includes(Lr.status),jr=Fr.options.requestErrorRetryHandle||function(){return!0};return $r&&jr(Lr)};return!!Br(Ir)}})(Ar);case 3:return Vr.abrupt("return",Vr.sent);case 6:return Vr.abrupt("return",xr.call(this,Ar));case 7:case"end":return Vr.stop()}},Sr,this)}));return function(Sr){return Tr.apply(this,arguments)}}();function xr(Tr){return Nr.apply(this,arguments)}function Nr(){return Nr=(0,re.default)(z.default.mark(function Tr(Sr){var Ar,Fr,Gr,Vr,Dr,Ir;return z.default.wrap(function(Rr){for(;;)switch(Rr.prev=Rr.next){case 0:if(!(this.options.stsToken&&ar(this.options.refreshSTSToken))){Rr.next=3;break}return Rr.next=3,pe.call(this);case 3:return Ar=dr.call(this,Sr),this.options.useFetch||(Ar.params.mode="disable-fetch"),Vr=!!Sr.stream,Rr.prev=6,Rr.next=9,this.urllib.request(Ar.url,Ar.params);case 9:Fr=Rr.sent,this.debug("response %s %s, got %s, headers: %j",Sr.method,Ar.url,Fr.status,Fr.headers,"info"),Rr.next=16;break;case 13:Rr.prev=13,Rr.t0=Rr.catch(6),Gr=Rr.t0;case 16:if(!(Fr&&Sr.successStatuses&&Sr.successStatuses.indexOf(Fr.status)===-1)){Rr.next=28;break}return Rr.next=19,this.requestError(Fr);case 19:if(Dr=Rr.sent,!(Dr.code==="RequestTimeTooSkewed"&&!Vr)){Rr.next=25;break}return this.options.amendTimeSkewed=+new Date(Dr.serverTime)-new Date,Rr.next=24,this.request(Sr);case 24:return Rr.abrupt("return",Rr.sent);case 25:Dr.params=Sr,Rr.next=32;break;case 28:if(!Gr){Rr.next=32;break}return Rr.next=31,this.requestError(Gr);case 31:Dr=Rr.sent;case 32:if(!Dr){Rr.next=34;break}throw Dr;case 34:if(!Sr.xmlResponse){Rr.next=39;break}return Rr.next=37,this.parseXML(Fr.data);case 37:Ir=Rr.sent,Fr.data=Ir;case 39:return Rr.abrupt("return",Fr);case 40:case"end":return Rr.stop()}},Tr,this,[[6,13]])})),Nr.apply(this,arguments)}yr._getResource=function(Sr){var Ar="/";return Sr.bucket&&(Ar+="".concat(Sr.bucket,"/")),Sr.object&&(Ar+=nr(Sr.object,this.options.headerEncoding)),Ar},yr._escape=function(Sr){return Ue.encodeURIComponent(Sr).replace(/%2F/g,"/")},yr._getUserAgent=function(){var Sr=j&&j.browser?"js":"nodejs",Ar="aliyun-sdk-".concat(Sr,"/").concat(Ve.version),Fr=Ne.description;return!Fr&&j&&(Fr="Node.js ".concat(j.version.slice(1)," on ").concat(j.platform," ").concat(j.arch)),this._checkUserAgent("".concat(Ar," ").concat(Fr))},yr._checkUserAgent=function(Sr){var Ar=Sr.replace(/\u03b1/,"alpha").replace(/\u03b2/,"beta");return Ar},yr.checkBrowserAndVersion=function(Sr,Ar){return Fe.name===Sr&&Fe.version.split(".")[0]===Ar},yr.parseXML=function(Sr){return new Promise(function(Ar,Fr){L.isBuffer(Sr)&&(Sr=Sr.toString()),ue.parseString(Sr,{explicitRoot:!1,explicitArray:!1},function(Gr,Vr){Gr?Fr(Gr):Ar(Vr)})})},yr.requestError=function(){var Tr=(0,re.default)(z.default.mark(function Ar(Fr){var Gr=this,Vr,Dr,Ir,Br,Rr;return z.default.wrap(function($r){for(;;)switch($r.prev=$r.next){case 0:if(Vr=null,Dr=function(){var jr=(0,re.default)(z.default.mark(function vn(Kr){var kr,Qr;return z.default.wrap(function(Vi){for(;;)switch(Vi.prev=Vi.next){case 0:return Vi.prev=0,Vi.next=3,Gr.parseXML(Kr);case 3:if(Vi.t0=Vi.sent,Vi.t0){Vi.next=6;break}Vi.t0={};case 6:kr=Vi.t0,Vi.next=16;break;case 9:return Vi.prev=9,Vi.t1=Vi.catch(0),Gr.debug(Kr,"error"),Vi.t1.message+=`
raw xml: `.concat(Kr),Vi.t1.status=Fr.status,Vi.t1.requestId=Fr.headers["x-oss-request-id"],Vi.abrupt("return",Vi.t1);case 16:Qr=kr.Message||"unknow request error, status: ".concat(Fr.status),kr.Condition&&(Qr+=" (condition: ".concat(kr.Condition,")")),Vr=new Error(Qr),Vr.name=kr.Code?"".concat(kr.Code,"Error"):"UnknownError",Vr.status=Fr.status,Vr.code=kr.Code,Vr.ecCode=kr.EC,Vr.requestId=kr.RequestId,Vr.hostId=kr.HostId,Vr.serverTime=kr.ServerTime;case 26:case"end":return Vi.stop()}},vn,null,[[0,9]])}));return function(Kr){return jr.apply(this,arguments)}}(),!(!Fr.data||!Fr.data.length)){$r.next=37;break}if(!(Fr.status===-1||Fr.status===-2)){$r.next=10;break}Vr=new Error(Fr.message),Vr.name=Fr.name,Vr.status=Fr.status,Vr.code=Fr.name,$r.next=35;break;case 10:if(Fr.status!==404){$r.next=17;break}Vr=new Error("Object not exists"),Vr.name="NoSuchKeyError",Vr.status=404,Vr.code="NoSuchKey",$r.next=33;break;case 17:if(Fr.status!==412){$r.next=24;break}Vr=new Error("Pre condition failed"),Vr.name="PreconditionFailedError",Vr.status=412,Vr.code="PreconditionFailed",$r.next=33;break;case 24:if(Vr=new Error("Unknow error, status: ".concat(Fr.status)),Vr.name="UnknownError",Vr.status=Fr.status,Vr.res=Fr,Ir=Fr.headers["x-oss-err"],!Ir){$r.next=33;break}return Br=atob(Ir),$r.next=33,Dr(Br);case 33:Vr.requestId=Fr.headers["x-oss-request-id"],Vr.host="";case 35:$r.next=41;break;case 37:return Rr=String(Fr.data),this.debug("request response error data: %s",Rr,"error"),$r.next=41,Dr(Rr);case 41:return this.debug("generate error %j",Vr,"error"),$r.abrupt("return",Vr);case 43:case"end":return $r.stop()}},Ar,this)}));function Sr(Ar){return Tr.apply(this,arguments)}return Sr}()}).call(this)}).call(this,{isBuffer:n("../../node_modules/is-buffer/index.js")},n("_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(n,$,k){(function(L){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/regenerator"));n("core-js/modules/es.function.name.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.array.from.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.array-buffer.slice.js"),n("core-js/modules/es.typed-array.uint8-array.js"),n("core-js/modules/es.typed-array.copy-within.js"),n("core-js/modules/es.typed-array.every.js"),n("core-js/modules/es.typed-array.fill.js"),n("core-js/modules/es.typed-array.filter.js"),n("core-js/modules/es.typed-array.find.js"),n("core-js/modules/es.typed-array.find-index.js"),n("core-js/modules/es.typed-array.for-each.js"),n("core-js/modules/es.typed-array.includes.js"),n("core-js/modules/es.typed-array.index-of.js"),n("core-js/modules/es.typed-array.iterator.js"),n("core-js/modules/es.typed-array.join.js"),n("core-js/modules/es.typed-array.last-index-of.js"),n("core-js/modules/es.typed-array.map.js"),n("core-js/modules/es.typed-array.reduce.js"),n("core-js/modules/es.typed-array.reduce-right.js"),n("core-js/modules/es.typed-array.reverse.js"),n("core-js/modules/es.typed-array.set.js"),n("core-js/modules/es.typed-array.slice.js"),n("core-js/modules/es.typed-array.some.js"),n("core-js/modules/es.typed-array.sort.js"),n("core-js/modules/es.typed-array.subarray.js"),n("core-js/modules/es.typed-array.to-locale-string.js"),n("core-js/modules/es.typed-array.to-string.js");var z=j(n("@babel/runtime/helpers/asyncToGenerator")),re=n("util"),oe=n("path"),ue=n("mime"),de=n("copy-to"),_e=n("../common/utils/isBlob"),Ne=_e.isBlob,Ue=n("../common/utils/isFile"),$e=Ue.isFile,Ve=n("../common/utils/isBuffer"),Fe=Ve.isBuffer,qe=k;qe.multipartUpload=function(){var nr=(0,z.default)(V.default.mark(function Et(ie,pe){var Ce,Ie,jt,ar,ur,kt,he,tr,gr,_r=arguments;return V.default.wrap(function(xr){for(;;)switch(xr.prev=xr.next){case 0:if(Ce=_r.length>2&&_r[2]!==void 0?_r[2]:{},this.resetCancelFlag(),Ce.disabledMD5=Ce.disabledMD5===void 0?!0:!!Ce.disabledMD5,!(Ce.checkpoint&&Ce.checkpoint.uploadId)){xr.next=8;break}return pe&&$e(pe)&&(Ce.checkpoint.file=pe),xr.next=7,this._resumeMultipart(Ce.checkpoint,Ce);case 7:return xr.abrupt("return",xr.sent);case 8:return Ie=102400,Ce.mime||($e(pe)?Ce.mime=ue.getType(oe.extname(pe.name)):Ne(pe)?Ce.mime=pe.type:Fe(pe)?Ce.mime="":Ce.mime=ue.getType(oe.extname(pe))),Ce.headers=Ce.headers||{},this._convertMetaToHeaders(Ce.meta,Ce.headers),xr.next=14,this._getFileSize(pe);case 14:if(jt=xr.sent,!(jt<Ie)){xr.next=26;break}return Ce.contentLength=jt,xr.next=19,this.put(ie,pe,Ce);case 19:if(ar=xr.sent,!(Ce&&Ce.progress)){xr.next=23;break}return xr.next=23,Ce.progress(1);case 23:return ur={res:ar.res,bucket:this.options.bucket,name:ie,etag:ar.res.headers.etag},(Ce.headers&&Ce.headers["x-oss-callback"]||Ce.callback)&&(ur.data=ar.data),xr.abrupt("return",ur);case 26:if(!(Ce.partSize&&parseInt(Ce.partSize,10)!==Ce.partSize)){xr.next=28;break}throw new Error("partSize must be int number");case 28:if(!(Ce.partSize&&Ce.partSize<Ie)){xr.next=30;break}throw new Error("partSize must not be smaller than ".concat(Ie));case 30:return xr.next=32,this.initMultipartUpload(ie,Ce);case 32:if(kt=xr.sent,he=kt.uploadId,tr=this._getPartSize(jt,Ce.partSize),gr={file:pe,name:ie,fileSize:jt,partSize:tr,uploadId:he,doneParts:[]},!(Ce&&Ce.progress)){xr.next=39;break}return xr.next=39,Ce.progress(0,gr,kt.res);case 39:return xr.next=41,this._resumeMultipart(gr,Ce);case 41:return xr.abrupt("return",xr.sent);case 42:case"end":return xr.stop()}},Et,this)}));function lr(Et,ie){return nr.apply(this,arguments)}return lr}(),qe._resumeMultipart=function(){var nr=(0,z.default)(V.default.mark(function Et(ie,pe){var Ce,Ie,jt,ar,ur,kt,he,tr,gr,_r,yr,xr,Nr,Tr,Sr,Ar,Fr,Gr,Vr;return V.default.wrap(function(Ir){for(;;)switch(Ir.prev=Ir.next){case 0:if(Ce=this,!this.isCancel()){Ir.next=3;break}throw this._makeCancelEvent();case 3:return Ie=ie.file,jt=ie.fileSize,ar=ie.partSize,ur=ie.uploadId,kt=ie.doneParts,he=ie.name,tr=[],kt.length>0&&de(kt).to(tr),gr=this._divideParts(jt,ar),_r=gr.length,yr=!1,xr=function(Rr,Lr){return new Promise(function(){var $r=(0,z.default)(V.default.mark(function jr(vn,Kr){var kr,Qr,Zr,Vi,To;return V.default.wrap(function(Ba){for(;;)switch(Ba.prev=Ba.next){case 0:if(Ba.prev=0,Rr.isCancel()){Ba.next=29;break}return kr=gr[Lr-1],Ba.next=5,Rr._createBuffer(Ie,kr.start,kr.end);case 5:return Qr=Ba.sent,Zr={content:Qr,size:kr.end-kr.start},Ba.prev=7,Ba.next=10,Rr._uploadPart(he,ur,Lr,Zr,pe);case 10:Vi=Ba.sent,Ba.next=18;break;case 13:if(Ba.prev=13,Ba.t0=Ba.catch(7),Ba.t0.status!==404){Ba.next=17;break}throw Rr._makeAbortEvent();case 17:throw Ba.t0;case 18:if(!(!Rr.isCancel()&&!yr)){Ba.next=26;break}if(ie.doneParts.push({number:Lr,etag:Vi.res.headers.etag}),!pe.progress){Ba.next=23;break}return Ba.next=23,pe.progress(kt.length/(_r+1),ie,Vi.res);case 23:vn({number:Lr,etag:Vi.res.headers.etag}),Ba.next=27;break;case 26:vn();case 27:Ba.next=30;break;case 29:vn();case 30:Ba.next=41;break;case 32:Ba.prev=32,Ba.t1=Ba.catch(0),To=new Error,To.name=Ba.t1.name,To.message=Ba.t1.message,To.stack=Ba.t1.stack,To.partNum=Lr,de(Ba.t1).to(To),Kr(To);case 41:case"end":return Ba.stop()}},jr,null,[[0,32],[7,13]])}));return function(jr,vn){return $r.apply(this,arguments)}}())},Nr=Array.from(new Array(_r),function(Br,Rr){return Rr+1}),Tr=tr.map(function(Br){return Br.number}),Sr=Nr.filter(function(Br){return Tr.indexOf(Br)<0}),Ar=5,Fr=pe.parallel||Ar,Ir.next=17,this._parallel(Sr,Fr,function(Br){return new Promise(function(Rr,Lr){xr(Ce,Br).then(function($r){$r&&tr.push($r),Rr()}).catch(function($r){Lr($r)})})});case 17:if(Gr=Ir.sent,yr=!0,Vr=Gr.find(function(Br){return Br.name==="abort"}),!Vr){Ir.next=22;break}throw Vr;case 22:if(!this.isCancel()){Ir.next=25;break}throw xr=null,this._makeCancelEvent();case 25:if(!(Gr&&Gr.length>0)){Ir.next=28;break}throw Gr[0].message="Failed to upload some parts with error: ".concat(Gr[0].toString()," part_num: ").concat(Gr[0].partNum),Gr[0];case 28:return Ir.next=30,this.completeMultipartUpload(he,ur,tr,pe);case 30:return Ir.abrupt("return",Ir.sent);case 31:case"end":return Ir.stop()}},Et,this)}));function lr(Et,ie){return nr.apply(this,arguments)}return lr}(),qe._getFileSize=function(){var nr=(0,z.default)(V.default.mark(function Et(ie){return V.default.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:if(!Fe(ie)){Ce.next=4;break}return Ce.abrupt("return",ie.length);case 4:if(!(Ne(ie)||$e(ie))){Ce.next=6;break}return Ce.abrupt("return",ie.size);case 6:throw new Error("_getFileSize requires Buffer/File/Blob.");case 7:case"end":return Ce.stop()}},Et)}));function lr(Et){return nr.apply(this,arguments)}return lr}();var er=n("stream"),ir=er.Readable;function dr(nr,lr){if(!(this instanceof dr))return new dr(nr,lr);ir.call(this,lr),this.file=nr,this.reader=new FileReader,this.start=0,this.finish=!1,this.fileBuffer=null}re.inherits(dr,ir),dr.prototype.readFileAndPush=function(lr){if(this.fileBuffer)for(var Et=!0;Et&&this.fileBuffer&&this.start<this.fileBuffer.length;){var ie=this.start,pe=ie+lr;pe=pe>this.fileBuffer.length?this.fileBuffer.length:pe,this.start=pe,Et=this.push(this.fileBuffer.slice(ie,pe))}},dr.prototype._read=function(lr){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 Et=16*1024;lr=lr||Et;var ie=this;this.reader.onload=function(Ce){ie.fileBuffer=L.from(new Uint8Array(Ce.target.result)),ie.file=null,ie.readFileAndPush(lr)},this.start===0?this.reader.readAsArrayBuffer(this.file):this.readFileAndPush(lr)};function cr(nr){return nr.arrayBuffer?nr.arrayBuffer():new Promise(function(lr,Et){var ie=new FileReader;ie.onload=function(pe){lr(pe.target.result)},ie.onerror=function(pe){Et(pe)},ie.readAsArrayBuffer(nr)})}qe._createBuffer=function(){var nr=(0,z.default)(V.default.mark(function Et(ie,pe,Ce){var Ie,jt;return V.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:if(!(Ne(ie)||$e(ie))){ur.next=8;break}return Ie=ie.slice(pe,Ce),ur.next=4,cr(Ie);case 4:return jt=ur.sent,ur.abrupt("return",L.from(jt));case 8:if(!Fe(ie)){ur.next=12;break}return ur.abrupt("return",ie.subarray(pe,Ce));case 12:throw new Error("_createBuffer requires File/Blob/Buffer.");case 13:case"end":return ur.stop()}},Et)}));function lr(Et,ie,pe){return nr.apply(this,arguments)}return lr}(),qe._getPartSize=function(lr,Et){var ie=1e4,pe=1*1024*1024;Et||(Et=pe);var Ce=Math.ceil(lr/ie);return Et<Ce&&(Et=Ce,console.warn("partSize has been set to ".concat(Et,", because the partSize you provided causes partNumber to be greater than 10,000"))),Et},qe._divideParts=function(lr,Et){for(var ie=Math.ceil(lr/Et),pe=[],Ce=0;Ce<ie;Ce++){var Ie=Et*Ce,jt=Math.min(Ie+Et,lr);pe.push({start:Ie,end:jt})}return pe}}).call(this)}).call(this,n("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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault");n("core-js/modules/es.function.name.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.number.constructor.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.promise.js");var j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("fs"),re=n("copy-to"),oe=n("path"),ue=n("mime"),de=n("../common/callback"),_e=n("merge-descriptors"),Ne=n("../common/utils/isBlob"),Ue=Ne.isBlob,$e=n("../common/utils/isFile"),Ve=$e.isFile,Fe=n("../common/utils/isBuffer"),qe=Fe.isBuffer,er=n("../common/utils/obj2xml"),ir=er.obj2xml,dr=k;dr.append=function(){var cr=(0,V.default)(j.default.mark(function lr(Et,ie,pe){var Ce;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return pe=pe||{},pe.position===void 0&&(pe.position="0"),pe.subres={append:"",position:pe.position},pe.method="POST",jt.next=6,this.put(Et,ie,pe);case 6:return Ce=jt.sent,Ce.nextAppendPosition=Ce.res.headers["x-oss-next-append-position"],jt.abrupt("return",Ce);case 9:case"end":return jt.stop()}},lr,this)}));function nr(lr,Et,ie){return cr.apply(this,arguments)}return nr}(),dr.put=function(){var cr=(0,V.default)(j.default.mark(function lr(Et,ie,pe){var Ce,Ie,jt,ar,ur;return j.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:if(pe=pe||{},pe.disabledMD5=pe.disabledMD5===void 0?!0:!!pe.disabledMD5,pe.headers=pe.headers||{},Et=this._objectName(Et),!qe(ie)){he.next=8;break}Ce=ie,he.next=19;break;case 8:if(!(Ue(ie)||Ve(ie))){he.next=18;break}return pe.mime||(Ve(ie)?pe.mime=ue.getType(oe.extname(ie.name)):pe.mime=ie.type),he.next=12,this._createBuffer(ie,0,ie.size);case 12:return Ce=he.sent,he.next=15,this._getFileSize(ie);case 15:pe.contentLength=he.sent,he.next=19;break;case 18:throw new TypeError("Must provide Buffer/Blob/File for put.");case 19:return this._convertMetaToHeaders(pe.meta,pe.headers),Ie=pe.method||"PUT",jt=this._objectRequestParams(Ie,Et,pe),de.encodeCallback(jt,pe),jt.mime=pe.mime,jt.disabledMD5=pe.disabledMD5,jt.content=Ce,jt.successStatuses=[200],he.next=29,this.request(jt);case 29:return ar=he.sent,ur={name:Et,url:this._objectUrl(Et),res:ar.res},jt.headers&&jt.headers["x-oss-callback"]&&(ur.data=JSON.parse(ar.data.toString())),he.abrupt("return",ur);case 33:case"end":return he.stop()}},lr,this)}));function nr(lr,Et,ie){return cr.apply(this,arguments)}return nr}(),dr.putStream=function(){var cr=(0,V.default)(j.default.mark(function lr(Et,ie,pe){var Ce,Ie,jt,ar;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:return pe=pe||{},pe.headers=pe.headers||{},Et=this._objectName(Et),pe.contentLength?pe.headers["Content-Length"]=pe.contentLength:pe.headers["Transfer-Encoding"]="chunked",this._convertMetaToHeaders(pe.meta,pe.headers),Ce=pe.method||"PUT",Ie=this._objectRequestParams(Ce,Et,pe),de.encodeCallback(Ie,pe),Ie.mime=pe.mime,Ie.stream=ie,Ie.successStatuses=[200],kt.next=13,this.request(Ie);case 13:return jt=kt.sent,ar={name:Et,url:this._objectUrl(Et),res:jt.res},Ie.headers&&Ie.headers["x-oss-callback"]&&(ar.data=JSON.parse(jt.data.toString())),kt.abrupt("return",ar);case 17:case"end":return kt.stop()}},lr,this)}));function nr(lr,Et,ie){return cr.apply(this,arguments)}return nr}(),_e(dr,n("../common/object/copyObject")),_e(dr,n("../common/object/getObjectTagging")),_e(dr,n("../common/object/putObjectTagging")),_e(dr,n("../common/object/deleteObjectTagging")),_e(dr,n("../common/image")),_e(dr,n("../common/object/getBucketVersions")),_e(dr,n("../common/object/getACL")),_e(dr,n("../common/object/putACL")),_e(dr,n("../common/object/head")),_e(dr,n("../common/object/delete")),_e(dr,n("../common/object/get")),_e(dr,n("../common/object/putSymlink")),_e(dr,n("../common/object/getSymlink")),_e(dr,n("../common/object/deleteMulti")),_e(dr,n("../common/object/getObjectMeta")),_e(dr,n("../common/object/getObjectUrl")),_e(dr,n("../common/object/generateObjectUrl")),_e(dr,n("../common/object/signatureUrl")),_e(dr,n("../common/object/asyncSignatureUrl")),_e(dr,n("../common/object/signatureUrlV4")),dr.putMeta=function(){var cr=(0,V.default)(j.default.mark(function lr(Et,ie,pe){var Ce;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return jt.next=2,this.copy(Et,Et,{meta:ie||{},timeout:pe&&pe.timeout,ctx:pe&&pe.ctx});case 2:return Ce=jt.sent,jt.abrupt("return",Ce);case 4:case"end":return jt.stop()}},lr,this)}));function nr(lr,Et,ie){return cr.apply(this,arguments)}return nr}(),dr.list=function(){var cr=(0,V.default)(j.default.mark(function lr(Et,ie){var pe,Ce,Ie,jt,ar;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:return pe=this._objectRequestParams("GET","",ie),pe.query=Et,pe.xmlResponse=!0,pe.successStatuses=[200],kt.next=6,this.request(pe);case 6:return Ce=kt.sent,Ie=Ce.data.Contents||[],jt=this,Ie&&(Array.isArray(Ie)||(Ie=[Ie]),Ie=Ie.map(function(he){return{name:he.Key,url:jt._objectUrl(he.Key),lastModified:he.LastModified,etag:he.ETag,type:he.Type,size:Number(he.Size),storageClass:he.StorageClass,owner:{id:he.Owner.ID,displayName:he.Owner.DisplayName}}})),ar=Ce.data.CommonPrefixes||null,ar&&(Array.isArray(ar)||(ar=[ar]),ar=ar.map(function(he){return he.Prefix})),kt.abrupt("return",{res:Ce.res,objects:Ie,prefixes:ar,nextMarker:Ce.data.NextMarker||null,isTruncated:Ce.data.IsTruncated==="true"});case 13:case"end":return kt.stop()}},lr,this)}));function nr(lr,Et){return cr.apply(this,arguments)}return nr}(),dr.listV2=function(){var cr=(0,V.default)(j.default.mark(function lr(Et){var ie,pe,Ce,Ie,jt,ar,ur,kt=arguments;return j.default.wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:return ie=kt.length>1&&kt[1]!==void 0?kt[1]:{},pe=Et["continuation-token"]||Et.continuationToken,pe&&(ie.subres=Object.assign({"continuation-token":pe},ie.subres)),Ce=this._objectRequestParams("GET","",ie),Ce.query=Object.assign({"list-type":2},Et),delete Ce.query["continuation-token"],delete Ce.query.continuationToken,Ce.xmlResponse=!0,Ce.successStatuses=[200],tr.next=11,this.request(Ce);case 11:return Ie=tr.sent,jt=Ie.data.Contents||[],ar=this,jt&&(Array.isArray(jt)||(jt=[jt]),jt=jt.map(function(gr){var _r=null;return gr.Owner&&(_r={id:gr.Owner.ID,displayName:gr.Owner.DisplayName}),{name:gr.Key,url:ar._objectUrl(gr.Key),lastModified:gr.LastModified,etag:gr.ETag,type:gr.Type,size:Number(gr.Size),storageClass:gr.StorageClass,owner:_r}})),ur=Ie.data.CommonPrefixes||null,ur&&(Array.isArray(ur)||(ur=[ur]),ur=ur.map(function(gr){return gr.Prefix})),tr.abrupt("return",{res:Ie.res,objects:jt,prefixes:ur,isTruncated:Ie.data.IsTruncated==="true",keyCount:+Ie.data.KeyCount,continuationToken:Ie.data.ContinuationToken||null,nextContinuationToken:Ie.data.NextContinuationToken||null});case 18:case"end":return tr.stop()}},lr,this)}));function nr(lr){return cr.apply(this,arguments)}return nr}(),dr.restore=function(){var cr=(0,V.default)(j.default.mark(function lr(Et){var ie,pe,Ce,Ie,jt=arguments;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:return ie=jt.length>1&&jt[1]!==void 0?jt[1]:{type:"Archive"},ie=ie||{},ie.subres=Object.assign({restore:""},ie.subres),ie.versionId&&(ie.subres.versionId=ie.versionId),pe=this._objectRequestParams("POST",Et,ie),ie.type==="ColdArchive"&&(Ce={RestoreRequest:{Days:ie.Days?ie.Days:2,JobParameters:{Tier:ie.JobParameters?ie.JobParameters:"Standard"}}},pe.content=ir(Ce,{headers:!0}),pe.mime="xml"),pe.successStatuses=[202],ur.next=9,this.request(pe);case 9:return Ie=ur.sent,ur.abrupt("return",{res:Ie.res});case 11:case"end":return ur.stop()}},lr,this)}));function nr(lr){return cr.apply(this,arguments)}return nr}(),dr._objectUrl=function(nr){return this._getReqUrl({bucket:this.options.bucket,object:nr})},dr._objectRequestParams=function(nr,lr,Et){if(!this.options.bucket&&!this.options.cname)throw new Error("Please create a bucket first");Et=Et||{},lr=this._objectName(lr);var ie={object:lr,bucket:this.options.bucket,method:nr,subres:Et&&Et.subres,additionalHeaders:Et&&Et.additionalHeaders,timeout:Et&&Et.timeout,ctx:Et&&Et.ctx};return Et.headers&&(ie.headers={},re(Et.headers).to(ie.headers)),ie},dr._objectName=function(nr){return nr.replace(/^\/+/,"")},dr._convertMetaToHeaders=function(nr,lr){nr&&Object.keys(nr).forEach(function(Et){lr["x-oss-meta-".concat(Et)]=nr[Et]})},dr._deleteFileSafe=function(nr){var lr=this;return new Promise(function(Et){z.exists(nr,function(ie){ie?z.unlink(nr,function(pe){pe&&lr.debug("unlink %j error: %s",nr,pe,"error"),Et()}):Et()})})}},{"../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(n,$,k){k.version="6.21.0"},{}],7:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.abortBucketWorm=void 0;var z=n("../utils/checkBucketName");function re(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,_e){var Ne,Ue;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return z.checkBucketName(de),Ne=this._bucketRequestParams("DELETE",de,"worm",_e),Ve.next=4,this.request(Ne);case 4:return Ue=Ve.sent,Ve.abrupt("return",{res:Ue.res,status:Ue.status});case 6:case"end":return Ve.stop()}},ue,this)})),oe.apply(this,arguments)}k.abortBucketWorm=re},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],8:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.completeBucketWorm=void 0;var z=n("../utils/checkBucketName");function re(ue,de,_e){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,_e,Ne){var Ue,$e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return z.checkBucketName(de),Ue=this._bucketRequestParams("POST",de,{wormId:_e},Ne),Fe.next=4,this.request(Ue);case 4:return $e=Fe.sent,Fe.abrupt("return",{res:$e.res,status:$e.status});case 6:case"end":return Fe.stop()}},ue,this)})),oe.apply(this,arguments)}k.completeBucketWorm=re},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],9:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.deleteBucketInventory=void 0;var z=n("../utils/checkBucketName");function re(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,_e){var Ne,Ue,$e,Ve,Fe=arguments;return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return Ne=Fe.length>2&&Fe[2]!==void 0?Fe[2]:{},Ue=Object.assign({inventory:"",inventoryId:_e},Ne.subres),z.checkBucketName(de),$e=this._bucketRequestParams("DELETE",de,Ue,Ne),$e.successStatuses=[204],er.next=7,this.request($e);case 7:return Ve=er.sent,er.abrupt("return",{status:Ve.status,res:Ve.res});case 9:case"end":return er.stop()}},ue,this)})),oe.apply(this,arguments)}k.deleteBucketInventory=re},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=k;oe.deleteBucketLifecycle=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue){var $e,Ve;return j.default.wrap(function(qe){for(;;)switch(qe.prev=qe.next){case 0:return re(Ne),$e=this._bucketRequestParams("DELETE",Ne,"lifecycle",Ue),$e.successStatuses=[204],qe.next=5,this.request($e);case 5:return Ve=qe.sent,qe.abrupt("return",{res:Ve.res});case 7:case"end":return qe.stop()}},_e,this)}));function de(_e,Ne){return ue.apply(this,arguments)}return de}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],11:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=k;oe.deleteBucketWebsite=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue){var $e,Ve;return j.default.wrap(function(qe){for(;;)switch(qe.prev=qe.next){case 0:return re(Ne),$e=this._bucketRequestParams("DELETE",Ne,"website",Ue),$e.successStatuses=[204],qe.next=5,this.request($e);case 5:return Ve=qe.sent,qe.abrupt("return",{res:Ve.res});case 7:case"end":return qe.stop()}},_e,this)}));function de(_e,Ne){return ue.apply(this,arguments)}return de}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],12:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.extendBucketWorm=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/obj2xml");function oe(de,_e,Ne,Ue){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne,Ue,$e){var Ve,Fe,qe;return j.default.wrap(function(ir){for(;;)switch(ir.prev=ir.next){case 0:return z.checkBucketName(_e),Ve=this._bucketRequestParams("POST",_e,{wormExtend:"",wormId:Ne},$e),Fe={ExtendWormConfiguration:{RetentionPeriodInDays:Ue}},Ve.mime="xml",Ve.content=re.obj2xml(Fe,{headers:!0}),Ve.successStatuses=[200],ir.next=8,this.request(Ve);case 8:return qe=ir.sent,ir.abrupt("return",{res:qe.res,status:qe.status});case 10:case"end":return ir.stop()}},de,this)})),ue.apply(this,arguments)}k.extendBucketWorm=oe},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],13:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.getBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/formatInventoryConfig");function oe(de,_e){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne){var Ue,$e,Ve,Fe,qe=arguments;return j.default.wrap(function(ir){for(;;)switch(ir.prev=ir.next){case 0:return Ue=qe.length>2&&qe[2]!==void 0?qe[2]:{},$e=Object.assign({inventory:"",inventoryId:Ne},Ue.subres),z.checkBucketName(_e),Ve=this._bucketRequestParams("GET",_e,$e,Ue),Ve.successStatuses=[200],Ve.xmlResponse=!0,ir.next=8,this.request(Ve);case 8:return Fe=ir.sent,ir.abrupt("return",{status:Fe.status,res:Fe.res,inventory:re.formatInventoryConfig(Fe.data)});case 10:case"end":return ir.stop()}},de,this)})),ue.apply(this,arguments)}k.getBucketInventory=oe},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.map.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/isArray"),ue=oe.isArray,de=n("../utils/formatObjKey"),_e=de.formatObjKey,Ne=k;Ne.getBucketLifecycle=function(){var Ue=(0,V.default)(j.default.mark(function Ve(Fe,qe){var er,ir,dr;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return re(Fe),er=this._bucketRequestParams("GET",Fe,"lifecycle",qe),er.successStatuses=[200],er.xmlResponse=!0,nr.next=6,this.request(er);case 6:return ir=nr.sent,dr=ir.data.Rule||null,dr&&(ue(dr)||(dr=[dr]),dr=dr.map(function(lr){return lr.ID&&(lr.id=lr.ID,delete lr.ID),lr.Tag&&!ue(lr.Tag)&&(lr.Tag=[lr.Tag]),_e(lr,"firstLowerCase")})),nr.abrupt("return",{rules:dr,res:ir.res});case 10:case"end":return nr.stop()}},Ve,this)}));function $e(Ve,Fe){return Ue.apply(this,arguments)}return $e}()},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=k;oe.getBucketVersioning=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue){var $e,Ve,Fe;return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return re(Ne),$e=this._bucketRequestParams("GET",Ne,"versioning",Ue),$e.xmlResponse=!0,$e.successStatuses=[200],er.next=6,this.request($e);case 6:return Ve=er.sent,Fe=Ve.data.Status,er.abrupt("return",{status:Ve.status,versionStatus:Fe,res:Ve.res});case 9:case"end":return er.stop()}},_e,this)}));function de(_e,Ne){return ue.apply(this,arguments)}return de}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],16:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/isObject"),ue=oe.isObject,de=k;de.getBucketWebsite=function(){var _e=(0,V.default)(j.default.mark(function Ue($e,Ve){var Fe,qe,er;return j.default.wrap(function(dr){for(;;)switch(dr.prev=dr.next){case 0:return re($e),Fe=this._bucketRequestParams("GET",$e,"website",Ve),Fe.successStatuses=[200],Fe.xmlResponse=!0,dr.next=6,this.request(Fe);case 6:return qe=dr.sent,er=[],qe.data.RoutingRules&&qe.data.RoutingRules.RoutingRule&&(ue(qe.data.RoutingRules.RoutingRule)?er=[qe.data.RoutingRules.RoutingRule]:er=qe.data.RoutingRules.RoutingRule),dr.abrupt("return",{index:qe.data.IndexDocument&&qe.data.IndexDocument.Suffix||"",supportSubDir:qe.data.IndexDocument&&qe.data.IndexDocument.SupportSubDir||"false",type:qe.data.IndexDocument&&qe.data.IndexDocument.Type,routingRules:er,error:qe.data.ErrorDocument&&qe.data.ErrorDocument.Key||null,res:qe.res});case 10:case"end":return dr.stop()}},Ue,this)}));function Ne(Ue,$e){return _e.apply(this,arguments)}return Ne}()},{"../utils/checkBucketName":52,"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],17:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.getBucketWorm=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/dataFix");function oe(de,_e){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne){var Ue,$e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return z.checkBucketName(_e),Ue=this._bucketRequestParams("GET",_e,"worm",Ne),Ue.successStatuses=[200],Ue.xmlResponse=!0,Fe.next=6,this.request(Ue);case 6:return $e=Fe.sent,re.dataFix($e.data,{lowerFirst:!0,rename:{RetentionPeriodInDays:"days"}}),Fe.abrupt("return",Object.assign(Object.assign({},$e.data),{res:$e.res,status:$e.status}));case 9:case"end":return Fe.stop()}},de,this)})),ue.apply(this,arguments)}k.getBucketWorm=oe},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.initiateBucketWorm=void 0;var z=n("../utils/obj2xml"),re=n("../utils/checkBucketName");function oe(de,_e,Ne){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne,Ue){var $e,Ve,Fe;return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return re.checkBucketName(_e),$e=this._bucketRequestParams("POST",_e,"worm",Ue),Ve={InitiateWormConfiguration:{RetentionPeriodInDays:Ne}},$e.mime="xml",$e.content=z.obj2xml(Ve,{headers:!0}),$e.successStatuses=[200],er.next=8,this.request($e);case 8:return Fe=er.sent,er.abrupt("return",{res:Fe.res,wormId:Fe.res.headers["x-oss-worm-id"],status:Fe.status});case 10:case"end":return er.stop()}},de,this)})),ue.apply(this,arguments)}k.initiateBucketWorm=oe},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],19:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.listBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/formatInventoryConfig");function oe(de){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e){var Ne,Ue,$e,Ve,Fe,qe,er,ir,dr=arguments;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return Ne=dr.length>1&&dr[1]!==void 0?dr[1]:{},Ue=Ne.continuationToken,$e=Object.assign({inventory:""},Ue&&{"continuation-token":Ue},Ne.subres),z.checkBucketName(_e),Ve=this._bucketRequestParams("GET",_e,$e,Ne),Ve.successStatuses=[200],Ve.xmlResponse=!0,nr.next=9,this.request(Ve);case 9:return Fe=nr.sent,qe=Fe.data,er=Fe.res,ir=Fe.status,nr.abrupt("return",{isTruncated:qe.IsTruncated==="true",nextContinuationToken:qe.NextContinuationToken,inventoryList:re.formatInventoryConfig(qe.InventoryConfiguration,!0),status:ir,res:er});case 12:case"end":return nr.stop()}},de,this)})),ue.apply(this,arguments)}k.listBucketInventory=oe},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.concat.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.putBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/obj2xml");function oe(de,_e){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne){var Ue,$e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et=arguments;return j.default.wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:return Ue=Et.length>2&&Et[2]!==void 0?Et[2]:{},$e=Object.assign({inventory:"",inventoryId:Ne.id},Ue.subres),z.checkBucketName(_e),Ve=Ne.OSSBucketDestination,Fe=Ne.optionalFields,qe=Ne.includedObjectVersions,er="acs:oss:::",ir="acs:ram::".concat(Ve.accountId,":role/"),dr={InventoryConfiguration:{Id:Ne.id,IsEnabled:Ne.isEnabled,Filter:{Prefix:Ne.prefix||""},Destination:{OSSBucketDestination:{Format:Ve.format,AccountId:Ve.accountId,RoleArn:"".concat(ir).concat(Ve.rolename),Bucket:"".concat(er).concat(Ve.bucket),Prefix:Ve.prefix||"",Encryption:Ve.encryption||""}},Schedule:{Frequency:Ne.frequency},IncludedObjectVersions:qe,OptionalFields:{Field:(Fe==null?void 0:Fe.field)||[]}}},cr=re.obj2xml(dr,{headers:!0,firstUpperCase:!0}),nr=this._bucketRequestParams("PUT",_e,$e,Ue),nr.successStatuses=[200],nr.mime="xml",nr.content=cr,pe.next=14,this.request(nr);case 14:return lr=pe.sent,pe.abrupt("return",{status:lr.status,res:lr.res});case 16:case"end":return pe.stop()}},de,this)})),ue.apply(this,arguments)}k.putBucketInventory=oe},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.array.includes.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/isArray"),ue=oe.isArray,de=n("../utils/deepCopy"),_e=de.deepCopy,Ne=n("../utils/isObject"),Ue=Ne.isObject,$e=n("../utils/obj2xml"),Ve=$e.obj2xml,Fe=n("../utils/checkObjectTag"),qe=Fe.checkObjectTag,er=n("../utils/getStrBytesCount"),ir=er.getStrBytesCount,dr=k;dr.putBucketLifecycle=function(){var Ce=(0,V.default)(j.default.mark(function jt(ar,ur,kt){var he,tr,gr,_r,yr;return j.default.wrap(function(Nr){for(;;)switch(Nr.prev=Nr.next){case 0:if(re(ar),ue(ur)){Nr.next=3;break}throw new Error("rules must be Array");case 3:return he=this._bucketRequestParams("PUT",ar,"lifecycle",kt),tr=[],gr={LifecycleConfiguration:{Rule:tr}},ur.forEach(function(Tr){cr(Tr),pe(Tr),Tr.id&&(Tr.ID=Tr.id,delete Tr.id),tr.push(Tr)}),_r=Ve(gr,{headers:!0,firstUpperCase:!0}),he.content=_r,he.mime="xml",he.successStatuses=[200],Nr.next=13,this.request(he);case 13:return yr=Nr.sent,Nr.abrupt("return",{res:yr.res});case 15:case"end":return Nr.stop()}},jt,this)}));function Ie(jt,ar,ur){return Ce.apply(this,arguments)}return Ie}();function cr(Ce){Ce.days&&(Ce.expiration={days:Ce.days}),Ce.date&&(Ce.expiration={createdBeforeDate:Ce.date})}function nr(Ce,Ie){var jt=Ce.days,ar=Ce.createdBeforeDate;if(!jt&&!ar)throw new Error("".concat(Ie," must includes days or createdBeforeDate"));if(jt&&(ue(jt)||!/^[1-9][0-9]*$/.test(jt)))throw new Error("days must be a positive integer");if(ar&&!/\d{4}-\d{2}-\d{2}T00:00:00.000Z/.test(ar))throw new Error("createdBeforeDate must be date and conform to iso8601 format")}function lr(Ce,Ie){var jt=Ce.noncurrentDays;if(jt){if(jt&&(ue(jt)||!/^[1-9][0-9]*$/.test(jt)))throw new Error("noncurrentDays must be a positive integer")}else throw new Error("".concat(Ie," must includes noncurrentDays"))}function Et(Ce){if(!ue(Ce)&&!Ue(Ce))throw new Error("tag must be Object or Array");Ce=Ue(Ce)?[Ce]:Ce;var Ie={},jt=_e(Ce);jt.forEach(function(ar){Ie[ar.key]=ar.value}),qe(Ie)}function ie(Ce){if(!["IA","Archive","ColdArchive","DeepColdArchive"].includes(Ce))throw new Error("StorageClass must be IA or Archive or ColdArchive or DeepColdArchive")}function pe(Ce){if(Ce.id&&ir(Ce.id)>255)throw new Error("ID is composed of 255 bytes at most");if(Ce.prefix===void 0)throw new Error("Rule must includes prefix");if(!["Enabled","Disabled"].includes(Ce.status))throw new Error("Status must be Enabled or Disabled");if(!Ce.expiration&&!Ce.noncurrentVersionExpiration&&!Ce.abortMultipartUpload&&!Ce.transition&&!Ce.noncurrentVersionTransition)throw new Error("Rule must includes expiration or noncurrentVersionExpiration or abortMultipartUpload or transition or noncurrentVersionTransition");if(Ce.transition&&(ie(Ce.transition.storageClass),nr(Ce.transition,"Transition")),Ce.expiration){if(!Ce.expiration.expiredObjectDeleteMarker)nr(Ce.expiration,"Expiration");else if(Ce.expiration.days||Ce.expiration.createdBeforeDate)throw new Error("expiredObjectDeleteMarker cannot be used with days or createdBeforeDate")}if(Ce.abortMultipartUpload&&nr(Ce.abortMultipartUpload,"AbortMultipartUpload"),Ce.noncurrentVersionTransition&&(ie(Ce.noncurrentVersionTransition.storageClass),lr(Ce.noncurrentVersionTransition,"NoncurrentVersionTransition")),Ce.noncurrentVersionExpiration&&lr(Ce.noncurrentVersionExpiration,"NoncurrentVersionExpiration"),Ce.tag){if(Ce.abortMultipartUpload)throw new Error("Tag cannot be used with abortMultipartUpload");Et(Ce.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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.includes.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/obj2xml"),ue=oe.obj2xml,de=k;de.putBucketVersioning=function(){var _e=(0,V.default)(j.default.mark(function Ue($e,Ve){var Fe,qe,er,ir,dr=arguments;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:if(Fe=dr.length>2&&dr[2]!==void 0?dr[2]:{},re($e),["Enabled","Suspended"].includes(Ve)){nr.next=4;break}throw new Error("status must be Enabled or Suspended");case 4:return qe=this._bucketRequestParams("PUT",$e,"versioning",Fe),er={VersioningConfiguration:{Status:Ve}},qe.mime="xml",qe.content=ue(er,{headers:!0}),nr.next=10,this.request(qe);case 10:return ir=nr.sent,nr.abrupt("return",{res:ir.res,status:ir.status});case 12:case"end":return nr.stop()}},Ue,this)}));function Ne(Ue,$e){return _e.apply(this,arguments)}return Ne}()},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/obj2xml"),ue=oe.obj2xml,de=n("../utils/isArray"),_e=de.isArray,Ne=k;Ne.putBucketWebsite=function(){var Ue=(0,V.default)(j.default.mark(function Ve(Fe){var qe,er,ir,dr,cr,nr,lr,Et=arguments;return j.default.wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:if(qe=Et.length>1&&Et[1]!==void 0?Et[1]:{},er=Et.length>2?Et[2]:void 0,re(Fe),ir=this._bucketRequestParams("PUT",Fe,"website",er),dr={Suffix:qe.index||"index.html"},cr={IndexDocument:dr},nr={WebsiteConfiguration:cr},qe.supportSubDir&&(dr.SupportSubDir=qe.supportSubDir),qe.type&&(dr.Type=qe.type),qe.error&&(cr.ErrorDocument={Key:qe.error}),qe.routingRules===void 0){pe.next=14;break}if(_e(qe.routingRules)){pe.next=13;break}throw new Error("RoutingRules must be Array");case 13:cr.RoutingRules={RoutingRule:qe.routingRules};case 14:return nr=ue(nr),ir.content=nr,ir.mime="xml",ir.successStatuses=[200],pe.next=20,this.request(ir);case 20:return lr=pe.sent,pe.abrupt("return",{res:lr.res});case 22:case"end":return pe.stop()}},Ve,this)}));function $e(Ve){return Ue.apply(this,arguments)}return $e}()},{"../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(n,$,k){(function(L){(function(){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),k.encodeCallback=function(V,z){if(V.headers=V.headers||{},!Object.prototype.hasOwnProperty.call(V.headers,"x-oss-callback")&&z.callback){var re={callbackUrl:encodeURI(z.callback.url),callbackBody:z.callback.body};z.callback.host&&(re.callbackHost=z.callback.host),z.callback.contentType&&(re.callbackBodyType=z.callback.contentType),z.callback.callbackSNI&&(re.callbackSNI=z.callback.callbackSNI);var oe=L.from(JSON.stringify(re)).toString("base64");if(V.headers["x-oss-callback"]=oe,z.callback.customValue){var ue={};Object.keys(z.callback.customValue).forEach(function(de){ue["x:".concat(de)]=z.callback.customValue[de].toString()}),V.headers["x-oss-callback-var"]=L.from(JSON.stringify(ue)).toString("base64")}}}}).call(this)}).call(this,n("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(n,$,k){n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js");var L=function(_e){return _e&&_e.__esModule?_e:{default:_e}};Object.defineProperty(k,"__esModule",{value:!0}),k.getReqUrl=void 0;var j=L(n("copy-to")),V=L(n("url")),z=L(n("merge-descriptors")),re=L(n("is-type-of")),oe=n("../utils/isIP"),ue=n("../utils/checkConfigValid");function de(_e){var Ne={},Ue=this.options.cname;ue.checkConfigValid(this.options.endpoint,"endpoint"),j.default(this.options.endpoint,!1).to(Ne),_e.bucket&&!Ue&&!oe.isIP(Ne.hostname)&&!this.options.sldEnable&&(Ne.host="".concat(_e.bucket,".").concat(Ne.host));var $e="/";_e.bucket&&this.options.sldEnable&&($e+="".concat(_e.bucket,"/")),_e.object&&($e+=this._escape(_e.object).replace(/\+/g,"%2B")),Ne.pathname=$e;var Ve={};if(_e.query&&z.default(Ve,_e.query),_e.subres){var Fe={};re.default.string(_e.subres)?Fe[_e.subres]="":re.default.array(_e.subres)?_e.subres.forEach(function(qe){Fe[qe]=""}):Fe=_e.subres,z.default(Ve,Fe)}return Ne.query=Ve,V.default.format(Ne)}k.getReqUrl=de},{"../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(n,$,k){n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.string.trim.js");var L=n("humanize-ms"),j=n("url"),V=n("../utils/checkBucketName"),z=V.checkBucketName,re=n("../utils/setRegion"),oe=re.setRegion,ue=n("../utils/checkConfigValid"),de=ue.checkConfigValid;function _e(Ne,Ue){de(Ne,"endpoint");var $e=j.parse(Ne);if($e.protocol||($e=j.parse("http".concat(Ue?"s":"","://").concat(Ne))),$e.protocol!=="http:"&&$e.protocol!=="https:")throw new Error("Endpoint protocol must be http or https.");return $e}$.exports=function(Ne){if(!Ne||!Ne.accessKeyId||!Ne.accessKeySecret)throw new Error("require accessKeyId, accessKeySecret");Ne.stsToken&&!Ne.refreshSTSToken&&!Ne.refreshSTSTokenInterval&&console.warn("It's recommended to set 'refreshSTSToken' and 'refreshSTSTokenInterval' to refresh stsToken、accessKeyId、accessKeySecret automatically when sts token has expired"),Ne.bucket&&z(Ne.bucket);var Ue=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},Ne);if(Ue.accessKeyId=Ue.accessKeyId.trim(),Ue.accessKeySecret=Ue.accessKeySecret.trim(),Ue.timeout&&(Ue.timeout=L(Ue.timeout)),Ue.endpoint)Ue.endpoint=_e(Ue.endpoint,Ue.secure);else if(Ue.region)Ue.endpoint=oe(Ue.region,Ue.internal,Ue.secure);else throw new Error("require options.endpoint or options.region");return Ue.inited=!0,Ue}},{"../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(n,$,k){var L=n("merge-descriptors"),j=k;L(j,n("./processObjectSave"))},{"./processObjectSave":28,"merge-descriptors":430}],28:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.concat.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("querystring"),ue=n("js-base64"),de=ue.Base64.encode,_e=k;_e.processObjectSave=function(){var Ue=(0,V.default)(j.default.mark(function Ve(Fe,qe,er,ir){var dr,cr,nr,lr;return j.default.wrap(function(ie){for(;;)switch(ie.prev=ie.next){case 0:return Ne(Fe,"sourceObject"),Ne(qe,"targetObject"),Ne(er,"process"),qe=this._objectName(qe),ir&&re(ir),dr=this._objectRequestParams("POST",Fe,{subres:"x-oss-process"}),cr=ir?",b_".concat(de(ir)):"",qe=de(qe),nr={"x-oss-process":"".concat(er,"|sys/saveas,o_").concat(qe).concat(cr)},dr.content=oe.stringify(nr),ie.next=12,this.request(dr);case 12:return lr=ie.sent,ie.abrupt("return",{res:lr.res,status:lr.res.status});case 14:case"end":return ie.stop()}},Ve,this)}));function $e(Ve,Fe,qe,er){return Ue.apply(this,arguments)}return $e}();function Ne(Ue,$e){if(!Ue)throw new Error("".concat($e," is required"));if(typeof Ue!="string")throw new Error("".concat($e," 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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.function.name.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.array.from.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.regexp.to-string.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("debug")("ali-oss:multipart-copy"),re=n("copy-to"),oe=k;oe.uploadPartCopy=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue,$e,Ve,Fe){var qe,er,ir,dr,cr,nr=arguments;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return qe=nr.length>5&&nr[5]!==void 0?nr[5]:{},qe.headers=qe.headers||{},er=qe.versionId||qe.subres&&qe.subres.versionId||null,er?ir="/".concat(Fe.sourceBucketName,"/").concat(encodeURIComponent(Fe.sourceKey),"?versionId=").concat(er):ir="/".concat(Fe.sourceBucketName,"/").concat(encodeURIComponent(Fe.sourceKey)),qe.headers["x-oss-copy-source"]=ir,Ve&&(qe.headers["x-oss-copy-source-range"]="bytes=".concat(Ve)),qe.subres={partNumber:$e,uploadId:Ue},dr=this._objectRequestParams("PUT",Ne,qe),dr.mime=qe.mime,dr.successStatuses=[200],Et.next=12,this.request(dr);case 12:return cr=Et.sent,Et.abrupt("return",{name:Ne,etag:cr.res.headers.etag,res:cr.res});case 14:case"end":return Et.stop()}},_e,this)}));function de(_e,Ne,Ue,$e,Ve){return ue.apply(this,arguments)}return de}(),oe.multipartUploadCopy=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue){var $e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et,ie,pe=arguments;return j.default.wrap(function(Ie){for(;;)switch(Ie.prev=Ie.next){case 0:return $e=pe.length>2&&pe[2]!==void 0?pe[2]:{},this.resetCancelFlag(),Ve=$e.versionId,Fe=Ve===void 0?null:Ve,qe={versionId:Fe},Ie.next=6,this._getObjectMeta(Ue.sourceBucketName,Ue.sourceKey,qe);case 6:if(er=Ie.sent,ir=er.res.headers["content-length"],Ue.startOffset=Ue.startOffset||0,Ue.endOffset=Ue.endOffset||ir,!($e.checkpoint&&$e.checkpoint.uploadId)){Ie.next=14;break}return Ie.next=13,this._resumeMultipartCopy($e.checkpoint,Ue,$e);case 13:return Ie.abrupt("return",Ie.sent);case 14:if(dr=102400,cr=Ue.endOffset-Ue.startOffset,!(cr<dr)){Ie.next=18;break}throw new Error("copySize must not be smaller than ".concat(dr));case 18:if(!($e.partSize&&$e.partSize<dr)){Ie.next=20;break}throw new Error("partSize must not be smaller than ".concat(dr));case 20:return Ie.next=22,this.initMultipartUpload(Ne,$e);case 22:if(nr=Ie.sent,lr=nr.uploadId,Et=this._getPartSize(cr,$e.partSize),ie={name:Ne,copySize:cr,partSize:Et,uploadId:lr,doneParts:[]},!($e&&$e.progress)){Ie.next=29;break}return Ie.next=29,$e.progress(0,ie,nr.res);case 29:return Ie.next=31,this._resumeMultipartCopy(ie,Ue,$e);case 31:return Ie.abrupt("return",Ie.sent);case 32:case"end":return Ie.stop()}},_e,this)}));function de(_e,Ne){return ue.apply(this,arguments)}return de}(),oe._resumeMultipartCopy=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue,$e){var Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et,ie,pe,Ce,Ie,jt,ar,ur,kt,he,tr,gr;return j.default.wrap(function(yr){for(;;)switch(yr.prev=yr.next){case 0:if(!this.isCancel()){yr.next=2;break}throw this._makeCancelEvent();case 2:if(Ve=$e.versionId,Fe=Ve===void 0?null:Ve,qe={versionId:Fe},er=Ne.copySize,ir=Ne.partSize,dr=Ne.uploadId,cr=Ne.doneParts,nr=Ne.name,lr=this._divideMultipartCopyParts(er,ir,Ue.startOffset),Et=lr.length,ie={headers:{}},$e.copyheaders&&re($e.copyheaders).to(ie.headers),Fe&&re(qe).to(ie),pe=function(Nr,Tr,Sr){return new Promise(function(){var Ar=(0,V.default)(j.default.mark(function Fr(Gr,Vr){var Dr,Ir,Br;return j.default.wrap(function(Lr){for(;;)switch(Lr.prev=Lr.next){case 0:if(Lr.prev=0,Nr.isCancel()){Lr.next=22;break}return Dr=lr[Tr-1],Ir="".concat(Dr.start,"-").concat(Dr.end-1),Lr.prev=4,Lr.next=7,Nr.uploadPartCopy(nr,dr,Tr,Ir,Sr,ie);case 7:Br=Lr.sent,Lr.next=15;break;case 10:if(Lr.prev=10,Lr.t0=Lr.catch(4),Lr.t0.status!==404){Lr.next=14;break}throw Nr._makeAbortEvent();case 14:throw Lr.t0;case 15:if(Nr.isCancel()){Lr.next=22;break}if(z("content-range ".concat(Br.res.headers["content-range"])),cr.push({number:Tr,etag:Br.res.headers.etag}),Ne.doneParts=cr,!($e&&$e.progress)){Lr.next=22;break}return Lr.next=22,$e.progress(cr.length/Et,Ne,Br.res);case 22:Gr(),Lr.next=29;break;case 25:Lr.prev=25,Lr.t1=Lr.catch(0),Lr.t1.partNum=Tr,Vr(Lr.t1);case 29:case"end":return Lr.stop()}},Fr,null,[[0,25],[4,10]])}));return function(Fr,Gr){return Ar.apply(this,arguments)}}())},Ce=Array.from(new Array(Et),function(xr,Nr){return Nr+1}),Ie=cr.map(function(xr){return xr.number}),jt=Ce.filter(function(xr){return Ie.indexOf(xr)<0}),ar=5,ur=$e.parallel||ar,!(this.checkBrowserAndVersion("Internet Explorer","10")||ur===1)){yr.next=28;break}kt=0;case 18:if(!(kt<jt.length)){yr.next=26;break}if(!this.isCancel()){yr.next=21;break}throw this._makeCancelEvent();case 21:return yr.next=23,pe(this,jt[kt],Ue);case 23:kt++,yr.next=18;break;case 26:yr.next=40;break;case 28:return yr.next=30,this._parallelNode(jt,ur,pe,Ue);case 30:if(he=yr.sent,tr=he.find(function(xr){return xr.name==="abort"}),!tr){yr.next=34;break}throw tr;case 34:if(!this.isCancel()){yr.next=36;break}throw this._makeCancelEvent();case 36:if(!(he&&he.length>0)){yr.next=40;break}throw gr=he[0],gr.message="Failed to copy some parts with error: ".concat(gr.toString()," part_num: ").concat(gr.partNum),gr;case 40:return yr.next=42,this.completeMultipartUpload(nr,dr,cr,$e);case 42:return yr.abrupt("return",yr.sent);case 43:case"end":return yr.stop()}},_e,this)}));function de(_e,Ne,Ue){return ue.apply(this,arguments)}return de}(),oe._divideMultipartCopyParts=function(de,_e,Ne){for(var Ue=Math.ceil(de/_e),$e=[],Ve=0;Ve<Ue;Ve++){var Fe=_e*Ve+Ne,qe=Math.min(Fe+_e,de+Ne);$e.push({start:Fe,end:qe})}return $e},oe._getObjectMeta=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue,$e){var Ve,Fe;return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return Ve=this.getBucket(),this.setBucket(Ne),er.next=4,this.head(Ue,$e);case 4:return Fe=er.sent,this.setBucket(Ve),er.abrupt("return",Fe);case 7:case"end":return er.stop()}},_e,this)}));function de(_e,Ne,Ue){return ue.apply(this,arguments)}return de}()},{"@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(n,$,k){(function(L){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.map.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.array.sort.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.regexp.to-string.js");var z=j(n("@babel/runtime/helpers/asyncToGenerator")),re=n("copy-to"),oe=n("./callback"),ue=n("./utils/deepCopy"),de=ue.deepCopyWith,_e=n("./utils/isBuffer"),Ne=_e.isBuffer,Ue=n("./utils/omit"),$e=Ue.omit,Ve=k;Ve.listUploads=function(){var Fe=(0,z.default)(V.default.mark(function er(ir,dr){var cr,nr,lr,Et;return V.default.wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:return dr=dr||{},cr={},re(dr).to(cr),cr.subres="uploads",nr=this._objectRequestParams("GET","",cr),nr.query=ir,nr.xmlResponse=!0,nr.successStatuses=[200],pe.next=10,this.request(nr);case 10:return lr=pe.sent,Et=lr.data.Upload||[],Array.isArray(Et)||(Et=[Et]),Et=Et.map(function(Ce){return{name:Ce.Key,uploadId:Ce.UploadId,initiated:Ce.Initiated}}),pe.abrupt("return",{res:lr.res,uploads:Et,bucket:lr.data.Bucket,nextKeyMarker:lr.data.NextKeyMarker,nextUploadIdMarker:lr.data.NextUploadIdMarker,isTruncated:lr.data.IsTruncated==="true"});case 15:case"end":return pe.stop()}},er,this)}));function qe(er,ir){return Fe.apply(this,arguments)}return qe}(),Ve.listParts=function(){var Fe=(0,z.default)(V.default.mark(function er(ir,dr,cr,nr){var lr,Et,ie;return V.default.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return nr=nr||{},lr={},re(nr).to(lr),lr.subres={uploadId:dr},Et=this._objectRequestParams("GET",ir,lr),Et.query=cr,Et.xmlResponse=!0,Et.successStatuses=[200],Ce.next=10,this.request(Et);case 10:return ie=Ce.sent,Ce.abrupt("return",{res:ie.res,uploadId:ie.data.UploadId,bucket:ie.data.Bucket,name:ie.data.Key,partNumberMarker:ie.data.PartNumberMarker,nextPartNumberMarker:ie.data.NextPartNumberMarker,maxParts:ie.data.MaxParts,isTruncated:ie.data.IsTruncated,parts:ie.data.Part||[]});case 12:case"end":return Ce.stop()}},er,this)}));function qe(er,ir,dr,cr){return Fe.apply(this,arguments)}return qe}(),Ve.abortMultipartUpload=function(){var Fe=(0,z.default)(V.default.mark(function er(ir,dr,cr){var nr,lr,Et;return V.default.wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:return this._stop(),cr=cr||{},nr={},re(cr).to(nr),nr.subres={uploadId:dr},lr=this._objectRequestParams("DELETE",ir,nr),lr.successStatuses=[204],pe.next=9,this.request(lr);case 9:return Et=pe.sent,pe.abrupt("return",{res:Et.res});case 11:case"end":return pe.stop()}},er,this)}));function qe(er,ir,dr){return Fe.apply(this,arguments)}return qe}(),Ve.initMultipartUpload=function(){var Fe=(0,z.default)(V.default.mark(function er(ir,dr){var cr,nr,lr;return V.default.wrap(function(ie){for(;;)switch(ie.prev=ie.next){case 0:return dr=dr||{},cr={},re(dr).to(cr),cr.headers=cr.headers||{},this._convertMetaToHeaders(dr.meta,cr.headers),cr.subres="uploads",nr=this._objectRequestParams("POST",ir,cr),nr.mime=dr.mime,nr.xmlResponse=!0,nr.successStatuses=[200],ie.next=12,this.request(nr);case 12:return lr=ie.sent,ie.abrupt("return",{res:lr.res,bucket:lr.data.Bucket,name:lr.data.Key,uploadId:lr.data.UploadId});case 14:case"end":return ie.stop()}},er,this)}));function qe(er,ir){return Fe.apply(this,arguments)}return qe}(),Ve.uploadPart=function(){var Fe=(0,z.default)(V.default.mark(function er(ir,dr,cr,nr,lr,Et,ie){var pe,Ce;return V.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:if(pe={size:Et-lr},Ce=L&&L.browser,!Ce){jt.next=8;break}return jt.next=5,this._createBuffer(nr,lr,Et);case 5:pe.content=jt.sent,jt.next=11;break;case 8:return jt.next=10,this._createStream(nr,lr,Et);case 10:pe.stream=jt.sent;case 11:return jt.next=13,this._uploadPart(ir,dr,cr,pe,ie);case 13:return jt.abrupt("return",jt.sent);case 14:case"end":return jt.stop()}},er,this)}));function qe(er,ir,dr,cr,nr,lr,Et){return Fe.apply(this,arguments)}return qe}(),Ve.completeMultipartUpload=function(){var Fe=(0,z.default)(V.default.mark(function er(ir,dr,cr,nr){var lr,Et,ie,pe,Ce,Ie,jt,ar;return V.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:for(lr=cr.concat().sort(function(he,tr){return he.number-tr.number}).filter(function(he,tr,gr){return!tr||he.number!==gr[tr-1].number}),Et=`<?xml version="1.0" encoding="UTF-8"?>
<CompleteMultipartUpload>
`,ie=0;ie<lr.length;ie++)pe=lr[ie],Et+=`<Part>
`,Et+="<PartNumber>".concat(pe.number,`</PartNumber>
`),Et+="<ETag>".concat(pe.etag,`</ETag>
`),Et+=`</Part>
`;return Et+="</CompleteMultipartUpload>",nr=nr||{},Ce={},Ce=de(nr,function(he){if(Ne(he))return null}),Ce.subres={uploadId:dr},Ce.headers=$e(Ce.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),Ie=this._objectRequestParams("POST",ir,Ce),oe.encodeCallback(Ie,Ce),Ie.mime="xml",Ie.content=Et,Ie.headers&&Ie.headers["x-oss-callback"]||(Ie.xmlResponse=!0),Ie.successStatuses=[200],kt.next=17,this.request(Ie);case 17:if(jt=kt.sent,!nr.progress){kt.next=21;break}return kt.next=21,nr.progress(1,null,jt.res);case 21:return ar={res:jt.res,bucket:Ie.bucket,name:ir,etag:jt.res.headers.etag},Ie.headers&&Ie.headers["x-oss-callback"]&&(ar.data=JSON.parse(jt.data.toString())),kt.abrupt("return",ar);case 24:case"end":return kt.stop()}},er,this)}));function qe(er,ir,dr,cr){return Fe.apply(this,arguments)}return qe}(),Ve._uploadPart=function(){var Fe=(0,z.default)(V.default.mark(function er(ir,dr,cr,nr,lr){var Et,ie,pe,Ce;return V.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return lr=lr||{},Et={},re(lr).to(Et),Et.headers=Et.headers||{},Et.headers["Content-Length"]=nr.size,Et.headers=$e(Et.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),Et.subres={partNumber:cr,uploadId:dr},ie=this._objectRequestParams("PUT",ir,Et),ie.mime=Et.mime,pe=L&&L.browser,pe?ie.content=nr.content:ie.stream=nr.stream,ie.successStatuses=[200],ie.disabledMD5=lr.disabledMD5,jt.next=15,this.request(ie);case 15:if(Ce=jt.sent,Ce.res.headers.etag){jt.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 nr.stream&&(nr.stream=null,ie.stream=null),jt.abrupt("return",{name:ir,etag:Ce.res.headers.etag,res:Ce.res});case 20:case"end":return jt.stop()}},er,this)}));function qe(er,ir,dr,cr,nr){return Fe.apply(this,arguments)}return qe}()}).call(this)}).call(this,n("_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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.regexp.exec.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("url"),re=n("utility"),oe=n("copy-to"),ue=n("../../common/signUtils"),de=n("../utils/isIP"),_e=de.isIP,Ne=n("../utils/setSTSToken"),Ue=Ne.setSTSToken,$e=n("../utils/isFunction"),Ve=$e.isFunction,Fe=k;Fe.asyncSignatureUrl=function(){var qe=(0,V.default)(j.default.mark(function ir(dr,cr){var nr,lr,Et,ie,pe,Ce,Ie=arguments;return j.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:if(nr=Ie.length>2&&Ie[2]!==void 0?Ie[2]:!0,!_e(this.options.endpoint.hostname)){ar.next=3;break}throw new Error("can not get the object URL when endpoint is IP");case 3:if(!(nr&&/^\?/.test(dr))){ar.next=5;break}throw new Error("Invalid object name ".concat(dr));case 5:if(cr=cr||{},dr=this._objectName(dr),cr.method=cr.method||"GET",lr=re.timestamp()+(cr.expires||1800),Et={bucket:this.options.bucket,object:dr},ie=this._getResource(Et),!(this.options.stsToken&&Ve(this.options.refreshSTSToken))){ar.next=14;break}return ar.next=14,Ue.call(this);case 14:return this.options.stsToken&&(cr["security-token"]=this.options.stsToken),pe=ue._signatureForURL(this.options.accessKeySecret,cr,ie,lr),Ce=z.parse(this._getReqUrl(Et)),Ce.query={OSSAccessKeyId:this.options.accessKeyId,Expires:lr,Signature:pe.Signature},oe(pe.subResource).to(Ce.query),ar.abrupt("return",Ce.format());case 20:case"end":return ar.stop()}},ir,this)}));function er(ir,dr){return qe.apply(this,arguments)}return er}()},{"../../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js");var V=L(n("@babel/runtime/helpers/typeof")),z=L(n("@babel/runtime/helpers/asyncToGenerator")),re=n("../utils/checkBucketName"),oe=re.checkBucketName,ue=k,de=["content-type","content-encoding","content-language","content-disposition","cache-control","expires"];ue.copy=function(){var _e=(0,z.default)(j.default.mark(function Ue($e,Ve,Fe,qe){var er,ir,dr;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return(0,V.default)(Fe)==="object"&&(qe=Fe),qe=qe||{},qe.headers=qe.headers||{},Object.keys(qe.headers).forEach(function(lr){qe.headers["x-oss-copy-source-".concat(lr.toLowerCase())]=qe.headers[lr]}),(qe.meta||Object.keys(qe.headers).find(function(lr){return de.includes(lr.toLowerCase())}))&&(qe.headers["x-oss-metadata-directive"]="REPLACE"),this._convertMetaToHeaders(qe.meta,qe.headers),Ve=this._getSourceName(Ve,Fe),qe.versionId&&(Ve="".concat(Ve,"?versionId=").concat(qe.versionId)),qe.headers["x-oss-copy-source"]=Ve,er=this._objectRequestParams("PUT",$e,qe),er.xmlResponse=!0,er.successStatuses=[200,304],nr.next=14,this.request(er);case 14:return ir=nr.sent,dr=ir.data,dr&&(dr={etag:dr.ETag,lastModified:dr.LastModified}),nr.abrupt("return",{data:dr,res:ir.res});case 18:case"end":return nr.stop()}},Ue,this)}));function Ne(Ue,$e,Ve,Fe){return _e.apply(this,arguments)}return Ne}(),ue._getSourceName=function(Ne,Ue){return typeof Ue=="string"?Ne=this._objectName(Ne):Ne[0]!=="/"?Ue=this.options.bucket:(Ue=Ne.replace(/\/(.+?)(\/.*)/,"$1"),Ne=Ne.replace(/(\/.+?\/)(.*)/,"$2")),oe(Ue),Ne=encodeURIComponent(Ne),Ne="/".concat(Ue,"/").concat(Ne),Ne}},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.delete=function(){var re=(0,V.default)(j.default.mark(function ue(de){var _e,Ne,Ue,$e=arguments;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return _e=$e.length>1&&$e[1]!==void 0?$e[1]:{},_e.subres=Object.assign({},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),Ne=this._objectRequestParams("DELETE",de,_e),Ne.successStatuses=[204],Fe.next=7,this.request(Ne);case 7:return Ue=Fe.sent,Fe.abrupt("return",{res:Ue.res});case 9:case"end":return Fe.stop()}},ue,this)}));function oe(ue){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],34:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("utility"),re=n("../utils/obj2xml"),oe=re.obj2xml,ue=k;ue.deleteMulti=function(){var de=(0,V.default)(j.default.mark(function Ne(Ue){var $e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et,ie,pe,Ce=arguments;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:if($e=Ce.length>1&&Ce[1]!==void 0?Ce[1]:{},Ve=[],!(!Ue||!Ue.length)){jt.next=4;break}throw new Error("names is required");case 4:for(Fe=0;Fe<Ue.length;Fe++)qe={},typeof Ue[Fe]=="string"?qe.Key=z.escape(this._objectName(Ue[Fe])):(er=Ue[Fe],ir=er.key,dr=er.versionId,qe.Key=z.escape(this._objectName(ir)),qe.VersionId=dr),Ve.push(qe);return cr={Delete:{Quiet:!!$e.quiet,Object:Ve}},nr=oe(cr,{headers:!0}),$e.subres=Object.assign({delete:""},$e.subres),$e.versionId&&($e.subres.versionId=$e.versionId),lr=this._objectRequestParams("POST","",$e),lr.mime="xml",lr.content=nr,lr.xmlResponse=!0,lr.successStatuses=[200],jt.next=16,this.request(lr);case 16:return Et=jt.sent,ie=Et.data,pe=ie&&ie.Deleted||null,pe&&(Array.isArray(pe)||(pe=[pe])),jt.abrupt("return",{res:Et.res,deleted:pe||[]});case 21:case"end":return jt.stop()}},Ne,this)}));function _e(Ne){return de.apply(this,arguments)}return _e}()},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.deleteObjectTagging=function(){var re=(0,V.default)(j.default.mark(function ue(de){var _e,Ne,Ue,$e=arguments;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return _e=$e.length>1&&$e[1]!==void 0?$e[1]:{},_e.subres=Object.assign({tagging:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),de=this._objectName(de),Ne=this._objectRequestParams("DELETE",de,_e),Ne.successStatuses=[204],Fe.next=8,this.request(Ne);case 8:return Ue=Fe.sent,Fe.abrupt("return",{status:Ue.status,res:Ue.res});case 10:case"end":return Fe.stop()}},ue,this)}));function oe(ue){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],36:[function(n,$,k){n("core-js/modules/es.array.concat.js");var L=n("url"),j=n("../utils/isIP"),V=j.isIP,z=k;z.generateObjectUrl=function(oe,ue){if(V(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");if(ue)ue[ue.length-1]!=="/"&&(ue+="/");else{ue=this.options.endpoint.format();var de=L.parse(ue),_e=this.options.bucket;de.hostname="".concat(_e,".").concat(de.hostname),de.host="".concat(_e,".").concat(de.host),ue=de.format()}return ue+this._escape(this._objectName(oe))}},{"../utils/isIP":72,"core-js/modules/es.array.concat.js":310,url:545}],37:[function(n,$,k){(function(L){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var z=j(n("@babel/runtime/helpers/asyncToGenerator")),re=n("fs"),oe=n("is-type-of"),ue=n("../utils/isObject"),de=ue.isObject,_e=k;_e.get=function(){var Ne=(0,z.default)(V.default.mark(function $e(Ve,Fe){var qe,er,ir,dr,cr,nr,lr,Et,ie=arguments;return V.default.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return qe=ie.length>2&&ie[2]!==void 0?ie[2]:{},er=null,ir=!1,oe.writableStream(Fe)?er=Fe:oe.string(Fe)?(er=re.createWriteStream(Fe),ir=!0):de(Fe)&&(qe=Fe),qe=qe||{},dr=L&&L.browser,cr=qe.responseCacheControl===null?"":"no-cache",nr=dr&&cr?{"response-cache-control":cr}:{},qe.subres=Object.assign(nr,qe.subres),qe.versionId&&(qe.subres.versionId=qe.versionId),qe.process&&(qe.subres["x-oss-process"]=qe.process),Ce.prev=11,Et=this._objectRequestParams("GET",Ve,qe),Et.writeStream=er,Et.successStatuses=[200,206,304],Ce.next=17,this.request(Et);case 17:lr=Ce.sent,ir&&er.destroy(),Ce.next=28;break;case 21:if(Ce.prev=21,Ce.t0=Ce.catch(11),!ir){Ce.next=27;break}return er.destroy(),Ce.next=27,this._deleteFileSafe(Fe);case 27:throw Ce.t0;case 28:return Ce.abrupt("return",{res:lr.res,content:lr.data});case 29:case"end":return Ce.stop()}},$e,this,[[11,21]])}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}()}).call(this)}).call(this,n("_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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.getACL=function(){var re=(0,V.default)(j.default.mark(function ue(de){var _e,Ne,Ue,$e=arguments;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return _e=$e.length>1&&$e[1]!==void 0?$e[1]:{},_e.subres=Object.assign({acl:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),de=this._objectName(de),Ne=this._objectRequestParams("GET",de,_e),Ne.successStatuses=[200],Ne.xmlResponse=!0,Fe.next=9,this.request(Ne);case 9:return Ue=Fe.sent,Fe.abrupt("return",{acl:Ue.data.AccessControlList.Grant,owner:{id:Ue.data.Owner.ID,displayName:Ue.data.Owner.DisplayName},res:Ue.res});case 11:case"end":return Fe.stop()}},ue,this)}));function oe(ue){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],39:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.number.constructor.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k,re=n("../utils/isObject"),oe=re.isObject,ue=n("../utils/isArray"),de=ue.isArray;z.getBucketVersions=_e,z.listObjectVersions=_e;function _e(){return Ne.apply(this,arguments)}function Ne(){return Ne=(0,V.default)(j.default.mark(function Ve(){var Fe,qe,er,ir,dr,cr,nr,lr,Et=arguments;return j.default.wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:if(Fe=Et.length>0&&Et[0]!==void 0?Et[0]:{},qe=Et.length>1&&Et[1]!==void 0?Et[1]:{},!(Fe.versionIdMarker&&Fe.keyMarker===void 0)){pe.next=4;break}throw new Error("A version-id marker cannot be specified without a key marker");case 4:return qe.subres=Object.assign({versions:""},qe.subres),qe.versionId&&(qe.subres.versionId=qe.versionId),er=this._objectRequestParams("GET","",qe),er.xmlResponse=!0,er.successStatuses=[200],er.query=$e(Fe),pe.next=12,this.request(er);case 12:return ir=pe.sent,dr=ir.data.Version||[],cr=ir.data.DeleteMarker||[],nr=this,dr&&(Array.isArray(dr)||(dr=[dr]),dr=dr.map(function(Ce){return{name:Ce.Key,url:nr._objectUrl(Ce.Key),lastModified:Ce.LastModified,isLatest:Ce.IsLatest==="true",versionId:Ce.VersionId,etag:Ce.ETag,type:Ce.Type,size:Number(Ce.Size),storageClass:Ce.StorageClass,owner:{id:Ce.Owner.ID,displayName:Ce.Owner.DisplayName}}})),cr&&(de(cr)||(cr=[cr]),cr=cr.map(function(Ce){return{name:Ce.Key,lastModified:Ce.LastModified,versionId:Ce.VersionId,owner:{id:Ce.Owner.ID,displayName:Ce.Owner.DisplayName}}})),lr=ir.data.CommonPrefixes||null,lr&&(de(lr)||(lr=[lr]),lr=lr.map(function(Ce){return Ce.Prefix})),pe.abrupt("return",{res:ir.res,objects:dr,deleteMarker:cr,prefixes:lr,nextMarker:ir.data.NextKeyMarker||null,NextVersionIdMarker:ir.data.NextVersionIdMarker||null,nextKeyMarker:ir.data.NextKeyMarker||null,nextVersionIdMarker:ir.data.NextVersionIdMarker||null,isTruncated:ir.data.IsTruncated==="true"});case 21:case"end":return pe.stop()}},Ve,this)})),Ne.apply(this,arguments)}function Ue(Ve){return Ve.replace(/([A-Z])/g,"-$1").toLowerCase()}function $e(){var Ve=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Fe={};return oe(Ve)&&Object.keys(Ve).forEach(function(qe){Fe[Ue(qe)]=Ve[qe]}),Fe}},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.getObjectMeta=function(){var re=(0,V.default)(j.default.mark(function ue(de,_e){var Ne,Ue;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return _e=_e||{},de=this._objectName(de),_e.subres=Object.assign({objectMeta:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),Ne=this._objectRequestParams("HEAD",de,_e),Ne.successStatuses=[200],Ve.next=8,this.request(Ne);case 8:return Ue=Ve.sent,Ve.abrupt("return",{status:Ue.status,res:Ue.res});case 10:case"end":return Ve.stop()}},ue,this)}));function oe(ue,de){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],41:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k,re=n("../utils/isObject"),oe=re.isObject;z.getObjectTagging=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne){var Ue,$e,Ve,Fe,qe,er,ir=arguments;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:return Ue=ir.length>1&&ir[1]!==void 0?ir[1]:{},Ue.subres=Object.assign({tagging:""},Ue.subres),Ue.versionId&&(Ue.subres.versionId=Ue.versionId),Ne=this._objectName(Ne),$e=this._objectRequestParams("GET",Ne,Ue),$e.successStatuses=[200],cr.next=8,this.request($e);case 8:return Ve=cr.sent,cr.next=11,this.parseXML(Ve.data);case 11:return Fe=cr.sent,qe=Fe.TagSet.Tag,qe=qe&&oe(qe)?[qe]:qe||[],er={},qe.forEach(function(nr){er[nr.Key]=nr.Value}),cr.abrupt("return",{status:Ve.status,res:Ve.res,tag:er});case 17:case"end":return cr.stop()}},_e,this)}));function de(_e){return ue.apply(this,arguments)}return de}()},{"../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(n,$,k){var L=n("../utils/isIP"),j=L.isIP,V=k;V.getObjectUrl=function(re,oe){if(j(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");return oe?oe[oe.length-1]!=="/"&&(oe+="/"):oe=this.options.endpoint.format(),oe+this._escape(this._objectName(re))}},{"../utils/isIP":72}],43:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.getSymlink=function(){var re=(0,V.default)(j.default.mark(function ue(de){var _e,Ne,Ue,$e,Ve=arguments;return j.default.wrap(function(qe){for(;;)switch(qe.prev=qe.next){case 0:return _e=Ve.length>1&&Ve[1]!==void 0?Ve[1]:{},_e.subres=Object.assign({symlink:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),de=this._objectName(de),Ne=this._objectRequestParams("GET",de,_e),Ne.successStatuses=[200],qe.next=8,this.request(Ne);case 8:return Ue=qe.sent,$e=Ue.res.headers["x-oss-symlink-target"],qe.abrupt("return",{targetName:decodeURIComponent($e),res:Ue.res});case 11:case"end":return qe.stop()}},ue,this)}));function oe(ue){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],44:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkEnv"),re=z.checkEnv,oe=k;oe.head=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne){var Ue,$e,Ve,Fe,qe=arguments;return j.default.wrap(function(ir){for(;;)switch(ir.prev=ir.next){case 0:return Ue=qe.length>1&&qe[1]!==void 0?qe[1]:{},re("Because HeadObject has gzip enabled, head cannot get the file size correctly. If you need to get the file size, please use getObjectMeta"),Ue.subres=Object.assign({},Ue.subres),Ue.versionId&&(Ue.subres.versionId=Ue.versionId),$e=this._objectRequestParams("HEAD",Ne,Ue),$e.successStatuses=[200,304],ir.next=8,this.request($e);case 8:return Ve=ir.sent,Fe={meta:null,res:Ve.res,status:Ve.status},Ve.status===200&&Object.keys(Ve.headers).forEach(function(dr){dr.indexOf("x-oss-meta-")===0&&(Fe.meta||(Fe.meta={}),Fe.meta[dr.substring(11)]=Ve.headers[dr])}),ir.abrupt("return",Fe);case 12:case"end":return ir.stop()}},_e,this)}));function de(_e){return ue.apply(this,arguments)}return de}()},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.putACL=function(){var re=(0,V.default)(j.default.mark(function ue(de,_e,Ne){var Ue,$e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return Ne=Ne||{},Ne.subres=Object.assign({acl:""},Ne.subres),Ne.versionId&&(Ne.subres.versionId=Ne.versionId),Ne.headers=Ne.headers||{},Ne.headers["x-oss-object-acl"]=_e,de=this._objectName(de),Ue=this._objectRequestParams("PUT",de,Ne),Ue.successStatuses=[200],Fe.next=10,this.request(Ue);case 10:return $e=Fe.sent,Fe.abrupt("return",{res:$e.res});case 12:case"end":return Fe.stop()}},ue,this)}));function oe(ue,de,_e){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],46:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.object.keys.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/obj2xml"),re=z.obj2xml,oe=n("../utils/checkObjectTag"),ue=oe.checkObjectTag,de=k;de.putObjectTagging=function(){var _e=(0,V.default)(j.default.mark(function Ue($e,Ve){var Fe,qe,er,ir,dr=arguments;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return Fe=dr.length>2&&dr[2]!==void 0?dr[2]:{},ue(Ve),Fe.subres=Object.assign({tagging:""},Fe.subres),Fe.versionId&&(Fe.subres.versionId=Fe.versionId),$e=this._objectName($e),qe=this._objectRequestParams("PUT",$e,Fe),qe.successStatuses=[200],Ve=Object.keys(Ve).map(function(lr){return{Key:lr,Value:Ve[lr]}}),er={Tagging:{TagSet:{Tag:Ve}}},qe.mime="xml",qe.content=re(er),nr.next=13,this.request(qe);case 13:return ir=nr.sent,nr.abrupt("return",{res:ir.res,status:ir.status});case 15:case"end":return nr.stop()}},Ue,this)}));function Ne(Ue,$e){return _e.apply(this,arguments)}return Ne}()},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.putSymlink=function(){var re=(0,V.default)(j.default.mark(function ue(de,_e,Ne){var Ue,$e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return Ne=Ne||{},Ne.headers=Ne.headers||{},_e=this._escape(this._objectName(_e)),this._convertMetaToHeaders(Ne.meta,Ne.headers),Ne.headers["x-oss-symlink-target"]=_e,Ne.subres=Object.assign({symlink:""},Ne.subres),Ne.versionId&&(Ne.subres.versionId=Ne.versionId),Ne.storageClass&&(Ne.headers["x-oss-storage-class"]=Ne.storageClass),de=this._objectName(de),Ue=this._objectRequestParams("PUT",de,Ne),Ue.successStatuses=[200],Fe.next=13,this.request(Ue);case 13:return $e=Fe.sent,Fe.abrupt("return",{res:$e.res});case 15:case"end":return Fe.stop()}},ue,this)}));function oe(ue,de,_e){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],48:[function(n,$,k){n("core-js/modules/es.regexp.exec.js");var L=n("url"),j=n("utility"),V=n("copy-to"),z=n("../../common/signUtils"),re=n("../utils/isIP"),oe=re.isIP,ue=k;ue.signatureUrl=function(_e,Ne){var Ue=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(oe(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");if(Ue&&/^\?/.test(_e))throw new Error("Invalid object name ".concat(_e));Ne=Ne||{},_e=this._objectName(_e),Ne.method=Ne.method||"GET";var $e=j.timestamp()+(Ne.expires||1800),Ve={bucket:this.options.bucket,object:_e},Fe=this._getResource(Ve);this.options.stsToken&&(Ne["security-token"]=this.options.stsToken);var qe=z._signatureForURL(this.options.accessKeySecret,Ne,Fe,$e),er=L.parse(this._getReqUrl(Ve));return er.query={OSSAccessKeyId:this.options.accessKeyId,Expires:$e,Signature:qe.Signature},V(qe.subResource).to(er.query),er.format()}},{"../../common/signUtils":51,"../utils/isIP":72,"copy-to":107,"core-js/modules/es.regexp.exec.js":340,url:545,utility:547}],49:[function(n,$,k){n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.symbol.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.object.get-own-property-descriptor.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.get-own-property-descriptors.js");var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.join.js"),n("core-js/modules/es.array.concat.js");var V=L(n("@babel/runtime/helpers/defineProperty")),z=L(n("@babel/runtime/helpers/asyncToGenerator"));function re(ir,dr){var cr=Object.keys(ir);if(Object.getOwnPropertySymbols){var nr=Object.getOwnPropertySymbols(ir);dr&&(nr=nr.filter(function(lr){return Object.getOwnPropertyDescriptor(ir,lr).enumerable})),cr.push.apply(cr,nr)}return cr}function oe(ir){for(var dr=1;dr<arguments.length;dr++){var cr=arguments[dr]!=null?arguments[dr]:{};dr%2?re(Object(cr),!0).forEach(function(nr){(0,V.default)(ir,nr,cr[nr])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ir,Object.getOwnPropertyDescriptors(cr)):re(Object(cr)).forEach(function(nr){Object.defineProperty(ir,nr,Object.getOwnPropertyDescriptor(cr,nr))})}return ir}var ue=n("dateformat"),de=n("url"),_e=n("../../common/signUtils"),Ne=n("../utils/setSTSToken"),Ue=Ne.setSTSToken,$e=n("../utils/isFunction"),Ve=$e.isFunction,Fe=n("../utils/getStandardRegion"),qe=Fe.getStandardRegion,er=k;er.signatureUrlV4=function(){var ir=(0,z.default)(j.default.mark(function cr(nr,lr,Et,ie,pe){var Ce,Ie,jt,ar,ur,kt,he,tr,gr,_r;return j.default.wrap(function(xr){for(;;)switch(xr.prev=xr.next){case 0:if(Ce=Et&&Et.headers||{},Ie=oe({},Et&&Et.queries||{}),jt=new Date,ar=ue(jt,"UTC:yyyymmdd'T'HHMMss'Z'"),ur=ar.split("T")[0],kt=_e.fixAdditionalHeaders(pe),he=qe(this.options.region),kt.length>0&&(Ie["x-oss-additional-headers"]=kt.join(";")),Ie["x-oss-credential"]="".concat(this.options.accessKeyId,"/").concat(ur,"/").concat(he,"/oss/aliyun_v4_request"),Ie["x-oss-date"]=ar,Ie["x-oss-expires"]=lr,Ie["x-oss-signature-version"]="OSS4-HMAC-SHA256",!(this.options.stsToken&&Ve(this.options.refreshSTSToken))){xr.next=15;break}return xr.next=15,Ue.call(this);case 15:return this.options.stsToken&&(Ie["x-oss-security-token"]=this.options.stsToken),tr=_e.getCanonicalRequest(nr,{headers:Ce,queries:Ie},this.options.bucket,ie,kt),gr=_e.getStringToSign(he,ar,tr),Ie["x-oss-signature"]=_e.getSignatureV4(this.options.accessKeySecret,ur,he,gr),_r=de.parse(this._getReqUrl({bucket:this.options.bucket,object:ie})),_r.query=oe({},Ie),xr.abrupt("return",_r.format());case 22:case"end":return xr.stop()}},cr,this)}));function dr(cr,nr,lr,Et,ie){return ir.apply(this,arguments)}return dr}()},{"../../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/web.dom-collections.iterator.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.function.name.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("./utils/isArray"),re=z.isArray,oe=k;oe._parallelNode=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue,$e,Ve){var Fe,qe,er,ir,dr,cr,nr,lr;return j.default.wrap(function(ie){for(;;)switch(ie.prev=ie.next){case 0:Fe=this,qe=[],er=[],ir=Ne.length/Ue,dr=Ne.length%Ue,cr=dr===0?ir:(Ne.length-dr)/Ue+1,nr=1,lr=0;case 8:if(!(lr<Ne.length)){ie.next=26;break}if(!Fe.isCancel()){ie.next=11;break}return ie.abrupt("break",26);case 11:if(Ve?er.push($e(Fe,Ne[lr],Ve)):er.push($e(Fe,Ne[lr])),!(er.length===Ue||nr===cr&&lr===Ne.length-1)){ie.next=23;break}return ie.prev=13,nr+=1,ie.next=17,Promise.all(er);case 17:ie.next=22;break;case 19:ie.prev=19,ie.t0=ie.catch(13),qe.push(ie.t0);case 22:er=[];case 23:lr++,ie.next=8;break;case 26:return ie.abrupt("return",qe);case 27:case"end":return ie.stop()}},_e,this,[[13,19]])}));function de(_e,Ne,Ue,$e){return ue.apply(this,arguments)}return de}(),oe._parallel=function(de,_e,Ne){var Ue=this;return new Promise(function($e){var Ve=[];if(_e<=0||!de){$e(Ve);return}function Fe(ie){return function(){if(ie===null)throw new Error("Callback was already called.");var pe=ie;ie=null;for(var Ce=arguments.length,Ie=new Array(Ce),jt=0;jt<Ce;jt++)Ie[jt]=arguments[jt];pe.apply(this,Ie)}}function qe(ie){var pe=-1,Ce=ie.length;return function(){return++pe<Ce&&!Ue.isCancel()?{value:ie[pe],key:pe}:null}}var er=qe(de),ir=!1,dr=0,cr=!1;function nr(ie){dr-=1,ie?(ir=!0,Ve.push(ie),$e(Ve)):ir&&dr<=0?(ir=!0,$e(Ve)):cr||(Ue.isCancel()?$e(Ve):Et())}function lr(ie,pe){Ne(ie).then(function(Ce){pe(null,Ce)}).catch(function(Ce){pe(Ce)})}function Et(){for(cr=!0;dr<_e&&!ir&&!Ue.isCancel();){var ie=er();if(ie===null||Ve.length>0){ir=!0,dr<=0&&$e(Ve);return}dr+=1,lr(ie.value,Fe(nr))}cr=!1}Et()})},oe.cancel=function(de){this.options.cancelFlag=!0,re(this.multipartUploadStreams)&&this.multipartUploadStreams.forEach(function(_e){if(_e.destroyed===!1){var Ne={name:"cancel",message:"cancel"};_e.destroy(Ne)}}),this.multipartUploadStreams=[],de&&this.abortMultipartUpload(de.name,de.uploadId,de.options)},oe.isCancel=function(){return this.options.cancelFlag},oe.resetCancelFlag=function(){this.options.cancelFlag=!1},oe._stop=function(){this.options.cancelFlag=!0},oe._makeCancelEvent=function(){var de={status:0,name:"cancel"};return de},oe._makeAbortEvent=function(){var de={status:0,name:"abort",message:"upload task has been abort"};return de}},{"./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(n,$,k){(function(L){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/helpers/toConsumableArray"));n("core-js/modules/es.string.trim.js"),n("core-js/modules/es.array.sort.js"),n("core-js/modules/es.array.join.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.set.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/web.dom-collections.iterator.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.string.starts-with.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.regexp.to-string.js");var z=n("./../../shims/crypto/crypto.js"),re=n("is-type-of"),oe=n("qs"),ue=n("./utils/lowercaseKeyHeader"),de=ue.lowercaseKeyHeader,_e=n("./utils/encodeString"),Ne=_e.encodeString;k.buildCanonicalizedResource=function($e,Ve){var Fe="".concat($e),qe="?";if(re.string(Ve)&&Ve.trim()!=="")Fe+=qe+Ve;else if(re.array(Ve))Ve.sort(),Fe+=qe+Ve.join("&");else if(Ve){var er=function(dr){Fe+=qe+dr,(Ve[dr]||Ve[dr]===0)&&(Fe+="=".concat(Ve[dr])),qe="&"};Object.keys(Ve).sort().forEach(er)}return Fe},k.buildCanonicalString=function($e,Ve,Fe,qe){Fe=Fe||{};var er=de(Fe.headers),ir="x-oss-",dr=[],cr={},nr=[$e.toUpperCase(),er["content-md5"]||"",er["content-type"],qe||er["x-oss-date"]];return Object.keys(er).forEach(function(lr){var Et=lr.toLowerCase();Et.indexOf(ir)===0&&(cr[Et]=String(er[lr]).trim())}),Object.keys(cr).sort().forEach(function(lr){dr.push("".concat(lr,":").concat(cr[lr]))}),nr=nr.concat(dr),nr.push(this.buildCanonicalizedResource(Ve,Fe.parameters)),nr.join(`
`)},k.computeSignature=function($e,Ve){var Fe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"utf-8",qe=z.createHmac("sha1",$e);return qe.update(L.from(Ve,Fe)).digest("base64")},k.authorization=function($e,Ve,Fe,qe){return"OSS ".concat($e,":").concat(this.computeSignature(Ve,Fe,qe))},k.fixAdditionalHeaders=function(Ue){if(!Ue)return[];var $e="x-oss-";return(0,V.default)(new Set(Ue.map(function(Ve){return Ve.toLowerCase()}))).filter(function(Ve){return Ve!=="content-type"&&Ve!=="content-md5"&&!Ve.startsWith($e)}).sort()},k.getCanonicalRequest=function($e,Ve,Fe,qe,er){var ir=de(Ve.headers),dr=Ve.queries||{},cr="x-oss-";if(qe&&!Fe)throw Error("Please ensure that bucketName is passed into getCanonicalRequest.");var nr=[$e.toUpperCase(),Ne("/".concat(Fe?"".concat(Fe,"/"):"").concat(qe||"")).replace(/%2F/g,"/")];nr.push(oe.stringify(dr,{encoder:Ne,sort:function(pe,Ce){return pe.localeCompare(Ce)},strictNullHandling:!0})),er&&er.forEach(function(ie){if(!Object.prototype.hasOwnProperty.call(ir,ie))throw Error("Can't find additional header ".concat(ie," in request headers."))});var lr=new Set(er);Object.keys(ir).forEach(function(ie){(ie==="content-type"||ie==="content-md5"||ie.startsWith(cr))&&lr.add(ie)});var Et="".concat((0,V.default)(lr).sort().map(function(ie){return"".concat(ie,":").concat(re.string(ir[ie])?ir[ie].trim():ir[ie],`
`)}).join(""));return nr.push(Et),er.length>0?nr.push(er.join(";")):nr.push(""),nr.push(ir["x-oss-content-sha256"]||"UNSIGNED-PAYLOAD"),nr.join(`
`)},k.getStringToSign=function($e,Ve,Fe){var qe=["OSS4-HMAC-SHA256",Ve,"".concat(Ve.split("T")[0],"/").concat($e,"/oss/aliyun_v4_request"),z.createHash("sha256").update(Fe).digest("hex")];return qe.join(`
`)},k.getSignatureV4=function($e,Ve,Fe,qe){var er=z.createHmac("sha256","aliyun_v4".concat($e)).update(Ve).digest(),ir=z.createHmac("sha256",er).update(Fe).digest(),dr=z.createHmac("sha256",ir).update("oss").digest(),cr=z.createHmac("sha256",dr).update("aliyun_v4_request").digest(),nr=z.createHmac("sha256",cr).update(qe).digest("hex");return nr},k.authorizationV4=function($e,Ve,Fe,qe,er,ir,dr,cr){var nr=arguments.length>8&&arguments[8]!==void 0?arguments[8]:"utf-8",lr=this.fixAdditionalHeaders(cr),Et={};Object.entries(er.headers).forEach(function(ur){Et[ur[0]]=re.string(ur[1])?L.from(ur[1],nr).toString():ur[1]});var ie=Et["x-oss-date"]||er.queries&&er.queries["x-oss-date"],pe=this.getCanonicalRequest(qe,{headers:Et,queries:er.queries},ir,dr,lr),Ce=this.getStringToSign(Fe,ie,pe),Ie=ie.split("T")[0],jt=this.getSignatureV4(Ve,Ie,Fe,Ce),ar=lr.length>0?"AdditionalHeaders=".concat(lr.join(";"),","):"";return"OSS4-HMAC-SHA256 Credential=".concat($e,"/").concat(Ie,"/").concat(Fe,"/oss/aliyun_v4_request,").concat(ar,"Signature=").concat(jt)},k._signatureForURL=function($e){var Ve=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Fe=arguments.length>2?arguments[2]:void 0,qe=arguments.length>3?arguments[3]:void 0,er=arguments.length>4?arguments[4]:void 0,ir={},dr=Ve.subResource,cr=dr===void 0?{}:dr;if(Ve.process){var nr="x-oss-process";cr[nr]=Ve.process}if(Ve.trafficLimit){var lr="x-oss-traffic-limit";cr[lr]=Ve.trafficLimit}if(Ve.response&&Object.keys(Ve.response).forEach(function(Ce){var Ie="response-".concat(Ce.toLowerCase());cr[Ie]=Ve.response[Ce]}),Object.keys(Ve).forEach(function(Ce){var Ie=Ce.toLowerCase(),jt=Ve[Ce];Ie.indexOf("x-oss-")===0?ir[Ie]=jt:(Ie.indexOf("content-md5")===0||Ie.indexOf("content-type")===0)&&(ir[Ce]=jt)}),Object.prototype.hasOwnProperty.call(Ve,"security-token")&&(cr["security-token"]=Ve["security-token"]),Object.prototype.hasOwnProperty.call(Ve,"callback")){var Et={callbackUrl:encodeURI(Ve.callback.url),callbackBody:Ve.callback.body};if(Ve.callback.host&&(Et.callbackHost=Ve.callback.host),Ve.callback.contentType&&(Et.callbackBodyType=Ve.callback.contentType),Ve.callback.callbackSNI&&(Et.callbackSNI=Ve.callback.callbackSNI),cr.callback=L.from(JSON.stringify(Et)).toString("base64"),Ve.callback.customValue){var ie={};Object.keys(Ve.callback.customValue).forEach(function(Ce){ie["x:".concat(Ce)]=Ve.callback.customValue[Ce]}),cr["callback-var"]=L.from(JSON.stringify(ie)).toString("base64")}}var pe=this.buildCanonicalString(Ve.method,Fe,{headers:ir,parameters:cr},qe.toString());return{Signature:this.computeSignature($e,pe,er),subResource:cr}}}).call(this)}).call(this,n("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(n,$,k){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.checkBucketName=void 0,k.checkBucketName=function(L){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,V=j?/^[a-z0-9][a-z0-9-]{1,61}[a-z0-9]$/:/^[a-z0-9_][a-z0-9-_]{1,61}[a-z0-9_]$/;if(!V.test(L))throw new Error("The bucket must be conform to the specifications")}},{"core-js/modules/es.regexp.exec.js":340}],53:[function(n,$,k){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.checkConfigValid=void 0;var L={endpoint:j,region:/^[a-zA-Z0-9\-_]+$/};function j(V){return typeof V=="string"?/^[a-zA-Z0-9._:/-]+$/.test(V):V.host?/^[a-zA-Z0-9._:/-]+$/.test(V.host):!1}k.checkConfigValid=function(V,z){if(L[z]){var re=!0;if(L[z]instanceof Function?re=L[z](V):re=L[z].test(V),!re)throw new Error("The ".concat(z," must be conform to the specifications"))}}},{"core-js/modules/es.regexp.exec.js":340}],54:[function(n,$,k){(function(L){(function(){Object.defineProperty(k,"__esModule",{value:!0}),k.checkEnv=void 0;function j(V){L.browser&&console.warn(V)}k.checkEnv=j}).call(this)}).call(this,n("_process"))},{_process:540}],55:[function(n,$,k){n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.checkObjectTag=void 0;var L=n("./checkValid"),j=L.checkValid,V=n("./isObject"),z=V.isObject,re=[{validator:function(_e){if(typeof _e!="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 (/)"}],oe={key:[].concat(re,[{pattern:/^.{1,128}$/,msg:"tag key can be a maximum of 128 bytes in length"}]),value:[].concat(re,[{pattern:/^.{0,256}$/,msg:"tag value can be a maximum of 256 bytes in length"}])};function ue(de){if(!z(de))throw new Error("tag must be Object");var _e=Object.entries(de);if(_e.length>10)throw new Error("maximum of 10 tags for a object");var Ne=["key","value"];_e.forEach(function(Ue){Ue.forEach(function($e,Ve){j($e,oe[Ne[Ve]])})})}k.checkObjectTag=ue},{"./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(n,$,k){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.checkValid=void 0;function L(j,V){V.forEach(function(z){if(z.validator)z.validator(j);else if(z.pattern&&!z.pattern.test(j))throw new Error(z.msg)})}k.checkValid=L},{"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(n,$,k){(function(L){(function(){n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.string.includes.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.array.concat.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.createRequest=void 0;var j=n("./../../../shims/crypto/crypto.js"),V=n("debug")("ali-oss"),z=n("lodash/isString"),re=n("lodash/isArray"),oe=n("lodash/isObject"),ue=n("mime"),de=n("dateformat"),_e=n("copy-to"),Ne=n("path"),Ue=n("./encoder"),$e=Ue.encoder,Ve=n("./isIP"),Fe=Ve.isIP,qe=n("./setRegion"),er=qe.setRegion,ir=n("../client/getReqUrl"),dr=ir.getReqUrl,cr=n("./isDingTalk"),nr=cr.isDingTalk;function lr(pe,Ce){return pe[Ce]||pe[Ce.toLowerCase()]}function Et(pe,Ce){delete pe[Ce],delete pe[Ce.toLowerCase()]}function ie(pe){var Ce=new Date;this.options.amendTimeSkewed&&(Ce=+new Date+this.options.amendTimeSkewed);var Ie={"x-oss-date":de(Ce,this.options.authorizationV4?"UTC:yyyymmdd'T'HHMMss'Z'":"UTC:ddd, dd mmm yyyy HH:MM:ss 'GMT'")};this.options.authorizationV4&&(Ie["x-oss-content-sha256"]="UNSIGNED-PAYLOAD"),typeof window<"u"&&(Ie["x-oss-user-agent"]=this.userAgent),this.userAgent.includes("nodejs")&&(Ie["User-Agent"]=this.userAgent),this.options.isRequestPay&&Object.assign(Ie,{"x-oss-request-payer":"requester"}),this.options.stsToken&&(Ie["x-oss-security-token"]=this.options.stsToken),_e(pe.headers).to(Ie),lr(Ie,"Content-Type")||(pe.mime&&pe.mime.indexOf("/")>0?Ie["Content-Type"]=pe.mime:nr()?Ie["Content-Type"]="application/octet-stream":Ie["Content-Type"]=ue.getType(pe.mime||Ne.extname(pe.object||""))),lr(Ie,"Content-Type")||Et(Ie,"Content-Type"),pe.content&&(pe.disabledMD5||(!pe.headers||!pe.headers["Content-MD5"]?Ie["Content-MD5"]=j.createHash("md5").update(L.from(pe.content,"utf8")).digest("base64"):Ie["Content-MD5"]=pe.headers["Content-MD5"]),Ie["Content-Length"]||(Ie["Content-Length"]=pe.content.length));var jt=Object.prototype.hasOwnProperty;for(var ar in Ie)Ie[ar]&&jt.call(Ie,ar)&&(Ie[ar]=$e(String(Ie[ar]),this.options.headerEncoding));var ur={};if(z(pe.subres)?ur[pe.subres]=null:re(pe.subres)?pe.subres.forEach(function(Tr){ur[Tr]=null}):oe(pe.subres)&&Object.entries(pe.subres).forEach(function(Tr){ur[Tr[0]]=Tr[1]===""?null:Tr[1]}),oe(pe.query)&&Object.entries(pe.query).forEach(function(Tr){ur[Tr[0]]=Tr[1]}),Ie.authorization=this.options.authorizationV4?this.authorizationV4(pe.method,{headers:Ie,queries:ur},pe.bucket,pe.object,pe.additionalHeaders):this.authorization(pe.method,this._getResource(pe),pe.subres,Ie,this.options.headerEncoding),Fe(this.options.endpoint.hostname)){var kt=this.options,he=kt.region,tr=kt.internal,gr=kt.secure,_r=er(he,tr,gr);Ie.host="".concat(pe.bucket,".").concat(_r.host)}var yr=dr.bind(this)(pe);V("request %s %s, with headers %j, !!stream: %s",pe.method,yr,Ie,!!pe.stream);var xr=pe.timeout||this.options.timeout,Nr={method:pe.method,content:pe.content,stream:pe.stream,headers:Ie,timeout:xr,writeStream:pe.writeStream,customResponse:pe.customResponse,ctx:pe.ctx||this.ctx};return this.agent&&(Nr.agent=this.agent),this.httpsAgent&&(Nr.httpsAgent=this.httpsAgent),Nr.enableProxy=!!this.options.enableProxy,Nr.proxy=this.options.proxy?this.options.proxy:null,{url:yr,params:Nr}}k.createRequest=ie}).call(this)}).call(this,n("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(n,$,k){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.object.keys.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.dataFix=void 0;var L=n("./isObject"),j=["true","TRUE","1",1],V=["false","FALSE","0",0];function z(ue,de,_e){if(L.isObject(ue)){var Ne=de.remove,Ue=Ne===void 0?[]:Ne,$e=de.rename,Ve=$e===void 0?{}:$e,Fe=de.camel,qe=Fe===void 0?[]:Fe,er=de.bool,ir=er===void 0?[]:er,dr=de.lowerFirst,cr=dr===void 0?!1:dr;return Ue.forEach(function(nr){return delete ue[nr]}),Object.entries(Ve).forEach(function(nr){ue[nr[0]]&&(ue[nr[1]]||(ue[nr[1]]=ue[nr[0]],delete ue[nr[0]]))}),qe.forEach(function(nr){if(ue[nr]){var lr=nr.replace(/^(.)/,function(Et){return Et.toLowerCase()}).replace(/-(\w)/g,function(Et,ie){return ie.toUpperCase()});ue[lr]||(ue[lr]=ue[nr])}}),ir.forEach(function(nr){ue[nr]=re(ue[nr])}),typeof _e=="function"&&_e(ue),oe(ue,cr),z}}k.dataFix=z;function re(ue){return ue?j.includes(ue)?!0:V.includes(ue)?!1:ue:!1}function oe(ue,de){de&&Object.keys(ue).forEach(function(_e){var Ne=_e.replace(/^\w/,function(Ue){return Ue.toLowerCase()});typeof ue[Ne]>"u"&&(ue[Ne]=ue[_e],delete ue[_e])})}},{"./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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault");n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js");var j=L(n("@babel/runtime/helpers/typeof"));Object.defineProperty(k,"__esModule",{value:!0}),k.deepCopyWith=k.deepCopy=void 0;var V=n("./isBuffer");k.deepCopy=function(z){if(z===null||(0,j.default)(z)!=="object")return z;if(V.isBuffer(z))return z.slice();var re=Array.isArray(z)?[]:{};return Object.keys(z).forEach(function(oe){re[oe]=k.deepCopy(z[oe])}),re},k.deepCopyWith=function(z,re){function oe(ue,de,_e){var Ne=re(ue,de,_e);if(Ne!==void 0)return Ne;if(ue===null||(0,j.default)(ue)!=="object")return ue;if(V.isBuffer(ue))return ue.slice();var Ue=Array.isArray(ue)?[]:{};return Object.keys(ue).forEach(function($e){Ue[$e]=oe(ue[$e],$e,ue)}),Ue}return re?oe(z,"",null):k.deepCopy(z)}},{"./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(n,$,k){n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js");var L=function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(k,"__esModule",{value:!0}),k.encodeString=void 0;var j=L(n("lodash/toString"));function V(z){var re=j.default(z);return encodeURIComponent(re).replace(/[!'()*]/g,function(oe){return"%".concat(oe.charCodeAt(0).toString(16).toUpperCase())})}k.encodeString=V},{"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(n,$,k){(function(L){(function(){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.encoder=void 0;function j(V){var z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"utf-8";return z==="utf-8"?V:L.from(V).toString("latin1")}k.encoder=j}).call(this)}).call(this,n("buffer").Buffer)},{buffer:103,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],62:[function(n,$,k){n("core-js/modules/es.array.map.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.formatInventoryConfig=void 0;var L=n("../utils/dataFix"),j=n("../utils/isObject"),V=n("../utils/isArray"),z=n("../utils/formatObjKey");function re(ue){var de=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return de&&j.isObject(ue)&&(ue=[ue]),V.isArray(ue)?ue=ue.map(oe):ue=oe(ue),ue}k.formatInventoryConfig=re;function oe(ue){return L.dataFix(ue,{bool:["IsEnabled"]},function(de){var _e,Ne;de.prefix=de.Filter.Prefix,delete de.Filter,de.OSSBucketDestination=de.Destination.OSSBucketDestination,de.OSSBucketDestination.rolename=de.OSSBucketDestination.RoleArn.replace(/.*\//,""),delete de.OSSBucketDestination.RoleArn,de.OSSBucketDestination.bucket=de.OSSBucketDestination.Bucket.replace(/.*:::/,""),delete de.OSSBucketDestination.Bucket,delete de.Destination,de.frequency=de.Schedule.Frequency,delete de.Schedule.Frequency,!((_e=de==null?void 0:de.OptionalFields)===null||_e===void 0)&&_e.Field&&!V.isArray((Ne=de.OptionalFields)===null||Ne===void 0?void 0:Ne.Field)&&(de.OptionalFields.Field=[de.OptionalFields.Field])}),ue=z.formatObjKey(ue,"firstLowerCase",{exclude:["OSSBucketDestination","SSE-OSS","SSE-KMS"]}),ue}},{"../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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault");n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.string.includes.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js");var j=L(n("@babel/runtime/helpers/typeof"));Object.defineProperty(k,"__esModule",{value:!0}),k.formatObjKey=void 0;function V(re,oe,ue){if(re===null||(0,j.default)(re)!=="object")return re;var de;if(Array.isArray(re)){de=[];for(var _e=0;_e<re.length;_e++)de.push(V(re[_e],oe,ue))}else de={},Object.keys(re).forEach(function(Ne){de[z(Ne,oe,ue)]=V(re[Ne],oe,ue)});return de}k.formatObjKey=V;function z(re,oe,ue){return ue&&ue.exclude&&ue.exclude.includes(re)||(oe==="firstUpperCase"?re=re.replace(/^./,function(de){return de.toUpperCase()}):oe==="firstLowerCase"&&(re=re.replace(/^./,function(de){return de.toLowerCase()}))),re}},{"@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(n,$,k){n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.getStandardRegion=void 0;function L(j){return j.replace(/^oss-/g,"")}k.getStandardRegion=L},{"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347}],65:[function(n,$,k){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.getStrBytesCount=void 0;function L(j){for(var V=0,z=0;z<j.length;z++){var re=j.charAt(z);/^[\u00-\uff]$/.test(re)?V+=1:V+=2}return V}k.getStrBytesCount=L},{"core-js/modules/es.regexp.exec.js":340}],66:[function(n,$,k){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.isArray=void 0,k.isArray=function(L){return Object.prototype.toString.call(L)==="[object Array]"}},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],67:[function(n,$,k){Object.defineProperty(k,"__esModule",{value:!0}),k.isBlob=void 0;function L(j){return typeof Blob<"u"&&j instanceof Blob}k.isBlob=L},{}],68:[function(n,$,k){(function(L){(function(){Object.defineProperty(k,"__esModule",{value:!0}),k.isBuffer=void 0;function j(V){return L.isBuffer(V)}k.isBuffer=j}).call(this)}).call(this,{isBuffer:n("../../../node_modules/is-buffer/index.js")})},{"../../../node_modules/is-buffer/index.js":411}],69:[function(n,$,k){(function(L){(function(){n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.string.includes.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.isDingTalk=void 0;function j(){return!!(L.browser&&window.navigator.userAgent.toLowerCase().includes("aliapp(dingtalk"))}k.isDingTalk=j}).call(this)}).call(this,n("_process"))},{_process:540,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.string.includes.js":344}],70:[function(n,$,k){Object.defineProperty(k,"__esModule",{value:!0}),k.isFile=void 0,k.isFile=function(L){return typeof File<"u"&&L instanceof File}},{}],71:[function(n,$,k){Object.defineProperty(k,"__esModule",{value:!0}),k.isFunction=void 0,k.isFunction=function(L){return typeof L=="function"}},{}],72:[function(n,$,k){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.isIP=void 0,k.isIP=function(L){var j=/^(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}$/,V=/^\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 j.test(L)||V.test(L)}},{"core-js/modules/es.regexp.exec.js":340}],73:[function(n,$,k){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.isObject=void 0,k.isObject=function(L){return Object.prototype.toString.call(L)==="[object Object]"}},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],74:[function(n,$,k){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.lowercaseKeyHeader=void 0;var L=n("./isObject");function j(V){var z={};return L.isObject(V)&&Object.keys(V).forEach(function(re){z[re.toLowerCase()]=V[re]}),z}k.lowercaseKeyHeader=j},{"./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(n,$,k){n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.array.join.js"),n("core-js/modules/es.array.map.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.obj2xml=void 0;var L=n("./formatObjKey");function j(z){return Object.prototype.toString.call(z).replace(/(.*? |])/g,"").toLowerCase()}function V(z,re){var oe="";return re&&re.headers&&(oe=`<?xml version="1.0" encoding="UTF-8"?>
`),re&&re.firstUpperCase&&(z=L.formatObjKey(z,"firstUpperCase")),j(z)==="object"?Object.keys(z).forEach(function(ue){j(z[ue])!=="undefined"&&j(z[ue])!=="null"&&(j(z[ue])==="string"||j(z[ue])==="number"?oe+="<".concat(ue,">").concat(z[ue],"</").concat(ue,">"):j(z[ue])==="object"?oe+="<".concat(ue,">").concat(V(z[ue]),"</").concat(ue,">"):j(z[ue])==="array"?oe+=z[ue].map(function(de){return"<".concat(ue,">").concat(V(de),"</").concat(ue,">")}).join(""):oe+="<".concat(ue,">").concat(z[ue].toString(),"</").concat(ue,">"))}):oe+=z.toString(),oe}k.obj2xml=V},{"./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(n,$,k){n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/es.function.name.js"),n("core-js/modules/es.array.from.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.symbol.js"),n("core-js/modules/es.symbol.description.js"),n("core-js/modules/es.symbol.iterator.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/web.dom-collections.iterator.js"),n("core-js/modules/es.object.assign.js");function L(re,oe){var ue=typeof Symbol<"u"&&re[Symbol.iterator]||re["@@iterator"];if(!ue){if(Array.isArray(re)||(ue=j(re))||oe){ue&&(re=ue);var de=0,_e=function(){};return{s:_e,n:function(){return de>=re.length?{done:!0}:{done:!1,value:re[de++]}},e:function(Fe){throw Fe},f:_e}}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 Ne=!0,Ue=!1,$e;return{s:function(){ue=ue.call(re)},n:function(){var Fe=ue.next();return Ne=Fe.done,Fe},e:function(Fe){Ue=!0,$e=Fe},f:function(){try{!Ne&&ue.return!=null&&ue.return()}finally{if(Ue)throw $e}}}}function j(re,oe){if(re){if(typeof re=="string")return V(re,oe);var ue=Object.prototype.toString.call(re).slice(8,-1);if(ue==="Object"&&re.constructor&&(ue=re.constructor.name),ue==="Map"||ue==="Set")return Array.from(re);if(ue==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ue))return V(re,oe)}}function V(re,oe){(oe==null||oe>re.length)&&(oe=re.length);for(var ue=0,de=new Array(oe);ue<oe;ue++)de[ue]=re[ue];return de}Object.defineProperty(k,"__esModule",{value:!0}),k.omit=void 0;function z(re,oe){var ue=Object.assign({},re),de=L(oe),_e;try{for(de.s();!(_e=de.n()).done;){var Ne=_e.value;delete ue[Ne]}}catch(Ue){de.e(Ue)}finally{de.f()}return ue}k.omit=z},{"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(n,$,k){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.retry=void 0;function L(j,V){var z=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},re=0,oe=z.retryDelay,ue=oe===void 0?500:oe,de=z.errorHandler,_e=de===void 0?function(){return!0}:de,Ne=function Ue(){for(var $e=arguments.length,Ve=new Array($e),Fe=0;Fe<$e;Fe++)Ve[Fe]=arguments[Fe];return new Promise(function(qe,er){j.apply(void 0,Ve).then(function(ir){re=0,qe(ir)}).catch(function(ir){re<V&&_e(ir)?(re++,setTimeout(function(){qe(Ue.apply(void 0,Ve))},ue)):(re=0,er(ir))})})};return Ne}k.retry=L},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335}],78:[function(n,$,k){var L=function(re){return re&&re.__esModule?re:{default:re}};Object.defineProperty(k,"__esModule",{value:!0}),k.setRegion=void 0;var j=L(n("url")),V=n("./checkConfigValid");function z(re){var oe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,ue=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;V.checkConfigValid(re,"region");var de=ue?"https://":"http://",_e=oe?"-internal.aliyuncs.com":".aliyuncs.com",Ne="vpc100-oss-cn-";return re.substr(0,Ne.length)===Ne&&(_e=".aliyuncs.com"),j.default.parse(de+re+_e)}k.setRegion=z},{"./checkConfigValid":53,url:545}],79:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.checkCredentials=k.setSTSToken=void 0;var z=n("./formatObjKey");function re(){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function de(){var _e,Ne;return j.default.wrap(function($e){for(;;)switch($e.prev=$e.next){case 0:if(this.options||(this.options={}),_e=new Date,!this.stsTokenFreshTime){$e.next=14;break}if(!(+_e-this.stsTokenFreshTime>=this.options.refreshSTSTokenInterval)){$e.next=12;break}return this.stsTokenFreshTime=_e,$e.next=7,this.options.refreshSTSToken();case 7:Ne=$e.sent,Ne=z.formatObjKey(Ne,"firstLowerCase"),Ne.securityToken&&(Ne.stsToken=Ne.securityToken),ue(Ne),Object.assign(this.options,Ne);case 12:$e.next=15;break;case 14:this.stsTokenFreshTime=_e;case 15:return $e.abrupt("return",null);case 16:case"end":return $e.stop()}},de,this)})),oe.apply(this,arguments)}k.setSTSToken=re;function ue(de){var _e=["accessKeySecret","accessKeyId","stsToken"],Ne=Object.keys(de);_e.forEach(function(Ue){if(!Ne.find(function($e){return $e===Ue}))throw Error("refreshSTSToken must return contains ".concat(Ue))})}k.checkCredentials=ue},{"./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(n,$,k){function L(j,V){(V==null||V>j.length)&&(V=j.length);for(var z=0,re=new Array(V);z<V;z++)re[z]=j[z];return re}$.exports=L,$.exports.__esModule=!0,$.exports.default=$.exports},{}],81:[function(n,$,k){var L=n("./arrayLikeToArray.js");function j(V){if(Array.isArray(V))return L(V)}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{"./arrayLikeToArray.js":80}],82:[function(n,$,k){function L(V,z,re,oe,ue,de,_e){try{var Ne=V[de](_e),Ue=Ne.value}catch($e){re($e);return}Ne.done?z(Ue):Promise.resolve(Ue).then(oe,ue)}function j(V){return function(){var z=this,re=arguments;return new Promise(function(oe,ue){var de=V.apply(z,re);function _e(Ue){L(de,oe,ue,_e,Ne,"next",Ue)}function Ne(Ue){L(de,oe,ue,_e,Ne,"throw",Ue)}_e(void 0)})}}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{}],83:[function(n,$,k){var L=n("./toPropertyKey.js");function j(V,z,re){return z=L(z),z in V?Object.defineProperty(V,z,{value:re,enumerable:!0,configurable:!0,writable:!0}):V[z]=re,V}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{"./toPropertyKey.js":90}],84:[function(n,$,k){function L(j){return j&&j.__esModule?j:{default:j}}$.exports=L,$.exports.__esModule=!0,$.exports.default=$.exports},{}],85:[function(n,$,k){function L(j){if(typeof Symbol<"u"&&j[Symbol.iterator]!=null||j["@@iterator"]!=null)return Array.from(j)}$.exports=L,$.exports.__esModule=!0,$.exports.default=$.exports},{}],86:[function(n,$,k){function L(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}$.exports=L,$.exports.__esModule=!0,$.exports.default=$.exports},{}],87:[function(n,$,k){var L=n("./typeof.js").default;function j(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */$.exports=j=function(){return z},$.exports.__esModule=!0,$.exports.default=$.exports;var V,z={},re=Object.prototype,oe=re.hasOwnProperty,ue=Object.defineProperty||function(yr,xr,Nr){yr[xr]=Nr.value},de=typeof Symbol=="function"?Symbol:{},_e=de.iterator||"@@iterator",Ne=de.asyncIterator||"@@asyncIterator",Ue=de.toStringTag||"@@toStringTag";function $e(yr,xr,Nr){return Object.defineProperty(yr,xr,{value:Nr,enumerable:!0,configurable:!0,writable:!0}),yr[xr]}try{$e({},"")}catch{$e=function(Nr,Tr,Sr){return Nr[Tr]=Sr}}function Ve(yr,xr,Nr,Tr){var Sr=xr&&xr.prototype instanceof nr?xr:nr,Ar=Object.create(Sr.prototype),Fr=new gr(Tr||[]);return ue(Ar,"_invoke",{value:ur(yr,Nr,Fr)}),Ar}function Fe(yr,xr,Nr){try{return{type:"normal",arg:yr.call(xr,Nr)}}catch(Tr){return{type:"throw",arg:Tr}}}z.wrap=Ve;var qe="suspendedStart",er="suspendedYield",ir="executing",dr="completed",cr={};function nr(){}function lr(){}function Et(){}var ie={};$e(ie,_e,function(){return this});var pe=Object.getPrototypeOf,Ce=pe&&pe(pe(_r([])));Ce&&Ce!==re&&oe.call(Ce,_e)&&(ie=Ce);var Ie=Et.prototype=nr.prototype=Object.create(ie);function jt(yr){["next","throw","return"].forEach(function(xr){$e(yr,xr,function(Nr){return this._invoke(xr,Nr)})})}function ar(yr,xr){function Nr(Sr,Ar,Fr,Gr){var Vr=Fe(yr[Sr],yr,Ar);if(Vr.type!=="throw"){var Dr=Vr.arg,Ir=Dr.value;return Ir&&L(Ir)=="object"&&oe.call(Ir,"__await")?xr.resolve(Ir.__await).then(function(Br){Nr("next",Br,Fr,Gr)},function(Br){Nr("throw",Br,Fr,Gr)}):xr.resolve(Ir).then(function(Br){Dr.value=Br,Fr(Dr)},function(Br){return Nr("throw",Br,Fr,Gr)})}Gr(Vr.arg)}var Tr;ue(this,"_invoke",{value:function(Ar,Fr){function Gr(){return new xr(function(Vr,Dr){Nr(Ar,Fr,Vr,Dr)})}return Tr=Tr?Tr.then(Gr,Gr):Gr()}})}function ur(yr,xr,Nr){var Tr=qe;return function(Sr,Ar){if(Tr===ir)throw new Error("Generator is already running");if(Tr===dr){if(Sr==="throw")throw Ar;return{value:V,done:!0}}for(Nr.method=Sr,Nr.arg=Ar;;){var Fr=Nr.delegate;if(Fr){var Gr=kt(Fr,Nr);if(Gr){if(Gr===cr)continue;return Gr}}if(Nr.method==="next")Nr.sent=Nr._sent=Nr.arg;else if(Nr.method==="throw"){if(Tr===qe)throw Tr=dr,Nr.arg;Nr.dispatchException(Nr.arg)}else Nr.method==="return"&&Nr.abrupt("return",Nr.arg);Tr=ir;var Vr=Fe(yr,xr,Nr);if(Vr.type==="normal"){if(Tr=Nr.done?dr:er,Vr.arg===cr)continue;return{value:Vr.arg,done:Nr.done}}Vr.type==="throw"&&(Tr=dr,Nr.method="throw",Nr.arg=Vr.arg)}}}function kt(yr,xr){var Nr=xr.method,Tr=yr.iterator[Nr];if(Tr===V)return xr.delegate=null,Nr==="throw"&&yr.iterator.return&&(xr.method="return",xr.arg=V,kt(yr,xr),xr.method==="throw")||Nr!=="return"&&(xr.method="throw",xr.arg=new TypeError("The iterator does not provide a '"+Nr+"' method")),cr;var Sr=Fe(Tr,yr.iterator,xr.arg);if(Sr.type==="throw")return xr.method="throw",xr.arg=Sr.arg,xr.delegate=null,cr;var Ar=Sr.arg;return Ar?Ar.done?(xr[yr.resultName]=Ar.value,xr.next=yr.nextLoc,xr.method!=="return"&&(xr.method="next",xr.arg=V),xr.delegate=null,cr):Ar:(xr.method="throw",xr.arg=new TypeError("iterator result is not an object"),xr.delegate=null,cr)}function he(yr){var xr={tryLoc:yr[0]};1 in yr&&(xr.catchLoc=yr[1]),2 in yr&&(xr.finallyLoc=yr[2],xr.afterLoc=yr[3]),this.tryEntries.push(xr)}function tr(yr){var xr=yr.completion||{};xr.type="normal",delete xr.arg,yr.completion=xr}function gr(yr){this.tryEntries=[{tryLoc:"root"}],yr.forEach(he,this),this.reset(!0)}function _r(yr){if(yr||yr===""){var xr=yr[_e];if(xr)return xr.call(yr);if(typeof yr.next=="function")return yr;if(!isNaN(yr.length)){var Nr=-1,Tr=function Sr(){for(;++Nr<yr.length;)if(oe.call(yr,Nr))return Sr.value=yr[Nr],Sr.done=!1,Sr;return Sr.value=V,Sr.done=!0,Sr};return Tr.next=Tr}}throw new TypeError(L(yr)+" is not iterable")}return lr.prototype=Et,ue(Ie,"constructor",{value:Et,configurable:!0}),ue(Et,"constructor",{value:lr,configurable:!0}),lr.displayName=$e(Et,Ue,"GeneratorFunction"),z.isGeneratorFunction=function(yr){var xr=typeof yr=="function"&&yr.constructor;return!!xr&&(xr===lr||(xr.displayName||xr.name)==="GeneratorFunction")},z.mark=function(yr){return Object.setPrototypeOf?Object.setPrototypeOf(yr,Et):(yr.__proto__=Et,$e(yr,Ue,"GeneratorFunction")),yr.prototype=Object.create(Ie),yr},z.awrap=function(yr){return{__await:yr}},jt(ar.prototype),$e(ar.prototype,Ne,function(){return this}),z.AsyncIterator=ar,z.async=function(yr,xr,Nr,Tr,Sr){Sr===void 0&&(Sr=Promise);var Ar=new ar(Ve(yr,xr,Nr,Tr),Sr);return z.isGeneratorFunction(xr)?Ar:Ar.next().then(function(Fr){return Fr.done?Fr.value:Ar.next()})},jt(Ie),$e(Ie,Ue,"Generator"),$e(Ie,_e,function(){return this}),$e(Ie,"toString",function(){return"[object Generator]"}),z.keys=function(yr){var xr=Object(yr),Nr=[];for(var Tr in xr)Nr.push(Tr);return Nr.reverse(),function Sr(){for(;Nr.length;){var Ar=Nr.pop();if(Ar in xr)return Sr.value=Ar,Sr.done=!1,Sr}return Sr.done=!0,Sr}},z.values=_r,gr.prototype={constructor:gr,reset:function(xr){if(this.prev=0,this.next=0,this.sent=this._sent=V,this.done=!1,this.delegate=null,this.method="next",this.arg=V,this.tryEntries.forEach(tr),!xr)for(var Nr in this)Nr.charAt(0)==="t"&&oe.call(this,Nr)&&!isNaN(+Nr.slice(1))&&(this[Nr]=V)},stop:function(){this.done=!0;var xr=this.tryEntries[0].completion;if(xr.type==="throw")throw xr.arg;return this.rval},dispatchException:function(xr){if(this.done)throw xr;var Nr=this;function Tr(Dr,Ir){return Fr.type="throw",Fr.arg=xr,Nr.next=Dr,Ir&&(Nr.method="next",Nr.arg=V),!!Ir}for(var Sr=this.tryEntries.length-1;Sr>=0;--Sr){var Ar=this.tryEntries[Sr],Fr=Ar.completion;if(Ar.tryLoc==="root")return Tr("end");if(Ar.tryLoc<=this.prev){var Gr=oe.call(Ar,"catchLoc"),Vr=oe.call(Ar,"finallyLoc");if(Gr&&Vr){if(this.prev<Ar.catchLoc)return Tr(Ar.catchLoc,!0);if(this.prev<Ar.finallyLoc)return Tr(Ar.finallyLoc)}else if(Gr){if(this.prev<Ar.catchLoc)return Tr(Ar.catchLoc,!0)}else{if(!Vr)throw new Error("try statement without catch or finally");if(this.prev<Ar.finallyLoc)return Tr(Ar.finallyLoc)}}}},abrupt:function(xr,Nr){for(var Tr=this.tryEntries.length-1;Tr>=0;--Tr){var Sr=this.tryEntries[Tr];if(Sr.tryLoc<=this.prev&&oe.call(Sr,"finallyLoc")&&this.prev<Sr.finallyLoc){var Ar=Sr;break}}Ar&&(xr==="break"||xr==="continue")&&Ar.tryLoc<=Nr&&Nr<=Ar.finallyLoc&&(Ar=null);var Fr=Ar?Ar.completion:{};return Fr.type=xr,Fr.arg=Nr,Ar?(this.method="next",this.next=Ar.finallyLoc,cr):this.complete(Fr)},complete:function(xr,Nr){if(xr.type==="throw")throw xr.arg;return xr.type==="break"||xr.type==="continue"?this.next=xr.arg:xr.type==="return"?(this.rval=this.arg=xr.arg,this.method="return",this.next="end"):xr.type==="normal"&&Nr&&(this.next=Nr),cr},finish:function(xr){for(var Nr=this.tryEntries.length-1;Nr>=0;--Nr){var Tr=this.tryEntries[Nr];if(Tr.finallyLoc===xr)return this.complete(Tr.completion,Tr.afterLoc),tr(Tr),cr}},catch:function(xr){for(var Nr=this.tryEntries.length-1;Nr>=0;--Nr){var Tr=this.tryEntries[Nr];if(Tr.tryLoc===xr){var Sr=Tr.completion;if(Sr.type==="throw"){var Ar=Sr.arg;tr(Tr)}return Ar}}throw new Error("illegal catch attempt")},delegateYield:function(xr,Nr,Tr){return this.delegate={iterator:_r(xr),resultName:Nr,nextLoc:Tr},this.method==="next"&&(this.arg=V),cr}},z}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{"./typeof.js":91}],88:[function(n,$,k){var L=n("./arrayWithoutHoles.js"),j=n("./iterableToArray.js"),V=n("./unsupportedIterableToArray.js"),z=n("./nonIterableSpread.js");function re(oe){return L(oe)||j(oe)||V(oe)||z()}$.exports=re,$.exports.__esModule=!0,$.exports.default=$.exports},{"./arrayWithoutHoles.js":81,"./iterableToArray.js":85,"./nonIterableSpread.js":86,"./unsupportedIterableToArray.js":92}],89:[function(n,$,k){var L=n("./typeof.js").default;function j(V,z){if(L(V)!="object"||!V)return V;var re=V[Symbol.toPrimitive];if(re!==void 0){var oe=re.call(V,z||"default");if(L(oe)!="object")return oe;throw new TypeError("@@toPrimitive must return a primitive value.")}return(z==="string"?String:Number)(V)}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{"./typeof.js":91}],90:[function(n,$,k){var L=n("./typeof.js").default,j=n("./toPrimitive.js");function V(z){var re=j(z,"string");return L(re)=="symbol"?re:String(re)}$.exports=V,$.exports.__esModule=!0,$.exports.default=$.exports},{"./toPrimitive.js":89,"./typeof.js":91}],91:[function(n,$,k){function L(j){"@babel/helpers - typeof";return $.exports=L=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(V){return typeof V}:function(V){return V&&typeof Symbol=="function"&&V.constructor===Symbol&&V!==Symbol.prototype?"symbol":typeof V},$.exports.__esModule=!0,$.exports.default=$.exports,L(j)}$.exports=L,$.exports.__esModule=!0,$.exports.default=$.exports},{}],92:[function(n,$,k){var L=n("./arrayLikeToArray.js");function j(V,z){if(V){if(typeof V=="string")return L(V,z);var re=Object.prototype.toString.call(V).slice(8,-1);if(re==="Object"&&V.constructor&&(re=V.constructor.name),re==="Map"||re==="Set")return Array.from(V);if(re==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(re))return L(V,z)}}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{"./arrayLikeToArray.js":80}],93:[function(n,$,k){var L=n("../helpers/regeneratorRuntime")();$.exports=L;try{regeneratorRuntime=L}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=L:Function("r","regeneratorRuntime = r")(L)}},{"../helpers/regeneratorRuntime":87}],94:[function(n,$,k){$.exports=L,$.exports.HttpsAgent=L;function L(){}},{}],95:[function(n,$,k){(function(L){(function(){var j=n("object.assign/polyfill")();/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/function V(ar,ur){if(ar===ur)return 0;for(var kt=ar.length,he=ur.length,tr=0,gr=Math.min(kt,he);tr<gr;++tr)if(ar[tr]!==ur[tr]){kt=ar[tr],he=ur[tr];break}return kt<he?-1:he<kt?1:0}function z(ar){return L.Buffer&&typeof L.Buffer.isBuffer=="function"?L.Buffer.isBuffer(ar):!!(ar!=null&&ar._isBuffer)}var re=n("util/"),oe=Object.prototype.hasOwnProperty,ue=Array.prototype.slice,de=function(){return(function(){}).name==="foo"}();function _e(ar){return Object.prototype.toString.call(ar)}function Ne(ar){return z(ar)||typeof L.ArrayBuffer!="function"?!1:typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(ar):ar?!!(ar instanceof DataView||ar.buffer&&ar.buffer instanceof ArrayBuffer):!1}var Ue=$.exports=dr,$e=/\s*function\s+([^\(\s]*)\s*/;function Ve(ar){if(re.isFunction(ar)){if(de)return ar.name;var ur=ar.toString(),kt=ur.match($e);return kt&&kt[1]}}Ue.AssertionError=function(ur){this.name="AssertionError",this.actual=ur.actual,this.expected=ur.expected,this.operator=ur.operator,ur.message?(this.message=ur.message,this.generatedMessage=!1):(this.message=er(this),this.generatedMessage=!0);var kt=ur.stackStartFunction||ir;if(Error.captureStackTrace)Error.captureStackTrace(this,kt);else{var he=new Error;if(he.stack){var tr=he.stack,gr=Ve(kt),_r=tr.indexOf(`
`+gr);if(_r>=0){var yr=tr.indexOf(`
`,_r+1);tr=tr.substring(yr+1)}this.stack=tr}}},re.inherits(Ue.AssertionError,Error);function Fe(ar,ur){return typeof ar=="string"?ar.length<ur?ar:ar.slice(0,ur):ar}function qe(ar){if(de||!re.isFunction(ar))return re.inspect(ar);var ur=Ve(ar),kt=ur?": "+ur:"";return"[Function"+kt+"]"}function er(ar){return Fe(qe(ar.actual),128)+" "+ar.operator+" "+Fe(qe(ar.expected),128)}function ir(ar,ur,kt,he,tr){throw new Ue.AssertionError({message:kt,actual:ar,expected:ur,operator:he,stackStartFunction:tr})}Ue.fail=ir;function dr(ar,ur){ar||ir(ar,!0,ur,"==",Ue.ok)}Ue.ok=dr,Ue.equal=function(ur,kt,he){ur!=kt&&ir(ur,kt,he,"==",Ue.equal)},Ue.notEqual=function(ur,kt,he){ur==kt&&ir(ur,kt,he,"!=",Ue.notEqual)},Ue.deepEqual=function(ur,kt,he){cr(ur,kt,!1)||ir(ur,kt,he,"deepEqual",Ue.deepEqual)},Ue.deepStrictEqual=function(ur,kt,he){cr(ur,kt,!0)||ir(ur,kt,he,"deepStrictEqual",Ue.deepStrictEqual)};function cr(ar,ur,kt,he){if(ar===ur)return!0;if(z(ar)&&z(ur))return V(ar,ur)===0;if(re.isDate(ar)&&re.isDate(ur))return ar.getTime()===ur.getTime();if(re.isRegExp(ar)&&re.isRegExp(ur))return ar.source===ur.source&&ar.global===ur.global&&ar.multiline===ur.multiline&&ar.lastIndex===ur.lastIndex&&ar.ignoreCase===ur.ignoreCase;if((ar===null||typeof ar!="object")&&(ur===null||typeof ur!="object"))return kt?ar===ur:ar==ur;if(Ne(ar)&&Ne(ur)&&_e(ar)===_e(ur)&&!(ar instanceof Float32Array||ar instanceof Float64Array))return V(new Uint8Array(ar.buffer),new Uint8Array(ur.buffer))===0;if(z(ar)!==z(ur))return!1;he=he||{actual:[],expected:[]};var tr=he.actual.indexOf(ar);return tr!==-1&&tr===he.expected.indexOf(ur)?!0:(he.actual.push(ar),he.expected.push(ur),lr(ar,ur,kt,he))}function nr(ar){return Object.prototype.toString.call(ar)=="[object Arguments]"}function lr(ar,ur,kt,he){if(ar==null||ur===null||ur===void 0)return!1;if(re.isPrimitive(ar)||re.isPrimitive(ur))return ar===ur;if(kt&&Object.getPrototypeOf(ar)!==Object.getPrototypeOf(ur))return!1;var tr=nr(ar),gr=nr(ur);if(tr&&!gr||!tr&&gr)return!1;if(tr)return ar=ue.call(ar),ur=ue.call(ur),cr(ar,ur,kt);var _r=jt(ar),yr=jt(ur),xr,Nr;if(_r.length!==yr.length)return!1;for(_r.sort(),yr.sort(),Nr=_r.length-1;Nr>=0;Nr--)if(_r[Nr]!==yr[Nr])return!1;for(Nr=_r.length-1;Nr>=0;Nr--)if(xr=_r[Nr],!cr(ar[xr],ur[xr],kt,he))return!1;return!0}Ue.notDeepEqual=function(ur,kt,he){cr(ur,kt,!1)&&ir(ur,kt,he,"notDeepEqual",Ue.notDeepEqual)},Ue.notDeepStrictEqual=Et;function Et(ar,ur,kt){cr(ar,ur,!0)&&ir(ar,ur,kt,"notDeepStrictEqual",Et)}Ue.strictEqual=function(ur,kt,he){ur!==kt&&ir(ur,kt,he,"===",Ue.strictEqual)},Ue.notStrictEqual=function(ur,kt,he){ur===kt&&ir(ur,kt,he,"!==",Ue.notStrictEqual)};function ie(ar,ur){if(!ar||!ur)return!1;if(Object.prototype.toString.call(ur)=="[object RegExp]")return ur.test(ar);try{if(ar instanceof ur)return!0}catch{}return Error.isPrototypeOf(ur)?!1:ur.call({},ar)===!0}function pe(ar){var ur;try{ar()}catch(kt){ur=kt}return ur}function Ce(ar,ur,kt,he){var tr;if(typeof ur!="function")throw new TypeError('"block" argument must be a function');typeof kt=="string"&&(he=kt,kt=null),tr=pe(ur),he=(kt&&kt.name?" ("+kt.name+").":".")+(he?" "+he:"."),ar&&!tr&&ir(tr,kt,"Missing expected exception"+he);var gr=typeof he=="string",_r=!ar&&re.isError(tr),yr=!ar&&tr&&!kt;if((_r&&gr&&ie(tr,kt)||yr)&&ir(tr,kt,"Got unwanted exception"+he),ar&&tr&&kt&&!ie(tr,kt)||!ar&&tr)throw tr}Ue.throws=function(ar,ur,kt){Ce(!0,ar,ur,kt)},Ue.doesNotThrow=function(ar,ur,kt){Ce(!1,ar,ur,kt)},Ue.ifError=function(ar){if(ar)throw ar};function Ie(ar,ur){ar||ir(ar,!0,ur,"==",Ie)}Ue.strict=j(Ie,Ue,{equal:Ue.strictEqual,deepEqual:Ue.deepStrictEqual,notEqual:Ue.notStrictEqual,notDeepEqual:Ue.notDeepStrictEqual}),Ue.strict.strict=Ue.strict;var jt=Object.keys||function(ar){var ur=[];for(var kt in ar)oe.call(ar,kt)&&ur.push(kt);return ur}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"object.assign/polyfill":440,"util/":98}],96:[function(n,$,k){typeof Object.create=="function"?$.exports=function(j,V){j.super_=V,j.prototype=Object.create(V.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}})}:$.exports=function(j,V){j.super_=V;var z=function(){};z.prototype=V.prototype,j.prototype=new z,j.prototype.constructor=j}},{}],97:[function(n,$,k){$.exports=function(j){return j&&typeof j=="object"&&typeof j.copy=="function"&&typeof j.fill=="function"&&typeof j.readUInt8=="function"}},{}],98:[function(n,$,k){(function(L,j){(function(){var V=/%[sdj%]/g;k.format=function(yr){if(!lr(yr)){for(var xr=[],Nr=0;Nr<arguments.length;Nr++)xr.push(oe(arguments[Nr]));return xr.join(" ")}for(var Nr=1,Tr=arguments,Sr=Tr.length,Ar=String(yr).replace(V,function(Gr){if(Gr==="%%")return"%";if(Nr>=Sr)return Gr;switch(Gr){case"%s":return String(Tr[Nr++]);case"%d":return Number(Tr[Nr++]);case"%j":try{return JSON.stringify(Tr[Nr++])}catch{return"[Circular]"}default:return Gr}}),Fr=Tr[Nr];Nr<Sr;Fr=Tr[++Nr])dr(Fr)||!Ce(Fr)?Ar+=" "+Fr:Ar+=" "+oe(Fr);return Ar},k.deprecate=function(yr,xr){if(ie(j.process))return function(){return k.deprecate(yr,xr).apply(this,arguments)};if(L.noDeprecation===!0)return yr;var Nr=!1;function Tr(){if(!Nr){if(L.throwDeprecation)throw new Error(xr);L.traceDeprecation?console.trace(xr):console.error(xr),Nr=!0}return yr.apply(this,arguments)}return Tr};var z={},re;k.debuglog=function(yr){if(ie(re)&&(re=L.env.NODE_DEBUG||""),yr=yr.toUpperCase(),!z[yr])if(new RegExp("\\b"+yr+"\\b","i").test(re)){var xr=L.pid;z[yr]=function(){var Nr=k.format.apply(k,arguments);console.error("%s %d: %s",yr,xr,Nr)}}else z[yr]=function(){};return z[yr]};function oe(yr,xr){var Nr={seen:[],stylize:de};return arguments.length>=3&&(Nr.depth=arguments[2]),arguments.length>=4&&(Nr.colors=arguments[3]),ir(xr)?Nr.showHidden=xr:xr&&k._extend(Nr,xr),ie(Nr.showHidden)&&(Nr.showHidden=!1),ie(Nr.depth)&&(Nr.depth=2),ie(Nr.colors)&&(Nr.colors=!1),ie(Nr.customInspect)&&(Nr.customInspect=!0),Nr.colors&&(Nr.stylize=ue),Ne(Nr,yr,Nr.depth)}k.inspect=oe,oe.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]},oe.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function ue(yr,xr){var Nr=oe.styles[xr];return Nr?"\x1B["+oe.colors[Nr][0]+"m"+yr+"\x1B["+oe.colors[Nr][1]+"m":yr}function de(yr,xr){return yr}function _e(yr){var xr={};return yr.forEach(function(Nr,Tr){xr[Nr]=!0}),xr}function Ne(yr,xr,Nr){if(yr.customInspect&&xr&&ar(xr.inspect)&&xr.inspect!==k.inspect&&!(xr.constructor&&xr.constructor.prototype===xr)){var Tr=xr.inspect(Nr,yr);return lr(Tr)||(Tr=Ne(yr,Tr,Nr)),Tr}var Sr=Ue(yr,xr);if(Sr)return Sr;var Ar=Object.keys(xr),Fr=_e(Ar);if(yr.showHidden&&(Ar=Object.getOwnPropertyNames(xr)),jt(xr)&&(Ar.indexOf("message")>=0||Ar.indexOf("description")>=0))return $e(xr);if(Ar.length===0){if(ar(xr)){var Gr=xr.name?": "+xr.name:"";return yr.stylize("[Function"+Gr+"]","special")}if(pe(xr))return yr.stylize(RegExp.prototype.toString.call(xr),"regexp");if(Ie(xr))return yr.stylize(Date.prototype.toString.call(xr),"date");if(jt(xr))return $e(xr)}var Vr="",Dr=!1,Ir=["{","}"];if(er(xr)&&(Dr=!0,Ir=["[","]"]),ar(xr)){var Br=xr.name?": "+xr.name:"";Vr=" [Function"+Br+"]"}if(pe(xr)&&(Vr=" "+RegExp.prototype.toString.call(xr)),Ie(xr)&&(Vr=" "+Date.prototype.toUTCString.call(xr)),jt(xr)&&(Vr=" "+$e(xr)),Ar.length===0&&(!Dr||xr.length==0))return Ir[0]+Vr+Ir[1];if(Nr<0)return pe(xr)?yr.stylize(RegExp.prototype.toString.call(xr),"regexp"):yr.stylize("[Object]","special");yr.seen.push(xr);var Rr;return Dr?Rr=Ve(yr,xr,Nr,Fr,Ar):Rr=Ar.map(function(Lr){return Fe(yr,xr,Nr,Fr,Lr,Dr)}),yr.seen.pop(),qe(Rr,Vr,Ir)}function Ue(yr,xr){if(ie(xr))return yr.stylize("undefined","undefined");if(lr(xr)){var Nr="'"+JSON.stringify(xr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return yr.stylize(Nr,"string")}if(nr(xr))return yr.stylize(""+xr,"number");if(ir(xr))return yr.stylize(""+xr,"boolean");if(dr(xr))return yr.stylize("null","null")}function $e(yr){return"["+Error.prototype.toString.call(yr)+"]"}function Ve(yr,xr,Nr,Tr,Sr){for(var Ar=[],Fr=0,Gr=xr.length;Fr<Gr;++Fr)_r(xr,String(Fr))?Ar.push(Fe(yr,xr,Nr,Tr,String(Fr),!0)):Ar.push("");return Sr.forEach(function(Vr){Vr.match(/^\d+$/)||Ar.push(Fe(yr,xr,Nr,Tr,Vr,!0))}),Ar}function Fe(yr,xr,Nr,Tr,Sr,Ar){var Fr,Gr,Vr;if(Vr=Object.getOwnPropertyDescriptor(xr,Sr)||{value:xr[Sr]},Vr.get?Vr.set?Gr=yr.stylize("[Getter/Setter]","special"):Gr=yr.stylize("[Getter]","special"):Vr.set&&(Gr=yr.stylize("[Setter]","special")),_r(Tr,Sr)||(Fr="["+Sr+"]"),Gr||(yr.seen.indexOf(Vr.value)<0?(dr(Nr)?Gr=Ne(yr,Vr.value,null):Gr=Ne(yr,Vr.value,Nr-1),Gr.indexOf(`
`)>-1&&(Ar?Gr=Gr.split(`
`).map(function(Dr){return" "+Dr}).join(`
`).substr(2):Gr=`
`+Gr.split(`
`).map(function(Dr){return" "+Dr}).join(`
`))):Gr=yr.stylize("[Circular]","special")),ie(Fr)){if(Ar&&Sr.match(/^\d+$/))return Gr;Fr=JSON.stringify(""+Sr),Fr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Fr=Fr.substr(1,Fr.length-2),Fr=yr.stylize(Fr,"name")):(Fr=Fr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Fr=yr.stylize(Fr,"string"))}return Fr+": "+Gr}function qe(yr,xr,Nr){var Tr=yr.reduce(function(Sr,Ar){return Ar.indexOf(`
`)>=0,Sr+Ar.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Tr>60?Nr[0]+(xr===""?"":xr+`
`)+" "+yr.join(`,
`)+" "+Nr[1]:Nr[0]+xr+" "+yr.join(", ")+" "+Nr[1]}function er(yr){return Array.isArray(yr)}k.isArray=er;function ir(yr){return typeof yr=="boolean"}k.isBoolean=ir;function dr(yr){return yr===null}k.isNull=dr;function cr(yr){return yr==null}k.isNullOrUndefined=cr;function nr(yr){return typeof yr=="number"}k.isNumber=nr;function lr(yr){return typeof yr=="string"}k.isString=lr;function Et(yr){return typeof yr=="symbol"}k.isSymbol=Et;function ie(yr){return yr===void 0}k.isUndefined=ie;function pe(yr){return Ce(yr)&&kt(yr)==="[object RegExp]"}k.isRegExp=pe;function Ce(yr){return typeof yr=="object"&&yr!==null}k.isObject=Ce;function Ie(yr){return Ce(yr)&&kt(yr)==="[object Date]"}k.isDate=Ie;function jt(yr){return Ce(yr)&&(kt(yr)==="[object Error]"||yr instanceof Error)}k.isError=jt;function ar(yr){return typeof yr=="function"}k.isFunction=ar;function ur(yr){return yr===null||typeof yr=="boolean"||typeof yr=="number"||typeof yr=="string"||typeof yr=="symbol"||typeof yr>"u"}k.isPrimitive=ur,k.isBuffer=n("./support/isBuffer");function kt(yr){return Object.prototype.toString.call(yr)}function he(yr){return yr<10?"0"+yr.toString(10):yr.toString(10)}var tr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function gr(){var yr=new Date,xr=[he(yr.getHours()),he(yr.getMinutes()),he(yr.getSeconds())].join(":");return[yr.getDate(),tr[yr.getMonth()],xr].join(" ")}k.log=function(){console.log("%s - %s",gr(),k.format.apply(k,arguments))},k.inherits=n("inherits"),k._extend=function(yr,xr){if(!xr||!Ce(xr))return yr;for(var Nr=Object.keys(xr),Tr=Nr.length;Tr--;)yr[Nr[Tr]]=xr[Nr[Tr]];return yr};function _r(yr,xr){return Object.prototype.hasOwnProperty.call(yr,xr)}}).call(this)}).call(this,n("_process"),typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"./support/isBuffer":97,_process:540,inherits:96}],99:[function(n,$,k){(function(L){(function(){var j=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],V=typeof globalThis>"u"?L:globalThis;$.exports=function(){for(var re=[],oe=0;oe<j.length;oe++)typeof V[j[oe]]=="function"&&(re[re.length]=j[oe]);return re}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],100:[function(n,$,k){k.byteLength=de,k.toByteArray=Ne,k.fromByteArray=Ve;for(var L=[],j=[],V=typeof Uint8Array<"u"?Uint8Array:Array,z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",re=0,oe=z.length;re<oe;++re)L[re]=z[re],j[z.charCodeAt(re)]=re;j[45]=62,j[95]=63;function ue(Fe){var qe=Fe.length;if(qe%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var er=Fe.indexOf("=");er===-1&&(er=qe);var ir=er===qe?0:4-er%4;return[er,ir]}function de(Fe){var qe=ue(Fe),er=qe[0],ir=qe[1];return(er+ir)*3/4-ir}function _e(Fe,qe,er){return(qe+er)*3/4-er}function Ne(Fe){var qe,er=ue(Fe),ir=er[0],dr=er[1],cr=new V(_e(Fe,ir,dr)),nr=0,lr=dr>0?ir-4:ir,Et;for(Et=0;Et<lr;Et+=4)qe=j[Fe.charCodeAt(Et)]<<18|j[Fe.charCodeAt(Et+1)]<<12|j[Fe.charCodeAt(Et+2)]<<6|j[Fe.charCodeAt(Et+3)],cr[nr++]=qe>>16&255,cr[nr++]=qe>>8&255,cr[nr++]=qe&255;return dr===2&&(qe=j[Fe.charCodeAt(Et)]<<2|j[Fe.charCodeAt(Et+1)]>>4,cr[nr++]=qe&255),dr===1&&(qe=j[Fe.charCodeAt(Et)]<<10|j[Fe.charCodeAt(Et+1)]<<4|j[Fe.charCodeAt(Et+2)]>>2,cr[nr++]=qe>>8&255,cr[nr++]=qe&255),cr}function Ue(Fe){return L[Fe>>18&63]+L[Fe>>12&63]+L[Fe>>6&63]+L[Fe&63]}function $e(Fe,qe,er){for(var ir,dr=[],cr=qe;cr<er;cr+=3)ir=(Fe[cr]<<16&16711680)+(Fe[cr+1]<<8&65280)+(Fe[cr+2]&255),dr.push(Ue(ir));return dr.join("")}function Ve(Fe){for(var qe,er=Fe.length,ir=er%3,dr=[],cr=16383,nr=0,lr=er-ir;nr<lr;nr+=cr)dr.push($e(Fe,nr,nr+cr>lr?lr:nr+cr));return ir===1?(qe=Fe[er-1],dr.push(L[qe>>2]+L[qe<<4&63]+"==")):ir===2&&(qe=(Fe[er-2]<<8)+Fe[er-1],dr.push(L[qe>>10]+L[qe>>4&63]+L[qe<<2&63]+"=")),dr.join("")}},{}],101:[function(n,$,k){/*!
* Bowser - a browser detector
* https://github.com/ded/bowser
* MIT License | (c) Dustin Diaz 2015
*/(function(L,j,V){typeof $<"u"&&$.exports?$.exports=V():L[j]=V()})(this,"bowser",function(){var L=!0;function j(_e){function Ne(yr){var xr=_e.match(yr);return xr&&xr.length>1&&xr[1]||""}function Ue(yr){var xr=_e.match(yr);return xr&&xr.length>1&&xr[2]||""}var $e=Ne(/(ipod|iphone|ipad)/i).toLowerCase(),Ve=/like android/i.test(_e),Fe=!Ve&&/android/i.test(_e),qe=/nexus\s*[0-6]\s*/i.test(_e),er=!qe&&/nexus\s*[0-9]+/i.test(_e),ir=/CrOS/.test(_e),dr=/silk/i.test(_e),cr=/sailfish/i.test(_e),nr=/tizen/i.test(_e),lr=/(web|hpw)(o|0)s/i.test(_e),Et=/windows phone/i.test(_e),ie=!Et&&/windows/i.test(_e),pe=!$e&&!dr&&/macintosh/i.test(_e),Ce=!Fe&&!cr&&!nr&&!lr&&/linux/i.test(_e),Ie=Ue(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),jt=Ne(/version\/(\d+(\.\d+)?)/i),ar=/tablet/i.test(_e)&&!/tablet pc/i.test(_e),ur=!ar&&/[^-]mobi/i.test(_e),kt=/xbox/i.test(_e),he;/opera/i.test(_e)?he={name:"Opera",opera:L,version:jt||Ne(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(_e)?he={name:"Opera",opera:L,version:Ne(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||jt}:/SamsungBrowser/i.test(_e)?he={name:"Samsung Internet for Android",samsungBrowser:L,version:jt||Ne(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/Whale/i.test(_e)?he={name:"NAVER Whale browser",whale:L,version:Ne(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)}:/MZBrowser/i.test(_e)?he={name:"MZ Browser",mzbrowser:L,version:Ne(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/coast/i.test(_e)?he={name:"Opera Coast",coast:L,version:jt||Ne(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/focus/i.test(_e)?he={name:"Focus",focus:L,version:Ne(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)}:/yabrowser/i.test(_e)?he={name:"Yandex Browser",yandexbrowser:L,version:jt||Ne(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(_e)?he={name:"UC Browser",ucbrowser:L,version:Ne(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(_e)?he={name:"Maxthon",maxthon:L,version:Ne(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(_e)?he={name:"Epiphany",epiphany:L,version:Ne(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(_e)?he={name:"Puffin",puffin:L,version:Ne(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(_e)?he={name:"Sleipnir",sleipnir:L,version:Ne(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(_e)?he={name:"K-Meleon",kMeleon:L,version:Ne(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:Et?(he={name:"Windows Phone",osname:"Windows Phone",windowsphone:L},Ie?(he.msedge=L,he.version=Ie):(he.msie=L,he.version=Ne(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(_e)?he={name:"Internet Explorer",msie:L,version:Ne(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:ir?he={name:"Chrome",osname:"Chrome OS",chromeos:L,chromeBook:L,chrome:L,version:Ne(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(_e)?he={name:"Microsoft Edge",msedge:L,version:Ie}:/vivaldi/i.test(_e)?he={name:"Vivaldi",vivaldi:L,version:Ne(/vivaldi\/(\d+(\.\d+)?)/i)||jt}:cr?he={name:"Sailfish",osname:"Sailfish OS",sailfish:L,version:Ne(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(_e)?he={name:"SeaMonkey",seamonkey:L,version:Ne(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(_e)?(he={name:"Firefox",firefox:L,version:Ne(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(_e)&&(he.firefoxos=L,he.osname="Firefox OS")):dr?he={name:"Amazon Silk",silk:L,version:Ne(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(_e)?he={name:"PhantomJS",phantom:L,version:Ne(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(_e)?he={name:"SlimerJS",slimer:L,version:Ne(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(_e)||/rim\stablet/i.test(_e)?he={name:"BlackBerry",osname:"BlackBerry OS",blackberry:L,version:jt||Ne(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:lr?(he={name:"WebOS",osname:"WebOS",webos:L,version:jt||Ne(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(_e)&&(he.touchpad=L)):/bada/i.test(_e)?he={name:"Bada",osname:"Bada",bada:L,version:Ne(/dolfin\/(\d+(\.\d+)?)/i)}:nr?he={name:"Tizen",osname:"Tizen",tizen:L,version:Ne(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||jt}:/qupzilla/i.test(_e)?he={name:"QupZilla",qupzilla:L,version:Ne(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||jt}:/chromium/i.test(_e)?he={name:"Chromium",chromium:L,version:Ne(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||jt}:/chrome|crios|crmo/i.test(_e)?he={name:"Chrome",chrome:L,version:Ne(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:Fe?he={name:"Android",version:jt}:/safari|applewebkit/i.test(_e)?(he={name:"Safari",safari:L},jt&&(he.version=jt)):$e?(he={name:$e=="iphone"?"iPhone":$e=="ipad"?"iPad":"iPod"},jt&&(he.version=jt)):/googlebot/i.test(_e)?he={name:"Googlebot",googlebot:L,version:Ne(/googlebot\/(\d+(\.\d+))/i)||jt}:he={name:Ne(/^(.*)\/(.*) /),version:Ue(/^(.*)\/(.*) /)},!he.msedge&&/(apple)?webkit/i.test(_e)?(/(apple)?webkit\/537\.36/i.test(_e)?(he.name=he.name||"Blink",he.blink=L):(he.name=he.name||"Webkit",he.webkit=L),!he.version&&jt&&(he.version=jt)):!he.opera&&/gecko\//i.test(_e)&&(he.name=he.name||"Gecko",he.gecko=L,he.version=he.version||Ne(/gecko\/(\d+(\.\d+)?)/i)),!he.windowsphone&&(Fe||he.silk)?(he.android=L,he.osname="Android"):!he.windowsphone&&$e?(he[$e]=L,he.ios=L,he.osname="iOS"):pe?(he.mac=L,he.osname="macOS"):kt?(he.xbox=L,he.osname="Xbox"):ie?(he.windows=L,he.osname="Windows"):Ce&&(he.linux=L,he.osname="Linux");function tr(yr){switch(yr){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 gr="";he.windows?gr=tr(Ne(/Windows ((NT|XP)( \d\d?.\d)?)/i)):he.windowsphone?gr=Ne(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):he.mac?(gr=Ne(/Mac OS X (\d+([_\.\s]\d+)*)/i),gr=gr.replace(/[_\s]/g,".")):$e?(gr=Ne(/os (\d+([_\s]\d+)*) like mac os x/i),gr=gr.replace(/[_\s]/g,".")):Fe?gr=Ne(/android[ \/-](\d+(\.\d+)*)/i):he.webos?gr=Ne(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):he.blackberry?gr=Ne(/rim\stablet\sos\s(\d+(\.\d+)*)/i):he.bada?gr=Ne(/bada\/(\d+(\.\d+)*)/i):he.tizen&&(gr=Ne(/tizen[\/\s](\d+(\.\d+)*)/i)),gr&&(he.osversion=gr);var _r=!he.windows&&gr.split(".")[0];return ar||er||$e=="ipad"||Fe&&(_r==3||_r>=4&&!ur)||he.silk?he.tablet=L:(ur||$e=="iphone"||$e=="ipod"||Fe||qe||he.blackberry||he.webos||he.bada)&&(he.mobile=L),he.msedge||he.msie&&he.version>=10||he.yandexbrowser&&he.version>=15||he.vivaldi&&he.version>=1||he.chrome&&he.version>=20||he.samsungBrowser&&he.version>=4||he.whale&&oe([he.version,"1.0"])===1||he.mzbrowser&&oe([he.version,"6.0"])===1||he.focus&&oe([he.version,"1.0"])===1||he.firefox&&he.version>=20||he.safari&&he.version>=6||he.opera&&he.version>=10||he.ios&&he.osversion&&he.osversion.split(".")[0]>=6||he.blackberry&&he.version>=10.1||he.chromium&&he.version>=20?he.a=L:he.msie&&he.version<10||he.chrome&&he.version<20||he.firefox&&he.version<20||he.safari&&he.version<6||he.opera&&he.version<10||he.ios&&he.osversion&&he.osversion.split(".")[0]<6||he.chromium&&he.version<20?he.c=L:he.x=L,he}var V=j(typeof navigator<"u"&&navigator.userAgent||"");V.test=function(_e){for(var Ne=0;Ne<_e.length;++Ne){var Ue=_e[Ne];if(typeof Ue=="string"&&Ue in V)return!0}return!1};function z(_e){return _e.split(".").length}function re(_e,Ne){var Ue=[],$e;if(Array.prototype.map)return Array.prototype.map.call(_e,Ne);for($e=0;$e<_e.length;$e++)Ue.push(Ne(_e[$e]));return Ue}function oe(_e){for(var Ne=Math.max(z(_e[0]),z(_e[1])),Ue=re(_e,function($e){var Ve=Ne-z($e);return $e=$e+new Array(Ve+1).join(".0"),re($e.split("."),function(Fe){return new Array(20-Fe.length).join("0")+Fe}).reverse()});--Ne>=0;){if(Ue[0][Ne]>Ue[1][Ne])return 1;if(Ue[0][Ne]===Ue[1][Ne]){if(Ne===0)return 0}else return-1}}function ue(_e,Ne,Ue){var $e=V;typeof Ne=="string"&&(Ue=Ne,Ne=void 0),Ne===void 0&&(Ne=!1),Ue&&($e=j(Ue));var Ve=""+$e.version;for(var Fe in _e)if(_e.hasOwnProperty(Fe)&&$e[Fe]){if(typeof _e[Fe]!="string")throw new Error("Browser version in the minVersion map should be a string: "+Fe+": "+String(_e));return oe([Ve,_e[Fe]])<0}return Ne}function de(_e,Ne,Ue){return!ue(_e,Ne,Ue)}return V.isUnsupportedBrowser=ue,V.compareVersions=oe,V.check=de,V._detect=j,V.detect=j,V})},{}],102:[function(n,$,k){},{}],103:[function(n,$,k){(function(L){(function(){var j=n("base64-js"),V=n("ieee754");k.Buffer=ue,k.SlowBuffer=ir,k.INSPECT_MAX_BYTES=50;var z=2147483647;k.kMaxLength=z,ue.TYPED_ARRAY_SUPPORT=re(),!ue.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 re(){try{var Kr=new Uint8Array(1);return Kr.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},Kr.foo()===42}catch{return!1}}Object.defineProperty(ue.prototype,"parent",{enumerable:!0,get:function(){if(ue.isBuffer(this))return this.buffer}}),Object.defineProperty(ue.prototype,"offset",{enumerable:!0,get:function(){if(ue.isBuffer(this))return this.byteOffset}});function oe(Kr){if(Kr>z)throw new RangeError('The value "'+Kr+'" is invalid for option "size"');var kr=new Uint8Array(Kr);return kr.__proto__=ue.prototype,kr}function ue(Kr,kr,Qr){if(typeof Kr=="number"){if(typeof kr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ue(Kr)}return de(Kr,kr,Qr)}typeof Symbol<"u"&&Symbol.species!=null&&ue[Symbol.species]===ue&&Object.defineProperty(ue,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),ue.poolSize=8192;function de(Kr,kr,Qr){if(typeof Kr=="string")return $e(Kr,kr);if(ArrayBuffer.isView(Kr))return Ve(Kr);if(Kr==null)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kr);if(jr(Kr,ArrayBuffer)||Kr&&jr(Kr.buffer,ArrayBuffer))return Fe(Kr,kr,Qr);if(typeof Kr=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var Zr=Kr.valueOf&&Kr.valueOf();if(Zr!=null&&Zr!==Kr)return ue.from(Zr,kr,Qr);var Vi=qe(Kr);if(Vi)return Vi;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Kr[Symbol.toPrimitive]=="function")return ue.from(Kr[Symbol.toPrimitive]("string"),kr,Qr);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kr)}ue.from=function(Kr,kr,Qr){return de(Kr,kr,Qr)},ue.prototype.__proto__=Uint8Array.prototype,ue.__proto__=Uint8Array;function _e(Kr){if(typeof Kr!="number")throw new TypeError('"size" argument must be of type number');if(Kr<0)throw new RangeError('The value "'+Kr+'" is invalid for option "size"')}function Ne(Kr,kr,Qr){return _e(Kr),Kr<=0?oe(Kr):kr!==void 0?typeof Qr=="string"?oe(Kr).fill(kr,Qr):oe(Kr).fill(kr):oe(Kr)}ue.alloc=function(Kr,kr,Qr){return Ne(Kr,kr,Qr)};function Ue(Kr){return _e(Kr),oe(Kr<0?0:er(Kr)|0)}ue.allocUnsafe=function(Kr){return Ue(Kr)},ue.allocUnsafeSlow=function(Kr){return Ue(Kr)};function $e(Kr,kr){if((typeof kr!="string"||kr==="")&&(kr="utf8"),!ue.isEncoding(kr))throw new TypeError("Unknown encoding: "+kr);var Qr=dr(Kr,kr)|0,Zr=oe(Qr),Vi=Zr.write(Kr,kr);return Vi!==Qr&&(Zr=Zr.slice(0,Vi)),Zr}function Ve(Kr){for(var kr=Kr.length<0?0:er(Kr.length)|0,Qr=oe(kr),Zr=0;Zr<kr;Zr+=1)Qr[Zr]=Kr[Zr]&255;return Qr}function Fe(Kr,kr,Qr){if(kr<0||Kr.byteLength<kr)throw new RangeError('"offset" is outside of buffer bounds');if(Kr.byteLength<kr+(Qr||0))throw new RangeError('"length" is outside of buffer bounds');var Zr;return kr===void 0&&Qr===void 0?Zr=new Uint8Array(Kr):Qr===void 0?Zr=new Uint8Array(Kr,kr):Zr=new Uint8Array(Kr,kr,Qr),Zr.__proto__=ue.prototype,Zr}function qe(Kr){if(ue.isBuffer(Kr)){var kr=er(Kr.length)|0,Qr=oe(kr);return Qr.length===0||Kr.copy(Qr,0,0,kr),Qr}if(Kr.length!==void 0)return typeof Kr.length!="number"||vn(Kr.length)?oe(0):Ve(Kr);if(Kr.type==="Buffer"&&Array.isArray(Kr.data))return Ve(Kr.data)}function er(Kr){if(Kr>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return Kr|0}function ir(Kr){return+Kr!=Kr&&(Kr=0),ue.alloc(+Kr)}ue.isBuffer=function(kr){return kr!=null&&kr._isBuffer===!0&&kr!==ue.prototype},ue.compare=function(kr,Qr){if(jr(kr,Uint8Array)&&(kr=ue.from(kr,kr.offset,kr.byteLength)),jr(Qr,Uint8Array)&&(Qr=ue.from(Qr,Qr.offset,Qr.byteLength)),!ue.isBuffer(kr)||!ue.isBuffer(Qr))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(kr===Qr)return 0;for(var Zr=kr.length,Vi=Qr.length,To=0,oa=Math.min(Zr,Vi);To<oa;++To)if(kr[To]!==Qr[To]){Zr=kr[To],Vi=Qr[To];break}return Zr<Vi?-1:Vi<Zr?1:0},ue.isEncoding=function(kr){switch(String(kr).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}},ue.concat=function(kr,Qr){if(!Array.isArray(kr))throw new TypeError('"list" argument must be an Array of Buffers');if(kr.length===0)return ue.alloc(0);var Zr;if(Qr===void 0)for(Qr=0,Zr=0;Zr<kr.length;++Zr)Qr+=kr[Zr].length;var Vi=ue.allocUnsafe(Qr),To=0;for(Zr=0;Zr<kr.length;++Zr){var oa=kr[Zr];if(jr(oa,Uint8Array)&&(oa=ue.from(oa)),!ue.isBuffer(oa))throw new TypeError('"list" argument must be an Array of Buffers');oa.copy(Vi,To),To+=oa.length}return Vi};function dr(Kr,kr){if(ue.isBuffer(Kr))return Kr.length;if(ArrayBuffer.isView(Kr)||jr(Kr,ArrayBuffer))return Kr.byteLength;if(typeof Kr!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Kr);var Qr=Kr.length,Zr=arguments.length>2&&arguments[2]===!0;if(!Zr&&Qr===0)return 0;for(var Vi=!1;;)switch(kr){case"ascii":case"latin1":case"binary":return Qr;case"utf8":case"utf-8":return Ir(Kr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Qr*2;case"hex":return Qr>>>1;case"base64":return Lr(Kr).length;default:if(Vi)return Zr?-1:Ir(Kr).length;kr=(""+kr).toLowerCase(),Vi=!0}}ue.byteLength=dr;function cr(Kr,kr,Qr){var Zr=!1;if((kr===void 0||kr<0)&&(kr=0),kr>this.length||((Qr===void 0||Qr>this.length)&&(Qr=this.length),Qr<=0)||(Qr>>>=0,kr>>>=0,Qr<=kr))return"";for(Kr||(Kr="utf8");;)switch(Kr){case"hex":return yr(this,kr,Qr);case"utf8":case"utf-8":return kt(this,kr,Qr);case"ascii":return gr(this,kr,Qr);case"latin1":case"binary":return _r(this,kr,Qr);case"base64":return ur(this,kr,Qr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xr(this,kr,Qr);default:if(Zr)throw new TypeError("Unknown encoding: "+Kr);Kr=(Kr+"").toLowerCase(),Zr=!0}}ue.prototype._isBuffer=!0;function nr(Kr,kr,Qr){var Zr=Kr[kr];Kr[kr]=Kr[Qr],Kr[Qr]=Zr}ue.prototype.swap16=function(){var kr=this.length;if(kr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Qr=0;Qr<kr;Qr+=2)nr(this,Qr,Qr+1);return this},ue.prototype.swap32=function(){var kr=this.length;if(kr%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var Qr=0;Qr<kr;Qr+=4)nr(this,Qr,Qr+3),nr(this,Qr+1,Qr+2);return this},ue.prototype.swap64=function(){var kr=this.length;if(kr%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var Qr=0;Qr<kr;Qr+=8)nr(this,Qr,Qr+7),nr(this,Qr+1,Qr+6),nr(this,Qr+2,Qr+5),nr(this,Qr+3,Qr+4);return this},ue.prototype.toString=function(){var kr=this.length;return kr===0?"":arguments.length===0?kt(this,0,kr):cr.apply(this,arguments)},ue.prototype.toLocaleString=ue.prototype.toString,ue.prototype.equals=function(kr){if(!ue.isBuffer(kr))throw new TypeError("Argument must be a Buffer");return this===kr?!0:ue.compare(this,kr)===0},ue.prototype.inspect=function(){var kr="",Qr=k.INSPECT_MAX_BYTES;return kr=this.toString("hex",0,Qr).replace(/(.{2})/g,"$1 ").trim(),this.length>Qr&&(kr+=" ... "),"<Buffer "+kr+">"},ue.prototype.compare=function(kr,Qr,Zr,Vi,To){if(jr(kr,Uint8Array)&&(kr=ue.from(kr,kr.offset,kr.byteLength)),!ue.isBuffer(kr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof kr);if(Qr===void 0&&(Qr=0),Zr===void 0&&(Zr=kr?kr.length:0),Vi===void 0&&(Vi=0),To===void 0&&(To=this.length),Qr<0||Zr>kr.length||Vi<0||To>this.length)throw new RangeError("out of range index");if(Vi>=To&&Qr>=Zr)return 0;if(Vi>=To)return-1;if(Qr>=Zr)return 1;if(Qr>>>=0,Zr>>>=0,Vi>>>=0,To>>>=0,this===kr)return 0;for(var oa=To-Vi,Ba=Zr-Qr,rs=Math.min(oa,Ba),Mn=this.slice(Vi,To),Wr=kr.slice(Qr,Zr),Ur=0;Ur<rs;++Ur)if(Mn[Ur]!==Wr[Ur]){oa=Mn[Ur],Ba=Wr[Ur];break}return oa<Ba?-1:Ba<oa?1:0};function lr(Kr,kr,Qr,Zr,Vi){if(Kr.length===0)return-1;if(typeof Qr=="string"?(Zr=Qr,Qr=0):Qr>2147483647?Qr=2147483647:Qr<-2147483648&&(Qr=-2147483648),Qr=+Qr,vn(Qr)&&(Qr=Vi?0:Kr.length-1),Qr<0&&(Qr=Kr.length+Qr),Qr>=Kr.length){if(Vi)return-1;Qr=Kr.length-1}else if(Qr<0)if(Vi)Qr=0;else return-1;if(typeof kr=="string"&&(kr=ue.from(kr,Zr)),ue.isBuffer(kr))return kr.length===0?-1:Et(Kr,kr,Qr,Zr,Vi);if(typeof kr=="number")return kr=kr&255,typeof Uint8Array.prototype.indexOf=="function"?Vi?Uint8Array.prototype.indexOf.call(Kr,kr,Qr):Uint8Array.prototype.lastIndexOf.call(Kr,kr,Qr):Et(Kr,[kr],Qr,Zr,Vi);throw new TypeError("val must be string, number or Buffer")}function Et(Kr,kr,Qr,Zr,Vi){var To=1,oa=Kr.length,Ba=kr.length;if(Zr!==void 0&&(Zr=String(Zr).toLowerCase(),Zr==="ucs2"||Zr==="ucs-2"||Zr==="utf16le"||Zr==="utf-16le")){if(Kr.length<2||kr.length<2)return-1;To=2,oa/=2,Ba/=2,Qr/=2}function rs(Nn,Sa){return To===1?Nn[Sa]:Nn.readUInt16BE(Sa*To)}var Mn;if(Vi){var Wr=-1;for(Mn=Qr;Mn<oa;Mn++)if(rs(Kr,Mn)===rs(kr,Wr===-1?0:Mn-Wr)){if(Wr===-1&&(Wr=Mn),Mn-Wr+1===Ba)return Wr*To}else Wr!==-1&&(Mn-=Mn-Wr),Wr=-1}else for(Qr+Ba>oa&&(Qr=oa-Ba),Mn=Qr;Mn>=0;Mn--){for(var Ur=!0,Sn=0;Sn<Ba;Sn++)if(rs(Kr,Mn+Sn)!==rs(kr,Sn)){Ur=!1;break}if(Ur)return Mn}return-1}ue.prototype.includes=function(kr,Qr,Zr){return this.indexOf(kr,Qr,Zr)!==-1},ue.prototype.indexOf=function(kr,Qr,Zr){return lr(this,kr,Qr,Zr,!0)},ue.prototype.lastIndexOf=function(kr,Qr,Zr){return lr(this,kr,Qr,Zr,!1)};function ie(Kr,kr,Qr,Zr){Qr=Number(Qr)||0;var Vi=Kr.length-Qr;Zr?(Zr=Number(Zr),Zr>Vi&&(Zr=Vi)):Zr=Vi;var To=kr.length;Zr>To/2&&(Zr=To/2);for(var oa=0;oa<Zr;++oa){var Ba=parseInt(kr.substr(oa*2,2),16);if(vn(Ba))return oa;Kr[Qr+oa]=Ba}return oa}function pe(Kr,kr,Qr,Zr){return $r(Ir(kr,Kr.length-Qr),Kr,Qr,Zr)}function Ce(Kr,kr,Qr,Zr){return $r(Br(kr),Kr,Qr,Zr)}function Ie(Kr,kr,Qr,Zr){return Ce(Kr,kr,Qr,Zr)}function jt(Kr,kr,Qr,Zr){return $r(Lr(kr),Kr,Qr,Zr)}function ar(Kr,kr,Qr,Zr){return $r(Rr(kr,Kr.length-Qr),Kr,Qr,Zr)}ue.prototype.write=function(kr,Qr,Zr,Vi){if(Qr===void 0)Vi="utf8",Zr=this.length,Qr=0;else if(Zr===void 0&&typeof Qr=="string")Vi=Qr,Zr=this.length,Qr=0;else if(isFinite(Qr))Qr=Qr>>>0,isFinite(Zr)?(Zr=Zr>>>0,Vi===void 0&&(Vi="utf8")):(Vi=Zr,Zr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var To=this.length-Qr;if((Zr===void 0||Zr>To)&&(Zr=To),kr.length>0&&(Zr<0||Qr<0)||Qr>this.length)throw new RangeError("Attempt to write outside buffer bounds");Vi||(Vi="utf8");for(var oa=!1;;)switch(Vi){case"hex":return ie(this,kr,Qr,Zr);case"utf8":case"utf-8":return pe(this,kr,Qr,Zr);case"ascii":return Ce(this,kr,Qr,Zr);case"latin1":case"binary":return Ie(this,kr,Qr,Zr);case"base64":return jt(this,kr,Qr,Zr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ar(this,kr,Qr,Zr);default:if(oa)throw new TypeError("Unknown encoding: "+Vi);Vi=(""+Vi).toLowerCase(),oa=!0}},ue.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ur(Kr,kr,Qr){return kr===0&&Qr===Kr.length?j.fromByteArray(Kr):j.fromByteArray(Kr.slice(kr,Qr))}function kt(Kr,kr,Qr){Qr=Math.min(Kr.length,Qr);for(var Zr=[],Vi=kr;Vi<Qr;){var To=Kr[Vi],oa=null,Ba=To>239?4:To>223?3:To>191?2:1;if(Vi+Ba<=Qr){var rs,Mn,Wr,Ur;switch(Ba){case 1:To<128&&(oa=To);break;case 2:rs=Kr[Vi+1],(rs&192)===128&&(Ur=(To&31)<<6|rs&63,Ur>127&&(oa=Ur));break;case 3:rs=Kr[Vi+1],Mn=Kr[Vi+2],(rs&192)===128&&(Mn&192)===128&&(Ur=(To&15)<<12|(rs&63)<<6|Mn&63,Ur>2047&&(Ur<55296||Ur>57343)&&(oa=Ur));break;case 4:rs=Kr[Vi+1],Mn=Kr[Vi+2],Wr=Kr[Vi+3],(rs&192)===128&&(Mn&192)===128&&(Wr&192)===128&&(Ur=(To&15)<<18|(rs&63)<<12|(Mn&63)<<6|Wr&63,Ur>65535&&Ur<1114112&&(oa=Ur))}}oa===null?(oa=65533,Ba=1):oa>65535&&(oa-=65536,Zr.push(oa>>>10&1023|55296),oa=56320|oa&1023),Zr.push(oa),Vi+=Ba}return tr(Zr)}var he=4096;function tr(Kr){var kr=Kr.length;if(kr<=he)return String.fromCharCode.apply(String,Kr);for(var Qr="",Zr=0;Zr<kr;)Qr+=String.fromCharCode.apply(String,Kr.slice(Zr,Zr+=he));return Qr}function gr(Kr,kr,Qr){var Zr="";Qr=Math.min(Kr.length,Qr);for(var Vi=kr;Vi<Qr;++Vi)Zr+=String.fromCharCode(Kr[Vi]&127);return Zr}function _r(Kr,kr,Qr){var Zr="";Qr=Math.min(Kr.length,Qr);for(var Vi=kr;Vi<Qr;++Vi)Zr+=String.fromCharCode(Kr[Vi]);return Zr}function yr(Kr,kr,Qr){var Zr=Kr.length;(!kr||kr<0)&&(kr=0),(!Qr||Qr<0||Qr>Zr)&&(Qr=Zr);for(var Vi="",To=kr;To<Qr;++To)Vi+=Dr(Kr[To]);return Vi}function xr(Kr,kr,Qr){for(var Zr=Kr.slice(kr,Qr),Vi="",To=0;To<Zr.length;To+=2)Vi+=String.fromCharCode(Zr[To]+Zr[To+1]*256);return Vi}ue.prototype.slice=function(kr,Qr){var Zr=this.length;kr=~~kr,Qr=Qr===void 0?Zr:~~Qr,kr<0?(kr+=Zr,kr<0&&(kr=0)):kr>Zr&&(kr=Zr),Qr<0?(Qr+=Zr,Qr<0&&(Qr=0)):Qr>Zr&&(Qr=Zr),Qr<kr&&(Qr=kr);var Vi=this.subarray(kr,Qr);return Vi.__proto__=ue.prototype,Vi};function Nr(Kr,kr,Qr){if(Kr%1!==0||Kr<0)throw new RangeError("offset is not uint");if(Kr+kr>Qr)throw new RangeError("Trying to access beyond buffer length")}ue.prototype.readUIntLE=function(kr,Qr,Zr){kr=kr>>>0,Qr=Qr>>>0,Zr||Nr(kr,Qr,this.length);for(var Vi=this[kr],To=1,oa=0;++oa<Qr&&(To*=256);)Vi+=this[kr+oa]*To;return Vi},ue.prototype.readUIntBE=function(kr,Qr,Zr){kr=kr>>>0,Qr=Qr>>>0,Zr||Nr(kr,Qr,this.length);for(var Vi=this[kr+--Qr],To=1;Qr>0&&(To*=256);)Vi+=this[kr+--Qr]*To;return Vi},ue.prototype.readUInt8=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,1,this.length),this[kr]},ue.prototype.readUInt16LE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,2,this.length),this[kr]|this[kr+1]<<8},ue.prototype.readUInt16BE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,2,this.length),this[kr]<<8|this[kr+1]},ue.prototype.readUInt32LE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),(this[kr]|this[kr+1]<<8|this[kr+2]<<16)+this[kr+3]*16777216},ue.prototype.readUInt32BE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),this[kr]*16777216+(this[kr+1]<<16|this[kr+2]<<8|this[kr+3])},ue.prototype.readIntLE=function(kr,Qr,Zr){kr=kr>>>0,Qr=Qr>>>0,Zr||Nr(kr,Qr,this.length);for(var Vi=this[kr],To=1,oa=0;++oa<Qr&&(To*=256);)Vi+=this[kr+oa]*To;return To*=128,Vi>=To&&(Vi-=Math.pow(2,8*Qr)),Vi},ue.prototype.readIntBE=function(kr,Qr,Zr){kr=kr>>>0,Qr=Qr>>>0,Zr||Nr(kr,Qr,this.length);for(var Vi=Qr,To=1,oa=this[kr+--Vi];Vi>0&&(To*=256);)oa+=this[kr+--Vi]*To;return To*=128,oa>=To&&(oa-=Math.pow(2,8*Qr)),oa},ue.prototype.readInt8=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,1,this.length),this[kr]&128?(255-this[kr]+1)*-1:this[kr]},ue.prototype.readInt16LE=function(kr,Qr){kr=kr>>>0,Qr||Nr(kr,2,this.length);var Zr=this[kr]|this[kr+1]<<8;return Zr&32768?Zr|4294901760:Zr},ue.prototype.readInt16BE=function(kr,Qr){kr=kr>>>0,Qr||Nr(kr,2,this.length);var Zr=this[kr+1]|this[kr]<<8;return Zr&32768?Zr|4294901760:Zr},ue.prototype.readInt32LE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),this[kr]|this[kr+1]<<8|this[kr+2]<<16|this[kr+3]<<24},ue.prototype.readInt32BE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),this[kr]<<24|this[kr+1]<<16|this[kr+2]<<8|this[kr+3]},ue.prototype.readFloatLE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),V.read(this,kr,!0,23,4)},ue.prototype.readFloatBE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),V.read(this,kr,!1,23,4)},ue.prototype.readDoubleLE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,8,this.length),V.read(this,kr,!0,52,8)},ue.prototype.readDoubleBE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,8,this.length),V.read(this,kr,!1,52,8)};function Tr(Kr,kr,Qr,Zr,Vi,To){if(!ue.isBuffer(Kr))throw new TypeError('"buffer" argument must be a Buffer instance');if(kr>Vi||kr<To)throw new RangeError('"value" argument is out of bounds');if(Qr+Zr>Kr.length)throw new RangeError("Index out of range")}ue.prototype.writeUIntLE=function(kr,Qr,Zr,Vi){if(kr=+kr,Qr=Qr>>>0,Zr=Zr>>>0,!Vi){var To=Math.pow(2,8*Zr)-1;Tr(this,kr,Qr,Zr,To,0)}var oa=1,Ba=0;for(this[Qr]=kr&255;++Ba<Zr&&(oa*=256);)this[Qr+Ba]=kr/oa&255;return Qr+Zr},ue.prototype.writeUIntBE=function(kr,Qr,Zr,Vi){if(kr=+kr,Qr=Qr>>>0,Zr=Zr>>>0,!Vi){var To=Math.pow(2,8*Zr)-1;Tr(this,kr,Qr,Zr,To,0)}var oa=Zr-1,Ba=1;for(this[Qr+oa]=kr&255;--oa>=0&&(Ba*=256);)this[Qr+oa]=kr/Ba&255;return Qr+Zr},ue.prototype.writeUInt8=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,1,255,0),this[Qr]=kr&255,Qr+1},ue.prototype.writeUInt16LE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,2,65535,0),this[Qr]=kr&255,this[Qr+1]=kr>>>8,Qr+2},ue.prototype.writeUInt16BE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,2,65535,0),this[Qr]=kr>>>8,this[Qr+1]=kr&255,Qr+2},ue.prototype.writeUInt32LE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,4,4294967295,0),this[Qr+3]=kr>>>24,this[Qr+2]=kr>>>16,this[Qr+1]=kr>>>8,this[Qr]=kr&255,Qr+4},ue.prototype.writeUInt32BE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,4,4294967295,0),this[Qr]=kr>>>24,this[Qr+1]=kr>>>16,this[Qr+2]=kr>>>8,this[Qr+3]=kr&255,Qr+4},ue.prototype.writeIntLE=function(kr,Qr,Zr,Vi){if(kr=+kr,Qr=Qr>>>0,!Vi){var To=Math.pow(2,8*Zr-1);Tr(this,kr,Qr,Zr,To-1,-To)}var oa=0,Ba=1,rs=0;for(this[Qr]=kr&255;++oa<Zr&&(Ba*=256);)kr<0&&rs===0&&this[Qr+oa-1]!==0&&(rs=1),this[Qr+oa]=(kr/Ba>>0)-rs&255;return Qr+Zr},ue.prototype.writeIntBE=function(kr,Qr,Zr,Vi){if(kr=+kr,Qr=Qr>>>0,!Vi){var To=Math.pow(2,8*Zr-1);Tr(this,kr,Qr,Zr,To-1,-To)}var oa=Zr-1,Ba=1,rs=0;for(this[Qr+oa]=kr&255;--oa>=0&&(Ba*=256);)kr<0&&rs===0&&this[Qr+oa+1]!==0&&(rs=1),this[Qr+oa]=(kr/Ba>>0)-rs&255;return Qr+Zr},ue.prototype.writeInt8=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,1,127,-128),kr<0&&(kr=255+kr+1),this[Qr]=kr&255,Qr+1},ue.prototype.writeInt16LE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,2,32767,-32768),this[Qr]=kr&255,this[Qr+1]=kr>>>8,Qr+2},ue.prototype.writeInt16BE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,2,32767,-32768),this[Qr]=kr>>>8,this[Qr+1]=kr&255,Qr+2},ue.prototype.writeInt32LE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,4,2147483647,-2147483648),this[Qr]=kr&255,this[Qr+1]=kr>>>8,this[Qr+2]=kr>>>16,this[Qr+3]=kr>>>24,Qr+4},ue.prototype.writeInt32BE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,4,2147483647,-2147483648),kr<0&&(kr=4294967295+kr+1),this[Qr]=kr>>>24,this[Qr+1]=kr>>>16,this[Qr+2]=kr>>>8,this[Qr+3]=kr&255,Qr+4};function Sr(Kr,kr,Qr,Zr,Vi,To){if(Qr+Zr>Kr.length)throw new RangeError("Index out of range");if(Qr<0)throw new RangeError("Index out of range")}function Ar(Kr,kr,Qr,Zr,Vi){return kr=+kr,Qr=Qr>>>0,Vi||Sr(Kr,kr,Qr,4),V.write(Kr,kr,Qr,Zr,23,4),Qr+4}ue.prototype.writeFloatLE=function(kr,Qr,Zr){return Ar(this,kr,Qr,!0,Zr)},ue.prototype.writeFloatBE=function(kr,Qr,Zr){return Ar(this,kr,Qr,!1,Zr)};function Fr(Kr,kr,Qr,Zr,Vi){return kr=+kr,Qr=Qr>>>0,Vi||Sr(Kr,kr,Qr,8),V.write(Kr,kr,Qr,Zr,52,8),Qr+8}ue.prototype.writeDoubleLE=function(kr,Qr,Zr){return Fr(this,kr,Qr,!0,Zr)},ue.prototype.writeDoubleBE=function(kr,Qr,Zr){return Fr(this,kr,Qr,!1,Zr)},ue.prototype.copy=function(kr,Qr,Zr,Vi){if(!ue.isBuffer(kr))throw new TypeError("argument should be a Buffer");if(Zr||(Zr=0),!Vi&&Vi!==0&&(Vi=this.length),Qr>=kr.length&&(Qr=kr.length),Qr||(Qr=0),Vi>0&&Vi<Zr&&(Vi=Zr),Vi===Zr||kr.length===0||this.length===0)return 0;if(Qr<0)throw new RangeError("targetStart out of bounds");if(Zr<0||Zr>=this.length)throw new RangeError("Index out of range");if(Vi<0)throw new RangeError("sourceEnd out of bounds");Vi>this.length&&(Vi=this.length),kr.length-Qr<Vi-Zr&&(Vi=kr.length-Qr+Zr);var To=Vi-Zr;if(this===kr&&typeof Uint8Array.prototype.copyWithin=="function")this.copyWithin(Qr,Zr,Vi);else if(this===kr&&Zr<Qr&&Qr<Vi)for(var oa=To-1;oa>=0;--oa)kr[oa+Qr]=this[oa+Zr];else Uint8Array.prototype.set.call(kr,this.subarray(Zr,Vi),Qr);return To},ue.prototype.fill=function(kr,Qr,Zr,Vi){if(typeof kr=="string"){if(typeof Qr=="string"?(Vi=Qr,Qr=0,Zr=this.length):typeof Zr=="string"&&(Vi=Zr,Zr=this.length),Vi!==void 0&&typeof Vi!="string")throw new TypeError("encoding must be a string");if(typeof Vi=="string"&&!ue.isEncoding(Vi))throw new TypeError("Unknown encoding: "+Vi);if(kr.length===1){var To=kr.charCodeAt(0);(Vi==="utf8"&&To<128||Vi==="latin1")&&(kr=To)}}else typeof kr=="number"&&(kr=kr&255);if(Qr<0||this.length<Qr||this.length<Zr)throw new RangeError("Out of range index");if(Zr<=Qr)return this;Qr=Qr>>>0,Zr=Zr===void 0?this.length:Zr>>>0,kr||(kr=0);var oa;if(typeof kr=="number")for(oa=Qr;oa<Zr;++oa)this[oa]=kr;else{var Ba=ue.isBuffer(kr)?kr:ue.from(kr,Vi),rs=Ba.length;if(rs===0)throw new TypeError('The value "'+kr+'" is invalid for argument "value"');for(oa=0;oa<Zr-Qr;++oa)this[oa+Qr]=Ba[oa%rs]}return this};var Gr=/[^+/0-9A-Za-z-_]/g;function Vr(Kr){if(Kr=Kr.split("=")[0],Kr=Kr.trim().replace(Gr,""),Kr.length<2)return"";for(;Kr.length%4!==0;)Kr=Kr+"=";return Kr}function Dr(Kr){return Kr<16?"0"+Kr.toString(16):Kr.toString(16)}function Ir(Kr,kr){kr=kr||1/0;for(var Qr,Zr=Kr.length,Vi=null,To=[],oa=0;oa<Zr;++oa){if(Qr=Kr.charCodeAt(oa),Qr>55295&&Qr<57344){if(!Vi){if(Qr>56319){(kr-=3)>-1&&To.push(239,191,189);continue}else if(oa+1===Zr){(kr-=3)>-1&&To.push(239,191,189);continue}Vi=Qr;continue}if(Qr<56320){(kr-=3)>-1&&To.push(239,191,189),Vi=Qr;continue}Qr=(Vi-55296<<10|Qr-56320)+65536}else Vi&&(kr-=3)>-1&&To.push(239,191,189);if(Vi=null,Qr<128){if((kr-=1)<0)break;To.push(Qr)}else if(Qr<2048){if((kr-=2)<0)break;To.push(Qr>>6|192,Qr&63|128)}else if(Qr<65536){if((kr-=3)<0)break;To.push(Qr>>12|224,Qr>>6&63|128,Qr&63|128)}else if(Qr<1114112){if((kr-=4)<0)break;To.push(Qr>>18|240,Qr>>12&63|128,Qr>>6&63|128,Qr&63|128)}else throw new Error("Invalid code point")}return To}function Br(Kr){for(var kr=[],Qr=0;Qr<Kr.length;++Qr)kr.push(Kr.charCodeAt(Qr)&255);return kr}function Rr(Kr,kr){for(var Qr,Zr,Vi,To=[],oa=0;oa<Kr.length&&!((kr-=2)<0);++oa)Qr=Kr.charCodeAt(oa),Zr=Qr>>8,Vi=Qr%256,To.push(Vi),To.push(Zr);return To}function Lr(Kr){return j.toByteArray(Vr(Kr))}function $r(Kr,kr,Qr,Zr){for(var Vi=0;Vi<Zr&&!(Vi+Qr>=kr.length||Vi>=Kr.length);++Vi)kr[Vi+Qr]=Kr[Vi];return Vi}function jr(Kr,kr){return Kr instanceof kr||Kr!=null&&Kr.constructor!=null&&Kr.constructor.name!=null&&Kr.constructor.name===kr.name}function vn(Kr){return Kr!==Kr}}).call(this)}).call(this,n("buffer").Buffer)},{"base64-js":100,buffer:103,ieee754:402}],104:[function(n,$,k){$.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(n,$,k){var L=n("get-intrinsic"),j=n("./"),V=j(L("String.prototype.indexOf"));$.exports=function(re,oe){var ue=L(re,!!oe);return typeof ue=="function"&&V(re,".prototype.")>-1?j(ue):ue}},{"./":106,"get-intrinsic":392}],106:[function(n,$,k){var L=n("function-bind"),j=n("get-intrinsic"),V=n("set-function-length"),z=j("%TypeError%"),re=j("%Function.prototype.apply%"),oe=j("%Function.prototype.call%"),ue=j("%Reflect.apply%",!0)||L.call(oe,re),de=j("%Object.defineProperty%",!0),_e=j("%Math.max%");if(de)try{de({},"a",{value:1})}catch{de=null}$.exports=function($e){if(typeof $e!="function")throw new z("a function is required");var Ve=ue(L,oe,arguments);return V(Ve,1+_e(0,$e.length-(arguments.length-1)),!0)};var Ne=function(){return ue(L,re,arguments)};de?de($.exports,"apply",{value:Ne}):$.exports.apply=Ne},{"function-bind":391,"get-intrinsic":392,"set-function-length":468}],107:[function(n,$,k){var L=Array.prototype.slice;$.exports=j;function j(z,re){if(!(this instanceof j))return new j(z,re);this.src=z,this._withAccess=re}j.prototype.withAccess=function(z){return this._withAccess=z!==!1,this},j.prototype.pick=function(z){return Array.isArray(z)||(z=L.call(arguments)),z.length&&(this.keys=z),this},j.prototype.to=function(z){if(z=z||{},!this.src)return z;var re=this.keys||Object.keys(this.src);if(!this._withAccess){for(var oe=0;oe<re.length;oe++)ue=re[oe],z[ue]===void 0&&(z[ue]=this.src[ue]);return z}for(var oe=0;oe<re.length;oe++){var ue=re[oe];if(V(z,ue)){var de=this.src.__lookupGetter__(ue),_e=this.src.__lookupSetter__(ue);de&&z.__defineGetter__(ue,de),_e&&z.__defineSetter__(ue,_e),!de&&!_e&&(z[ue]=this.src[ue])}}return z},j.prototype.toCover=function(z){for(var re=this.keys||Object.keys(this.src),oe=0;oe<re.length;oe++){var ue=re[oe];delete z[ue];var de=this.src.__lookupGetter__(ue),_e=this.src.__lookupSetter__(ue);de&&z.__defineGetter__(ue,de),_e&&z.__defineSetter__(ue,_e),!de&&!_e&&(z[ue]=this.src[ue])}},j.prototype.override=j.prototype.toCover,j.prototype.and=function(z){var re={};return this.to(re),this.src=z,this.to(re),this.src=re,this};function V(z,re){return z[re]===void 0&&z.__lookupGetter__(re)===void 0&&z.__lookupSetter__(re)===void 0}},{}],108:[function(n,$,k){var L=n("../internals/is-callable"),j=n("../internals/try-to-string"),V=TypeError;$.exports=function(z){if(L(z))return z;throw new V(j(z)+" is not a function")}},{"../internals/is-callable":203,"../internals/try-to-string":293}],109:[function(n,$,k){var L=n("../internals/is-constructor"),j=n("../internals/try-to-string"),V=TypeError;$.exports=function(z){if(L(z))return z;throw new V(j(z)+" is not a constructor")}},{"../internals/is-constructor":204,"../internals/try-to-string":293}],110:[function(n,$,k){var L=n("../internals/is-possible-prototype"),j=String,V=TypeError;$.exports=function(z){if(L(z))return z;throw new V("Can't set "+j(z)+" as a prototype")}},{"../internals/is-possible-prototype":209}],111:[function(n,$,k){var L=n("../internals/well-known-symbol"),j=n("../internals/object-create"),V=n("../internals/object-define-property").f,z=L("unscopables"),re=Array.prototype;re[z]===void 0&&V(re,z,{configurable:!0,value:j(null)}),$.exports=function(oe){re[z][oe]=!0}},{"../internals/object-create":229,"../internals/object-define-property":231,"../internals/well-known-symbol":306}],112:[function(n,$,k){var L=n("../internals/string-multibyte").charAt;$.exports=function(j,V,z){return V+(z?L(j,V).length:1)}},{"../internals/string-multibyte":271}],113:[function(n,$,k){var L=n("../internals/object-is-prototype-of"),j=TypeError;$.exports=function(V,z){if(L(z,V))return V;throw new j("Incorrect invocation")}},{"../internals/object-is-prototype-of":238}],114:[function(n,$,k){var L=n("../internals/is-object"),j=String,V=TypeError;$.exports=function(z){if(L(z))return z;throw new V(j(z)+" is not an object")}},{"../internals/is-object":208}],115:[function(n,$,k){$.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},{}],116:[function(n,$,k){var L=n("../internals/fails");$.exports=L(function(){if(typeof ArrayBuffer=="function"){var j=new ArrayBuffer(8);Object.isExtensible(j)&&Object.defineProperty(j,"a",{value:8})}})},{"../internals/fails":171}],117:[function(n,$,k){var L=n("../internals/array-buffer-basic-detection"),j=n("../internals/descriptors"),V=n("../internals/global"),z=n("../internals/is-callable"),re=n("../internals/is-object"),oe=n("../internals/has-own-property"),ue=n("../internals/classof"),de=n("../internals/try-to-string"),_e=n("../internals/create-non-enumerable-property"),Ne=n("../internals/define-built-in"),Ue=n("../internals/define-built-in-accessor"),$e=n("../internals/object-is-prototype-of"),Ve=n("../internals/object-get-prototype-of"),Fe=n("../internals/object-set-prototype-of"),qe=n("../internals/well-known-symbol"),er=n("../internals/uid"),ir=n("../internals/internal-state"),dr=ir.enforce,cr=ir.get,nr=V.Int8Array,lr=nr&&nr.prototype,Et=V.Uint8ClampedArray,ie=Et&&Et.prototype,pe=nr&&Ve(nr),Ce=lr&&Ve(lr),Ie=Object.prototype,jt=V.TypeError,ar=qe("toStringTag"),ur=er("TYPED_ARRAY_TAG"),kt="TypedArrayConstructor",he=L&&!!Fe&&ue(V.opera)!=="Opera",tr=!1,gr,_r,yr,xr={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},Nr={BigInt64Array:8,BigUint64Array:8},Tr=function(Br){if(!re(Br))return!1;var Rr=ue(Br);return Rr==="DataView"||oe(xr,Rr)||oe(Nr,Rr)},Sr=function(Ir){var Br=Ve(Ir);if(re(Br)){var Rr=cr(Br);return Rr&&oe(Rr,kt)?Rr[kt]:Sr(Br)}},Ar=function(Ir){if(!re(Ir))return!1;var Br=ue(Ir);return oe(xr,Br)||oe(Nr,Br)},Fr=function(Ir){if(Ar(Ir))return Ir;throw new jt("Target is not a typed array")},Gr=function(Ir){if(z(Ir)&&(!Fe||$e(pe,Ir)))return Ir;throw new jt(de(Ir)+" is not a typed array constructor")},Vr=function(Ir,Br,Rr,Lr){if(j){if(Rr)for(var $r in xr){var jr=V[$r];if(jr&&oe(jr.prototype,Ir))try{delete jr.prototype[Ir]}catch{try{jr.prototype[Ir]=Br}catch{}}}(!Ce[Ir]||Rr)&&Ne(Ce,Ir,Rr?Br:he&&lr[Ir]||Br,Lr)}},Dr=function(Ir,Br,Rr){var Lr,$r;if(j){if(Fe){if(Rr){for(Lr in xr)if($r=V[Lr],$r&&oe($r,Ir))try{delete $r[Ir]}catch{}}if(!pe[Ir]||Rr)try{return Ne(pe,Ir,Rr?Br:he&&pe[Ir]||Br)}catch{}else return}for(Lr in xr)$r=V[Lr],$r&&(!$r[Ir]||Rr)&&Ne($r,Ir,Br)}};for(gr in xr)_r=V[gr],yr=_r&&_r.prototype,yr?dr(yr)[kt]=_r:he=!1;for(gr in Nr)_r=V[gr],yr=_r&&_r.prototype,yr&&(dr(yr)[kt]=_r);if((!he||!z(pe)||pe===Function.prototype)&&(pe=function(){throw new jt("Incorrect invocation")},he))for(gr in xr)V[gr]&&Fe(V[gr],pe);if((!he||!Ce||Ce===Ie)&&(Ce=pe.prototype,he))for(gr in xr)V[gr]&&Fe(V[gr].prototype,Ce);if(he&&Ve(ie)!==Ce&&Fe(ie,Ce),j&&!oe(Ce,ar)){tr=!0,Ue(Ce,ar,{configurable:!0,get:function(){return re(this)?this[ur]:void 0}});for(gr in xr)V[gr]&&_e(V[gr],ur,gr)}$.exports={NATIVE_ARRAY_BUFFER_VIEWS:he,TYPED_ARRAY_TAG:tr&&ur,aTypedArray:Fr,aTypedArrayConstructor:Gr,exportTypedArrayMethod:Vr,exportTypedArrayStaticMethod:Dr,getTypedArrayConstructor:Sr,isView:Tr,isTypedArray:Ar,TypedArray:pe,TypedArrayPrototype:Ce}},{"../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(n,$,k){var L=n("../internals/global"),j=n("../internals/function-uncurry-this"),V=n("../internals/descriptors"),z=n("../internals/array-buffer-basic-detection"),re=n("../internals/function-name"),oe=n("../internals/create-non-enumerable-property"),ue=n("../internals/define-built-in-accessor"),de=n("../internals/define-built-ins"),_e=n("../internals/fails"),Ne=n("../internals/an-instance"),Ue=n("../internals/to-integer-or-infinity"),$e=n("../internals/to-length"),Ve=n("../internals/to-index"),Fe=n("../internals/math-fround"),qe=n("../internals/ieee754"),er=n("../internals/object-get-prototype-of"),ir=n("../internals/object-set-prototype-of"),dr=n("../internals/array-fill"),cr=n("../internals/array-slice"),nr=n("../internals/inherit-if-required"),lr=n("../internals/copy-constructor-properties"),Et=n("../internals/set-to-string-tag"),ie=n("../internals/internal-state"),pe=re.PROPER,Ce=re.CONFIGURABLE,Ie="ArrayBuffer",jt="DataView",ar="prototype",ur="Wrong length",kt="Wrong index",he=ie.getterFor(Ie),tr=ie.getterFor(jt),gr=ie.set,_r=L[Ie],yr=_r,xr=yr&&yr[ar],Nr=L[jt],Tr=Nr&&Nr[ar],Sr=Object.prototype,Ar=L.Array,Fr=L.RangeError,Gr=j(dr),Vr=j([].reverse),Dr=qe.pack,Ir=qe.unpack,Br=function(oa){return[oa&255]},Rr=function(oa){return[oa&255,oa>>8&255]},Lr=function(oa){return[oa&255,oa>>8&255,oa>>16&255,oa>>24&255]},$r=function(oa){return oa[3]<<24|oa[2]<<16|oa[1]<<8|oa[0]},jr=function(oa){return Dr(Fe(oa),23,4)},vn=function(oa){return Dr(oa,52,8)},Kr=function(oa,Ba,rs){ue(oa[ar],Ba,{configurable:!0,get:function(){return rs(this)[Ba]}})},kr=function(oa,Ba,rs,Mn){var Wr=tr(oa),Ur=Ve(rs),Sn=!!Mn;if(Ur+Ba>Wr.byteLength)throw new Fr(kt);var Nn=Wr.bytes,Sa=Ur+Wr.byteOffset,Li=cr(Nn,Sa,Sa+Ba);return Sn?Li:Vr(Li)},Qr=function(oa,Ba,rs,Mn,Wr,Ur){var Sn=tr(oa),Nn=Ve(rs),Sa=Mn(+Wr),Li=!!Ur;if(Nn+Ba>Sn.byteLength)throw new Fr(kt);for(var ca=Sn.bytes,fo=Nn+Sn.byteOffset,zn=0;zn<Ba;zn++)ca[fo+zn]=Sa[Li?zn:Ba-zn-1]};if(!z)yr=function(Ba){Ne(this,xr);var rs=Ve(Ba);gr(this,{type:Ie,bytes:Gr(Ar(rs),0),byteLength:rs}),V||(this.byteLength=rs,this.detached=!1)},xr=yr[ar],Nr=function(Ba,rs,Mn){Ne(this,Tr),Ne(Ba,xr);var Wr=he(Ba),Ur=Wr.byteLength,Sn=Ue(rs);if(Sn<0||Sn>Ur)throw new Fr("Wrong offset");if(Mn=Mn===void 0?Ur-Sn:$e(Mn),Sn+Mn>Ur)throw new Fr(ur);gr(this,{type:jt,buffer:Ba,byteLength:Mn,byteOffset:Sn,bytes:Wr.bytes}),V||(this.buffer=Ba,this.byteLength=Mn,this.byteOffset=Sn)},Tr=Nr[ar],V&&(Kr(yr,"byteLength",he),Kr(Nr,"buffer",tr),Kr(Nr,"byteLength",tr),Kr(Nr,"byteOffset",tr)),de(Tr,{getInt8:function(Ba){return kr(this,1,Ba)[0]<<24>>24},getUint8:function(Ba){return kr(this,1,Ba)[0]},getInt16:function(Ba){var rs=kr(this,2,Ba,arguments.length>1?arguments[1]:!1);return(rs[1]<<8|rs[0])<<16>>16},getUint16:function(Ba){var rs=kr(this,2,Ba,arguments.length>1?arguments[1]:!1);return rs[1]<<8|rs[0]},getInt32:function(Ba){return $r(kr(this,4,Ba,arguments.length>1?arguments[1]:!1))},getUint32:function(Ba){return $r(kr(this,4,Ba,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(Ba){return Ir(kr(this,4,Ba,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(Ba){return Ir(kr(this,8,Ba,arguments.length>1?arguments[1]:!1),52)},setInt8:function(Ba,rs){Qr(this,1,Ba,Br,rs)},setUint8:function(Ba,rs){Qr(this,1,Ba,Br,rs)},setInt16:function(Ba,rs){Qr(this,2,Ba,Rr,rs,arguments.length>2?arguments[2]:!1)},setUint16:function(Ba,rs){Qr(this,2,Ba,Rr,rs,arguments.length>2?arguments[2]:!1)},setInt32:function(Ba,rs){Qr(this,4,Ba,Lr,rs,arguments.length>2?arguments[2]:!1)},setUint32:function(Ba,rs){Qr(this,4,Ba,Lr,rs,arguments.length>2?arguments[2]:!1)},setFloat32:function(Ba,rs){Qr(this,4,Ba,jr,rs,arguments.length>2?arguments[2]:!1)},setFloat64:function(Ba,rs){Qr(this,8,Ba,vn,rs,arguments.length>2?arguments[2]:!1)}});else{var Zr=pe&&_r.name!==Ie;!_e(function(){_r(1)})||!_e(function(){new _r(-1)})||_e(function(){return new _r,new _r(1.5),new _r(NaN),_r.length!==1||Zr&&!Ce})?(yr=function(Ba){return Ne(this,xr),nr(new _r(Ve(Ba)),this,yr)},yr[ar]=xr,xr.constructor=yr,lr(yr,_r)):Zr&&Ce&&oe(_r,"name",Ie),ir&&er(Tr)!==Sr&&ir(Tr,Sr);var Vi=new Nr(new yr(2)),To=j(Tr.setInt8);Vi.setInt8(0,2147483648),Vi.setInt8(1,2147483649),(Vi.getInt8(0)||!Vi.getInt8(1))&&de(Tr,{setInt8:function(Ba,rs){To(this,Ba,rs<<24>>24)},setUint8:function(Ba,rs){To(this,Ba,rs<<24>>24)}},{unsafe:!0})}Et(yr,Ie),Et(Nr,jt),$.exports={ArrayBuffer:yr,DataView:Nr}},{"../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(n,$,k){var L=n("../internals/to-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like"),z=n("../internals/delete-property-or-throw"),re=Math.min;$.exports=[].copyWithin||function(ue,de){var _e=L(this),Ne=V(_e),Ue=j(ue,Ne),$e=j(de,Ne),Ve=arguments.length>2?arguments[2]:void 0,Fe=re((Ve===void 0?Ne:j(Ve,Ne))-$e,Ne-Ue),qe=1;for($e<Ue&&Ue<$e+Fe&&(qe=-1,$e+=Fe-1,Ue+=Fe-1);Fe-- >0;)$e in _e?_e[Ue]=_e[$e]:z(_e,Ue),Ue+=qe,$e+=qe;return _e}},{"../internals/delete-property-or-throw":152,"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-object":285}],120:[function(n,$,k){var L=n("../internals/to-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like");$.exports=function(re){for(var oe=L(this),ue=V(oe),de=arguments.length,_e=j(de>1?arguments[1]:void 0,ue),Ne=de>2?arguments[2]:void 0,Ue=Ne===void 0?ue:j(Ne,ue);Ue>_e;)oe[_e++]=re;return oe}},{"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-object":285}],121:[function(n,$,k){var L=n("../internals/array-iteration").forEach,j=n("../internals/array-method-is-strict"),V=j("forEach");$.exports=V?[].forEach:function(re){return L(this,re,arguments.length>1?arguments[1]:void 0)}},{"../internals/array-iteration":125,"../internals/array-method-is-strict":128}],122:[function(n,$,k){var L=n("../internals/length-of-array-like");$.exports=function(j,V,z){for(var re=0,oe=arguments.length>2?z:L(V),ue=new j(oe);oe>re;)ue[re]=V[re++];return ue}},{"../internals/length-of-array-like":219}],123:[function(n,$,k){var L=n("../internals/function-bind-context"),j=n("../internals/function-call"),V=n("../internals/to-object"),z=n("../internals/call-with-safe-iteration-closing"),re=n("../internals/is-array-iterator-method"),oe=n("../internals/is-constructor"),ue=n("../internals/length-of-array-like"),de=n("../internals/create-property"),_e=n("../internals/get-iterator"),Ne=n("../internals/get-iterator-method"),Ue=Array;$.exports=function(Ve){var Fe=V(Ve),qe=oe(this),er=arguments.length,ir=er>1?arguments[1]:void 0,dr=ir!==void 0;dr&&(ir=L(ir,er>2?arguments[2]:void 0));var cr=Ne(Fe),nr=0,lr,Et,ie,pe,Ce,Ie;if(cr&&!(this===Ue&&re(cr)))for(pe=_e(Fe,cr),Ce=pe.next,Et=qe?new this:[];!(ie=j(Ce,pe)).done;nr++)Ie=dr?z(pe,ir,[ie.value,nr],!0):ie.value,de(Et,nr,Ie);else for(lr=ue(Fe),Et=qe?new this(lr):Ue(lr);lr>nr;nr++)Ie=dr?ir(Fe[nr],nr):Fe[nr],de(Et,nr,Ie);return Et.length=nr,Et}},{"../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(n,$,k){var L=n("../internals/to-indexed-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like"),z=function(re){return function(oe,ue,de){var _e=L(oe),Ne=V(_e),Ue=j(de,Ne),$e;if(re&&ue!==ue){for(;Ne>Ue;)if($e=_e[Ue++],$e!==$e)return!0}else for(;Ne>Ue;Ue++)if((re||Ue in _e)&&_e[Ue]===ue)return re||Ue||0;return!re&&-1}};$.exports={includes:z(!0),indexOf:z(!1)}},{"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-indexed-object":282}],125:[function(n,$,k){var L=n("../internals/function-bind-context"),j=n("../internals/function-uncurry-this"),V=n("../internals/indexed-object"),z=n("../internals/to-object"),re=n("../internals/length-of-array-like"),oe=n("../internals/array-species-create"),ue=j([].push),de=function(_e){var Ne=_e===1,Ue=_e===2,$e=_e===3,Ve=_e===4,Fe=_e===6,qe=_e===7,er=_e===5||Fe;return function(ir,dr,cr,nr){for(var lr=z(ir),Et=V(lr),ie=re(Et),pe=L(dr,cr),Ce=0,Ie=nr||oe,jt=Ne?Ie(ir,ie):Ue||qe?Ie(ir,0):void 0,ar,ur;ie>Ce;Ce++)if((er||Ce in Et)&&(ar=Et[Ce],ur=pe(ar,Ce,lr),_e))if(Ne)jt[Ce]=ur;else if(ur)switch(_e){case 3:return!0;case 5:return ar;case 6:return Ce;case 2:ue(jt,ar)}else switch(_e){case 4:return!1;case 7:ue(jt,ar)}return Fe?-1:$e||Ve?Ve:jt}};$.exports={forEach:de(0),map:de(1),filter:de(2),some:de(3),every:de(4),find:de(5),findIndex:de(6),filterReject:de(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(n,$,k){var L=n("../internals/function-apply"),j=n("../internals/to-indexed-object"),V=n("../internals/to-integer-or-infinity"),z=n("../internals/length-of-array-like"),re=n("../internals/array-method-is-strict"),oe=Math.min,ue=[].lastIndexOf,de=!!ue&&1/[1].lastIndexOf(1,-0)<0,_e=re("lastIndexOf"),Ne=de||!_e;$.exports=Ne?function($e){if(de)return L(ue,this,arguments)||0;var Ve=j(this),Fe=z(Ve),qe=Fe-1;for(arguments.length>1&&(qe=oe(qe,V(arguments[1]))),qe<0&&(qe=Fe+qe);qe>=0;qe--)if(qe in Ve&&Ve[qe]===$e)return qe||0;return-1}:ue},{"../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(n,$,k){var L=n("../internals/fails"),j=n("../internals/well-known-symbol"),V=n("../internals/engine-v8-version"),z=j("species");$.exports=function(re){return V>=51||!L(function(){var oe=[],ue=oe.constructor={};return ue[z]=function(){return{foo:1}},oe[re](Boolean).foo!==1})}},{"../internals/engine-v8-version":167,"../internals/fails":171,"../internals/well-known-symbol":306}],128:[function(n,$,k){var L=n("../internals/fails");$.exports=function(j,V){var z=[][j];return!!z&&L(function(){z.call(null,V||function(){return 1},1)})}},{"../internals/fails":171}],129:[function(n,$,k){var L=n("../internals/a-callable"),j=n("../internals/to-object"),V=n("../internals/indexed-object"),z=n("../internals/length-of-array-like"),re=TypeError,oe=function(ue){return function(de,_e,Ne,Ue){var $e=j(de),Ve=V($e),Fe=z($e);L(_e);var qe=ue?Fe-1:0,er=ue?-1:1;if(Ne<2)for(;;){if(qe in Ve){Ue=Ve[qe],qe+=er;break}if(qe+=er,ue?qe<0:Fe<=qe)throw new re("Reduce of empty array with no initial value")}for(;ue?qe>=0:Fe>qe;qe+=er)qe in Ve&&(Ue=_e(Ue,Ve[qe],qe,$e));return Ue}};$.exports={left:oe(!1),right:oe(!0)}},{"../internals/a-callable":108,"../internals/indexed-object":195,"../internals/length-of-array-like":219,"../internals/to-object":285}],130:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/is-array"),V=TypeError,z=Object.getOwnPropertyDescriptor,re=L&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(oe){return oe instanceof TypeError}}();$.exports=re?function(oe,ue){if(j(oe)&&!z(oe,"length").writable)throw new V("Cannot set read only .length");return oe.length=ue}:function(oe,ue){return oe.length=ue}},{"../internals/descriptors":153,"../internals/is-array":201}],131:[function(n,$,k){var L=n("../internals/function-uncurry-this");$.exports=L([].slice)},{"../internals/function-uncurry-this":181}],132:[function(n,$,k){var L=n("../internals/array-slice"),j=Math.floor,V=function(z,re){var oe=z.length;if(oe<8)for(var ue=1,de,_e;ue<oe;){for(_e=ue,de=z[ue];_e&&re(z[_e-1],de)>0;)z[_e]=z[--_e];_e!==ue++&&(z[_e]=de)}else for(var Ne=j(oe/2),Ue=V(L(z,0,Ne),re),$e=V(L(z,Ne),re),Ve=Ue.length,Fe=$e.length,qe=0,er=0;qe<Ve||er<Fe;)z[qe+er]=qe<Ve&&er<Fe?re(Ue[qe],$e[er])<=0?Ue[qe++]:$e[er++]:qe<Ve?Ue[qe++]:$e[er++];return z};$.exports=V},{"../internals/array-slice":131}],133:[function(n,$,k){var L=n("../internals/is-array"),j=n("../internals/is-constructor"),V=n("../internals/is-object"),z=n("../internals/well-known-symbol"),re=z("species"),oe=Array;$.exports=function(ue){var de;return L(ue)&&(de=ue.constructor,j(de)&&(de===oe||L(de.prototype))?de=void 0:V(de)&&(de=de[re],de===null&&(de=void 0))),de===void 0?oe:de}},{"../internals/is-array":201,"../internals/is-constructor":204,"../internals/is-object":208,"../internals/well-known-symbol":306}],134:[function(n,$,k){var L=n("../internals/array-species-constructor");$.exports=function(j,V){return new(L(j))(V===0?0:V)}},{"../internals/array-species-constructor":133}],135:[function(n,$,k){var L=n("../internals/an-object"),j=n("../internals/iterator-close");$.exports=function(V,z,re,oe){try{return oe?z(L(re)[0],re[1]):z(re)}catch(ue){j(V,"throw",ue)}}},{"../internals/an-object":114,"../internals/iterator-close":214}],136:[function(n,$,k){var L=n("../internals/well-known-symbol"),j=L("iterator"),V=!1;try{var z=0,re={next:function(){return{done:!!z++}},return:function(){V=!0}};re[j]=function(){return this},Array.from(re,function(){throw 2})}catch{}$.exports=function(oe,ue){try{if(!ue&&!V)return!1}catch{return!1}var de=!1;try{var _e={};_e[j]=function(){return{next:function(){return{done:de=!0}}}},oe(_e)}catch{}return de}},{"../internals/well-known-symbol":306}],137:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=L({}.toString),V=L("".slice);$.exports=function(z){return V(j(z),8,-1)}},{"../internals/function-uncurry-this":181}],138:[function(n,$,k){var L=n("../internals/to-string-tag-support"),j=n("../internals/is-callable"),V=n("../internals/classof-raw"),z=n("../internals/well-known-symbol"),re=z("toStringTag"),oe=Object,ue=V(function(){return arguments}())==="Arguments",de=function(_e,Ne){try{return _e[Ne]}catch{}};$.exports=L?V:function(_e){var Ne,Ue,$e;return _e===void 0?"Undefined":_e===null?"Null":typeof(Ue=de(Ne=oe(_e),re))=="string"?Ue:ue?V(Ne):($e=V(Ne))==="Object"&&j(Ne.callee)?"Arguments":$e}},{"../internals/classof-raw":137,"../internals/is-callable":203,"../internals/to-string-tag-support":290,"../internals/well-known-symbol":306}],139:[function(n,$,k){var L=n("../internals/object-create"),j=n("../internals/define-built-in-accessor"),V=n("../internals/define-built-ins"),z=n("../internals/function-bind-context"),re=n("../internals/an-instance"),oe=n("../internals/is-null-or-undefined"),ue=n("../internals/iterate"),de=n("../internals/iterator-define"),_e=n("../internals/create-iter-result-object"),Ne=n("../internals/set-species"),Ue=n("../internals/descriptors"),$e=n("../internals/internal-metadata").fastKey,Ve=n("../internals/internal-state"),Fe=Ve.set,qe=Ve.getterFor;$.exports={getConstructor:function(er,ir,dr,cr){var nr=er(function(Ce,Ie){re(Ce,lr),Fe(Ce,{type:ir,index:L(null),first:void 0,last:void 0,size:0}),Ue||(Ce.size=0),oe(Ie)||ue(Ie,Ce[cr],{that:Ce,AS_ENTRIES:dr})}),lr=nr.prototype,Et=qe(ir),ie=function(Ce,Ie,jt){var ar=Et(Ce),ur=pe(Ce,Ie),kt,he;return ur?ur.value=jt:(ar.last=ur={index:he=$e(Ie,!0),key:Ie,value:jt,previous:kt=ar.last,next:void 0,removed:!1},ar.first||(ar.first=ur),kt&&(kt.next=ur),Ue?ar.size++:Ce.size++,he!=="F"&&(ar.index[he]=ur)),Ce},pe=function(Ce,Ie){var jt=Et(Ce),ar=$e(Ie),ur;if(ar!=="F")return jt.index[ar];for(ur=jt.first;ur;ur=ur.next)if(ur.key===Ie)return ur};return V(lr,{clear:function(){for(var Ie=this,jt=Et(Ie),ar=jt.first;ar;)ar.removed=!0,ar.previous&&(ar.previous=ar.previous.next=void 0),ar=ar.next;jt.first=jt.last=void 0,jt.index=L(null),Ue?jt.size=0:Ie.size=0},delete:function(Ce){var Ie=this,jt=Et(Ie),ar=pe(Ie,Ce);if(ar){var ur=ar.next,kt=ar.previous;delete jt.index[ar.index],ar.removed=!0,kt&&(kt.next=ur),ur&&(ur.previous=kt),jt.first===ar&&(jt.first=ur),jt.last===ar&&(jt.last=kt),Ue?jt.size--:Ie.size--}return!!ar},forEach:function(Ie){for(var jt=Et(this),ar=z(Ie,arguments.length>1?arguments[1]:void 0),ur;ur=ur?ur.next:jt.first;)for(ar(ur.value,ur.key,this);ur&&ur.removed;)ur=ur.previous},has:function(Ie){return!!pe(this,Ie)}}),V(lr,dr?{get:function(Ie){var jt=pe(this,Ie);return jt&&jt.value},set:function(Ie,jt){return ie(this,Ie===0?0:Ie,jt)}}:{add:function(Ie){return ie(this,Ie=Ie===0?0:Ie,Ie)}}),Ue&&j(lr,"size",{configurable:!0,get:function(){return Et(this).size}}),nr},setStrong:function(er,ir,dr){var cr=ir+" Iterator",nr=qe(ir),lr=qe(cr);de(er,ir,function(Et,ie){Fe(this,{type:cr,target:Et,state:nr(Et),kind:ie,last:void 0})},function(){for(var Et=lr(this),ie=Et.kind,pe=Et.last;pe&&pe.removed;)pe=pe.previous;return!Et.target||!(Et.last=pe=pe?pe.next:Et.state.first)?(Et.target=void 0,_e(void 0,!0)):_e(ie==="keys"?pe.key:ie==="values"?pe.value:[pe.key,pe.value],!1)},dr?"entries":"values",!dr,!0),Ne(ir)}}},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-uncurry-this"),z=n("../internals/is-forced"),re=n("../internals/define-built-in"),oe=n("../internals/internal-metadata"),ue=n("../internals/iterate"),de=n("../internals/an-instance"),_e=n("../internals/is-callable"),Ne=n("../internals/is-null-or-undefined"),Ue=n("../internals/is-object"),$e=n("../internals/fails"),Ve=n("../internals/check-correctness-of-iteration"),Fe=n("../internals/set-to-string-tag"),qe=n("../internals/inherit-if-required");$.exports=function(er,ir,dr){var cr=er.indexOf("Map")!==-1,nr=er.indexOf("Weak")!==-1,lr=cr?"set":"add",Et=j[er],ie=Et&&Et.prototype,pe=Et,Ce={},Ie=function(gr){var _r=V(ie[gr]);re(ie,gr,gr==="add"?function(xr){return _r(this,xr===0?0:xr),this}:gr==="delete"?function(yr){return nr&&!Ue(yr)?!1:_r(this,yr===0?0:yr)}:gr==="get"?function(xr){return nr&&!Ue(xr)?void 0:_r(this,xr===0?0:xr)}:gr==="has"?function(xr){return nr&&!Ue(xr)?!1:_r(this,xr===0?0:xr)}:function(xr,Nr){return _r(this,xr===0?0:xr,Nr),this})},jt=z(er,!_e(Et)||!(nr||ie.forEach&&!$e(function(){new Et().entries().next()})));if(jt)pe=dr.getConstructor(ir,er,cr,lr),oe.enable();else if(z(er,!0)){var ar=new pe,ur=ar[lr](nr?{}:-0,1)!==ar,kt=$e(function(){ar.has(1)}),he=Ve(function(gr){new Et(gr)}),tr=!nr&&$e(function(){for(var gr=new Et,_r=5;_r--;)gr[lr](_r,_r);return!gr.has(-0)});he||(pe=ir(function(gr,_r){de(gr,ie);var yr=qe(new Et,gr,pe);return Ne(_r)||ue(_r,yr[lr],{that:yr,AS_ENTRIES:cr}),yr}),pe.prototype=ie,ie.constructor=pe),(kt||tr)&&(Ie("delete"),Ie("has"),cr&&Ie("get")),(tr||ur)&&Ie(lr),nr&&ie.clear&&delete ie.clear}return Ce[er]=pe,L({global:!0,constructor:!0,forced:pe!==Et},Ce),Fe(pe,er),nr||dr.setStrong(pe,er,cr),pe}},{"../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(n,$,k){var L=n("../internals/has-own-property"),j=n("../internals/own-keys"),V=n("../internals/object-get-own-property-descriptor"),z=n("../internals/object-define-property");$.exports=function(re,oe,ue){for(var de=j(oe),_e=z.f,Ne=V.f,Ue=0;Ue<de.length;Ue++){var $e=de[Ue];!L(re,$e)&&!(ue&&L(ue,$e))&&_e(re,$e,Ne(oe,$e))}}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/own-keys":246}],142:[function(n,$,k){var L=n("../internals/well-known-symbol"),j=L("match");$.exports=function(V){var z=/./;try{"/./"[V](z)}catch{try{return z[j]=!1,"/./"[V](z)}catch{}}return!1}},{"../internals/well-known-symbol":306}],143:[function(n,$,k){var L=n("../internals/fails");$.exports=!L(function(){function j(){}return j.prototype.constructor=null,Object.getPrototypeOf(new j)!==j.prototype})},{"../internals/fails":171}],144:[function(n,$,k){$.exports=function(L,j){return{value:L,done:j}}},{}],145:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/object-define-property"),V=n("../internals/create-property-descriptor");$.exports=L?function(z,re,oe){return j.f(z,re,V(1,oe))}:function(z,re,oe){return z[re]=oe,z}},{"../internals/create-property-descriptor":146,"../internals/descriptors":153,"../internals/object-define-property":231}],146:[function(n,$,k){$.exports=function(L,j){return{enumerable:!(L&1),configurable:!(L&2),writable:!(L&4),value:j}}},{}],147:[function(n,$,k){var L=n("../internals/to-property-key"),j=n("../internals/object-define-property"),V=n("../internals/create-property-descriptor");$.exports=function(z,re,oe){var ue=L(re);ue in z?j.f(z,ue,V(0,oe)):z[ue]=oe}},{"../internals/create-property-descriptor":146,"../internals/object-define-property":231,"../internals/to-property-key":289}],148:[function(n,$,k){var L=n("../internals/make-built-in"),j=n("../internals/object-define-property");$.exports=function(V,z,re){return re.get&&L(re.get,z,{getter:!0}),re.set&&L(re.set,z,{setter:!0}),j.f(V,z,re)}},{"../internals/make-built-in":220,"../internals/object-define-property":231}],149:[function(n,$,k){var L=n("../internals/is-callable"),j=n("../internals/object-define-property"),V=n("../internals/make-built-in"),z=n("../internals/define-global-property");$.exports=function(re,oe,ue,de){de||(de={});var _e=de.enumerable,Ne=de.name!==void 0?de.name:oe;if(L(ue)&&V(ue,Ne,de),de.global)_e?re[oe]=ue:z(oe,ue);else{try{de.unsafe?re[oe]&&(_e=!0):delete re[oe]}catch{}_e?re[oe]=ue:j.f(re,oe,{value:ue,enumerable:!1,configurable:!de.nonConfigurable,writable:!de.nonWritable})}return re}},{"../internals/define-global-property":151,"../internals/is-callable":203,"../internals/make-built-in":220,"../internals/object-define-property":231}],150:[function(n,$,k){var L=n("../internals/define-built-in");$.exports=function(j,V,z){for(var re in V)L(j,re,V[re],z);return j}},{"../internals/define-built-in":149}],151:[function(n,$,k){var L=n("../internals/global"),j=Object.defineProperty;$.exports=function(V,z){try{j(L,V,{value:z,configurable:!0,writable:!0})}catch{L[V]=z}return z}},{"../internals/global":188}],152:[function(n,$,k){var L=n("../internals/try-to-string"),j=TypeError;$.exports=function(V,z){if(!delete V[z])throw new j("Cannot delete property "+L(z)+" of "+L(V))}},{"../internals/try-to-string":293}],153:[function(n,$,k){var L=n("../internals/fails");$.exports=!L(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})},{"../internals/fails":171}],154:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/is-object"),V=L.document,z=j(V)&&j(V.createElement);$.exports=function(re){return z?V.createElement(re):{}}},{"../internals/global":188,"../internals/is-object":208}],155:[function(n,$,k){var L=TypeError,j=9007199254740991;$.exports=function(V){if(V>j)throw L("Maximum allowed index exceeded");return V}},{}],156:[function(n,$,k){$.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(n,$,k){var L=n("../internals/document-create-element"),j=L("span").classList,V=j&&j.constructor&&j.constructor.prototype;$.exports=V===Object.prototype?void 0:V},{"../internals/document-create-element":154}],158:[function(n,$,k){var L=n("../internals/engine-user-agent"),j=L.match(/firefox\/(\d+)/i);$.exports=!!j&&+j[1]},{"../internals/engine-user-agent":166}],159:[function(n,$,k){var L=n("../internals/engine-is-deno"),j=n("../internals/engine-is-node");$.exports=!L&&!j&&typeof window=="object"&&typeof document=="object"},{"../internals/engine-is-deno":160,"../internals/engine-is-node":164}],160:[function(n,$,k){$.exports=typeof Deno=="object"&&Deno&&typeof Deno.version=="object"},{}],161:[function(n,$,k){var L=n("../internals/engine-user-agent");$.exports=/MSIE|Trident/.test(L)},{"../internals/engine-user-agent":166}],162:[function(n,$,k){var L=n("../internals/engine-user-agent");$.exports=/ipad|iphone|ipod/i.test(L)&&typeof Pebble<"u"},{"../internals/engine-user-agent":166}],163:[function(n,$,k){var L=n("../internals/engine-user-agent");$.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(L)},{"../internals/engine-user-agent":166}],164:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/classof-raw");$.exports=j(L.process)==="process"},{"../internals/classof-raw":137,"../internals/global":188}],165:[function(n,$,k){var L=n("../internals/engine-user-agent");$.exports=/web0s(?!.*chrome)/i.test(L)},{"../internals/engine-user-agent":166}],166:[function(n,$,k){$.exports=typeof navigator<"u"&&String(navigator.userAgent)||""},{}],167:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/engine-user-agent"),V=L.process,z=L.Deno,re=V&&V.versions||z&&z.version,oe=re&&re.v8,ue,de;oe&&(ue=oe.split("."),de=ue[0]>0&&ue[0]<4?1:+(ue[0]+ue[1])),!de&&j&&(ue=j.match(/Edge\/(\d+)/),(!ue||ue[1]>=74)&&(ue=j.match(/Chrome\/(\d+)/),ue&&(de=+ue[1]))),$.exports=de},{"../internals/engine-user-agent":166,"../internals/global":188}],168:[function(n,$,k){var L=n("../internals/engine-user-agent"),j=L.match(/AppleWebKit\/(\d+)\./);$.exports=!!j&&+j[1]},{"../internals/engine-user-agent":166}],169:[function(n,$,k){$.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},{}],170:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/object-get-own-property-descriptor").f,V=n("../internals/create-non-enumerable-property"),z=n("../internals/define-built-in"),re=n("../internals/define-global-property"),oe=n("../internals/copy-constructor-properties"),ue=n("../internals/is-forced");$.exports=function(de,_e){var Ne=de.target,Ue=de.global,$e=de.stat,Ve,Fe,qe,er,ir,dr;if(Ue?Fe=L:$e?Fe=L[Ne]||re(Ne,{}):Fe=(L[Ne]||{}).prototype,Fe)for(qe in _e){if(ir=_e[qe],de.dontCallGetSet?(dr=j(Fe,qe),er=dr&&dr.value):er=Fe[qe],Ve=ue(Ue?qe:Ne+($e?".":"#")+qe,de.forced),!Ve&&er!==void 0){if(typeof ir==typeof er)continue;oe(ir,er)}(de.sham||er&&er.sham)&&V(ir,"sham",!0),z(Fe,qe,ir,de)}}},{"../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(n,$,k){$.exports=function(L){try{return!!L()}catch{return!0}}},{}],172:[function(n,$,k){n("../modules/es.regexp.exec");var L=n("../internals/function-uncurry-this-clause"),j=n("../internals/define-built-in"),V=n("../internals/regexp-exec"),z=n("../internals/fails"),re=n("../internals/well-known-symbol"),oe=n("../internals/create-non-enumerable-property"),ue=re("species"),de=RegExp.prototype;$.exports=function(_e,Ne,Ue,$e){var Ve=re(_e),Fe=!z(function(){var dr={};return dr[Ve]=function(){return 7},""[_e](dr)!==7}),qe=Fe&&!z(function(){var dr=!1,cr=/a/;return _e==="split"&&(cr={},cr.constructor={},cr.constructor[ue]=function(){return cr},cr.flags="",cr[Ve]=/./[Ve]),cr.exec=function(){return dr=!0,null},cr[Ve](""),!dr});if(!Fe||!qe||Ue){var er=L(/./[Ve]),ir=Ne(Ve,""[_e],function(dr,cr,nr,lr,Et){var ie=L(dr),pe=cr.exec;return pe===V||pe===de.exec?Fe&&!Et?{done:!0,value:er(cr,nr,lr)}:{done:!0,value:ie(nr,cr,lr)}:{done:!1}});j(String.prototype,_e,ir[0]),j(de,Ve,ir[1])}$e&&oe(de[Ve],"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(n,$,k){var L=n("../internals/fails");$.exports=!L(function(){return Object.isExtensible(Object.preventExtensions({}))})},{"../internals/fails":171}],174:[function(n,$,k){var L=n("../internals/function-bind-native"),j=Function.prototype,V=j.apply,z=j.call;$.exports=typeof Reflect=="object"&&Reflect.apply||(L?z.bind(V):function(){return z.apply(V,arguments)})},{"../internals/function-bind-native":176}],175:[function(n,$,k){var L=n("../internals/function-uncurry-this-clause"),j=n("../internals/a-callable"),V=n("../internals/function-bind-native"),z=L(L.bind);$.exports=function(re,oe){return j(re),oe===void 0?re:V?z(re,oe):function(){return re.apply(oe,arguments)}}},{"../internals/a-callable":108,"../internals/function-bind-native":176,"../internals/function-uncurry-this-clause":180}],176:[function(n,$,k){var L=n("../internals/fails");$.exports=!L(function(){var j=(function(){}).bind();return typeof j!="function"||j.hasOwnProperty("prototype")})},{"../internals/fails":171}],177:[function(n,$,k){var L=n("../internals/function-bind-native"),j=Function.prototype.call;$.exports=L?j.bind(j):function(){return j.apply(j,arguments)}},{"../internals/function-bind-native":176}],178:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/has-own-property"),V=Function.prototype,z=L&&Object.getOwnPropertyDescriptor,re=j(V,"name"),oe=re&&(function(){}).name==="something",ue=re&&(!L||L&&z(V,"name").configurable);$.exports={EXISTS:re,PROPER:oe,CONFIGURABLE:ue}},{"../internals/descriptors":153,"../internals/has-own-property":189}],179:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/a-callable");$.exports=function(V,z,re){try{return L(j(Object.getOwnPropertyDescriptor(V,z)[re]))}catch{}}},{"../internals/a-callable":108,"../internals/function-uncurry-this":181}],180:[function(n,$,k){var L=n("../internals/classof-raw"),j=n("../internals/function-uncurry-this");$.exports=function(V){if(L(V)==="Function")return j(V)}},{"../internals/classof-raw":137,"../internals/function-uncurry-this":181}],181:[function(n,$,k){var L=n("../internals/function-bind-native"),j=Function.prototype,V=j.call,z=L&&j.bind.bind(V,V);$.exports=L?z:function(re){return function(){return V.apply(re,arguments)}}},{"../internals/function-bind-native":176}],182:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/is-callable"),V=function(z){return j(z)?z:void 0};$.exports=function(z,re){return arguments.length<2?V(L[z]):L[z]&&L[z][re]}},{"../internals/global":188,"../internals/is-callable":203}],183:[function(n,$,k){var L=n("../internals/classof"),j=n("../internals/get-method"),V=n("../internals/is-null-or-undefined"),z=n("../internals/iterators"),re=n("../internals/well-known-symbol"),oe=re("iterator");$.exports=function(ue){if(!V(ue))return j(ue,oe)||j(ue,"@@iterator")||z[L(ue)]}},{"../internals/classof":138,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/iterators":218,"../internals/well-known-symbol":306}],184:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/a-callable"),V=n("../internals/an-object"),z=n("../internals/try-to-string"),re=n("../internals/get-iterator-method"),oe=TypeError;$.exports=function(ue,de){var _e=arguments.length<2?re(ue):de;if(j(_e))return V(L(_e,ue));throw new oe(z(ue)+" 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(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/is-array"),V=n("../internals/is-callable"),z=n("../internals/classof-raw"),re=n("../internals/to-string"),oe=L([].push);$.exports=function(ue){if(V(ue))return ue;if(j(ue)){for(var de=ue.length,_e=[],Ne=0;Ne<de;Ne++){var Ue=ue[Ne];typeof Ue=="string"?oe(_e,Ue):(typeof Ue=="number"||z(Ue)==="Number"||z(Ue)==="String")&&oe(_e,re(Ue))}var $e=_e.length,Ve=!0;return function(Fe,qe){if(Ve)return Ve=!1,qe;if(j(this))return qe;for(var er=0;er<$e;er++)if(_e[er]===Fe)return qe}}}},{"../internals/classof-raw":137,"../internals/function-uncurry-this":181,"../internals/is-array":201,"../internals/is-callable":203,"../internals/to-string":291}],186:[function(n,$,k){var L=n("../internals/a-callable"),j=n("../internals/is-null-or-undefined");$.exports=function(V,z){var re=V[z];return j(re)?void 0:L(re)}},{"../internals/a-callable":108,"../internals/is-null-or-undefined":207}],187:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/to-object"),V=Math.floor,z=L("".charAt),re=L("".replace),oe=L("".slice),ue=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,de=/\$([$&'`]|\d{1,2})/g;$.exports=function(_e,Ne,Ue,$e,Ve,Fe){var qe=Ue+_e.length,er=$e.length,ir=de;return Ve!==void 0&&(Ve=j(Ve),ir=ue),re(Fe,ir,function(dr,cr){var nr;switch(z(cr,0)){case"$":return"$";case"&":return _e;case"`":return oe(Ne,0,Ue);case"'":return oe(Ne,qe);case"<":nr=Ve[oe(cr,1,-1)];break;default:var lr=+cr;if(lr===0)return dr;if(lr>er){var Et=V(lr/10);return Et===0?dr:Et<=er?$e[Et-1]===void 0?z(cr,1):$e[Et-1]+z(cr,1):dr}nr=$e[lr-1]}return nr===void 0?"":nr})}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],188:[function(n,$,k){(function(L){(function(){var j=function(V){return V&&V.Math===Math&&V};$.exports=j(typeof globalThis=="object"&&globalThis)||j(typeof window=="object"&&window)||j(typeof self=="object"&&self)||j(typeof L=="object"&&L)||j(typeof this=="object"&&this)||function(){return this}()||Function("return this")()}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],189:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/to-object"),V=L({}.hasOwnProperty);$.exports=Object.hasOwn||function(re,oe){return V(j(re),oe)}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],190:[function(n,$,k){$.exports={}},{}],191:[function(n,$,k){$.exports=function(L,j){try{arguments.length===1?console.error(L):console.error(L,j)}catch{}}},{}],192:[function(n,$,k){var L=n("../internals/get-built-in");$.exports=L("document","documentElement")},{"../internals/get-built-in":182}],193:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/fails"),V=n("../internals/document-create-element");$.exports=!L&&!j(function(){return Object.defineProperty(V("div"),"a",{get:function(){return 7}}).a!==7})},{"../internals/descriptors":153,"../internals/document-create-element":154,"../internals/fails":171}],194:[function(n,$,k){var L=Array,j=Math.abs,V=Math.pow,z=Math.floor,re=Math.log,oe=Math.LN2,ue=function(_e,Ne,Ue){var $e=L(Ue),Ve=Ue*8-Ne-1,Fe=(1<<Ve)-1,qe=Fe>>1,er=Ne===23?V(2,-24)-V(2,-77):0,ir=_e<0||_e===0&&1/_e<0?1:0,dr=0,cr,nr,lr;for(_e=j(_e),_e!==_e||_e===1/0?(nr=_e!==_e?1:0,cr=Fe):(cr=z(re(_e)/oe),lr=V(2,-cr),_e*lr<1&&(cr--,lr*=2),cr+qe>=1?_e+=er/lr:_e+=er*V(2,1-qe),_e*lr>=2&&(cr++,lr/=2),cr+qe>=Fe?(nr=0,cr=Fe):cr+qe>=1?(nr=(_e*lr-1)*V(2,Ne),cr+=qe):(nr=_e*V(2,qe-1)*V(2,Ne),cr=0));Ne>=8;)$e[dr++]=nr&255,nr/=256,Ne-=8;for(cr=cr<<Ne|nr,Ve+=Ne;Ve>0;)$e[dr++]=cr&255,cr/=256,Ve-=8;return $e[--dr]|=ir*128,$e},de=function(_e,Ne){var Ue=_e.length,$e=Ue*8-Ne-1,Ve=(1<<$e)-1,Fe=Ve>>1,qe=$e-7,er=Ue-1,ir=_e[er--],dr=ir&127,cr;for(ir>>=7;qe>0;)dr=dr*256+_e[er--],qe-=8;for(cr=dr&(1<<-qe)-1,dr>>=-qe,qe+=Ne;qe>0;)cr=cr*256+_e[er--],qe-=8;if(dr===0)dr=1-Fe;else{if(dr===Ve)return cr?NaN:ir?-1/0:1/0;cr+=V(2,Ne),dr-=Fe}return(ir?-1:1)*cr*V(2,dr-Ne)};$.exports={pack:ue,unpack:de}},{}],195:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/classof-raw"),z=Object,re=L("".split);$.exports=j(function(){return!z("z").propertyIsEnumerable(0)})?function(oe){return V(oe)==="String"?re(oe,""):z(oe)}:z},{"../internals/classof-raw":137,"../internals/fails":171,"../internals/function-uncurry-this":181}],196:[function(n,$,k){var L=n("../internals/is-callable"),j=n("../internals/is-object"),V=n("../internals/object-set-prototype-of");$.exports=function(z,re,oe){var ue,de;return V&&L(ue=re.constructor)&&ue!==oe&&j(de=ue.prototype)&&de!==oe.prototype&&V(z,de),z}},{"../internals/is-callable":203,"../internals/is-object":208,"../internals/object-set-prototype-of":242}],197:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/is-callable"),V=n("../internals/shared-store"),z=L(Function.toString);j(V.inspectSource)||(V.inspectSource=function(re){return z(re)}),$.exports=V.inspectSource},{"../internals/function-uncurry-this":181,"../internals/is-callable":203,"../internals/shared-store":268}],198:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this"),V=n("../internals/hidden-keys"),z=n("../internals/is-object"),re=n("../internals/has-own-property"),oe=n("../internals/object-define-property").f,ue=n("../internals/object-get-own-property-names"),de=n("../internals/object-get-own-property-names-external"),_e=n("../internals/object-is-extensible"),Ne=n("../internals/uid"),Ue=n("../internals/freezing"),$e=!1,Ve=Ne("meta"),Fe=0,qe=function(lr){oe(lr,Ve,{value:{objectID:"O"+Fe++,weakData:{}}})},er=function(lr,Et){if(!z(lr))return typeof lr=="symbol"?lr:(typeof lr=="string"?"S":"P")+lr;if(!re(lr,Ve)){if(!_e(lr))return"F";if(!Et)return"E";qe(lr)}return lr[Ve].objectID},ir=function(lr,Et){if(!re(lr,Ve)){if(!_e(lr))return!0;if(!Et)return!1;qe(lr)}return lr[Ve].weakData},dr=function(lr){return Ue&&$e&&_e(lr)&&!re(lr,Ve)&&qe(lr),lr},cr=function(){nr.enable=function(){},$e=!0;var lr=ue.f,Et=j([].splice),ie={};ie[Ve]=1,lr(ie).length&&(ue.f=function(pe){for(var Ce=lr(pe),Ie=0,jt=Ce.length;Ie<jt;Ie++)if(Ce[Ie]===Ve){Et(Ce,Ie,1);break}return Ce},L({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:de.f}))},nr=$.exports={enable:cr,fastKey:er,getWeakData:ir,onFreeze:dr};V[Ve]=!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(n,$,k){var L=n("../internals/weak-map-basic-detection"),j=n("../internals/global"),V=n("../internals/is-object"),z=n("../internals/create-non-enumerable-property"),re=n("../internals/has-own-property"),oe=n("../internals/shared-store"),ue=n("../internals/shared-key"),de=n("../internals/hidden-keys"),_e="Object already initialized",Ne=j.TypeError,Ue=j.WeakMap,$e,Ve,Fe,qe=function(cr){return Fe(cr)?Ve(cr):$e(cr,{})},er=function(cr){return function(nr){var lr;if(!V(nr)||(lr=Ve(nr)).type!==cr)throw new Ne("Incompatible receiver, "+cr+" required");return lr}};if(L||oe.state){var ir=oe.state||(oe.state=new Ue);ir.get=ir.get,ir.has=ir.has,ir.set=ir.set,$e=function(cr,nr){if(ir.has(cr))throw new Ne(_e);return nr.facade=cr,ir.set(cr,nr),nr},Ve=function(cr){return ir.get(cr)||{}},Fe=function(cr){return ir.has(cr)}}else{var dr=ue("state");de[dr]=!0,$e=function(cr,nr){if(re(cr,dr))throw new Ne(_e);return nr.facade=cr,z(cr,dr,nr),nr},Ve=function(cr){return re(cr,dr)?cr[dr]:{}},Fe=function(cr){return re(cr,dr)}}$.exports={set:$e,get:Ve,has:Fe,enforce:qe,getterFor:er}},{"../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(n,$,k){var L=n("../internals/well-known-symbol"),j=n("../internals/iterators"),V=L("iterator"),z=Array.prototype;$.exports=function(re){return re!==void 0&&(j.Array===re||z[V]===re)}},{"../internals/iterators":218,"../internals/well-known-symbol":306}],201:[function(n,$,k){var L=n("../internals/classof-raw");$.exports=Array.isArray||function(V){return L(V)==="Array"}},{"../internals/classof-raw":137}],202:[function(n,$,k){var L=n("../internals/classof");$.exports=function(j){var V=L(j);return V==="BigInt64Array"||V==="BigUint64Array"}},{"../internals/classof":138}],203:[function(n,$,k){var L=typeof document=="object"&&document.all;$.exports=typeof L>"u"&&L!==void 0?function(j){return typeof j=="function"||j===L}:function(j){return typeof j=="function"}},{}],204:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/is-callable"),z=n("../internals/classof"),re=n("../internals/get-built-in"),oe=n("../internals/inspect-source"),ue=function(){},de=[],_e=re("Reflect","construct"),Ne=/^\s*(?:class|function)\b/,Ue=L(Ne.exec),$e=!Ne.test(ue),Ve=function(er){if(!V(er))return!1;try{return _e(ue,de,er),!0}catch{return!1}},Fe=function(er){if(!V(er))return!1;switch(z(er)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return $e||!!Ue(Ne,oe(er))}catch{return!0}};Fe.sham=!0,$.exports=!_e||j(function(){var qe;return Ve(Ve.call)||!Ve(Object)||!Ve(function(){qe=!0})||qe})?Fe:Ve},{"../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(n,$,k){var L=n("../internals/fails"),j=n("../internals/is-callable"),V=/#|\.prototype\./,z=function(_e,Ne){var Ue=oe[re(_e)];return Ue===de?!0:Ue===ue?!1:j(Ne)?L(Ne):!!Ne},re=z.normalize=function(_e){return String(_e).replace(V,".").toLowerCase()},oe=z.data={},ue=z.NATIVE="N",de=z.POLYFILL="P";$.exports=z},{"../internals/fails":171,"../internals/is-callable":203}],206:[function(n,$,k){var L=n("../internals/is-object"),j=Math.floor;$.exports=Number.isInteger||function(z){return!L(z)&&isFinite(z)&&j(z)===z}},{"../internals/is-object":208}],207:[function(n,$,k){$.exports=function(L){return L==null}},{}],208:[function(n,$,k){var L=n("../internals/is-callable");$.exports=function(j){return typeof j=="object"?j!==null:L(j)}},{"../internals/is-callable":203}],209:[function(n,$,k){var L=n("../internals/is-object");$.exports=function(j){return L(j)||j===null}},{"../internals/is-object":208}],210:[function(n,$,k){$.exports=!1},{}],211:[function(n,$,k){var L=n("../internals/is-object"),j=n("../internals/classof-raw"),V=n("../internals/well-known-symbol"),z=V("match");$.exports=function(re){var oe;return L(re)&&((oe=re[z])!==void 0?!!oe:j(re)==="RegExp")}},{"../internals/classof-raw":137,"../internals/is-object":208,"../internals/well-known-symbol":306}],212:[function(n,$,k){var L=n("../internals/get-built-in"),j=n("../internals/is-callable"),V=n("../internals/object-is-prototype-of"),z=n("../internals/use-symbol-as-uid"),re=Object;$.exports=z?function(oe){return typeof oe=="symbol"}:function(oe){var ue=L("Symbol");return j(ue)&&V(ue.prototype,re(oe))}},{"../internals/get-built-in":182,"../internals/is-callable":203,"../internals/object-is-prototype-of":238,"../internals/use-symbol-as-uid":300}],213:[function(n,$,k){var L=n("../internals/function-bind-context"),j=n("../internals/function-call"),V=n("../internals/an-object"),z=n("../internals/try-to-string"),re=n("../internals/is-array-iterator-method"),oe=n("../internals/length-of-array-like"),ue=n("../internals/object-is-prototype-of"),de=n("../internals/get-iterator"),_e=n("../internals/get-iterator-method"),Ne=n("../internals/iterator-close"),Ue=TypeError,$e=function(Fe,qe){this.stopped=Fe,this.result=qe},Ve=$e.prototype;$.exports=function(Fe,qe,er){var ir=er&&er.that,dr=!!(er&&er.AS_ENTRIES),cr=!!(er&&er.IS_RECORD),nr=!!(er&&er.IS_ITERATOR),lr=!!(er&&er.INTERRUPTED),Et=L(qe,ir),ie,pe,Ce,Ie,jt,ar,ur,kt=function(tr){return ie&&Ne(ie,"normal",tr),new $e(!0,tr)},he=function(tr){return dr?(V(tr),lr?Et(tr[0],tr[1],kt):Et(tr[0],tr[1])):lr?Et(tr,kt):Et(tr)};if(cr)ie=Fe.iterator;else if(nr)ie=Fe;else{if(pe=_e(Fe),!pe)throw new Ue(z(Fe)+" is not iterable");if(re(pe)){for(Ce=0,Ie=oe(Fe);Ie>Ce;Ce++)if(jt=he(Fe[Ce]),jt&&ue(Ve,jt))return jt;return new $e(!1)}ie=de(Fe,pe)}for(ar=cr?Fe.next:ie.next;!(ur=j(ar,ie)).done;){try{jt=he(ur.value)}catch(tr){Ne(ie,"throw",tr)}if(typeof jt=="object"&&jt&&ue(Ve,jt))return jt}return new $e(!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(n,$,k){var L=n("../internals/function-call"),j=n("../internals/an-object"),V=n("../internals/get-method");$.exports=function(z,re,oe){var ue,de;j(z);try{if(ue=V(z,"return"),!ue){if(re==="throw")throw oe;return oe}ue=L(ue,z)}catch(_e){de=!0,ue=_e}if(re==="throw")throw oe;if(de)throw ue;return j(ue),oe}},{"../internals/an-object":114,"../internals/function-call":177,"../internals/get-method":186}],215:[function(n,$,k){var L=n("../internals/iterators-core").IteratorPrototype,j=n("../internals/object-create"),V=n("../internals/create-property-descriptor"),z=n("../internals/set-to-string-tag"),re=n("../internals/iterators"),oe=function(){return this};$.exports=function(ue,de,_e,Ne){var Ue=de+" Iterator";return ue.prototype=j(L,{next:V(+!Ne,_e)}),z(ue,Ue,!1,!0),re[Ue]=oe,ue}},{"../internals/create-property-descriptor":146,"../internals/iterators":218,"../internals/iterators-core":217,"../internals/object-create":229,"../internals/set-to-string-tag":266}],216:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/is-pure"),z=n("../internals/function-name"),re=n("../internals/is-callable"),oe=n("../internals/iterator-create-constructor"),ue=n("../internals/object-get-prototype-of"),de=n("../internals/object-set-prototype-of"),_e=n("../internals/set-to-string-tag"),Ne=n("../internals/create-non-enumerable-property"),Ue=n("../internals/define-built-in"),$e=n("../internals/well-known-symbol"),Ve=n("../internals/iterators"),Fe=n("../internals/iterators-core"),qe=z.PROPER,er=z.CONFIGURABLE,ir=Fe.IteratorPrototype,dr=Fe.BUGGY_SAFARI_ITERATORS,cr=$e("iterator"),nr="keys",lr="values",Et="entries",ie=function(){return this};$.exports=function(pe,Ce,Ie,jt,ar,ur,kt){oe(Ie,Ce,jt);var he=function(Fr){if(Fr===ar&&xr)return xr;if(!dr&&Fr&&Fr in _r)return _r[Fr];switch(Fr){case nr:return function(){return new Ie(this,Fr)};case lr:return function(){return new Ie(this,Fr)};case Et:return function(){return new Ie(this,Fr)}}return function(){return new Ie(this)}},tr=Ce+" Iterator",gr=!1,_r=pe.prototype,yr=_r[cr]||_r["@@iterator"]||ar&&_r[ar],xr=!dr&&yr||he(ar),Nr=Ce==="Array"&&_r.entries||yr,Tr,Sr,Ar;if(Nr&&(Tr=ue(Nr.call(new pe)),Tr!==Object.prototype&&Tr.next&&(!V&&ue(Tr)!==ir&&(de?de(Tr,ir):re(Tr[cr])||Ue(Tr,cr,ie)),_e(Tr,tr,!0,!0),V&&(Ve[tr]=ie))),qe&&ar===lr&&yr&&yr.name!==lr&&(!V&&er?Ne(_r,"name",lr):(gr=!0,xr=function(){return j(yr,this)})),ar)if(Sr={values:he(lr),keys:ur?xr:he(nr),entries:he(Et)},kt)for(Ar in Sr)(dr||gr||!(Ar in _r))&&Ue(_r,Ar,Sr[Ar]);else L({target:Ce,proto:!0,forced:dr||gr},Sr);return(!V||kt)&&_r[cr]!==xr&&Ue(_r,cr,xr,{name:ar}),Ve[Ce]=xr,Sr}},{"../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(n,$,k){var L=n("../internals/fails"),j=n("../internals/is-callable"),V=n("../internals/is-object"),z=n("../internals/object-create"),re=n("../internals/object-get-prototype-of"),oe=n("../internals/define-built-in"),ue=n("../internals/well-known-symbol"),de=n("../internals/is-pure"),_e=ue("iterator"),Ne=!1,Ue,$e,Ve;[].keys&&(Ve=[].keys(),"next"in Ve?($e=re(re(Ve)),$e!==Object.prototype&&(Ue=$e)):Ne=!0);var Fe=!V(Ue)||L(function(){var qe={};return Ue[_e].call(qe)!==qe});Fe?Ue={}:de&&(Ue=z(Ue)),j(Ue[_e])||oe(Ue,_e,function(){return this}),$.exports={IteratorPrototype:Ue,BUGGY_SAFARI_ITERATORS:Ne}},{"../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(n,$,k){arguments[4][190][0].apply(k,arguments)},{dup:190}],219:[function(n,$,k){var L=n("../internals/to-length");$.exports=function(j){return L(j.length)}},{"../internals/to-length":284}],220:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/is-callable"),z=n("../internals/has-own-property"),re=n("../internals/descriptors"),oe=n("../internals/function-name").CONFIGURABLE,ue=n("../internals/inspect-source"),de=n("../internals/internal-state"),_e=de.enforce,Ne=de.get,Ue=String,$e=Object.defineProperty,Ve=L("".slice),Fe=L("".replace),qe=L([].join),er=re&&!j(function(){return $e(function(){},"length",{value:8}).length!==8}),ir=String(String).split("String"),dr=$.exports=function(cr,nr,lr){Ve(Ue(nr),0,7)==="Symbol("&&(nr="["+Fe(Ue(nr),/^Symbol\(([^)]*)\)/,"$1")+"]"),lr&&lr.getter&&(nr="get "+nr),lr&&lr.setter&&(nr="set "+nr),(!z(cr,"name")||oe&&cr.name!==nr)&&(re?$e(cr,"name",{value:nr,configurable:!0}):cr.name=nr),er&&lr&&z(lr,"arity")&&cr.length!==lr.arity&&$e(cr,"length",{value:lr.arity});try{lr&&z(lr,"constructor")&&lr.constructor?re&&$e(cr,"prototype",{writable:!1}):cr.prototype&&(cr.prototype=void 0)}catch{}var Et=_e(cr);return z(Et,"source")||(Et.source=qe(ir,typeof nr=="string"?nr:"")),cr};Function.prototype.toString=dr(function(){return V(this)&&Ne(this).source||ue(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(n,$,k){var L=n("../internals/math-sign"),j=Math.abs,V=2220446049250313e-31,z=1/V,re=function(oe){return oe+z-z};$.exports=function(oe,ue,de,_e){var Ne=+oe,Ue=j(Ne),$e=L(Ne);if(Ue<_e)return $e*re(Ue/_e/ue)*_e*ue;var Ve=(1+ue/V)*Ue,Fe=Ve-(Ve-Ue);return Fe>de||Fe!==Fe?$e*(1/0):$e*Fe}},{"../internals/math-sign":223}],222:[function(n,$,k){var L=n("../internals/math-float-round"),j=11920928955078125e-23,V=34028234663852886e22,z=11754943508222875e-54;$.exports=Math.fround||function(oe){return L(oe,j,V,z)}},{"../internals/math-float-round":221}],223:[function(n,$,k){$.exports=Math.sign||function(j){var V=+j;return V===0||V!==V?V:V<0?-1:1}},{}],224:[function(n,$,k){var L=Math.ceil,j=Math.floor;$.exports=Math.trunc||function(z){var re=+z;return(re>0?j:L)(re)}},{}],225:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/safe-get-built-in"),V=n("../internals/function-bind-context"),z=n("../internals/task").set,re=n("../internals/queue"),oe=n("../internals/engine-is-ios"),ue=n("../internals/engine-is-ios-pebble"),de=n("../internals/engine-is-webos-webkit"),_e=n("../internals/engine-is-node"),Ne=L.MutationObserver||L.WebKitMutationObserver,Ue=L.document,$e=L.process,Ve=L.Promise,Fe=j("queueMicrotask"),qe,er,ir,dr,cr;if(!Fe){var nr=new re,lr=function(){var Et,ie;for(_e&&(Et=$e.domain)&&Et.exit();ie=nr.get();)try{ie()}catch(pe){throw nr.head&&qe(),pe}Et&&Et.enter()};!oe&&!_e&&!de&&Ne&&Ue?(er=!0,ir=Ue.createTextNode(""),new Ne(lr).observe(ir,{characterData:!0}),qe=function(){ir.data=er=!er}):!ue&&Ve&&Ve.resolve?(dr=Ve.resolve(void 0),dr.constructor=Ve,cr=V(dr.then,dr),qe=function(){cr(lr)}):_e?qe=function(){$e.nextTick(lr)}:(z=V(z,L),qe=function(){z(lr)}),Fe=function(Et){nr.head||qe(),nr.add(Et)}}$.exports=Fe},{"../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(n,$,k){var L=n("../internals/a-callable"),j=TypeError,V=function(z){var re,oe;this.promise=new z(function(ue,de){if(re!==void 0||oe!==void 0)throw new j("Bad Promise constructor");re=ue,oe=de}),this.resolve=L(re),this.reject=L(oe)};$.exports.f=function(z){return new V(z)}},{"../internals/a-callable":108}],227:[function(n,$,k){var L=n("../internals/is-regexp"),j=TypeError;$.exports=function(V){if(L(V))throw new j("The method doesn't accept regular expressions");return V}},{"../internals/is-regexp":211}],228:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/function-uncurry-this"),V=n("../internals/function-call"),z=n("../internals/fails"),re=n("../internals/object-keys"),oe=n("../internals/object-get-own-property-symbols"),ue=n("../internals/object-property-is-enumerable"),de=n("../internals/to-object"),_e=n("../internals/indexed-object"),Ne=Object.assign,Ue=Object.defineProperty,$e=j([].concat);$.exports=!Ne||z(function(){if(L&&Ne({b:1},Ne(Ue({},"a",{enumerable:!0,get:function(){Ue(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var Ve={},Fe={},qe=Symbol("assign detection"),er="abcdefghijklmnopqrst";return Ve[qe]=7,er.split("").forEach(function(ir){Fe[ir]=ir}),Ne({},Ve)[qe]!==7||re(Ne({},Fe)).join("")!==er})?function(Fe,qe){for(var er=de(Fe),ir=arguments.length,dr=1,cr=oe.f,nr=ue.f;ir>dr;)for(var lr=_e(arguments[dr++]),Et=cr?$e(re(lr),cr(lr)):re(lr),ie=Et.length,pe=0,Ce;ie>pe;)Ce=Et[pe++],(!L||V(nr,lr,Ce))&&(er[Ce]=lr[Ce]);return er}:Ne},{"../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(n,$,k){var L=n("../internals/an-object"),j=n("../internals/object-define-properties"),V=n("../internals/enum-bug-keys"),z=n("../internals/hidden-keys"),re=n("../internals/html"),oe=n("../internals/document-create-element"),ue=n("../internals/shared-key"),de=">",_e="<",Ne="prototype",Ue="script",$e=ue("IE_PROTO"),Ve=function(){},Fe=function(cr){return _e+Ue+de+cr+_e+"/"+Ue+de},qe=function(cr){cr.write(Fe("")),cr.close();var nr=cr.parentWindow.Object;return cr=null,nr},er=function(){var cr=oe("iframe"),nr="java"+Ue+":",lr;return cr.style.display="none",re.appendChild(cr),cr.src=String(nr),lr=cr.contentWindow.document,lr.open(),lr.write(Fe("document.F=Object")),lr.close(),lr.F},ir,dr=function(){try{ir=new ActiveXObject("htmlfile")}catch{}dr=typeof document<"u"?document.domain&&ir?qe(ir):er():qe(ir);for(var cr=V.length;cr--;)delete dr[Ne][V[cr]];return dr()};z[$e]=!0,$.exports=Object.create||function(nr,lr){var Et;return nr!==null?(Ve[Ne]=L(nr),Et=new Ve,Ve[Ne]=null,Et[$e]=nr):Et=dr(),lr===void 0?Et:j.f(Et,lr)}},{"../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(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/v8-prototype-define-bug"),V=n("../internals/object-define-property"),z=n("../internals/an-object"),re=n("../internals/to-indexed-object"),oe=n("../internals/object-keys");k.f=L&&!j?Object.defineProperties:function(de,_e){z(de);for(var Ne=re(_e),Ue=oe(_e),$e=Ue.length,Ve=0,Fe;$e>Ve;)V.f(de,Fe=Ue[Ve++],Ne[Fe]);return de}},{"../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(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/ie8-dom-define"),V=n("../internals/v8-prototype-define-bug"),z=n("../internals/an-object"),re=n("../internals/to-property-key"),oe=TypeError,ue=Object.defineProperty,de=Object.getOwnPropertyDescriptor,_e="enumerable",Ne="configurable",Ue="writable";k.f=L?V?function(Ve,Fe,qe){if(z(Ve),Fe=re(Fe),z(qe),typeof Ve=="function"&&Fe==="prototype"&&"value"in qe&&Ue in qe&&!qe[Ue]){var er=de(Ve,Fe);er&&er[Ue]&&(Ve[Fe]=qe.value,qe={configurable:Ne in qe?qe[Ne]:er[Ne],enumerable:_e in qe?qe[_e]:er[_e],writable:!1})}return ue(Ve,Fe,qe)}:ue:function(Ve,Fe,qe){if(z(Ve),Fe=re(Fe),z(qe),j)try{return ue(Ve,Fe,qe)}catch{}if("get"in qe||"set"in qe)throw new oe("Accessors not supported");return"value"in qe&&(Ve[Fe]=qe.value),Ve}},{"../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(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/function-call"),V=n("../internals/object-property-is-enumerable"),z=n("../internals/create-property-descriptor"),re=n("../internals/to-indexed-object"),oe=n("../internals/to-property-key"),ue=n("../internals/has-own-property"),de=n("../internals/ie8-dom-define"),_e=Object.getOwnPropertyDescriptor;k.f=L?_e:function(Ue,$e){if(Ue=re(Ue),$e=oe($e),de)try{return _e(Ue,$e)}catch{}if(ue(Ue,$e))return z(!j(V.f,Ue,$e),Ue[$e])}},{"../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(n,$,k){var L=n("../internals/classof-raw"),j=n("../internals/to-indexed-object"),V=n("../internals/object-get-own-property-names").f,z=n("../internals/array-slice"),re=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],oe=function(ue){try{return V(ue)}catch{return z(re)}};$.exports.f=function(de){return re&&L(de)==="Window"?oe(de):V(j(de))}},{"../internals/array-slice":131,"../internals/classof-raw":137,"../internals/object-get-own-property-names":234,"../internals/to-indexed-object":282}],234:[function(n,$,k){var L=n("../internals/object-keys-internal"),j=n("../internals/enum-bug-keys"),V=j.concat("length","prototype");k.f=Object.getOwnPropertyNames||function(re){return L(re,V)}},{"../internals/enum-bug-keys":169,"../internals/object-keys-internal":239}],235:[function(n,$,k){k.f=Object.getOwnPropertySymbols},{}],236:[function(n,$,k){var L=n("../internals/has-own-property"),j=n("../internals/is-callable"),V=n("../internals/to-object"),z=n("../internals/shared-key"),re=n("../internals/correct-prototype-getter"),oe=z("IE_PROTO"),ue=Object,de=ue.prototype;$.exports=re?ue.getPrototypeOf:function(_e){var Ne=V(_e);if(L(Ne,oe))return Ne[oe];var Ue=Ne.constructor;return j(Ue)&&Ne instanceof Ue?Ue.prototype:Ne instanceof ue?de: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(n,$,k){var L=n("../internals/fails"),j=n("../internals/is-object"),V=n("../internals/classof-raw"),z=n("../internals/array-buffer-non-extensible"),re=Object.isExtensible,oe=L(function(){});$.exports=oe||z?function(de){return!j(de)||z&&V(de)==="ArrayBuffer"?!1:re?re(de):!0}:re},{"../internals/array-buffer-non-extensible":116,"../internals/classof-raw":137,"../internals/fails":171,"../internals/is-object":208}],238:[function(n,$,k){var L=n("../internals/function-uncurry-this");$.exports=L({}.isPrototypeOf)},{"../internals/function-uncurry-this":181}],239:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/has-own-property"),V=n("../internals/to-indexed-object"),z=n("../internals/array-includes").indexOf,re=n("../internals/hidden-keys"),oe=L([].push);$.exports=function(ue,de){var _e=V(ue),Ne=0,Ue=[],$e;for($e in _e)!j(re,$e)&&j(_e,$e)&&oe(Ue,$e);for(;de.length>Ne;)j(_e,$e=de[Ne++])&&(~z(Ue,$e)||oe(Ue,$e));return Ue}},{"../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(n,$,k){var L=n("../internals/object-keys-internal"),j=n("../internals/enum-bug-keys");$.exports=Object.keys||function(z){return L(z,j)}},{"../internals/enum-bug-keys":169,"../internals/object-keys-internal":239}],241:[function(n,$,k){var L={}.propertyIsEnumerable,j=Object.getOwnPropertyDescriptor,V=j&&!L.call({1:2},1);k.f=V?function(re){var oe=j(this,re);return!!oe&&oe.enumerable}:L},{}],242:[function(n,$,k){var L=n("../internals/function-uncurry-this-accessor"),j=n("../internals/an-object"),V=n("../internals/a-possible-prototype");$.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var z=!1,re={},oe;try{oe=L(Object.prototype,"__proto__","set"),oe(re,[]),z=re instanceof Array}catch{}return function(de,_e){return j(de),V(_e),z?oe(de,_e):de.__proto__=_e,de}}():void 0)},{"../internals/a-possible-prototype":110,"../internals/an-object":114,"../internals/function-uncurry-this-accessor":179}],243:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/fails"),V=n("../internals/function-uncurry-this"),z=n("../internals/object-get-prototype-of"),re=n("../internals/object-keys"),oe=n("../internals/to-indexed-object"),ue=n("../internals/object-property-is-enumerable").f,de=V(ue),_e=V([].push),Ne=L&&j(function(){var $e=Object.create(null);return $e[2]=2,!de($e,2)}),Ue=function($e){return function(Ve){for(var Fe=oe(Ve),qe=re(Fe),er=Ne&&z(Fe)===null,ir=qe.length,dr=0,cr=[],nr;ir>dr;)nr=qe[dr++],(!L||(er?nr in Fe:de(Fe,nr)))&&_e(cr,$e?[nr,Fe[nr]]:Fe[nr]);return cr}};$.exports={entries:Ue(!0),values:Ue(!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(n,$,k){var L=n("../internals/to-string-tag-support"),j=n("../internals/classof");$.exports=L?{}.toString:function(){return"[object "+j(this)+"]"}},{"../internals/classof":138,"../internals/to-string-tag-support":290}],245:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/is-callable"),V=n("../internals/is-object"),z=TypeError;$.exports=function(re,oe){var ue,de;if(oe==="string"&&j(ue=re.toString)&&!V(de=L(ue,re))||j(ue=re.valueOf)&&!V(de=L(ue,re))||oe!=="string"&&j(ue=re.toString)&&!V(de=L(ue,re)))return de;throw new z("Can't convert object to primitive value")}},{"../internals/function-call":177,"../internals/is-callable":203,"../internals/is-object":208}],246:[function(n,$,k){var L=n("../internals/get-built-in"),j=n("../internals/function-uncurry-this"),V=n("../internals/object-get-own-property-names"),z=n("../internals/object-get-own-property-symbols"),re=n("../internals/an-object"),oe=j([].concat);$.exports=L("Reflect","ownKeys")||function(de){var _e=V.f(re(de)),Ne=z.f;return Ne?oe(_e,Ne(de)):_e}},{"../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(n,$,k){var L=n("../internals/global");$.exports=L},{"../internals/global":188}],248:[function(n,$,k){$.exports=function(L){try{return{error:!1,value:L()}}catch(j){return{error:!0,value:j}}}},{}],249:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/promise-native-constructor"),V=n("../internals/is-callable"),z=n("../internals/is-forced"),re=n("../internals/inspect-source"),oe=n("../internals/well-known-symbol"),ue=n("../internals/engine-is-browser"),de=n("../internals/engine-is-deno"),_e=n("../internals/is-pure"),Ne=n("../internals/engine-v8-version"),Ue=j&&j.prototype,$e=oe("species"),Ve=!1,Fe=V(L.PromiseRejectionEvent),qe=z("Promise",function(){var er=re(j),ir=er!==String(j);if(!ir&&Ne===66||_e&&!(Ue.catch&&Ue.finally))return!0;if(!Ne||Ne<51||!/native code/.test(er)){var dr=new j(function(lr){lr(1)}),cr=function(lr){lr(function(){},function(){})},nr=dr.constructor={};if(nr[$e]=cr,Ve=dr.then(function(){})instanceof cr,!Ve)return!0}return!ir&&(ue||de)&&!Fe});$.exports={CONSTRUCTOR:qe,REJECTION_EVENT:Fe,SUBCLASSING:Ve}},{"../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(n,$,k){var L=n("../internals/global");$.exports=L.Promise},{"../internals/global":188}],251:[function(n,$,k){var L=n("../internals/an-object"),j=n("../internals/is-object"),V=n("../internals/new-promise-capability");$.exports=function(z,re){if(L(z),j(re)&&re.constructor===z)return re;var oe=V.f(z),ue=oe.resolve;return ue(re),oe.promise}},{"../internals/an-object":114,"../internals/is-object":208,"../internals/new-promise-capability":226}],252:[function(n,$,k){var L=n("../internals/promise-native-constructor"),j=n("../internals/check-correctness-of-iteration"),V=n("../internals/promise-constructor-detection").CONSTRUCTOR;$.exports=V||!j(function(z){L.all(z).then(void 0,function(){})})},{"../internals/check-correctness-of-iteration":136,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250}],253:[function(n,$,k){var L=n("../internals/object-define-property").f;$.exports=function(j,V,z){z in j||L(j,z,{configurable:!0,get:function(){return V[z]},set:function(re){V[z]=re}})}},{"../internals/object-define-property":231}],254:[function(n,$,k){var L=function(){this.head=null,this.tail=null};L.prototype={add:function(j){var V={item:j,next:null},z=this.tail;z?z.next=V:this.head=V,this.tail=V},get:function(){var j=this.head;if(j){var V=this.head=j.next;return V===null&&(this.tail=null),j.item}}},$.exports=L},{}],255:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/an-object"),V=n("../internals/is-callable"),z=n("../internals/classof-raw"),re=n("../internals/regexp-exec"),oe=TypeError;$.exports=function(ue,de){var _e=ue.exec;if(V(_e)){var Ne=L(_e,ue,de);return Ne!==null&&j(Ne),Ne}if(z(ue)==="RegExp")return L(re,ue,de);throw new oe("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(n,$,k){var L=n("../internals/function-call"),j=n("../internals/function-uncurry-this"),V=n("../internals/to-string"),z=n("../internals/regexp-flags"),re=n("../internals/regexp-sticky-helpers"),oe=n("../internals/shared"),ue=n("../internals/object-create"),de=n("../internals/internal-state").get,_e=n("../internals/regexp-unsupported-dot-all"),Ne=n("../internals/regexp-unsupported-ncg"),Ue=oe("native-string-replace",String.prototype.replace),$e=RegExp.prototype.exec,Ve=$e,Fe=j("".charAt),qe=j("".indexOf),er=j("".replace),ir=j("".slice),dr=function(){var Et=/a/,ie=/b*/g;return L($e,Et,"a"),L($e,ie,"a"),Et.lastIndex!==0||ie.lastIndex!==0}(),cr=re.BROKEN_CARET,nr=/()??/.exec("")[1]!==void 0,lr=dr||nr||cr||_e||Ne;lr&&(Ve=function(ie){var pe=this,Ce=de(pe),Ie=V(ie),jt=Ce.raw,ar,ur,kt,he,tr,gr,_r;if(jt)return jt.lastIndex=pe.lastIndex,ar=L(Ve,jt,Ie),pe.lastIndex=jt.lastIndex,ar;var yr=Ce.groups,xr=cr&&pe.sticky,Nr=L(z,pe),Tr=pe.source,Sr=0,Ar=Ie;if(xr&&(Nr=er(Nr,"y",""),qe(Nr,"g")===-1&&(Nr+="g"),Ar=ir(Ie,pe.lastIndex),pe.lastIndex>0&&(!pe.multiline||pe.multiline&&Fe(Ie,pe.lastIndex-1)!==`
`)&&(Tr="(?: "+Tr+")",Ar=" "+Ar,Sr++),ur=new RegExp("^(?:"+Tr+")",Nr)),nr&&(ur=new RegExp("^"+Tr+"$(?!\\s)",Nr)),dr&&(kt=pe.lastIndex),he=L($e,xr?ur:pe,Ar),xr?he?(he.input=ir(he.input,Sr),he[0]=ir(he[0],Sr),he.index=pe.lastIndex,pe.lastIndex+=he[0].length):pe.lastIndex=0:dr&&he&&(pe.lastIndex=pe.global?he.index+he[0].length:kt),nr&&he&&he.length>1&&L(Ue,he[0],ur,function(){for(tr=1;tr<arguments.length-2;tr++)arguments[tr]===void 0&&(he[tr]=void 0)}),he&&yr)for(he.groups=gr=ue(null),tr=0;tr<yr.length;tr++)_r=yr[tr],gr[_r[0]]=he[_r[1]];return he}),$.exports=Ve},{"../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(n,$,k){var L=n("../internals/an-object");$.exports=function(){var j=L(this),V="";return j.hasIndices&&(V+="d"),j.global&&(V+="g"),j.ignoreCase&&(V+="i"),j.multiline&&(V+="m"),j.dotAll&&(V+="s"),j.unicode&&(V+="u"),j.unicodeSets&&(V+="v"),j.sticky&&(V+="y"),V}},{"../internals/an-object":114}],258:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/has-own-property"),V=n("../internals/object-is-prototype-of"),z=n("../internals/regexp-flags"),re=RegExp.prototype;$.exports=function(oe){var ue=oe.flags;return ue===void 0&&!("flags"in re)&&!j(oe,"flags")&&V(re,oe)?L(z,oe):ue}},{"../internals/function-call":177,"../internals/has-own-property":189,"../internals/object-is-prototype-of":238,"../internals/regexp-flags":257}],259:[function(n,$,k){var L=n("../internals/fails"),j=n("../internals/global"),V=j.RegExp,z=L(function(){var ue=V("a","y");return ue.lastIndex=2,ue.exec("abcd")!==null}),re=z||L(function(){return!V("a","y").sticky}),oe=z||L(function(){var ue=V("^r","gy");return ue.lastIndex=2,ue.exec("str")!==null});$.exports={BROKEN_CARET:oe,MISSED_STICKY:re,UNSUPPORTED_Y:z}},{"../internals/fails":171,"../internals/global":188}],260:[function(n,$,k){var L=n("../internals/fails"),j=n("../internals/global"),V=j.RegExp;$.exports=L(function(){var z=V(".","s");return!(z.dotAll&&z.test(`
`)&&z.flags==="s")})},{"../internals/fails":171,"../internals/global":188}],261:[function(n,$,k){var L=n("../internals/fails"),j=n("../internals/global"),V=j.RegExp;$.exports=L(function(){var z=V("(?<a>b)","g");return z.exec("b").groups.a!=="b"||"b".replace(z,"$<a>c")!=="bc"})},{"../internals/fails":171,"../internals/global":188}],262:[function(n,$,k){var L=n("../internals/is-null-or-undefined"),j=TypeError;$.exports=function(V){if(L(V))throw new j("Can't call method on "+V);return V}},{"../internals/is-null-or-undefined":207}],263:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/descriptors"),V=Object.getOwnPropertyDescriptor;$.exports=function(z){if(!j)return L[z];var re=V(L,z);return re&&re.value}},{"../internals/descriptors":153,"../internals/global":188}],264:[function(n,$,k){$.exports=Object.is||function(j,V){return j===V?j!==0||1/j===1/V:j!==j&&V!==V}},{}],265:[function(n,$,k){var L=n("../internals/get-built-in"),j=n("../internals/define-built-in-accessor"),V=n("../internals/well-known-symbol"),z=n("../internals/descriptors"),re=V("species");$.exports=function(oe){var ue=L(oe);z&&ue&&!ue[re]&&j(ue,re,{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(n,$,k){var L=n("../internals/object-define-property").f,j=n("../internals/has-own-property"),V=n("../internals/well-known-symbol"),z=V("toStringTag");$.exports=function(re,oe,ue){re&&!ue&&(re=re.prototype),re&&!j(re,z)&&L(re,z,{configurable:!0,value:oe})}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/well-known-symbol":306}],267:[function(n,$,k){var L=n("../internals/shared"),j=n("../internals/uid"),V=L("keys");$.exports=function(z){return V[z]||(V[z]=j(z))}},{"../internals/shared":269,"../internals/uid":299}],268:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/define-global-property"),V="__core-js_shared__",z=L[V]||j(V,{});$.exports=z},{"../internals/define-global-property":151,"../internals/global":188}],269:[function(n,$,k){var L=n("../internals/is-pure"),j=n("../internals/shared-store");($.exports=function(V,z){return j[V]||(j[V]=z!==void 0?z:{})})("versions",[]).push({version:"3.35.0",mode:L?"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(n,$,k){var L=n("../internals/an-object"),j=n("../internals/a-constructor"),V=n("../internals/is-null-or-undefined"),z=n("../internals/well-known-symbol"),re=z("species");$.exports=function(oe,ue){var de=L(oe).constructor,_e;return de===void 0||V(_e=L(de)[re])?ue:j(_e)}},{"../internals/a-constructor":109,"../internals/an-object":114,"../internals/is-null-or-undefined":207,"../internals/well-known-symbol":306}],271:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/to-integer-or-infinity"),V=n("../internals/to-string"),z=n("../internals/require-object-coercible"),re=L("".charAt),oe=L("".charCodeAt),ue=L("".slice),de=function(_e){return function(Ne,Ue){var $e=V(z(Ne)),Ve=j(Ue),Fe=$e.length,qe,er;return Ve<0||Ve>=Fe?_e?"":void 0:(qe=oe($e,Ve),qe<55296||qe>56319||Ve+1===Fe||(er=oe($e,Ve+1))<56320||er>57343?_e?re($e,Ve):qe:_e?ue($e,Ve,Ve+2):(qe-55296<<10)+(er-56320)+65536)}};$.exports={codeAt:de(!1),charAt:de(!0)}},{"../internals/function-uncurry-this":181,"../internals/require-object-coercible":262,"../internals/to-integer-or-infinity":283,"../internals/to-string":291}],272:[function(n,$,k){var L=n("../internals/function-name").PROPER,j=n("../internals/fails"),V=n("../internals/whitespaces"),z="…";$.exports=function(re){return j(function(){return!!V[re]()||z[re]()!==z||L&&V[re].name!==re})}},{"../internals/fails":171,"../internals/function-name":178,"../internals/whitespaces":307}],273:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/require-object-coercible"),V=n("../internals/to-string"),z=n("../internals/whitespaces"),re=L("".replace),oe=RegExp("^["+z+"]+"),ue=RegExp("(^|[^"+z+"])["+z+"]+$"),de=function(_e){return function(Ne){var Ue=V(j(Ne));return _e&1&&(Ue=re(Ue,oe,"")),_e&2&&(Ue=re(Ue,ue,"$1")),Ue}};$.exports={start:de(1),end:de(2),trim:de(3)}},{"../internals/function-uncurry-this":181,"../internals/require-object-coercible":262,"../internals/to-string":291,"../internals/whitespaces":307}],274:[function(n,$,k){var L=n("../internals/engine-v8-version"),j=n("../internals/fails"),V=n("../internals/global"),z=V.String;$.exports=!!Object.getOwnPropertySymbols&&!j(function(){var re=Symbol("symbol detection");return!z(re)||!(Object(re)instanceof Symbol)||!Symbol.sham&&L&&L<41})},{"../internals/engine-v8-version":167,"../internals/fails":171,"../internals/global":188}],275:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/get-built-in"),V=n("../internals/well-known-symbol"),z=n("../internals/define-built-in");$.exports=function(){var re=j("Symbol"),oe=re&&re.prototype,ue=oe&&oe.valueOf,de=V("toPrimitive");oe&&!oe[de]&&z(oe,de,function(_e){return L(ue,this)},{arity:1})}},{"../internals/define-built-in":149,"../internals/function-call":177,"../internals/get-built-in":182,"../internals/well-known-symbol":306}],276:[function(n,$,k){var L=n("../internals/symbol-constructor-detection");$.exports=L&&!!Symbol.for&&!!Symbol.keyFor},{"../internals/symbol-constructor-detection":274}],277:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/function-apply"),V=n("../internals/function-bind-context"),z=n("../internals/is-callable"),re=n("../internals/has-own-property"),oe=n("../internals/fails"),ue=n("../internals/html"),de=n("../internals/array-slice"),_e=n("../internals/document-create-element"),Ne=n("../internals/validate-arguments-length"),Ue=n("../internals/engine-is-ios"),$e=n("../internals/engine-is-node"),Ve=L.setImmediate,Fe=L.clearImmediate,qe=L.process,er=L.Dispatch,ir=L.Function,dr=L.MessageChannel,cr=L.String,nr=0,lr={},Et="onreadystatechange",ie,pe,Ce,Ie;oe(function(){ie=L.location});var jt=function(he){if(re(lr,he)){var tr=lr[he];delete lr[he],tr()}},ar=function(he){return function(){jt(he)}},ur=function(he){jt(he.data)},kt=function(he){L.postMessage(cr(he),ie.protocol+"//"+ie.host)};(!Ve||!Fe)&&(Ve=function(tr){Ne(arguments.length,1);var gr=z(tr)?tr:ir(tr),_r=de(arguments,1);return lr[++nr]=function(){j(gr,void 0,_r)},pe(nr),nr},Fe=function(tr){delete lr[tr]},$e?pe=function(he){qe.nextTick(ar(he))}:er&&er.now?pe=function(he){er.now(ar(he))}:dr&&!Ue?(Ce=new dr,Ie=Ce.port2,Ce.port1.onmessage=ur,pe=V(Ie.postMessage,Ie)):L.addEventListener&&z(L.postMessage)&&!L.importScripts&&ie&&ie.protocol!=="file:"&&!oe(kt)?(pe=kt,L.addEventListener("message",ur,!1)):Et in _e("script")?pe=function(he){ue.appendChild(_e("script"))[Et]=function(){ue.removeChild(this),jt(he)}}:pe=function(he){setTimeout(ar(he),0)}),$.exports={set:Ve,clear:Fe}},{"../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(n,$,k){var L=n("../internals/function-uncurry-this");$.exports=L(1 .valueOf)},{"../internals/function-uncurry-this":181}],279:[function(n,$,k){var L=n("../internals/to-integer-or-infinity"),j=Math.max,V=Math.min;$.exports=function(z,re){var oe=L(z);return oe<0?j(oe+re,0):V(oe,re)}},{"../internals/to-integer-or-infinity":283}],280:[function(n,$,k){var L=n("../internals/to-primitive"),j=TypeError;$.exports=function(V){var z=L(V,"number");if(typeof z=="number")throw new j("Can't convert number to bigint");return BigInt(z)}},{"../internals/to-primitive":288}],281:[function(n,$,k){var L=n("../internals/to-integer-or-infinity"),j=n("../internals/to-length"),V=RangeError;$.exports=function(z){if(z===void 0)return 0;var re=L(z),oe=j(re);if(re!==oe)throw new V("Wrong length or index");return oe}},{"../internals/to-integer-or-infinity":283,"../internals/to-length":284}],282:[function(n,$,k){var L=n("../internals/indexed-object"),j=n("../internals/require-object-coercible");$.exports=function(V){return L(j(V))}},{"../internals/indexed-object":195,"../internals/require-object-coercible":262}],283:[function(n,$,k){var L=n("../internals/math-trunc");$.exports=function(j){var V=+j;return V!==V||V===0?0:L(V)}},{"../internals/math-trunc":224}],284:[function(n,$,k){var L=n("../internals/to-integer-or-infinity"),j=Math.min;$.exports=function(V){return V>0?j(L(V),9007199254740991):0}},{"../internals/to-integer-or-infinity":283}],285:[function(n,$,k){var L=n("../internals/require-object-coercible"),j=Object;$.exports=function(V){return j(L(V))}},{"../internals/require-object-coercible":262}],286:[function(n,$,k){var L=n("../internals/to-positive-integer"),j=RangeError;$.exports=function(V,z){var re=L(V);if(re%z)throw new j("Wrong offset");return re}},{"../internals/to-positive-integer":287}],287:[function(n,$,k){var L=n("../internals/to-integer-or-infinity"),j=RangeError;$.exports=function(V){var z=L(V);if(z<0)throw new j("The argument can't be less than 0");return z}},{"../internals/to-integer-or-infinity":283}],288:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/is-object"),V=n("../internals/is-symbol"),z=n("../internals/get-method"),re=n("../internals/ordinary-to-primitive"),oe=n("../internals/well-known-symbol"),ue=TypeError,de=oe("toPrimitive");$.exports=function(_e,Ne){if(!j(_e)||V(_e))return _e;var Ue=z(_e,de),$e;if(Ue){if(Ne===void 0&&(Ne="default"),$e=L(Ue,_e,Ne),!j($e)||V($e))return $e;throw new ue("Can't convert object to primitive value")}return Ne===void 0&&(Ne="number"),re(_e,Ne)}},{"../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(n,$,k){var L=n("../internals/to-primitive"),j=n("../internals/is-symbol");$.exports=function(V){var z=L(V,"string");return j(z)?z:z+""}},{"../internals/is-symbol":212,"../internals/to-primitive":288}],290:[function(n,$,k){var L=n("../internals/well-known-symbol"),j=L("toStringTag"),V={};V[j]="z",$.exports=String(V)==="[object z]"},{"../internals/well-known-symbol":306}],291:[function(n,$,k){var L=n("../internals/classof"),j=String;$.exports=function(V){if(L(V)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return j(V)}},{"../internals/classof":138}],292:[function(n,$,k){var L=Math.round;$.exports=function(j){var V=L(j);return V<0?0:V>255?255:V&255}},{}],293:[function(n,$,k){var L=String;$.exports=function(j){try{return L(j)}catch{return"Object"}}},{}],294:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-call"),z=n("../internals/descriptors"),re=n("../internals/typed-array-constructors-require-wrappers"),oe=n("../internals/array-buffer-view-core"),ue=n("../internals/array-buffer"),de=n("../internals/an-instance"),_e=n("../internals/create-property-descriptor"),Ne=n("../internals/create-non-enumerable-property"),Ue=n("../internals/is-integral-number"),$e=n("../internals/to-length"),Ve=n("../internals/to-index"),Fe=n("../internals/to-offset"),qe=n("../internals/to-uint8-clamped"),er=n("../internals/to-property-key"),ir=n("../internals/has-own-property"),dr=n("../internals/classof"),cr=n("../internals/is-object"),nr=n("../internals/is-symbol"),lr=n("../internals/object-create"),Et=n("../internals/object-is-prototype-of"),ie=n("../internals/object-set-prototype-of"),pe=n("../internals/object-get-own-property-names").f,Ce=n("../internals/typed-array-from"),Ie=n("../internals/array-iteration").forEach,jt=n("../internals/set-species"),ar=n("../internals/define-built-in-accessor"),ur=n("../internals/object-define-property"),kt=n("../internals/object-get-own-property-descriptor"),he=n("../internals/array-from-constructor-and-list"),tr=n("../internals/internal-state"),gr=n("../internals/inherit-if-required"),_r=tr.get,yr=tr.set,xr=tr.enforce,Nr=ur.f,Tr=kt.f,Sr=j.RangeError,Ar=ue.ArrayBuffer,Fr=Ar.prototype,Gr=ue.DataView,Vr=oe.NATIVE_ARRAY_BUFFER_VIEWS,Dr=oe.TYPED_ARRAY_TAG,Ir=oe.TypedArray,Br=oe.TypedArrayPrototype,Rr=oe.isTypedArray,Lr="BYTES_PER_ELEMENT",$r="Wrong length",jr=function(Zr,Vi){ar(Zr,Vi,{configurable:!0,get:function(){return _r(this)[Vi]}})},vn=function(Zr){var Vi;return Et(Fr,Zr)||(Vi=dr(Zr))==="ArrayBuffer"||Vi==="SharedArrayBuffer"},Kr=function(Zr,Vi){return Rr(Zr)&&!nr(Vi)&&Vi in Zr&&Ue(+Vi)&&Vi>=0},kr=function(Vi,To){return To=er(To),Kr(Vi,To)?_e(2,Vi[To]):Tr(Vi,To)},Qr=function(Vi,To,oa){return To=er(To),Kr(Vi,To)&&cr(oa)&&ir(oa,"value")&&!ir(oa,"get")&&!ir(oa,"set")&&!oa.configurable&&(!ir(oa,"writable")||oa.writable)&&(!ir(oa,"enumerable")||oa.enumerable)?(Vi[To]=oa.value,Vi):Nr(Vi,To,oa)};z?(Vr||(kt.f=kr,ur.f=Qr,jr(Br,"buffer"),jr(Br,"byteOffset"),jr(Br,"byteLength"),jr(Br,"length")),L({target:"Object",stat:!0,forced:!Vr},{getOwnPropertyDescriptor:kr,defineProperty:Qr}),$.exports=function(Zr,Vi,To){var oa=Zr.match(/\d+/)[0]/8,Ba=Zr+(To?"Clamped":"")+"Array",rs="get"+Zr,Mn="set"+Zr,Wr=j[Ba],Ur=Wr,Sn=Ur&&Ur.prototype,Nn={},Sa=function(zn,ki){var Ra=_r(zn);return Ra.view[rs](ki*oa+Ra.byteOffset,!0)},Li=function(zn,ki,Ra){var _o=_r(zn);_o.view[Mn](ki*oa+_o.byteOffset,To?qe(Ra):Ra,!0)},ca=function(zn,ki){Nr(zn,ki,{get:function(){return Sa(this,ki)},set:function(Ra){return Li(this,ki,Ra)},enumerable:!0})};Vr?re&&(Ur=Vi(function(zn,ki,Ra,_o){return de(zn,Sn),gr(function(){return cr(ki)?vn(ki)?_o!==void 0?new Wr(ki,Fe(Ra,oa),_o):Ra!==void 0?new Wr(ki,Fe(Ra,oa)):new Wr(ki):Rr(ki)?he(Ur,ki):V(Ce,Ur,ki):new Wr(Ve(ki))}(),zn,Ur)}),ie&&ie(Ur,Ir),Ie(pe(Wr),function(zn){zn in Ur||Ne(Ur,zn,Wr[zn])}),Ur.prototype=Sn):(Ur=Vi(function(zn,ki,Ra,_o){de(zn,Sn);var eo=0,tl=0,Es,Hs,Ts;if(!cr(ki))Ts=Ve(ki),Hs=Ts*oa,Es=new Ar(Hs);else if(vn(ki)){Es=ki,tl=Fe(Ra,oa);var js=ki.byteLength;if(_o===void 0){if(js%oa)throw new Sr($r);if(Hs=js-tl,Hs<0)throw new Sr($r)}else if(Hs=$e(_o)*oa,Hs+tl>js)throw new Sr($r);Ts=Hs/oa}else return Rr(ki)?he(Ur,ki):V(Ce,Ur,ki);for(yr(zn,{buffer:Es,byteOffset:tl,byteLength:Hs,length:Ts,view:new Gr(Es)});eo<Ts;)ca(zn,eo++)}),ie&&ie(Ur,Ir),Sn=Ur.prototype=lr(Br)),Sn.constructor!==Ur&&Ne(Sn,"constructor",Ur),xr(Sn).TypedArrayConstructor=Ur,Dr&&Ne(Sn,Dr,Ba);var fo=Ur!==Wr;Nn[Ba]=Ur,L({global:!0,constructor:!0,forced:fo,sham:!Vr},Nn),Lr in Ur||Ne(Ur,Lr,oa),Lr in Sn||Ne(Sn,Lr,oa),jt(Ba)}):$.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(n,$,k){var L=n("../internals/global"),j=n("../internals/fails"),V=n("../internals/check-correctness-of-iteration"),z=n("../internals/array-buffer-view-core").NATIVE_ARRAY_BUFFER_VIEWS,re=L.ArrayBuffer,oe=L.Int8Array;$.exports=!z||!j(function(){oe(1)})||!j(function(){new oe(-1)})||!V(function(ue){new oe,new oe(null),new oe(1.5),new oe(ue)},!0)||j(function(){return new oe(new re(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(n,$,k){var L=n("../internals/array-from-constructor-and-list"),j=n("../internals/typed-array-species-constructor");$.exports=function(V,z){return L(j(V),z)}},{"../internals/array-from-constructor-and-list":122,"../internals/typed-array-species-constructor":298}],297:[function(n,$,k){var L=n("../internals/function-bind-context"),j=n("../internals/function-call"),V=n("../internals/a-constructor"),z=n("../internals/to-object"),re=n("../internals/length-of-array-like"),oe=n("../internals/get-iterator"),ue=n("../internals/get-iterator-method"),de=n("../internals/is-array-iterator-method"),_e=n("../internals/is-big-int-array"),Ne=n("../internals/array-buffer-view-core").aTypedArrayConstructor,Ue=n("../internals/to-big-int");$.exports=function(Ve){var Fe=V(this),qe=z(Ve),er=arguments.length,ir=er>1?arguments[1]:void 0,dr=ir!==void 0,cr=ue(qe),nr,lr,Et,ie,pe,Ce,Ie,jt;if(cr&&!de(cr))for(Ie=oe(qe,cr),jt=Ie.next,qe=[];!(Ce=j(jt,Ie)).done;)qe.push(Ce.value);for(dr&&er>2&&(ir=L(ir,arguments[2])),lr=re(qe),Et=new(Ne(Fe))(lr),ie=_e(Et),nr=0;lr>nr;nr++)pe=dr?ir(qe[nr],nr):qe[nr],Et[nr]=ie?Ue(pe):+pe;return Et}},{"../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(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/species-constructor"),V=L.aTypedArrayConstructor,z=L.getTypedArrayConstructor;$.exports=function(re){return V(j(re,z(re)))}},{"../internals/array-buffer-view-core":117,"../internals/species-constructor":270}],299:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=0,V=Math.random(),z=L(1 .toString);$.exports=function(re){return"Symbol("+(re===void 0?"":re)+")_"+z(++j+V,36)}},{"../internals/function-uncurry-this":181}],300:[function(n,$,k){var L=n("../internals/symbol-constructor-detection");$.exports=L&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},{"../internals/symbol-constructor-detection":274}],301:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/fails");$.exports=L&&j(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})},{"../internals/descriptors":153,"../internals/fails":171}],302:[function(n,$,k){var L=TypeError;$.exports=function(j,V){if(j<V)throw new L("Not enough arguments");return j}},{}],303:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/is-callable"),V=L.WeakMap;$.exports=j(V)&&/native code/.test(String(V))},{"../internals/global":188,"../internals/is-callable":203}],304:[function(n,$,k){var L=n("../internals/path"),j=n("../internals/has-own-property"),V=n("../internals/well-known-symbol-wrapped"),z=n("../internals/object-define-property").f;$.exports=function(re){var oe=L.Symbol||(L.Symbol={});j(oe,re)||z(oe,re,{value:V.f(re)})}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/path":247,"../internals/well-known-symbol-wrapped":305}],305:[function(n,$,k){var L=n("../internals/well-known-symbol");k.f=L},{"../internals/well-known-symbol":306}],306:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/shared"),V=n("../internals/has-own-property"),z=n("../internals/uid"),re=n("../internals/symbol-constructor-detection"),oe=n("../internals/use-symbol-as-uid"),ue=L.Symbol,de=j("wks"),_e=oe?ue.for||ue:ue&&ue.withoutSetter||z;$.exports=function(Ne){return V(de,Ne)||(de[Ne]=re&&V(ue,Ne)?ue[Ne]:_e("Symbol."+Ne)),de[Ne]}},{"../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(n,$,k){$.exports=`
\v\f\r    \u2028\u2029\uFEFF`},{}],308:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/global"),V=n("../internals/array-buffer"),z=n("../internals/set-species"),re="ArrayBuffer",oe=V[re],ue=j[re];L({global:!0,constructor:!0,forced:ue!==oe},{ArrayBuffer:oe}),z(re)},{"../internals/array-buffer":118,"../internals/export":170,"../internals/global":188,"../internals/set-species":265}],309:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this-clause"),V=n("../internals/fails"),z=n("../internals/array-buffer"),re=n("../internals/an-object"),oe=n("../internals/to-absolute-index"),ue=n("../internals/to-length"),de=n("../internals/species-constructor"),_e=z.ArrayBuffer,Ne=z.DataView,Ue=Ne.prototype,$e=j(_e.prototype.slice),Ve=j(Ue.getUint8),Fe=j(Ue.setUint8),qe=V(function(){return!new _e(2).slice(1,void 0).byteLength});L({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:qe},{slice:function(ir,dr){if($e&&dr===void 0)return $e(re(this),ir);for(var cr=re(this).byteLength,nr=oe(ir,cr),lr=oe(dr===void 0?cr:dr,cr),Et=new(de(this,_e))(ue(lr-nr)),ie=new Ne(this),pe=new Ne(Et),Ce=0;nr<lr;)Fe(pe,Ce++,Ve(ie,nr++));return Et}})},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/fails"),V=n("../internals/is-array"),z=n("../internals/is-object"),re=n("../internals/to-object"),oe=n("../internals/length-of-array-like"),ue=n("../internals/does-not-exceed-safe-integer"),de=n("../internals/create-property"),_e=n("../internals/array-species-create"),Ne=n("../internals/array-method-has-species-support"),Ue=n("../internals/well-known-symbol"),$e=n("../internals/engine-v8-version"),Ve=Ue("isConcatSpreadable"),Fe=$e>=51||!j(function(){var ir=[];return ir[Ve]=!1,ir.concat()[0]!==ir}),qe=function(ir){if(!z(ir))return!1;var dr=ir[Ve];return dr!==void 0?!!dr:V(ir)},er=!Fe||!Ne("concat");L({target:"Array",proto:!0,arity:1,forced:er},{concat:function(dr){var cr=re(this),nr=_e(cr,0),lr=0,Et,ie,pe,Ce,Ie;for(Et=-1,pe=arguments.length;Et<pe;Et++)if(Ie=Et===-1?cr:arguments[Et],qe(Ie))for(Ce=oe(Ie),ue(lr+Ce),ie=0;ie<Ce;ie++,lr++)ie in Ie&&de(nr,lr,Ie[ie]);else ue(lr+1),de(nr,lr++,Ie);return nr.length=lr,nr}})},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/array-fill"),V=n("../internals/add-to-unscopables");L({target:"Array",proto:!0},{fill:j}),V("fill")},{"../internals/add-to-unscopables":111,"../internals/array-fill":120,"../internals/export":170}],312:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/array-iteration").filter,V=n("../internals/array-method-has-species-support"),z=V("filter");L({target:"Array",proto:!0,forced:!z},{filter:function(oe){return j(this,oe,arguments.length>1?arguments[1]:void 0)}})},{"../internals/array-iteration":125,"../internals/array-method-has-species-support":127,"../internals/export":170}],313:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/array-iteration").find,V=n("../internals/add-to-unscopables"),z="find",re=!0;z in[]&&Array(1)[z](function(){re=!1}),L({target:"Array",proto:!0,forced:re},{find:function(ue){return j(this,ue,arguments.length>1?arguments[1]:void 0)}}),V(z)},{"../internals/add-to-unscopables":111,"../internals/array-iteration":125,"../internals/export":170}],314:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/array-from"),V=n("../internals/check-correctness-of-iteration"),z=!V(function(re){Array.from(re)});L({target:"Array",stat:!0,forced:z},{from:j})},{"../internals/array-from":123,"../internals/check-correctness-of-iteration":136,"../internals/export":170}],315:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/array-includes").includes,V=n("../internals/fails"),z=n("../internals/add-to-unscopables"),re=V(function(){return!Array(1).includes()});L({target:"Array",proto:!0,forced:re},{includes:function(ue){return j(this,ue,arguments.length>1?arguments[1]:void 0)}}),z("includes")},{"../internals/add-to-unscopables":111,"../internals/array-includes":124,"../internals/export":170,"../internals/fails":171}],316:[function(n,$,k){var L=n("../internals/to-indexed-object"),j=n("../internals/add-to-unscopables"),V=n("../internals/iterators"),z=n("../internals/internal-state"),re=n("../internals/object-define-property").f,oe=n("../internals/iterator-define"),ue=n("../internals/create-iter-result-object"),de=n("../internals/is-pure"),_e=n("../internals/descriptors"),Ne="Array Iterator",Ue=z.set,$e=z.getterFor(Ne);$.exports=oe(Array,"Array",function(Fe,qe){Ue(this,{type:Ne,target:L(Fe),index:0,kind:qe})},function(){var Fe=$e(this),qe=Fe.target,er=Fe.index++;if(!qe||er>=qe.length)return Fe.target=void 0,ue(void 0,!0);switch(Fe.kind){case"keys":return ue(er,!1);case"values":return ue(qe[er],!1)}return ue([er,qe[er]],!1)},"values");var Ve=V.Arguments=V.Array;if(j("keys"),j("values"),j("entries"),!de&&_e&&Ve.name!=="values")try{re(Ve,"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(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this"),V=n("../internals/indexed-object"),z=n("../internals/to-indexed-object"),re=n("../internals/array-method-is-strict"),oe=j([].join),ue=V!==Object,de=ue||!re("join",",");L({target:"Array",proto:!0,forced:de},{join:function(Ne){return oe(z(this),Ne===void 0?",":Ne)}})},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/array-iteration").map,V=n("../internals/array-method-has-species-support"),z=V("map");L({target:"Array",proto:!0,forced:!z},{map:function(oe){return j(this,oe,arguments.length>1?arguments[1]:void 0)}})},{"../internals/array-iteration":125,"../internals/array-method-has-species-support":127,"../internals/export":170}],319:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/is-array"),V=n("../internals/is-constructor"),z=n("../internals/is-object"),re=n("../internals/to-absolute-index"),oe=n("../internals/length-of-array-like"),ue=n("../internals/to-indexed-object"),de=n("../internals/create-property"),_e=n("../internals/well-known-symbol"),Ne=n("../internals/array-method-has-species-support"),Ue=n("../internals/array-slice"),$e=Ne("slice"),Ve=_e("species"),Fe=Array,qe=Math.max;L({target:"Array",proto:!0,forced:!$e},{slice:function(ir,dr){var cr=ue(this),nr=oe(cr),lr=re(ir,nr),Et=re(dr===void 0?nr:dr,nr),ie,pe,Ce;if(j(cr)&&(ie=cr.constructor,V(ie)&&(ie===Fe||j(ie.prototype))?ie=void 0:z(ie)&&(ie=ie[Ve],ie===null&&(ie=void 0)),ie===Fe||ie===void 0))return Ue(cr,lr,Et);for(pe=new(ie===void 0?Fe:ie)(qe(Et-lr,0)),Ce=0;lr<Et;lr++,Ce++)lr in cr&&de(pe,Ce,cr[lr]);return pe.length=Ce,pe}})},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this"),V=n("../internals/a-callable"),z=n("../internals/to-object"),re=n("../internals/length-of-array-like"),oe=n("../internals/delete-property-or-throw"),ue=n("../internals/to-string"),de=n("../internals/fails"),_e=n("../internals/array-sort"),Ne=n("../internals/array-method-is-strict"),Ue=n("../internals/engine-ff-version"),$e=n("../internals/engine-is-ie-or-edge"),Ve=n("../internals/engine-v8-version"),Fe=n("../internals/engine-webkit-version"),qe=[],er=j(qe.sort),ir=j(qe.push),dr=de(function(){qe.sort(void 0)}),cr=de(function(){qe.sort(null)}),nr=Ne("sort"),lr=!de(function(){if(Ve)return Ve<70;if(!(Ue&&Ue>3)){if($e)return!0;if(Fe)return Fe<603;var pe="",Ce,Ie,jt,ar;for(Ce=65;Ce<76;Ce++){switch(Ie=String.fromCharCode(Ce),Ce){case 66:case 69:case 70:case 72:jt=3;break;case 68:case 71:jt=4;break;default:jt=2}for(ar=0;ar<47;ar++)qe.push({k:Ie+ar,v:jt})}for(qe.sort(function(ur,kt){return kt.v-ur.v}),ar=0;ar<qe.length;ar++)Ie=qe[ar].k.charAt(0),pe.charAt(pe.length-1)!==Ie&&(pe+=Ie);return pe!=="DGBEFHACIJK"}}),Et=dr||!cr||!nr||!lr,ie=function(pe){return function(Ce,Ie){return Ie===void 0?-1:Ce===void 0?1:pe!==void 0?+pe(Ce,Ie)||0:ue(Ce)>ue(Ie)?1:-1}};L({target:"Array",proto:!0,forced:Et},{sort:function(Ce){Ce!==void 0&&V(Ce);var Ie=z(this);if(lr)return Ce===void 0?er(Ie):er(Ie,Ce);var jt=[],ar=re(Ie),ur,kt;for(kt=0;kt<ar;kt++)kt in Ie&&ir(jt,Ie[kt]);for(_e(jt,ie(Ce)),ur=re(jt),kt=0;kt<ur;)Ie[kt]=jt[kt++];for(;kt<ar;)oe(Ie,kt++);return Ie}})},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/to-object"),V=n("../internals/to-absolute-index"),z=n("../internals/to-integer-or-infinity"),re=n("../internals/length-of-array-like"),oe=n("../internals/array-set-length"),ue=n("../internals/does-not-exceed-safe-integer"),de=n("../internals/array-species-create"),_e=n("../internals/create-property"),Ne=n("../internals/delete-property-or-throw"),Ue=n("../internals/array-method-has-species-support"),$e=Ue("splice"),Ve=Math.max,Fe=Math.min;L({target:"Array",proto:!0,forced:!$e},{splice:function(er,ir){var dr=j(this),cr=re(dr),nr=V(er,cr),lr=arguments.length,Et,ie,pe,Ce,Ie,jt;for(lr===0?Et=ie=0:lr===1?(Et=0,ie=cr-nr):(Et=lr-2,ie=Fe(Ve(z(ir),0),cr-nr)),ue(cr+Et-ie),pe=de(dr,ie),Ce=0;Ce<ie;Ce++)Ie=nr+Ce,Ie in dr&&_e(pe,Ce,dr[Ie]);if(pe.length=ie,Et<ie){for(Ce=nr;Ce<cr-ie;Ce++)Ie=Ce+ie,jt=Ce+Et,Ie in dr?dr[jt]=dr[Ie]:Ne(dr,jt);for(Ce=cr;Ce>cr-ie+Et;Ce--)Ne(dr,Ce-1)}else if(Et>ie)for(Ce=cr-ie;Ce>nr;Ce--)Ie=Ce+ie-1,jt=Ce+Et-1,Ie in dr?dr[jt]=dr[Ie]:Ne(dr,jt);for(Ce=0;Ce<Et;Ce++)dr[Ce+nr]=arguments[Ce+2];return oe(dr,cr-ie+Et),pe}})},{"../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(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/function-name").EXISTS,V=n("../internals/function-uncurry-this"),z=n("../internals/define-built-in-accessor"),re=Function.prototype,oe=V(re.toString),ue=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,de=V(ue.exec),_e="name";L&&!j&&z(re,_e,{configurable:!0,get:function(){try{return de(ue,oe(this))[1]}catch{return""}}})},{"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/function-name":178,"../internals/function-uncurry-this":181}],323:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/get-built-in"),V=n("../internals/function-apply"),z=n("../internals/function-call"),re=n("../internals/function-uncurry-this"),oe=n("../internals/fails"),ue=n("../internals/is-callable"),de=n("../internals/is-symbol"),_e=n("../internals/array-slice"),Ne=n("../internals/get-json-replacer-function"),Ue=n("../internals/symbol-constructor-detection"),$e=String,Ve=j("JSON","stringify"),Fe=re(/./.exec),qe=re("".charAt),er=re("".charCodeAt),ir=re("".replace),dr=re(1 .toString),cr=/[\uD800-\uDFFF]/g,nr=/^[\uD800-\uDBFF]$/,lr=/^[\uDC00-\uDFFF]$/,Et=!Ue||oe(function(){var Ie=j("Symbol")("stringify detection");return Ve([Ie])!=="[null]"||Ve({a:Ie})!=="{}"||Ve(Object(Ie))!=="{}"}),ie=oe(function(){return Ve("\uDF06\uD834")!=='"\\udf06\\ud834"'||Ve("\uDEAD")!=='"\\udead"'}),pe=function(Ie,jt){var ar=_e(arguments),ur=Ne(jt);if(!(!ue(ur)&&(Ie===void 0||de(Ie))))return ar[1]=function(kt,he){if(ue(ur)&&(he=z(ur,this,$e(kt),he)),!de(he))return he},V(Ve,null,ar)},Ce=function(Ie,jt,ar){var ur=qe(ar,jt-1),kt=qe(ar,jt+1);return Fe(nr,Ie)&&!Fe(lr,kt)||Fe(lr,Ie)&&!Fe(nr,ur)?"\\u"+dr(er(Ie,0),16):Ie};Ve&&L({target:"JSON",stat:!0,arity:3,forced:Et||ie},{stringify:function(jt,ar,ur){var kt=_e(arguments),he=V(Et?pe:Ve,null,kt);return ie&&typeof he=="string"?ir(he,cr,Ce):he}})},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/is-pure"),V=n("../internals/descriptors"),z=n("../internals/global"),re=n("../internals/path"),oe=n("../internals/function-uncurry-this"),ue=n("../internals/is-forced"),de=n("../internals/has-own-property"),_e=n("../internals/inherit-if-required"),Ne=n("../internals/object-is-prototype-of"),Ue=n("../internals/is-symbol"),$e=n("../internals/to-primitive"),Ve=n("../internals/fails"),Fe=n("../internals/object-get-own-property-names").f,qe=n("../internals/object-get-own-property-descriptor").f,er=n("../internals/object-define-property").f,ir=n("../internals/this-number-value"),dr=n("../internals/string-trim").trim,cr="Number",nr=z[cr],lr=re[cr],Et=nr.prototype,ie=z.TypeError,pe=oe("".slice),Ce=oe("".charCodeAt),Ie=function(tr){var gr=$e(tr,"number");return typeof gr=="bigint"?gr:jt(gr)},jt=function(tr){var gr=$e(tr,"number"),_r,yr,xr,Nr,Tr,Sr,Ar,Fr;if(Ue(gr))throw new ie("Cannot convert a Symbol value to a number");if(typeof gr=="string"&&gr.length>2){if(gr=dr(gr),_r=Ce(gr,0),_r===43||_r===45){if(yr=Ce(gr,2),yr===88||yr===120)return NaN}else if(_r===48){switch(Ce(gr,1)){case 66:case 98:xr=2,Nr=49;break;case 79:case 111:xr=8,Nr=55;break;default:return+gr}for(Tr=pe(gr,2),Sr=Tr.length,Ar=0;Ar<Sr;Ar++)if(Fr=Ce(Tr,Ar),Fr<48||Fr>Nr)return NaN;return parseInt(Tr,xr)}}return+gr},ar=ue(cr,!nr(" 0o1")||!nr("0b1")||nr("+0x1")),ur=function(tr){return Ne(Et,tr)&&Ve(function(){ir(tr)})},kt=function(gr){var _r=arguments.length<1?0:nr(Ie(gr));return ur(this)?_e(Object(_r),this,kt):_r};kt.prototype=Et,ar&&!j&&(Et.constructor=kt),L({global:!0,constructor:!0,wrap:!0,forced:ar},{Number:kt});var he=function(tr,gr){for(var _r=V?Fe(gr):"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(","),yr=0,xr;_r.length>yr;yr++)de(gr,xr=_r[yr])&&!de(tr,xr)&&er(tr,xr,qe(gr,xr))};j&&lr&&he(re[cr],lr),(ar||j)&&he(re[cr],nr)},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/object-assign");L({target:"Object",stat:!0,arity:2,forced:Object.assign!==j},{assign:j})},{"../internals/export":170,"../internals/object-assign":228}],326:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/object-to-array").entries;L({target:"Object",stat:!0},{entries:function(z){return j(z)}})},{"../internals/export":170,"../internals/object-to-array":243}],327:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/fails"),V=n("../internals/to-indexed-object"),z=n("../internals/object-get-own-property-descriptor").f,re=n("../internals/descriptors"),oe=!re||j(function(){z(1)});L({target:"Object",stat:!0,forced:oe,sham:!re},{getOwnPropertyDescriptor:function(de,_e){return z(V(de),_e)}})},{"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/object-get-own-property-descriptor":232,"../internals/to-indexed-object":282}],328:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/descriptors"),V=n("../internals/own-keys"),z=n("../internals/to-indexed-object"),re=n("../internals/object-get-own-property-descriptor"),oe=n("../internals/create-property");L({target:"Object",stat:!0,sham:!j},{getOwnPropertyDescriptors:function(de){for(var _e=z(de),Ne=re.f,Ue=V(_e),$e={},Ve=0,Fe,qe;Ue.length>Ve;)qe=Ne(_e,Fe=Ue[Ve++]),qe!==void 0&&oe($e,Fe,qe);return $e}})},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/symbol-constructor-detection"),V=n("../internals/fails"),z=n("../internals/object-get-own-property-symbols"),re=n("../internals/to-object"),oe=!j||V(function(){z.f(1)});L({target:"Object",stat:!0,forced:oe},{getOwnPropertySymbols:function(de){var _e=z.f;return _e?_e(re(de)):[]}})},{"../internals/export":170,"../internals/fails":171,"../internals/object-get-own-property-symbols":235,"../internals/symbol-constructor-detection":274,"../internals/to-object":285}],330:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/to-object"),V=n("../internals/object-keys"),z=n("../internals/fails"),re=z(function(){V(1)});L({target:"Object",stat:!0,forced:re},{keys:function(ue){return V(j(ue))}})},{"../internals/export":170,"../internals/fails":171,"../internals/object-keys":240,"../internals/to-object":285}],331:[function(n,$,k){var L=n("../internals/to-string-tag-support"),j=n("../internals/define-built-in"),V=n("../internals/object-to-string");L||j(Object.prototype,"toString",V,{unsafe:!0})},{"../internals/define-built-in":149,"../internals/object-to-string":244,"../internals/to-string-tag-support":290}],332:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/a-callable"),z=n("../internals/new-promise-capability"),re=n("../internals/perform"),oe=n("../internals/iterate"),ue=n("../internals/promise-statics-incorrect-iteration");L({target:"Promise",stat:!0,forced:ue},{all:function(_e){var Ne=this,Ue=z.f(Ne),$e=Ue.resolve,Ve=Ue.reject,Fe=re(function(){var qe=V(Ne.resolve),er=[],ir=0,dr=1;oe(_e,function(cr){var nr=ir++,lr=!1;dr++,j(qe,Ne,cr).then(function(Et){lr||(lr=!0,er[nr]=Et,--dr||$e(er))},Ve)}),--dr||$e(er)});return Fe.error&&Ve(Fe.value),Ue.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(n,$,k){var L=n("../internals/export"),j=n("../internals/is-pure"),V=n("../internals/promise-constructor-detection").CONSTRUCTOR,z=n("../internals/promise-native-constructor"),re=n("../internals/get-built-in"),oe=n("../internals/is-callable"),ue=n("../internals/define-built-in"),de=z&&z.prototype;if(L({target:"Promise",proto:!0,forced:V,real:!0},{catch:function(Ne){return this.then(void 0,Ne)}}),!j&&oe(z)){var _e=re("Promise").prototype.catch;de.catch!==_e&&ue(de,"catch",_e,{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(n,$,k){var L=n("../internals/export"),j=n("../internals/is-pure"),V=n("../internals/engine-is-node"),z=n("../internals/global"),re=n("../internals/function-call"),oe=n("../internals/define-built-in"),ue=n("../internals/object-set-prototype-of"),de=n("../internals/set-to-string-tag"),_e=n("../internals/set-species"),Ne=n("../internals/a-callable"),Ue=n("../internals/is-callable"),$e=n("../internals/is-object"),Ve=n("../internals/an-instance"),Fe=n("../internals/species-constructor"),qe=n("../internals/task").set,er=n("../internals/microtask"),ir=n("../internals/host-report-errors"),dr=n("../internals/perform"),cr=n("../internals/queue"),nr=n("../internals/internal-state"),lr=n("../internals/promise-native-constructor"),Et=n("../internals/promise-constructor-detection"),ie=n("../internals/new-promise-capability"),pe="Promise",Ce=Et.CONSTRUCTOR,Ie=Et.REJECTION_EVENT,jt=Et.SUBCLASSING,ar=nr.getterFor(pe),ur=nr.set,kt=lr&&lr.prototype,he=lr,tr=kt,gr=z.TypeError,_r=z.document,yr=z.process,xr=ie.f,Nr=xr,Tr=!!(_r&&_r.createEvent&&z.dispatchEvent),Sr="unhandledrejection",Ar="rejectionhandled",Fr=0,Gr=1,Vr=2,Dr=1,Ir=2,Br,Rr,Lr,$r,jr=function(rs){var Mn;return $e(rs)&&Ue(Mn=rs.then)?Mn:!1},vn=function(rs,Mn){var Wr=Mn.value,Ur=Mn.state===Gr,Sn=Ur?rs.ok:rs.fail,Nn=rs.resolve,Sa=rs.reject,Li=rs.domain,ca,fo,zn;try{Sn?(Ur||(Mn.rejection===Ir&&Vi(Mn),Mn.rejection=Dr),Sn===!0?ca=Wr:(Li&&Li.enter(),ca=Sn(Wr),Li&&(Li.exit(),zn=!0)),ca===rs.promise?Sa(new gr("Promise-chain cycle")):(fo=jr(ca))?re(fo,ca,Nn,Sa):Nn(ca)):Sa(Wr)}catch(ki){Li&&!zn&&Li.exit(),Sa(ki)}},Kr=function(rs,Mn){rs.notified||(rs.notified=!0,er(function(){for(var Wr=rs.reactions,Ur;Ur=Wr.get();)vn(Ur,rs);rs.notified=!1,Mn&&!rs.rejection&&Qr(rs)}))},kr=function(rs,Mn,Wr){var Ur,Sn;Tr?(Ur=_r.createEvent("Event"),Ur.promise=Mn,Ur.reason=Wr,Ur.initEvent(rs,!1,!0),z.dispatchEvent(Ur)):Ur={promise:Mn,reason:Wr},!Ie&&(Sn=z["on"+rs])?Sn(Ur):rs===Sr&&ir("Unhandled promise rejection",Wr)},Qr=function(rs){re(qe,z,function(){var Mn=rs.facade,Wr=rs.value,Ur=Zr(rs),Sn;if(Ur&&(Sn=dr(function(){V?yr.emit("unhandledRejection",Wr,Mn):kr(Sr,Mn,Wr)}),rs.rejection=V||Zr(rs)?Ir:Dr,Sn.error))throw Sn.value})},Zr=function(rs){return rs.rejection!==Dr&&!rs.parent},Vi=function(rs){re(qe,z,function(){var Mn=rs.facade;V?yr.emit("rejectionHandled",Mn):kr(Ar,Mn,rs.value)})},To=function(rs,Mn,Wr){return function(Ur){rs(Mn,Ur,Wr)}},oa=function(rs,Mn,Wr){rs.done||(rs.done=!0,Wr&&(rs=Wr),rs.value=Mn,rs.state=Vr,Kr(rs,!0))},Ba=function(rs,Mn,Wr){if(!rs.done){rs.done=!0,Wr&&(rs=Wr);try{if(rs.facade===Mn)throw new gr("Promise can't be resolved itself");var Ur=jr(Mn);Ur?er(function(){var Sn={done:!1};try{re(Ur,Mn,To(Ba,Sn,rs),To(oa,Sn,rs))}catch(Nn){oa(Sn,Nn,rs)}}):(rs.value=Mn,rs.state=Gr,Kr(rs,!1))}catch(Sn){oa({done:!1},Sn,rs)}}};if(Ce&&(he=function(Mn){Ve(this,tr),Ne(Mn),re(Br,this);var Wr=ar(this);try{Mn(To(Ba,Wr),To(oa,Wr))}catch(Ur){oa(Wr,Ur)}},tr=he.prototype,Br=function(Mn){ur(this,{type:pe,done:!1,notified:!1,parent:!1,reactions:new cr,rejection:!1,state:Fr,value:void 0})},Br.prototype=oe(tr,"then",function(Mn,Wr){var Ur=ar(this),Sn=xr(Fe(this,he));return Ur.parent=!0,Sn.ok=Ue(Mn)?Mn:!0,Sn.fail=Ue(Wr)&&Wr,Sn.domain=V?yr.domain:void 0,Ur.state===Fr?Ur.reactions.add(Sn):er(function(){vn(Sn,Ur)}),Sn.promise}),Rr=function(){var rs=new Br,Mn=ar(rs);this.promise=rs,this.resolve=To(Ba,Mn),this.reject=To(oa,Mn)},ie.f=xr=function(rs){return rs===he||rs===Lr?new Rr(rs):Nr(rs)},!j&&Ue(lr)&&kt!==Object.prototype)){$r=kt.then,jt||oe(kt,"then",function(Mn,Wr){var Ur=this;return new he(function(Sn,Nn){re($r,Ur,Sn,Nn)}).then(Mn,Wr)},{unsafe:!0});try{delete kt.constructor}catch{}ue&&ue(kt,tr)}L({global:!0,constructor:!0,wrap:!0,forced:Ce},{Promise:he}),de(he,pe,!1,!0),_e(pe)},{"../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(n,$,k){n("../modules/es.promise.constructor"),n("../modules/es.promise.all"),n("../modules/es.promise.catch"),n("../modules/es.promise.race"),n("../modules/es.promise.reject"),n("../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(n,$,k){var L=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/a-callable"),z=n("../internals/new-promise-capability"),re=n("../internals/perform"),oe=n("../internals/iterate"),ue=n("../internals/promise-statics-incorrect-iteration");L({target:"Promise",stat:!0,forced:ue},{race:function(_e){var Ne=this,Ue=z.f(Ne),$e=Ue.reject,Ve=re(function(){var Fe=V(Ne.resolve);oe(_e,function(qe){j(Fe,Ne,qe).then(Ue.resolve,$e)})});return Ve.error&&$e(Ve.value),Ue.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(n,$,k){var L=n("../internals/export"),j=n("../internals/new-promise-capability"),V=n("../internals/promise-constructor-detection").CONSTRUCTOR;L({target:"Promise",stat:!0,forced:V},{reject:function(re){var oe=j.f(this),ue=oe.reject;return ue(re),oe.promise}})},{"../internals/export":170,"../internals/new-promise-capability":226,"../internals/promise-constructor-detection":249}],338:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/get-built-in"),V=n("../internals/is-pure"),z=n("../internals/promise-native-constructor"),re=n("../internals/promise-constructor-detection").CONSTRUCTOR,oe=n("../internals/promise-resolve"),ue=j("Promise"),de=V&&!re;L({target:"Promise",stat:!0,forced:V||re},{resolve:function(Ne){return oe(de&&this===ue?z:this,Ne)}})},{"../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(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/global"),V=n("../internals/function-uncurry-this"),z=n("../internals/is-forced"),re=n("../internals/inherit-if-required"),oe=n("../internals/create-non-enumerable-property"),ue=n("../internals/object-create"),de=n("../internals/object-get-own-property-names").f,_e=n("../internals/object-is-prototype-of"),Ne=n("../internals/is-regexp"),Ue=n("../internals/to-string"),$e=n("../internals/regexp-get-flags"),Ve=n("../internals/regexp-sticky-helpers"),Fe=n("../internals/proxy-accessor"),qe=n("../internals/define-built-in"),er=n("../internals/fails"),ir=n("../internals/has-own-property"),dr=n("../internals/internal-state").enforce,cr=n("../internals/set-species"),nr=n("../internals/well-known-symbol"),lr=n("../internals/regexp-unsupported-dot-all"),Et=n("../internals/regexp-unsupported-ncg"),ie=nr("match"),pe=j.RegExp,Ce=pe.prototype,Ie=j.SyntaxError,jt=V(Ce.exec),ar=V("".charAt),ur=V("".replace),kt=V("".indexOf),he=V("".slice),tr=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,gr=/a/g,_r=/a/g,yr=new pe(gr)!==gr,xr=Ve.MISSED_STICKY,Nr=Ve.UNSUPPORTED_Y,Tr=L&&(!yr||xr||lr||Et||er(function(){return _r[ie]=!1,pe(gr)!==gr||pe(_r)===_r||String(pe(gr,"i"))!=="/a/i"})),Sr=function(Dr){for(var Ir=Dr.length,Br=0,Rr="",Lr=!1,$r;Br<=Ir;Br++){if($r=ar(Dr,Br),$r==="\\"){Rr+=$r+ar(Dr,++Br);continue}!Lr&&$r==="."?Rr+="[\\s\\S]":($r==="["?Lr=!0:$r==="]"&&(Lr=!1),Rr+=$r)}return Rr},Ar=function(Dr){for(var Ir=Dr.length,Br=0,Rr="",Lr=[],$r=ue(null),jr=!1,vn=!1,Kr=0,kr="",Qr;Br<=Ir;Br++){if(Qr=ar(Dr,Br),Qr==="\\")Qr+=ar(Dr,++Br);else if(Qr==="]")jr=!1;else if(!jr)switch(!0){case Qr==="[":jr=!0;break;case Qr==="(":jt(tr,he(Dr,Br+1))&&(Br+=2,vn=!0),Rr+=Qr,Kr++;continue;case(Qr===">"&&vn):if(kr===""||ir($r,kr))throw new Ie("Invalid capture group name");$r[kr]=!0,Lr[Lr.length]=[kr,Kr],vn=!1,kr="";continue}vn?kr+=Qr:Rr+=Qr}return[Rr,Lr]};if(z("RegExp",Tr)){for(var Fr=function(Ir,Br){var Rr=_e(Ce,this),Lr=Ne(Ir),$r=Br===void 0,jr=[],vn=Ir,Kr,kr,Qr,Zr,Vi,To;if(!Rr&&Lr&&$r&&Ir.constructor===Fr)return Ir;if((Lr||_e(Ce,Ir))&&(Ir=Ir.source,$r&&(Br=$e(vn))),Ir=Ir===void 0?"":Ue(Ir),Br=Br===void 0?"":Ue(Br),vn=Ir,lr&&"dotAll"in gr&&(kr=!!Br&&kt(Br,"s")>-1,kr&&(Br=ur(Br,/s/g,""))),Kr=Br,xr&&"sticky"in gr&&(Qr=!!Br&&kt(Br,"y")>-1,Qr&&Nr&&(Br=ur(Br,/y/g,""))),Et&&(Zr=Ar(Ir),Ir=Zr[0],jr=Zr[1]),Vi=re(pe(Ir,Br),Rr?this:Ce,Fr),(kr||Qr||jr.length)&&(To=dr(Vi),kr&&(To.dotAll=!0,To.raw=Fr(Sr(Ir),Kr)),Qr&&(To.sticky=!0),jr.length&&(To.groups=jr)),Ir!==vn)try{oe(Vi,"source",vn===""?"(?:)":vn)}catch{}return Vi},Gr=de(pe),Vr=0;Gr.length>Vr;)Fe(Fr,pe,Gr[Vr++]);Ce.constructor=Fr,Fr.prototype=Ce,qe(j,"RegExp",Fr,{constructor:!0})}cr("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(n,$,k){var L=n("../internals/export"),j=n("../internals/regexp-exec");L({target:"RegExp",proto:!0,forced:/./.exec!==j},{exec:j})},{"../internals/export":170,"../internals/regexp-exec":256}],341:[function(n,$,k){var L=n("../internals/function-name").PROPER,j=n("../internals/define-built-in"),V=n("../internals/an-object"),z=n("../internals/to-string"),re=n("../internals/fails"),oe=n("../internals/regexp-get-flags"),ue="toString",de=RegExp.prototype,_e=de[ue],Ne=re(function(){return _e.call({source:"a",flags:"b"})!=="/a/b"}),Ue=L&&_e.name!==ue;(Ne||Ue)&&j(de,ue,function(){var Ve=V(this),Fe=z(Ve.source),qe=z(oe(Ve));return"/"+Fe+"/"+qe},{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(n,$,k){var L=n("../internals/collection"),j=n("../internals/collection-strong");L("Set",function(V){return function(){return V(this,arguments.length?arguments[0]:void 0)}},j)},{"../internals/collection":140,"../internals/collection-strong":139}],343:[function(n,$,k){n("../modules/es.set.constructor")},{"../modules/es.set.constructor":342}],344:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this"),V=n("../internals/not-a-regexp"),z=n("../internals/require-object-coercible"),re=n("../internals/to-string"),oe=n("../internals/correct-is-regexp-logic"),ue=j("".indexOf);L({target:"String",proto:!0,forced:!oe("includes")},{includes:function(_e){return!!~ue(re(z(this)),re(V(_e)),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(n,$,k){var L=n("../internals/string-multibyte").charAt,j=n("../internals/to-string"),V=n("../internals/internal-state"),z=n("../internals/iterator-define"),re=n("../internals/create-iter-result-object"),oe="String Iterator",ue=V.set,de=V.getterFor(oe);z(String,"String",function(_e){ue(this,{type:oe,string:j(_e),index:0})},function(){var Ne=de(this),Ue=Ne.string,$e=Ne.index,Ve;return $e>=Ue.length?re(void 0,!0):(Ve=L(Ue,$e),Ne.index+=Ve.length,re(Ve,!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(n,$,k){var L=n("../internals/function-call"),j=n("../internals/fix-regexp-well-known-symbol-logic"),V=n("../internals/an-object"),z=n("../internals/is-null-or-undefined"),re=n("../internals/to-length"),oe=n("../internals/to-string"),ue=n("../internals/require-object-coercible"),de=n("../internals/get-method"),_e=n("../internals/advance-string-index"),Ne=n("../internals/regexp-exec-abstract");j("match",function(Ue,$e,Ve){return[function(qe){var er=ue(this),ir=z(qe)?void 0:de(qe,Ue);return ir?L(ir,qe,er):new RegExp(qe)[Ue](oe(er))},function(Fe){var qe=V(this),er=oe(Fe),ir=Ve($e,qe,er);if(ir.done)return ir.value;if(!qe.global)return Ne(qe,er);var dr=qe.unicode;qe.lastIndex=0;for(var cr=[],nr=0,lr;(lr=Ne(qe,er))!==null;){var Et=oe(lr[0]);cr[nr]=Et,Et===""&&(qe.lastIndex=_e(er,re(qe.lastIndex),dr)),nr++}return nr===0?null:cr}]})},{"../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(n,$,k){var L=n("../internals/function-apply"),j=n("../internals/function-call"),V=n("../internals/function-uncurry-this"),z=n("../internals/fix-regexp-well-known-symbol-logic"),re=n("../internals/fails"),oe=n("../internals/an-object"),ue=n("../internals/is-callable"),de=n("../internals/is-null-or-undefined"),_e=n("../internals/to-integer-or-infinity"),Ne=n("../internals/to-length"),Ue=n("../internals/to-string"),$e=n("../internals/require-object-coercible"),Ve=n("../internals/advance-string-index"),Fe=n("../internals/get-method"),qe=n("../internals/get-substitution"),er=n("../internals/regexp-exec-abstract"),ir=n("../internals/well-known-symbol"),dr=ir("replace"),cr=Math.max,nr=Math.min,lr=V([].concat),Et=V([].push),ie=V("".indexOf),pe=V("".slice),Ce=function(ur){return ur===void 0?ur:String(ur)},Ie=function(){return"a".replace(/./,"$0")==="$0"}(),jt=function(){return/./[dr]?/./[dr]("a","$0")==="":!1}(),ar=!re(function(){var ur=/./;return ur.exec=function(){var kt=[];return kt.groups={a:"7"},kt},"".replace(ur,"$<a>")!=="7"});z("replace",function(ur,kt,he){var tr=jt?"$":"$0";return[function(_r,yr){var xr=$e(this),Nr=de(_r)?void 0:Fe(_r,dr);return Nr?j(Nr,_r,xr,yr):j(kt,Ue(xr),_r,yr)},function(gr,_r){var yr=oe(this),xr=Ue(gr);if(typeof _r=="string"&&ie(_r,tr)===-1&&ie(_r,"$<")===-1){var Nr=he(kt,yr,xr,_r);if(Nr.done)return Nr.value}var Tr=ue(_r);Tr||(_r=Ue(_r));var Sr=yr.global,Ar;Sr&&(Ar=yr.unicode,yr.lastIndex=0);for(var Fr=[],Gr;Gr=er(yr,xr),!(Gr===null||(Et(Fr,Gr),!Sr));){var Vr=Ue(Gr[0]);Vr===""&&(yr.lastIndex=Ve(xr,Ne(yr.lastIndex),Ar))}for(var Dr="",Ir=0,Br=0;Br<Fr.length;Br++){Gr=Fr[Br];for(var Rr=Ue(Gr[0]),Lr=cr(nr(_e(Gr.index),xr.length),0),$r=[],jr,vn=1;vn<Gr.length;vn++)Et($r,Ce(Gr[vn]));var Kr=Gr.groups;if(Tr){var kr=lr([Rr],$r,Lr,xr);Kr!==void 0&&Et(kr,Kr),jr=Ue(L(_r,void 0,kr))}else jr=qe(Rr,xr,Lr,$r,Kr,_r);Lr>=Ir&&(Dr+=pe(xr,Ir,Lr)+jr,Ir=Lr+Rr.length)}return Dr+pe(xr,Ir)}]},!ar||!Ie||jt)},{"../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(n,$,k){var L=n("../internals/function-call"),j=n("../internals/fix-regexp-well-known-symbol-logic"),V=n("../internals/an-object"),z=n("../internals/is-null-or-undefined"),re=n("../internals/require-object-coercible"),oe=n("../internals/same-value"),ue=n("../internals/to-string"),de=n("../internals/get-method"),_e=n("../internals/regexp-exec-abstract");j("search",function(Ne,Ue,$e){return[function(Fe){var qe=re(this),er=z(Fe)?void 0:de(Fe,Ne);return er?L(er,Fe,qe):new RegExp(Fe)[Ne](ue(qe))},function(Ve){var Fe=V(this),qe=ue(Ve),er=$e(Ue,Fe,qe);if(er.done)return er.value;var ir=Fe.lastIndex;oe(ir,0)||(Fe.lastIndex=0);var dr=_e(Fe,qe);return oe(Fe.lastIndex,ir)||(Fe.lastIndex=ir),dr===null?-1:dr.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(n,$,k){var L=n("../internals/function-apply"),j=n("../internals/function-call"),V=n("../internals/function-uncurry-this"),z=n("../internals/fix-regexp-well-known-symbol-logic"),re=n("../internals/an-object"),oe=n("../internals/is-null-or-undefined"),ue=n("../internals/is-regexp"),de=n("../internals/require-object-coercible"),_e=n("../internals/species-constructor"),Ne=n("../internals/advance-string-index"),Ue=n("../internals/to-length"),$e=n("../internals/to-string"),Ve=n("../internals/get-method"),Fe=n("../internals/array-slice"),qe=n("../internals/regexp-exec-abstract"),er=n("../internals/regexp-exec"),ir=n("../internals/regexp-sticky-helpers"),dr=n("../internals/fails"),cr=ir.UNSUPPORTED_Y,nr=4294967295,lr=Math.min,Et=[].push,ie=V(/./.exec),pe=V(Et),Ce=V("".slice),Ie=!dr(function(){var jt=/(?:)/,ar=jt.exec;jt.exec=function(){return ar.apply(this,arguments)};var ur="ab".split(jt);return ur.length!==2||ur[0]!=="a"||ur[1]!=="b"});z("split",function(jt,ar,ur){var kt;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?kt=function(he,tr){var gr=$e(de(this)),_r=tr===void 0?nr:tr>>>0;if(_r===0)return[];if(he===void 0)return[gr];if(!ue(he))return j(ar,gr,he,_r);for(var yr=[],xr=(he.ignoreCase?"i":"")+(he.multiline?"m":"")+(he.unicode?"u":"")+(he.sticky?"y":""),Nr=0,Tr=new RegExp(he.source,xr+"g"),Sr,Ar,Fr;(Sr=j(er,Tr,gr))&&(Ar=Tr.lastIndex,!(Ar>Nr&&(pe(yr,Ce(gr,Nr,Sr.index)),Sr.length>1&&Sr.index<gr.length&&L(Et,yr,Fe(Sr,1)),Fr=Sr[0].length,Nr=Ar,yr.length>=_r)));)Tr.lastIndex===Sr.index&&Tr.lastIndex++;return Nr===gr.length?(Fr||!ie(Tr,""))&&pe(yr,""):pe(yr,Ce(gr,Nr)),yr.length>_r?Fe(yr,0,_r):yr}:"0".split(void 0,0).length?kt=function(he,tr){return he===void 0&&tr===0?[]:j(ar,this,he,tr)}:kt=ar,[function(tr,gr){var _r=de(this),yr=oe(tr)?void 0:Ve(tr,jt);return yr?j(yr,tr,_r,gr):j(kt,$e(_r),tr,gr)},function(he,tr){var gr=re(this),_r=$e(he),yr=ur(kt,gr,_r,tr,kt!==ar);if(yr.done)return yr.value;var xr=_e(gr,RegExp),Nr=gr.unicode,Tr=(gr.ignoreCase?"i":"")+(gr.multiline?"m":"")+(gr.unicode?"u":"")+(cr?"g":"y"),Sr=new xr(cr?"^(?:"+gr.source+")":gr,Tr),Ar=tr===void 0?nr:tr>>>0;if(Ar===0)return[];if(_r.length===0)return qe(Sr,_r)===null?[_r]:[];for(var Fr=0,Gr=0,Vr=[];Gr<_r.length;){Sr.lastIndex=cr?0:Gr;var Dr=qe(Sr,cr?Ce(_r,Gr):_r),Ir;if(Dr===null||(Ir=lr(Ue(Sr.lastIndex+(cr?Gr:0)),_r.length))===Fr)Gr=Ne(_r,Gr,Nr);else{if(pe(Vr,Ce(_r,Fr,Gr)),Vr.length===Ar)return Vr;for(var Br=1;Br<=Dr.length-1;Br++)if(pe(Vr,Dr[Br]),Vr.length===Ar)return Vr;Gr=Fr=Ir}}return pe(Vr,Ce(_r,Fr)),Vr}]},!Ie,cr)},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this-clause"),V=n("../internals/object-get-own-property-descriptor").f,z=n("../internals/to-length"),re=n("../internals/to-string"),oe=n("../internals/not-a-regexp"),ue=n("../internals/require-object-coercible"),de=n("../internals/correct-is-regexp-logic"),_e=n("../internals/is-pure"),Ne=j("".slice),Ue=Math.min,$e=de("startsWith"),Ve=!_e&&!$e&&!!function(){var Fe=V(String.prototype,"startsWith");return Fe&&!Fe.writable}();L({target:"String",proto:!0,forced:!Ve&&!$e},{startsWith:function(qe){var er=re(ue(this));oe(qe);var ir=z(Ue(arguments.length>1?arguments[1]:void 0,er.length)),dr=re(qe);return Ne(er,ir,ir+dr.length)===dr}})},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/string-trim").trim,V=n("../internals/string-trim-forced");L({target:"String",proto:!0,forced:V("trim")},{trim:function(){return j(this)}})},{"../internals/export":170,"../internals/string-trim":273,"../internals/string-trim-forced":272}],352:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-call"),z=n("../internals/function-uncurry-this"),re=n("../internals/is-pure"),oe=n("../internals/descriptors"),ue=n("../internals/symbol-constructor-detection"),de=n("../internals/fails"),_e=n("../internals/has-own-property"),Ne=n("../internals/object-is-prototype-of"),Ue=n("../internals/an-object"),$e=n("../internals/to-indexed-object"),Ve=n("../internals/to-property-key"),Fe=n("../internals/to-string"),qe=n("../internals/create-property-descriptor"),er=n("../internals/object-create"),ir=n("../internals/object-keys"),dr=n("../internals/object-get-own-property-names"),cr=n("../internals/object-get-own-property-names-external"),nr=n("../internals/object-get-own-property-symbols"),lr=n("../internals/object-get-own-property-descriptor"),Et=n("../internals/object-define-property"),ie=n("../internals/object-define-properties"),pe=n("../internals/object-property-is-enumerable"),Ce=n("../internals/define-built-in"),Ie=n("../internals/define-built-in-accessor"),jt=n("../internals/shared"),ar=n("../internals/shared-key"),ur=n("../internals/hidden-keys"),kt=n("../internals/uid"),he=n("../internals/well-known-symbol"),tr=n("../internals/well-known-symbol-wrapped"),gr=n("../internals/well-known-symbol-define"),_r=n("../internals/symbol-define-to-primitive"),yr=n("../internals/set-to-string-tag"),xr=n("../internals/internal-state"),Nr=n("../internals/array-iteration").forEach,Tr=ar("hidden"),Sr="Symbol",Ar="prototype",Fr=xr.set,Gr=xr.getterFor(Sr),Vr=Object[Ar],Dr=j.Symbol,Ir=Dr&&Dr[Ar],Br=j.RangeError,Rr=j.TypeError,Lr=j.QObject,$r=lr.f,jr=Et.f,vn=cr.f,Kr=pe.f,kr=z([].push),Qr=jt("symbols"),Zr=jt("op-symbols"),Vi=jt("wks"),To=!Lr||!Lr[Ar]||!Lr[Ar].findChild,oa=function(ca,fo,zn){var ki=$r(Vr,fo);ki&&delete Vr[fo],jr(ca,fo,zn),ki&&ca!==Vr&&jr(Vr,fo,ki)},Ba=oe&&de(function(){return er(jr({},"a",{get:function(){return jr(this,"a",{value:7}).a}})).a!==7})?oa:jr,rs=function(ca,fo){var zn=Qr[ca]=er(Ir);return Fr(zn,{type:Sr,tag:ca,description:fo}),oe||(zn.description=fo),zn},Mn=function(fo,zn,ki){fo===Vr&&Mn(Zr,zn,ki),Ue(fo);var Ra=Ve(zn);return Ue(ki),_e(Qr,Ra)?(ki.enumerable?(_e(fo,Tr)&&fo[Tr][Ra]&&(fo[Tr][Ra]=!1),ki=er(ki,{enumerable:qe(0,!1)})):(_e(fo,Tr)||jr(fo,Tr,qe(1,er(null))),fo[Tr][Ra]=!0),Ba(fo,Ra,ki)):jr(fo,Ra,ki)},Wr=function(fo,zn){Ue(fo);var ki=$e(zn),Ra=ir(ki).concat(Li(ki));return Nr(Ra,function(_o){(!oe||V(Sn,ki,_o))&&Mn(fo,_o,ki[_o])}),fo},Ur=function(fo,zn){return zn===void 0?er(fo):Wr(er(fo),zn)},Sn=function(fo){var zn=Ve(fo),ki=V(Kr,this,zn);return this===Vr&&_e(Qr,zn)&&!_e(Zr,zn)?!1:ki||!_e(this,zn)||!_e(Qr,zn)||_e(this,Tr)&&this[Tr][zn]?ki:!0},Nn=function(fo,zn){var ki=$e(fo),Ra=Ve(zn);if(!(ki===Vr&&_e(Qr,Ra)&&!_e(Zr,Ra))){var _o=$r(ki,Ra);return _o&&_e(Qr,Ra)&&!(_e(ki,Tr)&&ki[Tr][Ra])&&(_o.enumerable=!0),_o}},Sa=function(fo){var zn=vn($e(fo)),ki=[];return Nr(zn,function(Ra){!_e(Qr,Ra)&&!_e(ur,Ra)&&kr(ki,Ra)}),ki},Li=function(ca){var fo=ca===Vr,zn=vn(fo?Zr:$e(ca)),ki=[];return Nr(zn,function(Ra){_e(Qr,Ra)&&(!fo||_e(Vr,Ra))&&kr(ki,Qr[Ra])}),ki};ue||(Dr=function(){if(Ne(Ir,this))throw new Rr("Symbol is not a constructor");var fo=!arguments.length||arguments[0]===void 0?void 0:Fe(arguments[0]),zn=kt(fo),ki=function(Ra){var _o=this===void 0?j:this;_o===Vr&&V(ki,Zr,Ra),_e(_o,Tr)&&_e(_o[Tr],zn)&&(_o[Tr][zn]=!1);var eo=qe(1,Ra);try{Ba(_o,zn,eo)}catch(tl){if(!(tl instanceof Br))throw tl;oa(_o,zn,eo)}};return oe&&To&&Ba(Vr,zn,{configurable:!0,set:ki}),rs(zn,fo)},Ir=Dr[Ar],Ce(Ir,"toString",function(){return Gr(this).tag}),Ce(Dr,"withoutSetter",function(ca){return rs(kt(ca),ca)}),pe.f=Sn,Et.f=Mn,ie.f=Wr,lr.f=Nn,dr.f=cr.f=Sa,nr.f=Li,tr.f=function(ca){return rs(he(ca),ca)},oe&&(Ie(Ir,"description",{configurable:!0,get:function(){return Gr(this).description}}),re||Ce(Vr,"propertyIsEnumerable",Sn,{unsafe:!0}))),L({global:!0,constructor:!0,wrap:!0,forced:!ue,sham:!ue},{Symbol:Dr}),Nr(ir(Vi),function(ca){gr(ca)}),L({target:Sr,stat:!0,forced:!ue},{useSetter:function(){To=!0},useSimple:function(){To=!1}}),L({target:"Object",stat:!0,forced:!ue,sham:!oe},{create:Ur,defineProperty:Mn,defineProperties:Wr,getOwnPropertyDescriptor:Nn}),L({target:"Object",stat:!0,forced:!ue},{getOwnPropertyNames:Sa}),_r(),yr(Dr,Sr),ur[Tr]=!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(n,$,k){var L=n("../internals/export"),j=n("../internals/descriptors"),V=n("../internals/global"),z=n("../internals/function-uncurry-this"),re=n("../internals/has-own-property"),oe=n("../internals/is-callable"),ue=n("../internals/object-is-prototype-of"),de=n("../internals/to-string"),_e=n("../internals/define-built-in-accessor"),Ne=n("../internals/copy-constructor-properties"),Ue=V.Symbol,$e=Ue&&Ue.prototype;if(j&&oe(Ue)&&(!("description"in $e)||Ue().description!==void 0)){var Ve={},Fe=function(){var Et=arguments.length<1||arguments[0]===void 0?void 0:de(arguments[0]),ie=ue($e,this)?new Ue(Et):Et===void 0?Ue():Ue(Et);return Et===""&&(Ve[ie]=!0),ie};Ne(Fe,Ue),Fe.prototype=$e,$e.constructor=Fe;var qe=String(Ue("description detection"))==="Symbol(description detection)",er=z($e.valueOf),ir=z($e.toString),dr=/^Symbol\((.*)\)[^)]+$/,cr=z("".replace),nr=z("".slice);_e($e,"description",{configurable:!0,get:function(){var Et=er(this);if(re(Ve,Et))return"";var ie=ir(Et),pe=qe?nr(ie,7,-1):cr(ie,dr,"$1");return pe===""?void 0:pe}}),L({global:!0,constructor:!0,forced:!0},{Symbol:Fe})}},{"../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(n,$,k){var L=n("../internals/export"),j=n("../internals/get-built-in"),V=n("../internals/has-own-property"),z=n("../internals/to-string"),re=n("../internals/shared"),oe=n("../internals/symbol-registry-detection"),ue=re("string-to-symbol-registry"),de=re("symbol-to-string-registry");L({target:"Symbol",stat:!0,forced:!oe},{for:function(_e){var Ne=z(_e);if(V(ue,Ne))return ue[Ne];var Ue=j("Symbol")(Ne);return ue[Ne]=Ue,de[Ue]=Ne,Ue}})},{"../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(n,$,k){var L=n("../internals/well-known-symbol-define");L("iterator")},{"../internals/well-known-symbol-define":304}],356:[function(n,$,k){n("../modules/es.symbol.constructor"),n("../modules/es.symbol.for"),n("../modules/es.symbol.key-for"),n("../modules/es.json.stringify"),n("../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(n,$,k){var L=n("../internals/export"),j=n("../internals/has-own-property"),V=n("../internals/is-symbol"),z=n("../internals/try-to-string"),re=n("../internals/shared"),oe=n("../internals/symbol-registry-detection"),ue=re("symbol-to-string-registry");L({target:"Symbol",stat:!0,forced:!oe},{keyFor:function(_e){if(!V(_e))throw new TypeError(z(_e)+" is not a symbol");if(j(ue,_e))return ue[_e]}})},{"../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(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/array-buffer-view-core"),V=n("../internals/array-copy-within"),z=L(V),re=j.aTypedArray,oe=j.exportTypedArrayMethod;oe("copyWithin",function(de,_e){return z(re(this),de,_e,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(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").every,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("every",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],360:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-fill"),V=n("../internals/to-big-int"),z=n("../internals/classof"),re=n("../internals/function-call"),oe=n("../internals/function-uncurry-this"),ue=n("../internals/fails"),de=L.aTypedArray,_e=L.exportTypedArrayMethod,Ne=oe("".slice),Ue=ue(function(){var $e=0;return new Int8Array(2).fill({valueOf:function(){return $e++}}),$e!==1});_e("fill",function(Ve){var Fe=arguments.length;de(this);var qe=Ne(z(this),0,3)==="Big"?V(Ve):+Ve;return re(j,this,qe,Fe>1?arguments[1]:void 0,Fe>2?arguments[2]:void 0)},Ue)},{"../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(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").filter,V=n("../internals/typed-array-from-species-and-list"),z=L.aTypedArray,re=L.exportTypedArrayMethod;re("filter",function(ue){var de=j(z(this),ue,arguments.length>1?arguments[1]:void 0);return V(this,de)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-from-species-and-list":296}],362:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").findIndex,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("findIndex",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],363:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").find,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("find",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],364:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").forEach,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("forEach",function(oe){j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],365:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-includes").includes,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("includes",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-includes":124}],366:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-includes").indexOf,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("indexOf",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-includes":124}],367:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/fails"),V=n("../internals/function-uncurry-this"),z=n("../internals/array-buffer-view-core"),re=n("../modules/es.array.iterator"),oe=n("../internals/well-known-symbol"),ue=oe("iterator"),de=L.Uint8Array,_e=V(re.values),Ne=V(re.keys),Ue=V(re.entries),$e=z.aTypedArray,Ve=z.exportTypedArrayMethod,Fe=de&&de.prototype,qe=!j(function(){Fe[ue].call([1])}),er=!!Fe&&Fe.values&&Fe[ue]===Fe.values&&Fe.values.name==="values",ir=function(){return _e($e(this))};Ve("entries",function(){return Ue($e(this))},qe),Ve("keys",function(){return Ne($e(this))},qe),Ve("values",ir,qe||!er,{name:"values"}),Ve(ue,ir,qe||!er,{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(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/function-uncurry-this"),V=L.aTypedArray,z=L.exportTypedArrayMethod,re=j([].join);z("join",function(ue){return re(V(this),ue)})},{"../internals/array-buffer-view-core":117,"../internals/function-uncurry-this":181}],369:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/function-apply"),V=n("../internals/array-last-index-of"),z=L.aTypedArray,re=L.exportTypedArrayMethod;re("lastIndexOf",function(ue){var de=arguments.length;return j(V,z(this),de>1?[ue,arguments[1]]:[ue])})},{"../internals/array-buffer-view-core":117,"../internals/array-last-index-of":126,"../internals/function-apply":174}],370:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").map,V=n("../internals/typed-array-species-constructor"),z=L.aTypedArray,re=L.exportTypedArrayMethod;re("map",function(ue){return j(z(this),ue,arguments.length>1?arguments[1]:void 0,function(de,_e){return new(V(de))(_e)})})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-species-constructor":298}],371:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-reduce").right,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("reduceRight",function(oe){var ue=arguments.length;return j(V(this),oe,ue,ue>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],372:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-reduce").left,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("reduce",function(oe){var ue=arguments.length;return j(V(this),oe,ue,ue>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],373:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=L.aTypedArray,V=L.exportTypedArrayMethod,z=Math.floor;V("reverse",function(){for(var oe=this,ue=j(oe).length,de=z(ue/2),_e=0,Ne;_e<de;)Ne=oe[_e],oe[_e++]=oe[--ue],oe[ue]=Ne;return oe})},{"../internals/array-buffer-view-core":117}],374:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/function-call"),V=n("../internals/array-buffer-view-core"),z=n("../internals/length-of-array-like"),re=n("../internals/to-offset"),oe=n("../internals/to-object"),ue=n("../internals/fails"),de=L.RangeError,_e=L.Int8Array,Ne=_e&&_e.prototype,Ue=Ne&&Ne.set,$e=V.aTypedArray,Ve=V.exportTypedArrayMethod,Fe=!ue(function(){var er=new Uint8ClampedArray(2);return j(Ue,er,{length:1,0:3},1),er[1]!==3}),qe=Fe&&V.NATIVE_ARRAY_BUFFER_VIEWS&&ue(function(){var er=new _e(2);return er.set(1),er.set("2",1),er[0]!==0||er[1]!==2});Ve("set",function(ir){$e(this);var dr=re(arguments.length>1?arguments[1]:void 0,1),cr=oe(ir);if(Fe)return j(Ue,this,cr,dr);var nr=this.length,lr=z(cr),Et=0;if(lr+dr>nr)throw new de("Wrong length");for(;Et<lr;)this[dr+Et]=cr[Et++]},!Fe||qe)},{"../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(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/typed-array-species-constructor"),V=n("../internals/fails"),z=n("../internals/array-slice"),re=L.aTypedArray,oe=L.exportTypedArrayMethod,ue=V(function(){new Int8Array(1).slice()});oe("slice",function(_e,Ne){for(var Ue=z(re(this),_e,Ne),$e=j(this),Ve=0,Fe=Ue.length,qe=new $e(Fe);Fe>Ve;)qe[Ve]=Ue[Ve++];return qe},ue)},{"../internals/array-buffer-view-core":117,"../internals/array-slice":131,"../internals/fails":171,"../internals/typed-array-species-constructor":298}],376:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").some,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("some",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],377:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/function-uncurry-this-clause"),V=n("../internals/fails"),z=n("../internals/a-callable"),re=n("../internals/array-sort"),oe=n("../internals/array-buffer-view-core"),ue=n("../internals/engine-ff-version"),de=n("../internals/engine-is-ie-or-edge"),_e=n("../internals/engine-v8-version"),Ne=n("../internals/engine-webkit-version"),Ue=oe.aTypedArray,$e=oe.exportTypedArrayMethod,Ve=L.Uint16Array,Fe=Ve&&j(Ve.prototype.sort),qe=!!Fe&&!(V(function(){Fe(new Ve(2),null)})&&V(function(){Fe(new Ve(2),{})})),er=!!Fe&&!V(function(){if(_e)return _e<74;if(ue)return ue<67;if(de)return!0;if(Ne)return Ne<602;var dr=new Ve(516),cr=Array(516),nr,lr;for(nr=0;nr<516;nr++)lr=nr%4,dr[nr]=515-nr,cr[nr]=nr-2*lr+3;for(Fe(dr,function(Et,ie){return(Et/4|0)-(ie/4|0)}),nr=0;nr<516;nr++)if(dr[nr]!==cr[nr])return!0}),ir=function(dr){return function(cr,nr){return dr!==void 0?+dr(cr,nr)||0:nr!==nr?-1:cr!==cr?1:cr===0&&nr===0?1/cr>0&&1/nr<0?1:-1:cr>nr}};$e("sort",function(cr){return cr!==void 0&&z(cr),er?Fe(this,cr):re(Ue(this),ir(cr))},!er||qe)},{"../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(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/to-length"),V=n("../internals/to-absolute-index"),z=n("../internals/typed-array-species-constructor"),re=L.aTypedArray,oe=L.exportTypedArrayMethod;oe("subarray",function(de,_e){var Ne=re(this),Ue=Ne.length,$e=V(de,Ue),Ve=z(Ne);return new Ve(Ne.buffer,Ne.byteOffset+$e*Ne.BYTES_PER_ELEMENT,j((_e===void 0?Ue:V(_e,Ue))-$e))})},{"../internals/array-buffer-view-core":117,"../internals/to-absolute-index":279,"../internals/to-length":284,"../internals/typed-array-species-constructor":298}],379:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/function-apply"),V=n("../internals/array-buffer-view-core"),z=n("../internals/fails"),re=n("../internals/array-slice"),oe=L.Int8Array,ue=V.aTypedArray,de=V.exportTypedArrayMethod,_e=[].toLocaleString,Ne=!!oe&&z(function(){_e.call(new oe(1))}),Ue=z(function(){return[1,2].toLocaleString()!==new oe([1,2]).toLocaleString()})||!z(function(){oe.prototype.toLocaleString.call([1,2])});de("toLocaleString",function(){return j(_e,Ne?re(ue(this)):ue(this),re(arguments))},Ue)},{"../internals/array-buffer-view-core":117,"../internals/array-slice":131,"../internals/fails":171,"../internals/function-apply":174,"../internals/global":188}],380:[function(n,$,k){var L=n("../internals/array-buffer-view-core").exportTypedArrayMethod,j=n("../internals/fails"),V=n("../internals/global"),z=n("../internals/function-uncurry-this"),re=V.Uint8Array,oe=re&&re.prototype||{},ue=[].toString,de=z([].join);j(function(){ue.call({})})&&(ue=function(){return de(this)});var _e=oe.toString!==ue;L("toString",ue,_e)},{"../internals/array-buffer-view-core":117,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188}],381:[function(n,$,k){var L=n("../internals/typed-array-constructor");L("Uint8",function(j){return function(z,re,oe){return j(this,z,re,oe)}})},{"../internals/typed-array-constructor":294}],382:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/dom-iterables"),V=n("../internals/dom-token-list-prototype"),z=n("../internals/array-for-each"),re=n("../internals/create-non-enumerable-property"),oe=function(de){if(de&&de.forEach!==z)try{re(de,"forEach",z)}catch{de.forEach=z}};for(var ue in j)j[ue]&&oe(L[ue]&&L[ue].prototype);oe(V)},{"../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(n,$,k){var L=n("../internals/global"),j=n("../internals/dom-iterables"),V=n("../internals/dom-token-list-prototype"),z=n("../modules/es.array.iterator"),re=n("../internals/create-non-enumerable-property"),oe=n("../internals/set-to-string-tag"),ue=n("../internals/well-known-symbol"),de=ue("iterator"),_e=z.values,Ne=function($e,Ve){if($e){if($e[de]!==_e)try{re($e,de,_e)}catch{$e[de]=_e}if(oe($e,Ve,!0),j[Ve]){for(var Fe in z)if($e[Fe]!==z[Fe])try{re($e,Fe,z[Fe])}catch{$e[Fe]=z[Fe]}}}};for(var Ue in j)Ne(L[Ue]&&L[Ue].prototype,Ue);Ne(V,"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(n,$,k){function L(er){return Array.isArray?Array.isArray(er):qe(er)==="[object Array]"}k.isArray=L;function j(er){return typeof er=="boolean"}k.isBoolean=j;function V(er){return er===null}k.isNull=V;function z(er){return er==null}k.isNullOrUndefined=z;function re(er){return typeof er=="number"}k.isNumber=re;function oe(er){return typeof er=="string"}k.isString=oe;function ue(er){return typeof er=="symbol"}k.isSymbol=ue;function de(er){return er===void 0}k.isUndefined=de;function _e(er){return qe(er)==="[object RegExp]"}k.isRegExp=_e;function Ne(er){return typeof er=="object"&&er!==null}k.isObject=Ne;function Ue(er){return qe(er)==="[object Date]"}k.isDate=Ue;function $e(er){return qe(er)==="[object Error]"||er instanceof Error}k.isError=$e;function Ve(er){return typeof er=="function"}k.isFunction=Ve;function Fe(er){return er===null||typeof er=="boolean"||typeof er=="number"||typeof er=="string"||typeof er=="symbol"||typeof er>"u"}k.isPrimitive=Fe,k.isBuffer=n("buffer").Buffer.isBuffer;function qe(er){return Object.prototype.toString.call(er)}},{buffer:103}],385:[function(n,$,k){(function(L){var j=function(){var ue=/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|'[^']*'|'[^']*'/g,de=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,_e=/[^-+\dA-Z]/g;return function(Ne,Ue,$e,Ve){if(arguments.length===1&&oe(Ne)==="string"&&!/\d/.test(Ne)&&(Ue=Ne,Ne=void 0),Ne=Ne||new Date,Ne instanceof Date||(Ne=new Date(Ne)),isNaN(Ne))throw TypeError("Invalid date");Ue=String(j.masks[Ue]||Ue||j.masks.default);var Fe=Ue.slice(0,4);(Fe==="UTC:"||Fe==="GMT:")&&(Ue=Ue.slice(4),$e=!0,Fe==="GMT:"&&(Ve=!0));var qe=$e?"getUTC":"get",er=Ne[qe+"Date"](),ir=Ne[qe+"Day"](),dr=Ne[qe+"Month"](),cr=Ne[qe+"FullYear"](),nr=Ne[qe+"Hours"](),lr=Ne[qe+"Minutes"](),Et=Ne[qe+"Seconds"](),ie=Ne[qe+"Milliseconds"](),pe=$e?0:Ne.getTimezoneOffset(),Ce=z(Ne),Ie=re(Ne),jt={d:er,dd:V(er),ddd:j.i18n.dayNames[ir],dddd:j.i18n.dayNames[ir+7],m:dr+1,mm:V(dr+1),mmm:j.i18n.monthNames[dr],mmmm:j.i18n.monthNames[dr+12],yy:String(cr).slice(2),yyyy:cr,h:nr%12||12,hh:V(nr%12||12),H:nr,HH:V(nr),M:lr,MM:V(lr),s:Et,ss:V(Et),l:V(ie,3),L:V(Math.round(ie/10)),t:nr<12?"a":"p",tt:nr<12?"am":"pm",T:nr<12?"A":"P",TT:nr<12?"AM":"PM",Z:Ve?"GMT":$e?"UTC":(String(Ne).match(de)||[""]).pop().replace(_e,""),o:(pe>0?"-":"+")+V(Math.floor(Math.abs(pe)/60)*100+Math.abs(pe)%60,4),S:["th","st","nd","rd"][er%10>3?0:(er%100-er%10!=10)*er%10],W:Ce,N:Ie};return Ue.replace(ue,function(ar){return ar in jt?jt[ar]:ar.slice(1,ar.length-1)})}}();j.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"},j.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 V(ue,de){for(ue=String(ue),de=de||2;ue.length<de;)ue="0"+ue;return ue}function z(ue){var de=new Date(ue.getFullYear(),ue.getMonth(),ue.getDate());de.setDate(de.getDate()-(de.getDay()+6)%7+3);var _e=new Date(de.getFullYear(),0,4);_e.setDate(_e.getDate()-(_e.getDay()+6)%7+3);var Ne=de.getTimezoneOffset()-_e.getTimezoneOffset();de.setHours(de.getHours()-Ne);var Ue=(de-_e)/(864e5*7);return 1+Math.floor(Ue)}function re(ue){var de=ue.getDay();return de===0&&(de=7),de}function oe(ue){return ue===null?"null":ue===void 0?"undefined":typeof ue!="object"?typeof ue:Array.isArray(ue)?"array":{}.toString.call(ue).slice(8,-1).toLowerCase()}typeof k=="object"?$.exports=j:L.dateFormat=j})(this)},{}],386:[function(n,$,k){var L=n("has-property-descriptors")(),j=n("get-intrinsic"),V=L&&j("%Object.defineProperty%",!0);if(V)try{V({},"a",{value:1})}catch{V=!1}var z=j("%SyntaxError%"),re=j("%TypeError%"),oe=n("gopd");$.exports=function(de,_e,Ne){if(!de||typeof de!="object"&&typeof de!="function")throw new re("`obj` must be an object or a function`");if(typeof _e!="string"&&typeof _e!="symbol")throw new re("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new re("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new re("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new re("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new re("`loose`, if provided, must be a boolean");var Ue=arguments.length>3?arguments[3]:null,$e=arguments.length>4?arguments[4]:null,Ve=arguments.length>5?arguments[5]:null,Fe=arguments.length>6?arguments[6]:!1,qe=!!oe&&oe(de,_e);if(V)V(de,_e,{configurable:Ve===null&&qe?qe.configurable:!Ve,enumerable:Ue===null&&qe?qe.enumerable:!Ue,value:Ne,writable:$e===null&&qe?qe.writable:!$e});else if(Fe||!Ue&&!$e&&!Ve)de[_e]=Ne;else throw new z("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(n,$,k){var L=/["'&<>]/;$.exports=j;function j(V){var z=""+V,re=L.exec(z);if(!re)return z;var oe,ue="",de=0,_e=0;for(de=re.index;de<z.length;de++){switch(z.charCodeAt(de)){case 34:oe="&quot;";break;case 38:oe="&amp;";break;case 39:oe="&#39;";break;case 60:oe="&lt;";break;case 62:oe="&gt;";break;default:continue}_e!==de&&(ue+=z.substring(_e,de)),_e=de+1,ue+=oe}return _e!==de?ue+z.substring(_e,de):ue}},{}],388:[function(n,$,k){var L=typeof Reflect=="object"?Reflect:null,j=L&&typeof L.apply=="function"?L.apply:function(Et,ie,pe){return Function.prototype.apply.call(Et,ie,pe)},V;L&&typeof L.ownKeys=="function"?V=L.ownKeys:Object.getOwnPropertySymbols?V=function(Et){return Object.getOwnPropertyNames(Et).concat(Object.getOwnPropertySymbols(Et))}:V=function(Et){return Object.getOwnPropertyNames(Et)};function z(lr){console&&console.warn&&console.warn(lr)}var re=Number.isNaN||function(Et){return Et!==Et};function oe(){oe.init.call(this)}$.exports=oe,$.exports.once=dr,oe.EventEmitter=oe,oe.prototype._events=void 0,oe.prototype._eventsCount=0,oe.prototype._maxListeners=void 0;var ue=10;function de(lr){if(typeof lr!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof lr)}Object.defineProperty(oe,"defaultMaxListeners",{enumerable:!0,get:function(){return ue},set:function(lr){if(typeof lr!="number"||lr<0||re(lr))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+lr+".");ue=lr}}),oe.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},oe.prototype.setMaxListeners=function(Et){if(typeof Et!="number"||Et<0||re(Et))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+Et+".");return this._maxListeners=Et,this};function _e(lr){return lr._maxListeners===void 0?oe.defaultMaxListeners:lr._maxListeners}oe.prototype.getMaxListeners=function(){return _e(this)},oe.prototype.emit=function(Et){for(var ie=[],pe=1;pe<arguments.length;pe++)ie.push(arguments[pe]);var Ce=Et==="error",Ie=this._events;if(Ie!==void 0)Ce=Ce&&Ie.error===void 0;else if(!Ce)return!1;if(Ce){var jt;if(ie.length>0&&(jt=ie[0]),jt instanceof Error)throw jt;var ar=new Error("Unhandled error."+(jt?" ("+jt.message+")":""));throw ar.context=jt,ar}var ur=Ie[Et];if(ur===void 0)return!1;if(typeof ur=="function")j(ur,this,ie);else for(var kt=ur.length,he=qe(ur,kt),pe=0;pe<kt;++pe)j(he[pe],this,ie);return!0};function Ne(lr,Et,ie,pe){var Ce,Ie,jt;if(de(ie),Ie=lr._events,Ie===void 0?(Ie=lr._events=Object.create(null),lr._eventsCount=0):(Ie.newListener!==void 0&&(lr.emit("newListener",Et,ie.listener?ie.listener:ie),Ie=lr._events),jt=Ie[Et]),jt===void 0)jt=Ie[Et]=ie,++lr._eventsCount;else if(typeof jt=="function"?jt=Ie[Et]=pe?[ie,jt]:[jt,ie]:pe?jt.unshift(ie):jt.push(ie),Ce=_e(lr),Ce>0&&jt.length>Ce&&!jt.warned){jt.warned=!0;var ar=new Error("Possible EventEmitter memory leak detected. "+jt.length+" "+String(Et)+" listeners added. Use emitter.setMaxListeners() to increase limit");ar.name="MaxListenersExceededWarning",ar.emitter=lr,ar.type=Et,ar.count=jt.length,z(ar)}return lr}oe.prototype.addListener=function(Et,ie){return Ne(this,Et,ie,!1)},oe.prototype.on=oe.prototype.addListener,oe.prototype.prependListener=function(Et,ie){return Ne(this,Et,ie,!0)};function Ue(){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 $e(lr,Et,ie){var pe={fired:!1,wrapFn:void 0,target:lr,type:Et,listener:ie},Ce=Ue.bind(pe);return Ce.listener=ie,pe.wrapFn=Ce,Ce}oe.prototype.once=function(Et,ie){return de(ie),this.on(Et,$e(this,Et,ie)),this},oe.prototype.prependOnceListener=function(Et,ie){return de(ie),this.prependListener(Et,$e(this,Et,ie)),this},oe.prototype.removeListener=function(Et,ie){var pe,Ce,Ie,jt,ar;if(de(ie),Ce=this._events,Ce===void 0)return this;if(pe=Ce[Et],pe===void 0)return this;if(pe===ie||pe.listener===ie)--this._eventsCount===0?this._events=Object.create(null):(delete Ce[Et],Ce.removeListener&&this.emit("removeListener",Et,pe.listener||ie));else if(typeof pe!="function"){for(Ie=-1,jt=pe.length-1;jt>=0;jt--)if(pe[jt]===ie||pe[jt].listener===ie){ar=pe[jt].listener,Ie=jt;break}if(Ie<0)return this;Ie===0?pe.shift():er(pe,Ie),pe.length===1&&(Ce[Et]=pe[0]),Ce.removeListener!==void 0&&this.emit("removeListener",Et,ar||ie)}return this},oe.prototype.off=oe.prototype.removeListener,oe.prototype.removeAllListeners=function(Et){var ie,pe,Ce;if(pe=this._events,pe===void 0)return this;if(pe.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):pe[Et]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete pe[Et]),this;if(arguments.length===0){var Ie=Object.keys(pe),jt;for(Ce=0;Ce<Ie.length;++Ce)jt=Ie[Ce],jt!=="removeListener"&&this.removeAllListeners(jt);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(ie=pe[Et],typeof ie=="function")this.removeListener(Et,ie);else if(ie!==void 0)for(Ce=ie.length-1;Ce>=0;Ce--)this.removeListener(Et,ie[Ce]);return this};function Ve(lr,Et,ie){var pe=lr._events;if(pe===void 0)return[];var Ce=pe[Et];return Ce===void 0?[]:typeof Ce=="function"?ie?[Ce.listener||Ce]:[Ce]:ie?ir(Ce):qe(Ce,Ce.length)}oe.prototype.listeners=function(Et){return Ve(this,Et,!0)},oe.prototype.rawListeners=function(Et){return Ve(this,Et,!1)},oe.listenerCount=function(lr,Et){return typeof lr.listenerCount=="function"?lr.listenerCount(Et):Fe.call(lr,Et)},oe.prototype.listenerCount=Fe;function Fe(lr){var Et=this._events;if(Et!==void 0){var ie=Et[lr];if(typeof ie=="function")return 1;if(ie!==void 0)return ie.length}return 0}oe.prototype.eventNames=function(){return this._eventsCount>0?V(this._events):[]};function qe(lr,Et){for(var ie=new Array(Et),pe=0;pe<Et;++pe)ie[pe]=lr[pe];return ie}function er(lr,Et){for(;Et+1<lr.length;Et++)lr[Et]=lr[Et+1];lr.pop()}function ir(lr){for(var Et=new Array(lr.length),ie=0;ie<Et.length;++ie)Et[ie]=lr[ie].listener||lr[ie];return Et}function dr(lr,Et){return new Promise(function(ie,pe){function Ce(jt){lr.removeListener(Et,Ie),pe(jt)}function Ie(){typeof lr.removeListener=="function"&&lr.removeListener("error",Ce),ie([].slice.call(arguments))}nr(lr,Et,Ie,{once:!0}),Et!=="error"&&cr(lr,Ce,{once:!0})})}function cr(lr,Et,ie){typeof lr.on=="function"&&nr(lr,"error",Et,ie)}function nr(lr,Et,ie,pe){if(typeof lr.on=="function")pe.once?lr.once(Et,ie):lr.on(Et,ie);else if(typeof lr.addEventListener=="function")lr.addEventListener(Et,function Ce(Ie){pe.once&&lr.removeEventListener(Et,Ce),ie(Ie)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof lr)}},{}],389:[function(n,$,k){var L=n("is-callable"),j=Object.prototype.toString,V=Object.prototype.hasOwnProperty,z=function(_e,Ne,Ue){for(var $e=0,Ve=_e.length;$e<Ve;$e++)V.call(_e,$e)&&(Ue==null?Ne(_e[$e],$e,_e):Ne.call(Ue,_e[$e],$e,_e))},re=function(_e,Ne,Ue){for(var $e=0,Ve=_e.length;$e<Ve;$e++)Ue==null?Ne(_e.charAt($e),$e,_e):Ne.call(Ue,_e.charAt($e),$e,_e)},oe=function(_e,Ne,Ue){for(var $e in _e)V.call(_e,$e)&&(Ue==null?Ne(_e[$e],$e,_e):Ne.call(Ue,_e[$e],$e,_e))},ue=function(_e,Ne,Ue){if(!L(Ne))throw new TypeError("iterator must be a function");var $e;arguments.length>=3&&($e=Ue),j.call(_e)==="[object Array]"?z(_e,Ne,$e):typeof _e=="string"?re(_e,Ne,$e):oe(_e,Ne,$e)};$.exports=ue},{"is-callable":412}],390:[function(n,$,k){var L="Function.prototype.bind called on incompatible ",j=Object.prototype.toString,V=Math.max,z="[object Function]",re=function(_e,Ne){for(var Ue=[],$e=0;$e<_e.length;$e+=1)Ue[$e]=_e[$e];for(var Ve=0;Ve<Ne.length;Ve+=1)Ue[Ve+_e.length]=Ne[Ve];return Ue},oe=function(_e,Ne){for(var Ue=[],$e=Ne,Ve=0;$e<_e.length;$e+=1,Ve+=1)Ue[Ve]=_e[$e];return Ue},ue=function(de,_e){for(var Ne="",Ue=0;Ue<de.length;Ue+=1)Ne+=de[Ue],Ue+1<de.length&&(Ne+=_e);return Ne};$.exports=function(_e){var Ne=this;if(typeof Ne!="function"||j.apply(Ne)!==z)throw new TypeError(L+Ne);for(var Ue=oe(arguments,1),$e,Ve=function(){if(this instanceof $e){var dr=Ne.apply(this,re(Ue,arguments));return Object(dr)===dr?dr:this}return Ne.apply(_e,re(Ue,arguments))},Fe=V(0,Ne.length-Ue.length),qe=[],er=0;er<Fe;er++)qe[er]="$"+er;if($e=Function("binder","return function ("+ue(qe,",")+"){ return binder.apply(this,arguments); }")(Ve),Ne.prototype){var ir=function(){};ir.prototype=Ne.prototype,$e.prototype=new ir,ir.prototype=null}return $e}},{}],391:[function(n,$,k){var L=n("./implementation");$.exports=Function.prototype.bind||L},{"./implementation":390}],392:[function(n,$,k){var L,j=SyntaxError,V=Function,z=TypeError,re=function(ur){try{return V('"use strict"; return ('+ur+").constructor;")()}catch{}},oe=Object.getOwnPropertyDescriptor;if(oe)try{oe({},"")}catch{oe=null}var ue=function(){throw new z},de=oe?function(){try{return arguments.callee,ue}catch{try{return oe(arguments,"callee").get}catch{return ue}}}():ue,_e=n("has-symbols")(),Ne=n("has-proto")(),Ue=Object.getPrototypeOf||(Ne?function(ur){return ur.__proto__}:null),$e={},Ve=typeof Uint8Array>"u"||!Ue?L:Ue(Uint8Array),Fe={"%AggregateError%":typeof AggregateError>"u"?L:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?L:ArrayBuffer,"%ArrayIteratorPrototype%":_e&&Ue?Ue([][Symbol.iterator]()):L,"%AsyncFromSyncIteratorPrototype%":L,"%AsyncFunction%":$e,"%AsyncGenerator%":$e,"%AsyncGeneratorFunction%":$e,"%AsyncIteratorPrototype%":$e,"%Atomics%":typeof Atomics>"u"?L:Atomics,"%BigInt%":typeof BigInt>"u"?L:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?L:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?L:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?L:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?L:Float32Array,"%Float64Array%":typeof Float64Array>"u"?L:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?L:FinalizationRegistry,"%Function%":V,"%GeneratorFunction%":$e,"%Int8Array%":typeof Int8Array>"u"?L:Int8Array,"%Int16Array%":typeof Int16Array>"u"?L:Int16Array,"%Int32Array%":typeof Int32Array>"u"?L:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":_e&&Ue?Ue(Ue([][Symbol.iterator]())):L,"%JSON%":typeof JSON=="object"?JSON:L,"%Map%":typeof Map>"u"?L:Map,"%MapIteratorPrototype%":typeof Map>"u"||!_e||!Ue?L:Ue(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?L:Promise,"%Proxy%":typeof Proxy>"u"?L:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?L:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?L:Set,"%SetIteratorPrototype%":typeof Set>"u"||!_e||!Ue?L:Ue(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?L:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":_e&&Ue?Ue(""[Symbol.iterator]()):L,"%Symbol%":_e?Symbol:L,"%SyntaxError%":j,"%ThrowTypeError%":de,"%TypedArray%":Ve,"%TypeError%":z,"%Uint8Array%":typeof Uint8Array>"u"?L:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?L:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?L:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?L:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?L:WeakMap,"%WeakRef%":typeof WeakRef>"u"?L:WeakRef,"%WeakSet%":typeof WeakSet>"u"?L:WeakSet};if(Ue)try{null.error}catch(ur){var qe=Ue(Ue(ur));Fe["%Error.prototype%"]=qe}var er=function ur(kt){var he;if(kt==="%AsyncFunction%")he=re("async function () {}");else if(kt==="%GeneratorFunction%")he=re("function* () {}");else if(kt==="%AsyncGeneratorFunction%")he=re("async function* () {}");else if(kt==="%AsyncGenerator%"){var tr=ur("%AsyncGeneratorFunction%");tr&&(he=tr.prototype)}else if(kt==="%AsyncIteratorPrototype%"){var gr=ur("%AsyncGenerator%");gr&&Ue&&(he=Ue(gr.prototype))}return Fe[kt]=he,he},ir={"%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"]},dr=n("function-bind"),cr=n("hasown"),nr=dr.call(Function.call,Array.prototype.concat),lr=dr.call(Function.apply,Array.prototype.splice),Et=dr.call(Function.call,String.prototype.replace),ie=dr.call(Function.call,String.prototype.slice),pe=dr.call(Function.call,RegExp.prototype.exec),Ce=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ie=/\\(\\)?/g,jt=function(kt){var he=ie(kt,0,1),tr=ie(kt,-1);if(he==="%"&&tr!=="%")throw new j("invalid intrinsic syntax, expected closing `%`");if(tr==="%"&&he!=="%")throw new j("invalid intrinsic syntax, expected opening `%`");var gr=[];return Et(kt,Ce,function(_r,yr,xr,Nr){gr[gr.length]=xr?Et(Nr,Ie,"$1"):yr||_r}),gr},ar=function(kt,he){var tr=kt,gr;if(cr(ir,tr)&&(gr=ir[tr],tr="%"+gr[0]+"%"),cr(Fe,tr)){var _r=Fe[tr];if(_r===$e&&(_r=er(tr)),typeof _r>"u"&&!he)throw new z("intrinsic "+kt+" exists, but is not available. Please file an issue!");return{alias:gr,name:tr,value:_r}}throw new j("intrinsic "+kt+" does not exist!")};$.exports=function(kt,he){if(typeof kt!="string"||kt.length===0)throw new z("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof he!="boolean")throw new z('"allowMissing" argument must be a boolean');if(pe(/^%?[^%]*%?$/,kt)===null)throw new j("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var tr=jt(kt),gr=tr.length>0?tr[0]:"",_r=ar("%"+gr+"%",he),yr=_r.name,xr=_r.value,Nr=!1,Tr=_r.alias;Tr&&(gr=Tr[0],lr(tr,nr([0,1],Tr)));for(var Sr=1,Ar=!0;Sr<tr.length;Sr+=1){var Fr=tr[Sr],Gr=ie(Fr,0,1),Vr=ie(Fr,-1);if((Gr==='"'||Gr==="'"||Gr==="`"||Vr==='"'||Vr==="'"||Vr==="`")&&Gr!==Vr)throw new j("property names with quotes must have matching quotes");if((Fr==="constructor"||!Ar)&&(Nr=!0),gr+="."+Fr,yr="%"+gr+"%",cr(Fe,yr))xr=Fe[yr];else if(xr!=null){if(!(Fr in xr)){if(!he)throw new z("base intrinsic for "+kt+" exists, but the property is not available.");return}if(oe&&Sr+1>=tr.length){var Dr=oe(xr,Fr);Ar=!!Dr,Ar&&"get"in Dr&&!("originalValue"in Dr.get)?xr=Dr.get:xr=xr[Fr]}else Ar=cr(xr,Fr),xr=xr[Fr];Ar&&!Nr&&(Fe[yr]=xr)}}return xr}},{"function-bind":391,"has-proto":395,"has-symbols":396,hasown:399}],393:[function(n,$,k){var L=n("get-intrinsic"),j=L("%Object.getOwnPropertyDescriptor%",!0);if(j)try{j([],"length")}catch{j=null}$.exports=j},{"get-intrinsic":392}],394:[function(n,$,k){var L=n("get-intrinsic"),j=L("%Object.defineProperty%",!0),V=function(){if(j)try{return j({},"a",{value:1}),!0}catch{return!1}return!1};V.hasArrayLengthDefineBug=function(){if(!V())return null;try{return j([],"length",{value:1}).length!==1}catch{return!0}},$.exports=V},{"get-intrinsic":392}],395:[function(n,$,k){var L={foo:{}},j=Object;$.exports=function(){return{__proto__:L}.foo===L.foo&&!({__proto__:null}instanceof j)}},{}],396:[function(n,$,k){var L=typeof Symbol<"u"&&Symbol,j=n("./shams");$.exports=function(){return typeof L!="function"||typeof Symbol!="function"||typeof L("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:j()}},{"./shams":397}],397:[function(n,$,k){$.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var j={},V=Symbol("test"),z=Object(V);if(typeof V=="string"||Object.prototype.toString.call(V)!=="[object Symbol]"||Object.prototype.toString.call(z)!=="[object Symbol]")return!1;var re=42;j[V]=re;for(V in j)return!1;if(typeof Object.keys=="function"&&Object.keys(j).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(j).length!==0)return!1;var oe=Object.getOwnPropertySymbols(j);if(oe.length!==1||oe[0]!==V||!Object.prototype.propertyIsEnumerable.call(j,V))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var ue=Object.getOwnPropertyDescriptor(j,V);if(ue.value!==re||ue.enumerable!==!0)return!1}return!0}},{}],398:[function(n,$,k){var L=n("has-symbols/shams");$.exports=function(){return L()&&!!Symbol.toStringTag}},{"has-symbols/shams":397}],399:[function(n,$,k){var L=Function.prototype.call,j=Object.prototype.hasOwnProperty,V=n("function-bind");$.exports=V.call(L,j)},{"function-bind":391}],400:[function(n,$,k){var L=n("http"),j=n("url"),V=$.exports;for(var z in L)L.hasOwnProperty(z)&&(V[z]=L[z]);V.request=function(oe,ue){return oe=re(oe),L.request.call(this,oe,ue)},V.get=function(oe,ue){return oe=re(oe),L.get.call(this,oe,ue)};function re(oe){if(typeof oe=="string"&&(oe=j.parse(oe)),oe.protocol||(oe.protocol="https:"),oe.protocol!=="https:")throw new Error('Protocol "'+oe.protocol+'" not supported. Expected "https:"');return oe}},{http:541,url:545}],401:[function(n,$,k){var L=n("util"),j=n("ms");$.exports=function(V){if(typeof V=="number")return V;var z=j(V);if(z===void 0){var re=new Error(L.format("humanize-ms(%j) result undefined",V));console.warn(re.stack)}return z}},{ms:434,util:491}],402:[function(n,$,k){/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */k.read=function(L,j,V,z,re){var oe,ue,de=re*8-z-1,_e=(1<<de)-1,Ne=_e>>1,Ue=-7,$e=V?re-1:0,Ve=V?-1:1,Fe=L[j+$e];for($e+=Ve,oe=Fe&(1<<-Ue)-1,Fe>>=-Ue,Ue+=de;Ue>0;oe=oe*256+L[j+$e],$e+=Ve,Ue-=8);for(ue=oe&(1<<-Ue)-1,oe>>=-Ue,Ue+=z;Ue>0;ue=ue*256+L[j+$e],$e+=Ve,Ue-=8);if(oe===0)oe=1-Ne;else{if(oe===_e)return ue?NaN:(Fe?-1:1)*(1/0);ue=ue+Math.pow(2,z),oe=oe-Ne}return(Fe?-1:1)*ue*Math.pow(2,oe-z)},k.write=function(L,j,V,z,re,oe){var ue,de,_e,Ne=oe*8-re-1,Ue=(1<<Ne)-1,$e=Ue>>1,Ve=re===23?Math.pow(2,-24)-Math.pow(2,-77):0,Fe=z?0:oe-1,qe=z?1:-1,er=j<0||j===0&&1/j<0?1:0;for(j=Math.abs(j),isNaN(j)||j===1/0?(de=isNaN(j)?1:0,ue=Ue):(ue=Math.floor(Math.log(j)/Math.LN2),j*(_e=Math.pow(2,-ue))<1&&(ue--,_e*=2),ue+$e>=1?j+=Ve/_e:j+=Ve*Math.pow(2,1-$e),j*_e>=2&&(ue++,_e/=2),ue+$e>=Ue?(de=0,ue=Ue):ue+$e>=1?(de=(j*_e-1)*Math.pow(2,re),ue=ue+$e):(de=j*Math.pow(2,$e-1)*Math.pow(2,re),ue=0));re>=8;L[V+Fe]=de&255,Fe+=qe,de/=256,re-=8);for(ue=ue<<re|de,Ne+=re;Ne>0;L[V+Fe]=ue&255,Fe+=qe,ue/=256,Ne-=8);L[V+Fe-qe]|=er*128}},{}],403:[function(n,$,k){var L=[n("./nextTick"),n("./queueMicrotask"),n("./mutation.js"),n("./messageChannel"),n("./stateChange"),n("./timeout")],j,V,z=-1,re=[],oe=!1;function ue(){!j||!V||(j=!1,V.length?re=V.concat(re):z=-1,re.length&&de())}function de(){if(!j){oe=!1,j=!0;for(var Fe=re.length,qe=setTimeout(ue);Fe;){for(V=re,re=[];V&&++z<Fe;)V[z].run();z=-1,Fe=re.length}V=null,z=-1,j=!1,clearTimeout(qe)}}for(var _e,Ne=-1,Ue=L.length;++Ne<Ue;)if(L[Ne]&&L[Ne].test&&L[Ne].test()){_e=L[Ne].install(de);break}function $e(Fe,qe){this.fun=Fe,this.array=qe}$e.prototype.run=function(){var Fe=this.fun,qe=this.array;switch(qe.length){case 0:return Fe();case 1:return Fe(qe[0]);case 2:return Fe(qe[0],qe[1]);case 3:return Fe(qe[0],qe[1],qe[2]);default:return Fe.apply(null,qe)}},$.exports=Ve;function Ve(Fe){var qe=new Array(arguments.length-1);if(arguments.length>1)for(var er=1;er<arguments.length;er++)qe[er-1]=arguments[er];re.push(new $e(Fe,qe)),!oe&&!j&&(oe=!0,_e())}},{"./messageChannel":404,"./mutation.js":405,"./nextTick":102,"./queueMicrotask":406,"./stateChange":407,"./timeout":408}],404:[function(n,$,k){(function(L){(function(){k.test=function(){return L.setImmediate?!1:typeof L.MessageChannel<"u"},k.install=function(j){var V=new L.MessageChannel;return V.port1.onmessage=j,function(){V.port2.postMessage(0)}}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],405:[function(n,$,k){(function(L){(function(){var j=L.MutationObserver||L.WebKitMutationObserver;k.test=function(){return j},k.install=function(V){var z=0,re=new j(V),oe=L.document.createTextNode("");return re.observe(oe,{characterData:!0}),function(){oe.data=z=++z%2}}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],406:[function(n,$,k){(function(L){(function(){k.test=function(){return typeof L.queueMicrotask=="function"},k.install=function(j){return function(){L.queueMicrotask(j)}}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],407:[function(n,$,k){(function(L){(function(){k.test=function(){return"document"in L&&"onreadystatechange"in L.document.createElement("script")},k.install=function(j){return function(){var V=L.document.createElement("script");return V.onreadystatechange=function(){j(),V.onreadystatechange=null,V.parentNode.removeChild(V),V=null},L.document.documentElement.appendChild(V),j}}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],408:[function(n,$,k){k.test=function(){return!0},k.install=function(L){return function(){setTimeout(L,0)}}},{}],409:[function(n,$,k){typeof Object.create=="function"?$.exports=function(j,V){V&&(j.super_=V,j.prototype=Object.create(V.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}}))}:$.exports=function(j,V){if(V){j.super_=V;var z=function(){};z.prototype=V.prototype,j.prototype=new z,j.prototype.constructor=j}}},{}],410:[function(n,$,k){var L=n("has-tostringtag/shams")(),j=n("call-bind/callBound"),V=j("Object.prototype.toString"),z=function(de){return L&&de&&typeof de=="object"&&Symbol.toStringTag in de?!1:V(de)==="[object Arguments]"},re=function(de){return z(de)?!0:de!==null&&typeof de=="object"&&typeof de.length=="number"&&de.length>=0&&V(de)!=="[object Array]"&&V(de.callee)==="[object Function]"},oe=function(){return z(arguments)}();z.isLegacyArguments=re,$.exports=oe?z:re},{"call-bind/callBound":105,"has-tostringtag/shams":398}],411:[function(n,$,k){/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/$.exports=function(V){return V!=null&&(L(V)||j(V)||!!V._isBuffer)};function L(V){return!!V.constructor&&typeof V.constructor.isBuffer=="function"&&V.constructor.isBuffer(V)}function j(V){return typeof V.readFloatLE=="function"&&typeof V.slice=="function"&&L(V.slice(0,0))}},{}],412:[function(n,$,k){var L=Function.prototype.toString,j=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,V,z;if(typeof j=="function"&&typeof Object.defineProperty=="function")try{V=Object.defineProperty({},"length",{get:function(){throw z}}),z={},j(function(){throw 42},null,V)}catch(cr){cr!==z&&(j=null)}else j=null;var re=/^\s*class\b/,oe=function(nr){try{var lr=L.call(nr);return re.test(lr)}catch{return!1}},ue=function(nr){try{return oe(nr)?!1:(L.call(nr),!0)}catch{return!1}},de=Object.prototype.toString,_e="[object Object]",Ne="[object Function]",Ue="[object GeneratorFunction]",$e="[object HTMLAllCollection]",Ve="[object HTML document.all class]",Fe="[object HTMLCollection]",qe=typeof Symbol=="function"&&!!Symbol.toStringTag,er=!(0 in[,]),ir=function(){return!1};if(typeof document=="object"){var dr=document.all;de.call(dr)===de.call(document.all)&&(ir=function(nr){if((er||!nr)&&(typeof nr>"u"||typeof nr=="object"))try{var lr=de.call(nr);return(lr===$e||lr===Ve||lr===Fe||lr===_e)&&nr("")==null}catch{}return!1})}$.exports=j?function(nr){if(ir(nr))return!0;if(!nr||typeof nr!="function"&&typeof nr!="object")return!1;try{j(nr,null,V)}catch(lr){if(lr!==z)return!1}return!oe(nr)&&ue(nr)}:function(nr){if(ir(nr))return!0;if(!nr||typeof nr!="function"&&typeof nr!="object")return!1;if(qe)return ue(nr);if(oe(nr))return!1;var lr=de.call(nr);return lr!==Ne&&lr!==Ue&&!/^\[object HTML/.test(lr)?!1:ue(nr)}},{}],413:[function(n,$,k){var L=Object.prototype.toString,j=Function.prototype.toString,V=/^\s*(?:function)?\*/,z=n("has-tostringtag/shams")(),re=Object.getPrototypeOf,oe=function(){if(!z)return!1;try{return Function("return function*() {}")()}catch{}},ue;$.exports=function(_e){if(typeof _e!="function")return!1;if(V.test(j.call(_e)))return!0;if(!z){var Ne=L.call(_e);return Ne==="[object GeneratorFunction]"}if(!re)return!1;if(typeof ue>"u"){var Ue=oe();ue=Ue?re(Ue):!1}return re(_e)===ue}},{"has-tostringtag/shams":398}],414:[function(n,$,k){var L=n("which-typed-array");$.exports=function(V){return!!L(V)}},{"which-typed-array":492}],415:[function(n,$,k){(function(L){(function(){(function(j,V){typeof k=="object"&&typeof $<"u"?$.exports=V(j):V(j)})(typeof self<"u"?self:typeof window<"u"?window:typeof L<"u"?L:this,function(j){j=j||{};var V=j.Base64,z="2.6.4",re="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",oe=function(kt){for(var he={},tr=0,gr=kt.length;tr<gr;tr++)he[kt.charAt(tr)]=tr;return he}(re),ue=String.fromCharCode,de=function(kt){if(kt.length<2){var he=kt.charCodeAt(0);return he<128?kt:he<2048?ue(192|he>>>6)+ue(128|he&63):ue(224|he>>>12&15)+ue(128|he>>>6&63)+ue(128|he&63)}else{var he=65536+(kt.charCodeAt(0)-55296)*1024+(kt.charCodeAt(1)-56320);return ue(240|he>>>18&7)+ue(128|he>>>12&63)+ue(128|he>>>6&63)+ue(128|he&63)}},_e=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,Ne=function(kt){return kt.replace(_e,de)},Ue=function(kt){var he=[0,2,1][kt.length%3],tr=kt.charCodeAt(0)<<16|(kt.length>1?kt.charCodeAt(1):0)<<8|(kt.length>2?kt.charCodeAt(2):0),gr=[re.charAt(tr>>>18),re.charAt(tr>>>12&63),he>=2?"=":re.charAt(tr>>>6&63),he>=1?"=":re.charAt(tr&63)];return gr.join("")},$e=j.btoa&&typeof j.btoa=="function"?function(kt){return j.btoa(kt)}:function(kt){if(kt.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return kt.replace(/[\s\S]{1,3}/g,Ue)},Ve=function(kt){return $e(Ne(String(kt)))},Fe=function(kt){return kt.replace(/[+\/]/g,function(he){return he=="+"?"-":"_"}).replace(/=/g,"")},qe=function(kt,he){return he?Fe(Ve(kt)):Ve(kt)},er=function(kt){return qe(kt,!0)},ir;j.Uint8Array&&(ir=function(kt,he){for(var tr="",gr=0,_r=kt.length;gr<_r;gr+=3){var yr=kt[gr],xr=kt[gr+1],Nr=kt[gr+2],Tr=yr<<16|xr<<8|Nr;tr+=re.charAt(Tr>>>18)+re.charAt(Tr>>>12&63)+(typeof xr<"u"?re.charAt(Tr>>>6&63):"=")+(typeof Nr<"u"?re.charAt(Tr&63):"=")}return he?Fe(tr):tr});var dr=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,cr=function(kt){switch(kt.length){case 4:var he=(7&kt.charCodeAt(0))<<18|(63&kt.charCodeAt(1))<<12|(63&kt.charCodeAt(2))<<6|63&kt.charCodeAt(3),tr=he-65536;return ue((tr>>>10)+55296)+ue((tr&1023)+56320);case 3:return ue((15&kt.charCodeAt(0))<<12|(63&kt.charCodeAt(1))<<6|63&kt.charCodeAt(2));default:return ue((31&kt.charCodeAt(0))<<6|63&kt.charCodeAt(1))}},nr=function(kt){return kt.replace(dr,cr)},lr=function(kt){var he=kt.length,tr=he%4,gr=(he>0?oe[kt.charAt(0)]<<18:0)|(he>1?oe[kt.charAt(1)]<<12:0)|(he>2?oe[kt.charAt(2)]<<6:0)|(he>3?oe[kt.charAt(3)]:0),_r=[ue(gr>>>16),ue(gr>>>8&255),ue(gr&255)];return _r.length-=[0,0,2,1][tr],_r.join("")},Et=j.atob&&typeof j.atob=="function"?function(kt){return j.atob(kt)}:function(kt){return kt.replace(/\S{1,4}/g,lr)},ie=function(kt){return Et(String(kt).replace(/[^A-Za-z0-9\+\/]/g,""))},pe=function(kt){return nr(Et(kt))},Ce=function(kt){return String(kt).replace(/[-_]/g,function(he){return he=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,"")},Ie=function(kt){return pe(Ce(kt))},jt;j.Uint8Array&&(jt=function(kt){return Uint8Array.from(ie(Ce(kt)),function(he){return he.charCodeAt(0)})});var ar=function(){var kt=j.Base64;return j.Base64=V,kt};if(j.Base64={VERSION:z,atob:ie,btoa:$e,fromBase64:Ie,toBase64:qe,utob:Ne,encode:qe,encodeURI:er,btou:nr,decode:Ie,noConflict:ar,fromUint8Array:ir,toUint8Array:jt},typeof Object.defineProperty=="function"){var ur=function(kt){return{value:kt,enumerable:!1,writable:!0,configurable:!0}};j.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",ur(function(){return Ie(this)})),Object.defineProperty(String.prototype,"toBase64",ur(function(kt){return qe(this,kt)})),Object.defineProperty(String.prototype,"toBase64URI",ur(function(){return qe(this,!0)}))}}return j.Meteor&&(Base64=j.Base64),typeof $<"u"&&$.exports&&($.exports.Base64=j.Base64),{Base64:j.Base64}})}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],416:[function(n,$,k){var L=n("./_root"),j=L.Symbol;$.exports=j},{"./_root":423}],417:[function(n,$,k){function L(j,V){for(var z=-1,re=j==null?0:j.length,oe=Array(re);++z<re;)oe[z]=V(j[z],z,j);return oe}$.exports=L},{}],418:[function(n,$,k){var L=n("./_Symbol"),j=n("./_getRawTag"),V=n("./_objectToString"),z="[object Null]",re="[object Undefined]",oe=L?L.toStringTag:void 0;function ue(de){return de==null?de===void 0?re:z:oe&&oe in Object(de)?j(de):V(de)}$.exports=ue},{"./_Symbol":416,"./_getRawTag":421,"./_objectToString":422}],419:[function(n,$,k){var L=n("./_Symbol"),j=n("./_arrayMap"),V=n("./isArray"),z=n("./isSymbol"),re=1/0,oe=L?L.prototype:void 0,ue=oe?oe.toString:void 0;function de(_e){if(typeof _e=="string")return _e;if(V(_e))return j(_e,de)+"";if(z(_e))return ue?ue.call(_e):"";var Ne=_e+"";return Ne=="0"&&1/_e==-re?"-0":Ne}$.exports=de},{"./_Symbol":416,"./_arrayMap":417,"./isArray":424,"./isSymbol":428}],420:[function(n,$,k){(function(L){(function(){var j=typeof L=="object"&&L&&L.Object===Object&&L;$.exports=j}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],421:[function(n,$,k){var L=n("./_Symbol"),j=Object.prototype,V=j.hasOwnProperty,z=j.toString,re=L?L.toStringTag:void 0;function oe(ue){var de=V.call(ue,re),_e=ue[re];try{ue[re]=void 0;var Ne=!0}catch{}var Ue=z.call(ue);return Ne&&(de?ue[re]=_e:delete ue[re]),Ue}$.exports=oe},{"./_Symbol":416}],422:[function(n,$,k){var L=Object.prototype,j=L.toString;function V(z){return j.call(z)}$.exports=V},{}],423:[function(n,$,k){var L=n("./_freeGlobal"),j=typeof self=="object"&&self&&self.Object===Object&&self,V=L||j||Function("return this")();$.exports=V},{"./_freeGlobal":420}],424:[function(n,$,k){var L=Array.isArray;$.exports=L},{}],425:[function(n,$,k){function L(j){var V=typeof j;return j!=null&&(V=="object"||V=="function")}$.exports=L},{}],426:[function(n,$,k){function L(j){return j!=null&&typeof j=="object"}$.exports=L},{}],427:[function(n,$,k){var L=n("./_baseGetTag"),j=n("./isArray"),V=n("./isObjectLike"),z="[object String]";function re(oe){return typeof oe=="string"||!j(oe)&&V(oe)&&L(oe)==z}$.exports=re},{"./_baseGetTag":418,"./isArray":424,"./isObjectLike":426}],428:[function(n,$,k){var L=n("./_baseGetTag"),j=n("./isObjectLike"),V="[object Symbol]";function z(re){return typeof re=="symbol"||j(re)&&L(re)==V}$.exports=z},{"./_baseGetTag":418,"./isObjectLike":426}],429:[function(n,$,k){var L=n("./_baseToString");function j(V){return V==null?"":L(V)}$.exports=j},{"./_baseToString":419}],430:[function(n,$,k){$.exports=j;var L=Object.prototype.hasOwnProperty;function j(V,z,re){if(!V)throw new TypeError("argument dest is required");if(!z)throw new TypeError("argument src is required");return re===void 0&&(re=!0),Object.getOwnPropertyNames(z).forEach(function(ue){if(!(!re&&L.call(V,ue))){var de=Object.getOwnPropertyDescriptor(z,ue);Object.defineProperty(V,ue,de)}}),V}},{}],431:[function(n,$,k){n("core-js/modules/es.array.map.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.regexp.constructor.js"),n("core-js/modules/es.regexp.to-string.js");function L(){this._types=Object.create(null),this._extensions=Object.create(null);for(var j=0;j<arguments.length;j++)this.define(arguments[j]);this.define=this.define.bind(this),this.getType=this.getType.bind(this),this.getExtension=this.getExtension.bind(this)}L.prototype.define=function(j,V){for(var z in j){var re=j[z].map(function(_e){return _e.toLowerCase()});z=z.toLowerCase();for(var oe=0;oe<re.length;oe++){var ue=re[oe];if(ue[0]!=="*"){if(!V&&ue in this._types)throw new Error('Attempt to change mapping for "'+ue+'" extension from "'+this._types[ue]+'" to "'+z+'". Pass `force=true` to allow this, otherwise remove "'+ue+'" from the list of extensions for "'+z+'".');this._types[ue]=z}}if(V||!this._extensions[z]){var de=re[0];this._extensions[z]=de[0]!=="*"?de:de.substr(1)}}},L.prototype.getType=function(j){j=String(j);var V=j.replace(/^.*[/\\]/,"").toLowerCase(),z=V.replace(/^.*\./,"").toLowerCase(),re=V.length<j.length,oe=z.length<V.length-1;return(oe||!re)&&this._types[z]||null},L.prototype.getExtension=function(j){return j=/^\s*([^;\s]*)/.test(j)&&RegExp.$1,j&&this._extensions[j.toLowerCase()]||null},$.exports=L},{"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(n,$,k){var L=n("./Mime");$.exports=new L(n("./types/standard"))},{"./Mime":431,"./types/standard":433}],433:[function(n,$,k){$.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(n,$,k){var L=1e3,j=L*60,V=j*60,z=V*24,re=z*7,oe=z*365.25;$.exports=function(Ue,$e){$e=$e||{};var Ve=typeof Ue;if(Ve==="string"&&Ue.length>0)return ue(Ue);if(Ve==="number"&&isFinite(Ue))return $e.long?_e(Ue):de(Ue);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(Ue))};function ue(Ue){if(Ue=String(Ue),!(Ue.length>100)){var $e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(Ue);if($e){var Ve=parseFloat($e[1]),Fe=($e[2]||"ms").toLowerCase();switch(Fe){case"years":case"year":case"yrs":case"yr":case"y":return Ve*oe;case"weeks":case"week":case"w":return Ve*re;case"days":case"day":case"d":return Ve*z;case"hours":case"hour":case"hrs":case"hr":case"h":return Ve*V;case"minutes":case"minute":case"mins":case"min":case"m":return Ve*j;case"seconds":case"second":case"secs":case"sec":case"s":return Ve*L;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return Ve;default:return}}}}function de(Ue){var $e=Math.abs(Ue);return $e>=z?Math.round(Ue/z)+"d":$e>=V?Math.round(Ue/V)+"h":$e>=j?Math.round(Ue/j)+"m":$e>=L?Math.round(Ue/L)+"s":Ue+"ms"}function _e(Ue){var $e=Math.abs(Ue);return $e>=z?Ne(Ue,$e,z,"day"):$e>=V?Ne(Ue,$e,V,"hour"):$e>=j?Ne(Ue,$e,j,"minute"):$e>=L?Ne(Ue,$e,L,"second"):Ue+" ms"}function Ne(Ue,$e,Ve,Fe){var qe=$e>=Ve*1.5;return Math.round(Ue/Ve)+" "+Fe+(qe?"s":"")}},{}],435:[function(n,$,k){(function(L){(function(){var j=typeof Map=="function"&&Map.prototype,V=Object.getOwnPropertyDescriptor&&j?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,z=j&&V&&typeof V.get=="function"?V.get:null,re=j&&Map.prototype.forEach,oe=typeof Set=="function"&&Set.prototype,ue=Object.getOwnPropertyDescriptor&&oe?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,de=oe&&ue&&typeof ue.get=="function"?ue.get:null,_e=oe&&Set.prototype.forEach,Ne=typeof WeakMap=="function"&&WeakMap.prototype,Ue=Ne?WeakMap.prototype.has:null,$e=typeof WeakSet=="function"&&WeakSet.prototype,Ve=$e?WeakSet.prototype.has:null,Fe=typeof WeakRef=="function"&&WeakRef.prototype,qe=Fe?WeakRef.prototype.deref:null,er=Boolean.prototype.valueOf,ir=Object.prototype.toString,dr=Function.prototype.toString,cr=String.prototype.match,nr=String.prototype.slice,lr=String.prototype.replace,Et=String.prototype.toUpperCase,ie=String.prototype.toLowerCase,pe=RegExp.prototype.test,Ce=Array.prototype.concat,Ie=Array.prototype.join,jt=Array.prototype.slice,ar=Math.floor,ur=typeof BigInt=="function"?BigInt.prototype.valueOf:null,kt=Object.getOwnPropertySymbols,he=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,tr=typeof Symbol=="function"&&typeof Symbol.iterator=="object",gr=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===tr||!0)?Symbol.toStringTag:null,_r=Object.prototype.propertyIsEnumerable,yr=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(ki){return ki.__proto__}:null);function xr(ki,Ra){if(ki===1/0||ki===-1/0||ki!==ki||ki&&ki>-1e3&&ki<1e3||pe.call(/e/,Ra))return Ra;var _o=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof ki=="number"){var eo=ki<0?-ar(-ki):ar(ki);if(eo!==ki){var tl=String(eo),Es=nr.call(Ra,tl.length+1);return lr.call(tl,_o,"$&_")+"."+lr.call(lr.call(Es,/([0-9]{3})/g,"$&_"),/_$/,"")}}return lr.call(Ra,_o,"$&_")}var Nr=n("./util.inspect"),Tr=Nr.custom,Sr=$r(Tr)?Tr:null;$.exports=function ki(Ra,_o,eo,tl){var Es=_o||{};if(Kr(Es,"quoteStyle")&&Es.quoteStyle!=="single"&&Es.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Kr(Es,"maxStringLength")&&(typeof Es.maxStringLength=="number"?Es.maxStringLength<0&&Es.maxStringLength!==1/0:Es.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var Hs=Kr(Es,"customInspect")?Es.customInspect:!0;if(typeof Hs!="boolean"&&Hs!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Kr(Es,"indent")&&Es.indent!==null&&Es.indent!==" "&&!(parseInt(Es.indent,10)===Es.indent&&Es.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Kr(Es,"numericSeparator")&&typeof Es.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var Ts=Es.numericSeparator;if(typeof Ra>"u")return"undefined";if(Ra===null)return"null";if(typeof Ra=="boolean")return Ra?"true":"false";if(typeof Ra=="string")return Wr(Ra,Es);if(typeof Ra=="number"){if(Ra===0)return 1/0/Ra>0?"0":"-0";var js=String(Ra);return Ts?xr(Ra,js):js}if(typeof Ra=="bigint"){var Gs=String(Ra)+"n";return Ts?xr(Ra,Gs):Gs}var uc=typeof Es.depth>"u"?5:Es.depth;if(typeof eo>"u"&&(eo=0),eo>=uc&&uc>0&&typeof Ra=="object")return Gr(Ra)?"[Array]":"[Object]";var rl=ca(Es,eo);if(typeof tl>"u")tl=[];else if(Zr(tl,Ra)>=0)return"[Circular]";function il(vs,kn,qo){if(kn&&(tl=jt.call(tl),tl.push(kn)),qo){var Zl={depth:Es.depth};return Kr(Es,"quoteStyle")&&(Zl.quoteStyle=Es.quoteStyle),ki(vs,Zl,eo+1,tl)}return ki(vs,Es,eo+1,tl)}if(typeof Ra=="function"&&!Dr(Ra)){var bl=Qr(Ra),Wa=zn(Ra,il);return"[Function"+(bl?": "+bl:" (anonymous)")+"]"+(Wa.length>0?" { "+Ie.call(Wa,", ")+" }":"")}if($r(Ra)){var Ao=tr?lr.call(String(Ra),/^(Symbol\(.*\))_[^)]*$/,"$1"):he.call(Ra);return typeof Ra=="object"&&!tr?Sn(Ao):Ao}if(Mn(Ra)){for(var ks="<"+ie.call(String(Ra.nodeName)),Bo=Ra.attributes||[],Hr=0;Hr<Bo.length;Hr++)ks+=" "+Bo[Hr].name+"="+Ar(Fr(Bo[Hr].value),"double",Es);return ks+=">",Ra.childNodes&&Ra.childNodes.length&&(ks+="..."),ks+="</"+ie.call(String(Ra.nodeName))+">",ks}if(Gr(Ra)){if(Ra.length===0)return"[]";var ui=zn(Ra,il);return rl&&!Li(ui)?"["+fo(ui,rl)+"]":"[ "+Ie.call(ui,", ")+" ]"}if(Ir(Ra)){var En=zn(Ra,il);return!("cause"in Error.prototype)&&"cause"in Ra&&!_r.call(Ra,"cause")?"{ ["+String(Ra)+"] "+Ie.call(Ce.call("[cause]: "+il(Ra.cause),En),", ")+" }":En.length===0?"["+String(Ra)+"]":"{ ["+String(Ra)+"] "+Ie.call(En,", ")+" }"}if(typeof Ra=="object"&&Hs){if(Sr&&typeof Ra[Sr]=="function"&&Nr)return Nr(Ra,{depth:uc-eo});if(Hs!=="symbol"&&typeof Ra.inspect=="function")return Ra.inspect()}if(Vi(Ra)){var An=[];return re&&re.call(Ra,function(vs,kn){An.push(il(kn,Ra,!0)+" => "+il(vs,Ra))}),Sa("Map",z.call(Ra),An,rl)}if(Ba(Ra)){var Gi=[];return _e&&_e.call(Ra,function(vs){Gi.push(il(vs,Ra))}),Sa("Set",de.call(Ra),Gi,rl)}if(To(Ra))return Nn("WeakMap");if(rs(Ra))return Nn("WeakSet");if(oa(Ra))return Nn("WeakRef");if(Rr(Ra))return Sn(il(Number(Ra)));if(jr(Ra))return Sn(il(ur.call(Ra)));if(Lr(Ra))return Sn(er.call(Ra));if(Br(Ra))return Sn(il(String(Ra)));if(typeof window<"u"&&Ra===window)return"{ [object Window] }";if(Ra===L)return"{ [object globalThis] }";if(!Vr(Ra)&&!Dr(Ra)){var Ki=zn(Ra,il),Ea=yr?yr(Ra)===Object.prototype:Ra instanceof Object||Ra.constructor===Object,aa=Ra instanceof Object?"":"null prototype",Qo=!Ea&&gr&&Object(Ra)===Ra&&gr in Ra?nr.call(kr(Ra),8,-1):aa?"Object":"",Eo=Ea||typeof Ra.constructor!="function"?"":Ra.constructor.name?Ra.constructor.name+" ":"",Vo=Eo+(Qo||aa?"["+Ie.call(Ce.call([],Qo||[],aa||[]),": ")+"] ":"");return Ki.length===0?Vo+"{}":rl?Vo+"{"+fo(Ki,rl)+"}":Vo+"{ "+Ie.call(Ki,", ")+" }"}return String(Ra)};function Ar(ki,Ra,_o){var eo=(_o.quoteStyle||Ra)==="double"?'"':"'";return eo+ki+eo}function Fr(ki){return lr.call(String(ki),/"/g,"&quot;")}function Gr(ki){return kr(ki)==="[object Array]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Vr(ki){return kr(ki)==="[object Date]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Dr(ki){return kr(ki)==="[object RegExp]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Ir(ki){return kr(ki)==="[object Error]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Br(ki){return kr(ki)==="[object String]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Rr(ki){return kr(ki)==="[object Number]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Lr(ki){return kr(ki)==="[object Boolean]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function $r(ki){if(tr)return ki&&typeof ki=="object"&&ki instanceof Symbol;if(typeof ki=="symbol")return!0;if(!ki||typeof ki!="object"||!he)return!1;try{return he.call(ki),!0}catch{}return!1}function jr(ki){if(!ki||typeof ki!="object"||!ur)return!1;try{return ur.call(ki),!0}catch{}return!1}var vn=Object.prototype.hasOwnProperty||function(ki){return ki in this};function Kr(ki,Ra){return vn.call(ki,Ra)}function kr(ki){return ir.call(ki)}function Qr(ki){if(ki.name)return ki.name;var Ra=cr.call(dr.call(ki),/^function\s*([\w$]+)/);return Ra?Ra[1]:null}function Zr(ki,Ra){if(ki.indexOf)return ki.indexOf(Ra);for(var _o=0,eo=ki.length;_o<eo;_o++)if(ki[_o]===Ra)return _o;return-1}function Vi(ki){if(!z||!ki||typeof ki!="object")return!1;try{z.call(ki);try{de.call(ki)}catch{return!0}return ki instanceof Map}catch{}return!1}function To(ki){if(!Ue||!ki||typeof ki!="object")return!1;try{Ue.call(ki,Ue);try{Ve.call(ki,Ve)}catch{return!0}return ki instanceof WeakMap}catch{}return!1}function oa(ki){if(!qe||!ki||typeof ki!="object")return!1;try{return qe.call(ki),!0}catch{}return!1}function Ba(ki){if(!de||!ki||typeof ki!="object")return!1;try{de.call(ki);try{z.call(ki)}catch{return!0}return ki instanceof Set}catch{}return!1}function rs(ki){if(!Ve||!ki||typeof ki!="object")return!1;try{Ve.call(ki,Ve);try{Ue.call(ki,Ue)}catch{return!0}return ki instanceof WeakSet}catch{}return!1}function Mn(ki){return!ki||typeof ki!="object"?!1:typeof HTMLElement<"u"&&ki instanceof HTMLElement?!0:typeof ki.nodeName=="string"&&typeof ki.getAttribute=="function"}function Wr(ki,Ra){if(ki.length>Ra.maxStringLength){var _o=ki.length-Ra.maxStringLength,eo="... "+_o+" more character"+(_o>1?"s":"");return Wr(nr.call(ki,0,Ra.maxStringLength),Ra)+eo}var tl=lr.call(lr.call(ki,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Ur);return Ar(tl,"single",Ra)}function Ur(ki){var Ra=ki.charCodeAt(0),_o={8:"b",9:"t",10:"n",12:"f",13:"r"}[Ra];return _o?"\\"+_o:"\\x"+(Ra<16?"0":"")+Et.call(Ra.toString(16))}function Sn(ki){return"Object("+ki+")"}function Nn(ki){return ki+" { ? }"}function Sa(ki,Ra,_o,eo){var tl=eo?fo(_o,eo):Ie.call(_o,", ");return ki+" ("+Ra+") {"+tl+"}"}function Li(ki){for(var Ra=0;Ra<ki.length;Ra++)if(Zr(ki[Ra],`
`)>=0)return!1;return!0}function ca(ki,Ra){var _o;if(ki.indent===" ")_o=" ";else if(typeof ki.indent=="number"&&ki.indent>0)_o=Ie.call(Array(ki.indent+1)," ");else return null;return{base:_o,prev:Ie.call(Array(Ra+1),_o)}}function fo(ki,Ra){if(ki.length===0)return"";var _o=`
`+Ra.prev+Ra.base;return _o+Ie.call(ki,","+_o)+`
`+Ra.prev}function zn(ki,Ra){var _o=Gr(ki),eo=[];if(_o){eo.length=ki.length;for(var tl=0;tl<ki.length;tl++)eo[tl]=Kr(ki,tl)?Ra(ki[tl],ki):""}var Es=typeof kt=="function"?kt(ki):[],Hs;if(tr){Hs={};for(var Ts=0;Ts<Es.length;Ts++)Hs["$"+Es[Ts]]=Es[Ts]}for(var js in ki)Kr(ki,js)&&(_o&&String(Number(js))===js&&js<ki.length||tr&&Hs["$"+js]instanceof Symbol||(pe.call(/[^\w$]/,js)?eo.push(Ra(js,ki)+": "+Ra(ki[js],ki)):eo.push(js+": "+Ra(ki[js],ki))));if(typeof kt=="function")for(var Gs=0;Gs<Es.length;Gs++)_r.call(ki,Es[Gs])&&eo.push("["+Ra(Es[Gs])+"]: "+Ra(ki[Es[Gs]],ki));return eo}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"./util.inspect":102}],436:[function(n,$,k){var L;if(!Object.keys){var j=Object.prototype.hasOwnProperty,V=Object.prototype.toString,z=n("./isArguments"),re=Object.prototype.propertyIsEnumerable,oe=!re.call({toString:null},"toString"),ue=re.call(function(){},"prototype"),de=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],_e=function(Ve){var Fe=Ve.constructor;return Fe&&Fe.prototype===Ve},Ne={$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},Ue=function(){if(typeof window>"u")return!1;for(var Ve in window)try{if(!Ne["$"+Ve]&&j.call(window,Ve)&&window[Ve]!==null&&typeof window[Ve]=="object")try{_e(window[Ve])}catch{return!0}}catch{return!0}return!1}(),$e=function(Ve){if(typeof window>"u"||!Ue)return _e(Ve);try{return _e(Ve)}catch{return!1}};L=function(Fe){var qe=Fe!==null&&typeof Fe=="object",er=V.call(Fe)==="[object Function]",ir=z(Fe),dr=qe&&V.call(Fe)==="[object String]",cr=[];if(!qe&&!er&&!ir)throw new TypeError("Object.keys called on a non-object");var nr=ue&&er;if(dr&&Fe.length>0&&!j.call(Fe,0))for(var lr=0;lr<Fe.length;++lr)cr.push(String(lr));if(ir&&Fe.length>0)for(var Et=0;Et<Fe.length;++Et)cr.push(String(Et));else for(var ie in Fe)!(nr&&ie==="prototype")&&j.call(Fe,ie)&&cr.push(String(ie));if(oe)for(var pe=$e(Fe),Ce=0;Ce<de.length;++Ce)!(pe&&de[Ce]==="constructor")&&j.call(Fe,de[Ce])&&cr.push(de[Ce]);return cr}}$.exports=L},{"./isArguments":438}],437:[function(n,$,k){var L=Array.prototype.slice,j=n("./isArguments"),V=Object.keys,z=V?function(ue){return V(ue)}:n("./implementation"),re=Object.keys;z.shim=function(){if(Object.keys){var ue=function(){var de=Object.keys(arguments);return de&&de.length===arguments.length}(1,2);ue||(Object.keys=function(_e){return j(_e)?re(L.call(_e)):re(_e)})}else Object.keys=z;return Object.keys||z},$.exports=z},{"./implementation":436,"./isArguments":438}],438:[function(n,$,k){var L=Object.prototype.toString;$.exports=function(V){var z=L.call(V),re=z==="[object Arguments]";return re||(re=z!=="[object Array]"&&V!==null&&typeof V=="object"&&typeof V.length=="number"&&V.length>=0&&L.call(V.callee)==="[object Function]"),re}},{}],439:[function(n,$,k){var L=n("object-keys"),j=n("has-symbols/shams")(),V=n("call-bind/callBound"),z=Object,re=V("Array.prototype.push"),oe=V("Object.prototype.propertyIsEnumerable"),ue=j?Object.getOwnPropertySymbols:null;$.exports=function(_e,Ne){if(_e==null)throw new TypeError("target must be an object");var Ue=z(_e);if(arguments.length===1)return Ue;for(var $e=1;$e<arguments.length;++$e){var Ve=z(arguments[$e]),Fe=L(Ve),qe=j&&(Object.getOwnPropertySymbols||ue);if(qe)for(var er=qe(Ve),ir=0;ir<er.length;++ir){var dr=er[ir];oe(Ve,dr)&&re(Fe,dr)}for(var cr=0;cr<Fe.length;++cr){var nr=Fe[cr];if(oe(Ve,nr)){var lr=Ve[nr];Ue[nr]=lr}}}return Ue}},{"call-bind/callBound":105,"has-symbols/shams":397,"object-keys":437}],440:[function(n,$,k){var L=n("./implementation"),j=function(){if(!Object.assign)return!1;for(var z="abcdefghijklmnopqrst",re=z.split(""),oe={},ue=0;ue<re.length;++ue)oe[re[ue]]=re[ue];var de=Object.assign({},oe),_e="";for(var Ne in de)_e+=Ne;return z!==_e},V=function(){if(!Object.assign||!Object.preventExtensions)return!1;var z=Object.preventExtensions({1:2});try{Object.assign(z,"xy")}catch{return z[1]==="y"}return!1};$.exports=function(){return!Object.assign||j()||V()?L:Object.assign}},{"./implementation":439}],441:[function(n,$,k){(function(L){(function(){function j(oe){if(typeof oe!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(oe))}function V(oe,ue){for(var de="",_e=0,Ne=-1,Ue=0,$e,Ve=0;Ve<=oe.length;++Ve){if(Ve<oe.length)$e=oe.charCodeAt(Ve);else{if($e===47)break;$e=47}if($e===47){if(!(Ne===Ve-1||Ue===1))if(Ne!==Ve-1&&Ue===2){if(de.length<2||_e!==2||de.charCodeAt(de.length-1)!==46||de.charCodeAt(de.length-2)!==46){if(de.length>2){var Fe=de.lastIndexOf("/");if(Fe!==de.length-1){Fe===-1?(de="",_e=0):(de=de.slice(0,Fe),_e=de.length-1-de.lastIndexOf("/")),Ne=Ve,Ue=0;continue}}else if(de.length===2||de.length===1){de="",_e=0,Ne=Ve,Ue=0;continue}}ue&&(de.length>0?de+="/..":de="..",_e=2)}else de.length>0?de+="/"+oe.slice(Ne+1,Ve):de=oe.slice(Ne+1,Ve),_e=Ve-Ne-1;Ne=Ve,Ue=0}else $e===46&&Ue!==-1?++Ue:Ue=-1}return de}function z(oe,ue){var de=ue.dir||ue.root,_e=ue.base||(ue.name||"")+(ue.ext||"");return de?de===ue.root?de+_e:de+oe+_e:_e}var re={resolve:function(){for(var ue="",de=!1,_e,Ne=arguments.length-1;Ne>=-1&&!de;Ne--){var Ue;Ne>=0?Ue=arguments[Ne]:(_e===void 0&&(_e=L.cwd()),Ue=_e),j(Ue),Ue.length!==0&&(ue=Ue+"/"+ue,de=Ue.charCodeAt(0)===47)}return ue=V(ue,!de),de?ue.length>0?"/"+ue:"/":ue.length>0?ue:"."},normalize:function(ue){if(j(ue),ue.length===0)return".";var de=ue.charCodeAt(0)===47,_e=ue.charCodeAt(ue.length-1)===47;return ue=V(ue,!de),ue.length===0&&!de&&(ue="."),ue.length>0&&_e&&(ue+="/"),de?"/"+ue:ue},isAbsolute:function(ue){return j(ue),ue.length>0&&ue.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var ue,de=0;de<arguments.length;++de){var _e=arguments[de];j(_e),_e.length>0&&(ue===void 0?ue=_e:ue+="/"+_e)}return ue===void 0?".":re.normalize(ue)},relative:function(ue,de){if(j(ue),j(de),ue===de||(ue=re.resolve(ue),de=re.resolve(de),ue===de))return"";for(var _e=1;_e<ue.length&&ue.charCodeAt(_e)===47;++_e);for(var Ne=ue.length,Ue=Ne-_e,$e=1;$e<de.length&&de.charCodeAt($e)===47;++$e);for(var Ve=de.length,Fe=Ve-$e,qe=Ue<Fe?Ue:Fe,er=-1,ir=0;ir<=qe;++ir){if(ir===qe){if(Fe>qe){if(de.charCodeAt($e+ir)===47)return de.slice($e+ir+1);if(ir===0)return de.slice($e+ir)}else Ue>qe&&(ue.charCodeAt(_e+ir)===47?er=ir:ir===0&&(er=0));break}var dr=ue.charCodeAt(_e+ir),cr=de.charCodeAt($e+ir);if(dr!==cr)break;dr===47&&(er=ir)}var nr="";for(ir=_e+er+1;ir<=Ne;++ir)(ir===Ne||ue.charCodeAt(ir)===47)&&(nr.length===0?nr+="..":nr+="/..");return nr.length>0?nr+de.slice($e+er):($e+=er,de.charCodeAt($e)===47&&++$e,de.slice($e))},_makeLong:function(ue){return ue},dirname:function(ue){if(j(ue),ue.length===0)return".";for(var de=ue.charCodeAt(0),_e=de===47,Ne=-1,Ue=!0,$e=ue.length-1;$e>=1;--$e)if(de=ue.charCodeAt($e),de===47){if(!Ue){Ne=$e;break}}else Ue=!1;return Ne===-1?_e?"/":".":_e&&Ne===1?"//":ue.slice(0,Ne)},basename:function(ue,de){if(de!==void 0&&typeof de!="string")throw new TypeError('"ext" argument must be a string');j(ue);var _e=0,Ne=-1,Ue=!0,$e;if(de!==void 0&&de.length>0&&de.length<=ue.length){if(de.length===ue.length&&de===ue)return"";var Ve=de.length-1,Fe=-1;for($e=ue.length-1;$e>=0;--$e){var qe=ue.charCodeAt($e);if(qe===47){if(!Ue){_e=$e+1;break}}else Fe===-1&&(Ue=!1,Fe=$e+1),Ve>=0&&(qe===de.charCodeAt(Ve)?--Ve===-1&&(Ne=$e):(Ve=-1,Ne=Fe))}return _e===Ne?Ne=Fe:Ne===-1&&(Ne=ue.length),ue.slice(_e,Ne)}else{for($e=ue.length-1;$e>=0;--$e)if(ue.charCodeAt($e)===47){if(!Ue){_e=$e+1;break}}else Ne===-1&&(Ue=!1,Ne=$e+1);return Ne===-1?"":ue.slice(_e,Ne)}},extname:function(ue){j(ue);for(var de=-1,_e=0,Ne=-1,Ue=!0,$e=0,Ve=ue.length-1;Ve>=0;--Ve){var Fe=ue.charCodeAt(Ve);if(Fe===47){if(!Ue){_e=Ve+1;break}continue}Ne===-1&&(Ue=!1,Ne=Ve+1),Fe===46?de===-1?de=Ve:$e!==1&&($e=1):de!==-1&&($e=-1)}return de===-1||Ne===-1||$e===0||$e===1&&de===Ne-1&&de===_e+1?"":ue.slice(de,Ne)},format:function(ue){if(ue===null||typeof ue!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof ue);return z("/",ue)},parse:function(ue){j(ue);var de={root:"",dir:"",base:"",ext:"",name:""};if(ue.length===0)return de;var _e=ue.charCodeAt(0),Ne=_e===47,Ue;Ne?(de.root="/",Ue=1):Ue=0;for(var $e=-1,Ve=0,Fe=-1,qe=!0,er=ue.length-1,ir=0;er>=Ue;--er){if(_e=ue.charCodeAt(er),_e===47){if(!qe){Ve=er+1;break}continue}Fe===-1&&(qe=!1,Fe=er+1),_e===46?$e===-1?$e=er:ir!==1&&(ir=1):$e!==-1&&(ir=-1)}return $e===-1||Fe===-1||ir===0||ir===1&&$e===Fe-1&&$e===Ve+1?Fe!==-1&&(Ve===0&&Ne?de.base=de.name=ue.slice(1,Fe):de.base=de.name=ue.slice(Ve,Fe)):(Ve===0&&Ne?(de.name=ue.slice(1,$e),de.base=ue.slice(1,Fe)):(de.name=ue.slice(Ve,$e),de.base=ue.slice(Ve,Fe)),de.ext=ue.slice($e,Fe)),Ve>0?de.dir=ue.slice(0,Ve-1):Ne&&(de.dir="/"),de},sep:"/",delimiter:":",win32:null,posix:null};re.posix=re,$.exports=re}).call(this)}).call(this,n("_process"))},{_process:540}],442:[function(n,$,k){(function(L){(function(){(function(){var j={function:!0,object:!0},V=j[typeof window]&&window||this,z=j[typeof k]&&k,re=j[typeof $]&&$&&!$.nodeType&&$,oe=z&&re&&typeof L=="object"&&L;oe&&(oe.global===oe||oe.window===oe||oe.self===oe)&&(V=oe);var ue=Math.pow(2,53)-1,de=/\bOpera/,_e=Object.prototype,Ne=_e.hasOwnProperty,Ue=_e.toString;function $e(pe){return pe=String(pe),pe.charAt(0).toUpperCase()+pe.slice(1)}function Ve(pe,Ce,Ie){var jt={"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 Ce&&Ie&&/^Win/i.test(pe)&&!/^Windows Phone /i.test(pe)&&(jt=jt[/[\d.]+$/.exec(pe)])&&(pe="Windows "+jt),pe=String(pe),Ce&&Ie&&(pe=pe.replace(RegExp(Ce,"i"),Ie)),pe=qe(pe.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]),pe}function Fe(pe,Ce){var Ie=-1,jt=pe?pe.length:0;if(typeof jt=="number"&&jt>-1&&jt<=ue)for(;++Ie<jt;)Ce(pe[Ie],Ie,pe);else er(pe,Ce)}function qe(pe){return pe=lr(pe),/^(?:webOS|i(?:OS|P))/.test(pe)?pe:$e(pe)}function er(pe,Ce){for(var Ie in pe)Ne.call(pe,Ie)&&Ce(pe[Ie],Ie,pe)}function ir(pe){return pe==null?$e(pe):Ue.call(pe).slice(8,-1)}function dr(pe,Ce){var Ie=pe!=null?typeof pe[Ce]:"number";return!/^(?:boolean|number|string|undefined)$/.test(Ie)&&(Ie=="object"?!!pe[Ce]:!0)}function cr(pe){return String(pe).replace(/([ -])(?!$)/g,"$1?")}function nr(pe,Ce){var Ie=null;return Fe(pe,function(jt,ar){Ie=Ce(Ie,jt,ar,pe)}),Ie}function lr(pe){return String(pe).replace(/^ +| +$/g,"")}function Et(pe){var Ce=V,Ie=pe&&typeof pe=="object"&&ir(pe)!="String";Ie&&(Ce=pe,pe=null);var jt=Ce.navigator||{},ar=jt.userAgent||"";pe||(pe=ar);var ur=Ie?!!jt.likeChrome:/\bChrome\b/.test(pe)&&!/internal|\n/i.test(Ue.toString()),kt="Object",he=Ie?kt:"ScriptBridgingProxyObject",tr=Ie?kt:"Environment",gr=Ie&&Ce.java?"JavaPackage":ir(Ce.java),_r=Ie?kt:"RuntimeObject",yr=/\bJava/.test(gr)&&Ce.java,xr=yr&&ir(Ce.environment)==tr,Nr=yr?"a":"α",Tr=yr?"b":"β",Sr=Ce.document||{},Ar=Ce.operamini||Ce.opera,Fr=de.test(Fr=Ie&&Ar?Ar["[[Class]]"]:ir(Ar))?Fr:Ar=null,Gr,Vr=pe,Dr=[],Ir=null,Br=pe==ar,Rr=Br&&Ar&&typeof Ar.version=="function"&&Ar.version(),Lr,$r=Qr([{label:"EdgeHTML",pattern:"Edge"},"Trident",{label:"WebKit",pattern:"AppleWebKit"},"iCab","Presto","NetFront","Tasman","KHTML","Gecko"]),jr=Vi(["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"]),vn=oa([{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"]),Kr=Zr({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}}),kr=To(["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 Qr(Wr){return nr(Wr,function(Ur,Sn){return Ur||RegExp("\\b"+(Sn.pattern||cr(Sn))+"\\b","i").exec(pe)&&(Sn.label||Sn)})}function Zr(Wr){return nr(Wr,function(Ur,Sn,Nn){return Ur||(Sn[vn]||Sn[/^[a-z]+(?: +[a-z]+\b)*/i.exec(vn)]||RegExp("\\b"+cr(Nn)+"(?:\\b|\\w*\\d)","i").exec(pe))&&Nn})}function Vi(Wr){return nr(Wr,function(Ur,Sn){return Ur||RegExp("\\b"+(Sn.pattern||cr(Sn))+"\\b","i").exec(pe)&&(Sn.label||Sn)})}function To(Wr){return nr(Wr,function(Ur,Sn){var Nn=Sn.pattern||cr(Sn);return!Ur&&(Ur=RegExp("\\b"+Nn+"(?:/[\\d.]+|[ \\w.]*)","i").exec(pe))&&(Ur=Ve(Ur,Nn,Sn.label||Sn)),Ur})}function oa(Wr){return nr(Wr,function(Ur,Sn){var Nn=Sn.pattern||cr(Sn);return!Ur&&(Ur=RegExp("\\b"+Nn+" *\\d+[.\\w_]*","i").exec(pe)||RegExp("\\b"+Nn+" *\\w+-[\\w]*","i").exec(pe)||RegExp("\\b"+Nn+"(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)","i").exec(pe))&&((Ur=String(Sn.label&&!RegExp(Nn,"i").test(Sn.label)?Sn.label:Ur).split("/"))[1]&&!/[\d.]+/.test(Ur[0])&&(Ur[0]+=" "+Ur[1]),Sn=Sn.label||Sn,Ur=qe(Ur[0].replace(RegExp(Nn,"i"),Sn).replace(RegExp("; *(?:"+Sn+"[_-])?","i")," ").replace(RegExp("("+Sn+")[-_.]?(\\w)","i"),"$1 $2"))),Ur})}function Ba(Wr){return nr(Wr,function(Ur,Sn){return Ur||(RegExp(Sn+"(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)","i").exec(pe)||0)[1]||null})}function rs(){return this.description||""}if($r&&($r=[$r]),/\bAndroid\b/.test(kr)&&!vn&&(Gr=/\bAndroid[^;]*;(.*?)(?:Build|\) AppleWebKit)\b/i.exec(pe))&&(vn=lr(Gr[1]).replace(/^[a-z]{2}-[a-z]{2};\s*/i,"")||null),Kr&&!vn?vn=oa([Kr]):Kr&&vn&&(vn=vn.replace(RegExp("^("+cr(Kr)+")[-_.\\s]","i"),Kr+" ").replace(RegExp("^("+cr(Kr)+")[-_.]?(\\w)","i"),Kr+" $2")),(Gr=/\bGoogle TV\b/.exec(vn))&&(vn=Gr[0]),/\bSimulator\b/i.test(pe)&&(vn=(vn?vn+" ":"")+"Simulator"),jr=="Opera Mini"&&/\bOPiOS\b/.test(pe)&&Dr.push("running in Turbo/Uncompressed mode"),jr=="IE"&&/\blike iPhone OS\b/.test(pe)?(Gr=Et(pe.replace(/like iPhone OS/,"")),Kr=Gr.manufacturer,vn=Gr.product):/^iP/.test(vn)?(jr||(jr="Safari"),kr="iOS"+((Gr=/ OS ([\d_]+)/i.exec(pe))?" "+Gr[1].replace(/_/g,"."):"")):jr=="Konqueror"&&/^Linux\b/i.test(kr)?kr="Kubuntu":Kr&&Kr!="Google"&&(/Chrome/.test(jr)&&!/\bMobile Safari\b/i.test(pe)||/\bVita\b/.test(vn))||/\bAndroid\b/.test(kr)&&/^Chrome/.test(jr)&&/\bVersion\//i.test(pe)?(jr="Android Browser",kr=/\bAndroid\b/.test(kr)?kr:"Android"):jr=="Silk"?(/\bMobi/i.test(pe)||(kr="Android",Dr.unshift("desktop mode")),/Accelerated *= *true/i.test(pe)&&Dr.unshift("accelerated")):jr=="UC Browser"&&/\bUCWEB\b/.test(pe)?Dr.push("speed mode"):jr=="PaleMoon"&&(Gr=/\bFirefox\/([\d.]+)\b/.exec(pe))?Dr.push("identifying as Firefox "+Gr[1]):jr=="Firefox"&&(Gr=/\b(Mobile|Tablet|TV)\b/i.exec(pe))?(kr||(kr="Firefox OS"),vn||(vn=Gr[1])):!jr||(Gr=!/\bMinefield\b/i.test(pe)&&/\b(?:Firefox|Safari)\b/.exec(jr))?(jr&&!vn&&/[\/,]|^[^(]+?\)/.test(pe.slice(pe.indexOf(Gr+"/")+8))&&(jr=null),(Gr=vn||Kr||kr)&&(vn||Kr||/\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(kr))&&(jr=/[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(kr)?kr:Gr)+" Browser")):jr=="Electron"&&(Gr=(/\bChrome\/([\d.]+)\b/.exec(pe)||0)[1])&&Dr.push("Chromium "+Gr),Rr||(Rr=Ba(["(?:Cloud9|CriOS|CrMo|Edge|Edg|EdgA|EdgiOS|FxiOS|HeadlessChrome|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$)|UCBrowser|YaBrowser)","Version",cr(jr),"(?:Firefox|Minefield|NetFront)"])),(Gr=$r=="iCab"&&parseFloat(Rr)>3&&"WebKit"||/\bOpera\b/.test(jr)&&(/\bOPR\b/.test(pe)?"Blink":"Presto")||/\b(?:Midori|Nook|Safari)\b/i.test(pe)&&!/^(?:Trident|EdgeHTML)$/.test($r)&&"WebKit"||!$r&&/\bMSIE\b/i.test(pe)&&(kr=="Mac OS"?"Tasman":"Trident")||$r=="WebKit"&&/\bPlayStation\b(?! Vita\b)/i.test(jr)&&"NetFront")&&($r=[Gr]),jr=="IE"&&(Gr=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(pe)||0)[1])?(jr+=" Mobile",kr="Windows Phone "+(/\+$/.test(Gr)?Gr:Gr+".x"),Dr.unshift("desktop mode")):/\bWPDesktop\b/i.test(pe)?(jr="IE Mobile",kr="Windows Phone 8.x",Dr.unshift("desktop mode"),Rr||(Rr=(/\brv:([\d.]+)/.exec(pe)||0)[1])):jr!="IE"&&$r=="Trident"&&(Gr=/\brv:([\d.]+)/.exec(pe))&&(jr&&Dr.push("identifying as "+jr+(Rr?" "+Rr:"")),jr="IE",Rr=Gr[1]),Br){if(dr(Ce,"global"))if(yr&&(Gr=yr.lang.System,Vr=Gr.getProperty("os.arch"),kr=kr||Gr.getProperty("os.name")+" "+Gr.getProperty("os.version")),xr){try{Rr=Ce.require("ringo/engine").version.join("."),jr="RingoJS"}catch{(Gr=Ce.system)&&Gr.global.system==Ce.system&&(jr="Narwhal",kr||(kr=Gr[0].os||null))}jr||(jr="Rhino")}else typeof Ce.process=="object"&&!Ce.process.browser&&(Gr=Ce.process)&&(typeof Gr.versions=="object"&&(typeof Gr.versions.electron=="string"?(Dr.push("Node "+Gr.versions.node),jr="Electron",Rr=Gr.versions.electron):typeof Gr.versions.nw=="string"&&(Dr.push("Chromium "+Rr,"Node "+Gr.versions.node),jr="NW.js",Rr=Gr.versions.nw)),jr||(jr="Node.js",Vr=Gr.arch,kr=Gr.platform,Rr=/[\d.]+/.exec(Gr.version),Rr=Rr?Rr[0]:null));else ir(Gr=Ce.runtime)==he?(jr="Adobe AIR",kr=Gr.flash.system.Capabilities.os):ir(Gr=Ce.phantom)==_r?(jr="PhantomJS",Rr=(Gr=Gr.version||null)&&Gr.major+"."+Gr.minor+"."+Gr.patch):typeof Sr.documentMode=="number"&&(Gr=/\bTrident\/(\d+)/i.exec(pe))?(Rr=[Rr,Sr.documentMode],(Gr=+Gr[1]+4)!=Rr[1]&&(Dr.push("IE "+Rr[1]+" mode"),$r&&($r[1]=""),Rr[1]=Gr),Rr=jr=="IE"?String(Rr[1].toFixed(1)):Rr[0]):typeof Sr.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test(jr)&&(Dr.push("masking as "+jr+" "+Rr),jr="IE",Rr="11.0",$r=["Trident"],kr="Windows");kr=kr&&qe(kr)}if(Rr&&(Gr=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Rr)||/(?:alpha|beta)(?: ?\d)?/i.exec(pe+";"+(Br&&jt.appMinorVersion))||/\bMinefield\b/i.test(pe)&&"a")&&(Ir=/b/i.test(Gr)?"beta":"alpha",Rr=Rr.replace(RegExp(Gr+"\\+?$"),"")+(Ir=="beta"?Tr:Nr)+(/\d+\+?/.exec(Gr)||"")),jr=="Fennec"||jr=="Firefox"&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(kr))jr="Firefox Mobile";else if(jr=="Maxthon"&&Rr)Rr=Rr.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(vn))vn=="Xbox 360"&&(kr=null),vn=="Xbox 360"&&/\bIEMobile\b/.test(pe)&&Dr.unshift("mobile mode");else if((/^(?:Chrome|IE|Opera)$/.test(jr)||jr&&!vn&&!/Browser|Mobi/.test(jr))&&(kr=="Windows CE"||/Mobi/i.test(pe)))jr+=" Mobile";else if(jr=="IE"&&Br)try{Ce.external===null&&Dr.unshift("platform preview")}catch{Dr.unshift("embedded")}else(/\bBlackBerry\b/.test(vn)||/\bBB10\b/.test(pe))&&(Gr=(RegExp(vn.replace(/ +/g," *")+"/([.\\d]+)","i").exec(pe)||0)[1]||Rr)?(Gr=[Gr,/BB10/.test(pe)],kr=(Gr[1]?(vn=null,Kr="BlackBerry"):"Device Software")+" "+Gr[0],Rr=null):this!=er&&vn!="Wii"&&(Br&&Ar||/Opera/.test(jr)&&/\b(?:MSIE|Firefox)\b/i.test(pe)||jr=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(kr)||jr=="IE"&&(kr&&!/^Win/.test(kr)&&Rr>5.5||/\bWindows XP\b/.test(kr)&&Rr>8||Rr==8&&!/\bTrident\b/.test(pe)))&&!de.test(Gr=Et.call(er,pe.replace(de,"")+";"))&&Gr.name&&(Gr="ing as "+Gr.name+((Gr=Gr.version)?" "+Gr:""),de.test(jr)?(/\bIE\b/.test(Gr)&&kr=="Mac OS"&&(kr=null),Gr="identify"+Gr):(Gr="mask"+Gr,Fr?jr=qe(Fr.replace(/([a-z])([A-Z])/g,"$1 $2")):jr="Opera",/\bIE\b/.test(Gr)&&(kr=null),Br||(Rr=null)),$r=["Presto"],Dr.push(Gr));(Gr=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(pe)||0)[1])&&(Gr=[parseFloat(Gr.replace(/\.(\d)$/,".0$1")),Gr],jr=="Safari"&&Gr[1].slice(-1)=="+"?(jr="WebKit Nightly",Ir="alpha",Rr=Gr[1].slice(0,-1)):(Rr==Gr[1]||Rr==(Gr[2]=(/\bSafari\/([\d.]+\+?)/i.exec(pe)||0)[1]))&&(Rr=null),Gr[1]=(/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(pe)||0)[1],Gr[0]==537.36&&Gr[2]==537.36&&parseFloat(Gr[1])>=28&&$r=="WebKit"&&($r=["Blink"]),!Br||!ur&&!Gr[1]?($r&&($r[1]="like Safari"),Gr=(Gr=Gr[0],Gr<400?1:Gr<500?2:Gr<526?3:Gr<533?4:Gr<534?"4+":Gr<535?5:Gr<537?6:Gr<538?7:Gr<601?8:Gr<602?9:Gr<604?10:Gr<606?11:Gr<608?12:"12")):($r&&($r[1]="like Chrome"),Gr=Gr[1]||(Gr=Gr[0],Gr<530?1:Gr<532?2:Gr<532.05?3:Gr<533?4:Gr<534.03?5:Gr<534.07?6:Gr<534.1?7:Gr<534.13?8:Gr<534.16?9:Gr<534.24?10:Gr<534.3?11:Gr<535.01?12:Gr<535.02?"13+":Gr<535.07?15:Gr<535.11?16:Gr<535.19?17:Gr<536.05?18:Gr<536.1?19:Gr<537.01?20:Gr<537.11?"21+":Gr<537.13?23:Gr<537.18?24:Gr<537.24?25:Gr<537.36?26:$r!="Blink"?"27":"28")),$r&&($r[1]+=" "+(Gr+=typeof Gr=="number"?".x":/[.+]/.test(Gr)?"":"+")),jr=="Safari"&&(!Rr||parseInt(Rr)>45)?Rr=Gr:jr=="Chrome"&&/\bHeadlessChrome/i.test(pe)&&Dr.unshift("headless")),jr=="Opera"&&(Gr=/\bzbov|zvav$/.exec(kr))?(jr+=" ",Dr.unshift("desktop mode"),Gr=="zvav"?(jr+="Mini",Rr=null):jr+="Mobile",kr=kr.replace(RegExp(" *"+Gr+"$"),"")):jr=="Safari"&&/\bChrome\b/.exec($r&&$r[1])?(Dr.unshift("desktop mode"),jr="Chrome Mobile",Rr=null,/\bOS X\b/.test(kr)?(Kr="Apple",kr="iOS 4.3+"):kr=null):/\bSRWare Iron\b/.test(jr)&&!Rr&&(Rr=Ba("Chrome")),Rr&&Rr.indexOf(Gr=/[\d.]+$/.exec(kr))==0&&pe.indexOf("/"+Gr+"-")>-1&&(kr=lr(kr.replace(Gr,""))),kr&&kr.indexOf(jr)!=-1&&!RegExp(jr+" OS").test(kr)&&(kr=kr.replace(RegExp(" *"+cr(jr)+" *"),"")),$r&&!/\b(?:Avant|Nook)\b/.test(jr)&&(/Browser|Lunascape|Maxthon/.test(jr)||jr!="Safari"&&/^iOS/.test(kr)&&/\bSafari\b/.test($r[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test(jr)&&$r[1])&&(Gr=$r[$r.length-1])&&Dr.push(Gr),Dr.length&&(Dr=["("+Dr.join("; ")+")"]),Kr&&vn&&vn.indexOf(Kr)<0&&Dr.push("on "+Kr),vn&&Dr.push((/^on /.test(Dr[Dr.length-1])?"":"on ")+vn),kr&&(Gr=/ ([\d.+]+)$/.exec(kr),Lr=Gr&&kr.charAt(kr.length-Gr[0].length-1)=="/",kr={architecture:32,family:Gr&&!Lr?kr.replace(Gr[0],""):kr,version:Gr?Gr[1]:null,toString:function(){var Wr=this.version;return this.family+(Wr&&!Lr?" "+Wr:"")+(this.architecture==64?" 64-bit":"")}}),(Gr=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(Vr))&&!/\bi686\b/i.test(Vr)?(kr&&(kr.architecture=64,kr.family=kr.family.replace(RegExp(" *"+Gr),"")),jr&&(/\bWOW64\b/i.test(pe)||Br&&/\w(?:86|32)$/.test(jt.cpuClass||jt.platform)&&!/\bWin64; x64\b/i.test(pe))&&Dr.unshift("32-bit")):kr&&/^OS X/.test(kr.family)&&jr=="Chrome"&&parseFloat(Rr)>=39&&(kr.architecture=64),pe||(pe=null);var Mn={};return Mn.description=pe,Mn.layout=$r&&$r[0],Mn.manufacturer=Kr,Mn.name=jr,Mn.prerelease=Ir,Mn.product=vn,Mn.ua=pe,Mn.version=jr&&Rr,Mn.os=kr||{architecture:null,family:null,version:null,toString:function(){return"null"}},Mn.parse=Et,Mn.toString=rs,Mn.version&&Dr.unshift(Rr),Mn.name&&Dr.unshift(jr),kr&&jr&&!(kr==String(kr).split(" ")[0]&&(kr==jr.split(" ")[0]||vn))&&Dr.push(vn?"("+kr+")":"on "+kr),Dr.length&&(Mn.description=Dr.join(" ")),Mn}var ie=Et();z&&re?er(ie,function(pe,Ce){z[Ce]=pe}):V.platform=ie}).call(this)}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],443:[function(n,$,k){(function(L){(function(){typeof L>"u"||!L.version||L.version.indexOf("v0.")===0||L.version.indexOf("v1.")===0&&L.version.indexOf("v1.8.")!==0?$.exports={nextTick:j}:$.exports=L;function j(V,z,re,oe){if(typeof V!="function")throw new TypeError('"callback" argument must be a function');var ue=arguments.length,de,_e;switch(ue){case 0:case 1:return L.nextTick(V);case 2:return L.nextTick(function(){V.call(null,z)});case 3:return L.nextTick(function(){V.call(null,z,re)});case 4:return L.nextTick(function(){V.call(null,z,re,oe)});default:for(de=new Array(ue-1),_e=0;_e<de.length;)de[_e++]=arguments[_e];return L.nextTick(function(){V.apply(null,de)})}}}).call(this)}).call(this,n("_process"))},{_process:540}],444:[function(n,$,k){var L=$.exports={},j,V;function z(){throw new Error("setTimeout has not been defined")}function re(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?j=setTimeout:j=z}catch{j=z}try{typeof clearTimeout=="function"?V=clearTimeout:V=re}catch{V=re}})();function oe(er){if(j===setTimeout)return setTimeout(er,0);if((j===z||!j)&&setTimeout)return j=setTimeout,setTimeout(er,0);try{return j(er,0)}catch{try{return j.call(null,er,0)}catch{return j.call(this,er,0)}}}function ue(er){if(V===clearTimeout)return clearTimeout(er);if((V===re||!V)&&clearTimeout)return V=clearTimeout,clearTimeout(er);try{return V(er)}catch{try{return V.call(null,er)}catch{return V.call(this,er)}}}var de=[],_e=!1,Ne,Ue=-1;function $e(){!_e||!Ne||(_e=!1,Ne.length?de=Ne.concat(de):Ue=-1,de.length&&Ve())}function Ve(){if(!_e){var er=oe($e);_e=!0;for(var ir=de.length;ir;){for(Ne=de,de=[];++Ue<ir;)Ne&&Ne[Ue].run();Ue=-1,ir=de.length}Ne=null,_e=!1,ue(er)}}L.nextTick=function(er){var ir=new Array(arguments.length-1);if(arguments.length>1)for(var dr=1;dr<arguments.length;dr++)ir[dr-1]=arguments[dr];de.push(new Fe(er,ir)),de.length===1&&!_e&&oe(Ve)};function Fe(er,ir){this.fun=er,this.array=ir}Fe.prototype.run=function(){this.fun.apply(null,this.array)},L.title="browser",L.browser=!0,L.env={},L.argv=[],L.version="",L.versions={};function qe(){}L.on=qe,L.addListener=qe,L.once=qe,L.off=qe,L.removeListener=qe,L.removeAllListeners=qe,L.emit=qe,L.prependListener=qe,L.prependOnceListener=qe,L.listeners=function(er){return[]},L.binding=function(er){throw new Error("process.binding is not supported")},L.cwd=function(){return"/"},L.chdir=function(er){throw new Error("process.chdir is not supported")},L.umask=function(){return 0}},{}],445:[function(n,$,k){(function(L){(function(){(function(j){var V=typeof k=="object"&&k&&!k.nodeType&&k,z=typeof $=="object"&&$&&!$.nodeType&&$,re=typeof L=="object"&&L;(re.global===re||re.window===re||re.self===re)&&(j=re);var oe,ue=2147483647,de=36,_e=1,Ne=26,Ue=38,$e=700,Ve=72,Fe=128,qe="-",er=/^xn--/,ir=/[^\x20-\x7E]/,dr=/[\x2E\u3002\uFF0E\uFF61]/g,cr={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},nr=de-_e,lr=Math.floor,Et=String.fromCharCode,ie;function pe(xr){throw new RangeError(cr[xr])}function Ce(xr,Nr){for(var Tr=xr.length,Sr=[];Tr--;)Sr[Tr]=Nr(xr[Tr]);return Sr}function Ie(xr,Nr){var Tr=xr.split("@"),Sr="";Tr.length>1&&(Sr=Tr[0]+"@",xr=Tr[1]),xr=xr.replace(dr,".");var Ar=xr.split("."),Fr=Ce(Ar,Nr).join(".");return Sr+Fr}function jt(xr){for(var Nr=[],Tr=0,Sr=xr.length,Ar,Fr;Tr<Sr;)Ar=xr.charCodeAt(Tr++),Ar>=55296&&Ar<=56319&&Tr<Sr?(Fr=xr.charCodeAt(Tr++),(Fr&64512)==56320?Nr.push(((Ar&1023)<<10)+(Fr&1023)+65536):(Nr.push(Ar),Tr--)):Nr.push(Ar);return Nr}function ar(xr){return Ce(xr,function(Nr){var Tr="";return Nr>65535&&(Nr-=65536,Tr+=Et(Nr>>>10&1023|55296),Nr=56320|Nr&1023),Tr+=Et(Nr),Tr}).join("")}function ur(xr){return xr-48<10?xr-22:xr-65<26?xr-65:xr-97<26?xr-97:de}function kt(xr,Nr){return xr+22+75*(xr<26)-((Nr!=0)<<5)}function he(xr,Nr,Tr){var Sr=0;for(xr=Tr?lr(xr/$e):xr>>1,xr+=lr(xr/Nr);xr>nr*Ne>>1;Sr+=de)xr=lr(xr/nr);return lr(Sr+(nr+1)*xr/(xr+Ue))}function tr(xr){var Nr=[],Tr=xr.length,Sr,Ar=0,Fr=Fe,Gr=Ve,Vr,Dr,Ir,Br,Rr,Lr,$r,jr,vn;for(Vr=xr.lastIndexOf(qe),Vr<0&&(Vr=0),Dr=0;Dr<Vr;++Dr)xr.charCodeAt(Dr)>=128&&pe("not-basic"),Nr.push(xr.charCodeAt(Dr));for(Ir=Vr>0?Vr+1:0;Ir<Tr;){for(Br=Ar,Rr=1,Lr=de;Ir>=Tr&&pe("invalid-input"),$r=ur(xr.charCodeAt(Ir++)),($r>=de||$r>lr((ue-Ar)/Rr))&&pe("overflow"),Ar+=$r*Rr,jr=Lr<=Gr?_e:Lr>=Gr+Ne?Ne:Lr-Gr,!($r<jr);Lr+=de)vn=de-jr,Rr>lr(ue/vn)&&pe("overflow"),Rr*=vn;Sr=Nr.length+1,Gr=he(Ar-Br,Sr,Br==0),lr(Ar/Sr)>ue-Fr&&pe("overflow"),Fr+=lr(Ar/Sr),Ar%=Sr,Nr.splice(Ar++,0,Fr)}return ar(Nr)}function gr(xr){var Nr,Tr,Sr,Ar,Fr,Gr,Vr,Dr,Ir,Br,Rr,Lr=[],$r,jr,vn,Kr;for(xr=jt(xr),$r=xr.length,Nr=Fe,Tr=0,Fr=Ve,Gr=0;Gr<$r;++Gr)Rr=xr[Gr],Rr<128&&Lr.push(Et(Rr));for(Sr=Ar=Lr.length,Ar&&Lr.push(qe);Sr<$r;){for(Vr=ue,Gr=0;Gr<$r;++Gr)Rr=xr[Gr],Rr>=Nr&&Rr<Vr&&(Vr=Rr);for(jr=Sr+1,Vr-Nr>lr((ue-Tr)/jr)&&pe("overflow"),Tr+=(Vr-Nr)*jr,Nr=Vr,Gr=0;Gr<$r;++Gr)if(Rr=xr[Gr],Rr<Nr&&++Tr>ue&&pe("overflow"),Rr==Nr){for(Dr=Tr,Ir=de;Br=Ir<=Fr?_e:Ir>=Fr+Ne?Ne:Ir-Fr,!(Dr<Br);Ir+=de)Kr=Dr-Br,vn=de-Br,Lr.push(Et(kt(Br+Kr%vn,0))),Dr=lr(Kr/vn);Lr.push(Et(kt(Dr,0))),Fr=he(Tr,jr,Sr==Ar),Tr=0,++Sr}++Tr,++Nr}return Lr.join("")}function _r(xr){return Ie(xr,function(Nr){return er.test(Nr)?tr(Nr.slice(4).toLowerCase()):Nr})}function yr(xr){return Ie(xr,function(Nr){return ir.test(Nr)?"xn--"+gr(Nr):Nr})}if(oe={version:"1.4.1",ucs2:{decode:jt,encode:ar},decode:tr,encode:gr,toASCII:yr,toUnicode:_r},V&&z)if($.exports==V)z.exports=oe;else for(ie in oe)oe.hasOwnProperty(ie)&&(V[ie]=oe[ie]);else j.punycode=oe})(this)}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],446:[function(n,$,k){var L=String.prototype.replace,j=/%20/g,V={RFC1738:"RFC1738",RFC3986:"RFC3986"};$.exports={default:V.RFC3986,formatters:{RFC1738:function(z){return L.call(z,j,"+")},RFC3986:function(z){return String(z)}},RFC1738:V.RFC1738,RFC3986:V.RFC3986}},{}],447:[function(n,$,k){var L=n("./stringify"),j=n("./parse"),V=n("./formats");$.exports={formats:V,parse:j,stringify:L}},{"./formats":446,"./parse":448,"./stringify":449}],448:[function(n,$,k){var L=n("./utils"),j=Object.prototype.hasOwnProperty,V=Array.isArray,z={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:L.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},re=function(Ve){return Ve.replace(/&#(\d+);/g,function(Fe,qe){return String.fromCharCode(parseInt(qe,10))})},oe=function(Ve,Fe){return Ve&&typeof Ve=="string"&&Fe.comma&&Ve.indexOf(",")>-1?Ve.split(","):Ve},ue="utf8=%26%2310003%3B",de="utf8=%E2%9C%93",_e=function(Fe,qe){var er={__proto__:null},ir=qe.ignoreQueryPrefix?Fe.replace(/^\?/,""):Fe,dr=qe.parameterLimit===1/0?void 0:qe.parameterLimit,cr=ir.split(qe.delimiter,dr),nr=-1,lr,Et=qe.charset;if(qe.charsetSentinel)for(lr=0;lr<cr.length;++lr)cr[lr].indexOf("utf8=")===0&&(cr[lr]===de?Et="utf-8":cr[lr]===ue&&(Et="iso-8859-1"),nr=lr,lr=cr.length);for(lr=0;lr<cr.length;++lr)if(lr!==nr){var ie=cr[lr],pe=ie.indexOf("]="),Ce=pe===-1?ie.indexOf("="):pe+1,Ie,jt;Ce===-1?(Ie=qe.decoder(ie,z.decoder,Et,"key"),jt=qe.strictNullHandling?null:""):(Ie=qe.decoder(ie.slice(0,Ce),z.decoder,Et,"key"),jt=L.maybeMap(oe(ie.slice(Ce+1),qe),function(ar){return qe.decoder(ar,z.decoder,Et,"value")})),jt&&qe.interpretNumericEntities&&Et==="iso-8859-1"&&(jt=re(jt)),ie.indexOf("[]=")>-1&&(jt=V(jt)?[jt]:jt),j.call(er,Ie)?er[Ie]=L.combine(er[Ie],jt):er[Ie]=jt}return er},Ne=function(Ve,Fe,qe,er){for(var ir=er?Fe:oe(Fe,qe),dr=Ve.length-1;dr>=0;--dr){var cr,nr=Ve[dr];if(nr==="[]"&&qe.parseArrays)cr=[].concat(ir);else{cr=qe.plainObjects?Object.create(null):{};var lr=nr.charAt(0)==="["&&nr.charAt(nr.length-1)==="]"?nr.slice(1,-1):nr,Et=parseInt(lr,10);!qe.parseArrays&&lr===""?cr={0:ir}:!isNaN(Et)&&nr!==lr&&String(Et)===lr&&Et>=0&&qe.parseArrays&&Et<=qe.arrayLimit?(cr=[],cr[Et]=ir):lr!=="__proto__"&&(cr[lr]=ir)}ir=cr}return ir},Ue=function(Fe,qe,er,ir){if(Fe){var dr=er.allowDots?Fe.replace(/\.([^.[]+)/g,"[$1]"):Fe,cr=/(\[[^[\]]*])/,nr=/(\[[^[\]]*])/g,lr=er.depth>0&&cr.exec(dr),Et=lr?dr.slice(0,lr.index):dr,ie=[];if(Et){if(!er.plainObjects&&j.call(Object.prototype,Et)&&!er.allowPrototypes)return;ie.push(Et)}for(var pe=0;er.depth>0&&(lr=nr.exec(dr))!==null&&pe<er.depth;){if(pe+=1,!er.plainObjects&&j.call(Object.prototype,lr[1].slice(1,-1))&&!er.allowPrototypes)return;ie.push(lr[1])}return lr&&ie.push("["+dr.slice(lr.index)+"]"),Ne(ie,qe,er,ir)}},$e=function(Fe){if(!Fe)return z;if(Fe.decoder!==null&&Fe.decoder!==void 0&&typeof Fe.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof Fe.charset<"u"&&Fe.charset!=="utf-8"&&Fe.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var qe=typeof Fe.charset>"u"?z.charset:Fe.charset;return{allowDots:typeof Fe.allowDots>"u"?z.allowDots:!!Fe.allowDots,allowPrototypes:typeof Fe.allowPrototypes=="boolean"?Fe.allowPrototypes:z.allowPrototypes,allowSparse:typeof Fe.allowSparse=="boolean"?Fe.allowSparse:z.allowSparse,arrayLimit:typeof Fe.arrayLimit=="number"?Fe.arrayLimit:z.arrayLimit,charset:qe,charsetSentinel:typeof Fe.charsetSentinel=="boolean"?Fe.charsetSentinel:z.charsetSentinel,comma:typeof Fe.comma=="boolean"?Fe.comma:z.comma,decoder:typeof Fe.decoder=="function"?Fe.decoder:z.decoder,delimiter:typeof Fe.delimiter=="string"||L.isRegExp(Fe.delimiter)?Fe.delimiter:z.delimiter,depth:typeof Fe.depth=="number"||Fe.depth===!1?+Fe.depth:z.depth,ignoreQueryPrefix:Fe.ignoreQueryPrefix===!0,interpretNumericEntities:typeof Fe.interpretNumericEntities=="boolean"?Fe.interpretNumericEntities:z.interpretNumericEntities,parameterLimit:typeof Fe.parameterLimit=="number"?Fe.parameterLimit:z.parameterLimit,parseArrays:Fe.parseArrays!==!1,plainObjects:typeof Fe.plainObjects=="boolean"?Fe.plainObjects:z.plainObjects,strictNullHandling:typeof Fe.strictNullHandling=="boolean"?Fe.strictNullHandling:z.strictNullHandling}};$.exports=function(Ve,Fe){var qe=$e(Fe);if(Ve===""||Ve===null||typeof Ve>"u")return qe.plainObjects?Object.create(null):{};for(var er=typeof Ve=="string"?_e(Ve,qe):Ve,ir=qe.plainObjects?Object.create(null):{},dr=Object.keys(er),cr=0;cr<dr.length;++cr){var nr=dr[cr],lr=Ue(nr,er[nr],qe,typeof Ve=="string");ir=L.merge(ir,lr,qe)}return qe.allowSparse===!0?ir:L.compact(ir)}},{"./utils":450}],449:[function(n,$,k){var L=n("side-channel"),j=n("./utils"),V=n("./formats"),z=Object.prototype.hasOwnProperty,re={brackets:function(ir){return ir+"[]"},comma:"comma",indices:function(ir,dr){return ir+"["+dr+"]"},repeat:function(ir){return ir}},oe=Array.isArray,ue=Array.prototype.push,de=function(er,ir){ue.apply(er,oe(ir)?ir:[ir])},_e=Date.prototype.toISOString,Ne=V.default,Ue={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:j.encode,encodeValuesOnly:!1,format:Ne,formatter:V.formatters[Ne],indices:!1,serializeDate:function(ir){return _e.call(ir)},skipNulls:!1,strictNullHandling:!1},$e=function(ir){return typeof ir=="string"||typeof ir=="number"||typeof ir=="boolean"||typeof ir=="symbol"||typeof ir=="bigint"},Ve={},Fe=function er(ir,dr,cr,nr,lr,Et,ie,pe,Ce,Ie,jt,ar,ur,kt,he,tr){for(var gr=ir,_r=tr,yr=0,xr=!1;(_r=_r.get(Ve))!==void 0&&!xr;){var Nr=_r.get(ir);if(yr+=1,typeof Nr<"u"){if(Nr===yr)throw new RangeError("Cyclic object value");xr=!0}typeof _r.get(Ve)>"u"&&(yr=0)}if(typeof pe=="function"?gr=pe(dr,gr):gr instanceof Date?gr=jt(gr):cr==="comma"&&oe(gr)&&(gr=j.maybeMap(gr,function(Lr){return Lr instanceof Date?jt(Lr):Lr})),gr===null){if(lr)return ie&&!kt?ie(dr,Ue.encoder,he,"key",ar):dr;gr=""}if($e(gr)||j.isBuffer(gr)){if(ie){var Tr=kt?dr:ie(dr,Ue.encoder,he,"key",ar);return[ur(Tr)+"="+ur(ie(gr,Ue.encoder,he,"value",ar))]}return[ur(dr)+"="+ur(String(gr))]}var Sr=[];if(typeof gr>"u")return Sr;var Ar;if(cr==="comma"&&oe(gr))kt&&ie&&(gr=j.maybeMap(gr,ie)),Ar=[{value:gr.length>0?gr.join(",")||null:void 0}];else if(oe(pe))Ar=pe;else{var Fr=Object.keys(gr);Ar=Ce?Fr.sort(Ce):Fr}for(var Gr=nr&&oe(gr)&&gr.length===1?dr+"[]":dr,Vr=0;Vr<Ar.length;++Vr){var Dr=Ar[Vr],Ir=typeof Dr=="object"&&typeof Dr.value<"u"?Dr.value:gr[Dr];if(!(Et&&Ir===null)){var Br=oe(gr)?typeof cr=="function"?cr(Gr,Dr):Gr:Gr+(Ie?"."+Dr:"["+Dr+"]");tr.set(ir,yr);var Rr=L();Rr.set(Ve,tr),de(Sr,er(Ir,Br,cr,nr,lr,Et,cr==="comma"&&kt&&oe(gr)?null:ie,pe,Ce,Ie,jt,ar,ur,kt,he,Rr))}}return Sr},qe=function(ir){if(!ir)return Ue;if(ir.encoder!==null&&typeof ir.encoder<"u"&&typeof ir.encoder!="function")throw new TypeError("Encoder has to be a function.");var dr=ir.charset||Ue.charset;if(typeof ir.charset<"u"&&ir.charset!=="utf-8"&&ir.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var cr=V.default;if(typeof ir.format<"u"){if(!z.call(V.formatters,ir.format))throw new TypeError("Unknown format option provided.");cr=ir.format}var nr=V.formatters[cr],lr=Ue.filter;return(typeof ir.filter=="function"||oe(ir.filter))&&(lr=ir.filter),{addQueryPrefix:typeof ir.addQueryPrefix=="boolean"?ir.addQueryPrefix:Ue.addQueryPrefix,allowDots:typeof ir.allowDots>"u"?Ue.allowDots:!!ir.allowDots,charset:dr,charsetSentinel:typeof ir.charsetSentinel=="boolean"?ir.charsetSentinel:Ue.charsetSentinel,delimiter:typeof ir.delimiter>"u"?Ue.delimiter:ir.delimiter,encode:typeof ir.encode=="boolean"?ir.encode:Ue.encode,encoder:typeof ir.encoder=="function"?ir.encoder:Ue.encoder,encodeValuesOnly:typeof ir.encodeValuesOnly=="boolean"?ir.encodeValuesOnly:Ue.encodeValuesOnly,filter:lr,format:cr,formatter:nr,serializeDate:typeof ir.serializeDate=="function"?ir.serializeDate:Ue.serializeDate,skipNulls:typeof ir.skipNulls=="boolean"?ir.skipNulls:Ue.skipNulls,sort:typeof ir.sort=="function"?ir.sort:null,strictNullHandling:typeof ir.strictNullHandling=="boolean"?ir.strictNullHandling:Ue.strictNullHandling}};$.exports=function(er,ir){var dr=er,cr=qe(ir),nr,lr;typeof cr.filter=="function"?(lr=cr.filter,dr=lr("",dr)):oe(cr.filter)&&(lr=cr.filter,nr=lr);var Et=[];if(typeof dr!="object"||dr===null)return"";var ie;ir&&ir.arrayFormat in re?ie=ir.arrayFormat:ir&&"indices"in ir?ie=ir.indices?"indices":"repeat":ie="indices";var pe=re[ie];if(ir&&"commaRoundTrip"in ir&&typeof ir.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var Ce=pe==="comma"&&ir&&ir.commaRoundTrip;nr||(nr=Object.keys(dr)),cr.sort&&nr.sort(cr.sort);for(var Ie=L(),jt=0;jt<nr.length;++jt){var ar=nr[jt];cr.skipNulls&&dr[ar]===null||de(Et,Fe(dr[ar],ar,pe,Ce,cr.strictNullHandling,cr.skipNulls,cr.encode?cr.encoder:null,cr.filter,cr.sort,cr.allowDots,cr.serializeDate,cr.format,cr.formatter,cr.encodeValuesOnly,cr.charset,Ie))}var ur=Et.join(cr.delimiter),kt=cr.addQueryPrefix===!0?"?":"";return cr.charsetSentinel&&(cr.charset==="iso-8859-1"?kt+="utf8=%26%2310003%3B&":kt+="utf8=%E2%9C%93&"),ur.length>0?kt+ur:""}},{"./formats":446,"./utils":450,"side-channel":469}],450:[function(n,$,k){var L=n("./formats"),j=Object.prototype.hasOwnProperty,V=Array.isArray,z=function(){for(var er=[],ir=0;ir<256;++ir)er.push("%"+((ir<16?"0":"")+ir.toString(16)).toUpperCase());return er}(),re=function(ir){for(;ir.length>1;){var dr=ir.pop(),cr=dr.obj[dr.prop];if(V(cr)){for(var nr=[],lr=0;lr<cr.length;++lr)typeof cr[lr]<"u"&&nr.push(cr[lr]);dr.obj[dr.prop]=nr}}},oe=function(ir,dr){for(var cr=dr&&dr.plainObjects?Object.create(null):{},nr=0;nr<ir.length;++nr)typeof ir[nr]<"u"&&(cr[nr]=ir[nr]);return cr},ue=function er(ir,dr,cr){if(!dr)return ir;if(typeof dr!="object"){if(V(ir))ir.push(dr);else if(ir&&typeof ir=="object")(cr&&(cr.plainObjects||cr.allowPrototypes)||!j.call(Object.prototype,dr))&&(ir[dr]=!0);else return[ir,dr];return ir}if(!ir||typeof ir!="object")return[ir].concat(dr);var nr=ir;return V(ir)&&!V(dr)&&(nr=oe(ir,cr)),V(ir)&&V(dr)?(dr.forEach(function(lr,Et){if(j.call(ir,Et)){var ie=ir[Et];ie&&typeof ie=="object"&&lr&&typeof lr=="object"?ir[Et]=er(ie,lr,cr):ir.push(lr)}else ir[Et]=lr}),ir):Object.keys(dr).reduce(function(lr,Et){var ie=dr[Et];return j.call(lr,Et)?lr[Et]=er(lr[Et],ie,cr):lr[Et]=ie,lr},nr)},de=function(ir,dr){return Object.keys(dr).reduce(function(cr,nr){return cr[nr]=dr[nr],cr},ir)},_e=function(er,ir,dr){var cr=er.replace(/\+/g," ");if(dr==="iso-8859-1")return cr.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(cr)}catch{return cr}},Ne=function(ir,dr,cr,nr,lr){if(ir.length===0)return ir;var Et=ir;if(typeof ir=="symbol"?Et=Symbol.prototype.toString.call(ir):typeof ir!="string"&&(Et=String(ir)),cr==="iso-8859-1")return escape(Et).replace(/%u[0-9a-f]{4}/gi,function(Ie){return"%26%23"+parseInt(Ie.slice(2),16)+"%3B"});for(var ie="",pe=0;pe<Et.length;++pe){var Ce=Et.charCodeAt(pe);if(Ce===45||Ce===46||Ce===95||Ce===126||Ce>=48&&Ce<=57||Ce>=65&&Ce<=90||Ce>=97&&Ce<=122||lr===L.RFC1738&&(Ce===40||Ce===41)){ie+=Et.charAt(pe);continue}if(Ce<128){ie=ie+z[Ce];continue}if(Ce<2048){ie=ie+(z[192|Ce>>6]+z[128|Ce&63]);continue}if(Ce<55296||Ce>=57344){ie=ie+(z[224|Ce>>12]+z[128|Ce>>6&63]+z[128|Ce&63]);continue}pe+=1,Ce=65536+((Ce&1023)<<10|Et.charCodeAt(pe)&1023),ie+=z[240|Ce>>18]+z[128|Ce>>12&63]+z[128|Ce>>6&63]+z[128|Ce&63]}return ie},Ue=function(ir){for(var dr=[{obj:{o:ir},prop:"o"}],cr=[],nr=0;nr<dr.length;++nr)for(var lr=dr[nr],Et=lr.obj[lr.prop],ie=Object.keys(Et),pe=0;pe<ie.length;++pe){var Ce=ie[pe],Ie=Et[Ce];typeof Ie=="object"&&Ie!==null&&cr.indexOf(Ie)===-1&&(dr.push({obj:Et,prop:Ce}),cr.push(Ie))}return re(dr),ir},$e=function(ir){return Object.prototype.toString.call(ir)==="[object RegExp]"},Ve=function(ir){return!ir||typeof ir!="object"?!1:!!(ir.constructor&&ir.constructor.isBuffer&&ir.constructor.isBuffer(ir))},Fe=function(ir,dr){return[].concat(ir,dr)},qe=function(ir,dr){if(V(ir)){for(var cr=[],nr=0;nr<ir.length;nr+=1)cr.push(dr(ir[nr]));return cr}return dr(ir)};$.exports={arrayToObject:oe,assign:de,combine:Fe,compact:Ue,decode:_e,encode:Ne,isBuffer:Ve,isRegExp:$e,maybeMap:qe,merge:ue}},{"./formats":446}],451:[function(n,$,k){function L(V,z){return Object.prototype.hasOwnProperty.call(V,z)}$.exports=function(V,z,re,oe){z=z||"&",re=re||"=";var ue={};if(typeof V!="string"||V.length===0)return ue;var de=/\+/g;V=V.split(z);var _e=1e3;oe&&typeof oe.maxKeys=="number"&&(_e=oe.maxKeys);var Ne=V.length;_e>0&&Ne>_e&&(Ne=_e);for(var Ue=0;Ue<Ne;++Ue){var $e=V[Ue].replace(de,"%20"),Ve=$e.indexOf(re),Fe,qe,er,ir;Ve>=0?(Fe=$e.substr(0,Ve),qe=$e.substr(Ve+1)):(Fe=$e,qe=""),er=decodeURIComponent(Fe),ir=decodeURIComponent(qe),L(ue,er)?j(ue[er])?ue[er].push(ir):ue[er]=[ue[er],ir]:ue[er]=ir}return ue};var j=Array.isArray||function(V){return Object.prototype.toString.call(V)==="[object Array]"}},{}],452:[function(n,$,k){var L=function(re){switch(typeof re){case"string":return re;case"boolean":return re?"true":"false";case"number":return isFinite(re)?re:"";default:return""}};$.exports=function(re,oe,ue,de){return oe=oe||"&",ue=ue||"=",re===null&&(re=void 0),typeof re=="object"?V(z(re),function(_e){var Ne=encodeURIComponent(L(_e))+ue;return j(re[_e])?V(re[_e],function(Ue){return Ne+encodeURIComponent(L(Ue))}).join(oe):Ne+encodeURIComponent(L(re[_e]))}).join(oe):de?encodeURIComponent(L(de))+ue+encodeURIComponent(L(re)):""};var j=Array.isArray||function(re){return Object.prototype.toString.call(re)==="[object Array]"};function V(re,oe){if(re.map)return re.map(oe);for(var ue=[],de=0;de<re.length;de++)ue.push(oe(re[de],de));return ue}var z=Object.keys||function(re){var oe=[];for(var ue in re)Object.prototype.hasOwnProperty.call(re,ue)&&oe.push(ue);return oe}},{}],453:[function(n,$,k){k.decode=k.parse=n("./decode"),k.encode=k.stringify=n("./encode")},{"./decode":451,"./encode":452}],454:[function(n,$,k){var L=n("process-nextick-args"),j=Object.keys||function($e){var Ve=[];for(var Fe in $e)Ve.push(Fe);return Ve};$.exports=_e;var V=Object.create(n("core-util-is"));V.inherits=n("inherits");var z=n("./_stream_readable"),re=n("./_stream_writable");V.inherits(_e,z);for(var oe=j(re.prototype),ue=0;ue<oe.length;ue++){var de=oe[ue];_e.prototype[de]||(_e.prototype[de]=re.prototype[de])}function _e($e){if(!(this instanceof _e))return new _e($e);z.call(this,$e),re.call(this,$e),$e&&$e.readable===!1&&(this.readable=!1),$e&&$e.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,$e&&$e.allowHalfOpen===!1&&(this.allowHalfOpen=!1),this.once("end",Ne)}Object.defineProperty(_e.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function Ne(){this.allowHalfOpen||this._writableState.ended||L.nextTick(Ue,this)}function Ue($e){$e.end()}Object.defineProperty(_e.prototype,"destroyed",{get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function($e){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=$e,this._writableState.destroyed=$e)}}),_e.prototype._destroy=function($e,Ve){this.push(null),this.end(),L.nextTick(Ve,$e)}},{"./_stream_readable":456,"./_stream_writable":458,"core-util-is":384,inherits:409,"process-nextick-args":443}],455:[function(n,$,k){$.exports=V;var L=n("./_stream_transform"),j=Object.create(n("core-util-is"));j.inherits=n("inherits"),j.inherits(V,L);function V(z){if(!(this instanceof V))return new V(z);L.call(this,z)}V.prototype._transform=function(z,re,oe){oe(null,z)}},{"./_stream_transform":457,"core-util-is":384,inherits:409}],456:[function(n,$,k){(function(L,j){(function(){var V=n("process-nextick-args");$.exports=lr;var z=n("isarray"),re;lr.ReadableState=nr,n("events").EventEmitter;var oe=function(Br,Rr){return Br.listeners(Rr).length},ue=n("./internal/streams/stream"),de=n("safe-buffer").Buffer,_e=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Ne(Br){return de.from(Br)}function Ue(Br){return de.isBuffer(Br)||Br instanceof _e}var $e=Object.create(n("core-util-is"));$e.inherits=n("inherits");var Ve=n("util"),Fe=void 0;Ve&&Ve.debuglog?Fe=Ve.debuglog("stream"):Fe=function(){};var qe=n("./internal/streams/BufferList"),er=n("./internal/streams/destroy"),ir;$e.inherits(lr,ue);var dr=["error","close","destroy","pause","resume"];function cr(Br,Rr,Lr){if(typeof Br.prependListener=="function")return Br.prependListener(Rr,Lr);!Br._events||!Br._events[Rr]?Br.on(Rr,Lr):z(Br._events[Rr])?Br._events[Rr].unshift(Lr):Br._events[Rr]=[Lr,Br._events[Rr]]}function nr(Br,Rr){re=re||n("./_stream_duplex"),Br=Br||{};var Lr=Rr instanceof re;this.objectMode=!!Br.objectMode,Lr&&(this.objectMode=this.objectMode||!!Br.readableObjectMode);var $r=Br.highWaterMark,jr=Br.readableHighWaterMark,vn=this.objectMode?16:16*1024;$r||$r===0?this.highWaterMark=$r:Lr&&(jr||jr===0)?this.highWaterMark=jr:this.highWaterMark=vn,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new qe,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=Br.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Br.encoding&&(ir||(ir=n("string_decoder/").StringDecoder),this.decoder=new ir(Br.encoding),this.encoding=Br.encoding)}function lr(Br){if(re=re||n("./_stream_duplex"),!(this instanceof lr))return new lr(Br);this._readableState=new nr(Br,this),this.readable=!0,Br&&(typeof Br.read=="function"&&(this._read=Br.read),typeof Br.destroy=="function"&&(this._destroy=Br.destroy)),ue.call(this)}Object.defineProperty(lr.prototype,"destroyed",{get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Br){this._readableState&&(this._readableState.destroyed=Br)}}),lr.prototype.destroy=er.destroy,lr.prototype._undestroy=er.undestroy,lr.prototype._destroy=function(Br,Rr){this.push(null),Rr(Br)},lr.prototype.push=function(Br,Rr){var Lr=this._readableState,$r;return Lr.objectMode?$r=!0:typeof Br=="string"&&(Rr=Rr||Lr.defaultEncoding,Rr!==Lr.encoding&&(Br=de.from(Br,Rr),Rr=""),$r=!0),Et(this,Br,Rr,!1,$r)},lr.prototype.unshift=function(Br){return Et(this,Br,null,!0,!1)};function Et(Br,Rr,Lr,$r,jr){var vn=Br._readableState;if(Rr===null)vn.reading=!1,ur(Br,vn);else{var Kr;jr||(Kr=pe(vn,Rr)),Kr?Br.emit("error",Kr):vn.objectMode||Rr&&Rr.length>0?(typeof Rr!="string"&&!vn.objectMode&&Object.getPrototypeOf(Rr)!==de.prototype&&(Rr=Ne(Rr)),$r?vn.endEmitted?Br.emit("error",new Error("stream.unshift() after end event")):ie(Br,vn,Rr,!0):vn.ended?Br.emit("error",new Error("stream.push() after EOF")):(vn.reading=!1,vn.decoder&&!Lr?(Rr=vn.decoder.write(Rr),vn.objectMode||Rr.length!==0?ie(Br,vn,Rr,!1):tr(Br,vn)):ie(Br,vn,Rr,!1))):$r||(vn.reading=!1)}return Ce(vn)}function ie(Br,Rr,Lr,$r){Rr.flowing&&Rr.length===0&&!Rr.sync?(Br.emit("data",Lr),Br.read(0)):(Rr.length+=Rr.objectMode?1:Lr.length,$r?Rr.buffer.unshift(Lr):Rr.buffer.push(Lr),Rr.needReadable&&kt(Br)),tr(Br,Rr)}function pe(Br,Rr){var Lr;return!Ue(Rr)&&typeof Rr!="string"&&Rr!==void 0&&!Br.objectMode&&(Lr=new TypeError("Invalid non-string/buffer chunk")),Lr}function Ce(Br){return!Br.ended&&(Br.needReadable||Br.length<Br.highWaterMark||Br.length===0)}lr.prototype.isPaused=function(){return this._readableState.flowing===!1},lr.prototype.setEncoding=function(Br){return ir||(ir=n("string_decoder/").StringDecoder),this._readableState.decoder=new ir(Br),this._readableState.encoding=Br,this};var Ie=8388608;function jt(Br){return Br>=Ie?Br=Ie:(Br--,Br|=Br>>>1,Br|=Br>>>2,Br|=Br>>>4,Br|=Br>>>8,Br|=Br>>>16,Br++),Br}function ar(Br,Rr){return Br<=0||Rr.length===0&&Rr.ended?0:Rr.objectMode?1:Br!==Br?Rr.flowing&&Rr.length?Rr.buffer.head.data.length:Rr.length:(Br>Rr.highWaterMark&&(Rr.highWaterMark=jt(Br)),Br<=Rr.length?Br:Rr.ended?Rr.length:(Rr.needReadable=!0,0))}lr.prototype.read=function(Br){Fe("read",Br),Br=parseInt(Br,10);var Rr=this._readableState,Lr=Br;if(Br!==0&&(Rr.emittedReadable=!1),Br===0&&Rr.needReadable&&(Rr.length>=Rr.highWaterMark||Rr.ended))return Fe("read: emitReadable",Rr.length,Rr.ended),Rr.length===0&&Rr.ended?Vr(this):kt(this),null;if(Br=ar(Br,Rr),Br===0&&Rr.ended)return Rr.length===0&&Vr(this),null;var $r=Rr.needReadable;Fe("need readable",$r),(Rr.length===0||Rr.length-Br<Rr.highWaterMark)&&($r=!0,Fe("length less than watermark",$r)),Rr.ended||Rr.reading?($r=!1,Fe("reading or ended",$r)):$r&&(Fe("do read"),Rr.reading=!0,Rr.sync=!0,Rr.length===0&&(Rr.needReadable=!0),this._read(Rr.highWaterMark),Rr.sync=!1,Rr.reading||(Br=ar(Lr,Rr)));var jr;return Br>0?jr=Sr(Br,Rr):jr=null,jr===null?(Rr.needReadable=!0,Br=0):Rr.length-=Br,Rr.length===0&&(Rr.ended||(Rr.needReadable=!0),Lr!==Br&&Rr.ended&&Vr(this)),jr!==null&&this.emit("data",jr),jr};function ur(Br,Rr){if(!Rr.ended){if(Rr.decoder){var Lr=Rr.decoder.end();Lr&&Lr.length&&(Rr.buffer.push(Lr),Rr.length+=Rr.objectMode?1:Lr.length)}Rr.ended=!0,kt(Br)}}function kt(Br){var Rr=Br._readableState;Rr.needReadable=!1,Rr.emittedReadable||(Fe("emitReadable",Rr.flowing),Rr.emittedReadable=!0,Rr.sync?V.nextTick(he,Br):he(Br))}function he(Br){Fe("emit readable"),Br.emit("readable"),Tr(Br)}function tr(Br,Rr){Rr.readingMore||(Rr.readingMore=!0,V.nextTick(gr,Br,Rr))}function gr(Br,Rr){for(var Lr=Rr.length;!Rr.reading&&!Rr.flowing&&!Rr.ended&&Rr.length<Rr.highWaterMark&&(Fe("maybeReadMore read 0"),Br.read(0),Lr!==Rr.length);)Lr=Rr.length;Rr.readingMore=!1}lr.prototype._read=function(Br){this.emit("error",new Error("_read() is not implemented"))},lr.prototype.pipe=function(Br,Rr){var Lr=this,$r=this._readableState;switch($r.pipesCount){case 0:$r.pipes=Br;break;case 1:$r.pipes=[$r.pipes,Br];break;default:$r.pipes.push(Br);break}$r.pipesCount+=1,Fe("pipe count=%d opts=%j",$r.pipesCount,Rr);var jr=(!Rr||Rr.end!==!1)&&Br!==L.stdout&&Br!==L.stderr,vn=jr?kr:Wr;$r.endEmitted?V.nextTick(vn):Lr.once("end",vn),Br.on("unpipe",Kr);function Kr(Ur,Sn){Fe("onunpipe"),Ur===Lr&&Sn&&Sn.hasUnpiped===!1&&(Sn.hasUnpiped=!0,Vi())}function kr(){Fe("onend"),Br.end()}var Qr=_r(Lr);Br.on("drain",Qr);var Zr=!1;function Vi(){Fe("cleanup"),Br.removeListener("close",rs),Br.removeListener("finish",Mn),Br.removeListener("drain",Qr),Br.removeListener("error",Ba),Br.removeListener("unpipe",Kr),Lr.removeListener("end",kr),Lr.removeListener("end",Wr),Lr.removeListener("data",oa),Zr=!0,$r.awaitDrain&&(!Br._writableState||Br._writableState.needDrain)&&Qr()}var To=!1;Lr.on("data",oa);function oa(Ur){Fe("ondata"),To=!1;var Sn=Br.write(Ur);Sn===!1&&!To&&(($r.pipesCount===1&&$r.pipes===Br||$r.pipesCount>1&&Ir($r.pipes,Br)!==-1)&&!Zr&&(Fe("false write response, pause",$r.awaitDrain),$r.awaitDrain++,To=!0),Lr.pause())}function Ba(Ur){Fe("onerror",Ur),Wr(),Br.removeListener("error",Ba),oe(Br,"error")===0&&Br.emit("error",Ur)}cr(Br,"error",Ba);function rs(){Br.removeListener("finish",Mn),Wr()}Br.once("close",rs);function Mn(){Fe("onfinish"),Br.removeListener("close",rs),Wr()}Br.once("finish",Mn);function Wr(){Fe("unpipe"),Lr.unpipe(Br)}return Br.emit("pipe",Lr),$r.flowing||(Fe("pipe resume"),Lr.resume()),Br};function _r(Br){return function(){var Rr=Br._readableState;Fe("pipeOnDrain",Rr.awaitDrain),Rr.awaitDrain&&Rr.awaitDrain--,Rr.awaitDrain===0&&oe(Br,"data")&&(Rr.flowing=!0,Tr(Br))}}lr.prototype.unpipe=function(Br){var Rr=this._readableState,Lr={hasUnpiped:!1};if(Rr.pipesCount===0)return this;if(Rr.pipesCount===1)return Br&&Br!==Rr.pipes?this:(Br||(Br=Rr.pipes),Rr.pipes=null,Rr.pipesCount=0,Rr.flowing=!1,Br&&Br.emit("unpipe",this,Lr),this);if(!Br){var $r=Rr.pipes,jr=Rr.pipesCount;Rr.pipes=null,Rr.pipesCount=0,Rr.flowing=!1;for(var vn=0;vn<jr;vn++)$r[vn].emit("unpipe",this,{hasUnpiped:!1});return this}var Kr=Ir(Rr.pipes,Br);return Kr===-1?this:(Rr.pipes.splice(Kr,1),Rr.pipesCount-=1,Rr.pipesCount===1&&(Rr.pipes=Rr.pipes[0]),Br.emit("unpipe",this,Lr),this)},lr.prototype.on=function(Br,Rr){var Lr=ue.prototype.on.call(this,Br,Rr);if(Br==="data")this._readableState.flowing!==!1&&this.resume();else if(Br==="readable"){var $r=this._readableState;!$r.endEmitted&&!$r.readableListening&&($r.readableListening=$r.needReadable=!0,$r.emittedReadable=!1,$r.reading?$r.length&&kt(this):V.nextTick(yr,this))}return Lr},lr.prototype.addListener=lr.prototype.on;function yr(Br){Fe("readable nexttick read 0"),Br.read(0)}lr.prototype.resume=function(){var Br=this._readableState;return Br.flowing||(Fe("resume"),Br.flowing=!0,xr(this,Br)),this};function xr(Br,Rr){Rr.resumeScheduled||(Rr.resumeScheduled=!0,V.nextTick(Nr,Br,Rr))}function Nr(Br,Rr){Rr.reading||(Fe("resume read 0"),Br.read(0)),Rr.resumeScheduled=!1,Rr.awaitDrain=0,Br.emit("resume"),Tr(Br),Rr.flowing&&!Rr.reading&&Br.read(0)}lr.prototype.pause=function(){return Fe("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(Fe("pause"),this._readableState.flowing=!1,this.emit("pause")),this};function Tr(Br){var Rr=Br._readableState;for(Fe("flow",Rr.flowing);Rr.flowing&&Br.read()!==null;);}lr.prototype.wrap=function(Br){var Rr=this,Lr=this._readableState,$r=!1;Br.on("end",function(){if(Fe("wrapped end"),Lr.decoder&&!Lr.ended){var Kr=Lr.decoder.end();Kr&&Kr.length&&Rr.push(Kr)}Rr.push(null)}),Br.on("data",function(Kr){if(Fe("wrapped data"),Lr.decoder&&(Kr=Lr.decoder.write(Kr)),!(Lr.objectMode&&Kr==null)&&!(!Lr.objectMode&&(!Kr||!Kr.length))){var kr=Rr.push(Kr);kr||($r=!0,Br.pause())}});for(var jr in Br)this[jr]===void 0&&typeof Br[jr]=="function"&&(this[jr]=function(Kr){return function(){return Br[Kr].apply(Br,arguments)}}(jr));for(var vn=0;vn<dr.length;vn++)Br.on(dr[vn],this.emit.bind(this,dr[vn]));return this._read=function(Kr){Fe("wrapped _read",Kr),$r&&($r=!1,Br.resume())},this},Object.defineProperty(lr.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),lr._fromList=Sr;function Sr(Br,Rr){if(Rr.length===0)return null;var Lr;return Rr.objectMode?Lr=Rr.buffer.shift():!Br||Br>=Rr.length?(Rr.decoder?Lr=Rr.buffer.join(""):Rr.buffer.length===1?Lr=Rr.buffer.head.data:Lr=Rr.buffer.concat(Rr.length),Rr.buffer.clear()):Lr=Ar(Br,Rr.buffer,Rr.decoder),Lr}function Ar(Br,Rr,Lr){var $r;return Br<Rr.head.data.length?($r=Rr.head.data.slice(0,Br),Rr.head.data=Rr.head.data.slice(Br)):Br===Rr.head.data.length?$r=Rr.shift():$r=Lr?Fr(Br,Rr):Gr(Br,Rr),$r}function Fr(Br,Rr){var Lr=Rr.head,$r=1,jr=Lr.data;for(Br-=jr.length;Lr=Lr.next;){var vn=Lr.data,Kr=Br>vn.length?vn.length:Br;if(Kr===vn.length?jr+=vn:jr+=vn.slice(0,Br),Br-=Kr,Br===0){Kr===vn.length?(++$r,Lr.next?Rr.head=Lr.next:Rr.head=Rr.tail=null):(Rr.head=Lr,Lr.data=vn.slice(Kr));break}++$r}return Rr.length-=$r,jr}function Gr(Br,Rr){var Lr=de.allocUnsafe(Br),$r=Rr.head,jr=1;for($r.data.copy(Lr),Br-=$r.data.length;$r=$r.next;){var vn=$r.data,Kr=Br>vn.length?vn.length:Br;if(vn.copy(Lr,Lr.length-Br,0,Kr),Br-=Kr,Br===0){Kr===vn.length?(++jr,$r.next?Rr.head=$r.next:Rr.head=Rr.tail=null):(Rr.head=$r,$r.data=vn.slice(Kr));break}++jr}return Rr.length-=jr,Lr}function Vr(Br){var Rr=Br._readableState;if(Rr.length>0)throw new Error('"endReadable()" called on non-empty stream');Rr.endEmitted||(Rr.ended=!0,V.nextTick(Dr,Rr,Br))}function Dr(Br,Rr){!Br.endEmitted&&Br.length===0&&(Br.endEmitted=!0,Rr.readable=!1,Rr.emit("end"))}function Ir(Br,Rr){for(var Lr=0,$r=Br.length;Lr<$r;Lr++)if(Br[Lr]===Rr)return Lr;return-1}}).call(this)}).call(this,n("_process"),typeof y<"u"?y: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(n,$,k){$.exports=z;var L=n("./_stream_duplex"),j=Object.create(n("core-util-is"));j.inherits=n("inherits"),j.inherits(z,L);function V(ue,de){var _e=this._transformState;_e.transforming=!1;var Ne=_e.writecb;if(!Ne)return this.emit("error",new Error("write callback called multiple times"));_e.writechunk=null,_e.writecb=null,de!=null&&this.push(de),Ne(ue);var Ue=this._readableState;Ue.reading=!1,(Ue.needReadable||Ue.length<Ue.highWaterMark)&&this._read(Ue.highWaterMark)}function z(ue){if(!(this instanceof z))return new z(ue);L.call(this,ue),this._transformState={afterTransform:V.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,ue&&(typeof ue.transform=="function"&&(this._transform=ue.transform),typeof ue.flush=="function"&&(this._flush=ue.flush)),this.on("prefinish",re)}function re(){var ue=this;typeof this._flush=="function"?this._flush(function(de,_e){oe(ue,de,_e)}):oe(this,null,null)}z.prototype.push=function(ue,de){return this._transformState.needTransform=!1,L.prototype.push.call(this,ue,de)},z.prototype._transform=function(ue,de,_e){throw new Error("_transform() is not implemented")},z.prototype._write=function(ue,de,_e){var Ne=this._transformState;if(Ne.writecb=_e,Ne.writechunk=ue,Ne.writeencoding=de,!Ne.transforming){var Ue=this._readableState;(Ne.needTransform||Ue.needReadable||Ue.length<Ue.highWaterMark)&&this._read(Ue.highWaterMark)}},z.prototype._read=function(ue){var de=this._transformState;de.writechunk!==null&&de.writecb&&!de.transforming?(de.transforming=!0,this._transform(de.writechunk,de.writeencoding,de.afterTransform)):de.needTransform=!0},z.prototype._destroy=function(ue,de){var _e=this;L.prototype._destroy.call(this,ue,function(Ne){de(Ne),_e.emit("close")})};function oe(ue,de,_e){if(de)return ue.emit("error",de);if(_e!=null&&ue.push(_e),ue._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(ue._transformState.transforming)throw new Error("Calling transform done when still transforming");return ue.push(null)}},{"./_stream_duplex":454,"core-util-is":384,inherits:409}],458:[function(n,$,k){(function(L,j,V){(function(){var z=n("process-nextick-args");$.exports=cr;function re(Nr){var Tr=this;this.next=null,this.entry=null,this.finish=function(){xr(Tr,Nr)}}var oe=!L.browser&&["v0.10","v0.9."].indexOf(L.version.slice(0,5))>-1?V:z.nextTick,ue;cr.WritableState=ir;var de=Object.create(n("core-util-is"));de.inherits=n("inherits");var _e={deprecate:n("util-deprecate")},Ne=n("./internal/streams/stream"),Ue=n("safe-buffer").Buffer,$e=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Ve(Nr){return Ue.from(Nr)}function Fe(Nr){return Ue.isBuffer(Nr)||Nr instanceof $e}var qe=n("./internal/streams/destroy");de.inherits(cr,Ne);function er(){}function ir(Nr,Tr){ue=ue||n("./_stream_duplex"),Nr=Nr||{};var Sr=Tr instanceof ue;this.objectMode=!!Nr.objectMode,Sr&&(this.objectMode=this.objectMode||!!Nr.writableObjectMode);var Ar=Nr.highWaterMark,Fr=Nr.writableHighWaterMark,Gr=this.objectMode?16:16*1024;Ar||Ar===0?this.highWaterMark=Ar:Sr&&(Fr||Fr===0)?this.highWaterMark=Fr:this.highWaterMark=Gr,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 Vr=Nr.decodeStrings===!1;this.decodeStrings=!Vr,this.defaultEncoding=Nr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Dr){jt(Tr,Dr)},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 re(this)}ir.prototype.getBuffer=function(){for(var Tr=this.bufferedRequest,Sr=[];Tr;)Sr.push(Tr),Tr=Tr.next;return Sr},function(){try{Object.defineProperty(ir.prototype,"buffer",{get:_e.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var dr;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(dr=Function.prototype[Symbol.hasInstance],Object.defineProperty(cr,Symbol.hasInstance,{value:function(Nr){return dr.call(this,Nr)?!0:this!==cr?!1:Nr&&Nr._writableState instanceof ir}})):dr=function(Nr){return Nr instanceof this};function cr(Nr){if(ue=ue||n("./_stream_duplex"),!dr.call(cr,this)&&!(this instanceof ue))return new cr(Nr);this._writableState=new ir(Nr,this),this.writable=!0,Nr&&(typeof Nr.write=="function"&&(this._write=Nr.write),typeof Nr.writev=="function"&&(this._writev=Nr.writev),typeof Nr.destroy=="function"&&(this._destroy=Nr.destroy),typeof Nr.final=="function"&&(this._final=Nr.final)),Ne.call(this)}cr.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function nr(Nr,Tr){var Sr=new Error("write after end");Nr.emit("error",Sr),z.nextTick(Tr,Sr)}function lr(Nr,Tr,Sr,Ar){var Fr=!0,Gr=!1;return Sr===null?Gr=new TypeError("May not write null values to stream"):typeof Sr!="string"&&Sr!==void 0&&!Tr.objectMode&&(Gr=new TypeError("Invalid non-string/buffer chunk")),Gr&&(Nr.emit("error",Gr),z.nextTick(Ar,Gr),Fr=!1),Fr}cr.prototype.write=function(Nr,Tr,Sr){var Ar=this._writableState,Fr=!1,Gr=!Ar.objectMode&&Fe(Nr);return Gr&&!Ue.isBuffer(Nr)&&(Nr=Ve(Nr)),typeof Tr=="function"&&(Sr=Tr,Tr=null),Gr?Tr="buffer":Tr||(Tr=Ar.defaultEncoding),typeof Sr!="function"&&(Sr=er),Ar.ended?nr(this,Sr):(Gr||lr(this,Ar,Nr,Sr))&&(Ar.pendingcb++,Fr=ie(this,Ar,Gr,Nr,Tr,Sr)),Fr},cr.prototype.cork=function(){var Nr=this._writableState;Nr.corked++},cr.prototype.uncork=function(){var Nr=this._writableState;Nr.corked&&(Nr.corked--,!Nr.writing&&!Nr.corked&&!Nr.bufferProcessing&&Nr.bufferedRequest&&kt(this,Nr))},cr.prototype.setDefaultEncoding=function(Tr){if(typeof Tr=="string"&&(Tr=Tr.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((Tr+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+Tr);return this._writableState.defaultEncoding=Tr,this};function Et(Nr,Tr,Sr){return!Nr.objectMode&&Nr.decodeStrings!==!1&&typeof Tr=="string"&&(Tr=Ue.from(Tr,Sr)),Tr}Object.defineProperty(cr.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function ie(Nr,Tr,Sr,Ar,Fr,Gr){if(!Sr){var Vr=Et(Tr,Ar,Fr);Ar!==Vr&&(Sr=!0,Fr="buffer",Ar=Vr)}var Dr=Tr.objectMode?1:Ar.length;Tr.length+=Dr;var Ir=Tr.length<Tr.highWaterMark;if(Ir||(Tr.needDrain=!0),Tr.writing||Tr.corked){var Br=Tr.lastBufferedRequest;Tr.lastBufferedRequest={chunk:Ar,encoding:Fr,isBuf:Sr,callback:Gr,next:null},Br?Br.next=Tr.lastBufferedRequest:Tr.bufferedRequest=Tr.lastBufferedRequest,Tr.bufferedRequestCount+=1}else pe(Nr,Tr,!1,Dr,Ar,Fr,Gr);return Ir}function pe(Nr,Tr,Sr,Ar,Fr,Gr,Vr){Tr.writelen=Ar,Tr.writecb=Vr,Tr.writing=!0,Tr.sync=!0,Sr?Nr._writev(Fr,Tr.onwrite):Nr._write(Fr,Gr,Tr.onwrite),Tr.sync=!1}function Ce(Nr,Tr,Sr,Ar,Fr){--Tr.pendingcb,Sr?(z.nextTick(Fr,Ar),z.nextTick(_r,Nr,Tr),Nr._writableState.errorEmitted=!0,Nr.emit("error",Ar)):(Fr(Ar),Nr._writableState.errorEmitted=!0,Nr.emit("error",Ar),_r(Nr,Tr))}function Ie(Nr){Nr.writing=!1,Nr.writecb=null,Nr.length-=Nr.writelen,Nr.writelen=0}function jt(Nr,Tr){var Sr=Nr._writableState,Ar=Sr.sync,Fr=Sr.writecb;if(Ie(Sr),Tr)Ce(Nr,Sr,Ar,Tr,Fr);else{var Gr=he(Sr);!Gr&&!Sr.corked&&!Sr.bufferProcessing&&Sr.bufferedRequest&&kt(Nr,Sr),Ar?oe(ar,Nr,Sr,Gr,Fr):ar(Nr,Sr,Gr,Fr)}}function ar(Nr,Tr,Sr,Ar){Sr||ur(Nr,Tr),Tr.pendingcb--,Ar(),_r(Nr,Tr)}function ur(Nr,Tr){Tr.length===0&&Tr.needDrain&&(Tr.needDrain=!1,Nr.emit("drain"))}function kt(Nr,Tr){Tr.bufferProcessing=!0;var Sr=Tr.bufferedRequest;if(Nr._writev&&Sr&&Sr.next){var Ar=Tr.bufferedRequestCount,Fr=new Array(Ar),Gr=Tr.corkedRequestsFree;Gr.entry=Sr;for(var Vr=0,Dr=!0;Sr;)Fr[Vr]=Sr,Sr.isBuf||(Dr=!1),Sr=Sr.next,Vr+=1;Fr.allBuffers=Dr,pe(Nr,Tr,!0,Tr.length,Fr,"",Gr.finish),Tr.pendingcb++,Tr.lastBufferedRequest=null,Gr.next?(Tr.corkedRequestsFree=Gr.next,Gr.next=null):Tr.corkedRequestsFree=new re(Tr),Tr.bufferedRequestCount=0}else{for(;Sr;){var Ir=Sr.chunk,Br=Sr.encoding,Rr=Sr.callback,Lr=Tr.objectMode?1:Ir.length;if(pe(Nr,Tr,!1,Lr,Ir,Br,Rr),Sr=Sr.next,Tr.bufferedRequestCount--,Tr.writing)break}Sr===null&&(Tr.lastBufferedRequest=null)}Tr.bufferedRequest=Sr,Tr.bufferProcessing=!1}cr.prototype._write=function(Nr,Tr,Sr){Sr(new Error("_write() is not implemented"))},cr.prototype._writev=null,cr.prototype.end=function(Nr,Tr,Sr){var Ar=this._writableState;typeof Nr=="function"?(Sr=Nr,Nr=null,Tr=null):typeof Tr=="function"&&(Sr=Tr,Tr=null),Nr!=null&&this.write(Nr,Tr),Ar.corked&&(Ar.corked=1,this.uncork()),Ar.ending||yr(this,Ar,Sr)};function he(Nr){return Nr.ending&&Nr.length===0&&Nr.bufferedRequest===null&&!Nr.finished&&!Nr.writing}function tr(Nr,Tr){Nr._final(function(Sr){Tr.pendingcb--,Sr&&Nr.emit("error",Sr),Tr.prefinished=!0,Nr.emit("prefinish"),_r(Nr,Tr)})}function gr(Nr,Tr){!Tr.prefinished&&!Tr.finalCalled&&(typeof Nr._final=="function"?(Tr.pendingcb++,Tr.finalCalled=!0,z.nextTick(tr,Nr,Tr)):(Tr.prefinished=!0,Nr.emit("prefinish")))}function _r(Nr,Tr){var Sr=he(Tr);return Sr&&(gr(Nr,Tr),Tr.pendingcb===0&&(Tr.finished=!0,Nr.emit("finish"))),Sr}function yr(Nr,Tr,Sr){Tr.ending=!0,_r(Nr,Tr),Sr&&(Tr.finished?z.nextTick(Sr):Nr.once("finish",Sr)),Tr.ended=!0,Nr.writable=!1}function xr(Nr,Tr,Sr){var Ar=Nr.entry;for(Nr.entry=null;Ar;){var Fr=Ar.callback;Tr.pendingcb--,Fr(Sr),Ar=Ar.next}Tr.corkedRequestsFree.next=Nr}Object.defineProperty(cr.prototype,"destroyed",{get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Nr){this._writableState&&(this._writableState.destroyed=Nr)}}),cr.prototype.destroy=qe.destroy,cr.prototype._undestroy=qe.undestroy,cr.prototype._destroy=function(Nr,Tr){this.end(),Tr(Nr)}}).call(this)}).call(this,n("_process"),typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{},n("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(n,$,k){function L(re,oe){if(!(re instanceof oe))throw new TypeError("Cannot call a class as a function")}var j=n("safe-buffer").Buffer,V=n("util");function z(re,oe,ue){re.copy(oe,ue)}$.exports=function(){function re(){L(this,re),this.head=null,this.tail=null,this.length=0}return re.prototype.push=function(ue){var de={data:ue,next:null};this.length>0?this.tail.next=de:this.head=de,this.tail=de,++this.length},re.prototype.unshift=function(ue){var de={data:ue,next:this.head};this.length===0&&(this.tail=de),this.head=de,++this.length},re.prototype.shift=function(){if(this.length!==0){var ue=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,ue}},re.prototype.clear=function(){this.head=this.tail=null,this.length=0},re.prototype.join=function(ue){if(this.length===0)return"";for(var de=this.head,_e=""+de.data;de=de.next;)_e+=ue+de.data;return _e},re.prototype.concat=function(ue){if(this.length===0)return j.alloc(0);for(var de=j.allocUnsafe(ue>>>0),_e=this.head,Ne=0;_e;)z(_e.data,de,Ne),Ne+=_e.data.length,_e=_e.next;return de},re}(),V&&V.inspect&&V.inspect.custom&&($.exports.prototype[V.inspect.custom]=function(){var re=V.inspect({length:this.length});return this.constructor.name+" "+re})},{"safe-buffer":463,util:102}],460:[function(n,$,k){var L=n("process-nextick-args");function j(re,oe){var ue=this,de=this._readableState&&this._readableState.destroyed,_e=this._writableState&&this._writableState.destroyed;return de||_e?(oe?oe(re):re&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,L.nextTick(z,this,re)):L.nextTick(z,this,re)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(re||null,function(Ne){!oe&&Ne?ue._writableState?ue._writableState.errorEmitted||(ue._writableState.errorEmitted=!0,L.nextTick(z,ue,Ne)):L.nextTick(z,ue,Ne):oe&&oe(Ne)}),this)}function V(){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 z(re,oe){re.emit("error",oe)}$.exports={destroy:j,undestroy:V}},{"process-nextick-args":443}],461:[function(n,$,k){$.exports=n("events").EventEmitter},{events:388}],462:[function(n,$,k){var L={}.toString;$.exports=Array.isArray||function(j){return L.call(j)=="[object Array]"}},{}],463:[function(n,$,k){var L=n("buffer"),j=L.Buffer;function V(re,oe){for(var ue in re)oe[ue]=re[ue]}j.from&&j.alloc&&j.allocUnsafe&&j.allocUnsafeSlow?$.exports=L:(V(L,k),k.Buffer=z);function z(re,oe,ue){return j(re,oe,ue)}V(j,z),z.from=function(re,oe,ue){if(typeof re=="number")throw new TypeError("Argument must not be a number");return j(re,oe,ue)},z.alloc=function(re,oe,ue){if(typeof re!="number")throw new TypeError("Argument must be a number");var de=j(re);return oe!==void 0?typeof ue=="string"?de.fill(oe,ue):de.fill(oe):de.fill(0),de},z.allocUnsafe=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return j(re)},z.allocUnsafeSlow=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return L.SlowBuffer(re)}},{buffer:103}],464:[function(n,$,k){var L=n("safe-buffer").Buffer,j=L.isEncoding||function(dr){switch(dr=""+dr,dr&&dr.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 V(dr){if(!dr)return"utf8";for(var cr;;)switch(dr){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 dr;default:if(cr)return;dr=(""+dr).toLowerCase(),cr=!0}}function z(dr){var cr=V(dr);if(typeof cr!="string"&&(L.isEncoding===j||!j(dr)))throw new Error("Unknown encoding: "+dr);return cr||dr}k.StringDecoder=re;function re(dr){this.encoding=z(dr);var cr;switch(this.encoding){case"utf16le":this.text=$e,this.end=Ve,cr=4;break;case"utf8":this.fillLast=_e,cr=4;break;case"base64":this.text=Fe,this.end=qe,cr=3;break;default:this.write=er,this.end=ir;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=L.allocUnsafe(cr)}re.prototype.write=function(dr){if(dr.length===0)return"";var cr,nr;if(this.lastNeed){if(cr=this.fillLast(dr),cr===void 0)return"";nr=this.lastNeed,this.lastNeed=0}else nr=0;return nr<dr.length?cr?cr+this.text(dr,nr):this.text(dr,nr):cr||""},re.prototype.end=Ue,re.prototype.text=Ne,re.prototype.fillLast=function(dr){if(this.lastNeed<=dr.length)return dr.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);dr.copy(this.lastChar,this.lastTotal-this.lastNeed,0,dr.length),this.lastNeed-=dr.length};function oe(dr){return dr<=127?0:dr>>5===6?2:dr>>4===14?3:dr>>3===30?4:dr>>6===2?-1:-2}function ue(dr,cr,nr){var lr=cr.length-1;if(lr<nr)return 0;var Et=oe(cr[lr]);return Et>=0?(Et>0&&(dr.lastNeed=Et-1),Et):--lr<nr||Et===-2?0:(Et=oe(cr[lr]),Et>=0?(Et>0&&(dr.lastNeed=Et-2),Et):--lr<nr||Et===-2?0:(Et=oe(cr[lr]),Et>=0?(Et>0&&(Et===2?Et=0:dr.lastNeed=Et-3),Et):0))}function de(dr,cr,nr){if((cr[0]&192)!==128)return dr.lastNeed=0,"<22>";if(dr.lastNeed>1&&cr.length>1){if((cr[1]&192)!==128)return dr.lastNeed=1,"<22>";if(dr.lastNeed>2&&cr.length>2&&(cr[2]&192)!==128)return dr.lastNeed=2,"<22>"}}function _e(dr){var cr=this.lastTotal-this.lastNeed,nr=de(this,dr);if(nr!==void 0)return nr;if(this.lastNeed<=dr.length)return dr.copy(this.lastChar,cr,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);dr.copy(this.lastChar,cr,0,dr.length),this.lastNeed-=dr.length}function Ne(dr,cr){var nr=ue(this,dr,cr);if(!this.lastNeed)return dr.toString("utf8",cr);this.lastTotal=nr;var lr=dr.length-(nr-this.lastNeed);return dr.copy(this.lastChar,0,lr),dr.toString("utf8",cr,lr)}function Ue(dr){var cr=dr&&dr.length?this.write(dr):"";return this.lastNeed?cr+"<22>":cr}function $e(dr,cr){if((dr.length-cr)%2===0){var nr=dr.toString("utf16le",cr);if(nr){var lr=nr.charCodeAt(nr.length-1);if(lr>=55296&&lr<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=dr[dr.length-2],this.lastChar[1]=dr[dr.length-1],nr.slice(0,-1)}return nr}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=dr[dr.length-1],dr.toString("utf16le",cr,dr.length-1)}function Ve(dr){var cr=dr&&dr.length?this.write(dr):"";if(this.lastNeed){var nr=this.lastTotal-this.lastNeed;return cr+this.lastChar.toString("utf16le",0,nr)}return cr}function Fe(dr,cr){var nr=(dr.length-cr)%3;return nr===0?dr.toString("base64",cr):(this.lastNeed=3-nr,this.lastTotal=3,nr===1?this.lastChar[0]=dr[dr.length-1]:(this.lastChar[0]=dr[dr.length-2],this.lastChar[1]=dr[dr.length-1]),dr.toString("base64",cr,dr.length-nr))}function qe(dr){var cr=dr&&dr.length?this.write(dr):"";return this.lastNeed?cr+this.lastChar.toString("base64",0,3-this.lastNeed):cr}function er(dr){return dr.toString(this.encoding)}function ir(dr){return dr&&dr.length?this.write(dr):""}},{"safe-buffer":463}],465:[function(n,$,k){k=$.exports=n("./lib/_stream_readable.js"),k.Stream=k,k.Readable=k,k.Writable=n("./lib/_stream_writable.js"),k.Duplex=n("./lib/_stream_duplex.js"),k.Transform=n("./lib/_stream_transform.js"),k.PassThrough=n("./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(n,$,k){/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var L=n("buffer"),j=L.Buffer;function V(re,oe){for(var ue in re)oe[ue]=re[ue]}j.from&&j.alloc&&j.allocUnsafe&&j.allocUnsafeSlow?$.exports=L:(V(L,k),k.Buffer=z);function z(re,oe,ue){return j(re,oe,ue)}z.prototype=Object.create(j.prototype),V(j,z),z.from=function(re,oe,ue){if(typeof re=="number")throw new TypeError("Argument must not be a number");return j(re,oe,ue)},z.alloc=function(re,oe,ue){if(typeof re!="number")throw new TypeError("Argument must be a number");var de=j(re);return oe!==void 0?typeof ue=="string"?de.fill(oe,ue):de.fill(oe):de.fill(0),de},z.allocUnsafe=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return j(re)},z.allocUnsafeSlow=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return L.SlowBuffer(re)}},{buffer:103}],467:[function(n,$,k){(function(L){(function(){(function(j){j.parser=function(Dr,Ir){return new z(Dr,Ir)},j.SAXParser=z,j.SAXStream=Ue,j.createStream=Ne,j.MAX_BUFFER_LENGTH=64*1024;var V=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];j.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function z(Dr,Ir){if(!(this instanceof z))return new z(Dr,Ir);var Br=this;oe(Br),Br.q=Br.c="",Br.bufferCheckPosition=j.MAX_BUFFER_LENGTH,Br.opt=Ir||{},Br.opt.lowercase=Br.opt.lowercase||Br.opt.lowercasetags,Br.looseCase=Br.opt.lowercase?"toLowerCase":"toUpperCase",Br.tags=[],Br.closed=Br.closedRoot=Br.sawRoot=!1,Br.tag=Br.error=null,Br.strict=!!Dr,Br.noscript=!!(Dr||Br.opt.noscript),Br.state=Ie.BEGIN,Br.strictEntities=Br.opt.strictEntities,Br.ENTITIES=Br.strictEntities?Object.create(j.XML_ENTITIES):Object.create(j.ENTITIES),Br.attribList=[],Br.opt.xmlns&&(Br.ns=Object.create(er)),Br.trackPosition=Br.opt.position!==!1,Br.trackPosition&&(Br.position=Br.line=Br.column=0),ar(Br,"onready")}Object.create||(Object.create=function(Dr){function Ir(){}Ir.prototype=Dr;var Br=new Ir;return Br}),Object.keys||(Object.keys=function(Dr){var Ir=[];for(var Br in Dr)Dr.hasOwnProperty(Br)&&Ir.push(Br);return Ir});function re(Dr){for(var Ir=Math.max(j.MAX_BUFFER_LENGTH,10),Br=0,Rr=0,Lr=V.length;Rr<Lr;Rr++){var $r=Dr[V[Rr]].length;if($r>Ir)switch(V[Rr]){case"textNode":kt(Dr);break;case"cdata":ur(Dr,"oncdata",Dr.cdata),Dr.cdata="";break;case"script":ur(Dr,"onscript",Dr.script),Dr.script="";break;default:tr(Dr,"Max buffer length exceeded: "+V[Rr])}Br=Math.max(Br,$r)}var jr=j.MAX_BUFFER_LENGTH-Br;Dr.bufferCheckPosition=jr+Dr.position}function oe(Dr){for(var Ir=0,Br=V.length;Ir<Br;Ir++)Dr[V[Ir]]=""}function ue(Dr){kt(Dr),Dr.cdata!==""&&(ur(Dr,"oncdata",Dr.cdata),Dr.cdata=""),Dr.script!==""&&(ur(Dr,"onscript",Dr.script),Dr.script="")}z.prototype={end:function(){gr(this)},write:Vr,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){ue(this)}};var de;try{de=n("stream").Stream}catch{de=function(){}}de||(de=function(){});var _e=j.EVENTS.filter(function(Dr){return Dr!=="error"&&Dr!=="end"});function Ne(Dr,Ir){return new Ue(Dr,Ir)}function Ue(Dr,Ir){if(!(this instanceof Ue))return new Ue(Dr,Ir);de.apply(this),this._parser=new z(Dr,Ir),this.writable=!0,this.readable=!0;var Br=this;this._parser.onend=function(){Br.emit("end")},this._parser.onerror=function(Rr){Br.emit("error",Rr),Br._parser.error=null},this._decoder=null,_e.forEach(function(Rr){Object.defineProperty(Br,"on"+Rr,{get:function(){return Br._parser["on"+Rr]},set:function(Lr){if(!Lr)return Br.removeAllListeners(Rr),Br._parser["on"+Rr]=Lr,Lr;Br.on(Rr,Lr)},enumerable:!0,configurable:!1})})}Ue.prototype=Object.create(de.prototype,{constructor:{value:Ue}}),Ue.prototype.write=function(Dr){if(typeof L=="function"&&typeof L.isBuffer=="function"&&L.isBuffer(Dr)){if(!this._decoder){var Ir=n("string_decoder").StringDecoder;this._decoder=new Ir("utf8")}Dr=this._decoder.write(Dr)}return this._parser.write(Dr.toString()),this.emit("data",Dr),!0},Ue.prototype.end=function(Dr){return Dr&&Dr.length&&this.write(Dr),this._parser.end(),!0},Ue.prototype.on=function(Dr,Ir){var Br=this;return!Br._parser["on"+Dr]&&_e.indexOf(Dr)!==-1&&(Br._parser["on"+Dr]=function(){var Rr=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);Rr.splice(0,0,Dr),Br.emit.apply(Br,Rr)}),de.prototype.on.call(Br,Dr,Ir)};var $e="[CDATA[",Ve="DOCTYPE",Fe="http://www.w3.org/XML/1998/namespace",qe="http://www.w3.org/2000/xmlns/",er={xml:Fe,xmlns:qe},ir=/[:_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]/,dr=/[:_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-]/,cr=/[#:_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]/,nr=/[#:_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 lr(Dr){return Dr===" "||Dr===`
`||Dr==="\r"||Dr===" "}function Et(Dr){return Dr==='"'||Dr==="'"}function ie(Dr){return Dr===">"||lr(Dr)}function pe(Dr,Ir){return Dr.test(Ir)}function Ce(Dr,Ir){return!pe(Dr,Ir)}var Ie=0;j.STATE={BEGIN:Ie++,BEGIN_WHITESPACE:Ie++,TEXT:Ie++,TEXT_ENTITY:Ie++,OPEN_WAKA:Ie++,SGML_DECL:Ie++,SGML_DECL_QUOTED:Ie++,DOCTYPE:Ie++,DOCTYPE_QUOTED:Ie++,DOCTYPE_DTD:Ie++,DOCTYPE_DTD_QUOTED:Ie++,COMMENT_STARTING:Ie++,COMMENT:Ie++,COMMENT_ENDING:Ie++,COMMENT_ENDED:Ie++,CDATA:Ie++,CDATA_ENDING:Ie++,CDATA_ENDING_2:Ie++,PROC_INST:Ie++,PROC_INST_BODY:Ie++,PROC_INST_ENDING:Ie++,OPEN_TAG:Ie++,OPEN_TAG_SLASH:Ie++,ATTRIB:Ie++,ATTRIB_NAME:Ie++,ATTRIB_NAME_SAW_WHITE:Ie++,ATTRIB_VALUE:Ie++,ATTRIB_VALUE_QUOTED:Ie++,ATTRIB_VALUE_CLOSED:Ie++,ATTRIB_VALUE_UNQUOTED:Ie++,ATTRIB_VALUE_ENTITY_Q:Ie++,ATTRIB_VALUE_ENTITY_U:Ie++,CLOSE_TAG:Ie++,CLOSE_TAG_SAW_WHITE:Ie++,SCRIPT:Ie++,SCRIPT_ENDING:Ie++},j.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},j.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(j.ENTITIES).forEach(function(Dr){var Ir=j.ENTITIES[Dr],Br=typeof Ir=="number"?String.fromCharCode(Ir):Ir;j.ENTITIES[Dr]=Br});for(var jt in j.STATE)j.STATE[j.STATE[jt]]=jt;Ie=j.STATE;function ar(Dr,Ir,Br){Dr[Ir]&&Dr[Ir](Br)}function ur(Dr,Ir,Br){Dr.textNode&&kt(Dr),ar(Dr,Ir,Br)}function kt(Dr){Dr.textNode=he(Dr.opt,Dr.textNode),Dr.textNode&&ar(Dr,"ontext",Dr.textNode),Dr.textNode=""}function he(Dr,Ir){return Dr.trim&&(Ir=Ir.trim()),Dr.normalize&&(Ir=Ir.replace(/\s+/g," ")),Ir}function tr(Dr,Ir){return kt(Dr),Dr.trackPosition&&(Ir+=`
Line: `+Dr.line+`
Column: `+Dr.column+`
Char: `+Dr.c),Ir=new Error(Ir),Dr.error=Ir,ar(Dr,"onerror",Ir),Dr}function gr(Dr){return Dr.sawRoot&&!Dr.closedRoot&&_r(Dr,"Unclosed root tag"),Dr.state!==Ie.BEGIN&&Dr.state!==Ie.BEGIN_WHITESPACE&&Dr.state!==Ie.TEXT&&tr(Dr,"Unexpected end"),kt(Dr),Dr.c="",Dr.closed=!0,ar(Dr,"onend"),z.call(Dr,Dr.strict,Dr.opt),Dr}function _r(Dr,Ir){if(typeof Dr!="object"||!(Dr instanceof z))throw new Error("bad call to strictFail");Dr.strict&&tr(Dr,Ir)}function yr(Dr){Dr.strict||(Dr.tagName=Dr.tagName[Dr.looseCase]());var Ir=Dr.tags[Dr.tags.length-1]||Dr,Br=Dr.tag={name:Dr.tagName,attributes:{}};Dr.opt.xmlns&&(Br.ns=Ir.ns),Dr.attribList.length=0,ur(Dr,"onopentagstart",Br)}function xr(Dr,Ir){var Br=Dr.indexOf(":"),Rr=Br<0?["",Dr]:Dr.split(":"),Lr=Rr[0],$r=Rr[1];return Ir&&Dr==="xmlns"&&(Lr="xmlns",$r=""),{prefix:Lr,local:$r}}function Nr(Dr){if(Dr.strict||(Dr.attribName=Dr.attribName[Dr.looseCase]()),Dr.attribList.indexOf(Dr.attribName)!==-1||Dr.tag.attributes.hasOwnProperty(Dr.attribName)){Dr.attribName=Dr.attribValue="";return}if(Dr.opt.xmlns){var Ir=xr(Dr.attribName,!0),Br=Ir.prefix,Rr=Ir.local;if(Br==="xmlns")if(Rr==="xml"&&Dr.attribValue!==Fe)_r(Dr,"xml: prefix must be bound to "+Fe+`
Actual: `+Dr.attribValue);else if(Rr==="xmlns"&&Dr.attribValue!==qe)_r(Dr,"xmlns: prefix must be bound to "+qe+`
Actual: `+Dr.attribValue);else{var Lr=Dr.tag,$r=Dr.tags[Dr.tags.length-1]||Dr;Lr.ns===$r.ns&&(Lr.ns=Object.create($r.ns)),Lr.ns[Rr]=Dr.attribValue}Dr.attribList.push([Dr.attribName,Dr.attribValue])}else Dr.tag.attributes[Dr.attribName]=Dr.attribValue,ur(Dr,"onattribute",{name:Dr.attribName,value:Dr.attribValue});Dr.attribName=Dr.attribValue=""}function Tr(Dr,Ir){if(Dr.opt.xmlns){var Br=Dr.tag,Rr=xr(Dr.tagName);Br.prefix=Rr.prefix,Br.local=Rr.local,Br.uri=Br.ns[Rr.prefix]||"",Br.prefix&&!Br.uri&&(_r(Dr,"Unbound namespace prefix: "+JSON.stringify(Dr.tagName)),Br.uri=Rr.prefix);var Lr=Dr.tags[Dr.tags.length-1]||Dr;Br.ns&&Lr.ns!==Br.ns&&Object.keys(Br.ns).forEach(function(Ba){ur(Dr,"onopennamespace",{prefix:Ba,uri:Br.ns[Ba]})});for(var $r=0,jr=Dr.attribList.length;$r<jr;$r++){var vn=Dr.attribList[$r],Kr=vn[0],kr=vn[1],Qr=xr(Kr,!0),Zr=Qr.prefix,Vi=Qr.local,To=Zr===""?"":Br.ns[Zr]||"",oa={name:Kr,value:kr,prefix:Zr,local:Vi,uri:To};Zr&&Zr!=="xmlns"&&!To&&(_r(Dr,"Unbound namespace prefix: "+JSON.stringify(Zr)),oa.uri=Zr),Dr.tag.attributes[Kr]=oa,ur(Dr,"onattribute",oa)}Dr.attribList.length=0}Dr.tag.isSelfClosing=!!Ir,Dr.sawRoot=!0,Dr.tags.push(Dr.tag),ur(Dr,"onopentag",Dr.tag),Ir||(!Dr.noscript&&Dr.tagName.toLowerCase()==="script"?Dr.state=Ie.SCRIPT:Dr.state=Ie.TEXT,Dr.tag=null,Dr.tagName=""),Dr.attribName=Dr.attribValue="",Dr.attribList.length=0}function Sr(Dr){if(!Dr.tagName){_r(Dr,"Weird empty close tag."),Dr.textNode+="</>",Dr.state=Ie.TEXT;return}if(Dr.script){if(Dr.tagName!=="script"){Dr.script+="</"+Dr.tagName+">",Dr.tagName="",Dr.state=Ie.SCRIPT;return}ur(Dr,"onscript",Dr.script),Dr.script=""}var Ir=Dr.tags.length,Br=Dr.tagName;Dr.strict||(Br=Br[Dr.looseCase]());for(var Rr=Br;Ir--;){var Lr=Dr.tags[Ir];if(Lr.name!==Rr)_r(Dr,"Unexpected close tag");else break}if(Ir<0){_r(Dr,"Unmatched closing tag: "+Dr.tagName),Dr.textNode+="</"+Dr.tagName+">",Dr.state=Ie.TEXT;return}Dr.tagName=Br;for(var $r=Dr.tags.length;$r-- >Ir;){var jr=Dr.tag=Dr.tags.pop();Dr.tagName=Dr.tag.name,ur(Dr,"onclosetag",Dr.tagName);var vn={};for(var Kr in jr.ns)vn[Kr]=jr.ns[Kr];var kr=Dr.tags[Dr.tags.length-1]||Dr;Dr.opt.xmlns&&jr.ns!==kr.ns&&Object.keys(jr.ns).forEach(function(Qr){var Zr=jr.ns[Qr];ur(Dr,"onclosenamespace",{prefix:Qr,uri:Zr})})}Ir===0&&(Dr.closedRoot=!0),Dr.tagName=Dr.attribValue=Dr.attribName="",Dr.attribList.length=0,Dr.state=Ie.TEXT}function Ar(Dr){var Ir=Dr.entity,Br=Ir.toLowerCase(),Rr,Lr="";return Dr.ENTITIES[Ir]?Dr.ENTITIES[Ir]:Dr.ENTITIES[Br]?Dr.ENTITIES[Br]:(Ir=Br,Ir.charAt(0)==="#"&&(Ir.charAt(1)==="x"?(Ir=Ir.slice(2),Rr=parseInt(Ir,16),Lr=Rr.toString(16)):(Ir=Ir.slice(1),Rr=parseInt(Ir,10),Lr=Rr.toString(10))),Ir=Ir.replace(/^0+/,""),isNaN(Rr)||Lr.toLowerCase()!==Ir?(_r(Dr,"Invalid character entity"),"&"+Dr.entity+";"):String.fromCodePoint(Rr))}function Fr(Dr,Ir){Ir==="<"?(Dr.state=Ie.OPEN_WAKA,Dr.startTagPosition=Dr.position):lr(Ir)||(_r(Dr,"Non-whitespace before first tag."),Dr.textNode=Ir,Dr.state=Ie.TEXT)}function Gr(Dr,Ir){var Br="";return Ir<Dr.length&&(Br=Dr.charAt(Ir)),Br}function Vr(Dr){var Ir=this;if(this.error)throw this.error;if(Ir.closed)return tr(Ir,"Cannot write after close. Assign an onready handler.");if(Dr===null)return gr(Ir);typeof Dr=="object"&&(Dr=Dr.toString());for(var Br=0,Rr="";Rr=Gr(Dr,Br++),Ir.c=Rr,!!Rr;)switch(Ir.trackPosition&&(Ir.position++,Rr===`
`?(Ir.line++,Ir.column=0):Ir.column++),Ir.state){case Ie.BEGIN:if(Ir.state=Ie.BEGIN_WHITESPACE,Rr==="\uFEFF")continue;Fr(Ir,Rr);continue;case Ie.BEGIN_WHITESPACE:Fr(Ir,Rr);continue;case Ie.TEXT:if(Ir.sawRoot&&!Ir.closedRoot){for(var Lr=Br-1;Rr&&Rr!=="<"&&Rr!=="&";)Rr=Gr(Dr,Br++),Rr&&Ir.trackPosition&&(Ir.position++,Rr===`
`?(Ir.line++,Ir.column=0):Ir.column++);Ir.textNode+=Dr.substring(Lr,Br-1)}Rr==="<"&&!(Ir.sawRoot&&Ir.closedRoot&&!Ir.strict)?(Ir.state=Ie.OPEN_WAKA,Ir.startTagPosition=Ir.position):(!lr(Rr)&&(!Ir.sawRoot||Ir.closedRoot)&&_r(Ir,"Text data outside of root node."),Rr==="&"?Ir.state=Ie.TEXT_ENTITY:Ir.textNode+=Rr);continue;case Ie.SCRIPT:Rr==="<"?Ir.state=Ie.SCRIPT_ENDING:Ir.script+=Rr;continue;case Ie.SCRIPT_ENDING:Rr==="/"?Ir.state=Ie.CLOSE_TAG:(Ir.script+="<"+Rr,Ir.state=Ie.SCRIPT);continue;case Ie.OPEN_WAKA:if(Rr==="!")Ir.state=Ie.SGML_DECL,Ir.sgmlDecl="";else if(!lr(Rr))if(pe(ir,Rr))Ir.state=Ie.OPEN_TAG,Ir.tagName=Rr;else if(Rr==="/")Ir.state=Ie.CLOSE_TAG,Ir.tagName="";else if(Rr==="?")Ir.state=Ie.PROC_INST,Ir.procInstName=Ir.procInstBody="";else{if(_r(Ir,"Unencoded <"),Ir.startTagPosition+1<Ir.position){var $r=Ir.position-Ir.startTagPosition;Rr=new Array($r).join(" ")+Rr}Ir.textNode+="<"+Rr,Ir.state=Ie.TEXT}continue;case Ie.SGML_DECL:(Ir.sgmlDecl+Rr).toUpperCase()===$e?(ur(Ir,"onopencdata"),Ir.state=Ie.CDATA,Ir.sgmlDecl="",Ir.cdata=""):Ir.sgmlDecl+Rr==="--"?(Ir.state=Ie.COMMENT,Ir.comment="",Ir.sgmlDecl=""):(Ir.sgmlDecl+Rr).toUpperCase()===Ve?(Ir.state=Ie.DOCTYPE,(Ir.doctype||Ir.sawRoot)&&_r(Ir,"Inappropriately located doctype declaration"),Ir.doctype="",Ir.sgmlDecl=""):Rr===">"?(ur(Ir,"onsgmldeclaration",Ir.sgmlDecl),Ir.sgmlDecl="",Ir.state=Ie.TEXT):(Et(Rr)&&(Ir.state=Ie.SGML_DECL_QUOTED),Ir.sgmlDecl+=Rr);continue;case Ie.SGML_DECL_QUOTED:Rr===Ir.q&&(Ir.state=Ie.SGML_DECL,Ir.q=""),Ir.sgmlDecl+=Rr;continue;case Ie.DOCTYPE:Rr===">"?(Ir.state=Ie.TEXT,ur(Ir,"ondoctype",Ir.doctype),Ir.doctype=!0):(Ir.doctype+=Rr,Rr==="["?Ir.state=Ie.DOCTYPE_DTD:Et(Rr)&&(Ir.state=Ie.DOCTYPE_QUOTED,Ir.q=Rr));continue;case Ie.DOCTYPE_QUOTED:Ir.doctype+=Rr,Rr===Ir.q&&(Ir.q="",Ir.state=Ie.DOCTYPE);continue;case Ie.DOCTYPE_DTD:Ir.doctype+=Rr,Rr==="]"?Ir.state=Ie.DOCTYPE:Et(Rr)&&(Ir.state=Ie.DOCTYPE_DTD_QUOTED,Ir.q=Rr);continue;case Ie.DOCTYPE_DTD_QUOTED:Ir.doctype+=Rr,Rr===Ir.q&&(Ir.state=Ie.DOCTYPE_DTD,Ir.q="");continue;case Ie.COMMENT:Rr==="-"?Ir.state=Ie.COMMENT_ENDING:Ir.comment+=Rr;continue;case Ie.COMMENT_ENDING:Rr==="-"?(Ir.state=Ie.COMMENT_ENDED,Ir.comment=he(Ir.opt,Ir.comment),Ir.comment&&ur(Ir,"oncomment",Ir.comment),Ir.comment=""):(Ir.comment+="-"+Rr,Ir.state=Ie.COMMENT);continue;case Ie.COMMENT_ENDED:Rr!==">"?(_r(Ir,"Malformed comment"),Ir.comment+="--"+Rr,Ir.state=Ie.COMMENT):Ir.state=Ie.TEXT;continue;case Ie.CDATA:Rr==="]"?Ir.state=Ie.CDATA_ENDING:Ir.cdata+=Rr;continue;case Ie.CDATA_ENDING:Rr==="]"?Ir.state=Ie.CDATA_ENDING_2:(Ir.cdata+="]"+Rr,Ir.state=Ie.CDATA);continue;case Ie.CDATA_ENDING_2:Rr===">"?(Ir.cdata&&ur(Ir,"oncdata",Ir.cdata),ur(Ir,"onclosecdata"),Ir.cdata="",Ir.state=Ie.TEXT):Rr==="]"?Ir.cdata+="]":(Ir.cdata+="]]"+Rr,Ir.state=Ie.CDATA);continue;case Ie.PROC_INST:Rr==="?"?Ir.state=Ie.PROC_INST_ENDING:lr(Rr)?Ir.state=Ie.PROC_INST_BODY:Ir.procInstName+=Rr;continue;case Ie.PROC_INST_BODY:if(!Ir.procInstBody&&lr(Rr))continue;Rr==="?"?Ir.state=Ie.PROC_INST_ENDING:Ir.procInstBody+=Rr;continue;case Ie.PROC_INST_ENDING:Rr===">"?(ur(Ir,"onprocessinginstruction",{name:Ir.procInstName,body:Ir.procInstBody}),Ir.procInstName=Ir.procInstBody="",Ir.state=Ie.TEXT):(Ir.procInstBody+="?"+Rr,Ir.state=Ie.PROC_INST_BODY);continue;case Ie.OPEN_TAG:pe(dr,Rr)?Ir.tagName+=Rr:(yr(Ir),Rr===">"?Tr(Ir):Rr==="/"?Ir.state=Ie.OPEN_TAG_SLASH:(lr(Rr)||_r(Ir,"Invalid character in tag name"),Ir.state=Ie.ATTRIB));continue;case Ie.OPEN_TAG_SLASH:Rr===">"?(Tr(Ir,!0),Sr(Ir)):(_r(Ir,"Forward-slash in opening tag not followed by >"),Ir.state=Ie.ATTRIB);continue;case Ie.ATTRIB:if(lr(Rr))continue;Rr===">"?Tr(Ir):Rr==="/"?Ir.state=Ie.OPEN_TAG_SLASH:pe(ir,Rr)?(Ir.attribName=Rr,Ir.attribValue="",Ir.state=Ie.ATTRIB_NAME):_r(Ir,"Invalid attribute name");continue;case Ie.ATTRIB_NAME:Rr==="="?Ir.state=Ie.ATTRIB_VALUE:Rr===">"?(_r(Ir,"Attribute without value"),Ir.attribValue=Ir.attribName,Nr(Ir),Tr(Ir)):lr(Rr)?Ir.state=Ie.ATTRIB_NAME_SAW_WHITE:pe(dr,Rr)?Ir.attribName+=Rr:_r(Ir,"Invalid attribute name");continue;case Ie.ATTRIB_NAME_SAW_WHITE:if(Rr==="=")Ir.state=Ie.ATTRIB_VALUE;else{if(lr(Rr))continue;_r(Ir,"Attribute without value"),Ir.tag.attributes[Ir.attribName]="",Ir.attribValue="",ur(Ir,"onattribute",{name:Ir.attribName,value:""}),Ir.attribName="",Rr===">"?Tr(Ir):pe(ir,Rr)?(Ir.attribName=Rr,Ir.state=Ie.ATTRIB_NAME):(_r(Ir,"Invalid attribute name"),Ir.state=Ie.ATTRIB)}continue;case Ie.ATTRIB_VALUE:if(lr(Rr))continue;Et(Rr)?(Ir.q=Rr,Ir.state=Ie.ATTRIB_VALUE_QUOTED):(_r(Ir,"Unquoted attribute value"),Ir.state=Ie.ATTRIB_VALUE_UNQUOTED,Ir.attribValue=Rr);continue;case Ie.ATTRIB_VALUE_QUOTED:if(Rr!==Ir.q){Rr==="&"?Ir.state=Ie.ATTRIB_VALUE_ENTITY_Q:Ir.attribValue+=Rr;continue}Nr(Ir),Ir.q="",Ir.state=Ie.ATTRIB_VALUE_CLOSED;continue;case Ie.ATTRIB_VALUE_CLOSED:lr(Rr)?Ir.state=Ie.ATTRIB:Rr===">"?Tr(Ir):Rr==="/"?Ir.state=Ie.OPEN_TAG_SLASH:pe(ir,Rr)?(_r(Ir,"No whitespace between attributes"),Ir.attribName=Rr,Ir.attribValue="",Ir.state=Ie.ATTRIB_NAME):_r(Ir,"Invalid attribute name");continue;case Ie.ATTRIB_VALUE_UNQUOTED:if(!ie(Rr)){Rr==="&"?Ir.state=Ie.ATTRIB_VALUE_ENTITY_U:Ir.attribValue+=Rr;continue}Nr(Ir),Rr===">"?Tr(Ir):Ir.state=Ie.ATTRIB;continue;case Ie.CLOSE_TAG:if(Ir.tagName)Rr===">"?Sr(Ir):pe(dr,Rr)?Ir.tagName+=Rr:Ir.script?(Ir.script+="</"+Ir.tagName,Ir.tagName="",Ir.state=Ie.SCRIPT):(lr(Rr)||_r(Ir,"Invalid tagname in closing tag"),Ir.state=Ie.CLOSE_TAG_SAW_WHITE);else{if(lr(Rr))continue;Ce(ir,Rr)?Ir.script?(Ir.script+="</"+Rr,Ir.state=Ie.SCRIPT):_r(Ir,"Invalid tagname in closing tag."):Ir.tagName=Rr}continue;case Ie.CLOSE_TAG_SAW_WHITE:if(lr(Rr))continue;Rr===">"?Sr(Ir):_r(Ir,"Invalid characters in closing tag");continue;case Ie.TEXT_ENTITY:case Ie.ATTRIB_VALUE_ENTITY_Q:case Ie.ATTRIB_VALUE_ENTITY_U:var jr,vn;switch(Ir.state){case Ie.TEXT_ENTITY:jr=Ie.TEXT,vn="textNode";break;case Ie.ATTRIB_VALUE_ENTITY_Q:jr=Ie.ATTRIB_VALUE_QUOTED,vn="attribValue";break;case Ie.ATTRIB_VALUE_ENTITY_U:jr=Ie.ATTRIB_VALUE_UNQUOTED,vn="attribValue";break}if(Rr===";")if(Ir.opt.unparsedEntities){var Kr=Ar(Ir);Ir.entity="",Ir.state=jr,Ir.write(Kr)}else Ir[vn]+=Ar(Ir),Ir.entity="",Ir.state=jr;else pe(Ir.entity.length?nr:cr,Rr)?Ir.entity+=Rr:(_r(Ir,"Invalid character in entity name"),Ir[vn]+="&"+Ir.entity+Rr,Ir.entity="",Ir.state=jr);continue;default:throw new Error(Ir,"Unknown state: "+Ir.state)}return Ir.position>=Ir.bufferCheckPosition&&re(Ir),Ir}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var Dr=String.fromCharCode,Ir=Math.floor,Br=function(){var Rr=16384,Lr=[],$r,jr,vn=-1,Kr=arguments.length;if(!Kr)return"";for(var kr="";++vn<Kr;){var Qr=Number(arguments[vn]);if(!isFinite(Qr)||Qr<0||Qr>1114111||Ir(Qr)!==Qr)throw RangeError("Invalid code point: "+Qr);Qr<=65535?Lr.push(Qr):(Qr-=65536,$r=(Qr>>10)+55296,jr=Qr%1024+56320,Lr.push($r,jr)),(vn+1===Kr||Lr.length>Rr)&&(kr+=Dr.apply(null,Lr),Lr.length=0)}return kr};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Br,configurable:!0,writable:!0}):String.fromCodePoint=Br}()})(typeof k>"u"?this.sax={}:k)}).call(this)}).call(this,n("buffer").Buffer)},{buffer:103,stream:470,string_decoder:485}],468:[function(n,$,k){var L=n("get-intrinsic"),j=n("define-data-property"),V=n("has-property-descriptors")(),z=n("gopd"),re=L("%TypeError%"),oe=L("%Math.floor%");$.exports=function(de,_e){if(typeof de!="function")throw new re("`fn` is not a function");if(typeof _e!="number"||_e<0||_e>4294967295||oe(_e)!==_e)throw new re("`length` must be a positive 32-bit integer");var Ne=arguments.length>2&&!!arguments[2],Ue=!0,$e=!0;if("length"in de&&z){var Ve=z(de,"length");Ve&&!Ve.configurable&&(Ue=!1),Ve&&!Ve.writable&&($e=!1)}return(Ue||$e||!Ne)&&(V?j(de,"length",_e,!0,!0):j(de,"length",_e)),de}},{"define-data-property":386,"get-intrinsic":392,gopd:393,"has-property-descriptors":394}],469:[function(n,$,k){var L=n("get-intrinsic"),j=n("call-bind/callBound"),V=n("object-inspect"),z=L("%TypeError%"),re=L("%WeakMap%",!0),oe=L("%Map%",!0),ue=j("WeakMap.prototype.get",!0),de=j("WeakMap.prototype.set",!0),_e=j("WeakMap.prototype.has",!0),Ne=j("Map.prototype.get",!0),Ue=j("Map.prototype.set",!0),$e=j("Map.prototype.has",!0),Ve=function(ir,dr){for(var cr=ir,nr;(nr=cr.next)!==null;cr=nr)if(nr.key===dr)return cr.next=nr.next,nr.next=ir.next,ir.next=nr,nr},Fe=function(ir,dr){var cr=Ve(ir,dr);return cr&&cr.value},qe=function(ir,dr,cr){var nr=Ve(ir,dr);nr?nr.value=cr:ir.next={key:dr,next:ir.next,value:cr}},er=function(ir,dr){return!!Ve(ir,dr)};$.exports=function(){var dr,cr,nr,lr={assert:function(Et){if(!lr.has(Et))throw new z("Side channel does not contain "+V(Et))},get:function(Et){if(re&&Et&&(typeof Et=="object"||typeof Et=="function")){if(dr)return ue(dr,Et)}else if(oe){if(cr)return Ne(cr,Et)}else if(nr)return Fe(nr,Et)},has:function(Et){if(re&&Et&&(typeof Et=="object"||typeof Et=="function")){if(dr)return _e(dr,Et)}else if(oe){if(cr)return $e(cr,Et)}else if(nr)return er(nr,Et);return!1},set:function(Et,ie){re&&Et&&(typeof Et=="object"||typeof Et=="function")?(dr||(dr=new re),de(dr,Et,ie)):oe?(cr||(cr=new oe),Ue(cr,Et,ie)):(nr||(nr={key:{},next:null}),qe(nr,Et,ie))}};return lr}},{"call-bind/callBound":105,"get-intrinsic":392,"object-inspect":435}],470:[function(n,$,k){$.exports=V;var L=n("events").EventEmitter,j=n("inherits");j(V,L),V.Readable=n("readable-stream/lib/_stream_readable.js"),V.Writable=n("readable-stream/lib/_stream_writable.js"),V.Duplex=n("readable-stream/lib/_stream_duplex.js"),V.Transform=n("readable-stream/lib/_stream_transform.js"),V.PassThrough=n("readable-stream/lib/_stream_passthrough.js"),V.finished=n("readable-stream/lib/internal/streams/end-of-stream.js"),V.pipeline=n("readable-stream/lib/internal/streams/pipeline.js"),V.Stream=V;function V(){L.call(this)}V.prototype.pipe=function(z,re){var oe=this;function ue(Fe){z.writable&&z.write(Fe)===!1&&oe.pause&&oe.pause()}oe.on("data",ue);function de(){oe.readable&&oe.resume&&oe.resume()}z.on("drain",de),!z._isStdio&&(!re||re.end!==!1)&&(oe.on("end",Ne),oe.on("close",Ue));var _e=!1;function Ne(){_e||(_e=!0,z.end())}function Ue(){_e||(_e=!0,typeof z.destroy=="function"&&z.destroy())}function $e(Fe){if(Ve(),L.listenerCount(this,"error")===0)throw Fe}oe.on("error",$e),z.on("error",$e);function Ve(){oe.removeListener("data",ue),z.removeListener("drain",de),oe.removeListener("end",Ne),oe.removeListener("close",Ue),oe.removeListener("error",$e),z.removeListener("error",$e),oe.removeListener("end",Ve),oe.removeListener("close",Ve),z.removeListener("close",Ve)}return oe.on("end",Ve),oe.on("close",Ve),z.on("close",Ve),z.emit("pipe",oe),z}},{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(n,$,k){function L(de,_e){de.prototype=Object.create(_e.prototype),de.prototype.constructor=de,de.__proto__=_e}var j={};function V(de,_e,Ne){Ne||(Ne=Error);function Ue(Ve,Fe,qe){return typeof _e=="string"?_e:_e(Ve,Fe,qe)}var $e=function(Ve){L(Fe,Ve);function Fe(qe,er,ir){return Ve.call(this,Ue(qe,er,ir))||this}return Fe}(Ne);$e.prototype.name=Ne.name,$e.prototype.code=de,j[de]=$e}function z(de,_e){if(Array.isArray(de)){var Ne=de.length;return de=de.map(function(Ue){return String(Ue)}),Ne>2?"one of ".concat(_e," ").concat(de.slice(0,Ne-1).join(", "),", or ")+de[Ne-1]:Ne===2?"one of ".concat(_e," ").concat(de[0]," or ").concat(de[1]):"of ".concat(_e," ").concat(de[0])}else return"of ".concat(_e," ").concat(String(de))}function re(de,_e,Ne){return de.substr(0,_e.length)===_e}function oe(de,_e,Ne){return(Ne===void 0||Ne>de.length)&&(Ne=de.length),de.substring(Ne-_e.length,Ne)===_e}function ue(de,_e,Ne){return typeof Ne!="number"&&(Ne=0),Ne+_e.length>de.length?!1:de.indexOf(_e,Ne)!==-1}V("ERR_INVALID_OPT_VALUE",function(de,_e){return'The value "'+_e+'" is invalid for option "'+de+'"'},TypeError),V("ERR_INVALID_ARG_TYPE",function(de,_e,Ne){var Ue;typeof _e=="string"&&re(_e,"not ")?(Ue="must not be",_e=_e.replace(/^not /,"")):Ue="must be";var $e;if(oe(de," argument"))$e="The ".concat(de," ").concat(Ue," ").concat(z(_e,"type"));else{var Ve=ue(de,".")?"property":"argument";$e='The "'.concat(de,'" ').concat(Ve," ").concat(Ue," ").concat(z(_e,"type"))}return $e+=". Received type ".concat(typeof Ne),$e},TypeError),V("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),V("ERR_METHOD_NOT_IMPLEMENTED",function(de){return"The "+de+" method is not implemented"}),V("ERR_STREAM_PREMATURE_CLOSE","Premature close"),V("ERR_STREAM_DESTROYED",function(de){return"Cannot call "+de+" after a stream was destroyed"}),V("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),V("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),V("ERR_STREAM_WRITE_AFTER_END","write after end"),V("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),V("ERR_UNKNOWN_ENCODING",function(de){return"Unknown encoding: "+de},TypeError),V("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),$.exports.codes=j},{}],472:[function(n,$,k){(function(L){(function(){var j=Object.keys||function(Ue){var $e=[];for(var Ve in Ue)$e.push(Ve);return $e};$.exports=de;var V=n("./_stream_readable"),z=n("./_stream_writable");n("inherits")(de,V);for(var re=j(z.prototype),oe=0;oe<re.length;oe++){var ue=re[oe];de.prototype[ue]||(de.prototype[ue]=z.prototype[ue])}function de(Ue){if(!(this instanceof de))return new de(Ue);V.call(this,Ue),z.call(this,Ue),this.allowHalfOpen=!0,Ue&&(Ue.readable===!1&&(this.readable=!1),Ue.writable===!1&&(this.writable=!1),Ue.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",_e)))}Object.defineProperty(de.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(de.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(de.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function _e(){this._writableState.ended||L.nextTick(Ne,this)}function Ne(Ue){Ue.end()}Object.defineProperty(de.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function($e){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=$e,this._writableState.destroyed=$e)}})}).call(this)}).call(this,n("_process"))},{"./_stream_readable":474,"./_stream_writable":476,_process:540,inherits:409}],473:[function(n,$,k){$.exports=j;var L=n("./_stream_transform");n("inherits")(j,L);function j(V){if(!(this instanceof j))return new j(V);L.call(this,V)}j.prototype._transform=function(V,z,re){re(null,V)}},{"./_stream_transform":475,inherits:409}],474:[function(n,$,k){(function(L,j){(function(){$.exports=ar;var V;ar.ReadableState=jt,n("events").EventEmitter;var z=function(vn,Kr){return vn.listeners(Kr).length},re=n("./internal/streams/stream"),oe=n("buffer").Buffer,ue=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function de(jr){return oe.from(jr)}function _e(jr){return oe.isBuffer(jr)||jr instanceof ue}var Ne=n("util"),Ue;Ne&&Ne.debuglog?Ue=Ne.debuglog("stream"):Ue=function(){};var $e=n("./internal/streams/buffer_list"),Ve=n("./internal/streams/destroy"),Fe=n("./internal/streams/state"),qe=Fe.getHighWaterMark,er=n("../errors").codes,ir=er.ERR_INVALID_ARG_TYPE,dr=er.ERR_STREAM_PUSH_AFTER_EOF,cr=er.ERR_METHOD_NOT_IMPLEMENTED,nr=er.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,lr,Et,ie;n("inherits")(ar,re);var pe=Ve.errorOrDestroy,Ce=["error","close","destroy","pause","resume"];function Ie(jr,vn,Kr){if(typeof jr.prependListener=="function")return jr.prependListener(vn,Kr);!jr._events||!jr._events[vn]?jr.on(vn,Kr):Array.isArray(jr._events[vn])?jr._events[vn].unshift(Kr):jr._events[vn]=[Kr,jr._events[vn]]}function jt(jr,vn,Kr){V=V||n("./_stream_duplex"),jr=jr||{},typeof Kr!="boolean"&&(Kr=vn instanceof V),this.objectMode=!!jr.objectMode,Kr&&(this.objectMode=this.objectMode||!!jr.readableObjectMode),this.highWaterMark=qe(this,jr,"readableHighWaterMark",Kr),this.buffer=new $e,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=jr.emitClose!==!1,this.autoDestroy=!!jr.autoDestroy,this.destroyed=!1,this.defaultEncoding=jr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,jr.encoding&&(lr||(lr=n("string_decoder/").StringDecoder),this.decoder=new lr(jr.encoding),this.encoding=jr.encoding)}function ar(jr){if(V=V||n("./_stream_duplex"),!(this instanceof ar))return new ar(jr);var vn=this instanceof V;this._readableState=new jt(jr,this,vn),this.readable=!0,jr&&(typeof jr.read=="function"&&(this._read=jr.read),typeof jr.destroy=="function"&&(this._destroy=jr.destroy)),re.call(this)}Object.defineProperty(ar.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(vn){this._readableState&&(this._readableState.destroyed=vn)}}),ar.prototype.destroy=Ve.destroy,ar.prototype._undestroy=Ve.undestroy,ar.prototype._destroy=function(jr,vn){vn(jr)},ar.prototype.push=function(jr,vn){var Kr=this._readableState,kr;return Kr.objectMode?kr=!0:typeof jr=="string"&&(vn=vn||Kr.defaultEncoding,vn!==Kr.encoding&&(jr=oe.from(jr,vn),vn=""),kr=!0),ur(this,jr,vn,!1,kr)},ar.prototype.unshift=function(jr){return ur(this,jr,null,!0,!1)};function ur(jr,vn,Kr,kr,Qr){Ue("readableAddChunk",vn);var Zr=jr._readableState;if(vn===null)Zr.reading=!1,yr(jr,Zr);else{var Vi;if(Qr||(Vi=he(Zr,vn)),Vi)pe(jr,Vi);else if(Zr.objectMode||vn&&vn.length>0)if(typeof vn!="string"&&!Zr.objectMode&&Object.getPrototypeOf(vn)!==oe.prototype&&(vn=de(vn)),kr)Zr.endEmitted?pe(jr,new nr):kt(jr,Zr,vn,!0);else if(Zr.ended)pe(jr,new dr);else{if(Zr.destroyed)return!1;Zr.reading=!1,Zr.decoder&&!Kr?(vn=Zr.decoder.write(vn),Zr.objectMode||vn.length!==0?kt(jr,Zr,vn,!1):Tr(jr,Zr)):kt(jr,Zr,vn,!1)}else kr||(Zr.reading=!1,Tr(jr,Zr))}return!Zr.ended&&(Zr.length<Zr.highWaterMark||Zr.length===0)}function kt(jr,vn,Kr,kr){vn.flowing&&vn.length===0&&!vn.sync?(vn.awaitDrain=0,jr.emit("data",Kr)):(vn.length+=vn.objectMode?1:Kr.length,kr?vn.buffer.unshift(Kr):vn.buffer.push(Kr),vn.needReadable&&xr(jr)),Tr(jr,vn)}function he(jr,vn){var Kr;return!_e(vn)&&typeof vn!="string"&&vn!==void 0&&!jr.objectMode&&(Kr=new ir("chunk",["string","Buffer","Uint8Array"],vn)),Kr}ar.prototype.isPaused=function(){return this._readableState.flowing===!1},ar.prototype.setEncoding=function(jr){lr||(lr=n("string_decoder/").StringDecoder);var vn=new lr(jr);this._readableState.decoder=vn,this._readableState.encoding=this._readableState.decoder.encoding;for(var Kr=this._readableState.buffer.head,kr="";Kr!==null;)kr+=vn.write(Kr.data),Kr=Kr.next;return this._readableState.buffer.clear(),kr!==""&&this._readableState.buffer.push(kr),this._readableState.length=kr.length,this};var tr=1073741824;function gr(jr){return jr>=tr?jr=tr:(jr--,jr|=jr>>>1,jr|=jr>>>2,jr|=jr>>>4,jr|=jr>>>8,jr|=jr>>>16,jr++),jr}function _r(jr,vn){return jr<=0||vn.length===0&&vn.ended?0:vn.objectMode?1:jr!==jr?vn.flowing&&vn.length?vn.buffer.head.data.length:vn.length:(jr>vn.highWaterMark&&(vn.highWaterMark=gr(jr)),jr<=vn.length?jr:vn.ended?vn.length:(vn.needReadable=!0,0))}ar.prototype.read=function(jr){Ue("read",jr),jr=parseInt(jr,10);var vn=this._readableState,Kr=jr;if(jr!==0&&(vn.emittedReadable=!1),jr===0&&vn.needReadable&&((vn.highWaterMark!==0?vn.length>=vn.highWaterMark:vn.length>0)||vn.ended))return Ue("read: emitReadable",vn.length,vn.ended),vn.length===0&&vn.ended?Rr(this):xr(this),null;if(jr=_r(jr,vn),jr===0&&vn.ended)return vn.length===0&&Rr(this),null;var kr=vn.needReadable;Ue("need readable",kr),(vn.length===0||vn.length-jr<vn.highWaterMark)&&(kr=!0,Ue("length less than watermark",kr)),vn.ended||vn.reading?(kr=!1,Ue("reading or ended",kr)):kr&&(Ue("do read"),vn.reading=!0,vn.sync=!0,vn.length===0&&(vn.needReadable=!0),this._read(vn.highWaterMark),vn.sync=!1,vn.reading||(jr=_r(Kr,vn)));var Qr;return jr>0?Qr=Br(jr,vn):Qr=null,Qr===null?(vn.needReadable=vn.length<=vn.highWaterMark,jr=0):(vn.length-=jr,vn.awaitDrain=0),vn.length===0&&(vn.ended||(vn.needReadable=!0),Kr!==jr&&vn.ended&&Rr(this)),Qr!==null&&this.emit("data",Qr),Qr};function yr(jr,vn){if(Ue("onEofChunk"),!vn.ended){if(vn.decoder){var Kr=vn.decoder.end();Kr&&Kr.length&&(vn.buffer.push(Kr),vn.length+=vn.objectMode?1:Kr.length)}vn.ended=!0,vn.sync?xr(jr):(vn.needReadable=!1,vn.emittedReadable||(vn.emittedReadable=!0,Nr(jr)))}}function xr(jr){var vn=jr._readableState;Ue("emitReadable",vn.needReadable,vn.emittedReadable),vn.needReadable=!1,vn.emittedReadable||(Ue("emitReadable",vn.flowing),vn.emittedReadable=!0,L.nextTick(Nr,jr))}function Nr(jr){var vn=jr._readableState;Ue("emitReadable_",vn.destroyed,vn.length,vn.ended),!vn.destroyed&&(vn.length||vn.ended)&&(jr.emit("readable"),vn.emittedReadable=!1),vn.needReadable=!vn.flowing&&!vn.ended&&vn.length<=vn.highWaterMark,Ir(jr)}function Tr(jr,vn){vn.readingMore||(vn.readingMore=!0,L.nextTick(Sr,jr,vn))}function Sr(jr,vn){for(;!vn.reading&&!vn.ended&&(vn.length<vn.highWaterMark||vn.flowing&&vn.length===0);){var Kr=vn.length;if(Ue("maybeReadMore read 0"),jr.read(0),Kr===vn.length)break}vn.readingMore=!1}ar.prototype._read=function(jr){pe(this,new cr("_read()"))},ar.prototype.pipe=function(jr,vn){var Kr=this,kr=this._readableState;switch(kr.pipesCount){case 0:kr.pipes=jr;break;case 1:kr.pipes=[kr.pipes,jr];break;default:kr.pipes.push(jr);break}kr.pipesCount+=1,Ue("pipe count=%d opts=%j",kr.pipesCount,vn);var Qr=(!vn||vn.end!==!1)&&jr!==L.stdout&&jr!==L.stderr,Zr=Qr?To:Nn;kr.endEmitted?L.nextTick(Zr):Kr.once("end",Zr),jr.on("unpipe",Vi);function Vi(Sa,Li){Ue("onunpipe"),Sa===Kr&&Li&&Li.hasUnpiped===!1&&(Li.hasUnpiped=!0,rs())}function To(){Ue("onend"),jr.end()}var oa=Ar(Kr);jr.on("drain",oa);var Ba=!1;function rs(){Ue("cleanup"),jr.removeListener("close",Ur),jr.removeListener("finish",Sn),jr.removeListener("drain",oa),jr.removeListener("error",Wr),jr.removeListener("unpipe",Vi),Kr.removeListener("end",To),Kr.removeListener("end",Nn),Kr.removeListener("data",Mn),Ba=!0,kr.awaitDrain&&(!jr._writableState||jr._writableState.needDrain)&&oa()}Kr.on("data",Mn);function Mn(Sa){Ue("ondata");var Li=jr.write(Sa);Ue("dest.write",Li),Li===!1&&((kr.pipesCount===1&&kr.pipes===jr||kr.pipesCount>1&&$r(kr.pipes,jr)!==-1)&&!Ba&&(Ue("false write response, pause",kr.awaitDrain),kr.awaitDrain++),Kr.pause())}function Wr(Sa){Ue("onerror",Sa),Nn(),jr.removeListener("error",Wr),z(jr,"error")===0&&pe(jr,Sa)}Ie(jr,"error",Wr);function Ur(){jr.removeListener("finish",Sn),Nn()}jr.once("close",Ur);function Sn(){Ue("onfinish"),jr.removeListener("close",Ur),Nn()}jr.once("finish",Sn);function Nn(){Ue("unpipe"),Kr.unpipe(jr)}return jr.emit("pipe",Kr),kr.flowing||(Ue("pipe resume"),Kr.resume()),jr};function Ar(jr){return function(){var Kr=jr._readableState;Ue("pipeOnDrain",Kr.awaitDrain),Kr.awaitDrain&&Kr.awaitDrain--,Kr.awaitDrain===0&&z(jr,"data")&&(Kr.flowing=!0,Ir(jr))}}ar.prototype.unpipe=function(jr){var vn=this._readableState,Kr={hasUnpiped:!1};if(vn.pipesCount===0)return this;if(vn.pipesCount===1)return jr&&jr!==vn.pipes?this:(jr||(jr=vn.pipes),vn.pipes=null,vn.pipesCount=0,vn.flowing=!1,jr&&jr.emit("unpipe",this,Kr),this);if(!jr){var kr=vn.pipes,Qr=vn.pipesCount;vn.pipes=null,vn.pipesCount=0,vn.flowing=!1;for(var Zr=0;Zr<Qr;Zr++)kr[Zr].emit("unpipe",this,{hasUnpiped:!1});return this}var Vi=$r(vn.pipes,jr);return Vi===-1?this:(vn.pipes.splice(Vi,1),vn.pipesCount-=1,vn.pipesCount===1&&(vn.pipes=vn.pipes[0]),jr.emit("unpipe",this,Kr),this)},ar.prototype.on=function(jr,vn){var Kr=re.prototype.on.call(this,jr,vn),kr=this._readableState;return jr==="data"?(kr.readableListening=this.listenerCount("readable")>0,kr.flowing!==!1&&this.resume()):jr==="readable"&&!kr.endEmitted&&!kr.readableListening&&(kr.readableListening=kr.needReadable=!0,kr.flowing=!1,kr.emittedReadable=!1,Ue("on readable",kr.length,kr.reading),kr.length?xr(this):kr.reading||L.nextTick(Gr,this)),Kr},ar.prototype.addListener=ar.prototype.on,ar.prototype.removeListener=function(jr,vn){var Kr=re.prototype.removeListener.call(this,jr,vn);return jr==="readable"&&L.nextTick(Fr,this),Kr},ar.prototype.removeAllListeners=function(jr){var vn=re.prototype.removeAllListeners.apply(this,arguments);return(jr==="readable"||jr===void 0)&&L.nextTick(Fr,this),vn};function Fr(jr){var vn=jr._readableState;vn.readableListening=jr.listenerCount("readable")>0,vn.resumeScheduled&&!vn.paused?vn.flowing=!0:jr.listenerCount("data")>0&&jr.resume()}function Gr(jr){Ue("readable nexttick read 0"),jr.read(0)}ar.prototype.resume=function(){var jr=this._readableState;return jr.flowing||(Ue("resume"),jr.flowing=!jr.readableListening,Vr(this,jr)),jr.paused=!1,this};function Vr(jr,vn){vn.resumeScheduled||(vn.resumeScheduled=!0,L.nextTick(Dr,jr,vn))}function Dr(jr,vn){Ue("resume",vn.reading),vn.reading||jr.read(0),vn.resumeScheduled=!1,jr.emit("resume"),Ir(jr),vn.flowing&&!vn.reading&&jr.read(0)}ar.prototype.pause=function(){return Ue("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(Ue("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Ir(jr){var vn=jr._readableState;for(Ue("flow",vn.flowing);vn.flowing&&jr.read()!==null;);}ar.prototype.wrap=function(jr){var vn=this,Kr=this._readableState,kr=!1;jr.on("end",function(){if(Ue("wrapped end"),Kr.decoder&&!Kr.ended){var Vi=Kr.decoder.end();Vi&&Vi.length&&vn.push(Vi)}vn.push(null)}),jr.on("data",function(Vi){if(Ue("wrapped data"),Kr.decoder&&(Vi=Kr.decoder.write(Vi)),!(Kr.objectMode&&Vi==null)&&!(!Kr.objectMode&&(!Vi||!Vi.length))){var To=vn.push(Vi);To||(kr=!0,jr.pause())}});for(var Qr in jr)this[Qr]===void 0&&typeof jr[Qr]=="function"&&(this[Qr]=function(To){return function(){return jr[To].apply(jr,arguments)}}(Qr));for(var Zr=0;Zr<Ce.length;Zr++)jr.on(Ce[Zr],this.emit.bind(this,Ce[Zr]));return this._read=function(Vi){Ue("wrapped _read",Vi),kr&&(kr=!1,jr.resume())},this},typeof Symbol=="function"&&(ar.prototype[Symbol.asyncIterator]=function(){return Et===void 0&&(Et=n("./internal/streams/async_iterator")),Et(this)}),Object.defineProperty(ar.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(ar.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(ar.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(vn){this._readableState&&(this._readableState.flowing=vn)}}),ar._fromList=Br,Object.defineProperty(ar.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function Br(jr,vn){if(vn.length===0)return null;var Kr;return vn.objectMode?Kr=vn.buffer.shift():!jr||jr>=vn.length?(vn.decoder?Kr=vn.buffer.join(""):vn.buffer.length===1?Kr=vn.buffer.first():Kr=vn.buffer.concat(vn.length),vn.buffer.clear()):Kr=vn.buffer.consume(jr,vn.decoder),Kr}function Rr(jr){var vn=jr._readableState;Ue("endReadable",vn.endEmitted),vn.endEmitted||(vn.ended=!0,L.nextTick(Lr,vn,jr))}function Lr(jr,vn){if(Ue("endReadableNT",jr.endEmitted,jr.length),!jr.endEmitted&&jr.length===0&&(jr.endEmitted=!0,vn.readable=!1,vn.emit("end"),jr.autoDestroy)){var Kr=vn._writableState;(!Kr||Kr.autoDestroy&&Kr.finished)&&vn.destroy()}}typeof Symbol=="function"&&(ar.from=function(jr,vn){return ie===void 0&&(ie=n("./internal/streams/from")),ie(ar,jr,vn)});function $r(jr,vn){for(var Kr=0,kr=jr.length;Kr<kr;Kr++)if(jr[Kr]===vn)return Kr;return-1}}).call(this)}).call(this,n("_process"),typeof y<"u"?y: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(n,$,k){$.exports=de;var L=n("../errors").codes,j=L.ERR_METHOD_NOT_IMPLEMENTED,V=L.ERR_MULTIPLE_CALLBACK,z=L.ERR_TRANSFORM_ALREADY_TRANSFORMING,re=L.ERR_TRANSFORM_WITH_LENGTH_0,oe=n("./_stream_duplex");n("inherits")(de,oe);function ue(Ue,$e){var Ve=this._transformState;Ve.transforming=!1;var Fe=Ve.writecb;if(Fe===null)return this.emit("error",new V);Ve.writechunk=null,Ve.writecb=null,$e!=null&&this.push($e),Fe(Ue);var qe=this._readableState;qe.reading=!1,(qe.needReadable||qe.length<qe.highWaterMark)&&this._read(qe.highWaterMark)}function de(Ue){if(!(this instanceof de))return new de(Ue);oe.call(this,Ue),this._transformState={afterTransform:ue.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,Ue&&(typeof Ue.transform=="function"&&(this._transform=Ue.transform),typeof Ue.flush=="function"&&(this._flush=Ue.flush)),this.on("prefinish",_e)}function _e(){var Ue=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function($e,Ve){Ne(Ue,$e,Ve)}):Ne(this,null,null)}de.prototype.push=function(Ue,$e){return this._transformState.needTransform=!1,oe.prototype.push.call(this,Ue,$e)},de.prototype._transform=function(Ue,$e,Ve){Ve(new j("_transform()"))},de.prototype._write=function(Ue,$e,Ve){var Fe=this._transformState;if(Fe.writecb=Ve,Fe.writechunk=Ue,Fe.writeencoding=$e,!Fe.transforming){var qe=this._readableState;(Fe.needTransform||qe.needReadable||qe.length<qe.highWaterMark)&&this._read(qe.highWaterMark)}},de.prototype._read=function(Ue){var $e=this._transformState;$e.writechunk!==null&&!$e.transforming?($e.transforming=!0,this._transform($e.writechunk,$e.writeencoding,$e.afterTransform)):$e.needTransform=!0},de.prototype._destroy=function(Ue,$e){oe.prototype._destroy.call(this,Ue,function(Ve){$e(Ve)})};function Ne(Ue,$e,Ve){if($e)return Ue.emit("error",$e);if(Ve!=null&&Ue.push(Ve),Ue._writableState.length)throw new re;if(Ue._transformState.transforming)throw new z;return Ue.push(null)}},{"../errors":471,"./_stream_duplex":472,inherits:409}],476:[function(n,$,k){(function(L,j){(function(){$.exports=jt;function V(Ir){var Br=this;this.next=null,this.entry=null,this.finish=function(){Dr(Br,Ir)}}var z;jt.WritableState=Ce;var re={deprecate:n("util-deprecate")},oe=n("./internal/streams/stream"),ue=n("buffer").Buffer,de=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function _e(Ir){return ue.from(Ir)}function Ne(Ir){return ue.isBuffer(Ir)||Ir instanceof de}var Ue=n("./internal/streams/destroy"),$e=n("./internal/streams/state"),Ve=$e.getHighWaterMark,Fe=n("../errors").codes,qe=Fe.ERR_INVALID_ARG_TYPE,er=Fe.ERR_METHOD_NOT_IMPLEMENTED,ir=Fe.ERR_MULTIPLE_CALLBACK,dr=Fe.ERR_STREAM_CANNOT_PIPE,cr=Fe.ERR_STREAM_DESTROYED,nr=Fe.ERR_STREAM_NULL_VALUES,lr=Fe.ERR_STREAM_WRITE_AFTER_END,Et=Fe.ERR_UNKNOWN_ENCODING,ie=Ue.errorOrDestroy;n("inherits")(jt,oe);function pe(){}function Ce(Ir,Br,Rr){z=z||n("./_stream_duplex"),Ir=Ir||{},typeof Rr!="boolean"&&(Rr=Br instanceof z),this.objectMode=!!Ir.objectMode,Rr&&(this.objectMode=this.objectMode||!!Ir.writableObjectMode),this.highWaterMark=Ve(this,Ir,"writableHighWaterMark",Rr),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Lr=Ir.decodeStrings===!1;this.decodeStrings=!Lr,this.defaultEncoding=Ir.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function($r){yr(Br,$r)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=Ir.emitClose!==!1,this.autoDestroy=!!Ir.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new V(this)}Ce.prototype.getBuffer=function(){for(var Br=this.bufferedRequest,Rr=[];Br;)Rr.push(Br),Br=Br.next;return Rr},function(){try{Object.defineProperty(Ce.prototype,"buffer",{get:re.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var Ie;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Ie=Function.prototype[Symbol.hasInstance],Object.defineProperty(jt,Symbol.hasInstance,{value:function(Br){return Ie.call(this,Br)?!0:this!==jt?!1:Br&&Br._writableState instanceof Ce}})):Ie=function(Br){return Br instanceof this};function jt(Ir){z=z||n("./_stream_duplex");var Br=this instanceof z;if(!Br&&!Ie.call(jt,this))return new jt(Ir);this._writableState=new Ce(Ir,this,Br),this.writable=!0,Ir&&(typeof Ir.write=="function"&&(this._write=Ir.write),typeof Ir.writev=="function"&&(this._writev=Ir.writev),typeof Ir.destroy=="function"&&(this._destroy=Ir.destroy),typeof Ir.final=="function"&&(this._final=Ir.final)),oe.call(this)}jt.prototype.pipe=function(){ie(this,new dr)};function ar(Ir,Br){var Rr=new lr;ie(Ir,Rr),L.nextTick(Br,Rr)}function ur(Ir,Br,Rr,Lr){var $r;return Rr===null?$r=new nr:typeof Rr!="string"&&!Br.objectMode&&($r=new qe("chunk",["string","Buffer"],Rr)),$r?(ie(Ir,$r),L.nextTick(Lr,$r),!1):!0}jt.prototype.write=function(Ir,Br,Rr){var Lr=this._writableState,$r=!1,jr=!Lr.objectMode&&Ne(Ir);return jr&&!ue.isBuffer(Ir)&&(Ir=_e(Ir)),typeof Br=="function"&&(Rr=Br,Br=null),jr?Br="buffer":Br||(Br=Lr.defaultEncoding),typeof Rr!="function"&&(Rr=pe),Lr.ending?ar(this,Rr):(jr||ur(this,Lr,Ir,Rr))&&(Lr.pendingcb++,$r=he(this,Lr,jr,Ir,Br,Rr)),$r},jt.prototype.cork=function(){this._writableState.corked++},jt.prototype.uncork=function(){var Ir=this._writableState;Ir.corked&&(Ir.corked--,!Ir.writing&&!Ir.corked&&!Ir.bufferProcessing&&Ir.bufferedRequest&&Tr(this,Ir))},jt.prototype.setDefaultEncoding=function(Br){if(typeof Br=="string"&&(Br=Br.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((Br+"").toLowerCase())>-1))throw new Et(Br);return this._writableState.defaultEncoding=Br,this},Object.defineProperty(jt.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function kt(Ir,Br,Rr){return!Ir.objectMode&&Ir.decodeStrings!==!1&&typeof Br=="string"&&(Br=ue.from(Br,Rr)),Br}Object.defineProperty(jt.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function he(Ir,Br,Rr,Lr,$r,jr){if(!Rr){var vn=kt(Br,Lr,$r);Lr!==vn&&(Rr=!0,$r="buffer",Lr=vn)}var Kr=Br.objectMode?1:Lr.length;Br.length+=Kr;var kr=Br.length<Br.highWaterMark;if(kr||(Br.needDrain=!0),Br.writing||Br.corked){var Qr=Br.lastBufferedRequest;Br.lastBufferedRequest={chunk:Lr,encoding:$r,isBuf:Rr,callback:jr,next:null},Qr?Qr.next=Br.lastBufferedRequest:Br.bufferedRequest=Br.lastBufferedRequest,Br.bufferedRequestCount+=1}else tr(Ir,Br,!1,Kr,Lr,$r,jr);return kr}function tr(Ir,Br,Rr,Lr,$r,jr,vn){Br.writelen=Lr,Br.writecb=vn,Br.writing=!0,Br.sync=!0,Br.destroyed?Br.onwrite(new cr("write")):Rr?Ir._writev($r,Br.onwrite):Ir._write($r,jr,Br.onwrite),Br.sync=!1}function gr(Ir,Br,Rr,Lr,$r){--Br.pendingcb,Rr?(L.nextTick($r,Lr),L.nextTick(Gr,Ir,Br),Ir._writableState.errorEmitted=!0,ie(Ir,Lr)):($r(Lr),Ir._writableState.errorEmitted=!0,ie(Ir,Lr),Gr(Ir,Br))}function _r(Ir){Ir.writing=!1,Ir.writecb=null,Ir.length-=Ir.writelen,Ir.writelen=0}function yr(Ir,Br){var Rr=Ir._writableState,Lr=Rr.sync,$r=Rr.writecb;if(typeof $r!="function")throw new ir;if(_r(Rr),Br)gr(Ir,Rr,Lr,Br,$r);else{var jr=Sr(Rr)||Ir.destroyed;!jr&&!Rr.corked&&!Rr.bufferProcessing&&Rr.bufferedRequest&&Tr(Ir,Rr),Lr?L.nextTick(xr,Ir,Rr,jr,$r):xr(Ir,Rr,jr,$r)}}function xr(Ir,Br,Rr,Lr){Rr||Nr(Ir,Br),Br.pendingcb--,Lr(),Gr(Ir,Br)}function Nr(Ir,Br){Br.length===0&&Br.needDrain&&(Br.needDrain=!1,Ir.emit("drain"))}function Tr(Ir,Br){Br.bufferProcessing=!0;var Rr=Br.bufferedRequest;if(Ir._writev&&Rr&&Rr.next){var Lr=Br.bufferedRequestCount,$r=new Array(Lr),jr=Br.corkedRequestsFree;jr.entry=Rr;for(var vn=0,Kr=!0;Rr;)$r[vn]=Rr,Rr.isBuf||(Kr=!1),Rr=Rr.next,vn+=1;$r.allBuffers=Kr,tr(Ir,Br,!0,Br.length,$r,"",jr.finish),Br.pendingcb++,Br.lastBufferedRequest=null,jr.next?(Br.corkedRequestsFree=jr.next,jr.next=null):Br.corkedRequestsFree=new V(Br),Br.bufferedRequestCount=0}else{for(;Rr;){var kr=Rr.chunk,Qr=Rr.encoding,Zr=Rr.callback,Vi=Br.objectMode?1:kr.length;if(tr(Ir,Br,!1,Vi,kr,Qr,Zr),Rr=Rr.next,Br.bufferedRequestCount--,Br.writing)break}Rr===null&&(Br.lastBufferedRequest=null)}Br.bufferedRequest=Rr,Br.bufferProcessing=!1}jt.prototype._write=function(Ir,Br,Rr){Rr(new er("_write()"))},jt.prototype._writev=null,jt.prototype.end=function(Ir,Br,Rr){var Lr=this._writableState;return typeof Ir=="function"?(Rr=Ir,Ir=null,Br=null):typeof Br=="function"&&(Rr=Br,Br=null),Ir!=null&&this.write(Ir,Br),Lr.corked&&(Lr.corked=1,this.uncork()),Lr.ending||Vr(this,Lr,Rr),this},Object.defineProperty(jt.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function Sr(Ir){return Ir.ending&&Ir.length===0&&Ir.bufferedRequest===null&&!Ir.finished&&!Ir.writing}function Ar(Ir,Br){Ir._final(function(Rr){Br.pendingcb--,Rr&&ie(Ir,Rr),Br.prefinished=!0,Ir.emit("prefinish"),Gr(Ir,Br)})}function Fr(Ir,Br){!Br.prefinished&&!Br.finalCalled&&(typeof Ir._final=="function"&&!Br.destroyed?(Br.pendingcb++,Br.finalCalled=!0,L.nextTick(Ar,Ir,Br)):(Br.prefinished=!0,Ir.emit("prefinish")))}function Gr(Ir,Br){var Rr=Sr(Br);if(Rr&&(Fr(Ir,Br),Br.pendingcb===0&&(Br.finished=!0,Ir.emit("finish"),Br.autoDestroy))){var Lr=Ir._readableState;(!Lr||Lr.autoDestroy&&Lr.endEmitted)&&Ir.destroy()}return Rr}function Vr(Ir,Br,Rr){Br.ending=!0,Gr(Ir,Br),Rr&&(Br.finished?L.nextTick(Rr):Ir.once("finish",Rr)),Br.ended=!0,Ir.writable=!1}function Dr(Ir,Br,Rr){var Lr=Ir.entry;for(Ir.entry=null;Lr;){var $r=Lr.callback;Br.pendingcb--,$r(Rr),Lr=Lr.next}Br.corkedRequestsFree.next=Ir}Object.defineProperty(jt.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Br){this._writableState&&(this._writableState.destroyed=Br)}}),jt.prototype.destroy=Ue.destroy,jt.prototype._undestroy=Ue.undestroy,jt.prototype._destroy=function(Ir,Br){Br(Ir)}}).call(this)}).call(this,n("_process"),typeof y<"u"?y: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(n,$,k){(function(L){(function(){var j;function V(lr,Et,ie){return Et=z(Et),Et in lr?Object.defineProperty(lr,Et,{value:ie,enumerable:!0,configurable:!0,writable:!0}):lr[Et]=ie,lr}function z(lr){var Et=re(lr,"string");return typeof Et=="symbol"?Et:String(Et)}function re(lr,Et){if(typeof lr!="object"||lr===null)return lr;var ie=lr[Symbol.toPrimitive];if(ie!==void 0){var pe=ie.call(lr,Et||"default");if(typeof pe!="object")return pe;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Et==="string"?String:Number)(lr)}var oe=n("./end-of-stream"),ue=Symbol("lastResolve"),de=Symbol("lastReject"),_e=Symbol("error"),Ne=Symbol("ended"),Ue=Symbol("lastPromise"),$e=Symbol("handlePromise"),Ve=Symbol("stream");function Fe(lr,Et){return{value:lr,done:Et}}function qe(lr){var Et=lr[ue];if(Et!==null){var ie=lr[Ve].read();ie!==null&&(lr[Ue]=null,lr[ue]=null,lr[de]=null,Et(Fe(ie,!1)))}}function er(lr){L.nextTick(qe,lr)}function ir(lr,Et){return function(ie,pe){lr.then(function(){if(Et[Ne]){ie(Fe(void 0,!0));return}Et[$e](ie,pe)},pe)}}var dr=Object.getPrototypeOf(function(){}),cr=Object.setPrototypeOf((j={get stream(){return this[Ve]},next:function(){var Et=this,ie=this[_e];if(ie!==null)return Promise.reject(ie);if(this[Ne])return Promise.resolve(Fe(void 0,!0));if(this[Ve].destroyed)return new Promise(function(jt,ar){L.nextTick(function(){Et[_e]?ar(Et[_e]):jt(Fe(void 0,!0))})});var pe=this[Ue],Ce;if(pe)Ce=new Promise(ir(pe,this));else{var Ie=this[Ve].read();if(Ie!==null)return Promise.resolve(Fe(Ie,!1));Ce=new Promise(this[$e])}return this[Ue]=Ce,Ce}},V(j,Symbol.asyncIterator,function(){return this}),V(j,"return",function(){var Et=this;return new Promise(function(ie,pe){Et[Ve].destroy(null,function(Ce){if(Ce){pe(Ce);return}ie(Fe(void 0,!0))})})}),j),dr),nr=function(Et){var ie,pe=Object.create(cr,(ie={},V(ie,Ve,{value:Et,writable:!0}),V(ie,ue,{value:null,writable:!0}),V(ie,de,{value:null,writable:!0}),V(ie,_e,{value:null,writable:!0}),V(ie,Ne,{value:Et._readableState.endEmitted,writable:!0}),V(ie,$e,{value:function(Ie,jt){var ar=pe[Ve].read();ar?(pe[Ue]=null,pe[ue]=null,pe[de]=null,Ie(Fe(ar,!1))):(pe[ue]=Ie,pe[de]=jt)},writable:!0}),ie));return pe[Ue]=null,oe(Et,function(Ce){if(Ce&&Ce.code!=="ERR_STREAM_PREMATURE_CLOSE"){var Ie=pe[de];Ie!==null&&(pe[Ue]=null,pe[ue]=null,pe[de]=null,Ie(Ce)),pe[_e]=Ce;return}var jt=pe[ue];jt!==null&&(pe[Ue]=null,pe[ue]=null,pe[de]=null,jt(Fe(void 0,!0))),pe[Ne]=!0}),Et.on("readable",er.bind(null,pe)),pe};$.exports=nr}).call(this)}).call(this,n("_process"))},{"./end-of-stream":480,_process:540}],478:[function(n,$,k){function L(qe,er){var ir=Object.keys(qe);if(Object.getOwnPropertySymbols){var dr=Object.getOwnPropertySymbols(qe);er&&(dr=dr.filter(function(cr){return Object.getOwnPropertyDescriptor(qe,cr).enumerable})),ir.push.apply(ir,dr)}return ir}function j(qe){for(var er=1;er<arguments.length;er++){var ir=arguments[er]!=null?arguments[er]:{};er%2?L(Object(ir),!0).forEach(function(dr){V(qe,dr,ir[dr])}):Object.getOwnPropertyDescriptors?Object.defineProperties(qe,Object.getOwnPropertyDescriptors(ir)):L(Object(ir)).forEach(function(dr){Object.defineProperty(qe,dr,Object.getOwnPropertyDescriptor(ir,dr))})}return qe}function V(qe,er,ir){return er=ue(er),er in qe?Object.defineProperty(qe,er,{value:ir,enumerable:!0,configurable:!0,writable:!0}):qe[er]=ir,qe}function z(qe,er){if(!(qe instanceof er))throw new TypeError("Cannot call a class as a function")}function re(qe,er){for(var ir=0;ir<er.length;ir++){var dr=er[ir];dr.enumerable=dr.enumerable||!1,dr.configurable=!0,"value"in dr&&(dr.writable=!0),Object.defineProperty(qe,ue(dr.key),dr)}}function oe(qe,er,ir){return er&&re(qe.prototype,er),Object.defineProperty(qe,"prototype",{writable:!1}),qe}function ue(qe){var er=de(qe,"string");return typeof er=="symbol"?er:String(er)}function de(qe,er){if(typeof qe!="object"||qe===null)return qe;var ir=qe[Symbol.toPrimitive];if(ir!==void 0){var dr=ir.call(qe,er||"default");if(typeof dr!="object")return dr;throw new TypeError("@@toPrimitive must return a primitive value.")}return(er==="string"?String:Number)(qe)}var _e=n("buffer"),Ne=_e.Buffer,Ue=n("util"),$e=Ue.inspect,Ve=$e&&$e.custom||"inspect";function Fe(qe,er,ir){Ne.prototype.copy.call(qe,er,ir)}$.exports=function(){function qe(){z(this,qe),this.head=null,this.tail=null,this.length=0}return oe(qe,[{key:"push",value:function(ir){var dr={data:ir,next:null};this.length>0?this.tail.next=dr:this.head=dr,this.tail=dr,++this.length}},{key:"unshift",value:function(ir){var dr={data:ir,next:this.head};this.length===0&&(this.tail=dr),this.head=dr,++this.length}},{key:"shift",value:function(){if(this.length!==0){var ir=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,ir}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(ir){if(this.length===0)return"";for(var dr=this.head,cr=""+dr.data;dr=dr.next;)cr+=ir+dr.data;return cr}},{key:"concat",value:function(ir){if(this.length===0)return Ne.alloc(0);for(var dr=Ne.allocUnsafe(ir>>>0),cr=this.head,nr=0;cr;)Fe(cr.data,dr,nr),nr+=cr.data.length,cr=cr.next;return dr}},{key:"consume",value:function(ir,dr){var cr;return ir<this.head.data.length?(cr=this.head.data.slice(0,ir),this.head.data=this.head.data.slice(ir)):ir===this.head.data.length?cr=this.shift():cr=dr?this._getString(ir):this._getBuffer(ir),cr}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(ir){var dr=this.head,cr=1,nr=dr.data;for(ir-=nr.length;dr=dr.next;){var lr=dr.data,Et=ir>lr.length?lr.length:ir;if(Et===lr.length?nr+=lr:nr+=lr.slice(0,ir),ir-=Et,ir===0){Et===lr.length?(++cr,dr.next?this.head=dr.next:this.head=this.tail=null):(this.head=dr,dr.data=lr.slice(Et));break}++cr}return this.length-=cr,nr}},{key:"_getBuffer",value:function(ir){var dr=Ne.allocUnsafe(ir),cr=this.head,nr=1;for(cr.data.copy(dr),ir-=cr.data.length;cr=cr.next;){var lr=cr.data,Et=ir>lr.length?lr.length:ir;if(lr.copy(dr,dr.length-ir,0,Et),ir-=Et,ir===0){Et===lr.length?(++nr,cr.next?this.head=cr.next:this.head=this.tail=null):(this.head=cr,cr.data=lr.slice(Et));break}++nr}return this.length-=nr,dr}},{key:Ve,value:function(ir,dr){return $e(this,j(j({},dr),{},{depth:0,customInspect:!1}))}}]),qe}()},{buffer:103,util:102}],479:[function(n,$,k){(function(L){(function(){function j(de,_e){var Ne=this,Ue=this._readableState&&this._readableState.destroyed,$e=this._writableState&&this._writableState.destroyed;return Ue||$e?(_e?_e(de):de&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,L.nextTick(oe,this,de)):L.nextTick(oe,this,de)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(de||null,function(Ve){!_e&&Ve?Ne._writableState?Ne._writableState.errorEmitted?L.nextTick(z,Ne):(Ne._writableState.errorEmitted=!0,L.nextTick(V,Ne,Ve)):L.nextTick(V,Ne,Ve):_e?(L.nextTick(z,Ne),_e(Ve)):L.nextTick(z,Ne)}),this)}function V(de,_e){oe(de,_e),z(de)}function z(de){de._writableState&&!de._writableState.emitClose||de._readableState&&!de._readableState.emitClose||de.emit("close")}function re(){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 oe(de,_e){de.emit("error",_e)}function ue(de,_e){var Ne=de._readableState,Ue=de._writableState;Ne&&Ne.autoDestroy||Ue&&Ue.autoDestroy?de.destroy(_e):de.emit("error",_e)}$.exports={destroy:j,undestroy:re,errorOrDestroy:ue}}).call(this)}).call(this,n("_process"))},{_process:540}],480:[function(n,$,k){var L=n("../../../errors").codes.ERR_STREAM_PREMATURE_CLOSE;function j(oe){var ue=!1;return function(){if(!ue){ue=!0;for(var de=arguments.length,_e=new Array(de),Ne=0;Ne<de;Ne++)_e[Ne]=arguments[Ne];oe.apply(this,_e)}}}function V(){}function z(oe){return oe.setHeader&&typeof oe.abort=="function"}function re(oe,ue,de){if(typeof ue=="function")return re(oe,null,ue);ue||(ue={}),de=j(de||V);var _e=ue.readable||ue.readable!==!1&&oe.readable,Ne=ue.writable||ue.writable!==!1&&oe.writable,Ue=function(){oe.writable||Ve()},$e=oe._writableState&&oe._writableState.finished,Ve=function(){Ne=!1,$e=!0,_e||de.call(oe)},Fe=oe._readableState&&oe._readableState.endEmitted,qe=function(){_e=!1,Fe=!0,Ne||de.call(oe)},er=function(nr){de.call(oe,nr)},ir=function(){var nr;if(_e&&!Fe)return(!oe._readableState||!oe._readableState.ended)&&(nr=new L),de.call(oe,nr);if(Ne&&!$e)return(!oe._writableState||!oe._writableState.ended)&&(nr=new L),de.call(oe,nr)},dr=function(){oe.req.on("finish",Ve)};return z(oe)?(oe.on("complete",Ve),oe.on("abort",ir),oe.req?dr():oe.on("request",dr)):Ne&&!oe._writableState&&(oe.on("end",Ue),oe.on("close",Ue)),oe.on("end",qe),oe.on("finish",Ve),ue.error!==!1&&oe.on("error",er),oe.on("close",ir),function(){oe.removeListener("complete",Ve),oe.removeListener("abort",ir),oe.removeListener("request",dr),oe.req&&oe.req.removeListener("finish",Ve),oe.removeListener("end",Ue),oe.removeListener("close",Ue),oe.removeListener("finish",Ve),oe.removeListener("end",qe),oe.removeListener("error",er),oe.removeListener("close",ir)}}$.exports=re},{"../../../errors":471}],481:[function(n,$,k){$.exports=function(){throw new Error("Readable.from is not available in the browser")}},{}],482:[function(n,$,k){var L;function j(Ve){var Fe=!1;return function(){Fe||(Fe=!0,Ve.apply(void 0,arguments))}}var V=n("../../../errors").codes,z=V.ERR_MISSING_ARGS,re=V.ERR_STREAM_DESTROYED;function oe(Ve){if(Ve)throw Ve}function ue(Ve){return Ve.setHeader&&typeof Ve.abort=="function"}function de(Ve,Fe,qe,er){er=j(er);var ir=!1;Ve.on("close",function(){ir=!0}),L===void 0&&(L=n("./end-of-stream")),L(Ve,{readable:Fe,writable:qe},function(cr){if(cr)return er(cr);ir=!0,er()});var dr=!1;return function(cr){if(!ir&&!dr){if(dr=!0,ue(Ve))return Ve.abort();if(typeof Ve.destroy=="function")return Ve.destroy();er(cr||new re("pipe"))}}}function _e(Ve){Ve()}function Ne(Ve,Fe){return Ve.pipe(Fe)}function Ue(Ve){return!Ve.length||typeof Ve[Ve.length-1]!="function"?oe:Ve.pop()}function $e(){for(var Ve=arguments.length,Fe=new Array(Ve),qe=0;qe<Ve;qe++)Fe[qe]=arguments[qe];var er=Ue(Fe);if(Array.isArray(Fe[0])&&(Fe=Fe[0]),Fe.length<2)throw new z("streams");var ir,dr=Fe.map(function(cr,nr){var lr=nr<Fe.length-1,Et=nr>0;return de(cr,lr,Et,function(ie){ir||(ir=ie),ie&&dr.forEach(_e),!lr&&(dr.forEach(_e),er(ir))})});return Fe.reduce(Ne)}$.exports=$e},{"../../../errors":471,"./end-of-stream":480}],483:[function(n,$,k){var L=n("../../../errors").codes.ERR_INVALID_OPT_VALUE;function j(z,re,oe){return z.highWaterMark!=null?z.highWaterMark:re?z[oe]:null}function V(z,re,oe,ue){var de=j(re,ue,oe);if(de!=null){if(!(isFinite(de)&&Math.floor(de)===de)||de<0){var _e=ue?oe:"highWaterMark";throw new L(_e,de)}return Math.floor(de)}return z.objectMode?16:16*1024}$.exports={getHighWaterMark:V}},{"../../../errors":471}],484:[function(n,$,k){arguments[4][461][0].apply(k,arguments)},{dup:461,events:388}],485:[function(n,$,k){arguments[4][464][0].apply(k,arguments)},{dup:464,"safe-buffer":466}],486:[function(n,$,k){(function(L,j){(function(){var V=n("process/browser.js").nextTick,z=Function.prototype.apply,re=Array.prototype.slice,oe={},ue=0;k.setTimeout=function(){return new de(z.call(setTimeout,window,arguments),clearTimeout)},k.setInterval=function(){return new de(z.call(setInterval,window,arguments),clearInterval)},k.clearTimeout=k.clearInterval=function(_e){_e.close()};function de(_e,Ne){this._id=_e,this._clearFn=Ne}de.prototype.unref=de.prototype.ref=function(){},de.prototype.close=function(){this._clearFn.call(window,this._id)},k.enroll=function(_e,Ne){clearTimeout(_e._idleTimeoutId),_e._idleTimeout=Ne},k.unenroll=function(_e){clearTimeout(_e._idleTimeoutId),_e._idleTimeout=-1},k._unrefActive=k.active=function(_e){clearTimeout(_e._idleTimeoutId);var Ne=_e._idleTimeout;Ne>=0&&(_e._idleTimeoutId=setTimeout(function(){_e._onTimeout&&_e._onTimeout()},Ne))},k.setImmediate=typeof L=="function"?L:function(_e){var Ne=ue++,Ue=arguments.length<2?!1:re.call(arguments,1);return oe[Ne]=!0,V(function(){oe[Ne]&&(Ue?_e.apply(null,Ue):_e.call(null),k.clearImmediate(Ne))}),Ne},k.clearImmediate=typeof j=="function"?j:function(_e){delete oe[_e]}}).call(this)}).call(this,n("timers").setImmediate,n("timers").clearImmediate)},{"process/browser.js":444,timers:486}],487:[function(n,$,k){var L=n("buffer").Buffer;$.exports=function(j){if(j instanceof Uint8Array){if(j.byteOffset===0&&j.byteLength===j.buffer.byteLength)return j.buffer;if(typeof j.buffer.slice=="function")return j.buffer.slice(j.byteOffset,j.byteOffset+j.byteLength)}if(L.isBuffer(j)){for(var V=new Uint8Array(j.length),z=j.length,re=0;re<z;re++)V[re]=j[re];return V.buffer}else throw new Error("Argument must be a Buffer")}},{buffer:103}],488:[function(n,$,k){(function(L){(function(){$.exports=j;function j(z,re){if(V("noDeprecation"))return z;var oe=!1;function ue(){if(!oe){if(V("throwDeprecation"))throw new Error(re);V("traceDeprecation")?console.trace(re):console.warn(re),oe=!0}return z.apply(this,arguments)}return ue}function V(z){try{if(!L.localStorage)return!1}catch{return!1}var re=L.localStorage[z];return re==null?!1:String(re).toLowerCase()==="true"}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],489:[function(n,$,k){arguments[4][97][0].apply(k,arguments)},{dup:97}],490:[function(n,$,k){var L=n("is-arguments"),j=n("is-generator-function"),V=n("which-typed-array"),z=n("is-typed-array");function re(Zr){return Zr.call.bind(Zr)}var oe=typeof BigInt<"u",ue=typeof Symbol<"u",de=re(Object.prototype.toString),_e=re(Number.prototype.valueOf),Ne=re(String.prototype.valueOf),Ue=re(Boolean.prototype.valueOf);if(oe)var $e=re(BigInt.prototype.valueOf);if(ue)var Ve=re(Symbol.prototype.valueOf);function Fe(Zr,Vi){if(typeof Zr!="object")return!1;try{return Vi(Zr),!0}catch{return!1}}k.isArgumentsObject=L,k.isGeneratorFunction=j,k.isTypedArray=z;function qe(Zr){return typeof Promise<"u"&&Zr instanceof Promise||Zr!==null&&typeof Zr=="object"&&typeof Zr.then=="function"&&typeof Zr.catch=="function"}k.isPromise=qe;function er(Zr){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(Zr):z(Zr)||Sr(Zr)}k.isArrayBufferView=er;function ir(Zr){return V(Zr)==="Uint8Array"}k.isUint8Array=ir;function dr(Zr){return V(Zr)==="Uint8ClampedArray"}k.isUint8ClampedArray=dr;function cr(Zr){return V(Zr)==="Uint16Array"}k.isUint16Array=cr;function nr(Zr){return V(Zr)==="Uint32Array"}k.isUint32Array=nr;function lr(Zr){return V(Zr)==="Int8Array"}k.isInt8Array=lr;function Et(Zr){return V(Zr)==="Int16Array"}k.isInt16Array=Et;function ie(Zr){return V(Zr)==="Int32Array"}k.isInt32Array=ie;function pe(Zr){return V(Zr)==="Float32Array"}k.isFloat32Array=pe;function Ce(Zr){return V(Zr)==="Float64Array"}k.isFloat64Array=Ce;function Ie(Zr){return V(Zr)==="BigInt64Array"}k.isBigInt64Array=Ie;function jt(Zr){return V(Zr)==="BigUint64Array"}k.isBigUint64Array=jt;function ar(Zr){return de(Zr)==="[object Map]"}ar.working=typeof Map<"u"&&ar(new Map);function ur(Zr){return typeof Map>"u"?!1:ar.working?ar(Zr):Zr instanceof Map}k.isMap=ur;function kt(Zr){return de(Zr)==="[object Set]"}kt.working=typeof Set<"u"&&kt(new Set);function he(Zr){return typeof Set>"u"?!1:kt.working?kt(Zr):Zr instanceof Set}k.isSet=he;function tr(Zr){return de(Zr)==="[object WeakMap]"}tr.working=typeof WeakMap<"u"&&tr(new WeakMap);function gr(Zr){return typeof WeakMap>"u"?!1:tr.working?tr(Zr):Zr instanceof WeakMap}k.isWeakMap=gr;function _r(Zr){return de(Zr)==="[object WeakSet]"}_r.working=typeof WeakSet<"u"&&_r(new WeakSet);function yr(Zr){return _r(Zr)}k.isWeakSet=yr;function xr(Zr){return de(Zr)==="[object ArrayBuffer]"}xr.working=typeof ArrayBuffer<"u"&&xr(new ArrayBuffer);function Nr(Zr){return typeof ArrayBuffer>"u"?!1:xr.working?xr(Zr):Zr instanceof ArrayBuffer}k.isArrayBuffer=Nr;function Tr(Zr){return de(Zr)==="[object DataView]"}Tr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&Tr(new DataView(new ArrayBuffer(1),0,1));function Sr(Zr){return typeof DataView>"u"?!1:Tr.working?Tr(Zr):Zr instanceof DataView}k.isDataView=Sr;var Ar=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Fr(Zr){return de(Zr)==="[object SharedArrayBuffer]"}function Gr(Zr){return typeof Ar>"u"?!1:(typeof Fr.working>"u"&&(Fr.working=Fr(new Ar)),Fr.working?Fr(Zr):Zr instanceof Ar)}k.isSharedArrayBuffer=Gr;function Vr(Zr){return de(Zr)==="[object AsyncFunction]"}k.isAsyncFunction=Vr;function Dr(Zr){return de(Zr)==="[object Map Iterator]"}k.isMapIterator=Dr;function Ir(Zr){return de(Zr)==="[object Set Iterator]"}k.isSetIterator=Ir;function Br(Zr){return de(Zr)==="[object Generator]"}k.isGeneratorObject=Br;function Rr(Zr){return de(Zr)==="[object WebAssembly.Module]"}k.isWebAssemblyCompiledModule=Rr;function Lr(Zr){return Fe(Zr,_e)}k.isNumberObject=Lr;function $r(Zr){return Fe(Zr,Ne)}k.isStringObject=$r;function jr(Zr){return Fe(Zr,Ue)}k.isBooleanObject=jr;function vn(Zr){return oe&&Fe(Zr,$e)}k.isBigIntObject=vn;function Kr(Zr){return ue&&Fe(Zr,Ve)}k.isSymbolObject=Kr;function kr(Zr){return Lr(Zr)||$r(Zr)||jr(Zr)||vn(Zr)||Kr(Zr)}k.isBoxedPrimitive=kr;function Qr(Zr){return typeof Uint8Array<"u"&&(Nr(Zr)||Gr(Zr))}k.isAnyArrayBuffer=Qr,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(Zr){Object.defineProperty(k,Zr,{enumerable:!1,value:function(){throw new Error(Zr+" is not supported in userland")}})})},{"is-arguments":410,"is-generator-function":413,"is-typed-array":414,"which-typed-array":492}],491:[function(n,$,k){(function(L){(function(){var j=Object.getOwnPropertyDescriptors||function(Ar){for(var Fr=Object.keys(Ar),Gr={},Vr=0;Vr<Fr.length;Vr++)Gr[Fr[Vr]]=Object.getOwnPropertyDescriptor(Ar,Fr[Vr]);return Gr},V=/%[sdj%]/g;k.format=function(Sr){if(!Et(Sr)){for(var Ar=[],Fr=0;Fr<arguments.length;Fr++)Ar.push(ue(arguments[Fr]));return Ar.join(" ")}for(var Fr=1,Gr=arguments,Vr=Gr.length,Dr=String(Sr).replace(V,function(Br){if(Br==="%%")return"%";if(Fr>=Vr)return Br;switch(Br){case"%s":return String(Gr[Fr++]);case"%d":return Number(Gr[Fr++]);case"%j":try{return JSON.stringify(Gr[Fr++])}catch{return"[Circular]"}default:return Br}}),Ir=Gr[Fr];Fr<Vr;Ir=Gr[++Fr])cr(Ir)||!Ie(Ir)?Dr+=" "+Ir:Dr+=" "+ue(Ir);return Dr},k.deprecate=function(Sr,Ar){if(typeof L<"u"&&L.noDeprecation===!0)return Sr;if(typeof L>"u")return function(){return k.deprecate(Sr,Ar).apply(this,arguments)};var Fr=!1;function Gr(){if(!Fr){if(L.throwDeprecation)throw new Error(Ar);L.traceDeprecation?console.trace(Ar):console.error(Ar),Fr=!0}return Sr.apply(this,arguments)}return Gr};var z={},re=/^$/;if(L.env.NODE_DEBUG){var oe=L.env.NODE_DEBUG;oe=oe.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),re=new RegExp("^"+oe+"$","i")}k.debuglog=function(Sr){if(Sr=Sr.toUpperCase(),!z[Sr])if(re.test(Sr)){var Ar=L.pid;z[Sr]=function(){var Fr=k.format.apply(k,arguments);console.error("%s %d: %s",Sr,Ar,Fr)}}else z[Sr]=function(){};return z[Sr]};function ue(Sr,Ar){var Fr={seen:[],stylize:_e};return arguments.length>=3&&(Fr.depth=arguments[2]),arguments.length>=4&&(Fr.colors=arguments[3]),dr(Ar)?Fr.showHidden=Ar:Ar&&k._extend(Fr,Ar),pe(Fr.showHidden)&&(Fr.showHidden=!1),pe(Fr.depth)&&(Fr.depth=2),pe(Fr.colors)&&(Fr.colors=!1),pe(Fr.customInspect)&&(Fr.customInspect=!0),Fr.colors&&(Fr.stylize=de),Ue(Fr,Sr,Fr.depth)}k.inspect=ue,ue.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]},ue.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function de(Sr,Ar){var Fr=ue.styles[Ar];return Fr?"\x1B["+ue.colors[Fr][0]+"m"+Sr+"\x1B["+ue.colors[Fr][1]+"m":Sr}function _e(Sr,Ar){return Sr}function Ne(Sr){var Ar={};return Sr.forEach(function(Fr,Gr){Ar[Fr]=!0}),Ar}function Ue(Sr,Ar,Fr){if(Sr.customInspect&&Ar&&ur(Ar.inspect)&&Ar.inspect!==k.inspect&&!(Ar.constructor&&Ar.constructor.prototype===Ar)){var Gr=Ar.inspect(Fr,Sr);return Et(Gr)||(Gr=Ue(Sr,Gr,Fr)),Gr}var Vr=$e(Sr,Ar);if(Vr)return Vr;var Dr=Object.keys(Ar),Ir=Ne(Dr);if(Sr.showHidden&&(Dr=Object.getOwnPropertyNames(Ar)),ar(Ar)&&(Dr.indexOf("message")>=0||Dr.indexOf("description")>=0))return Ve(Ar);if(Dr.length===0){if(ur(Ar)){var Br=Ar.name?": "+Ar.name:"";return Sr.stylize("[Function"+Br+"]","special")}if(Ce(Ar))return Sr.stylize(RegExp.prototype.toString.call(Ar),"regexp");if(jt(Ar))return Sr.stylize(Date.prototype.toString.call(Ar),"date");if(ar(Ar))return Ve(Ar)}var Rr="",Lr=!1,$r=["{","}"];if(ir(Ar)&&(Lr=!0,$r=["[","]"]),ur(Ar)){var jr=Ar.name?": "+Ar.name:"";Rr=" [Function"+jr+"]"}if(Ce(Ar)&&(Rr=" "+RegExp.prototype.toString.call(Ar)),jt(Ar)&&(Rr=" "+Date.prototype.toUTCString.call(Ar)),ar(Ar)&&(Rr=" "+Ve(Ar)),Dr.length===0&&(!Lr||Ar.length==0))return $r[0]+Rr+$r[1];if(Fr<0)return Ce(Ar)?Sr.stylize(RegExp.prototype.toString.call(Ar),"regexp"):Sr.stylize("[Object]","special");Sr.seen.push(Ar);var vn;return Lr?vn=Fe(Sr,Ar,Fr,Ir,Dr):vn=Dr.map(function(Kr){return qe(Sr,Ar,Fr,Ir,Kr,Lr)}),Sr.seen.pop(),er(vn,Rr,$r)}function $e(Sr,Ar){if(pe(Ar))return Sr.stylize("undefined","undefined");if(Et(Ar)){var Fr="'"+JSON.stringify(Ar).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return Sr.stylize(Fr,"string")}if(lr(Ar))return Sr.stylize(""+Ar,"number");if(dr(Ar))return Sr.stylize(""+Ar,"boolean");if(cr(Ar))return Sr.stylize("null","null")}function Ve(Sr){return"["+Error.prototype.toString.call(Sr)+"]"}function Fe(Sr,Ar,Fr,Gr,Vr){for(var Dr=[],Ir=0,Br=Ar.length;Ir<Br;++Ir)yr(Ar,String(Ir))?Dr.push(qe(Sr,Ar,Fr,Gr,String(Ir),!0)):Dr.push("");return Vr.forEach(function(Rr){Rr.match(/^\d+$/)||Dr.push(qe(Sr,Ar,Fr,Gr,Rr,!0))}),Dr}function qe(Sr,Ar,Fr,Gr,Vr,Dr){var Ir,Br,Rr;if(Rr=Object.getOwnPropertyDescriptor(Ar,Vr)||{value:Ar[Vr]},Rr.get?Rr.set?Br=Sr.stylize("[Getter/Setter]","special"):Br=Sr.stylize("[Getter]","special"):Rr.set&&(Br=Sr.stylize("[Setter]","special")),yr(Gr,Vr)||(Ir="["+Vr+"]"),Br||(Sr.seen.indexOf(Rr.value)<0?(cr(Fr)?Br=Ue(Sr,Rr.value,null):Br=Ue(Sr,Rr.value,Fr-1),Br.indexOf(`
`)>-1&&(Dr?Br=Br.split(`
`).map(function(Lr){return" "+Lr}).join(`
`).slice(2):Br=`
`+Br.split(`
`).map(function(Lr){return" "+Lr}).join(`
`))):Br=Sr.stylize("[Circular]","special")),pe(Ir)){if(Dr&&Vr.match(/^\d+$/))return Br;Ir=JSON.stringify(""+Vr),Ir.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Ir=Ir.slice(1,-1),Ir=Sr.stylize(Ir,"name")):(Ir=Ir.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Ir=Sr.stylize(Ir,"string"))}return Ir+": "+Br}function er(Sr,Ar,Fr){var Gr=Sr.reduce(function(Vr,Dr){return Dr.indexOf(`
`)>=0,Vr+Dr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Gr>60?Fr[0]+(Ar===""?"":Ar+`
`)+" "+Sr.join(`,
`)+" "+Fr[1]:Fr[0]+Ar+" "+Sr.join(", ")+" "+Fr[1]}k.types=n("./support/types");function ir(Sr){return Array.isArray(Sr)}k.isArray=ir;function dr(Sr){return typeof Sr=="boolean"}k.isBoolean=dr;function cr(Sr){return Sr===null}k.isNull=cr;function nr(Sr){return Sr==null}k.isNullOrUndefined=nr;function lr(Sr){return typeof Sr=="number"}k.isNumber=lr;function Et(Sr){return typeof Sr=="string"}k.isString=Et;function ie(Sr){return typeof Sr=="symbol"}k.isSymbol=ie;function pe(Sr){return Sr===void 0}k.isUndefined=pe;function Ce(Sr){return Ie(Sr)&&he(Sr)==="[object RegExp]"}k.isRegExp=Ce,k.types.isRegExp=Ce;function Ie(Sr){return typeof Sr=="object"&&Sr!==null}k.isObject=Ie;function jt(Sr){return Ie(Sr)&&he(Sr)==="[object Date]"}k.isDate=jt,k.types.isDate=jt;function ar(Sr){return Ie(Sr)&&(he(Sr)==="[object Error]"||Sr instanceof Error)}k.isError=ar,k.types.isNativeError=ar;function ur(Sr){return typeof Sr=="function"}k.isFunction=ur;function kt(Sr){return Sr===null||typeof Sr=="boolean"||typeof Sr=="number"||typeof Sr=="string"||typeof Sr=="symbol"||typeof Sr>"u"}k.isPrimitive=kt,k.isBuffer=n("./support/isBuffer");function he(Sr){return Object.prototype.toString.call(Sr)}function tr(Sr){return Sr<10?"0"+Sr.toString(10):Sr.toString(10)}var gr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function _r(){var Sr=new Date,Ar=[tr(Sr.getHours()),tr(Sr.getMinutes()),tr(Sr.getSeconds())].join(":");return[Sr.getDate(),gr[Sr.getMonth()],Ar].join(" ")}k.log=function(){console.log("%s - %s",_r(),k.format.apply(k,arguments))},k.inherits=n("inherits"),k._extend=function(Sr,Ar){if(!Ar||!Ie(Ar))return Sr;for(var Fr=Object.keys(Ar),Gr=Fr.length;Gr--;)Sr[Fr[Gr]]=Ar[Fr[Gr]];return Sr};function yr(Sr,Ar){return Object.prototype.hasOwnProperty.call(Sr,Ar)}var xr=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;k.promisify=function(Ar){if(typeof Ar!="function")throw new TypeError('The "original" argument must be of type Function');if(xr&&Ar[xr]){var Fr=Ar[xr];if(typeof Fr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Fr,xr,{value:Fr,enumerable:!1,writable:!1,configurable:!0}),Fr}function Fr(){for(var Gr,Vr,Dr=new Promise(function(Rr,Lr){Gr=Rr,Vr=Lr}),Ir=[],Br=0;Br<arguments.length;Br++)Ir.push(arguments[Br]);Ir.push(function(Rr,Lr){Rr?Vr(Rr):Gr(Lr)});try{Ar.apply(this,Ir)}catch(Rr){Vr(Rr)}return Dr}return Object.setPrototypeOf(Fr,Object.getPrototypeOf(Ar)),xr&&Object.defineProperty(Fr,xr,{value:Fr,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(Fr,j(Ar))},k.promisify.custom=xr;function Nr(Sr,Ar){if(!Sr){var Fr=new Error("Promise was rejected with a falsy value");Fr.reason=Sr,Sr=Fr}return Ar(Sr)}function Tr(Sr){if(typeof Sr!="function")throw new TypeError('The "original" argument must be of type Function');function Ar(){for(var Fr=[],Gr=0;Gr<arguments.length;Gr++)Fr.push(arguments[Gr]);var Vr=Fr.pop();if(typeof Vr!="function")throw new TypeError("The last argument must be of type Function");var Dr=this,Ir=function(){return Vr.apply(Dr,arguments)};Sr.apply(this,Fr).then(function(Br){L.nextTick(Ir.bind(null,null,Br))},function(Br){L.nextTick(Nr.bind(null,Br,Ir))})}return Object.setPrototypeOf(Ar,Object.getPrototypeOf(Sr)),Object.defineProperties(Ar,j(Sr)),Ar}k.callbackify=Tr}).call(this)}).call(this,n("_process"))},{"./support/isBuffer":489,"./support/types":490,_process:540,inherits:409}],492:[function(n,$,k){(function(L){(function(){var j=n("for-each"),V=n("available-typed-arrays"),z=n("call-bind"),re=n("call-bind/callBound"),oe=n("gopd"),ue=re("Object.prototype.toString"),de=n("has-tostringtag/shams")(),_e=typeof globalThis>"u"?L:globalThis,Ne=V(),Ue=re("String.prototype.slice"),$e=Object.getPrototypeOf,Ve=re("Array.prototype.indexOf",!0)||function(dr,cr){for(var nr=0;nr<dr.length;nr+=1)if(dr[nr]===cr)return nr;return-1},Fe={__proto__:null};de&&oe&&$e?j(Ne,function(ir){var dr=new _e[ir];if(Symbol.toStringTag in dr){var cr=$e(dr),nr=oe(cr,Symbol.toStringTag);if(!nr){var lr=$e(cr);nr=oe(lr,Symbol.toStringTag)}Fe["$"+ir]=z(nr.get)}}):j(Ne,function(ir){var dr=new _e[ir],cr=dr.slice||dr.set;cr&&(Fe["$"+ir]=z(cr))});var qe=function(dr){var cr=!1;return j(Fe,function(nr,lr){if(!cr)try{"$"+nr(dr)===lr&&(cr=Ue(lr,1))}catch{}}),cr},er=function(dr){var cr=!1;return j(Fe,function(nr,lr){if(!cr)try{nr(dr),cr=Ue(lr,1)}catch{}}),cr};$.exports=function(dr){if(!dr||typeof dr!="object")return!1;if(!de){var cr=Ue(ue(dr),8,-1);return Ve(Ne,cr)>-1?cr:cr!=="Object"?!1:er(dr)}return oe?qe(dr):null}}).call(this)}).call(this,typeof y<"u"?y: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(n,$,k){(function(){k.stripBOM=function(L){return L[0]==="\uFEFF"?L.substring(1):L}}).call(this)},{}],494:[function(n,$,k){(function(){var L,j,V,z,re,oe={}.hasOwnProperty;L=n("xmlbuilder"),j=n("./defaults").defaults,z=function(ue){return typeof ue=="string"&&(ue.indexOf("&")>=0||ue.indexOf(">")>=0||ue.indexOf("<")>=0)},re=function(ue){return"<![CDATA["+V(ue)+"]]>"},V=function(ue){return ue.replace("]]>","]]]]><![CDATA[>")},k.Builder=function(){function ue(de){var _e,Ne,Ue;this.options={},Ne=j["0.2"];for(_e in Ne)oe.call(Ne,_e)&&(Ue=Ne[_e],this.options[_e]=Ue);for(_e in de)oe.call(de,_e)&&(Ue=de[_e],this.options[_e]=Ue)}return ue.prototype.buildObject=function(de){var _e,Ne,Ue,$e,Ve;return _e=this.options.attrkey,Ne=this.options.charkey,Object.keys(de).length===1&&this.options.rootName===j["0.2"].rootName?(Ve=Object.keys(de)[0],de=de[Ve]):Ve=this.options.rootName,Ue=function(Fe){return function(qe,er){var ir,dr,cr,nr,lr,Et;if(typeof er!="object")Fe.options.cdata&&z(er)?qe.raw(re(er)):qe.txt(er);else if(Array.isArray(er)){for(nr in er)if(oe.call(er,nr)){dr=er[nr];for(lr in dr)cr=dr[lr],qe=Ue(qe.ele(lr),cr).up()}}else for(lr in er)if(oe.call(er,lr))if(dr=er[lr],lr===_e){if(typeof dr=="object")for(ir in dr)Et=dr[ir],qe=qe.att(ir,Et)}else if(lr===Ne)Fe.options.cdata&&z(dr)?qe=qe.raw(re(dr)):qe=qe.txt(dr);else if(Array.isArray(dr))for(nr in dr)oe.call(dr,nr)&&(cr=dr[nr],typeof cr=="string"?Fe.options.cdata&&z(cr)?qe=qe.ele(lr).raw(re(cr)).up():qe=qe.ele(lr,cr).up():qe=Ue(qe.ele(lr),cr).up());else typeof dr=="object"?qe=Ue(qe.ele(lr),dr).up():typeof dr=="string"&&Fe.options.cdata&&z(dr)?qe=qe.ele(lr).raw(re(dr)).up():(dr==null&&(dr=""),qe=qe.ele(lr,dr.toString()).up());return qe}}(this),$e=L.create(Ve,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),Ue($e,de).end(this.options.renderOpts)},ue}()}).call(this)},{"./defaults":495,xmlbuilder:531}],495:[function(n,$,k){(function(){k.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(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e,Ne=function(Ve,Fe){return function(){return Ve.apply(Fe,arguments)}},Ue=function(Ve,Fe){for(var qe in Fe)$e.call(Fe,qe)&&(Ve[qe]=Fe[qe]);function er(){this.constructor=Ve}return er.prototype=Fe.prototype,Ve.prototype=new er,Ve.__super__=Fe.prototype,Ve},$e={}.hasOwnProperty;de=n("sax"),z=n("events"),L=n("./bom"),ue=n("./processors"),_e=n("timers").setImmediate,j=n("./defaults").defaults,re=function(Ve){return typeof Ve=="object"&&Ve!=null&&Object.keys(Ve).length===0},oe=function(Ve,Fe,qe){var er,ir,dr;for(er=0,ir=Ve.length;er<ir;er++)dr=Ve[er],Fe=dr(Fe,qe);return Fe},V=function(Ve,Fe,qe){var er;return er=Object.create(null),er.value=qe,er.writable=!0,er.enumerable=!0,er.configurable=!0,Object.defineProperty(Ve,Fe,er)},k.Parser=function(Ve){Ue(Fe,Ve);function Fe(qe){this.parseStringPromise=Ne(this.parseStringPromise,this),this.parseString=Ne(this.parseString,this),this.reset=Ne(this.reset,this),this.assignOrPush=Ne(this.assignOrPush,this),this.processAsync=Ne(this.processAsync,this);var er,ir,dr;if(!(this instanceof k.Parser))return new k.Parser(qe);this.options={},ir=j["0.2"];for(er in ir)$e.call(ir,er)&&(dr=ir[er],this.options[er]=dr);for(er in qe)$e.call(qe,er)&&(dr=qe[er],this.options[er]=dr);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(ue.normalize)),this.reset()}return Fe.prototype.processAsync=function(){var qe,er;try{return this.remaining.length<=this.options.chunkSize?(qe=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(qe),this.saxParser.close()):(qe=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(qe),_e(this.processAsync))}catch(ir){if(er=ir,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(er)}},Fe.prototype.assignOrPush=function(qe,er,ir){return er in qe?(qe[er]instanceof Array||V(qe,er,[qe[er]]),qe[er].push(ir)):this.options.explicitArray?V(qe,er,[ir]):V(qe,er,ir)},Fe.prototype.reset=function(){var qe,er,ir,dr;return this.removeAllListeners(),this.saxParser=de.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(cr){return function(nr){if(cr.saxParser.resume(),!cr.saxParser.errThrown)return cr.saxParser.errThrown=!0,cr.emit("error",nr)}}(this),this.saxParser.onend=function(cr){return function(){if(!cr.saxParser.ended)return cr.saxParser.ended=!0,cr.emit("end",cr.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,dr=[],qe=this.options.attrkey,er=this.options.charkey,this.saxParser.onopentag=function(cr){return function(nr){var lr,Et,ie,pe,Ce;if(ie={},ie[er]="",!cr.options.ignoreAttrs){Ce=nr.attributes;for(lr in Ce)$e.call(Ce,lr)&&(!(qe in ie)&&!cr.options.mergeAttrs&&(ie[qe]={}),Et=cr.options.attrValueProcessors?oe(cr.options.attrValueProcessors,nr.attributes[lr],lr):nr.attributes[lr],pe=cr.options.attrNameProcessors?oe(cr.options.attrNameProcessors,lr):lr,cr.options.mergeAttrs?cr.assignOrPush(ie,pe,Et):V(ie[qe],pe,Et))}return ie["#name"]=cr.options.tagNameProcessors?oe(cr.options.tagNameProcessors,nr.name):nr.name,cr.options.xmlns&&(ie[cr.options.xmlnskey]={uri:nr.uri,local:nr.local}),dr.push(ie)}}(this),this.saxParser.onclosetag=function(cr){return function(){var nr,lr,Et,ie,pe,Ce,Ie,jt,ar,ur;if(Ce=dr.pop(),pe=Ce["#name"],(!cr.options.explicitChildren||!cr.options.preserveChildrenOrder)&&delete Ce["#name"],Ce.cdata===!0&&(nr=Ce.cdata,delete Ce.cdata),ar=dr[dr.length-1],Ce[er].match(/^\s*$/)&&!nr?(lr=Ce[er],delete Ce[er]):(cr.options.trim&&(Ce[er]=Ce[er].trim()),cr.options.normalize&&(Ce[er]=Ce[er].replace(/\s{2,}/g," ").trim()),Ce[er]=cr.options.valueProcessors?oe(cr.options.valueProcessors,Ce[er],pe):Ce[er],Object.keys(Ce).length===1&&er in Ce&&!cr.EXPLICIT_CHARKEY&&(Ce=Ce[er])),re(Ce)&&(typeof cr.options.emptyTag=="function"?Ce=cr.options.emptyTag():Ce=cr.options.emptyTag!==""?cr.options.emptyTag:lr),cr.options.validator!=null&&(ur="/"+function(){var kt,he,tr;for(tr=[],kt=0,he=dr.length;kt<he;kt++)ie=dr[kt],tr.push(ie["#name"]);return tr}().concat(pe).join("/"),function(){var kt;try{return Ce=cr.options.validator(ur,ar&&ar[pe],Ce)}catch(he){return kt=he,cr.emit("error",kt)}}()),cr.options.explicitChildren&&!cr.options.mergeAttrs&&typeof Ce=="object"){if(!cr.options.preserveChildrenOrder)ie={},cr.options.attrkey in Ce&&(ie[cr.options.attrkey]=Ce[cr.options.attrkey],delete Ce[cr.options.attrkey]),!cr.options.charsAsChildren&&cr.options.charkey in Ce&&(ie[cr.options.charkey]=Ce[cr.options.charkey],delete Ce[cr.options.charkey]),Object.getOwnPropertyNames(Ce).length>0&&(ie[cr.options.childkey]=Ce),Ce=ie;else if(ar){ar[cr.options.childkey]=ar[cr.options.childkey]||[],Ie={};for(Et in Ce)$e.call(Ce,Et)&&V(Ie,Et,Ce[Et]);ar[cr.options.childkey].push(Ie),delete Ce["#name"],Object.keys(Ce).length===1&&er in Ce&&!cr.EXPLICIT_CHARKEY&&(Ce=Ce[er])}}return dr.length>0?cr.assignOrPush(ar,pe,Ce):(cr.options.explicitRoot&&(jt=Ce,Ce={},V(Ce,pe,jt)),cr.resultObject=Ce,cr.saxParser.ended=!0,cr.emit("end",cr.resultObject))}}(this),ir=function(cr){return function(nr){var lr,Et;if(Et=dr[dr.length-1],Et)return Et[er]+=nr,cr.options.explicitChildren&&cr.options.preserveChildrenOrder&&cr.options.charsAsChildren&&(cr.options.includeWhiteChars||nr.replace(/\\n/g,"").trim()!=="")&&(Et[cr.options.childkey]=Et[cr.options.childkey]||[],lr={"#name":"__text__"},lr[er]=nr,cr.options.normalize&&(lr[er]=lr[er].replace(/\s{2,}/g," ").trim()),Et[cr.options.childkey].push(lr)),Et}}(this),this.saxParser.ontext=ir,this.saxParser.oncdata=function(cr){return function(nr){var lr;if(lr=ir(nr),lr)return lr.cdata=!0}}()},Fe.prototype.parseString=function(qe,er){var ir;er!=null&&typeof er=="function"&&(this.on("end",function(dr){return this.reset(),er(null,dr)}),this.on("error",function(dr){return this.reset(),er(dr)}));try{return qe=qe.toString(),qe.trim()===""?(this.emit("end",null),!0):(qe=L.stripBOM(qe),this.options.async?(this.remaining=qe,_e(this.processAsync),this.saxParser):this.saxParser.write(qe).close())}catch(dr){if(ir=dr,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw ir}else return this.emit("error",ir),this.saxParser.errThrown=!0}},Fe.prototype.parseStringPromise=function(qe){return new Promise(function(er){return function(ir,dr){return er.parseString(qe,function(cr,nr){return cr?dr(cr):ir(nr)})}}(this))},Fe}(z),k.parseString=function(Ve,Fe,qe){var er,ir,dr;return qe!=null?(typeof qe=="function"&&(er=qe),typeof Fe=="object"&&(ir=Fe)):(typeof Fe=="function"&&(er=Fe),ir={}),dr=new k.Parser(ir),dr.parseString(Ve,er)},k.parseStringPromise=function(Ve,Fe){var qe,er;return typeof Fe=="object"&&(qe=Fe),er=new k.Parser(qe),er.parseStringPromise(Ve)}}).call(this)},{"./bom":493,"./defaults":495,"./processors":497,events:388,sax:467,timers:486}],497:[function(n,$,k){(function(){var L;L=new RegExp(/(?!xmlns)^.*:/),k.normalize=function(j){return j.toLowerCase()},k.firstCharLowerCase=function(j){return j.charAt(0).toLowerCase()+j.slice(1)},k.stripPrefix=function(j){return j.replace(L,"")},k.parseNumbers=function(j){return isNaN(j)||(j=j%1===0?parseInt(j,10):parseFloat(j)),j},k.parseBooleans=function(j){return/^(?:true|false)$/i.test(j)&&(j=j.toLowerCase()==="true"),j}}).call(this)},{}],498:[function(n,$,k){(function(){var L,j,V,z,re=function(ue,de){for(var _e in de)oe.call(de,_e)&&(ue[_e]=de[_e]);function Ne(){this.constructor=ue}return Ne.prototype=de.prototype,ue.prototype=new Ne,ue.__super__=de.prototype,ue},oe={}.hasOwnProperty;j=n("./defaults"),L=n("./builder"),V=n("./parser"),z=n("./processors"),k.defaults=j.defaults,k.processors=z,k.ValidationError=function(ue){re(de,ue);function de(_e){this.message=_e}return de}(Error),k.Builder=L.Builder,k.Parser=V.Parser,k.parseString=V.parseString,k.parseStringPromise=V.parseStringPromise}).call(this)},{"./builder":494,"./defaults":495,"./parser":496,"./processors":497}],499:[function(n,$,k){(function(){$.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},{}],500:[function(n,$,k){(function(){$.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(n,$,k){(function(){var L,j,V,z,re,oe,ue,de=[].slice,_e={}.hasOwnProperty;L=function(){var Ne,Ue,$e,Ve,Fe,qe;if(qe=arguments[0],Fe=2<=arguments.length?de.call(arguments,1):[],re(Object.assign))Object.assign.apply(null,arguments);else for(Ne=0,$e=Fe.length;Ne<$e;Ne++)if(Ve=Fe[Ne],Ve!=null)for(Ue in Ve)_e.call(Ve,Ue)&&(qe[Ue]=Ve[Ue]);return qe},re=function(Ne){return!!Ne&&Object.prototype.toString.call(Ne)==="[object Function]"},oe=function(Ne){var Ue;return!!Ne&&((Ue=typeof Ne)=="function"||Ue==="object")},V=function(Ne){return re(Array.isArray)?Array.isArray(Ne):Object.prototype.toString.call(Ne)==="[object Array]"},z=function(Ne){var Ue;if(V(Ne))return!Ne.length;for(Ue in Ne)if(_e.call(Ne,Ue))return!1;return!0},ue=function(Ne){var Ue,$e;return oe(Ne)&&($e=Object.getPrototypeOf(Ne))&&(Ue=$e.constructor)&&typeof Ue=="function"&&Ue instanceof Ue&&Function.prototype.toString.call(Ue)===Function.prototype.toString.call(Object)},j=function(Ne){return re(Ne.valueOf)?Ne.valueOf():Ne},$.exports.assign=L,$.exports.isFunction=re,$.exports.isObject=oe,$.exports.isArray=V,$.exports.isEmpty=z,$.exports.isPlainObject=ue,$.exports.getValue=j}).call(this)},{}],502:[function(n,$,k){(function(){$.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}).call(this)},{}],503:[function(n,$,k){(function(){var L;L=n("./NodeType"),n("./XMLNode"),$.exports=function(){function j(V,z,re){if(this.parent=V,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),z==null)throw new Error("Missing attribute name. "+this.debugInfo(z));this.name=this.stringify.name(z),this.value=this.stringify.attValue(re),this.type=L.Attribute,this.isId=!1,this.schemaTypeInfo=null}return Object.defineProperty(j.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(j.prototype,"ownerElement",{get:function(){return this.parent}}),Object.defineProperty(j.prototype,"textContent",{get:function(){return this.value},set:function(V){return this.value=V||""}}),Object.defineProperty(j.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(j.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(j.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(j.prototype,"specified",{get:function(){return!0}}),j.prototype.clone=function(){return Object.create(this)},j.prototype.toString=function(V){return this.options.writer.attribute(this,this.options.writer.filterOptions(V))},j.prototype.debugInfo=function(V){return V=V||this.name,V==null?"parent: <"+this.parent.name+">":"attribute: {"+V+"}, parent: <"+this.parent.name+">"},j.prototype.isEqualNode=function(V){return!(V.namespaceURI!==this.namespaceURI||V.prefix!==this.prefix||V.localName!==this.localName||V.value!==this.value)},j}()}).call(this)},{"./NodeType":500,"./XMLNode":522}],504:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;L=n("./NodeType"),j=n("./XMLCharacterData"),$.exports=function(re){V(oe,re);function oe(ue,de){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=L.CData,this.value=this.stringify.cdata(de)}return oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return this.options.writer.cdata(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],505:[function(n,$,k){(function(){var L,j=function(z,re){for(var oe in re)V.call(re,oe)&&(z[oe]=re[oe]);function ue(){this.constructor=z}return ue.prototype=re.prototype,z.prototype=new ue,z.__super__=re.prototype,z},V={}.hasOwnProperty;L=n("./XMLNode"),$.exports=function(z){j(re,z);function re(oe){re.__super__.constructor.call(this,oe),this.value=""}return Object.defineProperty(re.prototype,"data",{get:function(){return this.value},set:function(oe){return this.value=oe||""}}),Object.defineProperty(re.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(re.prototype,"textContent",{get:function(){return this.value},set:function(oe){return this.value=oe||""}}),re.prototype.clone=function(){return Object.create(this)},re.prototype.substringData=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.appendData=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.insertData=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.deleteData=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.replaceData=function(oe,ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.isEqualNode=function(oe){return!(!re.__super__.isEqualNode.apply(this,arguments).isEqualNode(oe)||oe.data!==this.data)},re}(L)}).call(this)},{"./XMLNode":522}],506:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;L=n("./NodeType"),j=n("./XMLCharacterData"),$.exports=function(re){V(oe,re);function oe(ue,de){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=L.Comment,this.value=this.stringify.comment(de)}return oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return this.options.writer.comment(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],507:[function(n,$,k){(function(){var L,j;L=n("./XMLDOMErrorHandler"),j=n("./XMLDOMStringList"),$.exports=function(){function V(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new L,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(V.prototype,"parameterNames",{get:function(){return new j(Object.keys(this.defaultParams))}}),V.prototype.getParameter=function(z){return this.params.hasOwnProperty(z)?this.params[z]:null},V.prototype.canSetParameter=function(z,re){return!0},V.prototype.setParameter=function(z,re){return re!=null?this.params[z]=re:delete this.params[z]},V}()}).call(this)},{"./XMLDOMErrorHandler":508,"./XMLDOMStringList":510}],508:[function(n,$,k){(function(){$.exports=function(){function L(){}return L.prototype.handleError=function(j){throw new Error(j)},L}()}).call(this)},{}],509:[function(n,$,k){(function(){$.exports=function(){function L(){}return L.prototype.hasFeature=function(j,V){return!0},L.prototype.createDocumentType=function(j,V,z){throw new Error("This DOM method is not implemented.")},L.prototype.createDocument=function(j,V,z){throw new Error("This DOM method is not implemented.")},L.prototype.createHTMLDocument=function(j){throw new Error("This DOM method is not implemented.")},L.prototype.getFeature=function(j,V){throw new Error("This DOM method is not implemented.")},L}()}).call(this)},{}],510:[function(n,$,k){(function(){$.exports=function(){function L(j){this.arr=j||[]}return Object.defineProperty(L.prototype,"length",{get:function(){return this.arr.length}}),L.prototype.item=function(j){return this.arr[j]||null},L.prototype.contains=function(j){return this.arr.indexOf(j)!==-1},L}()}).call(this)},{}],511:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(re){V(oe,re);function oe(ue,de,_e,Ne,Ue,$e){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(_e==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(de));if(!Ne)throw new Error("Missing DTD attribute type. "+this.debugInfo(de));if(!Ue)throw new Error("Missing DTD attribute default. "+this.debugInfo(de));if(Ue.indexOf("#")!==0&&(Ue="#"+Ue),!Ue.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(de));if($e&&!Ue.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(de));this.elementName=this.stringify.name(de),this.type=L.AttributeDeclaration,this.attributeName=this.stringify.name(_e),this.attributeType=this.stringify.dtdAttType(Ne),$e&&(this.defaultValue=this.stringify.dtdAttDefault($e)),this.defaultValueType=Ue}return oe.prototype.toString=function(ue){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],512:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(re){V(oe,re);function oe(ue,de,_e){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing DTD element name. "+this.debugInfo());_e||(_e="(#PCDATA)"),Array.isArray(_e)&&(_e="("+_e.join(",")+")"),this.name=this.stringify.name(de),this.type=L.ElementDeclaration,this.value=this.stringify.dtdElementValue(_e)}return oe.prototype.toString=function(ue){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],513:[function(n,$,k){(function(){var L,j,V,z=function(oe,ue){for(var de in ue)re.call(ue,de)&&(oe[de]=ue[de]);function _e(){this.constructor=oe}return _e.prototype=ue.prototype,oe.prototype=new _e,oe.__super__=ue.prototype,oe},re={}.hasOwnProperty;V=n("./Utility").isObject,j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(oe){z(ue,oe);function ue(de,_e,Ne,Ue){if(ue.__super__.constructor.call(this,de),Ne==null)throw new Error("Missing DTD entity name. "+this.debugInfo(Ne));if(Ue==null)throw new Error("Missing DTD entity value. "+this.debugInfo(Ne));if(this.pe=!!_e,this.name=this.stringify.name(Ne),this.type=L.EntityDeclaration,!V(Ue))this.value=this.stringify.dtdEntityValue(Ue),this.internal=!0;else{if(!Ue.pubID&&!Ue.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(Ne));if(Ue.pubID&&!Ue.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(Ne));if(this.internal=!1,Ue.pubID!=null&&(this.pubID=this.stringify.dtdPubID(Ue.pubID)),Ue.sysID!=null&&(this.sysID=this.stringify.dtdSysID(Ue.sysID)),Ue.nData!=null&&(this.nData=this.stringify.dtdNData(Ue.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(Ne))}}return Object.defineProperty(ue.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(ue.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(ue.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(ue.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(ue.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(ue.prototype,"xmlVersion",{get:function(){return null}}),ue.prototype.toString=function(de){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(de))},ue}(j)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLNode":522}],514:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(re){V(oe,re);function oe(ue,de,_e){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing DTD notation name. "+this.debugInfo(de));if(!_e.pubID&&!_e.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(de));this.name=this.stringify.name(de),this.type=L.NotationDeclaration,_e.pubID!=null&&(this.pubID=this.stringify.dtdPubID(_e.pubID)),_e.sysID!=null&&(this.sysID=this.stringify.dtdSysID(_e.sysID))}return Object.defineProperty(oe.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(oe.prototype,"systemId",{get:function(){return this.sysID}}),oe.prototype.toString=function(ue){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],515:[function(n,$,k){(function(){var L,j,V,z=function(oe,ue){for(var de in ue)re.call(ue,de)&&(oe[de]=ue[de]);function _e(){this.constructor=oe}return _e.prototype=ue.prototype,oe.prototype=new _e,oe.__super__=ue.prototype,oe},re={}.hasOwnProperty;V=n("./Utility").isObject,j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(oe){z(ue,oe);function ue(de,_e,Ne,Ue){var $e;ue.__super__.constructor.call(this,de),V(_e)&&($e=_e,_e=$e.version,Ne=$e.encoding,Ue=$e.standalone),_e||(_e="1.0"),this.type=L.Declaration,this.version=this.stringify.xmlVersion(_e),Ne!=null&&(this.encoding=this.stringify.xmlEncoding(Ne)),Ue!=null&&(this.standalone=this.stringify.xmlStandalone(Ue))}return ue.prototype.toString=function(de){return this.options.writer.declaration(this,this.options.writer.filterOptions(de))},ue}(j)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLNode":522}],516:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e=function(Ue,$e){for(var Ve in $e)Ne.call($e,Ve)&&(Ue[Ve]=$e[Ve]);function Fe(){this.constructor=Ue}return Fe.prototype=$e.prototype,Ue.prototype=new Fe,Ue.__super__=$e.prototype,Ue},Ne={}.hasOwnProperty;de=n("./Utility").isObject,ue=n("./XMLNode"),L=n("./NodeType"),j=n("./XMLDTDAttList"),z=n("./XMLDTDEntity"),V=n("./XMLDTDElement"),re=n("./XMLDTDNotation"),oe=n("./XMLNamedNodeMap"),$.exports=function(Ue){_e($e,Ue);function $e(Ve,Fe,qe){var er,ir,dr,cr,nr,lr;if($e.__super__.constructor.call(this,Ve),this.type=L.DocType,Ve.children){for(cr=Ve.children,ir=0,dr=cr.length;ir<dr;ir++)if(er=cr[ir],er.type===L.Element){this.name=er.name;break}}this.documentObject=Ve,de(Fe)&&(nr=Fe,Fe=nr.pubID,qe=nr.sysID),qe==null&&(lr=[Fe,qe],qe=lr[0],Fe=lr[1]),Fe!=null&&(this.pubID=this.stringify.dtdPubID(Fe)),qe!=null&&(this.sysID=this.stringify.dtdSysID(qe))}return Object.defineProperty($e.prototype,"entities",{get:function(){var Ve,Fe,qe,er,ir;for(er={},ir=this.children,Fe=0,qe=ir.length;Fe<qe;Fe++)Ve=ir[Fe],Ve.type===L.EntityDeclaration&&!Ve.pe&&(er[Ve.name]=Ve);return new oe(er)}}),Object.defineProperty($e.prototype,"notations",{get:function(){var Ve,Fe,qe,er,ir;for(er={},ir=this.children,Fe=0,qe=ir.length;Fe<qe;Fe++)Ve=ir[Fe],Ve.type===L.NotationDeclaration&&(er[Ve.name]=Ve);return new oe(er)}}),Object.defineProperty($e.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty($e.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty($e.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),$e.prototype.element=function(Ve,Fe){var qe;return qe=new V(this,Ve,Fe),this.children.push(qe),this},$e.prototype.attList=function(Ve,Fe,qe,er,ir){var dr;return dr=new j(this,Ve,Fe,qe,er,ir),this.children.push(dr),this},$e.prototype.entity=function(Ve,Fe){var qe;return qe=new z(this,!1,Ve,Fe),this.children.push(qe),this},$e.prototype.pEntity=function(Ve,Fe){var qe;return qe=new z(this,!0,Ve,Fe),this.children.push(qe),this},$e.prototype.notation=function(Ve,Fe){var qe;return qe=new re(this,Ve,Fe),this.children.push(qe),this},$e.prototype.toString=function(Ve){return this.options.writer.docType(this,this.options.writer.filterOptions(Ve))},$e.prototype.ele=function(Ve,Fe){return this.element(Ve,Fe)},$e.prototype.att=function(Ve,Fe,qe,er,ir){return this.attList(Ve,Fe,qe,er,ir)},$e.prototype.ent=function(Ve,Fe){return this.entity(Ve,Fe)},$e.prototype.pent=function(Ve,Fe){return this.pEntity(Ve,Fe)},$e.prototype.not=function(Ve,Fe){return this.notation(Ve,Fe)},$e.prototype.up=function(){return this.root()||this.documentObject},$e.prototype.isEqualNode=function(Ve){return!(!$e.__super__.isEqualNode.apply(this,arguments).isEqualNode(Ve)||Ve.name!==this.name||Ve.publicId!==this.publicId||Ve.systemId!==this.systemId)},$e}(ue)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLDTDAttList":511,"./XMLDTDElement":512,"./XMLDTDEntity":513,"./XMLDTDNotation":514,"./XMLNamedNodeMap":521,"./XMLNode":522}],517:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de=function(Ne,Ue){for(var $e in Ue)_e.call(Ue,$e)&&(Ne[$e]=Ue[$e]);function Ve(){this.constructor=Ne}return Ve.prototype=Ue.prototype,Ne.prototype=new Ve,Ne.__super__=Ue.prototype,Ne},_e={}.hasOwnProperty;ue=n("./Utility").isPlainObject,V=n("./XMLDOMImplementation"),j=n("./XMLDOMConfiguration"),z=n("./XMLNode"),L=n("./NodeType"),oe=n("./XMLStringifier"),re=n("./XMLStringWriter"),$.exports=function(Ne){de(Ue,Ne);function Ue($e){Ue.__super__.constructor.call(this,null),this.name="#document",this.type=L.Document,this.documentURI=null,this.domConfig=new j,$e||($e={}),$e.writer||($e.writer=new re),this.options=$e,this.stringify=new oe($e)}return Object.defineProperty(Ue.prototype,"implementation",{value:new V}),Object.defineProperty(Ue.prototype,"doctype",{get:function(){var $e,Ve,Fe,qe;for(qe=this.children,Ve=0,Fe=qe.length;Ve<Fe;Ve++)if($e=qe[Ve],$e.type===L.DocType)return $e;return null}}),Object.defineProperty(Ue.prototype,"documentElement",{get:function(){return this.rootObject||null}}),Object.defineProperty(Ue.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(Ue.prototype,"strictErrorChecking",{get:function(){return!1}}),Object.defineProperty(Ue.prototype,"xmlEncoding",{get:function(){return this.children.length!==0&&this.children[0].type===L.Declaration?this.children[0].encoding:null}}),Object.defineProperty(Ue.prototype,"xmlStandalone",{get:function(){return this.children.length!==0&&this.children[0].type===L.Declaration?this.children[0].standalone==="yes":!1}}),Object.defineProperty(Ue.prototype,"xmlVersion",{get:function(){return this.children.length!==0&&this.children[0].type===L.Declaration?this.children[0].version:"1.0"}}),Object.defineProperty(Ue.prototype,"URL",{get:function(){return this.documentURI}}),Object.defineProperty(Ue.prototype,"origin",{get:function(){return null}}),Object.defineProperty(Ue.prototype,"compatMode",{get:function(){return null}}),Object.defineProperty(Ue.prototype,"characterSet",{get:function(){return null}}),Object.defineProperty(Ue.prototype,"contentType",{get:function(){return null}}),Ue.prototype.end=function($e){var Ve;return Ve={},$e?ue($e)&&(Ve=$e,$e=this.options.writer):$e=this.options.writer,$e.document(this,$e.filterOptions(Ve))},Ue.prototype.toString=function($e){return this.options.writer.document(this,this.options.writer.filterOptions($e))},Ue.prototype.createElement=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createDocumentFragment=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createTextNode=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createComment=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createCDATASection=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createProcessingInstruction=function($e,Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createAttribute=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createEntityReference=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.getElementsByTagName=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.importNode=function($e,Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createElementNS=function($e,Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createAttributeNS=function($e,Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.getElementsByTagNameNS=function($e,Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.getElementById=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.adoptNode=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.normalizeDocument=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.renameNode=function($e,Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.getElementsByClassName=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createEvent=function($e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createRange=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createNodeIterator=function($e,Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue.prototype.createTreeWalker=function($e,Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ue}(z)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLDOMConfiguration":507,"./XMLDOMImplementation":509,"./XMLNode":522,"./XMLStringWriter":527,"./XMLStringifier":528}],518:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et,ie,pe={}.hasOwnProperty;ie=n("./Utility"),lr=ie.isObject,nr=ie.isFunction,Et=ie.isPlainObject,cr=ie.getValue,L=n("./NodeType"),$e=n("./XMLDocument"),Ve=n("./XMLElement"),z=n("./XMLCData"),re=n("./XMLComment"),qe=n("./XMLRaw"),dr=n("./XMLText"),Fe=n("./XMLProcessingInstruction"),Ne=n("./XMLDeclaration"),Ue=n("./XMLDocType"),oe=n("./XMLDTDAttList"),de=n("./XMLDTDEntity"),ue=n("./XMLDTDElement"),_e=n("./XMLDTDNotation"),V=n("./XMLAttribute"),ir=n("./XMLStringifier"),er=n("./XMLStringWriter"),j=n("./WriterState"),$.exports=function(){function Ce(Ie,jt,ar){var ur;this.name="?xml",this.type=L.Document,Ie||(Ie={}),ur={},Ie.writer?Et(Ie.writer)&&(ur=Ie.writer,Ie.writer=new er):Ie.writer=new er,this.options=Ie,this.writer=Ie.writer,this.writerOptions=this.writer.filterOptions(ur),this.stringify=new ir(Ie),this.onDataCallback=jt||function(){},this.onEndCallback=ar||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return Ce.prototype.createChildNode=function(Ie){var jt,ar,ur,kt,he,tr,gr,_r;switch(Ie.type){case L.CData:this.cdata(Ie.value);break;case L.Comment:this.comment(Ie.value);break;case L.Element:ur={},gr=Ie.attribs;for(ar in gr)pe.call(gr,ar)&&(jt=gr[ar],ur[ar]=jt.value);this.node(Ie.name,ur);break;case L.Dummy:this.dummy();break;case L.Raw:this.raw(Ie.value);break;case L.Text:this.text(Ie.value);break;case L.ProcessingInstruction:this.instruction(Ie.target,Ie.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+Ie.constructor.name)}for(_r=Ie.children,he=0,tr=_r.length;he<tr;he++)kt=_r[he],this.createChildNode(kt),kt.type===L.Element&&this.up();return this},Ce.prototype.dummy=function(){return this},Ce.prototype.node=function(Ie,jt,ar){var ur;if(Ie==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(Ie));return this.openCurrent(),Ie=cr(Ie),jt==null&&(jt={}),jt=cr(jt),lr(jt)||(ur=[jt,ar],ar=ur[0],jt=ur[1]),this.currentNode=new Ve(this,Ie,jt),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,ar!=null&&this.text(ar),this},Ce.prototype.element=function(Ie,jt,ar){var ur,kt,he,tr,gr,_r;if(this.currentNode&&this.currentNode.type===L.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(Ie)||lr(Ie)||nr(Ie))for(tr=this.options.noValidation,this.options.noValidation=!0,_r=new $e(this.options).element("TEMP_ROOT"),_r.element(Ie),this.options.noValidation=tr,gr=_r.children,kt=0,he=gr.length;kt<he;kt++)ur=gr[kt],this.createChildNode(ur),ur.type===L.Element&&this.up();else this.node(Ie,jt,ar);return this},Ce.prototype.attribute=function(Ie,jt){var ar,ur;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(Ie));if(Ie!=null&&(Ie=cr(Ie)),lr(Ie))for(ar in Ie)pe.call(Ie,ar)&&(ur=Ie[ar],this.attribute(ar,ur));else nr(jt)&&(jt=jt.apply()),this.options.keepNullAttributes&&jt==null?this.currentNode.attribs[Ie]=new V(this,Ie,""):jt!=null&&(this.currentNode.attribs[Ie]=new V(this,Ie,jt));return this},Ce.prototype.text=function(Ie){var jt;return this.openCurrent(),jt=new dr(this,Ie),this.onData(this.writer.text(jt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.cdata=function(Ie){var jt;return this.openCurrent(),jt=new z(this,Ie),this.onData(this.writer.cdata(jt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.comment=function(Ie){var jt;return this.openCurrent(),jt=new re(this,Ie),this.onData(this.writer.comment(jt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.raw=function(Ie){var jt;return this.openCurrent(),jt=new qe(this,Ie),this.onData(this.writer.raw(jt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.instruction=function(Ie,jt){var ar,ur,kt,he,tr;if(this.openCurrent(),Ie!=null&&(Ie=cr(Ie)),jt!=null&&(jt=cr(jt)),Array.isArray(Ie))for(ar=0,he=Ie.length;ar<he;ar++)ur=Ie[ar],this.instruction(ur);else if(lr(Ie))for(ur in Ie)pe.call(Ie,ur)&&(kt=Ie[ur],this.instruction(ur,kt));else nr(jt)&&(jt=jt.apply()),tr=new Fe(this,Ie,jt),this.onData(this.writer.processingInstruction(tr,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},Ce.prototype.declaration=function(Ie,jt,ar){var ur;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return ur=new Ne(this,Ie,jt,ar),this.onData(this.writer.declaration(ur,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.doctype=function(Ie,jt,ar){if(this.openCurrent(),Ie==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 Ue(this,jt,ar),this.currentNode.rootNodeName=Ie,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},Ce.prototype.dtdElement=function(Ie,jt){var ar;return this.openCurrent(),ar=new ue(this,Ie,jt),this.onData(this.writer.dtdElement(ar,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.attList=function(Ie,jt,ar,ur,kt){var he;return this.openCurrent(),he=new oe(this,Ie,jt,ar,ur,kt),this.onData(this.writer.dtdAttList(he,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.entity=function(Ie,jt){var ar;return this.openCurrent(),ar=new de(this,!1,Ie,jt),this.onData(this.writer.dtdEntity(ar,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.pEntity=function(Ie,jt){var ar;return this.openCurrent(),ar=new de(this,!0,Ie,jt),this.onData(this.writer.dtdEntity(ar,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.prototype.notation=function(Ie,jt){var ar;return this.openCurrent(),ar=new _e(this,Ie,jt),this.onData(this.writer.dtdNotation(ar,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Ce.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},Ce.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},Ce.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},Ce.prototype.openNode=function(Ie){var jt,ar,ur,kt;if(!Ie.isOpen){if(!this.root&&this.currentLevel===0&&Ie.type===L.Element&&(this.root=Ie),ar="",Ie.type===L.Element){this.writerOptions.state=j.OpenTag,ar=this.writer.indent(Ie,this.writerOptions,this.currentLevel)+"<"+Ie.name,kt=Ie.attribs;for(ur in kt)pe.call(kt,ur)&&(jt=kt[ur],ar+=this.writer.attribute(jt,this.writerOptions,this.currentLevel));ar+=(Ie.children?">":"/>")+this.writer.endline(Ie,this.writerOptions,this.currentLevel),this.writerOptions.state=j.InsideTag}else this.writerOptions.state=j.OpenTag,ar=this.writer.indent(Ie,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+Ie.rootNodeName,Ie.pubID&&Ie.sysID?ar+=' PUBLIC "'+Ie.pubID+'" "'+Ie.sysID+'"':Ie.sysID&&(ar+=' SYSTEM "'+Ie.sysID+'"'),Ie.children?(ar+=" [",this.writerOptions.state=j.InsideTag):(this.writerOptions.state=j.CloseTag,ar+=">"),ar+=this.writer.endline(Ie,this.writerOptions,this.currentLevel);return this.onData(ar,this.currentLevel),Ie.isOpen=!0}},Ce.prototype.closeNode=function(Ie){var jt;if(!Ie.isClosed)return jt="",this.writerOptions.state=j.CloseTag,Ie.type===L.Element?jt=this.writer.indent(Ie,this.writerOptions,this.currentLevel)+"</"+Ie.name+">"+this.writer.endline(Ie,this.writerOptions,this.currentLevel):jt=this.writer.indent(Ie,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(Ie,this.writerOptions,this.currentLevel),this.writerOptions.state=j.None,this.onData(jt,this.currentLevel),Ie.isClosed=!0},Ce.prototype.onData=function(Ie,jt){return this.documentStarted=!0,this.onDataCallback(Ie,jt+1)},Ce.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},Ce.prototype.debugInfo=function(Ie){return Ie==null?"":"node: <"+Ie+">"},Ce.prototype.ele=function(){return this.element.apply(this,arguments)},Ce.prototype.nod=function(Ie,jt,ar){return this.node(Ie,jt,ar)},Ce.prototype.txt=function(Ie){return this.text(Ie)},Ce.prototype.dat=function(Ie){return this.cdata(Ie)},Ce.prototype.com=function(Ie){return this.comment(Ie)},Ce.prototype.ins=function(Ie,jt){return this.instruction(Ie,jt)},Ce.prototype.dec=function(Ie,jt,ar){return this.declaration(Ie,jt,ar)},Ce.prototype.dtd=function(Ie,jt,ar){return this.doctype(Ie,jt,ar)},Ce.prototype.e=function(Ie,jt,ar){return this.element(Ie,jt,ar)},Ce.prototype.n=function(Ie,jt,ar){return this.node(Ie,jt,ar)},Ce.prototype.t=function(Ie){return this.text(Ie)},Ce.prototype.d=function(Ie){return this.cdata(Ie)},Ce.prototype.c=function(Ie){return this.comment(Ie)},Ce.prototype.r=function(Ie){return this.raw(Ie)},Ce.prototype.i=function(Ie,jt){return this.instruction(Ie,jt)},Ce.prototype.att=function(){return this.currentNode&&this.currentNode.type===L.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Ce.prototype.a=function(){return this.currentNode&&this.currentNode.type===L.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Ce.prototype.ent=function(Ie,jt){return this.entity(Ie,jt)},Ce.prototype.pent=function(Ie,jt){return this.pEntity(Ie,jt)},Ce.prototype.not=function(Ie,jt){return this.notation(Ie,jt)},Ce}()}).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(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(re){V(oe,re);function oe(ue){oe.__super__.constructor.call(this,ue),this.type=L.Dummy}return oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return""},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],520:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e=function(Ue,$e){for(var Ve in $e)Ne.call($e,Ve)&&(Ue[Ve]=$e[Ve]);function Fe(){this.constructor=Ue}return Fe.prototype=$e.prototype,Ue.prototype=new Fe,Ue.__super__=$e.prototype,Ue},Ne={}.hasOwnProperty;de=n("./Utility"),ue=de.isObject,oe=de.isFunction,re=de.getValue,z=n("./XMLNode"),L=n("./NodeType"),j=n("./XMLAttribute"),V=n("./XMLNamedNodeMap"),$.exports=function(Ue){_e($e,Ue);function $e(Ve,Fe,qe){var er,ir,dr,cr;if($e.__super__.constructor.call(this,Ve),Fe==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(Fe),this.type=L.Element,this.attribs={},this.schemaTypeInfo=null,qe!=null&&this.attribute(qe),Ve.type===L.Document&&(this.isRoot=!0,this.documentObject=Ve,Ve.rootObject=this,Ve.children)){for(cr=Ve.children,ir=0,dr=cr.length;ir<dr;ir++)if(er=cr[ir],er.type===L.DocType){er.name=this.name;break}}}return Object.defineProperty($e.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty($e.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty($e.prototype,"prefix",{get:function(){return""}}),Object.defineProperty($e.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty($e.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty($e.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty($e.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty($e.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new V(this.attribs)),this.attributeMap}}),$e.prototype.clone=function(){var Ve,Fe,qe,er;qe=Object.create(this),qe.isRoot&&(qe.documentObject=null),qe.attribs={},er=this.attribs;for(Fe in er)Ne.call(er,Fe)&&(Ve=er[Fe],qe.attribs[Fe]=Ve.clone());return qe.children=[],this.children.forEach(function(ir){var dr;return dr=ir.clone(),dr.parent=qe,qe.children.push(dr)}),qe},$e.prototype.attribute=function(Ve,Fe){var qe,er;if(Ve!=null&&(Ve=re(Ve)),ue(Ve))for(qe in Ve)Ne.call(Ve,qe)&&(er=Ve[qe],this.attribute(qe,er));else oe(Fe)&&(Fe=Fe.apply()),this.options.keepNullAttributes&&Fe==null?this.attribs[Ve]=new j(this,Ve,""):Fe!=null&&(this.attribs[Ve]=new j(this,Ve,Fe));return this},$e.prototype.removeAttribute=function(Ve){var Fe,qe,er;if(Ve==null)throw new Error("Missing attribute name. "+this.debugInfo());if(Ve=re(Ve),Array.isArray(Ve))for(qe=0,er=Ve.length;qe<er;qe++)Fe=Ve[qe],delete this.attribs[Fe];else delete this.attribs[Ve];return this},$e.prototype.toString=function(Ve){return this.options.writer.element(this,this.options.writer.filterOptions(Ve))},$e.prototype.att=function(Ve,Fe){return this.attribute(Ve,Fe)},$e.prototype.a=function(Ve,Fe){return this.attribute(Ve,Fe)},$e.prototype.getAttribute=function(Ve){return this.attribs.hasOwnProperty(Ve)?this.attribs[Ve].value:null},$e.prototype.setAttribute=function(Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.getAttributeNode=function(Ve){return this.attribs.hasOwnProperty(Ve)?this.attribs[Ve]:null},$e.prototype.setAttributeNode=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.removeAttributeNode=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.getElementsByTagName=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.getAttributeNS=function(Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.setAttributeNS=function(Ve,Fe,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.removeAttributeNS=function(Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.getAttributeNodeNS=function(Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.setAttributeNodeNS=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.getElementsByTagNameNS=function(Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.hasAttribute=function(Ve){return this.attribs.hasOwnProperty(Ve)},$e.prototype.hasAttributeNS=function(Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.setIdAttribute=function(Ve,Fe){return this.attribs.hasOwnProperty(Ve)?this.attribs[Ve].isId:Fe},$e.prototype.setIdAttributeNS=function(Ve,Fe,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.setIdAttributeNode=function(Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.getElementsByTagName=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.getElementsByTagNameNS=function(Ve,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.getElementsByClassName=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},$e.prototype.isEqualNode=function(Ve){var Fe,qe,er;if(!$e.__super__.isEqualNode.apply(this,arguments).isEqualNode(Ve)||Ve.namespaceURI!==this.namespaceURI||Ve.prefix!==this.prefix||Ve.localName!==this.localName||Ve.attribs.length!==this.attribs.length)return!1;for(Fe=qe=0,er=this.attribs.length-1;0<=er?qe<=er:qe>=er;Fe=0<=er?++qe:--qe)if(!this.attribs[Fe].isEqualNode(Ve.attribs[Fe]))return!1;return!0},$e}(z)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLAttribute":503,"./XMLNamedNodeMap":521,"./XMLNode":522}],521:[function(n,$,k){(function(){$.exports=function(){function L(j){this.nodes=j}return Object.defineProperty(L.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),L.prototype.clone=function(){return this.nodes=null},L.prototype.getNamedItem=function(j){return this.nodes[j]},L.prototype.setNamedItem=function(j){var V;return V=this.nodes[j.nodeName],this.nodes[j.nodeName]=j,V||null},L.prototype.removeNamedItem=function(j){var V;return V=this.nodes[j],delete this.nodes[j],V||null},L.prototype.item=function(j){return this.nodes[Object.keys(this.nodes)[j]]||null},L.prototype.getNamedItemNS=function(j,V){throw new Error("This DOM method is not implemented.")},L.prototype.setNamedItemNS=function(j){throw new Error("This DOM method is not implemented.")},L.prototype.removeNamedItemNS=function(j,V){throw new Error("This DOM method is not implemented.")},L}()}).call(this)},{}],522:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve,Fe,qe,er,ir,dr={}.hasOwnProperty;ir=n("./Utility"),er=ir.isObject,qe=ir.isFunction,Fe=ir.isEmpty,Ve=ir.getValue,de=null,V=null,z=null,re=null,oe=null,Ue=null,$e=null,Ne=null,ue=null,j=null,_e=null,L=null,$.exports=function(){function cr(nr){this.parent=nr,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,de||(de=n("./XMLElement"),V=n("./XMLCData"),z=n("./XMLComment"),re=n("./XMLDeclaration"),oe=n("./XMLDocType"),Ue=n("./XMLRaw"),$e=n("./XMLText"),Ne=n("./XMLProcessingInstruction"),ue=n("./XMLDummy"),j=n("./NodeType"),_e=n("./XMLNodeList"),n("./XMLNamedNodeMap"),L=n("./DocumentPosition"))}return Object.defineProperty(cr.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(cr.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(cr.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(cr.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(cr.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new _e(this.children)),this.childNodeList}}),Object.defineProperty(cr.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(cr.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(cr.prototype,"previousSibling",{get:function(){var nr;return nr=this.parent.children.indexOf(this),this.parent.children[nr-1]||null}}),Object.defineProperty(cr.prototype,"nextSibling",{get:function(){var nr;return nr=this.parent.children.indexOf(this),this.parent.children[nr+1]||null}}),Object.defineProperty(cr.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(cr.prototype,"textContent",{get:function(){var nr,lr,Et,ie,pe;if(this.nodeType===j.Element||this.nodeType===j.DocumentFragment){for(pe="",ie=this.children,lr=0,Et=ie.length;lr<Et;lr++)nr=ie[lr],nr.textContent&&(pe+=nr.textContent);return pe}else return null},set:function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),cr.prototype.setParent=function(nr){var lr,Et,ie,pe,Ce;for(this.parent=nr,nr&&(this.options=nr.options,this.stringify=nr.stringify),pe=this.children,Ce=[],Et=0,ie=pe.length;Et<ie;Et++)lr=pe[Et],Ce.push(lr.setParent(this));return Ce},cr.prototype.element=function(nr,lr,Et){var ie,pe,Ce,Ie,jt,ar,ur,kt,he,tr,gr;if(ar=null,lr===null&&Et==null&&(he=[{},null],lr=he[0],Et=he[1]),lr==null&&(lr={}),lr=Ve(lr),er(lr)||(tr=[lr,Et],Et=tr[0],lr=tr[1]),nr!=null&&(nr=Ve(nr)),Array.isArray(nr))for(Ce=0,ur=nr.length;Ce<ur;Ce++)pe=nr[Ce],ar=this.element(pe);else if(qe(nr))ar=this.element(nr.apply());else if(er(nr)){for(jt in nr)if(dr.call(nr,jt))if(gr=nr[jt],qe(gr)&&(gr=gr.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&jt.indexOf(this.stringify.convertAttKey)===0)ar=this.attribute(jt.substr(this.stringify.convertAttKey.length),gr);else if(!this.options.separateArrayItems&&Array.isArray(gr)&&Fe(gr))ar=this.dummy();else if(er(gr)&&Fe(gr))ar=this.element(jt);else if(!this.options.keepNullNodes&&gr==null)ar=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(gr))for(Ie=0,kt=gr.length;Ie<kt;Ie++)pe=gr[Ie],ie={},ie[jt]=pe,ar=this.element(ie);else er(gr)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&jt.indexOf(this.stringify.convertTextKey)===0?ar=this.element(gr):(ar=this.element(jt),ar.element(gr)):ar=this.element(jt,gr)}else!this.options.keepNullNodes&&Et===null?ar=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&nr.indexOf(this.stringify.convertTextKey)===0?ar=this.text(Et):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&nr.indexOf(this.stringify.convertCDataKey)===0?ar=this.cdata(Et):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&nr.indexOf(this.stringify.convertCommentKey)===0?ar=this.comment(Et):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&nr.indexOf(this.stringify.convertRawKey)===0?ar=this.raw(Et):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&nr.indexOf(this.stringify.convertPIKey)===0?ar=this.instruction(nr.substr(this.stringify.convertPIKey.length),Et):ar=this.node(nr,lr,Et);if(ar==null)throw new Error("Could not create any elements with: "+nr+". "+this.debugInfo());return ar},cr.prototype.insertBefore=function(nr,lr,Et){var ie,pe,Ce,Ie,jt;if(nr!=null&&nr.type)return Ce=nr,Ie=lr,Ce.setParent(this),Ie?(pe=children.indexOf(Ie),jt=children.splice(pe),children.push(Ce),Array.prototype.push.apply(children,jt)):children.push(Ce),Ce;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(nr));return pe=this.parent.children.indexOf(this),jt=this.parent.children.splice(pe),ie=this.parent.element(nr,lr,Et),Array.prototype.push.apply(this.parent.children,jt),ie},cr.prototype.insertAfter=function(nr,lr,Et){var ie,pe,Ce;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(nr));return pe=this.parent.children.indexOf(this),Ce=this.parent.children.splice(pe+1),ie=this.parent.element(nr,lr,Et),Array.prototype.push.apply(this.parent.children,Ce),ie},cr.prototype.remove=function(){var nr;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return nr=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[nr,nr-nr+1].concat([])),this.parent},cr.prototype.node=function(nr,lr,Et){var ie,pe;return nr!=null&&(nr=Ve(nr)),lr||(lr={}),lr=Ve(lr),er(lr)||(pe=[lr,Et],Et=pe[0],lr=pe[1]),ie=new de(this,nr,lr),Et!=null&&ie.text(Et),this.children.push(ie),ie},cr.prototype.text=function(nr){var lr;return er(nr)&&this.element(nr),lr=new $e(this,nr),this.children.push(lr),this},cr.prototype.cdata=function(nr){var lr;return lr=new V(this,nr),this.children.push(lr),this},cr.prototype.comment=function(nr){var lr;return lr=new z(this,nr),this.children.push(lr),this},cr.prototype.commentBefore=function(nr){var lr,Et;return lr=this.parent.children.indexOf(this),Et=this.parent.children.splice(lr),this.parent.comment(nr),Array.prototype.push.apply(this.parent.children,Et),this},cr.prototype.commentAfter=function(nr){var lr,Et;return lr=this.parent.children.indexOf(this),Et=this.parent.children.splice(lr+1),this.parent.comment(nr),Array.prototype.push.apply(this.parent.children,Et),this},cr.prototype.raw=function(nr){var lr;return lr=new Ue(this,nr),this.children.push(lr),this},cr.prototype.dummy=function(){var nr;return nr=new ue(this),nr},cr.prototype.instruction=function(nr,lr){var Et,ie,pe,Ce,Ie;if(nr!=null&&(nr=Ve(nr)),lr!=null&&(lr=Ve(lr)),Array.isArray(nr))for(Ce=0,Ie=nr.length;Ce<Ie;Ce++)Et=nr[Ce],this.instruction(Et);else if(er(nr))for(Et in nr)dr.call(nr,Et)&&(ie=nr[Et],this.instruction(Et,ie));else qe(lr)&&(lr=lr.apply()),pe=new Ne(this,nr,lr),this.children.push(pe);return this},cr.prototype.instructionBefore=function(nr,lr){var Et,ie;return Et=this.parent.children.indexOf(this),ie=this.parent.children.splice(Et),this.parent.instruction(nr,lr),Array.prototype.push.apply(this.parent.children,ie),this},cr.prototype.instructionAfter=function(nr,lr){var Et,ie;return Et=this.parent.children.indexOf(this),ie=this.parent.children.splice(Et+1),this.parent.instruction(nr,lr),Array.prototype.push.apply(this.parent.children,ie),this},cr.prototype.declaration=function(nr,lr,Et){var ie,pe;return ie=this.document(),pe=new re(ie,nr,lr,Et),ie.children.length===0?ie.children.unshift(pe):ie.children[0].type===j.Declaration?ie.children[0]=pe:ie.children.unshift(pe),ie.root()||ie},cr.prototype.dtd=function(nr,lr){var Et,ie,pe,Ce,Ie,jt,ar,ur,kt,he;for(ie=this.document(),pe=new oe(ie,nr,lr),kt=ie.children,Ce=Ie=0,ar=kt.length;Ie<ar;Ce=++Ie)if(Et=kt[Ce],Et.type===j.DocType)return ie.children[Ce]=pe,pe;for(he=ie.children,Ce=jt=0,ur=he.length;jt<ur;Ce=++jt)if(Et=he[Ce],Et.isRoot)return ie.children.splice(Ce,0,pe),pe;return ie.children.push(pe),pe},cr.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},cr.prototype.root=function(){var nr;for(nr=this;nr;){if(nr.type===j.Document)return nr.rootObject;if(nr.isRoot)return nr;nr=nr.parent}},cr.prototype.document=function(){var nr;for(nr=this;nr;){if(nr.type===j.Document)return nr;nr=nr.parent}},cr.prototype.end=function(nr){return this.document().end(nr)},cr.prototype.prev=function(){var nr;if(nr=this.parent.children.indexOf(this),nr<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[nr-1]},cr.prototype.next=function(){var nr;if(nr=this.parent.children.indexOf(this),nr===-1||nr===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[nr+1]},cr.prototype.importDocument=function(nr){var lr;return lr=nr.root().clone(),lr.parent=this,lr.isRoot=!1,this.children.push(lr),this},cr.prototype.debugInfo=function(nr){var lr,Et;return nr=nr||this.name,nr==null&&!((lr=this.parent)!=null&&lr.name)?"":nr==null?"parent: <"+this.parent.name+">":(Et=this.parent)!=null&&Et.name?"node: <"+nr+">, parent: <"+this.parent.name+">":"node: <"+nr+">"},cr.prototype.ele=function(nr,lr,Et){return this.element(nr,lr,Et)},cr.prototype.nod=function(nr,lr,Et){return this.node(nr,lr,Et)},cr.prototype.txt=function(nr){return this.text(nr)},cr.prototype.dat=function(nr){return this.cdata(nr)},cr.prototype.com=function(nr){return this.comment(nr)},cr.prototype.ins=function(nr,lr){return this.instruction(nr,lr)},cr.prototype.doc=function(){return this.document()},cr.prototype.dec=function(nr,lr,Et){return this.declaration(nr,lr,Et)},cr.prototype.e=function(nr,lr,Et){return this.element(nr,lr,Et)},cr.prototype.n=function(nr,lr,Et){return this.node(nr,lr,Et)},cr.prototype.t=function(nr){return this.text(nr)},cr.prototype.d=function(nr){return this.cdata(nr)},cr.prototype.c=function(nr){return this.comment(nr)},cr.prototype.r=function(nr){return this.raw(nr)},cr.prototype.i=function(nr,lr){return this.instruction(nr,lr)},cr.prototype.u=function(){return this.up()},cr.prototype.importXMLBuilder=function(nr){return this.importDocument(nr)},cr.prototype.replaceChild=function(nr,lr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.removeChild=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.appendChild=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.hasChildNodes=function(){return this.children.length!==0},cr.prototype.cloneNode=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.isSupported=function(nr,lr){return!0},cr.prototype.hasAttributes=function(){return this.attribs.length!==0},cr.prototype.compareDocumentPosition=function(nr){var lr,Et;return lr=this,lr===nr?0:this.document()!==nr.document()?(Et=L.Disconnected|L.ImplementationSpecific,Math.random()<.5?Et|=L.Preceding:Et|=L.Following,Et):lr.isAncestor(nr)?L.Contains|L.Preceding:lr.isDescendant(nr)?L.Contains|L.Following:lr.isPreceding(nr)?L.Preceding:L.Following},cr.prototype.isSameNode=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.lookupPrefix=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.isDefaultNamespace=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.lookupNamespaceURI=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.isEqualNode=function(nr){var lr,Et,ie;if(nr.nodeType!==this.nodeType||nr.children.length!==this.children.length)return!1;for(lr=Et=0,ie=this.children.length-1;0<=ie?Et<=ie:Et>=ie;lr=0<=ie?++Et:--Et)if(!this.children[lr].isEqualNode(nr.children[lr]))return!1;return!0},cr.prototype.getFeature=function(nr,lr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.setUserData=function(nr,lr,Et){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.getUserData=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.contains=function(nr){return nr?nr===this||this.isDescendant(nr):!1},cr.prototype.isDescendant=function(nr){var lr,Et,ie,pe,Ce;for(Ce=this.children,ie=0,pe=Ce.length;ie<pe;ie++)if(lr=Ce[ie],nr===lr||(Et=lr.isDescendant(nr),Et))return!0;return!1},cr.prototype.isAncestor=function(nr){return nr.isDescendant(this)},cr.prototype.isPreceding=function(nr){var lr,Et;return lr=this.treePosition(nr),Et=this.treePosition(this),lr===-1||Et===-1?!1:lr<Et},cr.prototype.isFollowing=function(nr){var lr,Et;return lr=this.treePosition(nr),Et=this.treePosition(this),lr===-1||Et===-1?!1:lr>Et},cr.prototype.treePosition=function(nr){var lr,Et;return Et=0,lr=!1,this.foreachTreeNode(this.document(),function(ie){if(Et++,!lr&&ie===nr)return lr=!0}),lr?Et:-1},cr.prototype.foreachTreeNode=function(nr,lr){var Et,ie,pe,Ce,Ie;for(nr||(nr=this.document()),Ce=nr.children,ie=0,pe=Ce.length;ie<pe;ie++){if(Et=Ce[ie],Ie=lr(Et))return Ie;if(Ie=this.foreachTreeNode(Et,lr),Ie)return Ie}},cr}()}).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(n,$,k){(function(){$.exports=function(){function L(j){this.nodes=j}return Object.defineProperty(L.prototype,"length",{get:function(){return this.nodes.length||0}}),L.prototype.clone=function(){return this.nodes=null},L.prototype.item=function(j){return this.nodes[j]||null},L}()}).call(this)},{}],524:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;L=n("./NodeType"),j=n("./XMLCharacterData"),$.exports=function(re){V(oe,re);function oe(ue,de,_e){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=L.ProcessingInstruction,this.target=this.stringify.insTarget(de),this.name=this.target,_e&&(this.value=this.stringify.insValue(_e))}return oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(ue))},oe.prototype.isEqualNode=function(ue){return!(!oe.__super__.isEqualNode.apply(this,arguments).isEqualNode(ue)||ue.target!==this.target)},oe}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],525:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;L=n("./NodeType"),j=n("./XMLNode"),$.exports=function(re){V(oe,re);function oe(ue,de){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=L.Raw,this.value=this.stringify.raw(de)}return oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return this.options.writer.raw(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],526:[function(n,$,k){(function(){var L,j,V,z=function(oe,ue){for(var de in ue)re.call(ue,de)&&(oe[de]=ue[de]);function _e(){this.constructor=oe}return _e.prototype=ue.prototype,oe.prototype=new _e,oe.__super__=ue.prototype,oe},re={}.hasOwnProperty;L=n("./NodeType"),V=n("./XMLWriterBase"),j=n("./WriterState"),$.exports=function(oe){z(ue,oe);function ue(de,_e){this.stream=de,ue.__super__.constructor.call(this,_e)}return ue.prototype.endline=function(de,_e,Ne){return de.isLastRootNode&&_e.state===j.CloseTag?"":ue.__super__.endline.call(this,de,_e,Ne)},ue.prototype.document=function(de,_e){var Ne,Ue,$e,Ve,Fe,qe,er,ir,dr;for(er=de.children,Ue=$e=0,Fe=er.length;$e<Fe;Ue=++$e)Ne=er[Ue],Ne.isLastRootNode=Ue===de.children.length-1;for(_e=this.filterOptions(_e),ir=de.children,dr=[],Ve=0,qe=ir.length;Ve<qe;Ve++)Ne=ir[Ve],dr.push(this.writeChildNode(Ne,_e,0));return dr},ue.prototype.attribute=function(de,_e,Ne){return this.stream.write(ue.__super__.attribute.call(this,de,_e,Ne))},ue.prototype.cdata=function(de,_e,Ne){return this.stream.write(ue.__super__.cdata.call(this,de,_e,Ne))},ue.prototype.comment=function(de,_e,Ne){return this.stream.write(ue.__super__.comment.call(this,de,_e,Ne))},ue.prototype.declaration=function(de,_e,Ne){return this.stream.write(ue.__super__.declaration.call(this,de,_e,Ne))},ue.prototype.docType=function(de,_e,Ne){var Ue,$e,Ve,Fe;if(Ne||(Ne=0),this.openNode(de,_e,Ne),_e.state=j.OpenTag,this.stream.write(this.indent(de,_e,Ne)),this.stream.write("<!DOCTYPE "+de.root().name),de.pubID&&de.sysID?this.stream.write(' PUBLIC "'+de.pubID+'" "'+de.sysID+'"'):de.sysID&&this.stream.write(' SYSTEM "'+de.sysID+'"'),de.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(de,_e,Ne)),_e.state=j.InsideTag,Fe=de.children,$e=0,Ve=Fe.length;$e<Ve;$e++)Ue=Fe[$e],this.writeChildNode(Ue,_e,Ne+1);_e.state=j.CloseTag,this.stream.write("]")}return _e.state=j.CloseTag,this.stream.write(_e.spaceBeforeSlash+">"),this.stream.write(this.endline(de,_e,Ne)),_e.state=j.None,this.closeNode(de,_e,Ne)},ue.prototype.element=function(de,_e,Ne){var Ue,$e,Ve,Fe,qe,er,ir,dr,cr;Ne||(Ne=0),this.openNode(de,_e,Ne),_e.state=j.OpenTag,this.stream.write(this.indent(de,_e,Ne)+"<"+de.name),dr=de.attribs;for(ir in dr)re.call(dr,ir)&&(Ue=dr[ir],this.attribute(Ue,_e,Ne));if(Ve=de.children.length,Fe=Ve===0?null:de.children[0],Ve===0||de.children.every(function(nr){return(nr.type===L.Text||nr.type===L.Raw)&&nr.value===""}))_e.allowEmpty?(this.stream.write(">"),_e.state=j.CloseTag,this.stream.write("</"+de.name+">")):(_e.state=j.CloseTag,this.stream.write(_e.spaceBeforeSlash+"/>"));else if(_e.pretty&&Ve===1&&(Fe.type===L.Text||Fe.type===L.Raw)&&Fe.value!=null)this.stream.write(">"),_e.state=j.InsideTag,_e.suppressPrettyCount++,this.writeChildNode(Fe,_e,Ne+1),_e.suppressPrettyCount--,_e.state=j.CloseTag,this.stream.write("</"+de.name+">");else{for(this.stream.write(">"+this.endline(de,_e,Ne)),_e.state=j.InsideTag,cr=de.children,qe=0,er=cr.length;qe<er;qe++)$e=cr[qe],this.writeChildNode($e,_e,Ne+1);_e.state=j.CloseTag,this.stream.write(this.indent(de,_e,Ne)+"</"+de.name+">")}return this.stream.write(this.endline(de,_e,Ne)),_e.state=j.None,this.closeNode(de,_e,Ne)},ue.prototype.processingInstruction=function(de,_e,Ne){return this.stream.write(ue.__super__.processingInstruction.call(this,de,_e,Ne))},ue.prototype.raw=function(de,_e,Ne){return this.stream.write(ue.__super__.raw.call(this,de,_e,Ne))},ue.prototype.text=function(de,_e,Ne){return this.stream.write(ue.__super__.text.call(this,de,_e,Ne))},ue.prototype.dtdAttList=function(de,_e,Ne){return this.stream.write(ue.__super__.dtdAttList.call(this,de,_e,Ne))},ue.prototype.dtdElement=function(de,_e,Ne){return this.stream.write(ue.__super__.dtdElement.call(this,de,_e,Ne))},ue.prototype.dtdEntity=function(de,_e,Ne){return this.stream.write(ue.__super__.dtdEntity.call(this,de,_e,Ne))},ue.prototype.dtdNotation=function(de,_e,Ne){return this.stream.write(ue.__super__.dtdNotation.call(this,de,_e,Ne))},ue}(V)}).call(this)},{"./NodeType":500,"./WriterState":502,"./XMLWriterBase":530}],527:[function(n,$,k){(function(){var L,j=function(z,re){for(var oe in re)V.call(re,oe)&&(z[oe]=re[oe]);function ue(){this.constructor=z}return ue.prototype=re.prototype,z.prototype=new ue,z.__super__=re.prototype,z},V={}.hasOwnProperty;L=n("./XMLWriterBase"),$.exports=function(z){j(re,z);function re(oe){re.__super__.constructor.call(this,oe)}return re.prototype.document=function(oe,ue){var de,_e,Ne,Ue,$e;for(ue=this.filterOptions(ue),Ue="",$e=oe.children,_e=0,Ne=$e.length;_e<Ne;_e++)de=$e[_e],Ue+=this.writeChildNode(de,ue,0);return ue.pretty&&Ue.slice(-ue.newline.length)===ue.newline&&(Ue=Ue.slice(0,-ue.newline.length)),Ue},re}(L)}).call(this)},{"./XMLWriterBase":530}],528:[function(n,$,k){(function(){var L=function(V,z){return function(){return V.apply(z,arguments)}},j={}.hasOwnProperty;$.exports=function(){function V(z){this.assertLegalName=L(this.assertLegalName,this),this.assertLegalChar=L(this.assertLegalChar,this);var re,oe,ue;z||(z={}),this.options=z,this.options.version||(this.options.version="1.0"),oe=z.stringify||{};for(re in oe)j.call(oe,re)&&(ue=oe[re],this[re]=ue)}return V.prototype.name=function(z){return this.options.noValidation?z:this.assertLegalName(""+z||"")},V.prototype.text=function(z){return this.options.noValidation?z:this.assertLegalChar(this.textEscape(""+z||""))},V.prototype.cdata=function(z){return this.options.noValidation?z:(z=""+z||"",z=z.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(z))},V.prototype.comment=function(z){if(this.options.noValidation)return z;if(z=""+z||"",z.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+z);return this.assertLegalChar(z)},V.prototype.raw=function(z){return this.options.noValidation?z:""+z||""},V.prototype.attValue=function(z){return this.options.noValidation?z:this.assertLegalChar(this.attEscape(z=""+z||""))},V.prototype.insTarget=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.insValue=function(z){if(this.options.noValidation)return z;if(z=""+z||"",z.match(/\?>/))throw new Error("Invalid processing instruction value: "+z);return this.assertLegalChar(z)},V.prototype.xmlVersion=function(z){if(this.options.noValidation)return z;if(z=""+z||"",!z.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+z);return z},V.prototype.xmlEncoding=function(z){if(this.options.noValidation)return z;if(z=""+z||"",!z.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+z);return this.assertLegalChar(z)},V.prototype.xmlStandalone=function(z){return this.options.noValidation?z:z?"yes":"no"},V.prototype.dtdPubID=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdSysID=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdElementValue=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdAttType=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdAttDefault=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdEntityValue=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdNData=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.convertAttKey="@",V.prototype.convertPIKey="?",V.prototype.convertTextKey="#text",V.prototype.convertCDataKey="#cdata",V.prototype.convertCommentKey="#comment",V.prototype.convertRawKey="#raw",V.prototype.assertLegalChar=function(z){var re,oe;if(this.options.noValidation)return z;if(re="",this.options.version==="1.0"){if(re=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,oe=z.match(re))throw new Error("Invalid character in string: "+z+" at index "+oe.index)}else if(this.options.version==="1.1"&&(re=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,oe=z.match(re)))throw new Error("Invalid character in string: "+z+" at index "+oe.index);return z},V.prototype.assertLegalName=function(z){var re;if(this.options.noValidation)return z;if(this.assertLegalChar(z),re=/^([: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])*$/,!z.match(re))throw new Error("Invalid character in name");return z},V.prototype.textEscape=function(z){var re;return this.options.noValidation?z:(re=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,z.replace(re,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;"))},V.prototype.attEscape=function(z){var re;return this.options.noValidation?z:(re=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,z.replace(re,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;"))},V}()}).call(this)},{}],529:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;L=n("./NodeType"),j=n("./XMLCharacterData"),$.exports=function(re){V(oe,re);function oe(ue,de){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=L.Text,this.value=this.stringify.text(de)}return Object.defineProperty(oe.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(oe.prototype,"wholeText",{get:function(){var ue,de,_e;for(_e="",de=this.previousSibling;de;)_e=de.data+_e,de=de.previousSibling;for(_e+=this.data,ue=this.nextSibling;ue;)_e=_e+ue.data,ue=ue.nextSibling;return _e}}),oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return this.options.writer.text(this,this.options.writer.filterOptions(ue))},oe.prototype.splitText=function(ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.replaceWholeText=function(ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],530:[function(n,$,k){(function(){var L,j,V,z={}.hasOwnProperty;V=n("./Utility").assign,L=n("./NodeType"),n("./XMLDeclaration"),n("./XMLDocType"),n("./XMLCData"),n("./XMLComment"),n("./XMLElement"),n("./XMLRaw"),n("./XMLText"),n("./XMLProcessingInstruction"),n("./XMLDummy"),n("./XMLDTDAttList"),n("./XMLDTDElement"),n("./XMLDTDEntity"),n("./XMLDTDNotation"),j=n("./WriterState"),$.exports=function(){function re(oe){var ue,de,_e;oe||(oe={}),this.options=oe,de=oe.writer||{};for(ue in de)z.call(de,ue)&&(_e=de[ue],this["_"+ue]=this[ue],this[ue]=_e)}return re.prototype.filterOptions=function(oe){var ue,de,_e,Ne,Ue,$e,Ve,Fe;return oe||(oe={}),oe=V({},this.options,oe),ue={writer:this},ue.pretty=oe.pretty||!1,ue.allowEmpty=oe.allowEmpty||!1,ue.indent=(de=oe.indent)!=null?de:" ",ue.newline=(_e=oe.newline)!=null?_e:`
`,ue.offset=(Ne=oe.offset)!=null?Ne:0,ue.dontPrettyTextNodes=(Ue=($e=oe.dontPrettyTextNodes)!=null?$e:oe.dontprettytextnodes)!=null?Ue:0,ue.spaceBeforeSlash=(Ve=(Fe=oe.spaceBeforeSlash)!=null?Fe:oe.spacebeforeslash)!=null?Ve:"",ue.spaceBeforeSlash===!0&&(ue.spaceBeforeSlash=" "),ue.suppressPrettyCount=0,ue.user={},ue.state=j.None,ue},re.prototype.indent=function(oe,ue,de){var _e;return!ue.pretty||ue.suppressPrettyCount?"":ue.pretty&&(_e=(de||0)+ue.offset+1,_e>0)?new Array(_e).join(ue.indent):""},re.prototype.endline=function(oe,ue,de){return!ue.pretty||ue.suppressPrettyCount?"":ue.newline},re.prototype.attribute=function(oe,ue,de){var _e;return this.openAttribute(oe,ue,de),_e=" "+oe.name+'="'+oe.value+'"',this.closeAttribute(oe,ue,de),_e},re.prototype.cdata=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"<![CDATA[",ue.state=j.InsideTag,_e+=oe.value,ue.state=j.CloseTag,_e+="]]>"+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.comment=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"<!-- ",ue.state=j.InsideTag,_e+=oe.value,ue.state=j.CloseTag,_e+=" -->"+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.declaration=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"<?xml",ue.state=j.InsideTag,_e+=' version="'+oe.version+'"',oe.encoding!=null&&(_e+=' encoding="'+oe.encoding+'"'),oe.standalone!=null&&(_e+=' standalone="'+oe.standalone+'"'),ue.state=j.CloseTag,_e+=ue.spaceBeforeSlash+"?>",_e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.docType=function(oe,ue,de){var _e,Ne,Ue,$e,Ve;if(de||(de=0),this.openNode(oe,ue,de),ue.state=j.OpenTag,$e=this.indent(oe,ue,de),$e+="<!DOCTYPE "+oe.root().name,oe.pubID&&oe.sysID?$e+=' PUBLIC "'+oe.pubID+'" "'+oe.sysID+'"':oe.sysID&&($e+=' SYSTEM "'+oe.sysID+'"'),oe.children.length>0){for($e+=" [",$e+=this.endline(oe,ue,de),ue.state=j.InsideTag,Ve=oe.children,Ne=0,Ue=Ve.length;Ne<Ue;Ne++)_e=Ve[Ne],$e+=this.writeChildNode(_e,ue,de+1);ue.state=j.CloseTag,$e+="]"}return ue.state=j.CloseTag,$e+=ue.spaceBeforeSlash+">",$e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),$e},re.prototype.element=function(oe,ue,de){var _e,Ne,Ue,$e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et;de||(de=0),dr=!1,cr="",this.openNode(oe,ue,de),ue.state=j.OpenTag,cr+=this.indent(oe,ue,de)+"<"+oe.name,nr=oe.attribs;for(ir in nr)z.call(nr,ir)&&(_e=nr[ir],cr+=this.attribute(_e,ue,de));if(Ue=oe.children.length,$e=Ue===0?null:oe.children[0],Ue===0||oe.children.every(function(ie){return(ie.type===L.Text||ie.type===L.Raw)&&ie.value===""}))ue.allowEmpty?(cr+=">",ue.state=j.CloseTag,cr+="</"+oe.name+">"+this.endline(oe,ue,de)):(ue.state=j.CloseTag,cr+=ue.spaceBeforeSlash+"/>"+this.endline(oe,ue,de));else if(ue.pretty&&Ue===1&&($e.type===L.Text||$e.type===L.Raw)&&$e.value!=null)cr+=">",ue.state=j.InsideTag,ue.suppressPrettyCount++,dr=!0,cr+=this.writeChildNode($e,ue,de+1),ue.suppressPrettyCount--,dr=!1,ue.state=j.CloseTag,cr+="</"+oe.name+">"+this.endline(oe,ue,de);else{if(ue.dontPrettyTextNodes){for(lr=oe.children,Ve=0,qe=lr.length;Ve<qe;Ve++)if(Ne=lr[Ve],(Ne.type===L.Text||Ne.type===L.Raw)&&Ne.value!=null){ue.suppressPrettyCount++,dr=!0;break}}for(cr+=">"+this.endline(oe,ue,de),ue.state=j.InsideTag,Et=oe.children,Fe=0,er=Et.length;Fe<er;Fe++)Ne=Et[Fe],cr+=this.writeChildNode(Ne,ue,de+1);ue.state=j.CloseTag,cr+=this.indent(oe,ue,de)+"</"+oe.name+">",dr&&ue.suppressPrettyCount--,cr+=this.endline(oe,ue,de),ue.state=j.None}return this.closeNode(oe,ue,de),cr},re.prototype.writeChildNode=function(oe,ue,de){switch(oe.type){case L.CData:return this.cdata(oe,ue,de);case L.Comment:return this.comment(oe,ue,de);case L.Element:return this.element(oe,ue,de);case L.Raw:return this.raw(oe,ue,de);case L.Text:return this.text(oe,ue,de);case L.ProcessingInstruction:return this.processingInstruction(oe,ue,de);case L.Dummy:return"";case L.Declaration:return this.declaration(oe,ue,de);case L.DocType:return this.docType(oe,ue,de);case L.AttributeDeclaration:return this.dtdAttList(oe,ue,de);case L.ElementDeclaration:return this.dtdElement(oe,ue,de);case L.EntityDeclaration:return this.dtdEntity(oe,ue,de);case L.NotationDeclaration:return this.dtdNotation(oe,ue,de);default:throw new Error("Unknown XML node type: "+oe.constructor.name)}},re.prototype.processingInstruction=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"<?",ue.state=j.InsideTag,_e+=oe.target,oe.value&&(_e+=" "+oe.value),ue.state=j.CloseTag,_e+=ue.spaceBeforeSlash+"?>",_e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.raw=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de),ue.state=j.InsideTag,_e+=oe.value,ue.state=j.CloseTag,_e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.text=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de),ue.state=j.InsideTag,_e+=oe.value,ue.state=j.CloseTag,_e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.dtdAttList=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"<!ATTLIST",ue.state=j.InsideTag,_e+=" "+oe.elementName+" "+oe.attributeName+" "+oe.attributeType,oe.defaultValueType!=="#DEFAULT"&&(_e+=" "+oe.defaultValueType),oe.defaultValue&&(_e+=' "'+oe.defaultValue+'"'),ue.state=j.CloseTag,_e+=ue.spaceBeforeSlash+">"+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.dtdElement=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"<!ELEMENT",ue.state=j.InsideTag,_e+=" "+oe.name+" "+oe.value,ue.state=j.CloseTag,_e+=ue.spaceBeforeSlash+">"+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.dtdEntity=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"<!ENTITY",ue.state=j.InsideTag,oe.pe&&(_e+=" %"),_e+=" "+oe.name,oe.value?_e+=' "'+oe.value+'"':(oe.pubID&&oe.sysID?_e+=' PUBLIC "'+oe.pubID+'" "'+oe.sysID+'"':oe.sysID&&(_e+=' SYSTEM "'+oe.sysID+'"'),oe.nData&&(_e+=" NDATA "+oe.nData)),ue.state=j.CloseTag,_e+=ue.spaceBeforeSlash+">"+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.dtdNotation=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"<!NOTATION",ue.state=j.InsideTag,_e+=" "+oe.name,oe.pubID&&oe.sysID?_e+=' PUBLIC "'+oe.pubID+'" "'+oe.sysID+'"':oe.pubID?_e+=' PUBLIC "'+oe.pubID+'"':oe.sysID&&(_e+=' SYSTEM "'+oe.sysID+'"'),ue.state=j.CloseTag,_e+=ue.spaceBeforeSlash+">"+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.openNode=function(oe,ue,de){},re.prototype.closeNode=function(oe,ue,de){},re.prototype.openAttribute=function(oe,ue,de){},re.prototype.closeAttribute=function(oe,ue,de){},re}()}).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(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e,Ne;Ne=n("./Utility"),de=Ne.assign,_e=Ne.isFunction,V=n("./XMLDOMImplementation"),z=n("./XMLDocument"),re=n("./XMLDocumentCB"),ue=n("./XMLStringWriter"),oe=n("./XMLStreamWriter"),L=n("./NodeType"),j=n("./WriterState"),$.exports.create=function(Ue,$e,Ve,Fe){var qe,er;if(Ue==null)throw new Error("Root element needs a name.");return Fe=de({},$e,Ve,Fe),qe=new z(Fe),er=qe.element(Ue),Fe.headless||(qe.declaration(Fe),(Fe.pubID!=null||Fe.sysID!=null)&&qe.dtd(Fe)),er},$.exports.begin=function(Ue,$e,Ve){var Fe;return _e(Ue)&&(Fe=[Ue,$e],$e=Fe[0],Ve=Fe[1],Ue={}),$e?new re(Ue,$e,Ve):new z(Ue)},$.exports.stringWriter=function(Ue){return new ue(Ue)},$.exports.streamWriter=function(Ue,$e){return new oe(Ue,$e)},$.exports.implementation=new V,$.exports.nodeType=L,$.exports.writerState=j}).call(this)},{"./NodeType":500,"./Utility":501,"./WriterState":502,"./XMLDOMImplementation":509,"./XMLDocument":517,"./XMLDocumentCB":518,"./XMLStreamWriter":526,"./XMLStringWriter":527}],532:[function(n,$,k){$.exports=j;var L=Object.prototype.hasOwnProperty;function j(){for(var V={},z=0;z<arguments.length;z++){var re=arguments[z];for(var oe in re)L.call(re,oe)&&(V[oe]=re[oe])}return V}},{}],533:[function(n,$,k){n("core-js/modules/es.array.fill.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/es.array.join.js"),n("core-js/modules/es.array.slice.js");var L=n("buffer").Buffer,j=n("./sha"),V=n("./sha256"),z=n("./md5"),re={sha1:j,sha256:V,md5:z},oe=64,ue=L.alloc(oe);ue.fill(0);function de(Ue,$e,Ve){L.isBuffer($e)||($e=L.from($e)),L.isBuffer(Ve)||(Ve=L.from(Ve)),$e.length>oe?$e=Ue($e):$e.length<oe&&($e=L.concat([$e,ue],oe));for(var Fe=L.alloc(oe),qe=L.alloc(oe),er=0;er<oe;er++)Fe[er]=$e[er]^54,qe[er]=$e[er]^92;var ir=Ue(L.concat([Fe,Ve]));return Ue(L.concat([qe,ir]))}function _e(Ue,$e){Ue=Ue||"sha1";var Ve=re[Ue],Fe=[],qe=0;return Ve||Ne("algorithm:",Ue,"is not yet supported"),{update:function(ir){return L.isBuffer(ir)||(ir=L.from(ir)),Fe.push(ir),qe+=ir.length,this},digest:function(ir){var dr=L.concat(Fe),cr=$e?de(Ve,$e,dr):Ve(dr);return Fe=null,ir?cr.toString(ir):cr}}}function Ne(){var Ue=[].slice.call(arguments).join(" ");throw new Error([Ue,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join(`
`))}k.createHash=function(Ue){return _e(Ue)},k.createHmac=function(Ue,$e){return _e(Ue,$e)},k.createCredentials=function(){Ne("sorry,createCredentials is not implemented yet")},k.createCipher=function(){Ne("sorry,createCipher is not implemented yet")},k.createCipheriv=function(){Ne("sorry,createCipheriv is not implemented yet")},k.createDecipher=function(){Ne("sorry,createDecipher is not implemented yet")},k.createDecipheriv=function(){Ne("sorry,createDecipheriv is not implemented yet")},k.createSign=function(){Ne("sorry,createSign is not implemented yet")},k.createVerify=function(){Ne("sorry,createVerify is not implemented yet")},k.createDiffieHellman=function(){Ne("sorry,createDiffieHellman is not implemented yet")},k.pbkdf2=function(){Ne("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(n,$,k){n("core-js/modules/es.array.fill.js"),n("core-js/modules/es.array.concat.js");var L=n("buffer").Buffer,j=4,V=L.alloc(j);V.fill(0);var z=8;function re(de,_e){if(de.length%j!==0){var Ne=de.length+(j-de.length%j);de=L.concat([de,V],Ne)}for(var Ue=[],$e=_e?de.readInt32BE:de.readInt32LE,Ve=0;Ve<de.length;Ve+=j)Ue.push($e.call(de,Ve));return Ue}function oe(de,_e,Ne){for(var Ue=L.alloc(_e),$e=Ne?Ue.writeInt32BE:Ue.writeInt32LE,Ve=0;Ve<de.length;Ve++)$e.call(Ue,de[Ve],Ve*4,!0);return Ue}function ue(de,_e,Ne,Ue){L.isBuffer(de)||(de=L.from(de));var $e=_e(re(de,Ue),de.length*z);return oe($e,Ne,Ue)}$.exports={hash:ue}},{buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.fill.js":311}],535:[function(n,$,k){var L=n("./helpers");function j(Ne,Ue){Ne[Ue>>5]|=128<<Ue%32,Ne[(Ue+64>>>9<<4)+14]=Ue;for(var $e=1732584193,Ve=-271733879,Fe=-1732584194,qe=271733878,er=0;er<Ne.length;er+=16){var ir=$e,dr=Ve,cr=Fe,nr=qe;$e=z($e,Ve,Fe,qe,Ne[er+0],7,-680876936),qe=z(qe,$e,Ve,Fe,Ne[er+1],12,-389564586),Fe=z(Fe,qe,$e,Ve,Ne[er+2],17,606105819),Ve=z(Ve,Fe,qe,$e,Ne[er+3],22,-1044525330),$e=z($e,Ve,Fe,qe,Ne[er+4],7,-176418897),qe=z(qe,$e,Ve,Fe,Ne[er+5],12,1200080426),Fe=z(Fe,qe,$e,Ve,Ne[er+6],17,-1473231341),Ve=z(Ve,Fe,qe,$e,Ne[er+7],22,-45705983),$e=z($e,Ve,Fe,qe,Ne[er+8],7,1770035416),qe=z(qe,$e,Ve,Fe,Ne[er+9],12,-1958414417),Fe=z(Fe,qe,$e,Ve,Ne[er+10],17,-42063),Ve=z(Ve,Fe,qe,$e,Ne[er+11],22,-1990404162),$e=z($e,Ve,Fe,qe,Ne[er+12],7,1804603682),qe=z(qe,$e,Ve,Fe,Ne[er+13],12,-40341101),Fe=z(Fe,qe,$e,Ve,Ne[er+14],17,-1502002290),Ve=z(Ve,Fe,qe,$e,Ne[er+15],22,1236535329),$e=re($e,Ve,Fe,qe,Ne[er+1],5,-165796510),qe=re(qe,$e,Ve,Fe,Ne[er+6],9,-1069501632),Fe=re(Fe,qe,$e,Ve,Ne[er+11],14,643717713),Ve=re(Ve,Fe,qe,$e,Ne[er+0],20,-373897302),$e=re($e,Ve,Fe,qe,Ne[er+5],5,-701558691),qe=re(qe,$e,Ve,Fe,Ne[er+10],9,38016083),Fe=re(Fe,qe,$e,Ve,Ne[er+15],14,-660478335),Ve=re(Ve,Fe,qe,$e,Ne[er+4],20,-405537848),$e=re($e,Ve,Fe,qe,Ne[er+9],5,568446438),qe=re(qe,$e,Ve,Fe,Ne[er+14],9,-1019803690),Fe=re(Fe,qe,$e,Ve,Ne[er+3],14,-187363961),Ve=re(Ve,Fe,qe,$e,Ne[er+8],20,1163531501),$e=re($e,Ve,Fe,qe,Ne[er+13],5,-1444681467),qe=re(qe,$e,Ve,Fe,Ne[er+2],9,-51403784),Fe=re(Fe,qe,$e,Ve,Ne[er+7],14,1735328473),Ve=re(Ve,Fe,qe,$e,Ne[er+12],20,-1926607734),$e=oe($e,Ve,Fe,qe,Ne[er+5],4,-378558),qe=oe(qe,$e,Ve,Fe,Ne[er+8],11,-2022574463),Fe=oe(Fe,qe,$e,Ve,Ne[er+11],16,1839030562),Ve=oe(Ve,Fe,qe,$e,Ne[er+14],23,-35309556),$e=oe($e,Ve,Fe,qe,Ne[er+1],4,-1530992060),qe=oe(qe,$e,Ve,Fe,Ne[er+4],11,1272893353),Fe=oe(Fe,qe,$e,Ve,Ne[er+7],16,-155497632),Ve=oe(Ve,Fe,qe,$e,Ne[er+10],23,-1094730640),$e=oe($e,Ve,Fe,qe,Ne[er+13],4,681279174),qe=oe(qe,$e,Ve,Fe,Ne[er+0],11,-358537222),Fe=oe(Fe,qe,$e,Ve,Ne[er+3],16,-722521979),Ve=oe(Ve,Fe,qe,$e,Ne[er+6],23,76029189),$e=oe($e,Ve,Fe,qe,Ne[er+9],4,-640364487),qe=oe(qe,$e,Ve,Fe,Ne[er+12],11,-421815835),Fe=oe(Fe,qe,$e,Ve,Ne[er+15],16,530742520),Ve=oe(Ve,Fe,qe,$e,Ne[er+2],23,-995338651),$e=ue($e,Ve,Fe,qe,Ne[er+0],6,-198630844),qe=ue(qe,$e,Ve,Fe,Ne[er+7],10,1126891415),Fe=ue(Fe,qe,$e,Ve,Ne[er+14],15,-1416354905),Ve=ue(Ve,Fe,qe,$e,Ne[er+5],21,-57434055),$e=ue($e,Ve,Fe,qe,Ne[er+12],6,1700485571),qe=ue(qe,$e,Ve,Fe,Ne[er+3],10,-1894986606),Fe=ue(Fe,qe,$e,Ve,Ne[er+10],15,-1051523),Ve=ue(Ve,Fe,qe,$e,Ne[er+1],21,-2054922799),$e=ue($e,Ve,Fe,qe,Ne[er+8],6,1873313359),qe=ue(qe,$e,Ve,Fe,Ne[er+15],10,-30611744),Fe=ue(Fe,qe,$e,Ve,Ne[er+6],15,-1560198380),Ve=ue(Ve,Fe,qe,$e,Ne[er+13],21,1309151649),$e=ue($e,Ve,Fe,qe,Ne[er+4],6,-145523070),qe=ue(qe,$e,Ve,Fe,Ne[er+11],10,-1120210379),Fe=ue(Fe,qe,$e,Ve,Ne[er+2],15,718787259),Ve=ue(Ve,Fe,qe,$e,Ne[er+9],21,-343485551),$e=de($e,ir),Ve=de(Ve,dr),Fe=de(Fe,cr),qe=de(qe,nr)}return Array($e,Ve,Fe,qe)}function V(Ne,Ue,$e,Ve,Fe,qe){return de(_e(de(de(Ue,Ne),de(Ve,qe)),Fe),$e)}function z(Ne,Ue,$e,Ve,Fe,qe,er){return V(Ue&$e|~Ue&Ve,Ne,Ue,Fe,qe,er)}function re(Ne,Ue,$e,Ve,Fe,qe,er){return V(Ue&Ve|$e&~Ve,Ne,Ue,Fe,qe,er)}function oe(Ne,Ue,$e,Ve,Fe,qe,er){return V(Ue^$e^Ve,Ne,Ue,Fe,qe,er)}function ue(Ne,Ue,$e,Ve,Fe,qe,er){return V($e^(Ue|~Ve),Ne,Ue,Fe,qe,er)}function de(Ne,Ue){var $e=(Ne&65535)+(Ue&65535),Ve=(Ne>>16)+(Ue>>16)+($e>>16);return Ve<<16|$e&65535}function _e(Ne,Ue){return Ne<<Ue|Ne>>>32-Ue}$.exports=function(Ue){return L.hash(Ue,j,16)}},{"./helpers":534}],536:[function(n,$,k){var L=n("./helpers");function j(ue,de){ue[de>>5]|=128<<24-de%32,ue[(de+64>>9<<4)+15]=de;for(var _e=Array(80),Ne=1732584193,Ue=-271733879,$e=-1732584194,Ve=271733878,Fe=-1009589776,qe=0;qe<ue.length;qe+=16){for(var er=Ne,ir=Ue,dr=$e,cr=Ve,nr=Fe,lr=0;lr<80;lr++){lr<16?_e[lr]=ue[qe+lr]:_e[lr]=oe(_e[lr-3]^_e[lr-8]^_e[lr-14]^_e[lr-16],1);var Et=re(re(oe(Ne,5),V(lr,Ue,$e,Ve)),re(re(Fe,_e[lr]),z(lr)));Fe=Ve,Ve=$e,$e=oe(Ue,30),Ue=Ne,Ne=Et}Ne=re(Ne,er),Ue=re(Ue,ir),$e=re($e,dr),Ve=re(Ve,cr),Fe=re(Fe,nr)}return Array(Ne,Ue,$e,Ve,Fe)}function V(ue,de,_e,Ne){return ue<20?de&_e|~de&Ne:ue<40?de^_e^Ne:ue<60?de&_e|de&Ne|_e&Ne:de^_e^Ne}function z(ue){return ue<20?1518500249:ue<40?1859775393:ue<60?-1894007588:-899497514}function re(ue,de){var _e=(ue&65535)+(de&65535),Ne=(ue>>16)+(de>>16)+(_e>>16);return Ne<<16|_e&65535}function oe(ue,de){return ue<<de|ue>>>32-de}$.exports=function(de){return L.hash(de,j,20,!0)}},{"./helpers":534}],537:[function(n,$,k){var L=n("./helpers"),j=function(Ve,Fe){var qe=(Ve&65535)+(Fe&65535),er=(Ve>>16)+(Fe>>16)+(qe>>16);return er<<16|qe&65535},V=function(Ve,Fe){return Ve>>>Fe|Ve<<32-Fe},z=function(Ve,Fe){return Ve>>>Fe},re=function(Ve,Fe,qe){return Ve&Fe^~Ve&qe},oe=function(Ve,Fe,qe){return Ve&Fe^Ve&qe^Fe&qe},ue=function(Ve){return V(Ve,2)^V(Ve,13)^V(Ve,22)},de=function(Ve){return V(Ve,6)^V(Ve,11)^V(Ve,25)},_e=function(Ve){return V(Ve,7)^V(Ve,18)^z(Ve,3)},Ne=function(Ve){return V(Ve,17)^V(Ve,19)^z(Ve,10)},Ue=function(Ve,Fe){var qe=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),er=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),ir=new Array(64),dr,cr,nr,lr,Et,ie,pe,Ce,Ie,jt,ar,ur;Ve[Fe>>5]|=128<<24-Fe%32,Ve[(Fe+64>>9<<4)+15]=Fe;for(var Ie=0;Ie<Ve.length;Ie+=16){dr=er[0],cr=er[1],nr=er[2],lr=er[3],Et=er[4],ie=er[5],pe=er[6],Ce=er[7];for(var jt=0;jt<64;jt++)jt<16?ir[jt]=Ve[jt+Ie]:ir[jt]=j(j(j(Ne(ir[jt-2]),ir[jt-7]),_e(ir[jt-15])),ir[jt-16]),ar=j(j(j(j(Ce,de(Et)),re(Et,ie,pe)),qe[jt]),ir[jt]),ur=j(ue(dr),oe(dr,cr,nr)),Ce=pe,pe=ie,ie=Et,Et=j(lr,ar),lr=nr,nr=cr,cr=dr,dr=j(ar,ur);er[0]=j(dr,er[0]),er[1]=j(cr,er[1]),er[2]=j(nr,er[2]),er[3]=j(lr,er[3]),er[4]=j(Et,er[4]),er[5]=j(ie,er[5]),er[6]=j(pe,er[6]),er[7]=j(Ce,er[7])}return er};$.exports=function(Ve){return L.hash(Ve,Ue,32,!0)}},{"./helpers":534}],538:[function(n,$,k){$.exports=function(){return function(){}}},{}],539:[function(n,$,k){(function(L){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/helpers/typeof")),z=n("stream"),re=z.Stream,oe=n("../lib/common/utils/isArray"),ue=oe.isArray;$.exports.string=function(Ne){return typeof Ne=="string"},$.exports.array=ue,$.exports.buffer=L.isBuffer;function de(_e){return _e instanceof re}$.exports.writableStream=function(Ne){return de(Ne)&&typeof Ne._write=="function"&&(0,V.default)(Ne._writableState)==="object"}}).call(this)}).call(this,{isBuffer:n("../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(n,$,k){var L=n("immediate"),j=$.exports={};j.nextTick=L,j.title="browser",j.browser=!0,j.env={},j.argv=[],j.version="",j.versions={};function V(){}j.on=V,j.addListener=V,j.once=V,j.off=V,j.removeListener=V,j.removeAllListeners=V,j.emit=V,j.prependListener=V,j.prependOnceListener=V,j.listeners=function(z){return[]},j.binding=function(z){throw new Error("process.binding is not supported")},j.cwd=function(){return"/"},j.chdir=function(z){throw new Error("process.chdir is not supported")},j.umask=function(){return 0}},{immediate:403}],541:[function(n,$,k){(function(L){(function(){n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.search.js");var j=n("./lib/request"),V=n("./lib/response"),z=n("xtend"),re=n("builtin-status-codes"),oe=n("url"),ue=k;ue.request=function(de,_e){typeof de=="string"?de=oe.parse(de):de=z(de);var Ne=L.location.protocol.search(/^https?:$/)===-1?"http:":"",Ue=de.protocol||Ne,$e=de.hostname||de.host,Ve=de.port,Fe=de.path||"/";$e&&$e.indexOf(":")!==-1&&($e="["+$e+"]"),de.url=($e?Ue+"//"+$e:"")+(Ve?":"+Ve:"")+Fe,de.method=(de.method||"GET").toUpperCase(),de.headers=de.headers||{};var qe=new j(de);return _e&&qe.on("response",_e),qe},ue.get=function(_e,Ne){var Ue=ue.request(_e,Ne);return Ue.end(),Ue},ue.ClientRequest=j,ue.IncomingMessage=V.IncomingMessage,ue.Agent=function(){},ue.Agent.defaultMaxSockets=4,ue.globalAgent=new ue.Agent,ue.STATUS_CODES=re,ue.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 y<"u"?y: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(n,$,k){(function(L){(function(){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.array-buffer.constructor.js"),n("core-js/modules/es.array-buffer.slice.js"),n("core-js/modules/es.array.slice.js"),k.fetch=ue(L.fetch)&&ue(L.ReadableStream),k.writableStream=ue(L.WritableStream),k.abortController=ue(L.AbortController),k.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),k.blobConstructor=!0}catch{}var j;function V(){if(j!==void 0)return j;if(L.XMLHttpRequest){j=new L.XMLHttpRequest;try{j.open("GET",L.XDomainRequest?"/":"https://example.com")}catch{j=null}}else j=null;return j}function z(de){var _e=V();if(!_e)return!1;try{return _e.responseType=de,_e.responseType===de}catch{}return!1}var re=typeof L.ArrayBuffer<"u",oe=re&&ue(L.ArrayBuffer.prototype.slice);k.arraybuffer=k.fetch||re&&z("arraybuffer"),k.msstream=!k.fetch&&oe&&z("ms-stream"),k.mozchunkedarraybuffer=!k.fetch&&re&&z("moz-chunked-arraybuffer"),k.overrideMimeType=k.fetch||(V()?ue(V().overrideMimeType):!1),k.vbArray=ue(L.VBArray);function ue(de){return typeof de=="function"}j=null}).call(this)}).call(this,typeof y<"u"?y: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(n,$,k){(function(L,j,V){(function(){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.function.name.js"),n("core-js/modules/es.promise.js");var z=n("./capability"),re=n("inherits"),oe=n("./response"),ue=n("readable-stream"),de=n("to-arraybuffer"),_e=oe.IncomingMessage,Ne=oe.readyStates;function Ue(qe,er){return z.fetch&&er?"fetch":z.mozchunkedarraybuffer?"moz-chunked-arraybuffer":z.msstream?"ms-stream":z.arraybuffer&&qe?"arraybuffer":z.vbArray&&qe?"text:vbarray":"text"}var $e=$.exports=function(qe){var er=this;ue.Writable.call(er),er._opts=qe,er._body=[],er._headers={},qe.auth&&er.setHeader("Authorization","Basic "+new V(qe.auth).toString("base64")),Object.keys(qe.headers).forEach(function(cr){er.setHeader(cr,qe.headers[cr])});var ir,dr=!0;if(qe.mode==="disable-fetch"||"requestTimeout"in qe&&!z.abortController)dr=!1,ir=!0;else if(qe.mode==="prefer-streaming")ir=!1;else if(qe.mode==="allow-wrong-content-type")ir=!z.overrideMimeType;else if(!qe.mode||qe.mode==="default"||qe.mode==="prefer-fast")ir=!0;else throw new Error("Invalid value for opts.mode");er._mode=Ue(ir,dr),er._fetchTimer=null,er.on("finish",function(){er._onFinish()})};re($e,ue.Writable),$e.prototype.setHeader=function(qe,er){var ir=this,dr=qe.toLowerCase();Fe.indexOf(dr)===-1&&(ir._headers[dr]={name:qe,value:er})},$e.prototype.getHeader=function(qe){var er=this._headers[qe.toLowerCase()];return er?er.value:null},$e.prototype.removeHeader=function(qe){var er=this;delete er._headers[qe.toLowerCase()]},$e.prototype._onFinish=function(){var qe=this;if(!qe._destroyed){var er=qe._opts,ir=qe._headers,dr=null;er.method!=="GET"&&er.method!=="HEAD"&&(z.arraybuffer?dr=de(V.concat(qe._body)):z.blobConstructor?dr=new j.Blob(qe._body.map(function(ie){return de(ie)}),{type:(ir["content-type"]||{}).value||""}):dr=V.concat(qe._body).toString());var cr=[];if(Object.keys(ir).forEach(function(ie){var pe=ir[ie].name,Ce=ir[ie].value;Array.isArray(Ce)?Ce.forEach(function(Ie){cr.push([pe,Ie])}):cr.push([pe,Ce])}),qe._mode==="fetch"){var nr=null;if(z.abortController){var lr=new AbortController;nr=lr.signal,qe._fetchAbortController=lr,"requestTimeout"in er&&er.requestTimeout!==0&&(qe._fetchTimer=j.setTimeout(function(){qe.emit("requestTimeout"),qe._fetchAbortController&&qe._fetchAbortController.abort()},er.requestTimeout))}j.fetch(qe._opts.url,{method:qe._opts.method,headers:cr,body:dr||void 0,mode:"cors",credentials:er.withCredentials?"include":"same-origin",signal:nr}).then(function(ie){qe._fetchResponse=ie,qe._connect()},function(ie){j.clearTimeout(qe._fetchTimer),qe._destroyed||qe.emit("error",ie)})}else{var Et=qe._xhr=new j.XMLHttpRequest;try{Et.open(qe._opts.method,qe._opts.url,!0)}catch(ie){L.nextTick(function(){qe.emit("error",ie)});return}"responseType"in Et&&(Et.responseType=qe._mode.split(":")[0]),"withCredentials"in Et&&(Et.withCredentials=!!er.withCredentials),qe._mode==="text"&&"overrideMimeType"in Et&&Et.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in er&&(Et.timeout=er.requestTimeout,Et.ontimeout=function(){qe.emit("requestTimeout")}),cr.forEach(function(ie){Et.setRequestHeader(ie[0],ie[1])}),qe._response=null,Et.onreadystatechange=function(){switch(Et.readyState){case Ne.LOADING:case Ne.DONE:qe._onXHRProgress();break}},qe._mode==="moz-chunked-arraybuffer"&&(Et.onprogress=function(){qe._onXHRProgress()}),Et.onerror=function(){qe._destroyed||qe.emit("error",new Error("XHR error"))};try{Et.send(dr)}catch(ie){L.nextTick(function(){qe.emit("error",ie)});return}}}};function Ve(qe){try{var er=qe.status;return er!==null&&er!==0}catch{return!1}}$e.prototype._onXHRProgress=function(){var qe=this;!Ve(qe._xhr)||qe._destroyed||(qe._response||qe._connect(),qe._response._onXHRProgress())},$e.prototype._connect=function(){var qe=this;qe._destroyed||(qe._response=new _e(qe._xhr,qe._fetchResponse,qe._mode,qe._fetchTimer),qe._response.on("error",function(er){qe.emit("error",er)}),qe.emit("response",qe._response))},$e.prototype._write=function(qe,er,ir){var dr=this;dr._body.push(qe),ir()},$e.prototype.abort=$e.prototype.destroy=function(){var qe=this;qe._destroyed=!0,j.clearTimeout(qe._fetchTimer),qe._response&&(qe._response._destroyed=!0),qe._xhr?qe._xhr.abort():qe._fetchAbortController&&qe._fetchAbortController.abort()},$e.prototype.end=function(qe,er,ir){var dr=this;typeof qe=="function"&&(ir=qe,qe=void 0),ue.Writable.prototype.end.call(dr,qe,er,ir)},$e.prototype.flushHeaders=function(){},$e.prototype.setTimeout=function(){},$e.prototype.setNoDelay=function(){},$e.prototype.setSocketKeepAlive=function(){};var Fe=["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,n("_process"),typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{},n("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(n,$,k){(function(L,j,V){(function(){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.split.js"),n("core-js/modules/es.string.match.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.array-buffer.slice.js"),n("core-js/modules/es.typed-array.uint8-array.js"),n("core-js/modules/es.typed-array.copy-within.js"),n("core-js/modules/es.typed-array.every.js"),n("core-js/modules/es.typed-array.fill.js"),n("core-js/modules/es.typed-array.filter.js"),n("core-js/modules/es.typed-array.find.js"),n("core-js/modules/es.typed-array.find-index.js"),n("core-js/modules/es.typed-array.for-each.js"),n("core-js/modules/es.typed-array.includes.js"),n("core-js/modules/es.typed-array.index-of.js"),n("core-js/modules/es.typed-array.iterator.js"),n("core-js/modules/es.typed-array.join.js"),n("core-js/modules/es.typed-array.last-index-of.js"),n("core-js/modules/es.typed-array.map.js"),n("core-js/modules/es.typed-array.reduce.js"),n("core-js/modules/es.typed-array.reduce-right.js"),n("core-js/modules/es.typed-array.reverse.js"),n("core-js/modules/es.typed-array.set.js"),n("core-js/modules/es.typed-array.slice.js"),n("core-js/modules/es.typed-array.some.js"),n("core-js/modules/es.typed-array.sort.js"),n("core-js/modules/es.typed-array.subarray.js"),n("core-js/modules/es.typed-array.to-locale-string.js"),n("core-js/modules/es.typed-array.to-string.js"),n("core-js/modules/es.array.slice.js");var z=n("./capability"),re=n("inherits"),oe=n("readable-stream"),ue=k.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},de=k.IncomingMessage=function(_e,Ne,Ue,$e){var Ve=this;if(oe.Readable.call(Ve),Ve._mode=Ue,Ve.headers={},Ve.rawHeaders=[],Ve.trailers={},Ve.rawTrailers=[],Ve.on("end",function(){L.nextTick(function(){Ve.emit("close")})}),Ue==="fetch"){var Fe=function nr(){er.read().then(function(lr){if(!Ve._destroyed){if(lr.done){j.clearTimeout($e),Ve.push(null);return}Ve.push(new V(lr.value)),nr()}}).catch(function(lr){j.clearTimeout($e),Ve._destroyed||Ve.emit("error",lr)})};if(Ve._fetchResponse=Ne,Ve.url=Ne.url,Ve.statusCode=Ne.status,Ve.statusMessage=Ne.statusText,Ne.headers.forEach(function(nr,lr){Ve.headers[lr.toLowerCase()]=nr,Ve.rawHeaders.push(lr,nr)}),z.writableStream){var qe=new WritableStream({write:function(lr){return new Promise(function(Et,ie){Ve._destroyed?ie():Ve.push(new V(lr))?Et():Ve._resumeFetch=Et})},close:function(){j.clearTimeout($e),Ve._destroyed||Ve.push(null)},abort:function(lr){Ve._destroyed||Ve.emit("error",lr)}});try{Ne.body.pipeTo(qe).catch(function(nr){j.clearTimeout($e),Ve._destroyed||Ve.emit("error",nr)});return}catch{}}var er=Ne.body.getReader();Fe()}else{Ve._xhr=_e,Ve._pos=0,Ve.url=_e.responseURL,Ve.statusCode=_e.status,Ve.statusMessage=_e.statusText;var ir=_e.getAllResponseHeaders().split(/\r?\n/);if(ir.forEach(function(nr){var lr=nr.match(/^([^:]+):\s*(.*)/);if(lr){var Et=lr[1].toLowerCase();Et==="set-cookie"?(Ve.headers[Et]===void 0&&(Ve.headers[Et]=[]),Ve.headers[Et].push(lr[2])):Ve.headers[Et]!==void 0?Ve.headers[Et]+=", "+lr[2]:Ve.headers[Et]=lr[2],Ve.rawHeaders.push(lr[1],lr[2])}}),Ve._charset="x-user-defined",!z.overrideMimeType){var dr=Ve.rawHeaders["mime-type"];if(dr){var cr=dr.match(/;\s*charset=([^;])(;|$)/);cr&&(Ve._charset=cr[1].toLowerCase())}Ve._charset||(Ve._charset="utf-8")}}};re(de,oe.Readable),de.prototype._read=function(){var _e=this,Ne=_e._resumeFetch;Ne&&(_e._resumeFetch=null,Ne())},de.prototype._onXHRProgress=function(){var _e=this,Ne=_e._xhr,Ue=null;switch(_e._mode){case"text:vbarray":if(Ne.readyState!==ue.DONE)break;try{Ue=new j.VBArray(Ne.responseBody).toArray()}catch{}if(Ue!==null){_e.push(new V(Ue));break}case"text":try{Ue=Ne.responseText}catch{_e._mode="text:vbarray";break}if(Ue.length>_e._pos){var $e=Ue.substr(_e._pos);if(_e._charset==="x-user-defined"){for(var Ve=new V($e.length),Fe=0;Fe<$e.length;Fe++)Ve[Fe]=$e.charCodeAt(Fe)&255;_e.push(Ve)}else _e.push($e,_e._charset);_e._pos=Ue.length}break;case"arraybuffer":if(Ne.readyState!==ue.DONE||!Ne.response)break;Ue=Ne.response,_e.push(new V(new Uint8Array(Ue)));break;case"moz-chunked-arraybuffer":if(Ue=Ne.response,Ne.readyState!==ue.LOADING||!Ue)break;_e.push(new V(new Uint8Array(Ue)));break;case"ms-stream":if(Ue=Ne.response,Ne.readyState!==ue.LOADING)break;var qe=new j.MSStreamReader;qe.onprogress=function(){qe.result.byteLength>_e._pos&&(_e.push(new V(new Uint8Array(qe.result.slice(_e._pos)))),_e._pos=qe.result.byteLength)},qe.onload=function(){_e.push(null)},qe.readAsArrayBuffer(Ue);break}_e._xhr.readyState===ue.DONE&&_e._mode!=="ms-stream"&&_e.push(null)}}).call(this)}).call(this,n("_process"),typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{},n("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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/helpers/typeof"));n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.search.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.string.split.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.array.join.js"),n("core-js/modules/es.string.trim.js"),n("core-js/modules/es.string.match.js"),n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.splice.js");var V=n("punycode"),z=n("./util");k.parse=lr,k.resolve=ie,k.resolveObject=pe,k.format=Et,k.Url=re;function re(){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 oe=/^([a-z0-9.+-]+:)/i,ue=/:[0-9]*$/,de=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,_e=["<",">",'"',"`"," ","\r",`
`," "],Ne=["{","}","|","\\","^","`"].concat(_e),Ue=["'"].concat(Ne),$e=["%","/","?",";","#"].concat(Ue),Ve=["/","?","#"],Fe=255,qe=/^[+a-z0-9A-Z_-]{0,63}$/,er=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,ir={javascript:!0,"javascript:":!0},dr={javascript:!0,"javascript:":!0},cr={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},nr=n("querystring");function lr(Ce,Ie,jt){if(Ce&&z.isObject(Ce)&&Ce instanceof re)return Ce;var ar=new re;return ar.parse(Ce,Ie,jt),ar}re.prototype.parse=function(Ce,Ie,jt){if(!z.isString(Ce))throw new TypeError("Parameter 'url' must be a string, not "+(0,j.default)(Ce));var ar=Ce.indexOf("?"),ur=ar!==-1&&ar<Ce.indexOf("#")?"?":"#",kt=Ce.split(ur),he=/\\/g;kt[0]=kt[0].replace(he,"/"),Ce=kt.join(ur);var tr=Ce;if(tr=tr.trim(),!jt&&Ce.split("#").length===1){var gr=de.exec(tr);if(gr)return this.path=tr,this.href=tr,this.pathname=gr[1],gr[2]?(this.search=gr[2],Ie?this.query=nr.parse(this.search.substr(1)):this.query=this.search.substr(1)):Ie&&(this.search="",this.query={}),this}var _r=oe.exec(tr);if(_r){_r=_r[0];var yr=_r.toLowerCase();this.protocol=yr,tr=tr.substr(_r.length)}if(jt||_r||tr.match(/^\/\/[^@\/]+@[^@\/]+/)){var xr=tr.substr(0,2)==="//";xr&&!(_r&&dr[_r])&&(tr=tr.substr(2),this.slashes=!0)}if(!dr[_r]&&(xr||_r&&!cr[_r])){for(var Nr=-1,Tr=0;Tr<Ve.length;Tr++){var Sr=tr.indexOf(Ve[Tr]);Sr!==-1&&(Nr===-1||Sr<Nr)&&(Nr=Sr)}var Ar,Fr;Nr===-1?Fr=tr.lastIndexOf("@"):Fr=tr.lastIndexOf("@",Nr),Fr!==-1&&(Ar=tr.slice(0,Fr),tr=tr.slice(Fr+1),this.auth=decodeURIComponent(Ar)),Nr=-1;for(var Tr=0;Tr<$e.length;Tr++){var Sr=tr.indexOf($e[Tr]);Sr!==-1&&(Nr===-1||Sr<Nr)&&(Nr=Sr)}Nr===-1&&(Nr=tr.length),this.host=tr.slice(0,Nr),tr=tr.slice(Nr),this.parseHost(),this.hostname=this.hostname||"";var Gr=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!Gr)for(var Vr=this.hostname.split("."),Tr=0,Dr=Vr.length;Tr<Dr;Tr++){var Ir=Vr[Tr];if(Ir&&!Ir.match(qe)){for(var Br="",Rr=0,Lr=Ir.length;Rr<Lr;Rr++)Ir.charCodeAt(Rr)>127?Br+="x":Br+=Ir[Rr];if(!Br.match(qe)){var $r=Vr.slice(0,Tr),jr=Vr.slice(Tr+1),vn=Ir.match(er);vn&&($r.push(vn[1]),jr.unshift(vn[2])),jr.length&&(tr="/"+jr.join(".")+tr),this.hostname=$r.join(".");break}}}this.hostname.length>Fe?this.hostname="":this.hostname=this.hostname.toLowerCase(),Gr||(this.hostname=V.toASCII(this.hostname));var Kr=this.port?":"+this.port:"",kr=this.hostname||"";this.host=kr+Kr,this.href+=this.host,Gr&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),tr[0]!=="/"&&(tr="/"+tr))}if(!ir[yr])for(var Tr=0,Dr=Ue.length;Tr<Dr;Tr++){var Qr=Ue[Tr];if(tr.indexOf(Qr)!==-1){var Zr=encodeURIComponent(Qr);Zr===Qr&&(Zr=escape(Qr)),tr=tr.split(Qr).join(Zr)}}var Vi=tr.indexOf("#");Vi!==-1&&(this.hash=tr.substr(Vi),tr=tr.slice(0,Vi));var To=tr.indexOf("?");if(To!==-1?(this.search=tr.substr(To),this.query=tr.substr(To+1),Ie&&(this.query=nr.parse(this.query)),tr=tr.slice(0,To)):Ie&&(this.search="",this.query={}),tr&&(this.pathname=tr),cr[yr]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var Kr=this.pathname||"",oa=this.search||"";this.path=Kr+oa}return this.href=this.format(),this};function Et(Ce){return z.isString(Ce)&&(Ce=lr(Ce)),Ce instanceof re?Ce.format():re.prototype.format.call(Ce)}re.prototype.format=function(){var Ce=this.auth||"";Ce&&(Ce=encodeURIComponent(Ce),Ce=Ce.replace(/%3A/i,":"),Ce+="@");var Ie=this.protocol||"",jt=this.pathname||"",ar=this.hash||"",ur=!1,kt="";this.host?ur=Ce+this.host:this.hostname&&(ur=Ce+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(ur+=":"+this.port)),this.query&&z.isObject(this.query)&&Object.keys(this.query).length&&(kt=nr.stringify(this.query));var he=this.search||kt&&"?"+kt||"";return Ie&&Ie.substr(-1)!==":"&&(Ie+=":"),this.slashes||(!Ie||cr[Ie])&&ur!==!1?(ur="//"+(ur||""),jt&&jt.charAt(0)!=="/"&&(jt="/"+jt)):ur||(ur=""),ar&&ar.charAt(0)!=="#"&&(ar="#"+ar),he&&he.charAt(0)!=="?"&&(he="?"+he),jt=jt.replace(/[?#]/g,function(tr){return encodeURIComponent(tr)}),he=he.replace("#","%23"),Ie+ur+jt+he+ar};function ie(Ce,Ie){return lr(Ce,!1,!0).resolve(Ie)}re.prototype.resolve=function(Ce){return this.resolveObject(lr(Ce,!1,!0)).format()};function pe(Ce,Ie){return Ce?lr(Ce,!1,!0).resolveObject(Ie):Ie}re.prototype.resolveObject=function(Ce){if(z.isString(Ce)){var Ie=new re;Ie.parse(Ce,!1,!0),Ce=Ie}for(var jt=new re,ar=Object.keys(this),ur=0;ur<ar.length;ur++){var kt=ar[ur];jt[kt]=this[kt]}if(jt.hash=Ce.hash,Ce.href==="")return jt.href=jt.format(),jt;if(Ce.slashes&&!Ce.protocol){for(var he=Object.keys(Ce),tr=0;tr<he.length;tr++){var gr=he[tr];gr!=="protocol"&&(jt[gr]=Ce[gr])}return cr[jt.protocol]&&jt.hostname&&!jt.pathname&&(jt.path=jt.pathname="/"),jt.href=jt.format(),jt}if(Ce.protocol&&Ce.protocol!==jt.protocol){if(!cr[Ce.protocol]){for(var _r=Object.keys(Ce),yr=0;yr<_r.length;yr++){var xr=_r[yr];jt[xr]=Ce[xr]}return jt.href=jt.format(),jt}if(jt.protocol=Ce.protocol,!Ce.host&&!dr[Ce.protocol]){for(var Dr=(Ce.pathname||"").split("/");Dr.length&&!(Ce.host=Dr.shift()););Ce.host||(Ce.host=""),Ce.hostname||(Ce.hostname=""),Dr[0]!==""&&Dr.unshift(""),Dr.length<2&&Dr.unshift(""),jt.pathname=Dr.join("/")}else jt.pathname=Ce.pathname;if(jt.search=Ce.search,jt.query=Ce.query,jt.host=Ce.host||"",jt.auth=Ce.auth,jt.hostname=Ce.hostname||Ce.host,jt.port=Ce.port,jt.pathname||jt.search){var Nr=jt.pathname||"",Tr=jt.search||"";jt.path=Nr+Tr}return jt.slashes=jt.slashes||Ce.slashes,jt.href=jt.format(),jt}var Sr=jt.pathname&&jt.pathname.charAt(0)==="/",Ar=Ce.host||Ce.pathname&&Ce.pathname.charAt(0)==="/",Fr=Ar||Sr||jt.host&&Ce.pathname,Gr=Fr,Vr=jt.pathname&&jt.pathname.split("/")||[],Dr=Ce.pathname&&Ce.pathname.split("/")||[],Ir=jt.protocol&&!cr[jt.protocol];if(Ir&&(jt.hostname="",jt.port=null,jt.host&&(Vr[0]===""?Vr[0]=jt.host:Vr.unshift(jt.host)),jt.host="",Ce.protocol&&(Ce.hostname=null,Ce.port=null,Ce.host&&(Dr[0]===""?Dr[0]=Ce.host:Dr.unshift(Ce.host)),Ce.host=null),Fr=Fr&&(Dr[0]===""||Vr[0]==="")),Ar)jt.host=Ce.host||Ce.host===""?Ce.host:jt.host,jt.hostname=Ce.hostname||Ce.hostname===""?Ce.hostname:jt.hostname,jt.search=Ce.search,jt.query=Ce.query,Vr=Dr;else if(Dr.length)Vr||(Vr=[]),Vr.pop(),Vr=Vr.concat(Dr),jt.search=Ce.search,jt.query=Ce.query;else if(!z.isNullOrUndefined(Ce.search)){if(Ir){jt.hostname=jt.host=Vr.shift();var Br=jt.host&&jt.host.indexOf("@")>0?jt.host.split("@"):!1;Br&&(jt.auth=Br.shift(),jt.host=jt.hostname=Br.shift())}return jt.search=Ce.search,jt.query=Ce.query,(!z.isNull(jt.pathname)||!z.isNull(jt.search))&&(jt.path=(jt.pathname?jt.pathname:"")+(jt.search?jt.search:"")),jt.href=jt.format(),jt}if(!Vr.length)return jt.pathname=null,jt.search?jt.path="/"+jt.search:jt.path=null,jt.href=jt.format(),jt;for(var Rr=Vr.slice(-1)[0],Lr=(jt.host||Ce.host||Vr.length>1)&&(Rr==="."||Rr==="..")||Rr==="",$r=0,jr=Vr.length;jr>=0;jr--)Rr=Vr[jr],Rr==="."?Vr.splice(jr,1):Rr===".."?(Vr.splice(jr,1),$r++):$r&&(Vr.splice(jr,1),$r--);if(!Fr&&!Gr)for(;$r--;$r)Vr.unshift("..");Fr&&Vr[0]!==""&&(!Vr[0]||Vr[0].charAt(0)!=="/")&&Vr.unshift(""),Lr&&Vr.join("/").substr(-1)!=="/"&&Vr.push("");var vn=Vr[0]===""||Vr[0]&&Vr[0].charAt(0)==="/";if(Ir){jt.hostname=jt.host=vn?"":Vr.length?Vr.shift():"";var Br=jt.host&&jt.host.indexOf("@")>0?jt.host.split("@"):!1;Br&&(jt.auth=Br.shift(),jt.host=jt.hostname=Br.shift())}return Fr=Fr||jt.host&&Vr.length,Fr&&!vn&&Vr.unshift(""),Vr.length?jt.pathname=Vr.join("/"):(jt.pathname=null,jt.path=null),(!z.isNull(jt.pathname)||!z.isNull(jt.search))&&(jt.path=(jt.pathname?jt.pathname:"")+(jt.search?jt.search:"")),jt.auth=Ce.auth||jt.auth,jt.slashes=jt.slashes||Ce.slashes,jt.href=jt.format(),jt},re.prototype.parseHost=function(){var Ce=this.host,Ie=ue.exec(Ce);Ie&&(Ie=Ie[0],Ie!==":"&&(this.port=Ie.substr(1)),Ce=Ce.substr(0,Ce.length-Ie.length)),Ce&&(this.hostname=Ce)}},{"./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(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/helpers/typeof"));$.exports={isString:function(z){return typeof z=="string"},isObject:function(z){return(0,j.default)(z)==="object"&&z!==null},isNull:function(z){return z===null},isNullOrUndefined:function(z){return z==null}}},{"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91}],547:[function(n,$,k){n("core-js/modules/es.number.constructor.js"),k.encodeURIComponent=function(L){try{return encodeURIComponent(L)}catch{return L}},k.escape=n("escape-html"),k.timestamp=function(j){if(j){var V=j;return typeof V=="string"&&(V=Number(V)),String(j).length===10&&(V*=1e3),new Date(V)}return Math.round(Date.now()/1e3)}},{"core-js/modules/es.number.constructor.js":324,"escape-html":387}],548:[function(n,$,k){(function(L,j){(function(){var V=n("@babel/runtime/helpers/interopRequireDefault"),z=V(n("@babel/runtime/helpers/typeof"));n("core-js/modules/es.string.trim.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.function.name.js"),n("core-js/modules/es.array.concat.js");var re=n("util"),oe=n("url"),ue=n("http"),de=n("https"),_e=n("debug")("urllib"),Ne=n("humanize-ms"),Ue=0,$e=Math.pow(2,31)-10,Ve=/^https?:\/\//i;function Fe(dr,cr){return dr===void 0?cr:dr}function qe(dr){return dr?dr.split(";")[0].trim().toLowerCase():""}function er(dr,cr){return function(nr,lr,Et){if(nr)return cr(nr);dr({data:lr,status:Et.statusCode,headers:Et.headers,res:Et})}}k.TIMEOUTS=[Ne("300s"),Ne("300s")];var ir=["json","text"];k.request=function(cr,nr,lr){return arguments.length===2&&typeof nr=="function"&&(lr=nr,nr=null),typeof lr=="function"?k.requestWithCallback(cr,nr,lr):new Promise(function(Et,ie){k.requestWithCallback(cr,nr,er(Et,ie))})},k.requestWithCallback=function(cr,nr,lr){if(!cr||typeof cr!="string"&&(0,z.default)(cr)!=="object"){var Et=re.format("expect request url to be a string or a http request options, but got %j",cr);throw new Error(Et)}arguments.length===2&&typeof nr=="function"&&(lr=nr,nr=null),nr=nr||{},Ue>=$e&&(Ue=0);var ie=++Ue;nr.requestUrls=nr.requestUrls||[];var pe={requestId:ie,url:cr,args:nr,ctx:nr.ctx};nr.emitter&&nr.emitter.emit("request",pe),nr.timeout=nr.timeout||k.TIMEOUTS,nr.maxRedirects=nr.maxRedirects||10,nr.streaming=nr.streaming||nr.customResponse;var Ce=Date.now(),Ie;typeof cr=="string"?(Ve.test(cr)||(cr="https://"+cr),Ie=oe.parse(cr)):Ie=cr;var jt=(nr.type||nr.method||Ie.method||"GET").toUpperCase(),ar=Ie.port||80,ur=ue,kt=Fe(nr.agent,k.agent),he=nr.fixJSONCtlChars;Ie.protocol==="https:"&&(ur=de,kt=Fe(nr.httpsAgent,k.httpsAgent),Ie.port||(ar=443));var tr={host:Ie.hostname||Ie.host||"localhost",path:Ie.path||"/",method:jt,port:ar,agent:kt,headers:nr.headers||{},lookup:nr.lookup};Array.isArray(nr.timeout)?tr.requestTimeout=nr.timeout[nr.timeout.length-1]:typeof nr.timeout<"u"&&(tr.requestTimeout=nr.timeout);var gr=nr.auth||Ie.auth;gr&&(tr.auth=gr);var _r=nr.content||nr.data,yr=jt==="GET"||jt==="HEAD"||nr.dataAsQueryString;if(!nr.content&&_r&&!(typeof _r=="string"||j.isBuffer(_r)))if(yr)_r=nr.nestedQuerystring?qs.stringify(_r):querystring.stringify(_r);else{var xr=tr.headers["Content-Type"]||tr.headers["content-type"];xr||(nr.contentType==="json"?xr="application/json":xr="application/x-www-form-urlencoded",tr.headers["Content-Type"]=xr),qe(xr)==="application/json"?_r=JSON.stringify(_r):_r=nr.nestedQuerystring?qs.stringify(_r):querystring.stringify(_r)}yr&&_r&&(tr.path+=(Ie.query?"&":"?")+_r,_r=null);var Nr=0;if(_r){var Tr=_r.length;j.isBuffer(_r)||(Tr=j.byteLength(_r)),Nr=tr.headers["Content-Length"]=Tr}nr.dataType==="json"&&(tr.headers.Accept="application/json"),typeof nr.beforeRequest=="function"&&nr.beforeRequest(tr);var Sr=null,Ar=null,Fr=null,Gr=!1,Vr=!1,Dr=0,Ir=-1,Br=!1,Rr="",Lr="",$r=null;nr.timing&&($r={queuing:0,dnslookup:0,connected:0,requestSent:0,waiting:0,contentDownload:0});function jr(){Sr&&(clearTimeout(Sr),Sr=null)}function vn(){Ar&&(clearTimeout(Ar),Ar=null)}function Kr(Ur,Sn,Nn){if(vn(),!lr){console.warn("[urllib:warn] [%s] [%s] [worker:%s] %s %s callback twice!!!",Date(),ie,L.pid,tr.method,cr),Ur&&console.warn(`[urllib:warn] [%s] [%s] [worker:%s] %s: %s
stack: %s`,Date(),ie,L.pid,Ur.name,Ur.message,Ur.stack);return}var Sa=lr;lr=null;var Li={};Nn&&(Ir=Nn.statusCode,Li=Nn.headers);var ca=Date.now()-Ce;$r&&($r.contentDownload=ca),_e("[%sms] done, %s bytes HTTP %s %s %s %s, keepAliveSocket: %s, timing: %j",ca,Dr,Ir,tr.method,tr.host,tr.path,Vr,$r);var fo={status:Ir,statusCode:Ir,headers:Li,size:Dr,aborted:Br,rt:ca,keepAliveSocket:Vr,data:Sn,requestUrls:nr.requestUrls,timing:$r,remoteAddress:Rr,remotePort:Lr};if(Ur){var zn="";kt&&typeof kt.getCurrentStatus=="function"&&(zn=", agent status: "+JSON.stringify(kt.getCurrentStatus())),Ur.message+=", "+tr.method+" "+cr+" "+Ir+" (connected: "+Gr+", keepalive socket: "+Vr+zn+`)
headers: `+JSON.stringify(Li),Ur.data=Sn,Ur.path=tr.path,Ur.status=Ir,Ur.headers=Li,Ur.res=fo}Sa(Ur,Sn,nr.streaming?Nn:fo),nr.emitter&&(pe.url=cr,pe.socket=Mn&&Mn.connection,pe.options=tr,pe.size=Nr,nr.emitter.emit("response",{requestId:ie,error:Ur,ctx:nr.ctx,req:pe,res:fo}))}function kr(Ur){var Sn=null;if(nr.followRedirect&&statuses.redirect[Ur.statusCode]){nr._followRedirectCount=(nr._followRedirectCount||0)+1;var Nn=Ur.headers.location;if(!Nn)Sn=new Error("Got statusCode "+Ur.statusCode+" but cannot resolve next location from headers"),Sn.name="FollowRedirectError";else if(nr._followRedirectCount>nr.maxRedirects)Sn=new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+cr),Sn.name="MaxRedirectError";else{var Sa=nr.formatRedirectUrl?nr.formatRedirectUrl(cr,Nn):oe.resolve(cr,Nn);_e("Request#%d %s: `redirected` from %s to %s",ie,tr.path,cr,Sa),vn(),nr.headers&&nr.headers.Host&&Ve.test(Nn)&&(nr.headers.Host=null);var Li=lr;return lr=null,k.requestWithCallback(Sa,nr,Li),{redirect:!0,error:null}}}return{redirect:!1,error:Sn}}nr.gzip&&!tr.headers["Accept-Encoding"]&&!tr.headers["accept-encoding"]&&(tr.headers["Accept-Encoding"]="gzip");function Qr(Ur,Sn,Nn){var Sa=Ur.headers["content-encoding"];return Nn(null,Sn,Sa)}var Zr=nr.writeStream;_e("Request#%d %s %s with headers %j, options.path: %s",ie,jt,cr,tr.headers,tr.path),nr.requestUrls.push(cr);function Vi(Ur){if($r&&($r.waiting=Date.now()-Ce),_e("Request#%d %s `req response` event emit: status %d, headers: %j",ie,cr,Ur.statusCode,Ur.headers),nr.streaming){var Sn=kr(Ur);if(Sn.redirect){Ur.resume();return}return Sn.error?(Ur.resume(),Kr(Sn.error,null,Ur)):Kr(null,null,Ur)}if(Ur.on("close",function(){_e("Request#%d %s: `res close` event emit, total size %d",ie,cr,Dr)}),Ur.on("error",function(){_e("Request#%d %s: `res error` event emit, total size %d",ie,cr,Dr)}),Ur.on("aborted",function(){Br=!0,_e("Request#%d %s: `res aborted` event emit, total size %d",ie,cr,Dr)}),Zr){var Nn=kr(Ur);if(Nn.redirect){Ur.resume();return}return Nn.error?(Ur.resume(),Zr.end(),Kr(Nn.error,null,Ur)):(nr.consumeWriteStream===!1?Ur.on("end",Kr.bind(null,null,null,Ur)):Zr.on("close",function(){_e("Request#%d %s: writeStream close event emitted",ie,cr),Kr(Fr||null,null,Ur)}),Ur.pipe(Zr))}var Sa=[];Ur.on("data",function(Li){_e("Request#%d %s: `res data` event emit, size %d",ie,cr,Li.length),Dr+=Li.length,Sa.push(Li)}),Ur.on("end",function(){var Li=j.concat(Sa,Dr);if(_e("Request#%d %s: `res end` event emit, total size %d, _dumped: %s",ie,cr,Dr,Ur._dumped),Fr)return Kr(Fr,Li,Ur);var ca=kr(Ur);if(ca.error)return Kr(ca.error,Li,Ur);ca.redirect||Qr(Ur,Li,function(fo,zn,ki){if(fo)return Kr(fo,Li,Ur);if(!ki&&ir.indexOf(nr.dataType)>=0){try{zn=decodeBodyByCharset(zn,Ur)}catch(_o){return _e("decodeBodyByCharset error: %s",_o),Kr(null,zn,Ur)}if(nr.dataType==="json")if(Dr===0)zn=null;else{var Ra=parseJSON(zn,he);Ra.error?fo=Ra.error:zn=Ra.data}}Br&&_e("Request#%d %s: Remote socket was terminated before `response.end()` was called",ie,cr),Kr(fo,zn,Ur)})})}var To,oa;Array.isArray(nr.timeout)?(To=Ne(nr.timeout[0]),oa=Ne(nr.timeout[1])):To=oa=Ne(nr.timeout),_e("ConnectTimeout: %d, ResponseTimeout: %d",To,oa);function Ba(){_e("Connect timer ticking, timeout: %d",To),Sr=setTimeout(function(){Sr=null,Ir===-1&&(Ir=-2);var Ur="Connect timeout for "+To+"ms",Sn="ConnectionTimeoutError";Mn.socket||(Sn="SocketAssignTimeoutError",Ur+=", working sockets is full"),Fr=new Error(Ur),Fr.name=Sn,Fr.requestId=ie,_e("ConnectTimeout: Request#%d %s %s: %s, connected: %s",ie,cr,Fr.name,Ur,Gr),Wr()},To)}function rs(){_e("Response timer ticking, timeout: %d",oa),Ar=setTimeout(function(){Ar=null;var Ur="Response timeout for "+oa+"ms",Sn="ResponseTimeoutError";Fr=new Error(Ur),Fr.name=Sn,Fr.requestId=ie,_e("ResponseTimeout: Request#%d %s %s: %s, connected: %s",ie,cr,Fr.name,Ur,Gr),Wr()},oa)}var Mn;tr.mode=nr.mode?nr.mode:"";try{Mn=ur.request(tr,Vi)}catch(Ur){return Kr(Ur)}typeof window>"u"?Ba():Mn.on("requestTimeout",function(){Ir===-1&&(Ir=-2);var Ur="Connect timeout for "+To+"ms",Sn="ConnectionTimeoutError";Fr=new Error(Ur),Fr.name=Sn,Fr.requestId=ie,Wr()});function Wr(){_e("Request#%d %s abort, connected: %s",ie,cr,Gr),Mn.socket||(Fr.noSocket=!0,Kr(Fr)),Mn.abort()}return $r&&Mn.on("finish",function(){$r.requestSent=Date.now()-Ce}),Mn.once("socket",function(Ur){$r&&($r.queuing=Date.now()-Ce);var Sn=Ur.readyState;if(Sn==="opening"){Ur.once("lookup",function(Nn,Sa,Li){_e("Request#%d %s lookup: %s, %s, %s",ie,cr,Nn,Sa,Li),$r&&($r.dnslookup=Date.now()-Ce),Sa&&(Rr=Sa)}),Ur.once("connect",function(){$r&&($r.connected=Date.now()-Ce),jr(),rs(),_e("Request#%d %s new socket connected",ie,cr),Gr=!0,Rr||(Rr=Ur.remoteAddress),Lr=Ur.remotePort});return}_e("Request#%d %s reuse socket connected, readyState: %s",ie,cr,Sn),Gr=!0,Vr=!0,Rr||(Rr=Ur.remoteAddress),Lr=Ur.remotePort,jr(),rs()}),Mn.on("error",function(Ur){(Ur.name==="Error"||Ur.name==="TypeError")&&(Ur.name=Gr?"ResponseError":"RequestError"),Ur.message+=' (req "error")',_e("Request#%d %s `req error` event emit, %s: %s",ie,cr,Ur.name,Ur.message),Kr(Fr||Ur)}),Zr&&Zr.once("error",function(Ur){Ur.message+=' (writeStream "error")',Fr=Ur,_e("Request#%d %s `writeStream error` event emit, %s: %s",ie,cr,Ur.name,Ur.message),Wr()}),nr.stream?(nr.stream.pipe(Mn),nr.stream.once("error",function(Ur){Ur.message+=' (stream "error")',Fr=Ur,_e("Request#%d %s `readStream error` event emit, %s: %s",ie,cr,Ur.name,Ur.message),Wr()})):Mn.end(_r),Mn.requestId=ie,Mn}}).call(this)}).call(this,n("_process"),n("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 minio={},empty=null;const empty$1=Object.freeze(Object.defineProperty({__proto__:null,default:empty},Symbol.toStringTag,{value:"Module"})),require$$0$3=getAugmentedNamespace(empty$1);var events={exports:{}},R=typeof Reflect=="object"?Reflect:null,ReflectApply=R&&typeof R.apply=="function"?R.apply:function(t,y,n){return Function.prototype.apply.call(t,y,n)},ReflectOwnKeys;R&&typeof R.ownKeys=="function"?ReflectOwnKeys=R.ownKeys:Object.getOwnPropertySymbols?ReflectOwnKeys=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:ReflectOwnKeys=function(t){return Object.getOwnPropertyNames(t)};function ProcessEmitWarning(e){console&&console.warn&&console.warn(e)}var NumberIsNaN=Number.isNaN||function(t){return t!==t};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(e){if(typeof e!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}Object.defineProperty(EventEmitter,"defaultMaxListeners",{enumerable:!0,get:function(){return defaultMaxListeners},set:function(e){if(typeof e!="number"||e<0||NumberIsNaN(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");defaultMaxListeners=e}});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(t){if(typeof t!="number"||t<0||NumberIsNaN(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function _getMaxListeners(e){return e._maxListeners===void 0?EventEmitter.defaultMaxListeners:e._maxListeners}EventEmitter.prototype.getMaxListeners=function(){return _getMaxListeners(this)};EventEmitter.prototype.emit=function(t){for(var y=[],n=1;n<arguments.length;n++)y.push(arguments[n]);var $=t==="error",k=this._events;if(k!==void 0)$=$&&k.error===void 0;else if(!$)return!1;if($){var L;if(y.length>0&&(L=y[0]),L instanceof Error)throw L;var j=new Error("Unhandled error."+(L?" ("+L.message+")":""));throw j.context=L,j}var V=k[t];if(V===void 0)return!1;if(typeof V=="function")ReflectApply(V,this,y);else for(var z=V.length,re=arrayClone(V,z),n=0;n<z;++n)ReflectApply(re[n],this,y);return!0};function _addListener(e,t,y,n){var $,k,L;if(checkListener(y),k=e._events,k===void 0?(k=e._events=Object.create(null),e._eventsCount=0):(k.newListener!==void 0&&(e.emit("newListener",t,y.listener?y.listener:y),k=e._events),L=k[t]),L===void 0)L=k[t]=y,++e._eventsCount;else if(typeof L=="function"?L=k[t]=n?[y,L]:[L,y]:n?L.unshift(y):L.push(y),$=_getMaxListeners(e),$>0&&L.length>$&&!L.warned){L.warned=!0;var j=new Error("Possible EventEmitter memory leak detected. "+L.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");j.name="MaxListenersExceededWarning",j.emitter=e,j.type=t,j.count=L.length,ProcessEmitWarning(j)}return e}EventEmitter.prototype.addListener=function(t,y){return _addListener(this,t,y,!1)};EventEmitter.prototype.on=EventEmitter.prototype.addListener;EventEmitter.prototype.prependListener=function(t,y){return _addListener(this,t,y,!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(e,t,y){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:y},$=onceWrapper.bind(n);return $.listener=y,n.wrapFn=$,$}EventEmitter.prototype.once=function(t,y){return checkListener(y),this.on(t,_onceWrap(this,t,y)),this};EventEmitter.prototype.prependOnceListener=function(t,y){return checkListener(y),this.prependListener(t,_onceWrap(this,t,y)),this};EventEmitter.prototype.removeListener=function(t,y){var n,$,k,L,j;if(checkListener(y),$=this._events,$===void 0)return this;if(n=$[t],n===void 0)return this;if(n===y||n.listener===y)--this._eventsCount===0?this._events=Object.create(null):(delete $[t],$.removeListener&&this.emit("removeListener",t,n.listener||y));else if(typeof n!="function"){for(k=-1,L=n.length-1;L>=0;L--)if(n[L]===y||n[L].listener===y){j=n[L].listener,k=L;break}if(k<0)return this;k===0?n.shift():spliceOne(n,k),n.length===1&&($[t]=n[0]),$.removeListener!==void 0&&this.emit("removeListener",t,j||y)}return this};EventEmitter.prototype.off=EventEmitter.prototype.removeListener;EventEmitter.prototype.removeAllListeners=function(t){var y,n,$;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete n[t]),this;if(arguments.length===0){var k=Object.keys(n),L;for($=0;$<k.length;++$)L=k[$],L!=="removeListener"&&this.removeAllListeners(L);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(y=n[t],typeof y=="function")this.removeListener(t,y);else if(y!==void 0)for($=y.length-1;$>=0;$--)this.removeListener(t,y[$]);return this};function _listeners(e,t,y){var n=e._events;if(n===void 0)return[];var $=n[t];return $===void 0?[]:typeof $=="function"?y?[$.listener||$]:[$]:y?unwrapListeners($):arrayClone($,$.length)}EventEmitter.prototype.listeners=function(t){return _listeners(this,t,!0)};EventEmitter.prototype.rawListeners=function(t){return _listeners(this,t,!1)};EventEmitter.listenerCount=function(e,t){return typeof e.listenerCount=="function"?e.listenerCount(t):listenerCount.call(e,t)};EventEmitter.prototype.listenerCount=listenerCount;function listenerCount(e){var t=this._events;if(t!==void 0){var y=t[e];if(typeof y=="function")return 1;if(y!==void 0)return y.length}return 0}EventEmitter.prototype.eventNames=function(){return this._eventsCount>0?ReflectOwnKeys(this._events):[]};function arrayClone(e,t){for(var y=new Array(t),n=0;n<t;++n)y[n]=e[n];return y}function spliceOne(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}function unwrapListeners(e){for(var t=new Array(e.length),y=0;y<t.length;++y)t[y]=e[y].listener||e[y];return t}function once$3(e,t){return new Promise(function(y,n){function $(L){e.removeListener(t,k),n(L)}function k(){typeof e.removeListener=="function"&&e.removeListener("error",$),y([].slice.call(arguments))}eventTargetAgnosticAddListener(e,t,k,{once:!0}),t!=="error"&&addErrorHandlerIfEventEmitter(e,$,{once:!0})})}function addErrorHandlerIfEventEmitter(e,t,y){typeof e.on=="function"&&eventTargetAgnosticAddListener(e,"error",t,y)}function eventTargetAgnosticAddListener(e,t,y,n){if(typeof e.on=="function")n.once?e.once(t,y):e.on(t,y);else if(typeof e.addEventListener=="function")e.addEventListener(t,function $(k){n.once&&e.removeEventListener(t,$),y(k)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e)}var eventsExports=events.exports,inherits_browser={exports:{}};typeof Object.create=="function"?inherits_browser.exports=function(t,y){y&&(t.super_=y,t.prototype=Object.create(y.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:inherits_browser.exports=function(t,y){if(y){t.super_=y;var n=function(){};n.prototype=y.prototype,t.prototype=new n,t.prototype.constructor=t}};var inherits_browserExports=inherits_browser.exports,streamBrowser$1=eventsExports.EventEmitter,buffer$1={},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(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var y=e.indexOf("=");y===-1&&(y=t);var n=y===t?0:4-y%4;return[y,n]}function byteLength(e){var t=getLens(e),y=t[0],n=t[1];return(y+n)*3/4-n}function _byteLength(e,t,y){return(t+y)*3/4-y}function toByteArray(e){var t,y=getLens(e),n=y[0],$=y[1],k=new Arr(_byteLength(e,n,$)),L=0,j=$>0?n-4:n,V;for(V=0;V<j;V+=4)t=revLookup[e.charCodeAt(V)]<<18|revLookup[e.charCodeAt(V+1)]<<12|revLookup[e.charCodeAt(V+2)]<<6|revLookup[e.charCodeAt(V+3)],k[L++]=t>>16&255,k[L++]=t>>8&255,k[L++]=t&255;return $===2&&(t=revLookup[e.charCodeAt(V)]<<2|revLookup[e.charCodeAt(V+1)]>>4,k[L++]=t&255),$===1&&(t=revLookup[e.charCodeAt(V)]<<10|revLookup[e.charCodeAt(V+1)]<<4|revLookup[e.charCodeAt(V+2)]>>2,k[L++]=t>>8&255,k[L++]=t&255),k}function tripletToBase64(e){return lookup[e>>18&63]+lookup[e>>12&63]+lookup[e>>6&63]+lookup[e&63]}function encodeChunk(e,t,y){for(var n,$=[],k=t;k<y;k+=3)n=(e[k]<<16&16711680)+(e[k+1]<<8&65280)+(e[k+2]&255),$.push(tripletToBase64(n));return $.join("")}function fromByteArray(e){for(var t,y=e.length,n=y%3,$=[],k=16383,L=0,j=y-n;L<j;L+=k)$.push(encodeChunk(e,L,L+k>j?j:L+k));return n===1?(t=e[y-1],$.push(lookup[t>>2]+lookup[t<<4&63]+"==")):n===2&&(t=(e[y-2]<<8)+e[y-1],$.push(lookup[t>>10]+lookup[t>>4&63]+lookup[t<<2&63]+"=")),$.join("")}var ieee754={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ieee754.read=function(e,t,y,n,$){var k,L,j=$*8-n-1,V=(1<<j)-1,z=V>>1,re=-7,oe=y?$-1:0,ue=y?-1:1,de=e[t+oe];for(oe+=ue,k=de&(1<<-re)-1,de>>=-re,re+=j;re>0;k=k*256+e[t+oe],oe+=ue,re-=8);for(L=k&(1<<-re)-1,k>>=-re,re+=n;re>0;L=L*256+e[t+oe],oe+=ue,re-=8);if(k===0)k=1-z;else{if(k===V)return L?NaN:(de?-1:1)*(1/0);L=L+Math.pow(2,n),k=k-z}return(de?-1:1)*L*Math.pow(2,k-n)};ieee754.write=function(e,t,y,n,$,k){var L,j,V,z=k*8-$-1,re=(1<<z)-1,oe=re>>1,ue=$===23?Math.pow(2,-24)-Math.pow(2,-77):0,de=n?0:k-1,_e=n?1:-1,Ne=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(j=isNaN(t)?1:0,L=re):(L=Math.floor(Math.log(t)/Math.LN2),t*(V=Math.pow(2,-L))<1&&(L--,V*=2),L+oe>=1?t+=ue/V:t+=ue*Math.pow(2,1-oe),t*V>=2&&(L++,V/=2),L+oe>=re?(j=0,L=re):L+oe>=1?(j=(t*V-1)*Math.pow(2,$),L=L+oe):(j=t*Math.pow(2,oe-1)*Math.pow(2,$),L=0));$>=8;e[y+de]=j&255,de+=_e,j/=256,$-=8);for(L=L<<$|j,z+=$;z>0;e[y+de]=L&255,de+=_e,L/=256,z-=8);e[y+de-_e]|=Ne*128};/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/(function(e){var t=base64Js,y=ieee754,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=j,e.SlowBuffer=Ve,e.INSPECT_MAX_BYTES=50;var $=2147483647;e.kMaxLength=$,j.TYPED_ARRAY_SUPPORT=k(),!j.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 k(){try{var Rr=new Uint8Array(1),Lr={foo:function(){return 42}};return Object.setPrototypeOf(Lr,Uint8Array.prototype),Object.setPrototypeOf(Rr,Lr),Rr.foo()===42}catch{return!1}}Object.defineProperty(j.prototype,"parent",{enumerable:!0,get:function(){if(j.isBuffer(this))return this.buffer}}),Object.defineProperty(j.prototype,"offset",{enumerable:!0,get:function(){if(j.isBuffer(this))return this.byteOffset}});function L(Rr){if(Rr>$)throw new RangeError('The value "'+Rr+'" is invalid for option "size"');var Lr=new Uint8Array(Rr);return Object.setPrototypeOf(Lr,j.prototype),Lr}function j(Rr,Lr,$r){if(typeof Rr=="number"){if(typeof Lr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return oe(Rr)}return V(Rr,Lr,$r)}j.poolSize=8192;function V(Rr,Lr,$r){if(typeof Rr=="string")return ue(Rr,Lr);if(ArrayBuffer.isView(Rr))return _e(Rr);if(Rr==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Rr);if(Dr(Rr,ArrayBuffer)||Rr&&Dr(Rr.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Dr(Rr,SharedArrayBuffer)||Rr&&Dr(Rr.buffer,SharedArrayBuffer)))return Ne(Rr,Lr,$r);if(typeof Rr=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var jr=Rr.valueOf&&Rr.valueOf();if(jr!=null&&jr!==Rr)return j.from(jr,Lr,$r);var vn=Ue(Rr);if(vn)return vn;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Rr[Symbol.toPrimitive]=="function")return j.from(Rr[Symbol.toPrimitive]("string"),Lr,$r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Rr)}j.from=function(Rr,Lr,$r){return V(Rr,Lr,$r)},Object.setPrototypeOf(j.prototype,Uint8Array.prototype),Object.setPrototypeOf(j,Uint8Array);function z(Rr){if(typeof Rr!="number")throw new TypeError('"size" argument must be of type number');if(Rr<0)throw new RangeError('The value "'+Rr+'" is invalid for option "size"')}function re(Rr,Lr,$r){return z(Rr),Rr<=0?L(Rr):Lr!==void 0?typeof $r=="string"?L(Rr).fill(Lr,$r):L(Rr).fill(Lr):L(Rr)}j.alloc=function(Rr,Lr,$r){return re(Rr,Lr,$r)};function oe(Rr){return z(Rr),L(Rr<0?0:$e(Rr)|0)}j.allocUnsafe=function(Rr){return oe(Rr)},j.allocUnsafeSlow=function(Rr){return oe(Rr)};function ue(Rr,Lr){if((typeof Lr!="string"||Lr==="")&&(Lr="utf8"),!j.isEncoding(Lr))throw new TypeError("Unknown encoding: "+Lr);var $r=Fe(Rr,Lr)|0,jr=L($r),vn=jr.write(Rr,Lr);return vn!==$r&&(jr=jr.slice(0,vn)),jr}function de(Rr){for(var Lr=Rr.length<0?0:$e(Rr.length)|0,$r=L(Lr),jr=0;jr<Lr;jr+=1)$r[jr]=Rr[jr]&255;return $r}function _e(Rr){if(Dr(Rr,Uint8Array)){var Lr=new Uint8Array(Rr);return Ne(Lr.buffer,Lr.byteOffset,Lr.byteLength)}return de(Rr)}function Ne(Rr,Lr,$r){if(Lr<0||Rr.byteLength<Lr)throw new RangeError('"offset" is outside of buffer bounds');if(Rr.byteLength<Lr+($r||0))throw new RangeError('"length" is outside of buffer bounds');var jr;return Lr===void 0&&$r===void 0?jr=new Uint8Array(Rr):$r===void 0?jr=new Uint8Array(Rr,Lr):jr=new Uint8Array(Rr,Lr,$r),Object.setPrototypeOf(jr,j.prototype),jr}function Ue(Rr){if(j.isBuffer(Rr)){var Lr=$e(Rr.length)|0,$r=L(Lr);return $r.length===0||Rr.copy($r,0,0,Lr),$r}if(Rr.length!==void 0)return typeof Rr.length!="number"||Ir(Rr.length)?L(0):de(Rr);if(Rr.type==="Buffer"&&Array.isArray(Rr.data))return de(Rr.data)}function $e(Rr){if(Rr>=$)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+$.toString(16)+" bytes");return Rr|0}function Ve(Rr){return+Rr!=Rr&&(Rr=0),j.alloc(+Rr)}j.isBuffer=function(Lr){return Lr!=null&&Lr._isBuffer===!0&&Lr!==j.prototype},j.compare=function(Lr,$r){if(Dr(Lr,Uint8Array)&&(Lr=j.from(Lr,Lr.offset,Lr.byteLength)),Dr($r,Uint8Array)&&($r=j.from($r,$r.offset,$r.byteLength)),!j.isBuffer(Lr)||!j.isBuffer($r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Lr===$r)return 0;for(var jr=Lr.length,vn=$r.length,Kr=0,kr=Math.min(jr,vn);Kr<kr;++Kr)if(Lr[Kr]!==$r[Kr]){jr=Lr[Kr],vn=$r[Kr];break}return jr<vn?-1:vn<jr?1:0},j.isEncoding=function(Lr){switch(String(Lr).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}},j.concat=function(Lr,$r){if(!Array.isArray(Lr))throw new TypeError('"list" argument must be an Array of Buffers');if(Lr.length===0)return j.alloc(0);var jr;if($r===void 0)for($r=0,jr=0;jr<Lr.length;++jr)$r+=Lr[jr].length;var vn=j.allocUnsafe($r),Kr=0;for(jr=0;jr<Lr.length;++jr){var kr=Lr[jr];if(Dr(kr,Uint8Array))Kr+kr.length>vn.length?j.from(kr).copy(vn,Kr):Uint8Array.prototype.set.call(vn,kr,Kr);else if(j.isBuffer(kr))kr.copy(vn,Kr);else throw new TypeError('"list" argument must be an Array of Buffers');Kr+=kr.length}return vn};function Fe(Rr,Lr){if(j.isBuffer(Rr))return Rr.length;if(ArrayBuffer.isView(Rr)||Dr(Rr,ArrayBuffer))return Rr.byteLength;if(typeof Rr!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Rr);var $r=Rr.length,jr=arguments.length>2&&arguments[2]===!0;if(!jr&&$r===0)return 0;for(var vn=!1;;)switch(Lr){case"ascii":case"latin1":case"binary":return $r;case"utf8":case"utf-8":return Sr(Rr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $r*2;case"hex":return $r>>>1;case"base64":return Gr(Rr).length;default:if(vn)return jr?-1:Sr(Rr).length;Lr=(""+Lr).toLowerCase(),vn=!0}}j.byteLength=Fe;function qe(Rr,Lr,$r){var jr=!1;if((Lr===void 0||Lr<0)&&(Lr=0),Lr>this.length||(($r===void 0||$r>this.length)&&($r=this.length),$r<=0)||($r>>>=0,Lr>>>=0,$r<=Lr))return"";for(Rr||(Rr="utf8");;)switch(Rr){case"hex":return kt(this,Lr,$r);case"utf8":case"utf-8":return Ce(this,Lr,$r);case"ascii":return ar(this,Lr,$r);case"latin1":case"binary":return ur(this,Lr,$r);case"base64":return pe(this,Lr,$r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return he(this,Lr,$r);default:if(jr)throw new TypeError("Unknown encoding: "+Rr);Rr=(Rr+"").toLowerCase(),jr=!0}}j.prototype._isBuffer=!0;function er(Rr,Lr,$r){var jr=Rr[Lr];Rr[Lr]=Rr[$r],Rr[$r]=jr}j.prototype.swap16=function(){var Lr=this.length;if(Lr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var $r=0;$r<Lr;$r+=2)er(this,$r,$r+1);return this},j.prototype.swap32=function(){var Lr=this.length;if(Lr%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var $r=0;$r<Lr;$r+=4)er(this,$r,$r+3),er(this,$r+1,$r+2);return this},j.prototype.swap64=function(){var Lr=this.length;if(Lr%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var $r=0;$r<Lr;$r+=8)er(this,$r,$r+7),er(this,$r+1,$r+6),er(this,$r+2,$r+5),er(this,$r+3,$r+4);return this},j.prototype.toString=function(){var Lr=this.length;return Lr===0?"":arguments.length===0?Ce(this,0,Lr):qe.apply(this,arguments)},j.prototype.toLocaleString=j.prototype.toString,j.prototype.equals=function(Lr){if(!j.isBuffer(Lr))throw new TypeError("Argument must be a Buffer");return this===Lr?!0:j.compare(this,Lr)===0},j.prototype.inspect=function(){var Lr="",$r=e.INSPECT_MAX_BYTES;return Lr=this.toString("hex",0,$r).replace(/(.{2})/g,"$1 ").trim(),this.length>$r&&(Lr+=" ... "),"<Buffer "+Lr+">"},n&&(j.prototype[n]=j.prototype.inspect),j.prototype.compare=function(Lr,$r,jr,vn,Kr){if(Dr(Lr,Uint8Array)&&(Lr=j.from(Lr,Lr.offset,Lr.byteLength)),!j.isBuffer(Lr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Lr);if($r===void 0&&($r=0),jr===void 0&&(jr=Lr?Lr.length:0),vn===void 0&&(vn=0),Kr===void 0&&(Kr=this.length),$r<0||jr>Lr.length||vn<0||Kr>this.length)throw new RangeError("out of range index");if(vn>=Kr&&$r>=jr)return 0;if(vn>=Kr)return-1;if($r>=jr)return 1;if($r>>>=0,jr>>>=0,vn>>>=0,Kr>>>=0,this===Lr)return 0;for(var kr=Kr-vn,Qr=jr-$r,Zr=Math.min(kr,Qr),Vi=this.slice(vn,Kr),To=Lr.slice($r,jr),oa=0;oa<Zr;++oa)if(Vi[oa]!==To[oa]){kr=Vi[oa],Qr=To[oa];break}return kr<Qr?-1:Qr<kr?1:0};function ir(Rr,Lr,$r,jr,vn){if(Rr.length===0)return-1;if(typeof $r=="string"?(jr=$r,$r=0):$r>2147483647?$r=2147483647:$r<-2147483648&&($r=-2147483648),$r=+$r,Ir($r)&&($r=vn?0:Rr.length-1),$r<0&&($r=Rr.length+$r),$r>=Rr.length){if(vn)return-1;$r=Rr.length-1}else if($r<0)if(vn)$r=0;else return-1;if(typeof Lr=="string"&&(Lr=j.from(Lr,jr)),j.isBuffer(Lr))return Lr.length===0?-1:dr(Rr,Lr,$r,jr,vn);if(typeof Lr=="number")return Lr=Lr&255,typeof Uint8Array.prototype.indexOf=="function"?vn?Uint8Array.prototype.indexOf.call(Rr,Lr,$r):Uint8Array.prototype.lastIndexOf.call(Rr,Lr,$r):dr(Rr,[Lr],$r,jr,vn);throw new TypeError("val must be string, number or Buffer")}function dr(Rr,Lr,$r,jr,vn){var Kr=1,kr=Rr.length,Qr=Lr.length;if(jr!==void 0&&(jr=String(jr).toLowerCase(),jr==="ucs2"||jr==="ucs-2"||jr==="utf16le"||jr==="utf-16le")){if(Rr.length<2||Lr.length<2)return-1;Kr=2,kr/=2,Qr/=2,$r/=2}function Zr(rs,Mn){return Kr===1?rs[Mn]:rs.readUInt16BE(Mn*Kr)}var Vi;if(vn){var To=-1;for(Vi=$r;Vi<kr;Vi++)if(Zr(Rr,Vi)===Zr(Lr,To===-1?0:Vi-To)){if(To===-1&&(To=Vi),Vi-To+1===Qr)return To*Kr}else To!==-1&&(Vi-=Vi-To),To=-1}else for($r+Qr>kr&&($r=kr-Qr),Vi=$r;Vi>=0;Vi--){for(var oa=!0,Ba=0;Ba<Qr;Ba++)if(Zr(Rr,Vi+Ba)!==Zr(Lr,Ba)){oa=!1;break}if(oa)return Vi}return-1}j.prototype.includes=function(Lr,$r,jr){return this.indexOf(Lr,$r,jr)!==-1},j.prototype.indexOf=function(Lr,$r,jr){return ir(this,Lr,$r,jr,!0)},j.prototype.lastIndexOf=function(Lr,$r,jr){return ir(this,Lr,$r,jr,!1)};function cr(Rr,Lr,$r,jr){$r=Number($r)||0;var vn=Rr.length-$r;jr?(jr=Number(jr),jr>vn&&(jr=vn)):jr=vn;var Kr=Lr.length;jr>Kr/2&&(jr=Kr/2);for(var kr=0;kr<jr;++kr){var Qr=parseInt(Lr.substr(kr*2,2),16);if(Ir(Qr))return kr;Rr[$r+kr]=Qr}return kr}function nr(Rr,Lr,$r,jr){return Vr(Sr(Lr,Rr.length-$r),Rr,$r,jr)}function lr(Rr,Lr,$r,jr){return Vr(Ar(Lr),Rr,$r,jr)}function Et(Rr,Lr,$r,jr){return Vr(Gr(Lr),Rr,$r,jr)}function ie(Rr,Lr,$r,jr){return Vr(Fr(Lr,Rr.length-$r),Rr,$r,jr)}j.prototype.write=function(Lr,$r,jr,vn){if($r===void 0)vn="utf8",jr=this.length,$r=0;else if(jr===void 0&&typeof $r=="string")vn=$r,jr=this.length,$r=0;else if(isFinite($r))$r=$r>>>0,isFinite(jr)?(jr=jr>>>0,vn===void 0&&(vn="utf8")):(vn=jr,jr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Kr=this.length-$r;if((jr===void 0||jr>Kr)&&(jr=Kr),Lr.length>0&&(jr<0||$r<0)||$r>this.length)throw new RangeError("Attempt to write outside buffer bounds");vn||(vn="utf8");for(var kr=!1;;)switch(vn){case"hex":return cr(this,Lr,$r,jr);case"utf8":case"utf-8":return nr(this,Lr,$r,jr);case"ascii":case"latin1":case"binary":return lr(this,Lr,$r,jr);case"base64":return Et(this,Lr,$r,jr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,Lr,$r,jr);default:if(kr)throw new TypeError("Unknown encoding: "+vn);vn=(""+vn).toLowerCase(),kr=!0}},j.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function pe(Rr,Lr,$r){return Lr===0&&$r===Rr.length?t.fromByteArray(Rr):t.fromByteArray(Rr.slice(Lr,$r))}function Ce(Rr,Lr,$r){$r=Math.min(Rr.length,$r);for(var jr=[],vn=Lr;vn<$r;){var Kr=Rr[vn],kr=null,Qr=Kr>239?4:Kr>223?3:Kr>191?2:1;if(vn+Qr<=$r){var Zr,Vi,To,oa;switch(Qr){case 1:Kr<128&&(kr=Kr);break;case 2:Zr=Rr[vn+1],(Zr&192)===128&&(oa=(Kr&31)<<6|Zr&63,oa>127&&(kr=oa));break;case 3:Zr=Rr[vn+1],Vi=Rr[vn+2],(Zr&192)===128&&(Vi&192)===128&&(oa=(Kr&15)<<12|(Zr&63)<<6|Vi&63,oa>2047&&(oa<55296||oa>57343)&&(kr=oa));break;case 4:Zr=Rr[vn+1],Vi=Rr[vn+2],To=Rr[vn+3],(Zr&192)===128&&(Vi&192)===128&&(To&192)===128&&(oa=(Kr&15)<<18|(Zr&63)<<12|(Vi&63)<<6|To&63,oa>65535&&oa<1114112&&(kr=oa))}}kr===null?(kr=65533,Qr=1):kr>65535&&(kr-=65536,jr.push(kr>>>10&1023|55296),kr=56320|kr&1023),jr.push(kr),vn+=Qr}return jt(jr)}var Ie=4096;function jt(Rr){var Lr=Rr.length;if(Lr<=Ie)return String.fromCharCode.apply(String,Rr);for(var $r="",jr=0;jr<Lr;)$r+=String.fromCharCode.apply(String,Rr.slice(jr,jr+=Ie));return $r}function ar(Rr,Lr,$r){var jr="";$r=Math.min(Rr.length,$r);for(var vn=Lr;vn<$r;++vn)jr+=String.fromCharCode(Rr[vn]&127);return jr}function ur(Rr,Lr,$r){var jr="";$r=Math.min(Rr.length,$r);for(var vn=Lr;vn<$r;++vn)jr+=String.fromCharCode(Rr[vn]);return jr}function kt(Rr,Lr,$r){var jr=Rr.length;(!Lr||Lr<0)&&(Lr=0),(!$r||$r<0||$r>jr)&&($r=jr);for(var vn="",Kr=Lr;Kr<$r;++Kr)vn+=Br[Rr[Kr]];return vn}function he(Rr,Lr,$r){for(var jr=Rr.slice(Lr,$r),vn="",Kr=0;Kr<jr.length-1;Kr+=2)vn+=String.fromCharCode(jr[Kr]+jr[Kr+1]*256);return vn}j.prototype.slice=function(Lr,$r){var jr=this.length;Lr=~~Lr,$r=$r===void 0?jr:~~$r,Lr<0?(Lr+=jr,Lr<0&&(Lr=0)):Lr>jr&&(Lr=jr),$r<0?($r+=jr,$r<0&&($r=0)):$r>jr&&($r=jr),$r<Lr&&($r=Lr);var vn=this.subarray(Lr,$r);return Object.setPrototypeOf(vn,j.prototype),vn};function tr(Rr,Lr,$r){if(Rr%1!==0||Rr<0)throw new RangeError("offset is not uint");if(Rr+Lr>$r)throw new RangeError("Trying to access beyond buffer length")}j.prototype.readUintLE=j.prototype.readUIntLE=function(Lr,$r,jr){Lr=Lr>>>0,$r=$r>>>0,jr||tr(Lr,$r,this.length);for(var vn=this[Lr],Kr=1,kr=0;++kr<$r&&(Kr*=256);)vn+=this[Lr+kr]*Kr;return vn},j.prototype.readUintBE=j.prototype.readUIntBE=function(Lr,$r,jr){Lr=Lr>>>0,$r=$r>>>0,jr||tr(Lr,$r,this.length);for(var vn=this[Lr+--$r],Kr=1;$r>0&&(Kr*=256);)vn+=this[Lr+--$r]*Kr;return vn},j.prototype.readUint8=j.prototype.readUInt8=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,1,this.length),this[Lr]},j.prototype.readUint16LE=j.prototype.readUInt16LE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,2,this.length),this[Lr]|this[Lr+1]<<8},j.prototype.readUint16BE=j.prototype.readUInt16BE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,2,this.length),this[Lr]<<8|this[Lr+1]},j.prototype.readUint32LE=j.prototype.readUInt32LE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),(this[Lr]|this[Lr+1]<<8|this[Lr+2]<<16)+this[Lr+3]*16777216},j.prototype.readUint32BE=j.prototype.readUInt32BE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),this[Lr]*16777216+(this[Lr+1]<<16|this[Lr+2]<<8|this[Lr+3])},j.prototype.readIntLE=function(Lr,$r,jr){Lr=Lr>>>0,$r=$r>>>0,jr||tr(Lr,$r,this.length);for(var vn=this[Lr],Kr=1,kr=0;++kr<$r&&(Kr*=256);)vn+=this[Lr+kr]*Kr;return Kr*=128,vn>=Kr&&(vn-=Math.pow(2,8*$r)),vn},j.prototype.readIntBE=function(Lr,$r,jr){Lr=Lr>>>0,$r=$r>>>0,jr||tr(Lr,$r,this.length);for(var vn=$r,Kr=1,kr=this[Lr+--vn];vn>0&&(Kr*=256);)kr+=this[Lr+--vn]*Kr;return Kr*=128,kr>=Kr&&(kr-=Math.pow(2,8*$r)),kr},j.prototype.readInt8=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,1,this.length),this[Lr]&128?(255-this[Lr]+1)*-1:this[Lr]},j.prototype.readInt16LE=function(Lr,$r){Lr=Lr>>>0,$r||tr(Lr,2,this.length);var jr=this[Lr]|this[Lr+1]<<8;return jr&32768?jr|4294901760:jr},j.prototype.readInt16BE=function(Lr,$r){Lr=Lr>>>0,$r||tr(Lr,2,this.length);var jr=this[Lr+1]|this[Lr]<<8;return jr&32768?jr|4294901760:jr},j.prototype.readInt32LE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),this[Lr]|this[Lr+1]<<8|this[Lr+2]<<16|this[Lr+3]<<24},j.prototype.readInt32BE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),this[Lr]<<24|this[Lr+1]<<16|this[Lr+2]<<8|this[Lr+3]},j.prototype.readFloatLE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),y.read(this,Lr,!0,23,4)},j.prototype.readFloatBE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),y.read(this,Lr,!1,23,4)},j.prototype.readDoubleLE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,8,this.length),y.read(this,Lr,!0,52,8)},j.prototype.readDoubleBE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,8,this.length),y.read(this,Lr,!1,52,8)};function gr(Rr,Lr,$r,jr,vn,Kr){if(!j.isBuffer(Rr))throw new TypeError('"buffer" argument must be a Buffer instance');if(Lr>vn||Lr<Kr)throw new RangeError('"value" argument is out of bounds');if($r+jr>Rr.length)throw new RangeError("Index out of range")}j.prototype.writeUintLE=j.prototype.writeUIntLE=function(Lr,$r,jr,vn){if(Lr=+Lr,$r=$r>>>0,jr=jr>>>0,!vn){var Kr=Math.pow(2,8*jr)-1;gr(this,Lr,$r,jr,Kr,0)}var kr=1,Qr=0;for(this[$r]=Lr&255;++Qr<jr&&(kr*=256);)this[$r+Qr]=Lr/kr&255;return $r+jr},j.prototype.writeUintBE=j.prototype.writeUIntBE=function(Lr,$r,jr,vn){if(Lr=+Lr,$r=$r>>>0,jr=jr>>>0,!vn){var Kr=Math.pow(2,8*jr)-1;gr(this,Lr,$r,jr,Kr,0)}var kr=jr-1,Qr=1;for(this[$r+kr]=Lr&255;--kr>=0&&(Qr*=256);)this[$r+kr]=Lr/Qr&255;return $r+jr},j.prototype.writeUint8=j.prototype.writeUInt8=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,1,255,0),this[$r]=Lr&255,$r+1},j.prototype.writeUint16LE=j.prototype.writeUInt16LE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,2,65535,0),this[$r]=Lr&255,this[$r+1]=Lr>>>8,$r+2},j.prototype.writeUint16BE=j.prototype.writeUInt16BE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,2,65535,0),this[$r]=Lr>>>8,this[$r+1]=Lr&255,$r+2},j.prototype.writeUint32LE=j.prototype.writeUInt32LE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,4,4294967295,0),this[$r+3]=Lr>>>24,this[$r+2]=Lr>>>16,this[$r+1]=Lr>>>8,this[$r]=Lr&255,$r+4},j.prototype.writeUint32BE=j.prototype.writeUInt32BE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,4,4294967295,0),this[$r]=Lr>>>24,this[$r+1]=Lr>>>16,this[$r+2]=Lr>>>8,this[$r+3]=Lr&255,$r+4},j.prototype.writeIntLE=function(Lr,$r,jr,vn){if(Lr=+Lr,$r=$r>>>0,!vn){var Kr=Math.pow(2,8*jr-1);gr(this,Lr,$r,jr,Kr-1,-Kr)}var kr=0,Qr=1,Zr=0;for(this[$r]=Lr&255;++kr<jr&&(Qr*=256);)Lr<0&&Zr===0&&this[$r+kr-1]!==0&&(Zr=1),this[$r+kr]=(Lr/Qr>>0)-Zr&255;return $r+jr},j.prototype.writeIntBE=function(Lr,$r,jr,vn){if(Lr=+Lr,$r=$r>>>0,!vn){var Kr=Math.pow(2,8*jr-1);gr(this,Lr,$r,jr,Kr-1,-Kr)}var kr=jr-1,Qr=1,Zr=0;for(this[$r+kr]=Lr&255;--kr>=0&&(Qr*=256);)Lr<0&&Zr===0&&this[$r+kr+1]!==0&&(Zr=1),this[$r+kr]=(Lr/Qr>>0)-Zr&255;return $r+jr},j.prototype.writeInt8=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,1,127,-128),Lr<0&&(Lr=255+Lr+1),this[$r]=Lr&255,$r+1},j.prototype.writeInt16LE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,2,32767,-32768),this[$r]=Lr&255,this[$r+1]=Lr>>>8,$r+2},j.prototype.writeInt16BE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,2,32767,-32768),this[$r]=Lr>>>8,this[$r+1]=Lr&255,$r+2},j.prototype.writeInt32LE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,4,2147483647,-2147483648),this[$r]=Lr&255,this[$r+1]=Lr>>>8,this[$r+2]=Lr>>>16,this[$r+3]=Lr>>>24,$r+4},j.prototype.writeInt32BE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,4,2147483647,-2147483648),Lr<0&&(Lr=4294967295+Lr+1),this[$r]=Lr>>>24,this[$r+1]=Lr>>>16,this[$r+2]=Lr>>>8,this[$r+3]=Lr&255,$r+4};function _r(Rr,Lr,$r,jr,vn,Kr){if($r+jr>Rr.length)throw new RangeError("Index out of range");if($r<0)throw new RangeError("Index out of range")}function yr(Rr,Lr,$r,jr,vn){return Lr=+Lr,$r=$r>>>0,vn||_r(Rr,Lr,$r,4),y.write(Rr,Lr,$r,jr,23,4),$r+4}j.prototype.writeFloatLE=function(Lr,$r,jr){return yr(this,Lr,$r,!0,jr)},j.prototype.writeFloatBE=function(Lr,$r,jr){return yr(this,Lr,$r,!1,jr)};function xr(Rr,Lr,$r,jr,vn){return Lr=+Lr,$r=$r>>>0,vn||_r(Rr,Lr,$r,8),y.write(Rr,Lr,$r,jr,52,8),$r+8}j.prototype.writeDoubleLE=function(Lr,$r,jr){return xr(this,Lr,$r,!0,jr)},j.prototype.writeDoubleBE=function(Lr,$r,jr){return xr(this,Lr,$r,!1,jr)},j.prototype.copy=function(Lr,$r,jr,vn){if(!j.isBuffer(Lr))throw new TypeError("argument should be a Buffer");if(jr||(jr=0),!vn&&vn!==0&&(vn=this.length),$r>=Lr.length&&($r=Lr.length),$r||($r=0),vn>0&&vn<jr&&(vn=jr),vn===jr||Lr.length===0||this.length===0)return 0;if($r<0)throw new RangeError("targetStart out of bounds");if(jr<0||jr>=this.length)throw new RangeError("Index out of range");if(vn<0)throw new RangeError("sourceEnd out of bounds");vn>this.length&&(vn=this.length),Lr.length-$r<vn-jr&&(vn=Lr.length-$r+jr);var Kr=vn-jr;return this===Lr&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin($r,jr,vn):Uint8Array.prototype.set.call(Lr,this.subarray(jr,vn),$r),Kr},j.prototype.fill=function(Lr,$r,jr,vn){if(typeof Lr=="string"){if(typeof $r=="string"?(vn=$r,$r=0,jr=this.length):typeof jr=="string"&&(vn=jr,jr=this.length),vn!==void 0&&typeof vn!="string")throw new TypeError("encoding must be a string");if(typeof vn=="string"&&!j.isEncoding(vn))throw new TypeError("Unknown encoding: "+vn);if(Lr.length===1){var Kr=Lr.charCodeAt(0);(vn==="utf8"&&Kr<128||vn==="latin1")&&(Lr=Kr)}}else typeof Lr=="number"?Lr=Lr&255:typeof Lr=="boolean"&&(Lr=Number(Lr));if($r<0||this.length<$r||this.length<jr)throw new RangeError("Out of range index");if(jr<=$r)return this;$r=$r>>>0,jr=jr===void 0?this.length:jr>>>0,Lr||(Lr=0);var kr;if(typeof Lr=="number")for(kr=$r;kr<jr;++kr)this[kr]=Lr;else{var Qr=j.isBuffer(Lr)?Lr:j.from(Lr,vn),Zr=Qr.length;if(Zr===0)throw new TypeError('The value "'+Lr+'" is invalid for argument "value"');for(kr=0;kr<jr-$r;++kr)this[kr+$r]=Qr[kr%Zr]}return this};var Nr=/[^+/0-9A-Za-z-_]/g;function Tr(Rr){if(Rr=Rr.split("=")[0],Rr=Rr.trim().replace(Nr,""),Rr.length<2)return"";for(;Rr.length%4!==0;)Rr=Rr+"=";return Rr}function Sr(Rr,Lr){Lr=Lr||1/0;for(var $r,jr=Rr.length,vn=null,Kr=[],kr=0;kr<jr;++kr){if($r=Rr.charCodeAt(kr),$r>55295&&$r<57344){if(!vn){if($r>56319){(Lr-=3)>-1&&Kr.push(239,191,189);continue}else if(kr+1===jr){(Lr-=3)>-1&&Kr.push(239,191,189);continue}vn=$r;continue}if($r<56320){(Lr-=3)>-1&&Kr.push(239,191,189),vn=$r;continue}$r=(vn-55296<<10|$r-56320)+65536}else vn&&(Lr-=3)>-1&&Kr.push(239,191,189);if(vn=null,$r<128){if((Lr-=1)<0)break;Kr.push($r)}else if($r<2048){if((Lr-=2)<0)break;Kr.push($r>>6|192,$r&63|128)}else if($r<65536){if((Lr-=3)<0)break;Kr.push($r>>12|224,$r>>6&63|128,$r&63|128)}else if($r<1114112){if((Lr-=4)<0)break;Kr.push($r>>18|240,$r>>12&63|128,$r>>6&63|128,$r&63|128)}else throw new Error("Invalid code point")}return Kr}function Ar(Rr){for(var Lr=[],$r=0;$r<Rr.length;++$r)Lr.push(Rr.charCodeAt($r)&255);return Lr}function Fr(Rr,Lr){for(var $r,jr,vn,Kr=[],kr=0;kr<Rr.length&&!((Lr-=2)<0);++kr)$r=Rr.charCodeAt(kr),jr=$r>>8,vn=$r%256,Kr.push(vn),Kr.push(jr);return Kr}function Gr(Rr){return t.toByteArray(Tr(Rr))}function Vr(Rr,Lr,$r,jr){for(var vn=0;vn<jr&&!(vn+$r>=Lr.length||vn>=Rr.length);++vn)Lr[vn+$r]=Rr[vn];return vn}function Dr(Rr,Lr){return Rr instanceof Lr||Rr!=null&&Rr.constructor!=null&&Rr.constructor.name!=null&&Rr.constructor.name===Lr.name}function Ir(Rr){return Rr!==Rr}var Br=function(){for(var Rr="0123456789abcdef",Lr=new Array(256),$r=0;$r<16;++$r)for(var jr=$r*16,vn=0;vn<16;++vn)Lr[jr+vn]=Rr[$r]+Rr[vn];return Lr}()})(buffer$1);var util$8={},types={},shams$1=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},y=Symbol("test"),n=Object(y);if(typeof y=="string"||Object.prototype.toString.call(y)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var $=42;t[y]=$;for(y in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var k=Object.getOwnPropertySymbols(t);if(k.length!==1||k[0]!==y||!Object.prototype.propertyIsEnumerable.call(t,y))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var L=Object.getOwnPropertyDescriptor(t,y);if(L.value!==$||L.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(t,y){for(var n=[],$=0;$<t.length;$+=1)n[$]=t[$];for(var k=0;k<y.length;k+=1)n[k+t.length]=y[k];return n},slicy=function(t,y){for(var n=[],$=y,k=0;$<t.length;$+=1,k+=1)n[k]=t[$];return n},joiny=function(e,t){for(var y="",n=0;n<e.length;n+=1)y+=e[n],n+1<e.length&&(y+=t);return y},implementation$1=function(t){var y=this;if(typeof y!="function"||toStr$3.apply(y)!==funcType)throw new TypeError(ERROR_MESSAGE+y);for(var n=slicy(arguments,1),$,k=function(){if(this instanceof $){var re=y.apply(this,concatty(n,arguments));return Object(re)===re?re:this}return y.apply(t,concatty(n,arguments))},L=max(0,y.length-n.length),j=[],V=0;V<L;V++)j[V]="$"+V;if($=Function("binder","return function ("+joiny(j,",")+"){ return binder.apply(this,arguments); }")(k),y.prototype){var z=function(){};z.prototype=y.prototype,$.prototype=new z,z.prototype=null}return $},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(e){try{return $Function('"use strict"; return ('+e+").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(e){return e.__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(e){var errorProto=getProto$1(getProto$1(e));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function e(t){var y;if(t==="%AsyncFunction%")y=getEvalledConstructor("async function () {}");else if(t==="%GeneratorFunction%")y=getEvalledConstructor("function* () {}");else if(t==="%AsyncGeneratorFunction%")y=getEvalledConstructor("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(y=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var $=e("%AsyncGenerator%");$&&getProto$1&&(y=getProto$1($.prototype))}return INTRINSICS[t]=y,y},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(t){var y=$strSlice(t,0,1),n=$strSlice(t,-1);if(y==="%"&&n!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&y!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected opening `%`");var $=[];return $replace(t,rePropName,function(k,L,j,V){$[$.length]=j?$replace(V,reEscapeChar,"$1"):L||k}),$},getBaseIntrinsic=function(t,y){var n=t,$;if(hasOwn(LEGACY_ALIASES,n)&&($=LEGACY_ALIASES[n],n="%"+$[0]+"%"),hasOwn(INTRINSICS,n)){var k=INTRINSICS[n];if(k===needsEval&&(k=doEval(n)),typeof k>"u"&&!y)throw new $TypeError$2("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:$,name:n,value:k}}throw new $SyntaxError$1("intrinsic "+t+" does not exist!")},getIntrinsic=function(t,y){if(typeof t!="string"||t.length===0)throw new $TypeError$2("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof y!="boolean")throw new $TypeError$2('"allowMissing" argument must be a boolean');if($exec(/^%?[^%]*%?$/,t)===null)throw new $SyntaxError$1("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=stringToPath(t),$=n.length>0?n[0]:"",k=getBaseIntrinsic("%"+$+"%",y),L=k.name,j=k.value,V=!1,z=k.alias;z&&($=z[0],$spliceApply(n,$concat([0,1],z)));for(var re=1,oe=!0;re<n.length;re+=1){var ue=n[re],de=$strSlice(ue,0,1),_e=$strSlice(ue,-1);if((de==='"'||de==="'"||de==="`"||_e==='"'||_e==="'"||_e==="`")&&de!==_e)throw new $SyntaxError$1("property names with quotes must have matching quotes");if((ue==="constructor"||!oe)&&(V=!0),$+="."+ue,L="%"+$+"%",hasOwn(INTRINSICS,L))j=INTRINSICS[L];else if(j!=null){if(!(ue in j)){if(!y)throw new $TypeError$2("base intrinsic for "+t+" exists, but the property is not available.");return}if($gOPD$1&&re+1>=n.length){var Ne=$gOPD$1(j,ue);oe=!!Ne,oe&&"get"in Ne&&!("originalValue"in Ne.get)?j=Ne.get:j=j[ue]}else oe=hasOwn(j,ue),j=j[ue];oe&&!V&&(INTRINSICS[L]=j)}}return j},callBind$2={exports:{}},esDefineProperty,hasRequiredEsDefineProperty;function requireEsDefineProperty(){if(hasRequiredEsDefineProperty)return esDefineProperty;hasRequiredEsDefineProperty=1;var e=getIntrinsic,t=e("%Object.defineProperty%",!0)||!1;if(t)try{t({},"a",{value:1})}catch{t=!1}return esDefineProperty=t,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(t,y,n){if(!t||typeof t!="object"&&typeof t!="function")throw new $TypeError$1("`obj` must be an object or a function`");if(typeof y!="string"&&typeof y!="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 $=arguments.length>3?arguments[3]:null,k=arguments.length>4?arguments[4]:null,L=arguments.length>5?arguments[5]:null,j=arguments.length>6?arguments[6]:!1,V=!!gopd&&gopd(t,y);if($defineProperty$1)$defineProperty$1(t,y,{configurable:L===null&&V?V.configurable:!L,enumerable:$===null&&V?V.enumerable:!$,value:n,writable:k===null&&V?V.writable:!k});else if(j||!$&&!k&&!L)t[y]=n;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(t,y){if(typeof t!="function")throw new $TypeError("`fn` is not a function");if(typeof y!="number"||y<0||y>4294967295||$floor(y)!==y)throw new $TypeError("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],$=!0,k=!0;if("length"in t&&gOPD$1){var L=gOPD$1(t,"length");L&&!L.configurable&&($=!1),L&&!L.writable&&(k=!1)}return($||k||!n)&&(hasDescriptors?define(t,"length",y,!0,!0):define(t,"length",y)),t};(function(e){var t=functionBind,y=getIntrinsic,n=setFunctionLength,$=type,k=y("%Function.prototype.apply%"),L=y("%Function.prototype.call%"),j=y("%Reflect.apply%",!0)||t.call(L,k),V=requireEsDefineProperty(),z=y("%Math.max%");e.exports=function(ue){if(typeof ue!="function")throw new $("a function is required");var de=j(t,L,arguments);return n(de,1+z(0,ue.length-(arguments.length-1)),!0)};var re=function(){return j(t,k,arguments)};V?V(e.exports,"apply",{value:re}):e.exports.apply=re})(callBind$2);var callBindExports=callBind$2.exports,GetIntrinsic=getIntrinsic,callBind$1=callBindExports,$indexOf$1=callBind$1(GetIntrinsic("String.prototype.indexOf")),callBound$2=function(t,y){var n=GetIntrinsic(t,!!y);return typeof n=="function"&&$indexOf$1(t,".prototype.")>-1?callBind$1(n):n},hasToStringTag$3=shams(),callBound$1=callBound$2,$toString$1=callBound$1("Object.prototype.toString"),isStandardArguments=function(t){return hasToStringTag$3&&t&&typeof t=="object"&&Symbol.toStringTag in t?!1:$toString$1(t)==="[object Arguments]"},isLegacyArguments=function(t){return isStandardArguments(t)?!0:t!==null&&typeof t=="object"&&typeof t.length=="number"&&t.length>=0&&$toString$1(t)!=="[object Array]"&&$toString$1(t.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(t){if(typeof t!="function")return!1;if(isFnRegex.test(fnToStr$1.call(t)))return!0;if(!hasToStringTag$2){var y=toStr$2.call(t);return y==="[object GeneratorFunction]"}if(!getProto)return!1;if(typeof GeneratorFunction>"u"){var n=getGeneratorFunc();GeneratorFunction=n?getProto(n):!1}return getProto(t)===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(e){e!==isCallableMarker&&(reflectApply=null)}else reflectApply=null;var constructorRegex=/^\s*class\b/,isES6ClassFn=function(t){try{var y=fnToStr.call(t);return constructorRegex.test(y)}catch{return!1}},tryFunctionObject=function(t){try{return isES6ClassFn(t)?!1:(fnToStr.call(t),!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(t){if((isIE68||!t)&&(typeof t>"u"||typeof t=="object"))try{var y=toStr$1.call(t);return(y===ddaClass||y===ddaClass2||y===ddaClass3||y===objectClass)&&t("")==null}catch{}return!1})}var isCallable$1=reflectApply?function(t){if(isDDA(t))return!0;if(!t||typeof t!="function"&&typeof t!="object")return!1;try{reflectApply(t,null,badArrayLike)}catch(y){if(y!==isCallableMarker)return!1}return!isES6ClassFn(t)&&tryFunctionObject(t)}:function(t){if(isDDA(t))return!0;if(!t||typeof t!="function"&&typeof t!="object")return!1;if(hasToStringTag$1)return tryFunctionObject(t);if(isES6ClassFn(t))return!1;var y=toStr$1.call(t);return y!==fnClass&&y!==genClass&&!/^\[object HTML/.test(y)?!1:tryFunctionObject(t)},isCallable=isCallable$1,toStr=Object.prototype.toString,hasOwnProperty$1=Object.prototype.hasOwnProperty,forEachArray=function(t,y,n){for(var $=0,k=t.length;$<k;$++)hasOwnProperty$1.call(t,$)&&(n==null?y(t[$],$,t):y.call(n,t[$],$,t))},forEachString=function(t,y,n){for(var $=0,k=t.length;$<k;$++)n==null?y(t.charAt($),$,t):y.call(n,t.charAt($),$,t)},forEachObject=function(t,y,n){for(var $ in t)hasOwnProperty$1.call(t,$)&&(n==null?y(t[$],$,t):y.call(n,t[$],$,t))},forEach$2=function(t,y,n){if(!isCallable(y))throw new TypeError("iterator must be a function");var $;arguments.length>=3&&($=n),toStr.call(t)==="[object Array]"?forEachArray(t,y,$):typeof t=="string"?forEachString(t,y,$):forEachObject(t,y,$)},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 t=[],y=0;y<possibleNames.length;y++)typeof g$1[possibleNames[y]]=="function"&&(t[t.length]=possibleNames[y]);return t},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(t,y){for(var n=0;n<t.length;n+=1)if(t[n]===y)return n;return-1},cache={__proto__:null};hasToStringTag&&gOPD&&getPrototypeOf$1?forEach$1(typedArrays,function(e){var t=new g[e];if(Symbol.toStringTag in t){var y=getPrototypeOf$1(t),n=gOPD(y,Symbol.toStringTag);if(!n){var $=getPrototypeOf$1(y);n=gOPD($,Symbol.toStringTag)}cache["$"+e]=callBind(n.get)}}):forEach$1(typedArrays,function(e){var t=new g[e],y=t.slice||t.set;y&&(cache["$"+e]=callBind(y))});var tryTypedArrays=function(t){var y=!1;return forEach$1(cache,function(n,$){if(!y)try{"$"+n(t)===$&&(y=$slice($,1))}catch{}}),y},trySlices=function(t){var y=!1;return forEach$1(cache,function(n,$){if(!y)try{n(t),y=$slice($,1)}catch{}}),y},whichTypedArray$1=function(t){if(!t||typeof t!="object")return!1;if(!hasToStringTag){var y=$slice($toString(t),8,-1);return $indexOf(typedArrays,y)>-1?y:y!=="Object"?!1:trySlices(t)}return gOPD?tryTypedArrays(t):null},whichTypedArray=whichTypedArray$1,isTypedArray$1=function(t){return!!whichTypedArray(t)};(function(e){var t=isArguments,y=isGeneratorFunction,n=whichTypedArray$1,$=isTypedArray$1;function k(jr){return jr.call.bind(jr)}var L=typeof BigInt<"u",j=typeof Symbol<"u",V=k(Object.prototype.toString),z=k(Number.prototype.valueOf),re=k(String.prototype.valueOf),oe=k(Boolean.prototype.valueOf);if(L)var ue=k(BigInt.prototype.valueOf);if(j)var de=k(Symbol.prototype.valueOf);function _e(jr,vn){if(typeof jr!="object")return!1;try{return vn(jr),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=y,e.isTypedArray=$;function Ne(jr){return typeof Promise<"u"&&jr instanceof Promise||jr!==null&&typeof jr=="object"&&typeof jr.then=="function"&&typeof jr.catch=="function"}e.isPromise=Ne;function Ue(jr){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(jr):$(jr)||_r(jr)}e.isArrayBufferView=Ue;function $e(jr){return n(jr)==="Uint8Array"}e.isUint8Array=$e;function Ve(jr){return n(jr)==="Uint8ClampedArray"}e.isUint8ClampedArray=Ve;function Fe(jr){return n(jr)==="Uint16Array"}e.isUint16Array=Fe;function qe(jr){return n(jr)==="Uint32Array"}e.isUint32Array=qe;function er(jr){return n(jr)==="Int8Array"}e.isInt8Array=er;function ir(jr){return n(jr)==="Int16Array"}e.isInt16Array=ir;function dr(jr){return n(jr)==="Int32Array"}e.isInt32Array=dr;function cr(jr){return n(jr)==="Float32Array"}e.isFloat32Array=cr;function nr(jr){return n(jr)==="Float64Array"}e.isFloat64Array=nr;function lr(jr){return n(jr)==="BigInt64Array"}e.isBigInt64Array=lr;function Et(jr){return n(jr)==="BigUint64Array"}e.isBigUint64Array=Et;function ie(jr){return V(jr)==="[object Map]"}ie.working=typeof Map<"u"&&ie(new Map);function pe(jr){return typeof Map>"u"?!1:ie.working?ie(jr):jr instanceof Map}e.isMap=pe;function Ce(jr){return V(jr)==="[object Set]"}Ce.working=typeof Set<"u"&&Ce(new Set);function Ie(jr){return typeof Set>"u"?!1:Ce.working?Ce(jr):jr instanceof Set}e.isSet=Ie;function jt(jr){return V(jr)==="[object WeakMap]"}jt.working=typeof WeakMap<"u"&&jt(new WeakMap);function ar(jr){return typeof WeakMap>"u"?!1:jt.working?jt(jr):jr instanceof WeakMap}e.isWeakMap=ar;function ur(jr){return V(jr)==="[object WeakSet]"}ur.working=typeof WeakSet<"u"&&ur(new WeakSet);function kt(jr){return ur(jr)}e.isWeakSet=kt;function he(jr){return V(jr)==="[object ArrayBuffer]"}he.working=typeof ArrayBuffer<"u"&&he(new ArrayBuffer);function tr(jr){return typeof ArrayBuffer>"u"?!1:he.working?he(jr):jr instanceof ArrayBuffer}e.isArrayBuffer=tr;function gr(jr){return V(jr)==="[object DataView]"}gr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&gr(new DataView(new ArrayBuffer(1),0,1));function _r(jr){return typeof DataView>"u"?!1:gr.working?gr(jr):jr instanceof DataView}e.isDataView=_r;var yr=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function xr(jr){return V(jr)==="[object SharedArrayBuffer]"}function Nr(jr){return typeof yr>"u"?!1:(typeof xr.working>"u"&&(xr.working=xr(new yr)),xr.working?xr(jr):jr instanceof yr)}e.isSharedArrayBuffer=Nr;function Tr(jr){return V(jr)==="[object AsyncFunction]"}e.isAsyncFunction=Tr;function Sr(jr){return V(jr)==="[object Map Iterator]"}e.isMapIterator=Sr;function Ar(jr){return V(jr)==="[object Set Iterator]"}e.isSetIterator=Ar;function Fr(jr){return V(jr)==="[object Generator]"}e.isGeneratorObject=Fr;function Gr(jr){return V(jr)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=Gr;function Vr(jr){return _e(jr,z)}e.isNumberObject=Vr;function Dr(jr){return _e(jr,re)}e.isStringObject=Dr;function Ir(jr){return _e(jr,oe)}e.isBooleanObject=Ir;function Br(jr){return L&&_e(jr,ue)}e.isBigIntObject=Br;function Rr(jr){return j&&_e(jr,de)}e.isSymbolObject=Rr;function Lr(jr){return Vr(jr)||Dr(jr)||Ir(jr)||Br(jr)||Rr(jr)}e.isBoxedPrimitive=Lr;function $r(jr){return typeof Uint8Array<"u"&&(tr(jr)||Nr(jr))}e.isAnyArrayBuffer=$r,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(jr){Object.defineProperty(e,jr,{enumerable:!1,value:function(){throw new Error(jr+" is not supported in userland")}})})})(types);var isBufferBrowser=function(t){return t&&typeof t=="object"&&typeof t.copy=="function"&&typeof t.fill=="function"&&typeof t.readUInt8=="function"};(function(e){var t={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}},y={},n=Object.getOwnPropertyDescriptors||function(xr){for(var Nr=Object.keys(xr),Tr={},Sr=0;Sr<Nr.length;Sr++)Tr[Nr[Sr]]=Object.getOwnPropertyDescriptor(xr,Nr[Sr]);return Tr},$=/%[sdj%]/g;e.format=function(yr){if(!dr(yr)){for(var xr=[],Nr=0;Nr<arguments.length;Nr++)xr.push(V(arguments[Nr]));return xr.join(" ")}for(var Nr=1,Tr=arguments,Sr=Tr.length,Ar=String(yr).replace($,function(Gr){if(Gr==="%%")return"%";if(Nr>=Sr)return Gr;switch(Gr){case"%s":return String(Tr[Nr++]);case"%d":return Number(Tr[Nr++]);case"%j":try{return JSON.stringify(Tr[Nr++])}catch{return"[Circular]"}default:return Gr}}),Fr=Tr[Nr];Nr<Sr;Fr=Tr[++Nr])qe(Fr)||!Et(Fr)?Ar+=" "+Fr:Ar+=" "+V(Fr);return Ar},e.deprecate=function(yr,xr){if(typeof t<"u"&&t.noDeprecation===!0)return yr;if(typeof t>"u")return function(){return e.deprecate(yr,xr).apply(this,arguments)};var Nr=!1;function Tr(){if(!Nr){if(t.throwDeprecation)throw new Error(xr);t.traceDeprecation?console.trace(xr):console.error(xr),Nr=!0}return yr.apply(this,arguments)}return Tr};var k={},L=/^$/;if(y.NODE_DEBUG){var j=y.NODE_DEBUG;j=j.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),L=new RegExp("^"+j+"$","i")}e.debuglog=function(yr){if(yr=yr.toUpperCase(),!k[yr])if(L.test(yr)){var xr=t.pid;k[yr]=function(){var Nr=e.format.apply(e,arguments);console.error("%s %d: %s",yr,xr,Nr)}}else k[yr]=function(){};return k[yr]};function V(yr,xr){var Nr={seen:[],stylize:re};return arguments.length>=3&&(Nr.depth=arguments[2]),arguments.length>=4&&(Nr.colors=arguments[3]),Fe(xr)?Nr.showHidden=xr:xr&&e._extend(Nr,xr),nr(Nr.showHidden)&&(Nr.showHidden=!1),nr(Nr.depth)&&(Nr.depth=2),nr(Nr.colors)&&(Nr.colors=!1),nr(Nr.customInspect)&&(Nr.customInspect=!0),Nr.colors&&(Nr.stylize=z),ue(Nr,yr,Nr.depth)}e.inspect=V,V.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]},V.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function z(yr,xr){var Nr=V.styles[xr];return Nr?"\x1B["+V.colors[Nr][0]+"m"+yr+"\x1B["+V.colors[Nr][1]+"m":yr}function re(yr,xr){return yr}function oe(yr){var xr={};return yr.forEach(function(Nr,Tr){xr[Nr]=!0}),xr}function ue(yr,xr,Nr){if(yr.customInspect&&xr&&Ce(xr.inspect)&&xr.inspect!==e.inspect&&!(xr.constructor&&xr.constructor.prototype===xr)){var Tr=xr.inspect(Nr,yr);return dr(Tr)||(Tr=ue(yr,Tr,Nr)),Tr}var Sr=de(yr,xr);if(Sr)return Sr;var Ar=Object.keys(xr),Fr=oe(Ar);if(yr.showHidden&&(Ar=Object.getOwnPropertyNames(xr)),pe(xr)&&(Ar.indexOf("message")>=0||Ar.indexOf("description")>=0))return _e(xr);if(Ar.length===0){if(Ce(xr)){var Gr=xr.name?": "+xr.name:"";return yr.stylize("[Function"+Gr+"]","special")}if(lr(xr))return yr.stylize(RegExp.prototype.toString.call(xr),"regexp");if(ie(xr))return yr.stylize(Date.prototype.toString.call(xr),"date");if(pe(xr))return _e(xr)}var Vr="",Dr=!1,Ir=["{","}"];if(Ve(xr)&&(Dr=!0,Ir=["[","]"]),Ce(xr)){var Br=xr.name?": "+xr.name:"";Vr=" [Function"+Br+"]"}if(lr(xr)&&(Vr=" "+RegExp.prototype.toString.call(xr)),ie(xr)&&(Vr=" "+Date.prototype.toUTCString.call(xr)),pe(xr)&&(Vr=" "+_e(xr)),Ar.length===0&&(!Dr||xr.length==0))return Ir[0]+Vr+Ir[1];if(Nr<0)return lr(xr)?yr.stylize(RegExp.prototype.toString.call(xr),"regexp"):yr.stylize("[Object]","special");yr.seen.push(xr);var Rr;return Dr?Rr=Ne(yr,xr,Nr,Fr,Ar):Rr=Ar.map(function(Lr){return Ue(yr,xr,Nr,Fr,Lr,Dr)}),yr.seen.pop(),$e(Rr,Vr,Ir)}function de(yr,xr){if(nr(xr))return yr.stylize("undefined","undefined");if(dr(xr)){var Nr="'"+JSON.stringify(xr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return yr.stylize(Nr,"string")}if(ir(xr))return yr.stylize(""+xr,"number");if(Fe(xr))return yr.stylize(""+xr,"boolean");if(qe(xr))return yr.stylize("null","null")}function _e(yr){return"["+Error.prototype.toString.call(yr)+"]"}function Ne(yr,xr,Nr,Tr,Sr){for(var Ar=[],Fr=0,Gr=xr.length;Fr<Gr;++Fr)he(xr,String(Fr))?Ar.push(Ue(yr,xr,Nr,Tr,String(Fr),!0)):Ar.push("");return Sr.forEach(function(Vr){Vr.match(/^\d+$/)||Ar.push(Ue(yr,xr,Nr,Tr,Vr,!0))}),Ar}function Ue(yr,xr,Nr,Tr,Sr,Ar){var Fr,Gr,Vr;if(Vr=Object.getOwnPropertyDescriptor(xr,Sr)||{value:xr[Sr]},Vr.get?Vr.set?Gr=yr.stylize("[Getter/Setter]","special"):Gr=yr.stylize("[Getter]","special"):Vr.set&&(Gr=yr.stylize("[Setter]","special")),he(Tr,Sr)||(Fr="["+Sr+"]"),Gr||(yr.seen.indexOf(Vr.value)<0?(qe(Nr)?Gr=ue(yr,Vr.value,null):Gr=ue(yr,Vr.value,Nr-1),Gr.indexOf(`
`)>-1&&(Ar?Gr=Gr.split(`
`).map(function(Dr){return" "+Dr}).join(`
`).slice(2):Gr=`
`+Gr.split(`
`).map(function(Dr){return" "+Dr}).join(`
`))):Gr=yr.stylize("[Circular]","special")),nr(Fr)){if(Ar&&Sr.match(/^\d+$/))return Gr;Fr=JSON.stringify(""+Sr),Fr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Fr=Fr.slice(1,-1),Fr=yr.stylize(Fr,"name")):(Fr=Fr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Fr=yr.stylize(Fr,"string"))}return Fr+": "+Gr}function $e(yr,xr,Nr){var Tr=yr.reduce(function(Sr,Ar){return Ar.indexOf(`
`)>=0,Sr+Ar.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Tr>60?Nr[0]+(xr===""?"":xr+`
`)+" "+yr.join(`,
`)+" "+Nr[1]:Nr[0]+xr+" "+yr.join(", ")+" "+Nr[1]}e.types=types;function Ve(yr){return Array.isArray(yr)}e.isArray=Ve;function Fe(yr){return typeof yr=="boolean"}e.isBoolean=Fe;function qe(yr){return yr===null}e.isNull=qe;function er(yr){return yr==null}e.isNullOrUndefined=er;function ir(yr){return typeof yr=="number"}e.isNumber=ir;function dr(yr){return typeof yr=="string"}e.isString=dr;function cr(yr){return typeof yr=="symbol"}e.isSymbol=cr;function nr(yr){return yr===void 0}e.isUndefined=nr;function lr(yr){return Et(yr)&&jt(yr)==="[object RegExp]"}e.isRegExp=lr,e.types.isRegExp=lr;function Et(yr){return typeof yr=="object"&&yr!==null}e.isObject=Et;function ie(yr){return Et(yr)&&jt(yr)==="[object Date]"}e.isDate=ie,e.types.isDate=ie;function pe(yr){return Et(yr)&&(jt(yr)==="[object Error]"||yr instanceof Error)}e.isError=pe,e.types.isNativeError=pe;function Ce(yr){return typeof yr=="function"}e.isFunction=Ce;function Ie(yr){return yr===null||typeof yr=="boolean"||typeof yr=="number"||typeof yr=="string"||typeof yr=="symbol"||typeof yr>"u"}e.isPrimitive=Ie,e.isBuffer=isBufferBrowser;function jt(yr){return Object.prototype.toString.call(yr)}function ar(yr){return yr<10?"0"+yr.toString(10):yr.toString(10)}var ur=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function kt(){var yr=new Date,xr=[ar(yr.getHours()),ar(yr.getMinutes()),ar(yr.getSeconds())].join(":");return[yr.getDate(),ur[yr.getMonth()],xr].join(" ")}e.log=function(){console.log("%s - %s",kt(),e.format.apply(e,arguments))},e.inherits=inherits_browserExports,e._extend=function(yr,xr){if(!xr||!Et(xr))return yr;for(var Nr=Object.keys(xr),Tr=Nr.length;Tr--;)yr[Nr[Tr]]=xr[Nr[Tr]];return yr};function he(yr,xr){return Object.prototype.hasOwnProperty.call(yr,xr)}var tr=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;e.promisify=function(xr){if(typeof xr!="function")throw new TypeError('The "original" argument must be of type Function');if(tr&&xr[tr]){var Nr=xr[tr];if(typeof Nr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Nr,tr,{value:Nr,enumerable:!1,writable:!1,configurable:!0}),Nr}function Nr(){for(var Tr,Sr,Ar=new Promise(function(Vr,Dr){Tr=Vr,Sr=Dr}),Fr=[],Gr=0;Gr<arguments.length;Gr++)Fr.push(arguments[Gr]);Fr.push(function(Vr,Dr){Vr?Sr(Vr):Tr(Dr)});try{xr.apply(this,Fr)}catch(Vr){Sr(Vr)}return Ar}return Object.setPrototypeOf(Nr,Object.getPrototypeOf(xr)),tr&&Object.defineProperty(Nr,tr,{value:Nr,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(Nr,n(xr))},e.promisify.custom=tr;function gr(yr,xr){if(!yr){var Nr=new Error("Promise was rejected with a falsy value");Nr.reason=yr,yr=Nr}return xr(yr)}function _r(yr){if(typeof yr!="function")throw new TypeError('The "original" argument must be of type Function');function xr(){for(var Nr=[],Tr=0;Tr<arguments.length;Tr++)Nr.push(arguments[Tr]);var Sr=Nr.pop();if(typeof Sr!="function")throw new TypeError("The last argument must be of type Function");var Ar=this,Fr=function(){return Sr.apply(Ar,arguments)};yr.apply(this,Nr).then(function(Gr){t.nextTick(Fr.bind(null,null,Gr))},function(Gr){t.nextTick(gr.bind(null,Gr,Fr))})}return Object.setPrototypeOf(xr,Object.getPrototypeOf(yr)),Object.defineProperties(xr,n(yr)),xr}e.callbackify=_r})(util$8);var buffer_list,hasRequiredBuffer_list;function requireBuffer_list(){if(hasRequiredBuffer_list)return buffer_list;hasRequiredBuffer_list=1;function e(_e,Ne){var Ue=Object.keys(_e);if(Object.getOwnPropertySymbols){var $e=Object.getOwnPropertySymbols(_e);Ne&&($e=$e.filter(function(Ve){return Object.getOwnPropertyDescriptor(_e,Ve).enumerable})),Ue.push.apply(Ue,$e)}return Ue}function t(_e){for(var Ne=1;Ne<arguments.length;Ne++){var Ue=arguments[Ne]!=null?arguments[Ne]:{};Ne%2?e(Object(Ue),!0).forEach(function($e){y(_e,$e,Ue[$e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(_e,Object.getOwnPropertyDescriptors(Ue)):e(Object(Ue)).forEach(function($e){Object.defineProperty(_e,$e,Object.getOwnPropertyDescriptor(Ue,$e))})}return _e}function y(_e,Ne,Ue){return Ne=L(Ne),Ne in _e?Object.defineProperty(_e,Ne,{value:Ue,enumerable:!0,configurable:!0,writable:!0}):_e[Ne]=Ue,_e}function n(_e,Ne){if(!(_e instanceof Ne))throw new TypeError("Cannot call a class as a function")}function $(_e,Ne){for(var Ue=0;Ue<Ne.length;Ue++){var $e=Ne[Ue];$e.enumerable=$e.enumerable||!1,$e.configurable=!0,"value"in $e&&($e.writable=!0),Object.defineProperty(_e,L($e.key),$e)}}function k(_e,Ne,Ue){return Ne&&$(_e.prototype,Ne),Object.defineProperty(_e,"prototype",{writable:!1}),_e}function L(_e){var Ne=j(_e,"string");return typeof Ne=="symbol"?Ne:String(Ne)}function j(_e,Ne){if(typeof _e!="object"||_e===null)return _e;var Ue=_e[Symbol.toPrimitive];if(Ue!==void 0){var $e=Ue.call(_e,Ne||"default");if(typeof $e!="object")return $e;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Ne==="string"?String:Number)(_e)}var V=buffer$1,z=V.Buffer,re=util$8,oe=re.inspect,ue=oe&&oe.custom||"inspect";function de(_e,Ne,Ue){z.prototype.copy.call(_e,Ne,Ue)}return buffer_list=function(){function _e(){n(this,_e),this.head=null,this.tail=null,this.length=0}return k(_e,[{key:"push",value:function(Ue){var $e={data:Ue,next:null};this.length>0?this.tail.next=$e:this.head=$e,this.tail=$e,++this.length}},{key:"unshift",value:function(Ue){var $e={data:Ue,next:this.head};this.length===0&&(this.tail=$e),this.head=$e,++this.length}},{key:"shift",value:function(){if(this.length!==0){var Ue=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,Ue}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(Ue){if(this.length===0)return"";for(var $e=this.head,Ve=""+$e.data;$e=$e.next;)Ve+=Ue+$e.data;return Ve}},{key:"concat",value:function(Ue){if(this.length===0)return z.alloc(0);for(var $e=z.allocUnsafe(Ue>>>0),Ve=this.head,Fe=0;Ve;)de(Ve.data,$e,Fe),Fe+=Ve.data.length,Ve=Ve.next;return $e}},{key:"consume",value:function(Ue,$e){var Ve;return Ue<this.head.data.length?(Ve=this.head.data.slice(0,Ue),this.head.data=this.head.data.slice(Ue)):Ue===this.head.data.length?Ve=this.shift():Ve=$e?this._getString(Ue):this._getBuffer(Ue),Ve}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(Ue){var $e=this.head,Ve=1,Fe=$e.data;for(Ue-=Fe.length;$e=$e.next;){var qe=$e.data,er=Ue>qe.length?qe.length:Ue;if(er===qe.length?Fe+=qe:Fe+=qe.slice(0,Ue),Ue-=er,Ue===0){er===qe.length?(++Ve,$e.next?this.head=$e.next:this.head=this.tail=null):(this.head=$e,$e.data=qe.slice(er));break}++Ve}return this.length-=Ve,Fe}},{key:"_getBuffer",value:function(Ue){var $e=z.allocUnsafe(Ue),Ve=this.head,Fe=1;for(Ve.data.copy($e),Ue-=Ve.data.length;Ve=Ve.next;){var qe=Ve.data,er=Ue>qe.length?qe.length:Ue;if(qe.copy($e,$e.length-Ue,0,er),Ue-=er,Ue===0){er===qe.length?(++Fe,Ve.next?this.head=Ve.next:this.head=this.tail=null):(this.head=Ve,Ve.data=qe.slice(er));break}++Fe}return this.length-=Fe,$e}},{key:ue,value:function(Ue,$e){return oe(this,t(t({},$e),{},{depth:0,customInspect:!1}))}}]),_e}(),buffer_list}var define_process_default$c={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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$1(e,t){var y=this,n=this._readableState&&this._readableState.destroyed,$=this._writableState&&this._writableState.destroyed;return n||$?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,define_process_default$c.nextTick(emitErrorNT$1,this,e)):define_process_default$c.nextTick(emitErrorNT$1,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(k){!t&&k?y._writableState?y._writableState.errorEmitted?define_process_default$c.nextTick(emitCloseNT,y):(y._writableState.errorEmitted=!0,define_process_default$c.nextTick(emitErrorAndCloseNT,y,k)):define_process_default$c.nextTick(emitErrorAndCloseNT,y,k):t?(define_process_default$c.nextTick(emitCloseNT,y),t(k)):define_process_default$c.nextTick(emitCloseNT,y)}),this)}function emitErrorAndCloseNT(e,t){emitErrorNT$1(e,t),emitCloseNT(e)}function emitCloseNT(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function undestroy$1(){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$1(e,t){e.emit("error",t)}function errorOrDestroy(e,t){var y=e._readableState,n=e._writableState;y&&y.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}var destroy_1$1={destroy:destroy$1,undestroy:undestroy$1,errorOrDestroy},errorsBrowser={};function _inheritsLoose(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}var codes={};function createErrorType(e,t,y){y||(y=Error);function n(k,L,j){return typeof t=="string"?t:t(k,L,j)}var $=function(k){_inheritsLoose(L,k);function L(j,V,z){return k.call(this,n(j,V,z))||this}return L}(y);$.prototype.name=y.name,$.prototype.code=e,codes[e]=$}function oneOf(e,t){if(Array.isArray(e)){var y=e.length;return e=e.map(function(n){return String(n)}),y>2?"one of ".concat(t," ").concat(e.slice(0,y-1).join(", "),", or ")+e[y-1]:y===2?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}else return"of ".concat(t," ").concat(String(e))}function startsWith(e,t,y){return e.substr(0,t.length)===t}function endsWith$1(e,t,y){return(y===void 0||y>e.length)&&(y=e.length),e.substring(y-t.length,y)===t}function includes(e,t,y){return typeof y!="number"&&(y=0),y+t.length>e.length?!1:e.indexOf(t,y)!==-1}createErrorType("ERR_INVALID_OPT_VALUE",function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'},TypeError);createErrorType("ERR_INVALID_ARG_TYPE",function(e,t,y){var n;typeof t=="string"&&startsWith(t,"not ")?(n="must not be",t=t.replace(/^not /,"")):n="must be";var $;if(endsWith$1(e," argument"))$="The ".concat(e," ").concat(n," ").concat(oneOf(t,"type"));else{var k=includes(e,".")?"property":"argument";$='The "'.concat(e,'" ').concat(k," ").concat(n," ").concat(oneOf(t,"type"))}return $+=". Received type ".concat(typeof y),$},TypeError);createErrorType("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");createErrorType("ERR_METHOD_NOT_IMPLEMENTED",function(e){return"The "+e+" method is not implemented"});createErrorType("ERR_STREAM_PREMATURE_CLOSE","Premature close");createErrorType("ERR_STREAM_DESTROYED",function(e){return"Cannot call "+e+" 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(e){return"Unknown encoding: "+e},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(e,t,y){return e.highWaterMark!=null?e.highWaterMark:t?e[y]:null}function getHighWaterMark(e,t,y,n){var $=highWaterMarkFrom(t,n,y);if($!=null){if(!(isFinite($)&&Math.floor($)===$)||$<0){var k=n?y:"highWaterMark";throw new ERR_INVALID_OPT_VALUE(k,$)}return Math.floor($)}return e.objectMode?16:16*1024}var state={getHighWaterMark},browser$b=deprecate;function deprecate(e,t){if(config("noDeprecation"))return e;var y=!1;function n(){if(!y){if(config("throwDeprecation"))throw new Error(t);config("traceDeprecation")?console.trace(t):console.warn(t),y=!0}return e.apply(this,arguments)}return n}function config(e){try{if(!commonjsGlobal.localStorage)return!1}catch{return!1}var t=commonjsGlobal.localStorage[e];return t==null?!1:String(t).toLowerCase()==="true"}var _stream_writable$1,hasRequired_stream_writable$1;function require_stream_writable$1(){if(hasRequired_stream_writable$1)return _stream_writable$1;hasRequired_stream_writable$1=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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$1=nr;function t(Tr){var Sr=this;this.next=null,this.entry=null,this.finish=function(){Nr(Sr,Tr)}}var y;nr.WritableState=dr;var n={deprecate:browser$b},$=streamBrowser$1,k=buffer$1.Buffer,L=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function j(Tr){return k.from(Tr)}function V(Tr){return k.isBuffer(Tr)||Tr instanceof L}var z=destroy_1$1,re=state,oe=re.getHighWaterMark,ue=errorsBrowser.codes,de=ue.ERR_INVALID_ARG_TYPE,_e=ue.ERR_METHOD_NOT_IMPLEMENTED,Ne=ue.ERR_MULTIPLE_CALLBACK,Ue=ue.ERR_STREAM_CANNOT_PIPE,$e=ue.ERR_STREAM_DESTROYED,Ve=ue.ERR_STREAM_NULL_VALUES,Fe=ue.ERR_STREAM_WRITE_AFTER_END,qe=ue.ERR_UNKNOWN_ENCODING,er=z.errorOrDestroy;inherits_browserExports(nr,$);function ir(){}function dr(Tr,Sr,Ar){y=y||require_stream_duplex$1(),Tr=Tr||{},typeof Ar!="boolean"&&(Ar=Sr instanceof y),this.objectMode=!!Tr.objectMode,Ar&&(this.objectMode=this.objectMode||!!Tr.writableObjectMode),this.highWaterMark=oe(this,Tr,"writableHighWaterMark",Ar),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Fr=Tr.decodeStrings===!1;this.decodeStrings=!Fr,this.defaultEncoding=Tr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Gr){ar(Sr,Gr)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=Tr.emitClose!==!1,this.autoDestroy=!!Tr.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new t(this)}dr.prototype.getBuffer=function(){for(var Sr=this.bufferedRequest,Ar=[];Sr;)Ar.push(Sr),Sr=Sr.next;return Ar},function(){try{Object.defineProperty(dr.prototype,"buffer",{get:n.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var cr;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(cr=Function.prototype[Symbol.hasInstance],Object.defineProperty(nr,Symbol.hasInstance,{value:function(Sr){return cr.call(this,Sr)?!0:this!==nr?!1:Sr&&Sr._writableState instanceof dr}})):cr=function(Sr){return Sr instanceof this};function nr(Tr){y=y||require_stream_duplex$1();var Sr=this instanceof y;if(!Sr&&!cr.call(nr,this))return new nr(Tr);this._writableState=new dr(Tr,this,Sr),this.writable=!0,Tr&&(typeof Tr.write=="function"&&(this._write=Tr.write),typeof Tr.writev=="function"&&(this._writev=Tr.writev),typeof Tr.destroy=="function"&&(this._destroy=Tr.destroy),typeof Tr.final=="function"&&(this._final=Tr.final)),$.call(this)}nr.prototype.pipe=function(){er(this,new Ue)};function lr(Tr,Sr){var Ar=new Fe;er(Tr,Ar),e.nextTick(Sr,Ar)}function Et(Tr,Sr,Ar,Fr){var Gr;return Ar===null?Gr=new Ve:typeof Ar!="string"&&!Sr.objectMode&&(Gr=new de("chunk",["string","Buffer"],Ar)),Gr?(er(Tr,Gr),e.nextTick(Fr,Gr),!1):!0}nr.prototype.write=function(Tr,Sr,Ar){var Fr=this._writableState,Gr=!1,Vr=!Fr.objectMode&&V(Tr);return Vr&&!k.isBuffer(Tr)&&(Tr=j(Tr)),typeof Sr=="function"&&(Ar=Sr,Sr=null),Vr?Sr="buffer":Sr||(Sr=Fr.defaultEncoding),typeof Ar!="function"&&(Ar=ir),Fr.ending?lr(this,Ar):(Vr||Et(this,Fr,Tr,Ar))&&(Fr.pendingcb++,Gr=pe(this,Fr,Vr,Tr,Sr,Ar)),Gr},nr.prototype.cork=function(){this._writableState.corked++},nr.prototype.uncork=function(){var Tr=this._writableState;Tr.corked&&(Tr.corked--,!Tr.writing&&!Tr.corked&&!Tr.bufferProcessing&&Tr.bufferedRequest&&he(this,Tr))},nr.prototype.setDefaultEncoding=function(Sr){if(typeof Sr=="string"&&(Sr=Sr.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((Sr+"").toLowerCase())>-1))throw new qe(Sr);return this._writableState.defaultEncoding=Sr,this},Object.defineProperty(nr.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function ie(Tr,Sr,Ar){return!Tr.objectMode&&Tr.decodeStrings!==!1&&typeof Sr=="string"&&(Sr=k.from(Sr,Ar)),Sr}Object.defineProperty(nr.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function pe(Tr,Sr,Ar,Fr,Gr,Vr){if(!Ar){var Dr=ie(Sr,Fr,Gr);Fr!==Dr&&(Ar=!0,Gr="buffer",Fr=Dr)}var Ir=Sr.objectMode?1:Fr.length;Sr.length+=Ir;var Br=Sr.length<Sr.highWaterMark;if(Br||(Sr.needDrain=!0),Sr.writing||Sr.corked){var Rr=Sr.lastBufferedRequest;Sr.lastBufferedRequest={chunk:Fr,encoding:Gr,isBuf:Ar,callback:Vr,next:null},Rr?Rr.next=Sr.lastBufferedRequest:Sr.bufferedRequest=Sr.lastBufferedRequest,Sr.bufferedRequestCount+=1}else Ce(Tr,Sr,!1,Ir,Fr,Gr,Vr);return Br}function Ce(Tr,Sr,Ar,Fr,Gr,Vr,Dr){Sr.writelen=Fr,Sr.writecb=Dr,Sr.writing=!0,Sr.sync=!0,Sr.destroyed?Sr.onwrite(new $e("write")):Ar?Tr._writev(Gr,Sr.onwrite):Tr._write(Gr,Vr,Sr.onwrite),Sr.sync=!1}function Ie(Tr,Sr,Ar,Fr,Gr){--Sr.pendingcb,Ar?(e.nextTick(Gr,Fr),e.nextTick(yr,Tr,Sr),Tr._writableState.errorEmitted=!0,er(Tr,Fr)):(Gr(Fr),Tr._writableState.errorEmitted=!0,er(Tr,Fr),yr(Tr,Sr))}function jt(Tr){Tr.writing=!1,Tr.writecb=null,Tr.length-=Tr.writelen,Tr.writelen=0}function ar(Tr,Sr){var Ar=Tr._writableState,Fr=Ar.sync,Gr=Ar.writecb;if(typeof Gr!="function")throw new Ne;if(jt(Ar),Sr)Ie(Tr,Ar,Fr,Sr,Gr);else{var Vr=tr(Ar)||Tr.destroyed;!Vr&&!Ar.corked&&!Ar.bufferProcessing&&Ar.bufferedRequest&&he(Tr,Ar),Fr?e.nextTick(ur,Tr,Ar,Vr,Gr):ur(Tr,Ar,Vr,Gr)}}function ur(Tr,Sr,Ar,Fr){Ar||kt(Tr,Sr),Sr.pendingcb--,Fr(),yr(Tr,Sr)}function kt(Tr,Sr){Sr.length===0&&Sr.needDrain&&(Sr.needDrain=!1,Tr.emit("drain"))}function he(Tr,Sr){Sr.bufferProcessing=!0;var Ar=Sr.bufferedRequest;if(Tr._writev&&Ar&&Ar.next){var Fr=Sr.bufferedRequestCount,Gr=new Array(Fr),Vr=Sr.corkedRequestsFree;Vr.entry=Ar;for(var Dr=0,Ir=!0;Ar;)Gr[Dr]=Ar,Ar.isBuf||(Ir=!1),Ar=Ar.next,Dr+=1;Gr.allBuffers=Ir,Ce(Tr,Sr,!0,Sr.length,Gr,"",Vr.finish),Sr.pendingcb++,Sr.lastBufferedRequest=null,Vr.next?(Sr.corkedRequestsFree=Vr.next,Vr.next=null):Sr.corkedRequestsFree=new t(Sr),Sr.bufferedRequestCount=0}else{for(;Ar;){var Br=Ar.chunk,Rr=Ar.encoding,Lr=Ar.callback,$r=Sr.objectMode?1:Br.length;if(Ce(Tr,Sr,!1,$r,Br,Rr,Lr),Ar=Ar.next,Sr.bufferedRequestCount--,Sr.writing)break}Ar===null&&(Sr.lastBufferedRequest=null)}Sr.bufferedRequest=Ar,Sr.bufferProcessing=!1}nr.prototype._write=function(Tr,Sr,Ar){Ar(new _e("_write()"))},nr.prototype._writev=null,nr.prototype.end=function(Tr,Sr,Ar){var Fr=this._writableState;return typeof Tr=="function"?(Ar=Tr,Tr=null,Sr=null):typeof Sr=="function"&&(Ar=Sr,Sr=null),Tr!=null&&this.write(Tr,Sr),Fr.corked&&(Fr.corked=1,this.uncork()),Fr.ending||xr(this,Fr,Ar),this},Object.defineProperty(nr.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function tr(Tr){return Tr.ending&&Tr.length===0&&Tr.bufferedRequest===null&&!Tr.finished&&!Tr.writing}function gr(Tr,Sr){Tr._final(function(Ar){Sr.pendingcb--,Ar&&er(Tr,Ar),Sr.prefinished=!0,Tr.emit("prefinish"),yr(Tr,Sr)})}function _r(Tr,Sr){!Sr.prefinished&&!Sr.finalCalled&&(typeof Tr._final=="function"&&!Sr.destroyed?(Sr.pendingcb++,Sr.finalCalled=!0,e.nextTick(gr,Tr,Sr)):(Sr.prefinished=!0,Tr.emit("prefinish")))}function yr(Tr,Sr){var Ar=tr(Sr);if(Ar&&(_r(Tr,Sr),Sr.pendingcb===0&&(Sr.finished=!0,Tr.emit("finish"),Sr.autoDestroy))){var Fr=Tr._readableState;(!Fr||Fr.autoDestroy&&Fr.endEmitted)&&Tr.destroy()}return Ar}function xr(Tr,Sr,Ar){Sr.ending=!0,yr(Tr,Sr),Ar&&(Sr.finished?e.nextTick(Ar):Tr.once("finish",Ar)),Sr.ended=!0,Tr.writable=!1}function Nr(Tr,Sr,Ar){var Fr=Tr.entry;for(Tr.entry=null;Fr;){var Gr=Fr.callback;Sr.pendingcb--,Gr(Ar),Fr=Fr.next}Sr.corkedRequestsFree.next=Tr}return Object.defineProperty(nr.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Sr){this._writableState&&(this._writableState.destroyed=Sr)}}),nr.prototype.destroy=z.destroy,nr.prototype._undestroy=z.undestroy,nr.prototype._destroy=function(Tr,Sr){Sr(Tr)},_stream_writable$1}var _stream_duplex$1,hasRequired_stream_duplex$1;function require_stream_duplex$1(){if(hasRequired_stream_duplex$1)return _stream_duplex$1;hasRequired_stream_duplex$1=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}},t=Object.keys||function(re){var oe=[];for(var ue in re)oe.push(ue);return oe};_stream_duplex$1=j;var y=require_stream_readable$1(),n=require_stream_writable$1();inherits_browserExports(j,y);for(var $=t(n.prototype),k=0;k<$.length;k++){var L=$[k];j.prototype[L]||(j.prototype[L]=n.prototype[L])}function j(re){if(!(this instanceof j))return new j(re);y.call(this,re),n.call(this,re),this.allowHalfOpen=!0,re&&(re.readable===!1&&(this.readable=!1),re.writable===!1&&(this.writable=!1),re.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",V)))}Object.defineProperty(j.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(j.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(j.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function V(){this._writableState.ended||e.nextTick(z,this)}function z(re){re.end()}return Object.defineProperty(j.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(oe){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=oe,this._writableState.destroyed=oe)}}),_stream_duplex$1}var string_decoder$1={},safeBuffer$3={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(e,t){var y=buffer$1,n=y.Buffer;function $(L,j){for(var V in L)j[V]=L[V]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=y:($(y,t),t.Buffer=k);function k(L,j,V){return n(L,j,V)}k.prototype=Object.create(n.prototype),$(n,k),k.from=function(L,j,V){if(typeof L=="number")throw new TypeError("Argument must not be a number");return n(L,j,V)},k.alloc=function(L,j,V){if(typeof L!="number")throw new TypeError("Argument must be a number");var z=n(L);return j!==void 0?typeof V=="string"?z.fill(j,V):z.fill(j):z.fill(0),z},k.allocUnsafe=function(L){if(typeof L!="number")throw new TypeError("Argument must be a number");return n(L)},k.allocUnsafeSlow=function(L){if(typeof L!="number")throw new TypeError("Argument must be a number");return y.SlowBuffer(L)}})(safeBuffer$3,safeBuffer$3.exports);var safeBufferExports$1=safeBuffer$3.exports,hasRequiredString_decoder$1;function requireString_decoder$1(){if(hasRequiredString_decoder$1)return string_decoder$1;hasRequiredString_decoder$1=1;var e=safeBufferExports$1.Buffer,t=e.isEncoding||function($e){switch($e=""+$e,$e&&$e.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 y($e){if(!$e)return"utf8";for(var Ve;;)switch($e){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 $e;default:if(Ve)return;$e=(""+$e).toLowerCase(),Ve=!0}}function n($e){var Ve=y($e);if(typeof Ve!="string"&&(e.isEncoding===t||!t($e)))throw new Error("Unknown encoding: "+$e);return Ve||$e}string_decoder$1.StringDecoder=$;function $($e){this.encoding=n($e);var Ve;switch(this.encoding){case"utf16le":this.text=oe,this.end=ue,Ve=4;break;case"utf8":this.fillLast=V,Ve=4;break;case"base64":this.text=de,this.end=_e,Ve=3;break;default:this.write=Ne,this.end=Ue;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(Ve)}$.prototype.write=function($e){if($e.length===0)return"";var Ve,Fe;if(this.lastNeed){if(Ve=this.fillLast($e),Ve===void 0)return"";Fe=this.lastNeed,this.lastNeed=0}else Fe=0;return Fe<$e.length?Ve?Ve+this.text($e,Fe):this.text($e,Fe):Ve||""},$.prototype.end=re,$.prototype.text=z,$.prototype.fillLast=function($e){if(this.lastNeed<=$e.length)return $e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);$e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,$e.length),this.lastNeed-=$e.length};function k($e){return $e<=127?0:$e>>5===6?2:$e>>4===14?3:$e>>3===30?4:$e>>6===2?-1:-2}function L($e,Ve,Fe){var qe=Ve.length-1;if(qe<Fe)return 0;var er=k(Ve[qe]);return er>=0?(er>0&&($e.lastNeed=er-1),er):--qe<Fe||er===-2?0:(er=k(Ve[qe]),er>=0?(er>0&&($e.lastNeed=er-2),er):--qe<Fe||er===-2?0:(er=k(Ve[qe]),er>=0?(er>0&&(er===2?er=0:$e.lastNeed=er-3),er):0))}function j($e,Ve,Fe){if((Ve[0]&192)!==128)return $e.lastNeed=0,"<22>";if($e.lastNeed>1&&Ve.length>1){if((Ve[1]&192)!==128)return $e.lastNeed=1,"<22>";if($e.lastNeed>2&&Ve.length>2&&(Ve[2]&192)!==128)return $e.lastNeed=2,"<22>"}}function V($e){var Ve=this.lastTotal-this.lastNeed,Fe=j(this,$e);if(Fe!==void 0)return Fe;if(this.lastNeed<=$e.length)return $e.copy(this.lastChar,Ve,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);$e.copy(this.lastChar,Ve,0,$e.length),this.lastNeed-=$e.length}function z($e,Ve){var Fe=L(this,$e,Ve);if(!this.lastNeed)return $e.toString("utf8",Ve);this.lastTotal=Fe;var qe=$e.length-(Fe-this.lastNeed);return $e.copy(this.lastChar,0,qe),$e.toString("utf8",Ve,qe)}function re($e){var Ve=$e&&$e.length?this.write($e):"";return this.lastNeed?Ve+"<22>":Ve}function oe($e,Ve){if(($e.length-Ve)%2===0){var Fe=$e.toString("utf16le",Ve);if(Fe){var qe=Fe.charCodeAt(Fe.length-1);if(qe>=55296&&qe<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=$e[$e.length-2],this.lastChar[1]=$e[$e.length-1],Fe.slice(0,-1)}return Fe}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=$e[$e.length-1],$e.toString("utf16le",Ve,$e.length-1)}function ue($e){var Ve=$e&&$e.length?this.write($e):"";if(this.lastNeed){var Fe=this.lastTotal-this.lastNeed;return Ve+this.lastChar.toString("utf16le",0,Fe)}return Ve}function de($e,Ve){var Fe=($e.length-Ve)%3;return Fe===0?$e.toString("base64",Ve):(this.lastNeed=3-Fe,this.lastTotal=3,Fe===1?this.lastChar[0]=$e[$e.length-1]:(this.lastChar[0]=$e[$e.length-2],this.lastChar[1]=$e[$e.length-1]),$e.toString("base64",Ve,$e.length-Fe))}function _e($e){var Ve=$e&&$e.length?this.write($e):"";return this.lastNeed?Ve+this.lastChar.toString("base64",0,3-this.lastNeed):Ve}function Ne($e){return $e.toString(this.encoding)}function Ue($e){return $e&&$e.length?this.write($e):""}return string_decoder$1}var ERR_STREAM_PREMATURE_CLOSE=errorsBrowser.codes.ERR_STREAM_PREMATURE_CLOSE;function once$2(e){var t=!1;return function(){if(!t){t=!0;for(var y=arguments.length,n=new Array(y),$=0;$<y;$++)n[$]=arguments[$];e.apply(this,n)}}}function noop$3(){}function isRequest$2(e){return e.setHeader&&typeof e.abort=="function"}function eos$1(e,t,y){if(typeof t=="function")return eos$1(e,null,t);t||(t={}),y=once$2(y||noop$3);var n=t.readable||t.readable!==!1&&e.readable,$=t.writable||t.writable!==!1&&e.writable,k=function(){e.writable||j()},L=e._writableState&&e._writableState.finished,j=function(){$=!1,L=!0,n||y.call(e)},V=e._readableState&&e._readableState.endEmitted,z=function(){n=!1,V=!0,$||y.call(e)},re=function(_e){y.call(e,_e)},oe=function(){var _e;if(n&&!V)return(!e._readableState||!e._readableState.ended)&&(_e=new ERR_STREAM_PREMATURE_CLOSE),y.call(e,_e);if($&&!L)return(!e._writableState||!e._writableState.ended)&&(_e=new ERR_STREAM_PREMATURE_CLOSE),y.call(e,_e)},ue=function(){e.req.on("finish",j)};return isRequest$2(e)?(e.on("complete",j),e.on("abort",oe),e.req?ue():e.on("request",ue)):$&&!e._writableState&&(e.on("end",k),e.on("close",k)),e.on("end",z),e.on("finish",j),t.error!==!1&&e.on("error",re),e.on("close",oe),function(){e.removeListener("complete",j),e.removeListener("abort",oe),e.removeListener("request",ue),e.req&&e.req.removeListener("finish",j),e.removeListener("end",k),e.removeListener("close",k),e.removeListener("finish",j),e.removeListener("end",z),e.removeListener("error",re),e.removeListener("close",oe)}}var endOfStream=eos$1,async_iterator,hasRequiredAsync_iterator;function requireAsync_iterator(){if(hasRequiredAsync_iterator)return async_iterator;hasRequiredAsync_iterator=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}},t;function y(qe,er,ir){return er=n(er),er in qe?Object.defineProperty(qe,er,{value:ir,enumerable:!0,configurable:!0,writable:!0}):qe[er]=ir,qe}function n(qe){var er=$(qe,"string");return typeof er=="symbol"?er:String(er)}function $(qe,er){if(typeof qe!="object"||qe===null)return qe;var ir=qe[Symbol.toPrimitive];if(ir!==void 0){var dr=ir.call(qe,er||"default");if(typeof dr!="object")return dr;throw new TypeError("@@toPrimitive must return a primitive value.")}return(er==="string"?String:Number)(qe)}var k=endOfStream,L=Symbol("lastResolve"),j=Symbol("lastReject"),V=Symbol("error"),z=Symbol("ended"),re=Symbol("lastPromise"),oe=Symbol("handlePromise"),ue=Symbol("stream");function de(qe,er){return{value:qe,done:er}}function _e(qe){var er=qe[L];if(er!==null){var ir=qe[ue].read();ir!==null&&(qe[re]=null,qe[L]=null,qe[j]=null,er(de(ir,!1)))}}function Ne(qe){e.nextTick(_e,qe)}function Ue(qe,er){return function(ir,dr){qe.then(function(){if(er[z]){ir(de(void 0,!0));return}er[oe](ir,dr)},dr)}}var $e=Object.getPrototypeOf(function(){}),Ve=Object.setPrototypeOf((t={get stream(){return this[ue]},next:function(){var er=this,ir=this[V];if(ir!==null)return Promise.reject(ir);if(this[z])return Promise.resolve(de(void 0,!0));if(this[ue].destroyed)return new Promise(function(lr,Et){e.nextTick(function(){er[V]?Et(er[V]):lr(de(void 0,!0))})});var dr=this[re],cr;if(dr)cr=new Promise(Ue(dr,this));else{var nr=this[ue].read();if(nr!==null)return Promise.resolve(de(nr,!1));cr=new Promise(this[oe])}return this[re]=cr,cr}},y(t,Symbol.asyncIterator,function(){return this}),y(t,"return",function(){var er=this;return new Promise(function(ir,dr){er[ue].destroy(null,function(cr){if(cr){dr(cr);return}ir(de(void 0,!0))})})}),t),$e),Fe=function(er){var ir,dr=Object.create(Ve,(ir={},y(ir,ue,{value:er,writable:!0}),y(ir,L,{value:null,writable:!0}),y(ir,j,{value:null,writable:!0}),y(ir,V,{value:null,writable:!0}),y(ir,z,{value:er._readableState.endEmitted,writable:!0}),y(ir,oe,{value:function(nr,lr){var Et=dr[ue].read();Et?(dr[re]=null,dr[L]=null,dr[j]=null,nr(de(Et,!1))):(dr[L]=nr,dr[j]=lr)},writable:!0}),ir));return dr[re]=null,k(er,function(cr){if(cr&&cr.code!=="ERR_STREAM_PREMATURE_CLOSE"){var nr=dr[j];nr!==null&&(dr[re]=null,dr[L]=null,dr[j]=null,nr(cr)),dr[V]=cr;return}var lr=dr[L];lr!==null&&(dr[re]=null,dr[L]=null,dr[j]=null,lr(de(void 0,!0))),dr[z]=!0}),er.on("readable",Ne.bind(null,dr)),dr};return async_iterator=Fe,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$1,hasRequired_stream_readable$1;function require_stream_readable$1(){if(hasRequired_stream_readable$1)return _stream_readable$1;hasRequired_stream_readable$1=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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$1=lr;var t;lr.ReadableState=nr,eventsExports.EventEmitter;var y=function(Dr,Ir){return Dr.listeners(Ir).length},n=streamBrowser$1,$=buffer$1.Buffer,k=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function L(Vr){return $.from(Vr)}function j(Vr){return $.isBuffer(Vr)||Vr instanceof k}var V=util$8,z;V&&V.debuglog?z=V.debuglog("stream"):z=function(){};var re=requireBuffer_list(),oe=destroy_1$1,ue=state,de=ue.getHighWaterMark,_e=errorsBrowser.codes,Ne=_e.ERR_INVALID_ARG_TYPE,Ue=_e.ERR_STREAM_PUSH_AFTER_EOF,$e=_e.ERR_METHOD_NOT_IMPLEMENTED,Ve=_e.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,Fe,qe,er;inherits_browserExports(lr,n);var ir=oe.errorOrDestroy,dr=["error","close","destroy","pause","resume"];function cr(Vr,Dr,Ir){if(typeof Vr.prependListener=="function")return Vr.prependListener(Dr,Ir);!Vr._events||!Vr._events[Dr]?Vr.on(Dr,Ir):Array.isArray(Vr._events[Dr])?Vr._events[Dr].unshift(Ir):Vr._events[Dr]=[Ir,Vr._events[Dr]]}function nr(Vr,Dr,Ir){t=t||require_stream_duplex$1(),Vr=Vr||{},typeof Ir!="boolean"&&(Ir=Dr instanceof t),this.objectMode=!!Vr.objectMode,Ir&&(this.objectMode=this.objectMode||!!Vr.readableObjectMode),this.highWaterMark=de(this,Vr,"readableHighWaterMark",Ir),this.buffer=new re,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=Vr.emitClose!==!1,this.autoDestroy=!!Vr.autoDestroy,this.destroyed=!1,this.defaultEncoding=Vr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Vr.encoding&&(Fe||(Fe=requireString_decoder$1().StringDecoder),this.decoder=new Fe(Vr.encoding),this.encoding=Vr.encoding)}function lr(Vr){if(t=t||require_stream_duplex$1(),!(this instanceof lr))return new lr(Vr);var Dr=this instanceof t;this._readableState=new nr(Vr,this,Dr),this.readable=!0,Vr&&(typeof Vr.read=="function"&&(this._read=Vr.read),typeof Vr.destroy=="function"&&(this._destroy=Vr.destroy)),n.call(this)}Object.defineProperty(lr.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Dr){this._readableState&&(this._readableState.destroyed=Dr)}}),lr.prototype.destroy=oe.destroy,lr.prototype._undestroy=oe.undestroy,lr.prototype._destroy=function(Vr,Dr){Dr(Vr)},lr.prototype.push=function(Vr,Dr){var Ir=this._readableState,Br;return Ir.objectMode?Br=!0:typeof Vr=="string"&&(Dr=Dr||Ir.defaultEncoding,Dr!==Ir.encoding&&(Vr=$.from(Vr,Dr),Dr=""),Br=!0),Et(this,Vr,Dr,!1,Br)},lr.prototype.unshift=function(Vr){return Et(this,Vr,null,!0,!1)};function Et(Vr,Dr,Ir,Br,Rr){z("readableAddChunk",Dr);var Lr=Vr._readableState;if(Dr===null)Lr.reading=!1,ar(Vr,Lr);else{var $r;if(Rr||($r=pe(Lr,Dr)),$r)ir(Vr,$r);else if(Lr.objectMode||Dr&&Dr.length>0)if(typeof Dr!="string"&&!Lr.objectMode&&Object.getPrototypeOf(Dr)!==$.prototype&&(Dr=L(Dr)),Br)Lr.endEmitted?ir(Vr,new Ve):ie(Vr,Lr,Dr,!0);else if(Lr.ended)ir(Vr,new Ue);else{if(Lr.destroyed)return!1;Lr.reading=!1,Lr.decoder&&!Ir?(Dr=Lr.decoder.write(Dr),Lr.objectMode||Dr.length!==0?ie(Vr,Lr,Dr,!1):he(Vr,Lr)):ie(Vr,Lr,Dr,!1)}else Br||(Lr.reading=!1,he(Vr,Lr))}return!Lr.ended&&(Lr.length<Lr.highWaterMark||Lr.length===0)}function ie(Vr,Dr,Ir,Br){Dr.flowing&&Dr.length===0&&!Dr.sync?(Dr.awaitDrain=0,Vr.emit("data",Ir)):(Dr.length+=Dr.objectMode?1:Ir.length,Br?Dr.buffer.unshift(Ir):Dr.buffer.push(Ir),Dr.needReadable&&ur(Vr)),he(Vr,Dr)}function pe(Vr,Dr){var Ir;return!j(Dr)&&typeof Dr!="string"&&Dr!==void 0&&!Vr.objectMode&&(Ir=new Ne("chunk",["string","Buffer","Uint8Array"],Dr)),Ir}lr.prototype.isPaused=function(){return this._readableState.flowing===!1},lr.prototype.setEncoding=function(Vr){Fe||(Fe=requireString_decoder$1().StringDecoder);var Dr=new Fe(Vr);this._readableState.decoder=Dr,this._readableState.encoding=this._readableState.decoder.encoding;for(var Ir=this._readableState.buffer.head,Br="";Ir!==null;)Br+=Dr.write(Ir.data),Ir=Ir.next;return this._readableState.buffer.clear(),Br!==""&&this._readableState.buffer.push(Br),this._readableState.length=Br.length,this};var Ce=1073741824;function Ie(Vr){return Vr>=Ce?Vr=Ce:(Vr--,Vr|=Vr>>>1,Vr|=Vr>>>2,Vr|=Vr>>>4,Vr|=Vr>>>8,Vr|=Vr>>>16,Vr++),Vr}function jt(Vr,Dr){return Vr<=0||Dr.length===0&&Dr.ended?0:Dr.objectMode?1:Vr!==Vr?Dr.flowing&&Dr.length?Dr.buffer.head.data.length:Dr.length:(Vr>Dr.highWaterMark&&(Dr.highWaterMark=Ie(Vr)),Vr<=Dr.length?Vr:Dr.ended?Dr.length:(Dr.needReadable=!0,0))}lr.prototype.read=function(Vr){z("read",Vr),Vr=parseInt(Vr,10);var Dr=this._readableState,Ir=Vr;if(Vr!==0&&(Dr.emittedReadable=!1),Vr===0&&Dr.needReadable&&((Dr.highWaterMark!==0?Dr.length>=Dr.highWaterMark:Dr.length>0)||Dr.ended))return z("read: emitReadable",Dr.length,Dr.ended),Dr.length===0&&Dr.ended?Ar(this):ur(this),null;if(Vr=jt(Vr,Dr),Vr===0&&Dr.ended)return Dr.length===0&&Ar(this),null;var Br=Dr.needReadable;z("need readable",Br),(Dr.length===0||Dr.length-Vr<Dr.highWaterMark)&&(Br=!0,z("length less than watermark",Br)),Dr.ended||Dr.reading?(Br=!1,z("reading or ended",Br)):Br&&(z("do read"),Dr.reading=!0,Dr.sync=!0,Dr.length===0&&(Dr.needReadable=!0),this._read(Dr.highWaterMark),Dr.sync=!1,Dr.reading||(Vr=jt(Ir,Dr)));var Rr;return Vr>0?Rr=Sr(Vr,Dr):Rr=null,Rr===null?(Dr.needReadable=Dr.length<=Dr.highWaterMark,Vr=0):(Dr.length-=Vr,Dr.awaitDrain=0),Dr.length===0&&(Dr.ended||(Dr.needReadable=!0),Ir!==Vr&&Dr.ended&&Ar(this)),Rr!==null&&this.emit("data",Rr),Rr};function ar(Vr,Dr){if(z("onEofChunk"),!Dr.ended){if(Dr.decoder){var Ir=Dr.decoder.end();Ir&&Ir.length&&(Dr.buffer.push(Ir),Dr.length+=Dr.objectMode?1:Ir.length)}Dr.ended=!0,Dr.sync?ur(Vr):(Dr.needReadable=!1,Dr.emittedReadable||(Dr.emittedReadable=!0,kt(Vr)))}}function ur(Vr){var Dr=Vr._readableState;z("emitReadable",Dr.needReadable,Dr.emittedReadable),Dr.needReadable=!1,Dr.emittedReadable||(z("emitReadable",Dr.flowing),Dr.emittedReadable=!0,e.nextTick(kt,Vr))}function kt(Vr){var Dr=Vr._readableState;z("emitReadable_",Dr.destroyed,Dr.length,Dr.ended),!Dr.destroyed&&(Dr.length||Dr.ended)&&(Vr.emit("readable"),Dr.emittedReadable=!1),Dr.needReadable=!Dr.flowing&&!Dr.ended&&Dr.length<=Dr.highWaterMark,Tr(Vr)}function he(Vr,Dr){Dr.readingMore||(Dr.readingMore=!0,e.nextTick(tr,Vr,Dr))}function tr(Vr,Dr){for(;!Dr.reading&&!Dr.ended&&(Dr.length<Dr.highWaterMark||Dr.flowing&&Dr.length===0);){var Ir=Dr.length;if(z("maybeReadMore read 0"),Vr.read(0),Ir===Dr.length)break}Dr.readingMore=!1}lr.prototype._read=function(Vr){ir(this,new $e("_read()"))},lr.prototype.pipe=function(Vr,Dr){var Ir=this,Br=this._readableState;switch(Br.pipesCount){case 0:Br.pipes=Vr;break;case 1:Br.pipes=[Br.pipes,Vr];break;default:Br.pipes.push(Vr);break}Br.pipesCount+=1,z("pipe count=%d opts=%j",Br.pipesCount,Dr);var Rr=(!Dr||Dr.end!==!1)&&Vr!==e.stdout&&Vr!==e.stderr,Lr=Rr?jr:oa;Br.endEmitted?e.nextTick(Lr):Ir.once("end",Lr),Vr.on("unpipe",$r);function $r(Ba,rs){z("onunpipe"),Ba===Ir&&rs&&rs.hasUnpiped===!1&&(rs.hasUnpiped=!0,kr())}function jr(){z("onend"),Vr.end()}var vn=gr(Ir);Vr.on("drain",vn);var Kr=!1;function kr(){z("cleanup"),Vr.removeListener("close",Vi),Vr.removeListener("finish",To),Vr.removeListener("drain",vn),Vr.removeListener("error",Zr),Vr.removeListener("unpipe",$r),Ir.removeListener("end",jr),Ir.removeListener("end",oa),Ir.removeListener("data",Qr),Kr=!0,Br.awaitDrain&&(!Vr._writableState||Vr._writableState.needDrain)&&vn()}Ir.on("data",Qr);function Qr(Ba){z("ondata");var rs=Vr.write(Ba);z("dest.write",rs),rs===!1&&((Br.pipesCount===1&&Br.pipes===Vr||Br.pipesCount>1&&Gr(Br.pipes,Vr)!==-1)&&!Kr&&(z("false write response, pause",Br.awaitDrain),Br.awaitDrain++),Ir.pause())}function Zr(Ba){z("onerror",Ba),oa(),Vr.removeListener("error",Zr),y(Vr,"error")===0&&ir(Vr,Ba)}cr(Vr,"error",Zr);function Vi(){Vr.removeListener("finish",To),oa()}Vr.once("close",Vi);function To(){z("onfinish"),Vr.removeListener("close",Vi),oa()}Vr.once("finish",To);function oa(){z("unpipe"),Ir.unpipe(Vr)}return Vr.emit("pipe",Ir),Br.flowing||(z("pipe resume"),Ir.resume()),Vr};function gr(Vr){return function(){var Ir=Vr._readableState;z("pipeOnDrain",Ir.awaitDrain),Ir.awaitDrain&&Ir.awaitDrain--,Ir.awaitDrain===0&&y(Vr,"data")&&(Ir.flowing=!0,Tr(Vr))}}lr.prototype.unpipe=function(Vr){var Dr=this._readableState,Ir={hasUnpiped:!1};if(Dr.pipesCount===0)return this;if(Dr.pipesCount===1)return Vr&&Vr!==Dr.pipes?this:(Vr||(Vr=Dr.pipes),Dr.pipes=null,Dr.pipesCount=0,Dr.flowing=!1,Vr&&Vr.emit("unpipe",this,Ir),this);if(!Vr){var Br=Dr.pipes,Rr=Dr.pipesCount;Dr.pipes=null,Dr.pipesCount=0,Dr.flowing=!1;for(var Lr=0;Lr<Rr;Lr++)Br[Lr].emit("unpipe",this,{hasUnpiped:!1});return this}var $r=Gr(Dr.pipes,Vr);return $r===-1?this:(Dr.pipes.splice($r,1),Dr.pipesCount-=1,Dr.pipesCount===1&&(Dr.pipes=Dr.pipes[0]),Vr.emit("unpipe",this,Ir),this)},lr.prototype.on=function(Vr,Dr){var Ir=n.prototype.on.call(this,Vr,Dr),Br=this._readableState;return Vr==="data"?(Br.readableListening=this.listenerCount("readable")>0,Br.flowing!==!1&&this.resume()):Vr==="readable"&&!Br.endEmitted&&!Br.readableListening&&(Br.readableListening=Br.needReadable=!0,Br.flowing=!1,Br.emittedReadable=!1,z("on readable",Br.length,Br.reading),Br.length?ur(this):Br.reading||e.nextTick(yr,this)),Ir},lr.prototype.addListener=lr.prototype.on,lr.prototype.removeListener=function(Vr,Dr){var Ir=n.prototype.removeListener.call(this,Vr,Dr);return Vr==="readable"&&e.nextTick(_r,this),Ir},lr.prototype.removeAllListeners=function(Vr){var Dr=n.prototype.removeAllListeners.apply(this,arguments);return(Vr==="readable"||Vr===void 0)&&e.nextTick(_r,this),Dr};function _r(Vr){var Dr=Vr._readableState;Dr.readableListening=Vr.listenerCount("readable")>0,Dr.resumeScheduled&&!Dr.paused?Dr.flowing=!0:Vr.listenerCount("data")>0&&Vr.resume()}function yr(Vr){z("readable nexttick read 0"),Vr.read(0)}lr.prototype.resume=function(){var Vr=this._readableState;return Vr.flowing||(z("resume"),Vr.flowing=!Vr.readableListening,xr(this,Vr)),Vr.paused=!1,this};function xr(Vr,Dr){Dr.resumeScheduled||(Dr.resumeScheduled=!0,e.nextTick(Nr,Vr,Dr))}function Nr(Vr,Dr){z("resume",Dr.reading),Dr.reading||Vr.read(0),Dr.resumeScheduled=!1,Vr.emit("resume"),Tr(Vr),Dr.flowing&&!Dr.reading&&Vr.read(0)}lr.prototype.pause=function(){return z("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(z("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Tr(Vr){var Dr=Vr._readableState;for(z("flow",Dr.flowing);Dr.flowing&&Vr.read()!==null;);}lr.prototype.wrap=function(Vr){var Dr=this,Ir=this._readableState,Br=!1;Vr.on("end",function(){if(z("wrapped end"),Ir.decoder&&!Ir.ended){var $r=Ir.decoder.end();$r&&$r.length&&Dr.push($r)}Dr.push(null)}),Vr.on("data",function($r){if(z("wrapped data"),Ir.decoder&&($r=Ir.decoder.write($r)),!(Ir.objectMode&&$r==null)&&!(!Ir.objectMode&&(!$r||!$r.length))){var jr=Dr.push($r);jr||(Br=!0,Vr.pause())}});for(var Rr in Vr)this[Rr]===void 0&&typeof Vr[Rr]=="function"&&(this[Rr]=function(jr){return function(){return Vr[jr].apply(Vr,arguments)}}(Rr));for(var Lr=0;Lr<dr.length;Lr++)Vr.on(dr[Lr],this.emit.bind(this,dr[Lr]));return this._read=function($r){z("wrapped _read",$r),Br&&(Br=!1,Vr.resume())},this},typeof Symbol=="function"&&(lr.prototype[Symbol.asyncIterator]=function(){return qe===void 0&&(qe=requireAsync_iterator()),qe(this)}),Object.defineProperty(lr.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(lr.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(lr.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(Dr){this._readableState&&(this._readableState.flowing=Dr)}}),lr._fromList=Sr,Object.defineProperty(lr.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function Sr(Vr,Dr){if(Dr.length===0)return null;var Ir;return Dr.objectMode?Ir=Dr.buffer.shift():!Vr||Vr>=Dr.length?(Dr.decoder?Ir=Dr.buffer.join(""):Dr.buffer.length===1?Ir=Dr.buffer.first():Ir=Dr.buffer.concat(Dr.length),Dr.buffer.clear()):Ir=Dr.buffer.consume(Vr,Dr.decoder),Ir}function Ar(Vr){var Dr=Vr._readableState;z("endReadable",Dr.endEmitted),Dr.endEmitted||(Dr.ended=!0,e.nextTick(Fr,Dr,Vr))}function Fr(Vr,Dr){if(z("endReadableNT",Vr.endEmitted,Vr.length),!Vr.endEmitted&&Vr.length===0&&(Vr.endEmitted=!0,Dr.readable=!1,Dr.emit("end"),Vr.autoDestroy)){var Ir=Dr._writableState;(!Ir||Ir.autoDestroy&&Ir.finished)&&Dr.destroy()}}typeof Symbol=="function"&&(lr.from=function(Vr,Dr){return er===void 0&&(er=requireFromBrowser()),er(lr,Vr,Dr)});function Gr(Vr,Dr){for(var Ir=0,Br=Vr.length;Ir<Br;Ir++)if(Vr[Ir]===Dr)return Ir;return-1}return _stream_readable$1}var _stream_transform$1=Transform$b,_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$1=require_stream_duplex$1();inherits_browserExports(Transform$b,Duplex$1);function afterTransform$1(e,t){var y=this._transformState;y.transforming=!1;var n=y.writecb;if(n===null)return this.emit("error",new ERR_MULTIPLE_CALLBACK);y.writechunk=null,y.writecb=null,t!=null&&this.push(t),n(e);var $=this._readableState;$.reading=!1,($.needReadable||$.length<$.highWaterMark)&&this._read($.highWaterMark)}function Transform$b(e){if(!(this instanceof Transform$b))return new Transform$b(e);Duplex$1.call(this,e),this._transformState={afterTransform:afterTransform$1.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&(typeof e.transform=="function"&&(this._transform=e.transform),typeof e.flush=="function"&&(this._flush=e.flush)),this.on("prefinish",prefinish$1)}function prefinish$1(){var e=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(t,y){done$1(e,t,y)}):done$1(this,null,null)}Transform$b.prototype.push=function(e,t){return this._transformState.needTransform=!1,Duplex$1.prototype.push.call(this,e,t)};Transform$b.prototype._transform=function(e,t,y){y(new ERR_METHOD_NOT_IMPLEMENTED("_transform()"))};Transform$b.prototype._write=function(e,t,y){var n=this._transformState;if(n.writecb=y,n.writechunk=e,n.writeencoding=t,!n.transforming){var $=this._readableState;(n.needTransform||$.needReadable||$.length<$.highWaterMark)&&this._read($.highWaterMark)}};Transform$b.prototype._read=function(e){var t=this._transformState;t.writechunk!==null&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0};Transform$b.prototype._destroy=function(e,t){Duplex$1.prototype._destroy.call(this,e,function(y){t(y)})};function done$1(e,t,y){if(t)return e.emit("error",t);if(y!=null&&e.push(y),e._writableState.length)throw new ERR_TRANSFORM_WITH_LENGTH_0;if(e._transformState.transforming)throw new ERR_TRANSFORM_ALREADY_TRANSFORMING;return e.push(null)}var _stream_passthrough$1=PassThrough$1,Transform$a=_stream_transform$1;inherits_browserExports(PassThrough$1,Transform$a);function PassThrough$1(e){if(!(this instanceof PassThrough$1))return new PassThrough$1(e);Transform$a.call(this,e)}PassThrough$1.prototype._transform=function(e,t,y){y(null,e)};var eos;function once$1(e){var t=!1;return function(){t||(t=!0,e.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$2(e){if(e)throw e}function isRequest$1(e){return e.setHeader&&typeof e.abort=="function"}function destroyer(e,t,y,n){n=once$1(n);var $=!1;e.on("close",function(){$=!0}),eos===void 0&&(eos=endOfStream),eos(e,{readable:t,writable:y},function(L){if(L)return n(L);$=!0,n()});var k=!1;return function(L){if(!$&&!k){if(k=!0,isRequest$1(e))return e.abort();if(typeof e.destroy=="function")return e.destroy();n(L||new ERR_STREAM_DESTROYED("pipe"))}}}function call(e){e()}function pipe(e,t){return e.pipe(t)}function popCallback(e){return!e.length||typeof e[e.length-1]!="function"?noop$2:e.pop()}function pipeline$1(){for(var e=arguments.length,t=new Array(e),y=0;y<e;y++)t[y]=arguments[y];var n=popCallback(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new ERR_MISSING_ARGS("streams");var $,k=t.map(function(L,j){var V=j<t.length-1,z=j>0;return destroyer(L,V,z,function(re){$||($=re),re&&k.forEach(call),!V&&(k.forEach(call),n($))})});return t.reduce(pipe)}var pipeline_1=pipeline$1,streamBrowserify=Stream$1,EE=eventsExports.EventEmitter,inherits$t=inherits_browserExports;inherits$t(Stream$1,EE);Stream$1.Readable=require_stream_readable$1();Stream$1.Writable=require_stream_writable$1();Stream$1.Duplex=require_stream_duplex$1();Stream$1.Transform=_stream_transform$1;Stream$1.PassThrough=_stream_passthrough$1;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(e,t){var y=this;function n(re){e.writable&&e.write(re)===!1&&y.pause&&y.pause()}y.on("data",n);function $(){y.readable&&y.resume&&y.resume()}e.on("drain",$),!e._isStdio&&(!t||t.end!==!1)&&(y.on("end",L),y.on("close",j));var k=!1;function L(){k||(k=!0,e.end())}function j(){k||(k=!0,typeof e.destroy=="function"&&e.destroy())}function V(re){if(z(),EE.listenerCount(this,"error")===0)throw re}y.on("error",V),e.on("error",V);function z(){y.removeListener("data",n),e.removeListener("drain",$),y.removeListener("end",L),y.removeListener("close",j),y.removeListener("error",V),e.removeListener("error",V),y.removeListener("end",z),y.removeListener("close",z),e.removeListener("close",z)}return y.on("end",z),y.on("close",z),e.on("close",z),e.emit("pipe",y),e};var readableBrowser$1={exports:{}};(function(e,t){t=e.exports=require_stream_readable$1(),t.Stream=t,t.Readable=t,t.Writable=require_stream_writable$1(),t.Duplex=require_stream_duplex$1(),t.Transform=_stream_transform$1,t.PassThrough=_stream_passthrough$1,t.finished=endOfStream,t.pipeline=pipeline_1})(readableBrowser$1,readableBrowser$1.exports);var readableBrowserExports$1=readableBrowser$1.exports;const{Transform:Transform$9}=readableBrowserExports$1;class Block extends Transform$9{constructor(t,y={}){super(y),typeof t=="object"&&(y=t,t=y.size),this.size=t||512;const{nopad:n,zeroPadding:$=!0}=y;n?this._zeroPadding=!1:this._zeroPadding=!!$,this._buffered=[],this._bufferedBytes=0}_transform(t,y,n){for(this._bufferedBytes+=t.length,this._buffered.push(t);this._bufferedBytes>=this.size;){this._bufferedBytes-=this.size;const $=[];let k=0;for(;k<this.size;){const L=this._buffered.shift();if(k+L.length<=this.size)$.push(L),k+=L.length;else{const j=this.size-k;$.push(L.slice(0,j)),k+=j,this._buffered.unshift(L.slice(j))}}this.push(Buffer$F.concat($,this.size))}n()}_flush(){if(this._bufferedBytes&&this._zeroPadding){const t=Buffer$F.alloc(this.size-this._bufferedBytes);this._buffered.push(t),this.push(Buffer$F.concat(this._buffered)),this._buffered=null}else this._bufferedBytes&&(this.push(Buffer$F.concat(this._buffered)),this._buffered=null);this.push(null)}}var blockStream2=Block,xml$2={exports:{}},XML_CHARACTER_MAP={"&":"&amp;",'"':"&quot;","'":"&apos;","<":"&lt;",">":"&gt;"};function escapeForXML$1(e){return e&&e.replace?e.replace(/([&"<>'])/g,function(t,y){return XML_CHARACTER_MAP[y]}):e}var escapeForXML_1=escapeForXML$1,define_process_default$b={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(e,t){typeof t!="object"&&(t={indent:t});var y=t.stream?new Stream:null,n="",$=!1,k=t.indent?t.indent===!0?DEFAULT_INDENT:t.indent:"",L=!0;function j(ue){L?define_process_default$b.nextTick(ue):ue()}function V(ue,de){if(de!==void 0&&(n+=de),ue&&!$&&(y=y||new Stream,$=!0),ue&&$){var _e=n;j(function(){y.emit("data",_e)}),n=""}}function z(ue,de){format(V,resolve(ue,k,k?1:0),de)}function re(){if(y){var ue=n;j(function(){y.emit("data",ue),y.emit("end"),y.readable=!1,y.emit("close")})}}function oe(ue){var de=ue.encoding||"UTF-8",_e={version:"1.0",encoding:de};ue.standalone&&(_e.standalone=ue.standalone),z({"?xml":{_attr:_e}}),n=n.replace("/>","?>")}return j(function(){L=!1}),t.declaration&&oe(t.declaration),e&&e.forEach?e.forEach(function(ue,de){var _e;de+1===e.length&&(_e=re),z(ue,_e)}):z(e,re),y?(y.readable=!0,y):n}function element(){var e=Array.prototype.slice.call(arguments),t={_elem:resolve(e)};return t.push=function(y){if(!this.append)throw new Error("not assigned to a parent!");var n=this,$=this._elem.indent;format(this.append,resolve(y,$,this._elem.icount+($?1:0)),function(){n.append(!0)})},t.close=function(y){y!==void 0&&this.push(y),this.end&&this.end()},t}function create_indent(e,t){return new Array(t||0).join(e||"")}function resolve(e,t,y){y=y||0;var n=create_indent(t,y),$,k=e,L=!1;if(typeof e=="object"){var j=Object.keys(e);if($=j[0],k=e[$],k&&k._elem)return k._elem.name=$,k._elem.icount=y,k._elem.indent=t,k._elem.indents=n,k._elem.interrupt=k,k._elem}var V=[],z=[],re;function oe(ue){var de=Object.keys(ue);de.forEach(function(_e){V.push(attribute(_e,ue[_e]))})}switch(typeof k){case"object":if(k===null)break;k._attr&&oe(k._attr),k._cdata&&z.push(("<![CDATA["+k._cdata).replace(/\]\]>/g,"]]]]><![CDATA[>")+"]]>"),k.forEach&&(re=!1,z.push(""),k.forEach(function(ue){if(typeof ue=="object"){var de=Object.keys(ue)[0];de=="_attr"?oe(ue._attr):z.push(resolve(ue,t,y+1))}else z.pop(),re=!0,z.push(escapeForXML(ue))}),re||z.push(""));break;default:z.push(escapeForXML(k))}return{name:$,interrupt:L,attributes:V,content:z,icount:y,indents:n,indent:t}}function format(e,t,y){if(typeof t!="object")return e(!1,t);var n=t.interrupt?1:t.content.length;function $(){for(;t.content.length;){var L=t.content.shift();if(L!==void 0){if(k(L))return;format(e,L)}}e(!1,(n>1?t.indents:"")+(t.name?"</"+t.name+">":"")+(t.indent&&!y?`
`:"")),y&&y()}function k(L){return L.interrupt?(L.interrupt.append=e,L.interrupt.end=$,L.interrupt=!1,e(!0),!0):!1}if(e(!1,t.indents+(t.name?"<"+t.name:"")+(t.attributes.length?" "+t.attributes.join(" "):"")+(n?t.name?">":"":t.name?"/>":"")+(t.indent&&n>1?`
`:"")),!n)return e(!1,t.indent?`
`:"");k(t)||$()}function attribute(e,t){return e+'="'+escapeForXML(t)+'"'}xml$2.exports=xml$1;xml$2.exports.element=xml$2.exports.Element=element;var xmlExports=xml$2.exports,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$2={},Utility={},hasRequiredUtility;function requireUtility(){return hasRequiredUtility||(hasRequiredUtility=1,(function(){var e,t,y,n,$,k,L,j=[].slice,V={}.hasOwnProperty;e=function(){var z,re,oe,ue,de,_e;if(_e=arguments[0],de=2<=arguments.length?j.call(arguments,1):[],$(Object.assign))Object.assign.apply(null,arguments);else for(z=0,oe=de.length;z<oe;z++)if(ue=de[z],ue!=null)for(re in ue)V.call(ue,re)&&(_e[re]=ue[re]);return _e},$=function(z){return!!z&&Object.prototype.toString.call(z)==="[object Function]"},k=function(z){var re;return!!z&&((re=typeof z)=="function"||re==="object")},y=function(z){return $(Array.isArray)?Array.isArray(z):Object.prototype.toString.call(z)==="[object Array]"},n=function(z){var re;if(y(z))return!z.length;for(re in z)if(V.call(z,re))return!1;return!0},L=function(z){var re,oe;return k(z)&&(oe=Object.getPrototypeOf(z))&&(re=oe.constructor)&&typeof re=="function"&&re instanceof re&&Function.prototype.toString.call(re)===Function.prototype.toString.call(Object)},t=function(z){return $(z.valueOf)?z.valueOf():z},Utility.assign=e,Utility.isFunction=$,Utility.isObject=k,Utility.isArray=y,Utility.isEmpty=n,Utility.isPlainObject=L,Utility.getValue=t}).call(commonjsGlobal)),Utility}var XMLDOMImplementation={exports:{}},hasRequiredXMLDOMImplementation;function requireXMLDOMImplementation(){return hasRequiredXMLDOMImplementation||(hasRequiredXMLDOMImplementation=1,(function(){XMLDOMImplementation.exports=function(){function e(){}return e.prototype.hasFeature=function(t,y){return!0},e.prototype.createDocumentType=function(t,y,n){throw new Error("This DOM method is not implemented.")},e.prototype.createDocument=function(t,y,n){throw new Error("This DOM method is not implemented.")},e.prototype.createHTMLDocument=function(t){throw new Error("This DOM method is not implemented.")},e.prototype.getFeature=function(t,y){throw new Error("This DOM method is not implemented.")},e}()}).call(commonjsGlobal)),XMLDOMImplementation.exports}var XMLDocument={exports:{}},XMLDOMConfiguration={exports:{}},XMLDOMErrorHandler={exports:{}},hasRequiredXMLDOMErrorHandler;function requireXMLDOMErrorHandler(){return hasRequiredXMLDOMErrorHandler||(hasRequiredXMLDOMErrorHandler=1,(function(){XMLDOMErrorHandler.exports=function(){function e(){}return e.prototype.handleError=function(t){throw new Error(t)},e}()}).call(commonjsGlobal)),XMLDOMErrorHandler.exports}var XMLDOMStringList={exports:{}},hasRequiredXMLDOMStringList;function requireXMLDOMStringList(){return hasRequiredXMLDOMStringList||(hasRequiredXMLDOMStringList=1,(function(){XMLDOMStringList.exports=function(){function e(t){this.arr=t||[]}return Object.defineProperty(e.prototype,"length",{get:function(){return this.arr.length}}),e.prototype.item=function(t){return this.arr[t]||null},e.prototype.contains=function(t){return this.arr.indexOf(t)!==-1},e}()}).call(commonjsGlobal)),XMLDOMStringList.exports}var hasRequiredXMLDOMConfiguration;function requireXMLDOMConfiguration(){return hasRequiredXMLDOMConfiguration||(hasRequiredXMLDOMConfiguration=1,(function(){var e,t;e=requireXMLDOMErrorHandler(),t=requireXMLDOMStringList(),XMLDOMConfiguration.exports=function(){function y(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new e,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(y.prototype,"parameterNames",{get:function(){return new t(Object.keys(this.defaultParams))}}),y.prototype.getParameter=function(n){return this.params.hasOwnProperty(n)?this.params[n]:null},y.prototype.canSetParameter=function(n,$){return!0},y.prototype.setParameter=function(n,$){return $!=null?this.params[n]=$:delete this.params[n]},y}()}).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 e;e=requireNodeType(),requireXMLNode(),XMLAttribute.exports=function(){function t(y,n,$){if(this.parent=y,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),n==null)throw new Error("Missing attribute name. "+this.debugInfo(n));this.name=this.stringify.name(n),this.value=this.stringify.attValue($),this.type=e.Attribute,this.isId=!1,this.schemaTypeInfo=null}return Object.defineProperty(t.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(t.prototype,"ownerElement",{get:function(){return this.parent}}),Object.defineProperty(t.prototype,"textContent",{get:function(){return this.value},set:function(y){return this.value=y||""}}),Object.defineProperty(t.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(t.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(t.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(t.prototype,"specified",{get:function(){return!0}}),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(y){return this.options.writer.attribute(this,this.options.writer.filterOptions(y))},t.prototype.debugInfo=function(y){return y=y||this.name,y==null?"parent: <"+this.parent.name+">":"attribute: {"+y+"}, parent: <"+this.parent.name+">"},t.prototype.isEqualNode=function(y){return!(y.namespaceURI!==this.namespaceURI||y.prefix!==this.prefix||y.localName!==this.localName||y.value!==this.value)},t}()}).call(commonjsGlobal)),XMLAttribute.exports}var XMLNamedNodeMap={exports:{}},hasRequiredXMLNamedNodeMap;function requireXMLNamedNodeMap(){return hasRequiredXMLNamedNodeMap||(hasRequiredXMLNamedNodeMap=1,(function(){XMLNamedNodeMap.exports=function(){function e(t){this.nodes=t}return Object.defineProperty(e.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),e.prototype.clone=function(){return this.nodes=null},e.prototype.getNamedItem=function(t){return this.nodes[t]},e.prototype.setNamedItem=function(t){var y;return y=this.nodes[t.nodeName],this.nodes[t.nodeName]=t,y||null},e.prototype.removeNamedItem=function(t){var y;return y=this.nodes[t],delete this.nodes[t],y||null},e.prototype.item=function(t){return this.nodes[Object.keys(this.nodes)[t]]||null},e.prototype.getNamedItemNS=function(t,y){throw new Error("This DOM method is not implemented.")},e.prototype.setNamedItemNS=function(t){throw new Error("This DOM method is not implemented.")},e.prototype.removeNamedItemNS=function(t,y){throw new Error("This DOM method is not implemented.")},e}()}).call(commonjsGlobal)),XMLNamedNodeMap.exports}var hasRequiredXMLElement;function requireXMLElement(){return hasRequiredXMLElement||(hasRequiredXMLElement=1,(function(){var e,t,y,n,$,k,L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=requireUtility(),L=j.isObject,k=j.isFunction,$=j.getValue,n=requireXMLNode(),e=requireNodeType(),t=requireXMLAttribute(),y=requireXMLNamedNodeMap(),XMLElement.exports=function(re){V(oe,re);function oe(ue,de,_e){var Ne,Ue,$e,Ve;if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(de),this.type=e.Element,this.attribs={},this.schemaTypeInfo=null,_e!=null&&this.attribute(_e),ue.type===e.Document&&(this.isRoot=!0,this.documentObject=ue,ue.rootObject=this,ue.children)){for(Ve=ue.children,Ue=0,$e=Ve.length;Ue<$e;Ue++)if(Ne=Ve[Ue],Ne.type===e.DocType){Ne.name=this.name;break}}}return Object.defineProperty(oe.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(oe.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(oe.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(oe.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(oe.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(oe.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(oe.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(oe.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new y(this.attribs)),this.attributeMap}}),oe.prototype.clone=function(){var ue,de,_e,Ne;_e=Object.create(this),_e.isRoot&&(_e.documentObject=null),_e.attribs={},Ne=this.attribs;for(de in Ne)z.call(Ne,de)&&(ue=Ne[de],_e.attribs[de]=ue.clone());return _e.children=[],this.children.forEach(function(Ue){var $e;return $e=Ue.clone(),$e.parent=_e,_e.children.push($e)}),_e},oe.prototype.attribute=function(ue,de){var _e,Ne;if(ue!=null&&(ue=$(ue)),L(ue))for(_e in ue)z.call(ue,_e)&&(Ne=ue[_e],this.attribute(_e,Ne));else k(de)&&(de=de.apply()),this.options.keepNullAttributes&&de==null?this.attribs[ue]=new t(this,ue,""):de!=null&&(this.attribs[ue]=new t(this,ue,de));return this},oe.prototype.removeAttribute=function(ue){var de,_e,Ne;if(ue==null)throw new Error("Missing attribute name. "+this.debugInfo());if(ue=$(ue),Array.isArray(ue))for(_e=0,Ne=ue.length;_e<Ne;_e++)de=ue[_e],delete this.attribs[de];else delete this.attribs[ue];return this},oe.prototype.toString=function(ue){return this.options.writer.element(this,this.options.writer.filterOptions(ue))},oe.prototype.att=function(ue,de){return this.attribute(ue,de)},oe.prototype.a=function(ue,de){return this.attribute(ue,de)},oe.prototype.getAttribute=function(ue){return this.attribs.hasOwnProperty(ue)?this.attribs[ue].value:null},oe.prototype.setAttribute=function(ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.getAttributeNode=function(ue){return this.attribs.hasOwnProperty(ue)?this.attribs[ue]:null},oe.prototype.setAttributeNode=function(ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.removeAttributeNode=function(ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.getElementsByTagName=function(ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.getAttributeNS=function(ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.setAttributeNS=function(ue,de,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.removeAttributeNS=function(ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.getAttributeNodeNS=function(ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.setAttributeNodeNS=function(ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.getElementsByTagNameNS=function(ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.hasAttribute=function(ue){return this.attribs.hasOwnProperty(ue)},oe.prototype.hasAttributeNS=function(ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.setIdAttribute=function(ue,de){return this.attribs.hasOwnProperty(ue)?this.attribs[ue].isId:de},oe.prototype.setIdAttributeNS=function(ue,de,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.setIdAttributeNode=function(ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.getElementsByTagName=function(ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.getElementsByTagNameNS=function(ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.getElementsByClassName=function(ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},oe.prototype.isEqualNode=function(ue){var de,_e,Ne;if(!oe.__super__.isEqualNode.apply(this,arguments).isEqualNode(ue)||ue.namespaceURI!==this.namespaceURI||ue.prefix!==this.prefix||ue.localName!==this.localName||ue.attribs.length!==this.attribs.length)return!1;for(de=_e=0,Ne=this.attribs.length-1;0<=Ne?_e<=Ne:_e>=Ne;de=0<=Ne?++_e:--_e)if(!this.attribs[de].isEqualNode(ue.attribs[de]))return!1;return!0},oe}(n)}).call(commonjsGlobal)),XMLElement.exports}var XMLCData={exports:{}},XMLCharacterData={exports:{}},hasRequiredXMLCharacterData;function requireXMLCharacterData(){return hasRequiredXMLCharacterData||(hasRequiredXMLCharacterData=1,(function(){var e,t=function(n,$){for(var k in $)y.call($,k)&&(n[k]=$[k]);function L(){this.constructor=n}return L.prototype=$.prototype,n.prototype=new L,n.__super__=$.prototype,n},y={}.hasOwnProperty;e=requireXMLNode(),XMLCharacterData.exports=function(n){t($,n);function $(k){$.__super__.constructor.call(this,k),this.value=""}return Object.defineProperty($.prototype,"data",{get:function(){return this.value},set:function(k){return this.value=k||""}}),Object.defineProperty($.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty($.prototype,"textContent",{get:function(){return this.value},set:function(k){return this.value=k||""}}),$.prototype.clone=function(){return Object.create(this)},$.prototype.substringData=function(k,L){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.appendData=function(k){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.insertData=function(k,L){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.deleteData=function(k,L){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.replaceData=function(k,L,j){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.isEqualNode=function(k){return!(!$.__super__.isEqualNode.apply(this,arguments).isEqualNode(k)||k.data!==this.data)},$}(e)}).call(commonjsGlobal)),XMLCharacterData.exports}var hasRequiredXMLCData;function requireXMLCData(){return hasRequiredXMLCData||(hasRequiredXMLCData=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLCData.exports=function($){y(k,$);function k(L,j){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=e.CData,this.value=this.stringify.cdata(j)}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.cdata(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLCData.exports}var XMLComment={exports:{}},hasRequiredXMLComment;function requireXMLComment(){return hasRequiredXMLComment||(hasRequiredXMLComment=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLComment.exports=function($){y(k,$);function k(L,j){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=e.Comment,this.value=this.stringify.comment(j)}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.comment(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLComment.exports}var XMLDeclaration={exports:{}},hasRequiredXMLDeclaration;function requireXMLDeclaration(){return hasRequiredXMLDeclaration||(hasRequiredXMLDeclaration=1,(function(){var e,t,y,n=function(k,L){for(var j in L)$.call(L,j)&&(k[j]=L[j]);function V(){this.constructor=k}return V.prototype=L.prototype,k.prototype=new V,k.__super__=L.prototype,k},$={}.hasOwnProperty;y=requireUtility().isObject,t=requireXMLNode(),e=requireNodeType(),XMLDeclaration.exports=function(k){n(L,k);function L(j,V,z,re){var oe;L.__super__.constructor.call(this,j),y(V)&&(oe=V,V=oe.version,z=oe.encoding,re=oe.standalone),V||(V="1.0"),this.type=e.Declaration,this.version=this.stringify.xmlVersion(V),z!=null&&(this.encoding=this.stringify.xmlEncoding(z)),re!=null&&(this.standalone=this.stringify.xmlStandalone(re))}return L.prototype.toString=function(j){return this.options.writer.declaration(this,this.options.writer.filterOptions(j))},L}(t)}).call(commonjsGlobal)),XMLDeclaration.exports}var XMLDocType={exports:{}},XMLDTDAttList={exports:{}},hasRequiredXMLDTDAttList;function requireXMLDTDAttList(){return hasRequiredXMLDTDAttList||(hasRequiredXMLDTDAttList=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDAttList.exports=function($){y(k,$);function k(L,j,V,z,re,oe){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(V==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(j));if(!z)throw new Error("Missing DTD attribute type. "+this.debugInfo(j));if(!re)throw new Error("Missing DTD attribute default. "+this.debugInfo(j));if(re.indexOf("#")!==0&&(re="#"+re),!re.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(j));if(oe&&!re.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(j));this.elementName=this.stringify.name(j),this.type=e.AttributeDeclaration,this.attributeName=this.stringify.name(V),this.attributeType=this.stringify.dtdAttType(z),oe&&(this.defaultValue=this.stringify.dtdAttDefault(oe)),this.defaultValueType=re}return k.prototype.toString=function(L){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLDTDAttList.exports}var XMLDTDEntity={exports:{}},hasRequiredXMLDTDEntity;function requireXMLDTDEntity(){return hasRequiredXMLDTDEntity||(hasRequiredXMLDTDEntity=1,(function(){var e,t,y,n=function(k,L){for(var j in L)$.call(L,j)&&(k[j]=L[j]);function V(){this.constructor=k}return V.prototype=L.prototype,k.prototype=new V,k.__super__=L.prototype,k},$={}.hasOwnProperty;y=requireUtility().isObject,t=requireXMLNode(),e=requireNodeType(),XMLDTDEntity.exports=function(k){n(L,k);function L(j,V,z,re){if(L.__super__.constructor.call(this,j),z==null)throw new Error("Missing DTD entity name. "+this.debugInfo(z));if(re==null)throw new Error("Missing DTD entity value. "+this.debugInfo(z));if(this.pe=!!V,this.name=this.stringify.name(z),this.type=e.EntityDeclaration,!y(re))this.value=this.stringify.dtdEntityValue(re),this.internal=!0;else{if(!re.pubID&&!re.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(z));if(re.pubID&&!re.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(z));if(this.internal=!1,re.pubID!=null&&(this.pubID=this.stringify.dtdPubID(re.pubID)),re.sysID!=null&&(this.sysID=this.stringify.dtdSysID(re.sysID)),re.nData!=null&&(this.nData=this.stringify.dtdNData(re.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(z))}}return Object.defineProperty(L.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(L.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(L.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(L.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(L.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(L.prototype,"xmlVersion",{get:function(){return null}}),L.prototype.toString=function(j){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(j))},L}(t)}).call(commonjsGlobal)),XMLDTDEntity.exports}var XMLDTDElement={exports:{}},hasRequiredXMLDTDElement;function requireXMLDTDElement(){return hasRequiredXMLDTDElement||(hasRequiredXMLDTDElement=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDElement.exports=function($){y(k,$);function k(L,j,V){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing DTD element name. "+this.debugInfo());V||(V="(#PCDATA)"),Array.isArray(V)&&(V="("+V.join(",")+")"),this.name=this.stringify.name(j),this.type=e.ElementDeclaration,this.value=this.stringify.dtdElementValue(V)}return k.prototype.toString=function(L){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLDTDElement.exports}var XMLDTDNotation={exports:{}},hasRequiredXMLDTDNotation;function requireXMLDTDNotation(){return hasRequiredXMLDTDNotation||(hasRequiredXMLDTDNotation=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDNotation.exports=function($){y(k,$);function k(L,j,V){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing DTD notation name. "+this.debugInfo(j));if(!V.pubID&&!V.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(j));this.name=this.stringify.name(j),this.type=e.NotationDeclaration,V.pubID!=null&&(this.pubID=this.stringify.dtdPubID(V.pubID)),V.sysID!=null&&(this.sysID=this.stringify.dtdSysID(V.sysID))}return Object.defineProperty(k.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(k.prototype,"systemId",{get:function(){return this.sysID}}),k.prototype.toString=function(L){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLDTDNotation.exports}var hasRequiredXMLDocType;function requireXMLDocType(){return hasRequiredXMLDocType||(hasRequiredXMLDocType=1,(function(){var e,t,y,n,$,k,L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=requireUtility().isObject,L=requireXMLNode(),e=requireNodeType(),t=requireXMLDTDAttList(),n=requireXMLDTDEntity(),y=requireXMLDTDElement(),$=requireXMLDTDNotation(),k=requireXMLNamedNodeMap(),XMLDocType.exports=function(re){V(oe,re);function oe(ue,de,_e){var Ne,Ue,$e,Ve,Fe,qe;if(oe.__super__.constructor.call(this,ue),this.type=e.DocType,ue.children){for(Ve=ue.children,Ue=0,$e=Ve.length;Ue<$e;Ue++)if(Ne=Ve[Ue],Ne.type===e.Element){this.name=Ne.name;break}}this.documentObject=ue,j(de)&&(Fe=de,de=Fe.pubID,_e=Fe.sysID),_e==null&&(qe=[de,_e],_e=qe[0],de=qe[1]),de!=null&&(this.pubID=this.stringify.dtdPubID(de)),_e!=null&&(this.sysID=this.stringify.dtdSysID(_e))}return Object.defineProperty(oe.prototype,"entities",{get:function(){var ue,de,_e,Ne,Ue;for(Ne={},Ue=this.children,de=0,_e=Ue.length;de<_e;de++)ue=Ue[de],ue.type===e.EntityDeclaration&&!ue.pe&&(Ne[ue.name]=ue);return new k(Ne)}}),Object.defineProperty(oe.prototype,"notations",{get:function(){var ue,de,_e,Ne,Ue;for(Ne={},Ue=this.children,de=0,_e=Ue.length;de<_e;de++)ue=Ue[de],ue.type===e.NotationDeclaration&&(Ne[ue.name]=ue);return new k(Ne)}}),Object.defineProperty(oe.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(oe.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(oe.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),oe.prototype.element=function(ue,de){var _e;return _e=new y(this,ue,de),this.children.push(_e),this},oe.prototype.attList=function(ue,de,_e,Ne,Ue){var $e;return $e=new t(this,ue,de,_e,Ne,Ue),this.children.push($e),this},oe.prototype.entity=function(ue,de){var _e;return _e=new n(this,!1,ue,de),this.children.push(_e),this},oe.prototype.pEntity=function(ue,de){var _e;return _e=new n(this,!0,ue,de),this.children.push(_e),this},oe.prototype.notation=function(ue,de){var _e;return _e=new $(this,ue,de),this.children.push(_e),this},oe.prototype.toString=function(ue){return this.options.writer.docType(this,this.options.writer.filterOptions(ue))},oe.prototype.ele=function(ue,de){return this.element(ue,de)},oe.prototype.att=function(ue,de,_e,Ne,Ue){return this.attList(ue,de,_e,Ne,Ue)},oe.prototype.ent=function(ue,de){return this.entity(ue,de)},oe.prototype.pent=function(ue,de){return this.pEntity(ue,de)},oe.prototype.not=function(ue,de){return this.notation(ue,de)},oe.prototype.up=function(){return this.root()||this.documentObject},oe.prototype.isEqualNode=function(ue){return!(!oe.__super__.isEqualNode.apply(this,arguments).isEqualNode(ue)||ue.name!==this.name||ue.publicId!==this.publicId||ue.systemId!==this.systemId)},oe}(L)}).call(commonjsGlobal)),XMLDocType.exports}var XMLRaw={exports:{}},hasRequiredXMLRaw;function requireXMLRaw(){return hasRequiredXMLRaw||(hasRequiredXMLRaw=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLNode(),XMLRaw.exports=function($){y(k,$);function k(L,j){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=e.Raw,this.value=this.stringify.raw(j)}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.raw(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLRaw.exports}var XMLText={exports:{}},hasRequiredXMLText;function requireXMLText(){return hasRequiredXMLText||(hasRequiredXMLText=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLText.exports=function($){y(k,$);function k(L,j){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=e.Text,this.value=this.stringify.text(j)}return Object.defineProperty(k.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(k.prototype,"wholeText",{get:function(){var L,j,V;for(V="",j=this.previousSibling;j;)V=j.data+V,j=j.previousSibling;for(V+=this.data,L=this.nextSibling;L;)V=V+L.data,L=L.nextSibling;return V}}),k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.text(this,this.options.writer.filterOptions(L))},k.prototype.splitText=function(L){throw new Error("This DOM method is not implemented."+this.debugInfo())},k.prototype.replaceWholeText=function(L){throw new Error("This DOM method is not implemented."+this.debugInfo())},k}(t)}).call(commonjsGlobal)),XMLText.exports}var XMLProcessingInstruction={exports:{}},hasRequiredXMLProcessingInstruction;function requireXMLProcessingInstruction(){return hasRequiredXMLProcessingInstruction||(hasRequiredXMLProcessingInstruction=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLProcessingInstruction.exports=function($){y(k,$);function k(L,j,V){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=e.ProcessingInstruction,this.target=this.stringify.insTarget(j),this.name=this.target,V&&(this.value=this.stringify.insValue(V))}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(L))},k.prototype.isEqualNode=function(L){return!(!k.__super__.isEqualNode.apply(this,arguments).isEqualNode(L)||L.target!==this.target)},k}(t)}).call(commonjsGlobal)),XMLProcessingInstruction.exports}var XMLDummy={exports:{}},hasRequiredXMLDummy;function requireXMLDummy(){return hasRequiredXMLDummy||(hasRequiredXMLDummy=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDummy.exports=function($){y(k,$);function k(L){k.__super__.constructor.call(this,L),this.type=e.Dummy}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return""},k}(t)}).call(commonjsGlobal)),XMLDummy.exports}var XMLNodeList={exports:{}},hasRequiredXMLNodeList;function requireXMLNodeList(){return hasRequiredXMLNodeList||(hasRequiredXMLNodeList=1,(function(){XMLNodeList.exports=function(){function e(t){this.nodes=t}return Object.defineProperty(e.prototype,"length",{get:function(){return this.nodes.length||0}}),e.prototype.clone=function(){return this.nodes=null},e.prototype.item=function(t){return this.nodes[t]||null},e}()}).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 e,t,y,n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e={}.hasOwnProperty;Ue=requireUtility(),Ne=Ue.isObject,_e=Ue.isFunction,de=Ue.isEmpty,ue=Ue.getValue,j=null,y=null,n=null,$=null,k=null,re=null,oe=null,z=null,L=null,t=null,V=null,e=null,XMLNode.exports=function(){function Ve(Fe){this.parent=Fe,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,j||(j=requireXMLElement(),y=requireXMLCData(),n=requireXMLComment(),$=requireXMLDeclaration(),k=requireXMLDocType(),re=requireXMLRaw(),oe=requireXMLText(),z=requireXMLProcessingInstruction(),L=requireXMLDummy(),t=requireNodeType(),V=requireXMLNodeList(),requireXMLNamedNodeMap(),e=requireDocumentPosition())}return Object.defineProperty(Ve.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(Ve.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(Ve.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(Ve.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(Ve.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new V(this.children)),this.childNodeList}}),Object.defineProperty(Ve.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(Ve.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(Ve.prototype,"previousSibling",{get:function(){var Fe;return Fe=this.parent.children.indexOf(this),this.parent.children[Fe-1]||null}}),Object.defineProperty(Ve.prototype,"nextSibling",{get:function(){var Fe;return Fe=this.parent.children.indexOf(this),this.parent.children[Fe+1]||null}}),Object.defineProperty(Ve.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(Ve.prototype,"textContent",{get:function(){var Fe,qe,er,ir,dr;if(this.nodeType===t.Element||this.nodeType===t.DocumentFragment){for(dr="",ir=this.children,qe=0,er=ir.length;qe<er;qe++)Fe=ir[qe],Fe.textContent&&(dr+=Fe.textContent);return dr}else return null},set:function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Ve.prototype.setParent=function(Fe){var qe,er,ir,dr,cr;for(this.parent=Fe,Fe&&(this.options=Fe.options,this.stringify=Fe.stringify),dr=this.children,cr=[],er=0,ir=dr.length;er<ir;er++)qe=dr[er],cr.push(qe.setParent(this));return cr},Ve.prototype.element=function(Fe,qe,er){var ir,dr,cr,nr,lr,Et,ie,pe,Ce,Ie,jt;if(Et=null,qe===null&&er==null&&(Ce=[{},null],qe=Ce[0],er=Ce[1]),qe==null&&(qe={}),qe=ue(qe),Ne(qe)||(Ie=[qe,er],er=Ie[0],qe=Ie[1]),Fe!=null&&(Fe=ue(Fe)),Array.isArray(Fe))for(cr=0,ie=Fe.length;cr<ie;cr++)dr=Fe[cr],Et=this.element(dr);else if(_e(Fe))Et=this.element(Fe.apply());else if(Ne(Fe)){for(lr in Fe)if($e.call(Fe,lr))if(jt=Fe[lr],_e(jt)&&(jt=jt.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&lr.indexOf(this.stringify.convertAttKey)===0)Et=this.attribute(lr.substr(this.stringify.convertAttKey.length),jt);else if(!this.options.separateArrayItems&&Array.isArray(jt)&&de(jt))Et=this.dummy();else if(Ne(jt)&&de(jt))Et=this.element(lr);else if(!this.options.keepNullNodes&&jt==null)Et=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(jt))for(nr=0,pe=jt.length;nr<pe;nr++)dr=jt[nr],ir={},ir[lr]=dr,Et=this.element(ir);else Ne(jt)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&lr.indexOf(this.stringify.convertTextKey)===0?Et=this.element(jt):(Et=this.element(lr),Et.element(jt)):Et=this.element(lr,jt)}else!this.options.keepNullNodes&&er===null?Et=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&Fe.indexOf(this.stringify.convertTextKey)===0?Et=this.text(er):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&Fe.indexOf(this.stringify.convertCDataKey)===0?Et=this.cdata(er):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&Fe.indexOf(this.stringify.convertCommentKey)===0?Et=this.comment(er):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&Fe.indexOf(this.stringify.convertRawKey)===0?Et=this.raw(er):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&Fe.indexOf(this.stringify.convertPIKey)===0?Et=this.instruction(Fe.substr(this.stringify.convertPIKey.length),er):Et=this.node(Fe,qe,er);if(Et==null)throw new Error("Could not create any elements with: "+Fe+". "+this.debugInfo());return Et},Ve.prototype.insertBefore=function(Fe,qe,er){var ir,dr,cr,nr,lr;if(Fe!=null&&Fe.type)return cr=Fe,nr=qe,cr.setParent(this),nr?(dr=children.indexOf(nr),lr=children.splice(dr),children.push(cr),Array.prototype.push.apply(children,lr)):children.push(cr),cr;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(Fe));return dr=this.parent.children.indexOf(this),lr=this.parent.children.splice(dr),ir=this.parent.element(Fe,qe,er),Array.prototype.push.apply(this.parent.children,lr),ir},Ve.prototype.insertAfter=function(Fe,qe,er){var ir,dr,cr;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(Fe));return dr=this.parent.children.indexOf(this),cr=this.parent.children.splice(dr+1),ir=this.parent.element(Fe,qe,er),Array.prototype.push.apply(this.parent.children,cr),ir},Ve.prototype.remove=function(){var Fe;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return Fe=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[Fe,Fe-Fe+1].concat([])),this.parent},Ve.prototype.node=function(Fe,qe,er){var ir,dr;return Fe!=null&&(Fe=ue(Fe)),qe||(qe={}),qe=ue(qe),Ne(qe)||(dr=[qe,er],er=dr[0],qe=dr[1]),ir=new j(this,Fe,qe),er!=null&&ir.text(er),this.children.push(ir),ir},Ve.prototype.text=function(Fe){var qe;return Ne(Fe)&&this.element(Fe),qe=new oe(this,Fe),this.children.push(qe),this},Ve.prototype.cdata=function(Fe){var qe;return qe=new y(this,Fe),this.children.push(qe),this},Ve.prototype.comment=function(Fe){var qe;return qe=new n(this,Fe),this.children.push(qe),this},Ve.prototype.commentBefore=function(Fe){var qe,er;return qe=this.parent.children.indexOf(this),er=this.parent.children.splice(qe),this.parent.comment(Fe),Array.prototype.push.apply(this.parent.children,er),this},Ve.prototype.commentAfter=function(Fe){var qe,er;return qe=this.parent.children.indexOf(this),er=this.parent.children.splice(qe+1),this.parent.comment(Fe),Array.prototype.push.apply(this.parent.children,er),this},Ve.prototype.raw=function(Fe){var qe;return qe=new re(this,Fe),this.children.push(qe),this},Ve.prototype.dummy=function(){var Fe;return Fe=new L(this),Fe},Ve.prototype.instruction=function(Fe,qe){var er,ir,dr,cr,nr;if(Fe!=null&&(Fe=ue(Fe)),qe!=null&&(qe=ue(qe)),Array.isArray(Fe))for(cr=0,nr=Fe.length;cr<nr;cr++)er=Fe[cr],this.instruction(er);else if(Ne(Fe))for(er in Fe)$e.call(Fe,er)&&(ir=Fe[er],this.instruction(er,ir));else _e(qe)&&(qe=qe.apply()),dr=new z(this,Fe,qe),this.children.push(dr);return this},Ve.prototype.instructionBefore=function(Fe,qe){var er,ir;return er=this.parent.children.indexOf(this),ir=this.parent.children.splice(er),this.parent.instruction(Fe,qe),Array.prototype.push.apply(this.parent.children,ir),this},Ve.prototype.instructionAfter=function(Fe,qe){var er,ir;return er=this.parent.children.indexOf(this),ir=this.parent.children.splice(er+1),this.parent.instruction(Fe,qe),Array.prototype.push.apply(this.parent.children,ir),this},Ve.prototype.declaration=function(Fe,qe,er){var ir,dr;return ir=this.document(),dr=new $(ir,Fe,qe,er),ir.children.length===0?ir.children.unshift(dr):ir.children[0].type===t.Declaration?ir.children[0]=dr:ir.children.unshift(dr),ir.root()||ir},Ve.prototype.dtd=function(Fe,qe){var er,ir,dr,cr,nr,lr,Et,ie,pe,Ce;for(ir=this.document(),dr=new k(ir,Fe,qe),pe=ir.children,cr=nr=0,Et=pe.length;nr<Et;cr=++nr)if(er=pe[cr],er.type===t.DocType)return ir.children[cr]=dr,dr;for(Ce=ir.children,cr=lr=0,ie=Ce.length;lr<ie;cr=++lr)if(er=Ce[cr],er.isRoot)return ir.children.splice(cr,0,dr),dr;return ir.children.push(dr),dr},Ve.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},Ve.prototype.root=function(){var Fe;for(Fe=this;Fe;){if(Fe.type===t.Document)return Fe.rootObject;if(Fe.isRoot)return Fe;Fe=Fe.parent}},Ve.prototype.document=function(){var Fe;for(Fe=this;Fe;){if(Fe.type===t.Document)return Fe;Fe=Fe.parent}},Ve.prototype.end=function(Fe){return this.document().end(Fe)},Ve.prototype.prev=function(){var Fe;if(Fe=this.parent.children.indexOf(this),Fe<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[Fe-1]},Ve.prototype.next=function(){var Fe;if(Fe=this.parent.children.indexOf(this),Fe===-1||Fe===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[Fe+1]},Ve.prototype.importDocument=function(Fe){var qe;return qe=Fe.root().clone(),qe.parent=this,qe.isRoot=!1,this.children.push(qe),this},Ve.prototype.debugInfo=function(Fe){var qe,er;return Fe=Fe||this.name,Fe==null&&!((qe=this.parent)!=null&&qe.name)?"":Fe==null?"parent: <"+this.parent.name+">":(er=this.parent)!=null&&er.name?"node: <"+Fe+">, parent: <"+this.parent.name+">":"node: <"+Fe+">"},Ve.prototype.ele=function(Fe,qe,er){return this.element(Fe,qe,er)},Ve.prototype.nod=function(Fe,qe,er){return this.node(Fe,qe,er)},Ve.prototype.txt=function(Fe){return this.text(Fe)},Ve.prototype.dat=function(Fe){return this.cdata(Fe)},Ve.prototype.com=function(Fe){return this.comment(Fe)},Ve.prototype.ins=function(Fe,qe){return this.instruction(Fe,qe)},Ve.prototype.doc=function(){return this.document()},Ve.prototype.dec=function(Fe,qe,er){return this.declaration(Fe,qe,er)},Ve.prototype.e=function(Fe,qe,er){return this.element(Fe,qe,er)},Ve.prototype.n=function(Fe,qe,er){return this.node(Fe,qe,er)},Ve.prototype.t=function(Fe){return this.text(Fe)},Ve.prototype.d=function(Fe){return this.cdata(Fe)},Ve.prototype.c=function(Fe){return this.comment(Fe)},Ve.prototype.r=function(Fe){return this.raw(Fe)},Ve.prototype.i=function(Fe,qe){return this.instruction(Fe,qe)},Ve.prototype.u=function(){return this.up()},Ve.prototype.importXMLBuilder=function(Fe){return this.importDocument(Fe)},Ve.prototype.replaceChild=function(Fe,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.removeChild=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.appendChild=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.hasChildNodes=function(){return this.children.length!==0},Ve.prototype.cloneNode=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.isSupported=function(Fe,qe){return!0},Ve.prototype.hasAttributes=function(){return this.attribs.length!==0},Ve.prototype.compareDocumentPosition=function(Fe){var qe,er;return qe=this,qe===Fe?0:this.document()!==Fe.document()?(er=e.Disconnected|e.ImplementationSpecific,Math.random()<.5?er|=e.Preceding:er|=e.Following,er):qe.isAncestor(Fe)?e.Contains|e.Preceding:qe.isDescendant(Fe)?e.Contains|e.Following:qe.isPreceding(Fe)?e.Preceding:e.Following},Ve.prototype.isSameNode=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.lookupPrefix=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.isDefaultNamespace=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.lookupNamespaceURI=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.isEqualNode=function(Fe){var qe,er,ir;if(Fe.nodeType!==this.nodeType||Fe.children.length!==this.children.length)return!1;for(qe=er=0,ir=this.children.length-1;0<=ir?er<=ir:er>=ir;qe=0<=ir?++er:--er)if(!this.children[qe].isEqualNode(Fe.children[qe]))return!1;return!0},Ve.prototype.getFeature=function(Fe,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.setUserData=function(Fe,qe,er){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.getUserData=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.contains=function(Fe){return Fe?Fe===this||this.isDescendant(Fe):!1},Ve.prototype.isDescendant=function(Fe){var qe,er,ir,dr,cr;for(cr=this.children,ir=0,dr=cr.length;ir<dr;ir++)if(qe=cr[ir],Fe===qe||(er=qe.isDescendant(Fe),er))return!0;return!1},Ve.prototype.isAncestor=function(Fe){return Fe.isDescendant(this)},Ve.prototype.isPreceding=function(Fe){var qe,er;return qe=this.treePosition(Fe),er=this.treePosition(this),qe===-1||er===-1?!1:qe<er},Ve.prototype.isFollowing=function(Fe){var qe,er;return qe=this.treePosition(Fe),er=this.treePosition(this),qe===-1||er===-1?!1:qe>er},Ve.prototype.treePosition=function(Fe){var qe,er;return er=0,qe=!1,this.foreachTreeNode(this.document(),function(ir){if(er++,!qe&&ir===Fe)return qe=!0}),qe?er:-1},Ve.prototype.foreachTreeNode=function(Fe,qe){var er,ir,dr,cr,nr;for(Fe||(Fe=this.document()),cr=Fe.children,ir=0,dr=cr.length;ir<dr;ir++){if(er=cr[ir],nr=qe(er))return nr;if(nr=this.foreachTreeNode(er,qe),nr)return nr}},Ve}()}).call(commonjsGlobal)),XMLNode.exports}var XMLStringifier={exports:{}},hasRequiredXMLStringifier;function requireXMLStringifier(){return hasRequiredXMLStringifier||(hasRequiredXMLStringifier=1,(function(){var e=function(y,n){return function(){return y.apply(n,arguments)}},t={}.hasOwnProperty;XMLStringifier.exports=function(){function y(n){this.assertLegalName=e(this.assertLegalName,this),this.assertLegalChar=e(this.assertLegalChar,this);var $,k,L;n||(n={}),this.options=n,this.options.version||(this.options.version="1.0"),k=n.stringify||{};for($ in k)t.call(k,$)&&(L=k[$],this[$]=L)}return y.prototype.name=function(n){return this.options.noValidation?n:this.assertLegalName(""+n||"")},y.prototype.text=function(n){return this.options.noValidation?n:this.assertLegalChar(this.textEscape(""+n||""))},y.prototype.cdata=function(n){return this.options.noValidation?n:(n=""+n||"",n=n.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(n))},y.prototype.comment=function(n){if(this.options.noValidation)return n;if(n=""+n||"",n.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+n);return this.assertLegalChar(n)},y.prototype.raw=function(n){return this.options.noValidation?n:""+n||""},y.prototype.attValue=function(n){return this.options.noValidation?n:this.assertLegalChar(this.attEscape(n=""+n||""))},y.prototype.insTarget=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.insValue=function(n){if(this.options.noValidation)return n;if(n=""+n||"",n.match(/\?>/))throw new Error("Invalid processing instruction value: "+n);return this.assertLegalChar(n)},y.prototype.xmlVersion=function(n){if(this.options.noValidation)return n;if(n=""+n||"",!n.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+n);return n},y.prototype.xmlEncoding=function(n){if(this.options.noValidation)return n;if(n=""+n||"",!n.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+n);return this.assertLegalChar(n)},y.prototype.xmlStandalone=function(n){return this.options.noValidation?n:n?"yes":"no"},y.prototype.dtdPubID=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdSysID=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdElementValue=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdAttType=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdAttDefault=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdEntityValue=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdNData=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.convertAttKey="@",y.prototype.convertPIKey="?",y.prototype.convertTextKey="#text",y.prototype.convertCDataKey="#cdata",y.prototype.convertCommentKey="#comment",y.prototype.convertRawKey="#raw",y.prototype.assertLegalChar=function(n){var $,k;if(this.options.noValidation)return n;if($="",this.options.version==="1.0"){if($=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,k=n.match($))throw new Error("Invalid character in string: "+n+" at index "+k.index)}else if(this.options.version==="1.1"&&($=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,k=n.match($)))throw new Error("Invalid character in string: "+n+" at index "+k.index);return n},y.prototype.assertLegalName=function(n){var $;if(this.options.noValidation)return n;if(this.assertLegalChar(n),$=/^([: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])*$/,!n.match($))throw new Error("Invalid character in name");return n},y.prototype.textEscape=function(n){var $;return this.options.noValidation?n:($=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,n.replace($,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;"))},y.prototype.attEscape=function(n){var $;return this.options.noValidation?n:($=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,n.replace($,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;"))},y}()}).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 e,t,y,n={}.hasOwnProperty;y=requireUtility().assign,e=requireNodeType(),requireXMLDeclaration(),requireXMLDocType(),requireXMLCData(),requireXMLComment(),requireXMLElement(),requireXMLRaw(),requireXMLText(),requireXMLProcessingInstruction(),requireXMLDummy(),requireXMLDTDAttList(),requireXMLDTDElement(),requireXMLDTDEntity(),requireXMLDTDNotation(),t=requireWriterState(),XMLWriterBase.exports=function(){function $(k){var L,j,V;k||(k={}),this.options=k,j=k.writer||{};for(L in j)n.call(j,L)&&(V=j[L],this["_"+L]=this[L],this[L]=V)}return $.prototype.filterOptions=function(k){var L,j,V,z,re,oe,ue,de;return k||(k={}),k=y({},this.options,k),L={writer:this},L.pretty=k.pretty||!1,L.allowEmpty=k.allowEmpty||!1,L.indent=(j=k.indent)!=null?j:" ",L.newline=(V=k.newline)!=null?V:`
`,L.offset=(z=k.offset)!=null?z:0,L.dontPrettyTextNodes=(re=(oe=k.dontPrettyTextNodes)!=null?oe:k.dontprettytextnodes)!=null?re:0,L.spaceBeforeSlash=(ue=(de=k.spaceBeforeSlash)!=null?de:k.spacebeforeslash)!=null?ue:"",L.spaceBeforeSlash===!0&&(L.spaceBeforeSlash=" "),L.suppressPrettyCount=0,L.user={},L.state=t.None,L},$.prototype.indent=function(k,L,j){var V;return!L.pretty||L.suppressPrettyCount?"":L.pretty&&(V=(j||0)+L.offset+1,V>0)?new Array(V).join(L.indent):""},$.prototype.endline=function(k,L,j){return!L.pretty||L.suppressPrettyCount?"":L.newline},$.prototype.attribute=function(k,L,j){var V;return this.openAttribute(k,L,j),V=" "+k.name+'="'+k.value+'"',this.closeAttribute(k,L,j),V},$.prototype.cdata=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"<![CDATA[",L.state=t.InsideTag,V+=k.value,L.state=t.CloseTag,V+="]]>"+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.comment=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"<!-- ",L.state=t.InsideTag,V+=k.value,L.state=t.CloseTag,V+=" -->"+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.declaration=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"<?xml",L.state=t.InsideTag,V+=' version="'+k.version+'"',k.encoding!=null&&(V+=' encoding="'+k.encoding+'"'),k.standalone!=null&&(V+=' standalone="'+k.standalone+'"'),L.state=t.CloseTag,V+=L.spaceBeforeSlash+"?>",V+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.docType=function(k,L,j){var V,z,re,oe,ue;if(j||(j=0),this.openNode(k,L,j),L.state=t.OpenTag,oe=this.indent(k,L,j),oe+="<!DOCTYPE "+k.root().name,k.pubID&&k.sysID?oe+=' PUBLIC "'+k.pubID+'" "'+k.sysID+'"':k.sysID&&(oe+=' SYSTEM "'+k.sysID+'"'),k.children.length>0){for(oe+=" [",oe+=this.endline(k,L,j),L.state=t.InsideTag,ue=k.children,z=0,re=ue.length;z<re;z++)V=ue[z],oe+=this.writeChildNode(V,L,j+1);L.state=t.CloseTag,oe+="]"}return L.state=t.CloseTag,oe+=L.spaceBeforeSlash+">",oe+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),oe},$.prototype.element=function(k,L,j){var V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve,Fe,qe,er;j||(j=0),$e=!1,Ve="",this.openNode(k,L,j),L.state=t.OpenTag,Ve+=this.indent(k,L,j)+"<"+k.name,Fe=k.attribs;for(Ue in Fe)n.call(Fe,Ue)&&(V=Fe[Ue],Ve+=this.attribute(V,L,j));if(re=k.children.length,oe=re===0?null:k.children[0],re===0||k.children.every(function(ir){return(ir.type===e.Text||ir.type===e.Raw)&&ir.value===""}))L.allowEmpty?(Ve+=">",L.state=t.CloseTag,Ve+="</"+k.name+">"+this.endline(k,L,j)):(L.state=t.CloseTag,Ve+=L.spaceBeforeSlash+"/>"+this.endline(k,L,j));else if(L.pretty&&re===1&&(oe.type===e.Text||oe.type===e.Raw)&&oe.value!=null)Ve+=">",L.state=t.InsideTag,L.suppressPrettyCount++,$e=!0,Ve+=this.writeChildNode(oe,L,j+1),L.suppressPrettyCount--,$e=!1,L.state=t.CloseTag,Ve+="</"+k.name+">"+this.endline(k,L,j);else{if(L.dontPrettyTextNodes){for(qe=k.children,ue=0,_e=qe.length;ue<_e;ue++)if(z=qe[ue],(z.type===e.Text||z.type===e.Raw)&&z.value!=null){L.suppressPrettyCount++,$e=!0;break}}for(Ve+=">"+this.endline(k,L,j),L.state=t.InsideTag,er=k.children,de=0,Ne=er.length;de<Ne;de++)z=er[de],Ve+=this.writeChildNode(z,L,j+1);L.state=t.CloseTag,Ve+=this.indent(k,L,j)+"</"+k.name+">",$e&&L.suppressPrettyCount--,Ve+=this.endline(k,L,j),L.state=t.None}return this.closeNode(k,L,j),Ve},$.prototype.writeChildNode=function(k,L,j){switch(k.type){case e.CData:return this.cdata(k,L,j);case e.Comment:return this.comment(k,L,j);case e.Element:return this.element(k,L,j);case e.Raw:return this.raw(k,L,j);case e.Text:return this.text(k,L,j);case e.ProcessingInstruction:return this.processingInstruction(k,L,j);case e.Dummy:return"";case e.Declaration:return this.declaration(k,L,j);case e.DocType:return this.docType(k,L,j);case e.AttributeDeclaration:return this.dtdAttList(k,L,j);case e.ElementDeclaration:return this.dtdElement(k,L,j);case e.EntityDeclaration:return this.dtdEntity(k,L,j);case e.NotationDeclaration:return this.dtdNotation(k,L,j);default:throw new Error("Unknown XML node type: "+k.constructor.name)}},$.prototype.processingInstruction=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"<?",L.state=t.InsideTag,V+=k.target,k.value&&(V+=" "+k.value),L.state=t.CloseTag,V+=L.spaceBeforeSlash+"?>",V+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.raw=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j),L.state=t.InsideTag,V+=k.value,L.state=t.CloseTag,V+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.text=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j),L.state=t.InsideTag,V+=k.value,L.state=t.CloseTag,V+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.dtdAttList=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"<!ATTLIST",L.state=t.InsideTag,V+=" "+k.elementName+" "+k.attributeName+" "+k.attributeType,k.defaultValueType!=="#DEFAULT"&&(V+=" "+k.defaultValueType),k.defaultValue&&(V+=' "'+k.defaultValue+'"'),L.state=t.CloseTag,V+=L.spaceBeforeSlash+">"+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.dtdElement=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"<!ELEMENT",L.state=t.InsideTag,V+=" "+k.name+" "+k.value,L.state=t.CloseTag,V+=L.spaceBeforeSlash+">"+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.dtdEntity=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"<!ENTITY",L.state=t.InsideTag,k.pe&&(V+=" %"),V+=" "+k.name,k.value?V+=' "'+k.value+'"':(k.pubID&&k.sysID?V+=' PUBLIC "'+k.pubID+'" "'+k.sysID+'"':k.sysID&&(V+=' SYSTEM "'+k.sysID+'"'),k.nData&&(V+=" NDATA "+k.nData)),L.state=t.CloseTag,V+=L.spaceBeforeSlash+">"+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.dtdNotation=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"<!NOTATION",L.state=t.InsideTag,V+=" "+k.name,k.pubID&&k.sysID?V+=' PUBLIC "'+k.pubID+'" "'+k.sysID+'"':k.pubID?V+=' PUBLIC "'+k.pubID+'"':k.sysID&&(V+=' SYSTEM "'+k.sysID+'"'),L.state=t.CloseTag,V+=L.spaceBeforeSlash+">"+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.openNode=function(k,L,j){},$.prototype.closeNode=function(k,L,j){},$.prototype.openAttribute=function(k,L,j){},$.prototype.closeAttribute=function(k,L,j){},$}()}).call(commonjsGlobal)),XMLWriterBase.exports}var hasRequiredXMLStringWriter;function requireXMLStringWriter(){return hasRequiredXMLStringWriter||(hasRequiredXMLStringWriter=1,(function(){var e,t=function(n,$){for(var k in $)y.call($,k)&&(n[k]=$[k]);function L(){this.constructor=n}return L.prototype=$.prototype,n.prototype=new L,n.__super__=$.prototype,n},y={}.hasOwnProperty;e=requireXMLWriterBase(),XMLStringWriter.exports=function(n){t($,n);function $(k){$.__super__.constructor.call(this,k)}return $.prototype.document=function(k,L){var j,V,z,re,oe;for(L=this.filterOptions(L),re="",oe=k.children,V=0,z=oe.length;V<z;V++)j=oe[V],re+=this.writeChildNode(j,L,0);return L.pretty&&re.slice(-L.newline.length)===L.newline&&(re=re.slice(0,-L.newline.length)),re},$}(e)}).call(commonjsGlobal)),XMLStringWriter.exports}var hasRequiredXMLDocument;function requireXMLDocument(){return hasRequiredXMLDocument||(hasRequiredXMLDocument=1,(function(){var e,t,y,n,$,k,L,j=function(z,re){for(var oe in re)V.call(re,oe)&&(z[oe]=re[oe]);function ue(){this.constructor=z}return ue.prototype=re.prototype,z.prototype=new ue,z.__super__=re.prototype,z},V={}.hasOwnProperty;L=requireUtility().isPlainObject,y=requireXMLDOMImplementation(),t=requireXMLDOMConfiguration(),n=requireXMLNode(),e=requireNodeType(),k=requireXMLStringifier(),$=requireXMLStringWriter(),XMLDocument.exports=function(z){j(re,z);function re(oe){re.__super__.constructor.call(this,null),this.name="#document",this.type=e.Document,this.documentURI=null,this.domConfig=new t,oe||(oe={}),oe.writer||(oe.writer=new $),this.options=oe,this.stringify=new k(oe)}return Object.defineProperty(re.prototype,"implementation",{value:new y}),Object.defineProperty(re.prototype,"doctype",{get:function(){var oe,ue,de,_e;for(_e=this.children,ue=0,de=_e.length;ue<de;ue++)if(oe=_e[ue],oe.type===e.DocType)return oe;return null}}),Object.defineProperty(re.prototype,"documentElement",{get:function(){return this.rootObject||null}}),Object.defineProperty(re.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(re.prototype,"strictErrorChecking",{get:function(){return!1}}),Object.defineProperty(re.prototype,"xmlEncoding",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].encoding:null}}),Object.defineProperty(re.prototype,"xmlStandalone",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].standalone==="yes":!1}}),Object.defineProperty(re.prototype,"xmlVersion",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].version:"1.0"}}),Object.defineProperty(re.prototype,"URL",{get:function(){return this.documentURI}}),Object.defineProperty(re.prototype,"origin",{get:function(){return null}}),Object.defineProperty(re.prototype,"compatMode",{get:function(){return null}}),Object.defineProperty(re.prototype,"characterSet",{get:function(){return null}}),Object.defineProperty(re.prototype,"contentType",{get:function(){return null}}),re.prototype.end=function(oe){var ue;return ue={},oe?L(oe)&&(ue=oe,oe=this.options.writer):oe=this.options.writer,oe.document(this,oe.filterOptions(ue))},re.prototype.toString=function(oe){return this.options.writer.document(this,this.options.writer.filterOptions(oe))},re.prototype.createElement=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createDocumentFragment=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createTextNode=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createComment=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createCDATASection=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createProcessingInstruction=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createAttribute=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createEntityReference=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.getElementsByTagName=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.importNode=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createElementNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createAttributeNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.getElementsByTagNameNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.getElementById=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.adoptNode=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.normalizeDocument=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.renameNode=function(oe,ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.getElementsByClassName=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createEvent=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createRange=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createNodeIterator=function(oe,ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createTreeWalker=function(oe,ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},re}(n)}).call(commonjsGlobal)),XMLDocument.exports}var XMLDocumentCB={exports:{}},hasRequiredXMLDocumentCB;function requireXMLDocumentCB(){return hasRequiredXMLDocumentCB||(hasRequiredXMLDocumentCB=1,(function(){var e,t,y,n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve,Fe,qe,er,ir,dr={}.hasOwnProperty;ir=requireUtility(),qe=ir.isObject,Fe=ir.isFunction,er=ir.isPlainObject,Ve=ir.getValue,e=requireNodeType(),oe=requireXMLDocument(),ue=requireXMLElement(),n=requireXMLCData(),$=requireXMLComment(),_e=requireXMLRaw(),$e=requireXMLText(),de=requireXMLProcessingInstruction(),z=requireXMLDeclaration(),re=requireXMLDocType(),k=requireXMLDTDAttList(),j=requireXMLDTDEntity(),L=requireXMLDTDElement(),V=requireXMLDTDNotation(),y=requireXMLAttribute(),Ue=requireXMLStringifier(),Ne=requireXMLStringWriter(),t=requireWriterState(),XMLDocumentCB.exports=function(){function cr(nr,lr,Et){var ie;this.name="?xml",this.type=e.Document,nr||(nr={}),ie={},nr.writer?er(nr.writer)&&(ie=nr.writer,nr.writer=new Ne):nr.writer=new Ne,this.options=nr,this.writer=nr.writer,this.writerOptions=this.writer.filterOptions(ie),this.stringify=new Ue(nr),this.onDataCallback=lr||function(){},this.onEndCallback=Et||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return cr.prototype.createChildNode=function(nr){var lr,Et,ie,pe,Ce,Ie,jt,ar;switch(nr.type){case e.CData:this.cdata(nr.value);break;case e.Comment:this.comment(nr.value);break;case e.Element:ie={},jt=nr.attribs;for(Et in jt)dr.call(jt,Et)&&(lr=jt[Et],ie[Et]=lr.value);this.node(nr.name,ie);break;case e.Dummy:this.dummy();break;case e.Raw:this.raw(nr.value);break;case e.Text:this.text(nr.value);break;case e.ProcessingInstruction:this.instruction(nr.target,nr.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+nr.constructor.name)}for(ar=nr.children,Ce=0,Ie=ar.length;Ce<Ie;Ce++)pe=ar[Ce],this.createChildNode(pe),pe.type===e.Element&&this.up();return this},cr.prototype.dummy=function(){return this},cr.prototype.node=function(nr,lr,Et){var ie;if(nr==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(nr));return this.openCurrent(),nr=Ve(nr),lr==null&&(lr={}),lr=Ve(lr),qe(lr)||(ie=[lr,Et],Et=ie[0],lr=ie[1]),this.currentNode=new ue(this,nr,lr),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,Et!=null&&this.text(Et),this},cr.prototype.element=function(nr,lr,Et){var ie,pe,Ce,Ie,jt,ar;if(this.currentNode&&this.currentNode.type===e.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(nr)||qe(nr)||Fe(nr))for(Ie=this.options.noValidation,this.options.noValidation=!0,ar=new oe(this.options).element("TEMP_ROOT"),ar.element(nr),this.options.noValidation=Ie,jt=ar.children,pe=0,Ce=jt.length;pe<Ce;pe++)ie=jt[pe],this.createChildNode(ie),ie.type===e.Element&&this.up();else this.node(nr,lr,Et);return this},cr.prototype.attribute=function(nr,lr){var Et,ie;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(nr));if(nr!=null&&(nr=Ve(nr)),qe(nr))for(Et in nr)dr.call(nr,Et)&&(ie=nr[Et],this.attribute(Et,ie));else Fe(lr)&&(lr=lr.apply()),this.options.keepNullAttributes&&lr==null?this.currentNode.attribs[nr]=new y(this,nr,""):lr!=null&&(this.currentNode.attribs[nr]=new y(this,nr,lr));return this},cr.prototype.text=function(nr){var lr;return this.openCurrent(),lr=new $e(this,nr),this.onData(this.writer.text(lr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.cdata=function(nr){var lr;return this.openCurrent(),lr=new n(this,nr),this.onData(this.writer.cdata(lr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.comment=function(nr){var lr;return this.openCurrent(),lr=new $(this,nr),this.onData(this.writer.comment(lr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.raw=function(nr){var lr;return this.openCurrent(),lr=new _e(this,nr),this.onData(this.writer.raw(lr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.instruction=function(nr,lr){var Et,ie,pe,Ce,Ie;if(this.openCurrent(),nr!=null&&(nr=Ve(nr)),lr!=null&&(lr=Ve(lr)),Array.isArray(nr))for(Et=0,Ce=nr.length;Et<Ce;Et++)ie=nr[Et],this.instruction(ie);else if(qe(nr))for(ie in nr)dr.call(nr,ie)&&(pe=nr[ie],this.instruction(ie,pe));else Fe(lr)&&(lr=lr.apply()),Ie=new de(this,nr,lr),this.onData(this.writer.processingInstruction(Ie,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},cr.prototype.declaration=function(nr,lr,Et){var ie;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return ie=new z(this,nr,lr,Et),this.onData(this.writer.declaration(ie,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.doctype=function(nr,lr,Et){if(this.openCurrent(),nr==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 re(this,lr,Et),this.currentNode.rootNodeName=nr,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},cr.prototype.dtdElement=function(nr,lr){var Et;return this.openCurrent(),Et=new L(this,nr,lr),this.onData(this.writer.dtdElement(Et,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.attList=function(nr,lr,Et,ie,pe){var Ce;return this.openCurrent(),Ce=new k(this,nr,lr,Et,ie,pe),this.onData(this.writer.dtdAttList(Ce,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.entity=function(nr,lr){var Et;return this.openCurrent(),Et=new j(this,!1,nr,lr),this.onData(this.writer.dtdEntity(Et,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.pEntity=function(nr,lr){var Et;return this.openCurrent(),Et=new j(this,!0,nr,lr),this.onData(this.writer.dtdEntity(Et,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.prototype.notation=function(nr,lr){var Et;return this.openCurrent(),Et=new V(this,nr,lr),this.onData(this.writer.dtdNotation(Et,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},cr.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},cr.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},cr.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},cr.prototype.openNode=function(nr){var lr,Et,ie,pe;if(!nr.isOpen){if(!this.root&&this.currentLevel===0&&nr.type===e.Element&&(this.root=nr),Et="",nr.type===e.Element){this.writerOptions.state=t.OpenTag,Et=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"<"+nr.name,pe=nr.attribs;for(ie in pe)dr.call(pe,ie)&&(lr=pe[ie],Et+=this.writer.attribute(lr,this.writerOptions,this.currentLevel));Et+=(nr.children?">":"/>")+this.writer.endline(nr,this.writerOptions,this.currentLevel),this.writerOptions.state=t.InsideTag}else this.writerOptions.state=t.OpenTag,Et=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+nr.rootNodeName,nr.pubID&&nr.sysID?Et+=' PUBLIC "'+nr.pubID+'" "'+nr.sysID+'"':nr.sysID&&(Et+=' SYSTEM "'+nr.sysID+'"'),nr.children?(Et+=" [",this.writerOptions.state=t.InsideTag):(this.writerOptions.state=t.CloseTag,Et+=">"),Et+=this.writer.endline(nr,this.writerOptions,this.currentLevel);return this.onData(Et,this.currentLevel),nr.isOpen=!0}},cr.prototype.closeNode=function(nr){var lr;if(!nr.isClosed)return lr="",this.writerOptions.state=t.CloseTag,nr.type===e.Element?lr=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"</"+nr.name+">"+this.writer.endline(nr,this.writerOptions,this.currentLevel):lr=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(nr,this.writerOptions,this.currentLevel),this.writerOptions.state=t.None,this.onData(lr,this.currentLevel),nr.isClosed=!0},cr.prototype.onData=function(nr,lr){return this.documentStarted=!0,this.onDataCallback(nr,lr+1)},cr.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},cr.prototype.debugInfo=function(nr){return nr==null?"":"node: <"+nr+">"},cr.prototype.ele=function(){return this.element.apply(this,arguments)},cr.prototype.nod=function(nr,lr,Et){return this.node(nr,lr,Et)},cr.prototype.txt=function(nr){return this.text(nr)},cr.prototype.dat=function(nr){return this.cdata(nr)},cr.prototype.com=function(nr){return this.comment(nr)},cr.prototype.ins=function(nr,lr){return this.instruction(nr,lr)},cr.prototype.dec=function(nr,lr,Et){return this.declaration(nr,lr,Et)},cr.prototype.dtd=function(nr,lr,Et){return this.doctype(nr,lr,Et)},cr.prototype.e=function(nr,lr,Et){return this.element(nr,lr,Et)},cr.prototype.n=function(nr,lr,Et){return this.node(nr,lr,Et)},cr.prototype.t=function(nr){return this.text(nr)},cr.prototype.d=function(nr){return this.cdata(nr)},cr.prototype.c=function(nr){return this.comment(nr)},cr.prototype.r=function(nr){return this.raw(nr)},cr.prototype.i=function(nr,lr){return this.instruction(nr,lr)},cr.prototype.att=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},cr.prototype.a=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},cr.prototype.ent=function(nr,lr){return this.entity(nr,lr)},cr.prototype.pent=function(nr,lr){return this.pEntity(nr,lr)},cr.prototype.not=function(nr,lr){return this.notation(nr,lr)},cr}()}).call(commonjsGlobal)),XMLDocumentCB.exports}var XMLStreamWriter={exports:{}},hasRequiredXMLStreamWriter;function requireXMLStreamWriter(){return hasRequiredXMLStreamWriter||(hasRequiredXMLStreamWriter=1,(function(){var e,t,y,n=function(k,L){for(var j in L)$.call(L,j)&&(k[j]=L[j]);function V(){this.constructor=k}return V.prototype=L.prototype,k.prototype=new V,k.__super__=L.prototype,k},$={}.hasOwnProperty;e=requireNodeType(),y=requireXMLWriterBase(),t=requireWriterState(),XMLStreamWriter.exports=function(k){n(L,k);function L(j,V){this.stream=j,L.__super__.constructor.call(this,V)}return L.prototype.endline=function(j,V,z){return j.isLastRootNode&&V.state===t.CloseTag?"":L.__super__.endline.call(this,j,V,z)},L.prototype.document=function(j,V){var z,re,oe,ue,de,_e,Ne,Ue,$e;for(Ne=j.children,re=oe=0,de=Ne.length;oe<de;re=++oe)z=Ne[re],z.isLastRootNode=re===j.children.length-1;for(V=this.filterOptions(V),Ue=j.children,$e=[],ue=0,_e=Ue.length;ue<_e;ue++)z=Ue[ue],$e.push(this.writeChildNode(z,V,0));return $e},L.prototype.attribute=function(j,V,z){return this.stream.write(L.__super__.attribute.call(this,j,V,z))},L.prototype.cdata=function(j,V,z){return this.stream.write(L.__super__.cdata.call(this,j,V,z))},L.prototype.comment=function(j,V,z){return this.stream.write(L.__super__.comment.call(this,j,V,z))},L.prototype.declaration=function(j,V,z){return this.stream.write(L.__super__.declaration.call(this,j,V,z))},L.prototype.docType=function(j,V,z){var re,oe,ue,de;if(z||(z=0),this.openNode(j,V,z),V.state=t.OpenTag,this.stream.write(this.indent(j,V,z)),this.stream.write("<!DOCTYPE "+j.root().name),j.pubID&&j.sysID?this.stream.write(' PUBLIC "'+j.pubID+'" "'+j.sysID+'"'):j.sysID&&this.stream.write(' SYSTEM "'+j.sysID+'"'),j.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(j,V,z)),V.state=t.InsideTag,de=j.children,oe=0,ue=de.length;oe<ue;oe++)re=de[oe],this.writeChildNode(re,V,z+1);V.state=t.CloseTag,this.stream.write("]")}return V.state=t.CloseTag,this.stream.write(V.spaceBeforeSlash+">"),this.stream.write(this.endline(j,V,z)),V.state=t.None,this.closeNode(j,V,z)},L.prototype.element=function(j,V,z){var re,oe,ue,de,_e,Ne,Ue,$e,Ve;z||(z=0),this.openNode(j,V,z),V.state=t.OpenTag,this.stream.write(this.indent(j,V,z)+"<"+j.name),$e=j.attribs;for(Ue in $e)$.call($e,Ue)&&(re=$e[Ue],this.attribute(re,V,z));if(ue=j.children.length,de=ue===0?null:j.children[0],ue===0||j.children.every(function(Fe){return(Fe.type===e.Text||Fe.type===e.Raw)&&Fe.value===""}))V.allowEmpty?(this.stream.write(">"),V.state=t.CloseTag,this.stream.write("</"+j.name+">")):(V.state=t.CloseTag,this.stream.write(V.spaceBeforeSlash+"/>"));else if(V.pretty&&ue===1&&(de.type===e.Text||de.type===e.Raw)&&de.value!=null)this.stream.write(">"),V.state=t.InsideTag,V.suppressPrettyCount++,this.writeChildNode(de,V,z+1),V.suppressPrettyCount--,V.state=t.CloseTag,this.stream.write("</"+j.name+">");else{for(this.stream.write(">"+this.endline(j,V,z)),V.state=t.InsideTag,Ve=j.children,_e=0,Ne=Ve.length;_e<Ne;_e++)oe=Ve[_e],this.writeChildNode(oe,V,z+1);V.state=t.CloseTag,this.stream.write(this.indent(j,V,z)+"</"+j.name+">")}return this.stream.write(this.endline(j,V,z)),V.state=t.None,this.closeNode(j,V,z)},L.prototype.processingInstruction=function(j,V,z){return this.stream.write(L.__super__.processingInstruction.call(this,j,V,z))},L.prototype.raw=function(j,V,z){return this.stream.write(L.__super__.raw.call(this,j,V,z))},L.prototype.text=function(j,V,z){return this.stream.write(L.__super__.text.call(this,j,V,z))},L.prototype.dtdAttList=function(j,V,z){return this.stream.write(L.__super__.dtdAttList.call(this,j,V,z))},L.prototype.dtdElement=function(j,V,z){return this.stream.write(L.__super__.dtdElement.call(this,j,V,z))},L.prototype.dtdEntity=function(j,V,z){return this.stream.write(L.__super__.dtdEntity.call(this,j,V,z))},L.prototype.dtdNotation=function(j,V,z){return this.stream.write(L.__super__.dtdNotation.call(this,j,V,z))},L}(y)}).call(commonjsGlobal)),XMLStreamWriter.exports}var hasRequiredLib;function requireLib(){return hasRequiredLib||(hasRequiredLib=1,(function(){var e,t,y,n,$,k,L,j,V,z;z=requireUtility(),j=z.assign,V=z.isFunction,y=requireXMLDOMImplementation(),n=requireXMLDocument(),$=requireXMLDocumentCB(),L=requireXMLStringWriter(),k=requireXMLStreamWriter(),e=requireNodeType(),t=requireWriterState(),lib$2.create=function(re,oe,ue,de){var _e,Ne;if(re==null)throw new Error("Root element needs a name.");return de=j({},oe,ue,de),_e=new n(de),Ne=_e.element(re),de.headless||(_e.declaration(de),(de.pubID!=null||de.sysID!=null)&&_e.dtd(de)),Ne},lib$2.begin=function(re,oe,ue){var de;return V(re)&&(de=[re,oe],oe=de[0],ue=de[1],re={}),oe?new $(re,oe,ue):new n(re)},lib$2.stringWriter=function(re){return new L(re)},lib$2.streamWriter=function(re,oe){return new k(re,oe)},lib$2.implementation=new y,lib$2.nodeType=e,lib$2.writerState=t}).call(commonjsGlobal)),lib$2}var hasRequiredBuilder;function requireBuilder(){return hasRequiredBuilder||(hasRequiredBuilder=1,(function(){var e,t,y,n,$,k={}.hasOwnProperty;e=requireLib(),t=requireDefaults().defaults,n=function(L){return typeof L=="string"&&(L.indexOf("&")>=0||L.indexOf(">")>=0||L.indexOf("<")>=0)},$=function(L){return"<![CDATA["+y(L)+"]]>"},y=function(L){return L.replace("]]>","]]]]><![CDATA[>")},builder.Builder=function(){function L(j){var V,z,re;this.options={},z=t["0.2"];for(V in z)k.call(z,V)&&(re=z[V],this.options[V]=re);for(V in j)k.call(j,V)&&(re=j[V],this.options[V]=re)}return L.prototype.buildObject=function(j){var V,z,re,oe,ue;return V=this.options.attrkey,z=this.options.charkey,Object.keys(j).length===1&&this.options.rootName===t["0.2"].rootName?(ue=Object.keys(j)[0],j=j[ue]):ue=this.options.rootName,re=function(de){return function(_e,Ne){var Ue,$e,Ve,Fe,qe,er;if(typeof Ne!="object")de.options.cdata&&n(Ne)?_e.raw($(Ne)):_e.txt(Ne);else if(Array.isArray(Ne)){for(Fe in Ne)if(k.call(Ne,Fe)){$e=Ne[Fe];for(qe in $e)Ve=$e[qe],_e=re(_e.ele(qe),Ve).up()}}else for(qe in Ne)if(k.call(Ne,qe))if($e=Ne[qe],qe===V){if(typeof $e=="object")for(Ue in $e)er=$e[Ue],_e=_e.att(Ue,er)}else if(qe===z)de.options.cdata&&n($e)?_e=_e.raw($($e)):_e=_e.txt($e);else if(Array.isArray($e))for(Fe in $e)k.call($e,Fe)&&(Ve=$e[Fe],typeof Ve=="string"?de.options.cdata&&n(Ve)?_e=_e.ele(qe).raw($(Ve)).up():_e=_e.ele(qe,Ve).up():_e=re(_e.ele(qe),Ve).up());else typeof $e=="object"?_e=re(_e.ele(qe),$e).up():typeof $e=="string"&&de.options.cdata&&n($e)?_e=_e.ele(qe).raw($($e)).up():($e==null&&($e=""),_e=_e.ele(qe,$e.toString()).up());return _e}}(this),oe=e.create(ue,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),re(oe,j).end(this.options.renderOpts)},L}()}).call(commonjsGlobal)),builder}var parser={},sax={},hasRequiredSax;function requireSax(){return hasRequiredSax||(hasRequiredSax=1,function(e){(function(t){t.parser=function(Tr,Sr){return new n(Tr,Sr)},t.SAXParser=n,t.SAXStream=re,t.createStream=z,t.MAX_BUFFER_LENGTH=64*1024;var y=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function n(Tr,Sr){if(!(this instanceof n))return new n(Tr,Sr);var Ar=this;k(Ar),Ar.q=Ar.c="",Ar.bufferCheckPosition=t.MAX_BUFFER_LENGTH,Ar.opt=Sr||{},Ar.opt.lowercase=Ar.opt.lowercase||Ar.opt.lowercasetags,Ar.looseCase=Ar.opt.lowercase?"toLowerCase":"toUpperCase",Ar.tags=[],Ar.closed=Ar.closedRoot=Ar.sawRoot=!1,Ar.tag=Ar.error=null,Ar.strict=!!Tr,Ar.noscript=!!(Tr||Ar.opt.noscript),Ar.state=nr.BEGIN,Ar.strictEntities=Ar.opt.strictEntities,Ar.ENTITIES=Ar.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),Ar.attribList=[],Ar.opt.xmlns&&(Ar.ns=Object.create(Ne)),Ar.opt.unquotedAttributeValues===void 0&&(Ar.opt.unquotedAttributeValues=!Tr),Ar.trackPosition=Ar.opt.position!==!1,Ar.trackPosition&&(Ar.position=Ar.line=Ar.column=0),Et(Ar,"onready")}Object.create||(Object.create=function(Tr){function Sr(){}Sr.prototype=Tr;var Ar=new Sr;return Ar}),Object.keys||(Object.keys=function(Tr){var Sr=[];for(var Ar in Tr)Tr.hasOwnProperty(Ar)&&Sr.push(Ar);return Sr});function $(Tr){for(var Sr=Math.max(t.MAX_BUFFER_LENGTH,10),Ar=0,Fr=0,Gr=y.length;Fr<Gr;Fr++){var Vr=Tr[y[Fr]].length;if(Vr>Sr)switch(y[Fr]){case"textNode":pe(Tr);break;case"cdata":ie(Tr,"oncdata",Tr.cdata),Tr.cdata="";break;case"script":ie(Tr,"onscript",Tr.script),Tr.script="";break;default:Ie(Tr,"Max buffer length exceeded: "+y[Fr])}Ar=Math.max(Ar,Vr)}var Dr=t.MAX_BUFFER_LENGTH-Ar;Tr.bufferCheckPosition=Dr+Tr.position}function k(Tr){for(var Sr=0,Ar=y.length;Sr<Ar;Sr++)Tr[y[Sr]]=""}function L(Tr){pe(Tr),Tr.cdata!==""&&(ie(Tr,"oncdata",Tr.cdata),Tr.cdata=""),Tr.script!==""&&(ie(Tr,"onscript",Tr.script),Tr.script="")}n.prototype={end:function(){jt(this)},write:Nr,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){L(this)}};var j;try{j=streamBrowserify.Stream}catch{j=function(){}}j||(j=function(){});var V=t.EVENTS.filter(function(Tr){return Tr!=="error"&&Tr!=="end"});function z(Tr,Sr){return new re(Tr,Sr)}function re(Tr,Sr){if(!(this instanceof re))return new re(Tr,Sr);j.apply(this),this._parser=new n(Tr,Sr),this.writable=!0,this.readable=!0;var Ar=this;this._parser.onend=function(){Ar.emit("end")},this._parser.onerror=function(Fr){Ar.emit("error",Fr),Ar._parser.error=null},this._decoder=null,V.forEach(function(Fr){Object.defineProperty(Ar,"on"+Fr,{get:function(){return Ar._parser["on"+Fr]},set:function(Gr){if(!Gr)return Ar.removeAllListeners(Fr),Ar._parser["on"+Fr]=Gr,Gr;Ar.on(Fr,Gr)},enumerable:!0,configurable:!1})})}re.prototype=Object.create(j.prototype,{constructor:{value:re}}),re.prototype.write=function(Tr){if(typeof Buffer$F=="function"&&typeof Buffer$F.isBuffer=="function"&&Buffer$F.isBuffer(Tr)){if(!this._decoder){var Sr=requireString_decoder$1().StringDecoder;this._decoder=new Sr("utf8")}Tr=this._decoder.write(Tr)}return this._parser.write(Tr.toString()),this.emit("data",Tr),!0},re.prototype.end=function(Tr){return Tr&&Tr.length&&this.write(Tr),this._parser.end(),!0},re.prototype.on=function(Tr,Sr){var Ar=this;return!Ar._parser["on"+Tr]&&V.indexOf(Tr)!==-1&&(Ar._parser["on"+Tr]=function(){var Fr=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);Fr.splice(0,0,Tr),Ar.emit.apply(Ar,Fr)}),j.prototype.on.call(Ar,Tr,Sr)};var oe="[CDATA[",ue="DOCTYPE",de="http://www.w3.org/XML/1998/namespace",_e="http://www.w3.org/2000/xmlns/",Ne={xml:de,xmlns:_e},Ue=/[:_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]/,$e=/[:_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-]/,Ve=/[#:_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]/,Fe=/[#:_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 qe(Tr){return Tr===" "||Tr===`
`||Tr==="\r"||Tr===" "}function er(Tr){return Tr==='"'||Tr==="'"}function ir(Tr){return Tr===">"||qe(Tr)}function dr(Tr,Sr){return Tr.test(Sr)}function cr(Tr,Sr){return!dr(Tr,Sr)}var nr=0;t.STATE={BEGIN:nr++,BEGIN_WHITESPACE:nr++,TEXT:nr++,TEXT_ENTITY:nr++,OPEN_WAKA:nr++,SGML_DECL:nr++,SGML_DECL_QUOTED:nr++,DOCTYPE:nr++,DOCTYPE_QUOTED:nr++,DOCTYPE_DTD:nr++,DOCTYPE_DTD_QUOTED:nr++,COMMENT_STARTING:nr++,COMMENT:nr++,COMMENT_ENDING:nr++,COMMENT_ENDED:nr++,CDATA:nr++,CDATA_ENDING:nr++,CDATA_ENDING_2:nr++,PROC_INST:nr++,PROC_INST_BODY:nr++,PROC_INST_ENDING:nr++,OPEN_TAG:nr++,OPEN_TAG_SLASH:nr++,ATTRIB:nr++,ATTRIB_NAME:nr++,ATTRIB_NAME_SAW_WHITE:nr++,ATTRIB_VALUE:nr++,ATTRIB_VALUE_QUOTED:nr++,ATTRIB_VALUE_CLOSED:nr++,ATTRIB_VALUE_UNQUOTED:nr++,ATTRIB_VALUE_ENTITY_Q:nr++,ATTRIB_VALUE_ENTITY_U:nr++,CLOSE_TAG:nr++,CLOSE_TAG_SAW_WHITE:nr++,SCRIPT:nr++,SCRIPT_ENDING:nr++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.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(t.ENTITIES).forEach(function(Tr){var Sr=t.ENTITIES[Tr],Ar=typeof Sr=="number"?String.fromCharCode(Sr):Sr;t.ENTITIES[Tr]=Ar});for(var lr in t.STATE)t.STATE[t.STATE[lr]]=lr;nr=t.STATE;function Et(Tr,Sr,Ar){Tr[Sr]&&Tr[Sr](Ar)}function ie(Tr,Sr,Ar){Tr.textNode&&pe(Tr),Et(Tr,Sr,Ar)}function pe(Tr){Tr.textNode=Ce(Tr.opt,Tr.textNode),Tr.textNode&&Et(Tr,"ontext",Tr.textNode),Tr.textNode=""}function Ce(Tr,Sr){return Tr.trim&&(Sr=Sr.trim()),Tr.normalize&&(Sr=Sr.replace(/\s+/g," ")),Sr}function Ie(Tr,Sr){return pe(Tr),Tr.trackPosition&&(Sr+=`
Line: `+Tr.line+`
Column: `+Tr.column+`
Char: `+Tr.c),Sr=new Error(Sr),Tr.error=Sr,Et(Tr,"onerror",Sr),Tr}function jt(Tr){return Tr.sawRoot&&!Tr.closedRoot&&ar(Tr,"Unclosed root tag"),Tr.state!==nr.BEGIN&&Tr.state!==nr.BEGIN_WHITESPACE&&Tr.state!==nr.TEXT&&Ie(Tr,"Unexpected end"),pe(Tr),Tr.c="",Tr.closed=!0,Et(Tr,"onend"),n.call(Tr,Tr.strict,Tr.opt),Tr}function ar(Tr,Sr){if(typeof Tr!="object"||!(Tr instanceof n))throw new Error("bad call to strictFail");Tr.strict&&Ie(Tr,Sr)}function ur(Tr){Tr.strict||(Tr.tagName=Tr.tagName[Tr.looseCase]());var Sr=Tr.tags[Tr.tags.length-1]||Tr,Ar=Tr.tag={name:Tr.tagName,attributes:{}};Tr.opt.xmlns&&(Ar.ns=Sr.ns),Tr.attribList.length=0,ie(Tr,"onopentagstart",Ar)}function kt(Tr,Sr){var Ar=Tr.indexOf(":"),Fr=Ar<0?["",Tr]:Tr.split(":"),Gr=Fr[0],Vr=Fr[1];return Sr&&Tr==="xmlns"&&(Gr="xmlns",Vr=""),{prefix:Gr,local:Vr}}function he(Tr){if(Tr.strict||(Tr.attribName=Tr.attribName[Tr.looseCase]()),Tr.attribList.indexOf(Tr.attribName)!==-1||Tr.tag.attributes.hasOwnProperty(Tr.attribName)){Tr.attribName=Tr.attribValue="";return}if(Tr.opt.xmlns){var Sr=kt(Tr.attribName,!0),Ar=Sr.prefix,Fr=Sr.local;if(Ar==="xmlns")if(Fr==="xml"&&Tr.attribValue!==de)ar(Tr,"xml: prefix must be bound to "+de+`
Actual: `+Tr.attribValue);else if(Fr==="xmlns"&&Tr.attribValue!==_e)ar(Tr,"xmlns: prefix must be bound to "+_e+`
Actual: `+Tr.attribValue);else{var Gr=Tr.tag,Vr=Tr.tags[Tr.tags.length-1]||Tr;Gr.ns===Vr.ns&&(Gr.ns=Object.create(Vr.ns)),Gr.ns[Fr]=Tr.attribValue}Tr.attribList.push([Tr.attribName,Tr.attribValue])}else Tr.tag.attributes[Tr.attribName]=Tr.attribValue,ie(Tr,"onattribute",{name:Tr.attribName,value:Tr.attribValue});Tr.attribName=Tr.attribValue=""}function tr(Tr,Sr){if(Tr.opt.xmlns){var Ar=Tr.tag,Fr=kt(Tr.tagName);Ar.prefix=Fr.prefix,Ar.local=Fr.local,Ar.uri=Ar.ns[Fr.prefix]||"",Ar.prefix&&!Ar.uri&&(ar(Tr,"Unbound namespace prefix: "+JSON.stringify(Tr.tagName)),Ar.uri=Fr.prefix);var Gr=Tr.tags[Tr.tags.length-1]||Tr;Ar.ns&&Gr.ns!==Ar.ns&&Object.keys(Ar.ns).forEach(function(kr){ie(Tr,"onopennamespace",{prefix:kr,uri:Ar.ns[kr]})});for(var Vr=0,Dr=Tr.attribList.length;Vr<Dr;Vr++){var Ir=Tr.attribList[Vr],Br=Ir[0],Rr=Ir[1],Lr=kt(Br,!0),$r=Lr.prefix,jr=Lr.local,vn=$r===""?"":Ar.ns[$r]||"",Kr={name:Br,value:Rr,prefix:$r,local:jr,uri:vn};$r&&$r!=="xmlns"&&!vn&&(ar(Tr,"Unbound namespace prefix: "+JSON.stringify($r)),Kr.uri=$r),Tr.tag.attributes[Br]=Kr,ie(Tr,"onattribute",Kr)}Tr.attribList.length=0}Tr.tag.isSelfClosing=!!Sr,Tr.sawRoot=!0,Tr.tags.push(Tr.tag),ie(Tr,"onopentag",Tr.tag),Sr||(!Tr.noscript&&Tr.tagName.toLowerCase()==="script"?Tr.state=nr.SCRIPT:Tr.state=nr.TEXT,Tr.tag=null,Tr.tagName=""),Tr.attribName=Tr.attribValue="",Tr.attribList.length=0}function gr(Tr){if(!Tr.tagName){ar(Tr,"Weird empty close tag."),Tr.textNode+="</>",Tr.state=nr.TEXT;return}if(Tr.script){if(Tr.tagName!=="script"){Tr.script+="</"+Tr.tagName+">",Tr.tagName="",Tr.state=nr.SCRIPT;return}ie(Tr,"onscript",Tr.script),Tr.script=""}var Sr=Tr.tags.length,Ar=Tr.tagName;Tr.strict||(Ar=Ar[Tr.looseCase]());for(var Fr=Ar;Sr--;){var Gr=Tr.tags[Sr];if(Gr.name!==Fr)ar(Tr,"Unexpected close tag");else break}if(Sr<0){ar(Tr,"Unmatched closing tag: "+Tr.tagName),Tr.textNode+="</"+Tr.tagName+">",Tr.state=nr.TEXT;return}Tr.tagName=Ar;for(var Vr=Tr.tags.length;Vr-- >Sr;){var Dr=Tr.tag=Tr.tags.pop();Tr.tagName=Tr.tag.name,ie(Tr,"onclosetag",Tr.tagName);var Ir={};for(var Br in Dr.ns)Ir[Br]=Dr.ns[Br];var Rr=Tr.tags[Tr.tags.length-1]||Tr;Tr.opt.xmlns&&Dr.ns!==Rr.ns&&Object.keys(Dr.ns).forEach(function(Lr){var $r=Dr.ns[Lr];ie(Tr,"onclosenamespace",{prefix:Lr,uri:$r})})}Sr===0&&(Tr.closedRoot=!0),Tr.tagName=Tr.attribValue=Tr.attribName="",Tr.attribList.length=0,Tr.state=nr.TEXT}function _r(Tr){var Sr=Tr.entity,Ar=Sr.toLowerCase(),Fr,Gr="";return Tr.ENTITIES[Sr]?Tr.ENTITIES[Sr]:Tr.ENTITIES[Ar]?Tr.ENTITIES[Ar]:(Sr=Ar,Sr.charAt(0)==="#"&&(Sr.charAt(1)==="x"?(Sr=Sr.slice(2),Fr=parseInt(Sr,16),Gr=Fr.toString(16)):(Sr=Sr.slice(1),Fr=parseInt(Sr,10),Gr=Fr.toString(10))),Sr=Sr.replace(/^0+/,""),isNaN(Fr)||Gr.toLowerCase()!==Sr?(ar(Tr,"Invalid character entity"),"&"+Tr.entity+";"):String.fromCodePoint(Fr))}function yr(Tr,Sr){Sr==="<"?(Tr.state=nr.OPEN_WAKA,Tr.startTagPosition=Tr.position):qe(Sr)||(ar(Tr,"Non-whitespace before first tag."),Tr.textNode=Sr,Tr.state=nr.TEXT)}function xr(Tr,Sr){var Ar="";return Sr<Tr.length&&(Ar=Tr.charAt(Sr)),Ar}function Nr(Tr){var Sr=this;if(this.error)throw this.error;if(Sr.closed)return Ie(Sr,"Cannot write after close. Assign an onready handler.");if(Tr===null)return jt(Sr);typeof Tr=="object"&&(Tr=Tr.toString());for(var Ar=0,Fr="";Fr=xr(Tr,Ar++),Sr.c=Fr,!!Fr;)switch(Sr.trackPosition&&(Sr.position++,Fr===`
`?(Sr.line++,Sr.column=0):Sr.column++),Sr.state){case nr.BEGIN:if(Sr.state=nr.BEGIN_WHITESPACE,Fr==="\uFEFF")continue;yr(Sr,Fr);continue;case nr.BEGIN_WHITESPACE:yr(Sr,Fr);continue;case nr.TEXT:if(Sr.sawRoot&&!Sr.closedRoot){for(var Gr=Ar-1;Fr&&Fr!=="<"&&Fr!=="&";)Fr=xr(Tr,Ar++),Fr&&Sr.trackPosition&&(Sr.position++,Fr===`
`?(Sr.line++,Sr.column=0):Sr.column++);Sr.textNode+=Tr.substring(Gr,Ar-1)}Fr==="<"&&!(Sr.sawRoot&&Sr.closedRoot&&!Sr.strict)?(Sr.state=nr.OPEN_WAKA,Sr.startTagPosition=Sr.position):(!qe(Fr)&&(!Sr.sawRoot||Sr.closedRoot)&&ar(Sr,"Text data outside of root node."),Fr==="&"?Sr.state=nr.TEXT_ENTITY:Sr.textNode+=Fr);continue;case nr.SCRIPT:Fr==="<"?Sr.state=nr.SCRIPT_ENDING:Sr.script+=Fr;continue;case nr.SCRIPT_ENDING:Fr==="/"?Sr.state=nr.CLOSE_TAG:(Sr.script+="<"+Fr,Sr.state=nr.SCRIPT);continue;case nr.OPEN_WAKA:if(Fr==="!")Sr.state=nr.SGML_DECL,Sr.sgmlDecl="";else if(!qe(Fr))if(dr(Ue,Fr))Sr.state=nr.OPEN_TAG,Sr.tagName=Fr;else if(Fr==="/")Sr.state=nr.CLOSE_TAG,Sr.tagName="";else if(Fr==="?")Sr.state=nr.PROC_INST,Sr.procInstName=Sr.procInstBody="";else{if(ar(Sr,"Unencoded <"),Sr.startTagPosition+1<Sr.position){var Vr=Sr.position-Sr.startTagPosition;Fr=new Array(Vr).join(" ")+Fr}Sr.textNode+="<"+Fr,Sr.state=nr.TEXT}continue;case nr.SGML_DECL:if(Sr.sgmlDecl+Fr==="--"){Sr.state=nr.COMMENT,Sr.comment="",Sr.sgmlDecl="";continue}Sr.doctype&&Sr.doctype!==!0&&Sr.sgmlDecl?(Sr.state=nr.DOCTYPE_DTD,Sr.doctype+="<!"+Sr.sgmlDecl+Fr,Sr.sgmlDecl=""):(Sr.sgmlDecl+Fr).toUpperCase()===oe?(ie(Sr,"onopencdata"),Sr.state=nr.CDATA,Sr.sgmlDecl="",Sr.cdata=""):(Sr.sgmlDecl+Fr).toUpperCase()===ue?(Sr.state=nr.DOCTYPE,(Sr.doctype||Sr.sawRoot)&&ar(Sr,"Inappropriately located doctype declaration"),Sr.doctype="",Sr.sgmlDecl=""):Fr===">"?(ie(Sr,"onsgmldeclaration",Sr.sgmlDecl),Sr.sgmlDecl="",Sr.state=nr.TEXT):(er(Fr)&&(Sr.state=nr.SGML_DECL_QUOTED),Sr.sgmlDecl+=Fr);continue;case nr.SGML_DECL_QUOTED:Fr===Sr.q&&(Sr.state=nr.SGML_DECL,Sr.q=""),Sr.sgmlDecl+=Fr;continue;case nr.DOCTYPE:Fr===">"?(Sr.state=nr.TEXT,ie(Sr,"ondoctype",Sr.doctype),Sr.doctype=!0):(Sr.doctype+=Fr,Fr==="["?Sr.state=nr.DOCTYPE_DTD:er(Fr)&&(Sr.state=nr.DOCTYPE_QUOTED,Sr.q=Fr));continue;case nr.DOCTYPE_QUOTED:Sr.doctype+=Fr,Fr===Sr.q&&(Sr.q="",Sr.state=nr.DOCTYPE);continue;case nr.DOCTYPE_DTD:Fr==="]"?(Sr.doctype+=Fr,Sr.state=nr.DOCTYPE):Fr==="<"?(Sr.state=nr.OPEN_WAKA,Sr.startTagPosition=Sr.position):er(Fr)?(Sr.doctype+=Fr,Sr.state=nr.DOCTYPE_DTD_QUOTED,Sr.q=Fr):Sr.doctype+=Fr;continue;case nr.DOCTYPE_DTD_QUOTED:Sr.doctype+=Fr,Fr===Sr.q&&(Sr.state=nr.DOCTYPE_DTD,Sr.q="");continue;case nr.COMMENT:Fr==="-"?Sr.state=nr.COMMENT_ENDING:Sr.comment+=Fr;continue;case nr.COMMENT_ENDING:Fr==="-"?(Sr.state=nr.COMMENT_ENDED,Sr.comment=Ce(Sr.opt,Sr.comment),Sr.comment&&ie(Sr,"oncomment",Sr.comment),Sr.comment=""):(Sr.comment+="-"+Fr,Sr.state=nr.COMMENT);continue;case nr.COMMENT_ENDED:Fr!==">"?(ar(Sr,"Malformed comment"),Sr.comment+="--"+Fr,Sr.state=nr.COMMENT):Sr.doctype&&Sr.doctype!==!0?Sr.state=nr.DOCTYPE_DTD:Sr.state=nr.TEXT;continue;case nr.CDATA:Fr==="]"?Sr.state=nr.CDATA_ENDING:Sr.cdata+=Fr;continue;case nr.CDATA_ENDING:Fr==="]"?Sr.state=nr.CDATA_ENDING_2:(Sr.cdata+="]"+Fr,Sr.state=nr.CDATA);continue;case nr.CDATA_ENDING_2:Fr===">"?(Sr.cdata&&ie(Sr,"oncdata",Sr.cdata),ie(Sr,"onclosecdata"),Sr.cdata="",Sr.state=nr.TEXT):Fr==="]"?Sr.cdata+="]":(Sr.cdata+="]]"+Fr,Sr.state=nr.CDATA);continue;case nr.PROC_INST:Fr==="?"?Sr.state=nr.PROC_INST_ENDING:qe(Fr)?Sr.state=nr.PROC_INST_BODY:Sr.procInstName+=Fr;continue;case nr.PROC_INST_BODY:if(!Sr.procInstBody&&qe(Fr))continue;Fr==="?"?Sr.state=nr.PROC_INST_ENDING:Sr.procInstBody+=Fr;continue;case nr.PROC_INST_ENDING:Fr===">"?(ie(Sr,"onprocessinginstruction",{name:Sr.procInstName,body:Sr.procInstBody}),Sr.procInstName=Sr.procInstBody="",Sr.state=nr.TEXT):(Sr.procInstBody+="?"+Fr,Sr.state=nr.PROC_INST_BODY);continue;case nr.OPEN_TAG:dr($e,Fr)?Sr.tagName+=Fr:(ur(Sr),Fr===">"?tr(Sr):Fr==="/"?Sr.state=nr.OPEN_TAG_SLASH:(qe(Fr)||ar(Sr,"Invalid character in tag name"),Sr.state=nr.ATTRIB));continue;case nr.OPEN_TAG_SLASH:Fr===">"?(tr(Sr,!0),gr(Sr)):(ar(Sr,"Forward-slash in opening tag not followed by >"),Sr.state=nr.ATTRIB);continue;case nr.ATTRIB:if(qe(Fr))continue;Fr===">"?tr(Sr):Fr==="/"?Sr.state=nr.OPEN_TAG_SLASH:dr(Ue,Fr)?(Sr.attribName=Fr,Sr.attribValue="",Sr.state=nr.ATTRIB_NAME):ar(Sr,"Invalid attribute name");continue;case nr.ATTRIB_NAME:Fr==="="?Sr.state=nr.ATTRIB_VALUE:Fr===">"?(ar(Sr,"Attribute without value"),Sr.attribValue=Sr.attribName,he(Sr),tr(Sr)):qe(Fr)?Sr.state=nr.ATTRIB_NAME_SAW_WHITE:dr($e,Fr)?Sr.attribName+=Fr:ar(Sr,"Invalid attribute name");continue;case nr.ATTRIB_NAME_SAW_WHITE:if(Fr==="=")Sr.state=nr.ATTRIB_VALUE;else{if(qe(Fr))continue;ar(Sr,"Attribute without value"),Sr.tag.attributes[Sr.attribName]="",Sr.attribValue="",ie(Sr,"onattribute",{name:Sr.attribName,value:""}),Sr.attribName="",Fr===">"?tr(Sr):dr(Ue,Fr)?(Sr.attribName=Fr,Sr.state=nr.ATTRIB_NAME):(ar(Sr,"Invalid attribute name"),Sr.state=nr.ATTRIB)}continue;case nr.ATTRIB_VALUE:if(qe(Fr))continue;er(Fr)?(Sr.q=Fr,Sr.state=nr.ATTRIB_VALUE_QUOTED):(Sr.opt.unquotedAttributeValues||Ie(Sr,"Unquoted attribute value"),Sr.state=nr.ATTRIB_VALUE_UNQUOTED,Sr.attribValue=Fr);continue;case nr.ATTRIB_VALUE_QUOTED:if(Fr!==Sr.q){Fr==="&"?Sr.state=nr.ATTRIB_VALUE_ENTITY_Q:Sr.attribValue+=Fr;continue}he(Sr),Sr.q="",Sr.state=nr.ATTRIB_VALUE_CLOSED;continue;case nr.ATTRIB_VALUE_CLOSED:qe(Fr)?Sr.state=nr.ATTRIB:Fr===">"?tr(Sr):Fr==="/"?Sr.state=nr.OPEN_TAG_SLASH:dr(Ue,Fr)?(ar(Sr,"No whitespace between attributes"),Sr.attribName=Fr,Sr.attribValue="",Sr.state=nr.ATTRIB_NAME):ar(Sr,"Invalid attribute name");continue;case nr.ATTRIB_VALUE_UNQUOTED:if(!ir(Fr)){Fr==="&"?Sr.state=nr.ATTRIB_VALUE_ENTITY_U:Sr.attribValue+=Fr;continue}he(Sr),Fr===">"?tr(Sr):Sr.state=nr.ATTRIB;continue;case nr.CLOSE_TAG:if(Sr.tagName)Fr===">"?gr(Sr):dr($e,Fr)?Sr.tagName+=Fr:Sr.script?(Sr.script+="</"+Sr.tagName,Sr.tagName="",Sr.state=nr.SCRIPT):(qe(Fr)||ar(Sr,"Invalid tagname in closing tag"),Sr.state=nr.CLOSE_TAG_SAW_WHITE);else{if(qe(Fr))continue;cr(Ue,Fr)?Sr.script?(Sr.script+="</"+Fr,Sr.state=nr.SCRIPT):ar(Sr,"Invalid tagname in closing tag."):Sr.tagName=Fr}continue;case nr.CLOSE_TAG_SAW_WHITE:if(qe(Fr))continue;Fr===">"?gr(Sr):ar(Sr,"Invalid characters in closing tag");continue;case nr.TEXT_ENTITY:case nr.ATTRIB_VALUE_ENTITY_Q:case nr.ATTRIB_VALUE_ENTITY_U:var Dr,Ir;switch(Sr.state){case nr.TEXT_ENTITY:Dr=nr.TEXT,Ir="textNode";break;case nr.ATTRIB_VALUE_ENTITY_Q:Dr=nr.ATTRIB_VALUE_QUOTED,Ir="attribValue";break;case nr.ATTRIB_VALUE_ENTITY_U:Dr=nr.ATTRIB_VALUE_UNQUOTED,Ir="attribValue";break}if(Fr===";"){var Br=_r(Sr);Sr.opt.unparsedEntities&&!Object.values(t.XML_ENTITIES).includes(Br)?(Sr.entity="",Sr.state=Dr,Sr.write(Br)):(Sr[Ir]+=Br,Sr.entity="",Sr.state=Dr)}else dr(Sr.entity.length?Fe:Ve,Fr)?Sr.entity+=Fr:(ar(Sr,"Invalid character in entity name"),Sr[Ir]+="&"+Sr.entity+Fr,Sr.entity="",Sr.state=Dr);continue;default:throw new Error(Sr,"Unknown state: "+Sr.state)}return Sr.position>=Sr.bufferCheckPosition&&$(Sr),Sr}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var Tr=String.fromCharCode,Sr=Math.floor,Ar=function(){var Fr=16384,Gr=[],Vr,Dr,Ir=-1,Br=arguments.length;if(!Br)return"";for(var Rr="";++Ir<Br;){var Lr=Number(arguments[Ir]);if(!isFinite(Lr)||Lr<0||Lr>1114111||Sr(Lr)!==Lr)throw RangeError("Invalid code point: "+Lr);Lr<=65535?Gr.push(Lr):(Lr-=65536,Vr=(Lr>>10)+55296,Dr=Lr%1024+56320,Gr.push(Vr,Dr)),(Ir+1===Br||Gr.length>Fr)&&(Rr+=Tr.apply(null,Gr),Gr.length=0)}return Rr};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Ar,configurable:!0,writable:!0}):String.fromCodePoint=Ar}()})(e)}(sax)),sax}var bom={},hasRequiredBom;function requireBom(){return hasRequiredBom||(hasRequiredBom=1,(function(){bom.stripBOM=function(e){return e[0]==="\uFEFF"?e.substring(1):e}}).call(commonjsGlobal)),bom}var processors={},hasRequiredProcessors;function requireProcessors(){return hasRequiredProcessors||(hasRequiredProcessors=1,(function(){var e;e=new RegExp(/(?!xmlns)^.*:/),processors.normalize=function(t){return t.toLowerCase()},processors.firstCharLowerCase=function(t){return t.charAt(0).toLowerCase()+t.slice(1)},processors.stripPrefix=function(t){return t.replace(e,"")},processors.parseNumbers=function(t){return isNaN(t)||(t=t%1===0?parseInt(t,10):parseFloat(t)),t},processors.parseBooleans=function(t){return/^(?:true|false)$/i.test(t)&&(t=t.toLowerCase()==="true"),t}}).call(commonjsGlobal)),processors}var main$2={},setImmediate$2={},hasRequiredSetImmediate;function requireSetImmediate(){if(hasRequiredSetImmediate)return setImmediate$2;hasRequiredSetImmediate=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(t,y){if(t.setImmediate)return;var n=1,$={},k=!1,L=t.document,j;function V(Fe){typeof Fe!="function"&&(Fe=new Function(""+Fe));for(var qe=new Array(arguments.length-1),er=0;er<qe.length;er++)qe[er]=arguments[er+1];var ir={callback:Fe,args:qe};return $[n]=ir,j(n),n++}function z(Fe){delete $[Fe]}function re(Fe){var qe=Fe.callback,er=Fe.args;switch(er.length){case 0:qe();break;case 1:qe(er[0]);break;case 2:qe(er[0],er[1]);break;case 3:qe(er[0],er[1],er[2]);break;default:qe.apply(y,er);break}}function oe(Fe){if(k)setTimeout(oe,0,Fe);else{var qe=$[Fe];if(qe){k=!0;try{re(qe)}finally{z(Fe),k=!1}}}}function ue(){j=function(Fe){e.nextTick(function(){oe(Fe)})}}function de(){if(t.postMessage&&!t.importScripts){var Fe=!0,qe=t.onmessage;return t.onmessage=function(){Fe=!1},t.postMessage("","*"),t.onmessage=qe,Fe}}function _e(){var Fe="setImmediate$"+Math.random()+"$",qe=function(er){er.source===t&&typeof er.data=="string"&&er.data.indexOf(Fe)===0&&oe(+er.data.slice(Fe.length))};t.addEventListener?t.addEventListener("message",qe,!1):t.attachEvent("onmessage",qe),j=function(er){t.postMessage(Fe+er,"*")}}function Ne(){var Fe=new MessageChannel;Fe.port1.onmessage=function(qe){var er=qe.data;oe(er)},j=function(qe){Fe.port2.postMessage(qe)}}function Ue(){var Fe=L.documentElement;j=function(qe){var er=L.createElement("script");er.onreadystatechange=function(){oe(qe),er.onreadystatechange=null,Fe.removeChild(er),er=null},Fe.appendChild(er)}}function $e(){j=function(Fe){setTimeout(oe,0,Fe)}}var Ve=Object.getPrototypeOf&&Object.getPrototypeOf(t);Ve=Ve&&Ve.setTimeout?Ve:t,{}.toString.call(t.process)==="[object process]"?ue():de()?_e():t.MessageChannel?Ne():L&&"onreadystatechange"in L.createElement("script")?Ue():$e(),Ve.setImmediate=V,Ve.clearImmediate=z}(typeof self>"u"?commonjsGlobal:self),setImmediate$2}var hasRequiredMain;function requireMain(){if(hasRequiredMain)return main$2;hasRequiredMain=1;var e=typeof commonjsGlobal<"u"&&commonjsGlobal||typeof self<"u"&&self||window,t=Function.prototype.apply;main$2.setTimeout=function(){return new y(t.call(setTimeout,e,arguments),clearTimeout)},main$2.setInterval=function(){return new y(t.call(setInterval,e,arguments),clearInterval)},main$2.clearTimeout=main$2.clearInterval=function(n){n&&n.close()};function y(n,$){this._id=n,this._clearFn=$}return y.prototype.unref=y.prototype.ref=function(){},y.prototype.close=function(){this._clearFn.call(e,this._id)},main$2.enroll=function(n,$){clearTimeout(n._idleTimeoutId),n._idleTimeout=$},main$2.unenroll=function(n){clearTimeout(n._idleTimeoutId),n._idleTimeout=-1},main$2._unrefActive=main$2.active=function(n){clearTimeout(n._idleTimeoutId);var $=n._idleTimeout;$>=0&&(n._idleTimeoutId=setTimeout(function(){n._onTimeout&&n._onTimeout()},$))},requireSetImmediate(),main$2.setImmediate=typeof self<"u"&&self.setImmediate||typeof commonjsGlobal<"u"&&commonjsGlobal.setImmediate||commonjsGlobal&&commonjsGlobal.setImmediate,main$2.clearImmediate=typeof self<"u"&&self.clearImmediate||typeof commonjsGlobal<"u"&&commonjsGlobal.clearImmediate||commonjsGlobal&&commonjsGlobal.clearImmediate,main$2}var hasRequiredParser;function requireParser(){return hasRequiredParser||(hasRequiredParser=1,function(e){(function(){var t,y,n,$,k,L,j,V,z=function(ue,de){return function(){return ue.apply(de,arguments)}},re=function(ue,de){for(var _e in de)oe.call(de,_e)&&(ue[_e]=de[_e]);function Ne(){this.constructor=ue}return Ne.prototype=de.prototype,ue.prototype=new Ne,ue.__super__=de.prototype,ue},oe={}.hasOwnProperty;j=requireSax(),n=eventsExports,t=requireBom(),L=requireProcessors(),V=requireMain().setImmediate,y=requireDefaults().defaults,$=function(ue){return typeof ue=="object"&&ue!=null&&Object.keys(ue).length===0},k=function(ue,de,_e){var Ne,Ue,$e;for(Ne=0,Ue=ue.length;Ne<Ue;Ne++)$e=ue[Ne],de=$e(de,_e);return de},e.Parser=function(ue){re(de,ue);function de(_e){this.parseStringPromise=z(this.parseStringPromise,this),this.parseString=z(this.parseString,this),this.reset=z(this.reset,this),this.assignOrPush=z(this.assignOrPush,this),this.processAsync=z(this.processAsync,this);var Ne,Ue,$e;if(!(this instanceof e.Parser))return new e.Parser(_e);this.options={},Ue=y["0.2"];for(Ne in Ue)oe.call(Ue,Ne)&&($e=Ue[Ne],this.options[Ne]=$e);for(Ne in _e)oe.call(_e,Ne)&&($e=_e[Ne],this.options[Ne]=$e);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(L.normalize)),this.reset()}return de.prototype.processAsync=function(){var _e,Ne;try{return this.remaining.length<=this.options.chunkSize?(_e=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(_e),this.saxParser.close()):(_e=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(_e),V(this.processAsync))}catch(Ue){if(Ne=Ue,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(Ne)}},de.prototype.assignOrPush=function(_e,Ne,Ue){return Ne in _e?(_e[Ne]instanceof Array||(_e[Ne]=[_e[Ne]]),_e[Ne].push(Ue)):this.options.explicitArray?_e[Ne]=[Ue]:_e[Ne]=Ue},de.prototype.reset=function(){var _e,Ne,Ue,$e;return this.removeAllListeners(),this.saxParser=j.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(Ve){return function(Fe){if(Ve.saxParser.resume(),!Ve.saxParser.errThrown)return Ve.saxParser.errThrown=!0,Ve.emit("error",Fe)}}(this),this.saxParser.onend=function(Ve){return function(){if(!Ve.saxParser.ended)return Ve.saxParser.ended=!0,Ve.emit("end",Ve.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,$e=[],_e=this.options.attrkey,Ne=this.options.charkey,this.saxParser.onopentag=function(Ve){return function(Fe){var qe,er,ir,dr,cr;if(ir={},ir[Ne]="",!Ve.options.ignoreAttrs){cr=Fe.attributes;for(qe in cr)oe.call(cr,qe)&&(!(_e in ir)&&!Ve.options.mergeAttrs&&(ir[_e]={}),er=Ve.options.attrValueProcessors?k(Ve.options.attrValueProcessors,Fe.attributes[qe],qe):Fe.attributes[qe],dr=Ve.options.attrNameProcessors?k(Ve.options.attrNameProcessors,qe):qe,Ve.options.mergeAttrs?Ve.assignOrPush(ir,dr,er):ir[_e][dr]=er)}return ir["#name"]=Ve.options.tagNameProcessors?k(Ve.options.tagNameProcessors,Fe.name):Fe.name,Ve.options.xmlns&&(ir[Ve.options.xmlnskey]={uri:Fe.uri,local:Fe.local}),$e.push(ir)}}(this),this.saxParser.onclosetag=function(Ve){return function(){var Fe,qe,er,ir,dr,cr,nr,lr,Et,ie;if(cr=$e.pop(),dr=cr["#name"],(!Ve.options.explicitChildren||!Ve.options.preserveChildrenOrder)&&delete cr["#name"],cr.cdata===!0&&(Fe=cr.cdata,delete cr.cdata),Et=$e[$e.length-1],cr[Ne].match(/^\s*$/)&&!Fe?(qe=cr[Ne],delete cr[Ne]):(Ve.options.trim&&(cr[Ne]=cr[Ne].trim()),Ve.options.normalize&&(cr[Ne]=cr[Ne].replace(/\s{2,}/g," ").trim()),cr[Ne]=Ve.options.valueProcessors?k(Ve.options.valueProcessors,cr[Ne],dr):cr[Ne],Object.keys(cr).length===1&&Ne in cr&&!Ve.EXPLICIT_CHARKEY&&(cr=cr[Ne])),$(cr)&&(cr=Ve.options.emptyTag!==""?Ve.options.emptyTag:qe),Ve.options.validator!=null&&(ie="/"+function(){var pe,Ce,Ie;for(Ie=[],pe=0,Ce=$e.length;pe<Ce;pe++)ir=$e[pe],Ie.push(ir["#name"]);return Ie}().concat(dr).join("/"),function(){var pe;try{return cr=Ve.options.validator(ie,Et&&Et[dr],cr)}catch(Ce){return pe=Ce,Ve.emit("error",pe)}}()),Ve.options.explicitChildren&&!Ve.options.mergeAttrs&&typeof cr=="object"){if(!Ve.options.preserveChildrenOrder)ir={},Ve.options.attrkey in cr&&(ir[Ve.options.attrkey]=cr[Ve.options.attrkey],delete cr[Ve.options.attrkey]),!Ve.options.charsAsChildren&&Ve.options.charkey in cr&&(ir[Ve.options.charkey]=cr[Ve.options.charkey],delete cr[Ve.options.charkey]),Object.getOwnPropertyNames(cr).length>0&&(ir[Ve.options.childkey]=cr),cr=ir;else if(Et){Et[Ve.options.childkey]=Et[Ve.options.childkey]||[],nr={};for(er in cr)oe.call(cr,er)&&(nr[er]=cr[er]);Et[Ve.options.childkey].push(nr),delete cr["#name"],Object.keys(cr).length===1&&Ne in cr&&!Ve.EXPLICIT_CHARKEY&&(cr=cr[Ne])}}return $e.length>0?Ve.assignOrPush(Et,dr,cr):(Ve.options.explicitRoot&&(lr=cr,cr={},cr[dr]=lr),Ve.resultObject=cr,Ve.saxParser.ended=!0,Ve.emit("end",Ve.resultObject))}}(this),Ue=function(Ve){return function(Fe){var qe,er;if(er=$e[$e.length-1],er)return er[Ne]+=Fe,Ve.options.explicitChildren&&Ve.options.preserveChildrenOrder&&Ve.options.charsAsChildren&&(Ve.options.includeWhiteChars||Fe.replace(/\\n/g,"").trim()!=="")&&(er[Ve.options.childkey]=er[Ve.options.childkey]||[],qe={"#name":"__text__"},qe[Ne]=Fe,Ve.options.normalize&&(qe[Ne]=qe[Ne].replace(/\s{2,}/g," ").trim()),er[Ve.options.childkey].push(qe)),er}}(this),this.saxParser.ontext=Ue,this.saxParser.oncdata=function(Ve){return function(Fe){var qe;if(qe=Ue(Fe),qe)return qe.cdata=!0}}()},de.prototype.parseString=function(_e,Ne){var Ue;Ne!=null&&typeof Ne=="function"&&(this.on("end",function($e){return this.reset(),Ne(null,$e)}),this.on("error",function($e){return this.reset(),Ne($e)}));try{return _e=_e.toString(),_e.trim()===""?(this.emit("end",null),!0):(_e=t.stripBOM(_e),this.options.async?(this.remaining=_e,V(this.processAsync),this.saxParser):this.saxParser.write(_e).close())}catch($e){if(Ue=$e,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw Ue}else return this.emit("error",Ue),this.saxParser.errThrown=!0}},de.prototype.parseStringPromise=function(_e){return new Promise(function(Ne){return function(Ue,$e){return Ne.parseString(_e,function(Ve,Fe){return Ve?$e(Ve):Ue(Fe)})}}(this))},de}(n),e.parseString=function(ue,de,_e){var Ne,Ue,$e;return _e!=null?(typeof _e=="function"&&(Ne=_e),typeof de=="object"&&(Ue=de)):(typeof de=="function"&&(Ne=de),Ue={}),$e=new e.Parser(Ue),$e.parseString(ue,Ne)},e.parseStringPromise=function(ue,de){var _e,Ne;return typeof de=="object"&&(_e=de),Ne=new e.Parser(_e),Ne.parseStringPromise(ue)}}).call(commonjsGlobal)}(parser)),parser}(function(){var e,t,y,n,$=function(L,j){for(var V in j)k.call(j,V)&&(L[V]=j[V]);function z(){this.constructor=L}return z.prototype=j.prototype,L.prototype=new z,L.__super__=j.prototype,L},k={}.hasOwnProperty;t=requireDefaults(),e=requireBuilder(),y=requireParser(),n=requireProcessors(),xml2js.defaults=t.defaults,xml2js.processors=n,xml2js.ValidationError=function(L){$(j,L);function j(V){this.message=V}return j}(Error),xml2js.Builder=e.Builder,xml2js.Parser=y.Parser,xml2js.parseString=y.parseString,xml2js.parseStringPromise=y.parseStringPromise}).call(commonjsGlobal);var define_process_default$a={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(e,...t){return(...y)=>e(...t,...y)}function initialParams(e){return function(...t){var y=t.pop();return e.call(this,t,y)}}var hasQueueMicrotask=typeof queueMicrotask=="function"&&queueMicrotask,hasSetImmediate=typeof setImmediate=="function"&&setImmediate,hasNextTick=typeof define_process_default$a=="object"&&typeof define_process_default$a.nextTick=="function";function fallback(e){setTimeout(e,0)}function wrap(e){return(t,...y)=>e(()=>t(...y))}var _defer$1;hasQueueMicrotask?_defer$1=queueMicrotask:hasSetImmediate?_defer$1=setImmediate:hasNextTick?_defer$1=define_process_default$a.nextTick:_defer$1=fallback;var setImmediate$1=wrap(_defer$1);function asyncify(e){return isAsync(e)?function(...t){const y=t.pop(),n=e.apply(this,t);return handlePromise(n,y)}:initialParams(function(t,y){var n;try{n=e.apply(this,t)}catch($){return y($)}if(n&&typeof n.then=="function")return handlePromise(n,y);y(null,n)})}function handlePromise(e,t){return e.then(y=>{invokeCallback(t,null,y)},y=>{invokeCallback(t,y&&(y instanceof Error||y.message)?y:new Error(y))})}function invokeCallback(e,t,y){try{e(t,y)}catch(n){setImmediate$1($=>{throw $},n)}}function isAsync(e){return e[Symbol.toStringTag]==="AsyncFunction"}function isAsyncGenerator(e){return e[Symbol.toStringTag]==="AsyncGenerator"}function isAsyncIterable(e){return typeof e[Symbol.asyncIterator]=="function"}function wrapAsync(e){if(typeof e!="function")throw new Error("expected a function");return isAsync(e)?asyncify(e):e}function awaitify(e,t){if(t||(t=e.length),!t)throw new Error("arity is undefined");function y(...n){return typeof n[t-1]=="function"?e.apply(this,n):new Promise(($,k)=>{n[t-1]=(L,...j)=>{if(L)return k(L);$(j.length>1?j:j[0])},e.apply(this,n)})}return y}function applyEach$1(e){return function(y,...n){return awaitify(function(k){var L=this;return e(y,(j,V)=>{wrapAsync(j).apply(L,n.concat(V))},k)})}}function _asyncMap(e,t,y,n){t=t||[];var $=[],k=0,L=wrapAsync(y);return e(t,(j,V,z)=>{var re=k++;L(j,(oe,ue)=>{$[re]=ue,z(oe)})},j=>{n(j,$)})}function isArrayLike(e){return e&&typeof e.length=="number"&&e.length>=0&&e.length%1===0}const breakLoop={};var breakLoop$1=breakLoop;function once(e){function t(...y){if(e!==null){var n=e;e=null,n.apply(this,y)}}return Object.assign(t,e),t}function getIterator(e){return e[Symbol.iterator]&&e[Symbol.iterator]()}function createArrayIterator(e){var t=-1,y=e.length;return function(){return++t<y?{value:e[t],key:t}:null}}function createES2015Iterator(e){var t=-1;return function(){var n=e.next();return n.done?null:(t++,{value:n.value,key:t})}}function createObjectIterator(e){var t=e?Object.keys(e):[],y=-1,n=t.length;return function $(){var k=t[++y];return k==="__proto__"?$():y<n?{value:e[k],key:k}:null}}function createIterator(e){if(isArrayLike(e))return createArrayIterator(e);var t=getIterator(e);return t?createES2015Iterator(t):createObjectIterator(e)}function onlyOnce(e){return function(...t){if(e===null)throw new Error("Callback was already called.");var y=e;e=null,y.apply(this,t)}}function asyncEachOfLimit(e,t,y,n){let $=!1,k=!1,L=!1,j=0,V=0;function z(){j>=t||L||$||(L=!0,e.next().then(({value:ue,done:de})=>{if(!(k||$)){if(L=!1,de){$=!0,j<=0&&n(null);return}j++,y(ue,V,re),V++,z()}}).catch(oe))}function re(ue,de){if(j-=1,!k){if(ue)return oe(ue);if(ue===!1){$=!0,k=!0;return}if(de===breakLoop$1||$&&j<=0)return $=!0,n(null);z()}}function oe(ue){k||(L=!1,$=!0,n(ue))}z()}var eachOfLimit$2=e=>(t,y,n)=>{if(n=once(n),e<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!t)return n(null);if(isAsyncGenerator(t))return asyncEachOfLimit(t,e,y,n);if(isAsyncIterable(t))return asyncEachOfLimit(t[Symbol.asyncIterator](),e,y,n);var $=createIterator(t),k=!1,L=!1,j=0,V=!1;function z(oe,ue){if(!L)if(j-=1,oe)k=!0,n(oe);else if(oe===!1)k=!0,L=!0;else{if(ue===breakLoop$1||k&&j<=0)return k=!0,n(null);V||re()}}function re(){for(V=!0;j<e&&!k;){var oe=$();if(oe===null){k=!0,j<=0&&n(null);return}j+=1,y(oe.value,oe.key,onlyOnce(z))}V=!1}re()};function eachOfLimit(e,t,y,n){return eachOfLimit$2(t)(e,wrapAsync(y),n)}var eachOfLimit$1=awaitify(eachOfLimit,4);function eachOfArrayLike(e,t,y){y=once(y);var n=0,$=0,{length:k}=e,L=!1;k===0&&y(null);function j(V,z){V===!1&&(L=!0),L!==!0&&(V?y(V):(++$===k||z===breakLoop$1)&&y(null))}for(;n<k;n++)t(e[n],n,onlyOnce(j))}function eachOfGeneric(e,t,y){return eachOfLimit$1(e,1/0,t,y)}function eachOf(e,t,y){var n=isArrayLike(e)?eachOfArrayLike:eachOfGeneric;return n(e,wrapAsync(t),y)}var eachOf$1=awaitify(eachOf,3);function map(e,t,y){return _asyncMap(eachOf$1,e,t,y)}var map$1=awaitify(map,3),applyEach=applyEach$1(map$1);function eachOfSeries(e,t,y){return eachOfLimit$1(e,1,t,y)}var eachOfSeries$1=awaitify(eachOfSeries,3);function mapSeries(e,t,y){return _asyncMap(eachOfSeries$1,e,t,y)}var mapSeries$1=awaitify(mapSeries,3),applyEachSeries=applyEach$1(mapSeries$1);const PROMISE_SYMBOL=Symbol("promiseCallback");function promiseCallback(){let e,t;function y(n,...$){if(n)return t(n);e($.length>1?$:$[0])}return y[PROMISE_SYMBOL]=new Promise((n,$)=>{e=n,t=$}),y}function auto(e,t,y){typeof t!="number"&&(y=t,t=null),y=once(y||promiseCallback());var n=Object.keys(e).length;if(!n)return y(null);t||(t=n);var $={},k=0,L=!1,j=!1,V=Object.create(null),z=[],re=[],oe={};Object.keys(e).forEach(Fe=>{var qe=e[Fe];if(!Array.isArray(qe)){ue(Fe,[qe]),re.push(Fe);return}var er=qe.slice(0,qe.length-1),ir=er.length;if(ir===0){ue(Fe,qe),re.push(Fe);return}oe[Fe]=ir,er.forEach(dr=>{if(!e[dr])throw new Error("async.auto task `"+Fe+"` has a non-existent dependency `"+dr+"` in "+er.join(", "));_e(dr,()=>{ir--,ir===0&&ue(Fe,qe)})})}),$e(),de();function ue(Fe,qe){z.push(()=>Ue(Fe,qe))}function de(){if(!L){if(z.length===0&&k===0)return y(null,$);for(;z.length&&k<t;){var Fe=z.shift();Fe()}}}function _e(Fe,qe){var er=V[Fe];er||(er=V[Fe]=[]),er.push(qe)}function Ne(Fe){var qe=V[Fe]||[];qe.forEach(er=>er()),de()}function Ue(Fe,qe){if(!j){var er=onlyOnce((dr,...cr)=>{if(k--,dr===!1){L=!0;return}if(cr.length<2&&([cr]=cr),dr){var nr={};if(Object.keys($).forEach(lr=>{nr[lr]=$[lr]}),nr[Fe]=cr,j=!0,V=Object.create(null),L)return;y(dr,nr)}else $[Fe]=cr,Ne(Fe)});k++;var ir=wrapAsync(qe[qe.length-1]);qe.length>1?ir($,er):ir(er)}}function $e(){for(var Fe,qe=0;re.length;)Fe=re.pop(),qe++,Ve(Fe).forEach(er=>{--oe[er]===0&&re.push(er)});if(qe!==n)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}function Ve(Fe){var qe=[];return Object.keys(e).forEach(er=>{const ir=e[er];Array.isArray(ir)&&ir.indexOf(Fe)>=0&&qe.push(er)}),qe}return y[PROMISE_SYMBOL]}var FN_ARGS=/^(?:async\s+)?(?:function)?\s*\w*\s*\(\s*([^)]+)\s*\)(?:\s*{)/,ARROW_FN_ARGS=/^(?:async\s+)?\(?\s*([^)=]+)\s*\)?(?:\s*=>)/,FN_ARG_SPLIT=/,/,FN_ARG=/(=.+)?(\s*)$/;function stripComments(e){let t="",y=0,n=e.indexOf("*/");for(;y<e.length;)if(e[y]==="/"&&e[y+1]==="/"){let $=e.indexOf(`
`,y);y=$===-1?e.length:$}else if(n!==-1&&e[y]==="/"&&e[y+1]==="*"){let $=e.indexOf("*/",y);$!==-1?(y=$+2,n=e.indexOf("*/",y)):(t+=e[y],y++)}else t+=e[y],y++;return t}function parseParams(e){const t=stripComments(e.toString());let y=t.match(FN_ARGS);if(y||(y=t.match(ARROW_FN_ARGS)),!y)throw new Error(`could not parse args in autoInject
Source:
`+t);let[,n]=y;return n.replace(/\s/g,"").split(FN_ARG_SPLIT).map($=>$.replace(FN_ARG,"").trim())}function autoInject(e,t){var y={};return Object.keys(e).forEach(n=>{var $=e[n],k,L=isAsync($),j=!L&&$.length===1||L&&$.length===0;if(Array.isArray($))k=[...$],$=k.pop(),y[n]=k.concat(k.length>0?V:$);else if(j)y[n]=$;else{if(k=parseParams($),$.length===0&&!L&&k.length===0)throw new Error("autoInject task functions require explicit parameters.");L||k.pop(),y[n]=k.concat(V)}function V(z,re){var oe=k.map(ue=>z[ue]);oe.push(re),wrapAsync($)(...oe)}}),auto(y,t)}class DLL{constructor(){this.head=this.tail=null,this.length=0}removeLink(t){return t.prev?t.prev.next=t.next:this.head=t.next,t.next?t.next.prev=t.prev:this.tail=t.prev,t.prev=t.next=null,this.length-=1,t}empty(){for(;this.head;)this.shift();return this}insertAfter(t,y){y.prev=t,y.next=t.next,t.next?t.next.prev=y:this.tail=y,t.next=y,this.length+=1}insertBefore(t,y){y.prev=t.prev,y.next=t,t.prev?t.prev.next=y:this.head=y,t.prev=y,this.length+=1}unshift(t){this.head?this.insertBefore(this.head,t):setInitial(this,t)}push(t){this.tail?this.insertAfter(this.tail,t):setInitial(this,t)}shift(){return this.head&&this.removeLink(this.head)}pop(){return this.tail&&this.removeLink(this.tail)}toArray(){return[...this]}*[Symbol.iterator](){for(var t=this.head;t;)yield t.data,t=t.next}remove(t){for(var y=this.head;y;){var{next:n}=y;t(y)&&this.removeLink(y),y=n}return this}}function setInitial(e,t){e.length=1,e.head=e.tail=t}function queue$1(e,t,y){if(t==null)t=1;else if(t===0)throw new RangeError("Concurrency must not be zero");var n=wrapAsync(e),$=0,k=[];const L={error:[],drain:[],saturated:[],unsaturated:[],empty:[]};function j(Ve,Fe){L[Ve].push(Fe)}function V(Ve,Fe){const qe=(...er)=>{z(Ve,qe),Fe(...er)};L[Ve].push(qe)}function z(Ve,Fe){if(!Ve)return Object.keys(L).forEach(qe=>L[qe]=[]);if(!Fe)return L[Ve]=[];L[Ve]=L[Ve].filter(qe=>qe!==Fe)}function re(Ve,...Fe){L[Ve].forEach(qe=>qe(...Fe))}var oe=!1;function ue(Ve,Fe,qe,er){if(er!=null&&typeof er!="function")throw new Error("task callback must be a function");$e.started=!0;var ir,dr;function cr(lr,...Et){if(lr)return qe?dr(lr):ir();if(Et.length<=1)return ir(Et[0]);ir(Et)}var nr=$e._createTaskItem(Ve,qe?cr:er||cr);if(Fe?$e._tasks.unshift(nr):$e._tasks.push(nr),oe||(oe=!0,setImmediate$1(()=>{oe=!1,$e.process()})),qe||!er)return new Promise((lr,Et)=>{ir=lr,dr=Et})}function de(Ve){return function(Fe,...qe){$-=1;for(var er=0,ir=Ve.length;er<ir;er++){var dr=Ve[er],cr=k.indexOf(dr);cr===0?k.shift():cr>0&&k.splice(cr,1),dr.callback(Fe,...qe),Fe!=null&&re("error",Fe,dr.data)}$<=$e.concurrency-$e.buffer&&re("unsaturated"),$e.idle()&&re("drain"),$e.process()}}function _e(Ve){return Ve.length===0&&$e.idle()?(setImmediate$1(()=>re("drain")),!0):!1}const Ne=Ve=>Fe=>{if(!Fe)return new Promise((qe,er)=>{V(Ve,(ir,dr)=>{if(ir)return er(ir);qe(dr)})});z(Ve),j(Ve,Fe)};var Ue=!1,$e={_tasks:new DLL,_createTaskItem(Ve,Fe){return{data:Ve,callback:Fe}},*[Symbol.iterator](){yield*$e._tasks[Symbol.iterator]()},concurrency:t,payload:y,buffer:t/4,started:!1,paused:!1,push(Ve,Fe){return Array.isArray(Ve)?_e(Ve)?void 0:Ve.map(qe=>ue(qe,!1,!1,Fe)):ue(Ve,!1,!1,Fe)},pushAsync(Ve,Fe){return Array.isArray(Ve)?_e(Ve)?void 0:Ve.map(qe=>ue(qe,!1,!0,Fe)):ue(Ve,!1,!0,Fe)},kill(){z(),$e._tasks.empty()},unshift(Ve,Fe){return Array.isArray(Ve)?_e(Ve)?void 0:Ve.map(qe=>ue(qe,!0,!1,Fe)):ue(Ve,!0,!1,Fe)},unshiftAsync(Ve,Fe){return Array.isArray(Ve)?_e(Ve)?void 0:Ve.map(qe=>ue(qe,!0,!0,Fe)):ue(Ve,!0,!0,Fe)},remove(Ve){$e._tasks.remove(Ve)},process(){if(!Ue){for(Ue=!0;!$e.paused&&$<$e.concurrency&&$e._tasks.length;){var Ve=[],Fe=[],qe=$e._tasks.length;$e.payload&&(qe=Math.min(qe,$e.payload));for(var er=0;er<qe;er++){var ir=$e._tasks.shift();Ve.push(ir),k.push(ir),Fe.push(ir.data)}$+=1,$e._tasks.length===0&&re("empty"),$===$e.concurrency&&re("saturated");var dr=onlyOnce(de(Ve));n(Fe,dr)}Ue=!1}},length(){return $e._tasks.length},running(){return $},workersList(){return k},idle(){return $e._tasks.length+$===0},pause(){$e.paused=!0},resume(){$e.paused!==!1&&($e.paused=!1,setImmediate$1($e.process))}};return Object.defineProperties($e,{saturated:{writable:!1,value:Ne("saturated")},unsaturated:{writable:!1,value:Ne("unsaturated")},empty:{writable:!1,value:Ne("empty")},drain:{writable:!1,value:Ne("drain")},error:{writable:!1,value:Ne("error")}}),$e}function cargo$1(e,t){return queue$1(e,1,t)}function cargo(e,t,y){return queue$1(e,t,y)}function reduce(e,t,y,n){n=once(n);var $=wrapAsync(y);return eachOfSeries$1(e,(k,L,j)=>{$(t,k,(V,z)=>{t=z,j(V)})},k=>n(k,t))}var reduce$1=awaitify(reduce,4);function seq(...e){var t=e.map(wrapAsync);return function(...y){var n=this,$=y[y.length-1];return typeof $=="function"?y.pop():$=promiseCallback(),reduce$1(t,y,(k,L,j)=>{L.apply(n,k.concat((V,...z)=>{j(V,z)}))},(k,L)=>$(k,...L)),$[PROMISE_SYMBOL]}}function compose(...e){return seq(...e.reverse())}function mapLimit(e,t,y,n){return _asyncMap(eachOfLimit$2(t),e,y,n)}var mapLimit$1=awaitify(mapLimit,4);function concatLimit(e,t,y,n){var $=wrapAsync(y);return mapLimit$1(e,t,(k,L)=>{$(k,(j,...V)=>j?L(j):L(j,V))},(k,L)=>{for(var j=[],V=0;V<L.length;V++)L[V]&&(j=j.concat(...L[V]));return n(k,j)})}var concatLimit$1=awaitify(concatLimit,4);function concat(e,t,y){return concatLimit$1(e,1/0,t,y)}var concat$1=awaitify(concat,3);function concatSeries(e,t,y){return concatLimit$1(e,1,t,y)}var concatSeries$1=awaitify(concatSeries,3);function constant$1(...e){return function(...t){var y=t.pop();return y(null,...e)}}function _createTester(e,t){return(y,n,$,k)=>{var L=!1,j;const V=wrapAsync($);y(n,(z,re,oe)=>{V(z,(ue,de)=>{if(ue||ue===!1)return oe(ue);if(e(de)&&!j)return L=!0,j=t(!0,z),oe(null,breakLoop$1);oe()})},z=>{if(z)return k(z);k(null,L?j:t(!1))})}}function detect(e,t,y){return _createTester(n=>n,(n,$)=>$)(eachOf$1,e,t,y)}var detect$1=awaitify(detect,3);function detectLimit(e,t,y,n){return _createTester($=>$,($,k)=>k)(eachOfLimit$2(t),e,y,n)}var detectLimit$1=awaitify(detectLimit,4);function detectSeries(e,t,y){return _createTester(n=>n,(n,$)=>$)(eachOfLimit$2(1),e,t,y)}var detectSeries$1=awaitify(detectSeries,3);function consoleFunc(e){return(t,...y)=>wrapAsync(t)(...y,(n,...$)=>{typeof console=="object"&&(n?console.error&&console.error(n):console[e]&&$.forEach(k=>console[e](k)))})}var dir=consoleFunc("dir");function doWhilst(e,t,y){y=onlyOnce(y);var n=wrapAsync(e),$=wrapAsync(t),k;function L(V,...z){if(V)return y(V);V!==!1&&(k=z,$(...z,j))}function j(V,z){if(V)return y(V);if(V!==!1){if(!z)return y(null,...k);n(L)}}return j(null,!0)}var doWhilst$1=awaitify(doWhilst,3);function doUntil(e,t,y){const n=wrapAsync(t);return doWhilst$1(e,(...$)=>{const k=$.pop();n(...$,(L,j)=>k(L,!j))},y)}function _withoutIndex(e){return(t,y,n)=>e(t,n)}function eachLimit$2(e,t,y){return eachOf$1(e,_withoutIndex(wrapAsync(t)),y)}var each=awaitify(eachLimit$2,3);function eachLimit(e,t,y,n){return eachOfLimit$2(t)(e,_withoutIndex(wrapAsync(y)),n)}var eachLimit$1=awaitify(eachLimit,4);function eachSeries(e,t,y){return eachLimit$1(e,1,t,y)}var eachSeries$1=awaitify(eachSeries,3);function ensureAsync(e){return isAsync(e)?e:function(...t){var y=t.pop(),n=!0;t.push((...$)=>{n?setImmediate$1(()=>y(...$)):y(...$)}),e.apply(this,t),n=!1}}function every(e,t,y){return _createTester(n=>!n,n=>!n)(eachOf$1,e,t,y)}var every$1=awaitify(every,3);function everyLimit(e,t,y,n){return _createTester($=>!$,$=>!$)(eachOfLimit$2(t),e,y,n)}var everyLimit$1=awaitify(everyLimit,4);function everySeries(e,t,y){return _createTester(n=>!n,n=>!n)(eachOfSeries$1,e,t,y)}var everySeries$1=awaitify(everySeries,3);function filterArray(e,t,y,n){var $=new Array(t.length);e(t,(k,L,j)=>{y(k,(V,z)=>{$[L]=!!z,j(V)})},k=>{if(k)return n(k);for(var L=[],j=0;j<t.length;j++)$[j]&&L.push(t[j]);n(null,L)})}function filterGeneric(e,t,y,n){var $=[];e(t,(k,L,j)=>{y(k,(V,z)=>{if(V)return j(V);z&&$.push({index:L,value:k}),j(V)})},k=>{if(k)return n(k);n(null,$.sort((L,j)=>L.index-j.index).map(L=>L.value))})}function _filter(e,t,y,n){var $=isArrayLike(t)?filterArray:filterGeneric;return $(e,t,wrapAsync(y),n)}function filter(e,t,y){return _filter(eachOf$1,e,t,y)}var filter$1=awaitify(filter,3);function filterLimit(e,t,y,n){return _filter(eachOfLimit$2(t),e,y,n)}var filterLimit$1=awaitify(filterLimit,4);function filterSeries(e,t,y){return _filter(eachOfSeries$1,e,t,y)}var filterSeries$1=awaitify(filterSeries,3);function forever(e,t){var y=onlyOnce(t),n=wrapAsync(ensureAsync(e));function $(k){if(k)return y(k);k!==!1&&n($)}return $()}var forever$1=awaitify(forever,2);function groupByLimit(e,t,y,n){var $=wrapAsync(y);return mapLimit$1(e,t,(k,L)=>{$(k,(j,V)=>j?L(j):L(j,{key:V,val:k}))},(k,L)=>{for(var j={},{hasOwnProperty:V}=Object.prototype,z=0;z<L.length;z++)if(L[z]){var{key:re}=L[z],{val:oe}=L[z];V.call(j,re)?j[re].push(oe):j[re]=[oe]}return n(k,j)})}var groupByLimit$1=awaitify(groupByLimit,4);function groupBy(e,t,y){return groupByLimit$1(e,1/0,t,y)}function groupBySeries(e,t,y){return groupByLimit$1(e,1,t,y)}var log=consoleFunc("log");function mapValuesLimit(e,t,y,n){n=once(n);var $={},k=wrapAsync(y);return eachOfLimit$2(t)(e,(L,j,V)=>{k(L,j,(z,re)=>{if(z)return V(z);$[j]=re,V(z)})},L=>n(L,$))}var mapValuesLimit$1=awaitify(mapValuesLimit,4);function mapValues(e,t,y){return mapValuesLimit$1(e,1/0,t,y)}function mapValuesSeries(e,t,y){return mapValuesLimit$1(e,1,t,y)}function memoize(e,t=y=>y){var y=Object.create(null),n=Object.create(null),$=wrapAsync(e),k=initialParams((L,j)=>{var V=t(...L);V in y?setImmediate$1(()=>j(null,...y[V])):V in n?n[V].push(j):(n[V]=[j],$(...L,(z,...re)=>{z||(y[V]=re);var oe=n[V];delete n[V];for(var ue=0,de=oe.length;ue<de;ue++)oe[ue](z,...re)}))});return k.memo=y,k.unmemoized=e,k}var _defer;hasNextTick?_defer=define_process_default$a.nextTick:hasSetImmediate?_defer=setImmediate:_defer=fallback;var nextTick$2=wrap(_defer),_parallel=awaitify((e,t,y)=>{var n=isArrayLike(t)?[]:{};e(t,($,k,L)=>{wrapAsync($)((j,...V)=>{V.length<2&&([V]=V),n[k]=V,L(j)})},$=>y($,n))},3);function parallel(e,t){return _parallel(eachOf$1,e,t)}function parallelLimit(e,t,y){return _parallel(eachOfLimit$2(t),e,y)}function queue(e,t){var y=wrapAsync(e);return queue$1((n,$)=>{y(n[0],$)},t,1)}class Heap{constructor(){this.heap=[],this.pushCount=Number.MIN_SAFE_INTEGER}get length(){return this.heap.length}empty(){return this.heap=[],this}percUp(t){let y;for(;t>0&&smaller(this.heap[t],this.heap[y=parent(t)]);){let n=this.heap[t];this.heap[t]=this.heap[y],this.heap[y]=n,t=y}}percDown(t){let y;for(;(y=leftChi(t))<this.heap.length&&(y+1<this.heap.length&&smaller(this.heap[y+1],this.heap[y])&&(y=y+1),!smaller(this.heap[t],this.heap[y]));){let n=this.heap[t];this.heap[t]=this.heap[y],this.heap[y]=n,t=y}}push(t){t.pushCount=++this.pushCount,this.heap.push(t),this.percUp(this.heap.length-1)}unshift(t){return this.heap.push(t)}shift(){let[t]=this.heap;return this.heap[0]=this.heap[this.heap.length-1],this.heap.pop(),this.percDown(0),t}toArray(){return[...this]}*[Symbol.iterator](){for(let t=0;t<this.heap.length;t++)yield this.heap[t].data}remove(t){let y=0;for(let n=0;n<this.heap.length;n++)t(this.heap[n])||(this.heap[y]=this.heap[n],y++);this.heap.splice(y);for(let n=parent(this.heap.length-1);n>=0;n--)this.percDown(n);return this}}function leftChi(e){return(e<<1)+1}function parent(e){return(e+1>>1)-1}function smaller(e,t){return e.priority!==t.priority?e.priority<t.priority:e.pushCount<t.pushCount}function priorityQueue(e,t){var y=queue(e,t),{push:n,pushAsync:$}=y;y._tasks=new Heap,y._createTaskItem=({data:L,priority:j},V)=>({data:L,priority:j,callback:V});function k(L,j){return Array.isArray(L)?L.map(V=>({data:V,priority:j})):{data:L,priority:j}}return y.push=function(L,j=0,V){return n(k(L,j),V)},y.pushAsync=function(L,j=0,V){return $(k(L,j),V)},delete y.unshift,delete y.unshiftAsync,y}function race(e,t){if(t=once(t),!Array.isArray(e))return t(new TypeError("First argument to race must be an array of functions"));if(!e.length)return t();for(var y=0,n=e.length;y<n;y++)wrapAsync(e[y])(t)}var race$1=awaitify(race,2);function reduceRight(e,t,y,n){var $=[...e].reverse();return reduce$1($,t,y,n)}function reflect(e){var t=wrapAsync(e);return initialParams(function(n,$){return n.push((k,...L)=>{let j={};if(k&&(j.error=k),L.length>0){var V=L;L.length<=1&&([V]=L),j.value=V}$(null,j)}),t.apply(this,n)})}function reflectAll(e){var t;return Array.isArray(e)?t=e.map(reflect):(t={},Object.keys(e).forEach(y=>{t[y]=reflect.call(this,e[y])})),t}function reject$2(e,t,y,n){const $=wrapAsync(y);return _filter(e,t,(k,L)=>{$(k,(j,V)=>{L(j,!V)})},n)}function reject(e,t,y){return reject$2(eachOf$1,e,t,y)}var reject$1=awaitify(reject,3);function rejectLimit(e,t,y,n){return reject$2(eachOfLimit$2(t),e,y,n)}var rejectLimit$1=awaitify(rejectLimit,4);function rejectSeries(e,t,y){return reject$2(eachOfSeries$1,e,t,y)}var rejectSeries$1=awaitify(rejectSeries,3);function constant(e){return function(){return e}}const DEFAULT_TIMES=5,DEFAULT_INTERVAL=0;function retry(e,t,y){var n={times:DEFAULT_TIMES,intervalFunc:constant(DEFAULT_INTERVAL)};if(arguments.length<3&&typeof e=="function"?(y=t||promiseCallback(),t=e):(parseTimes(n,e),y=y||promiseCallback()),typeof t!="function")throw new Error("Invalid arguments for async.retry");var $=wrapAsync(t),k=1;function L(){$((j,...V)=>{j!==!1&&(j&&k++<n.times&&(typeof n.errorFilter!="function"||n.errorFilter(j))?setTimeout(L,n.intervalFunc(k-1)):y(j,...V))})}return L(),y[PROMISE_SYMBOL]}function parseTimes(e,t){if(typeof t=="object")e.times=+t.times||DEFAULT_TIMES,e.intervalFunc=typeof t.interval=="function"?t.interval:constant(+t.interval||DEFAULT_INTERVAL),e.errorFilter=t.errorFilter;else if(typeof t=="number"||typeof t=="string")e.times=+t||DEFAULT_TIMES;else throw new Error("Invalid arguments for async.retry")}function retryable(e,t){t||(t=e,e=null);let y=e&&e.arity||t.length;isAsync(t)&&(y+=1);var n=wrapAsync(t);return initialParams(($,k)=>{($.length<y-1||k==null)&&($.push(k),k=promiseCallback());function L(j){n(...$,j)}return e?retry(e,L,k):retry(L,k),k[PROMISE_SYMBOL]})}function series(e,t){return _parallel(eachOfSeries$1,e,t)}function some(e,t,y){return _createTester(Boolean,n=>n)(eachOf$1,e,t,y)}var some$1=awaitify(some,3);function someLimit(e,t,y,n){return _createTester(Boolean,$=>$)(eachOfLimit$2(t),e,y,n)}var someLimit$1=awaitify(someLimit,4);function someSeries(e,t,y){return _createTester(Boolean,n=>n)(eachOfSeries$1,e,t,y)}var someSeries$1=awaitify(someSeries,3);function sortBy(e,t,y){var n=wrapAsync(t);return map$1(e,(k,L)=>{n(k,(j,V)=>{if(j)return L(j);L(j,{value:k,criteria:V})})},(k,L)=>{if(k)return y(k);y(null,L.sort($).map(j=>j.value))});function $(k,L){var j=k.criteria,V=L.criteria;return j<V?-1:j>V?1:0}}var sortBy$1=awaitify(sortBy,3);function timeout(e,t,y){var n=wrapAsync(e);return initialParams(($,k)=>{var L=!1,j;function V(){var z=e.name||"anonymous",re=new Error('Callback function "'+z+'" timed out.');re.code="ETIMEDOUT",y&&(re.info=y),L=!0,k(re)}$.push((...z)=>{L||(k(...z),clearTimeout(j))}),j=setTimeout(V,t),n(...$)})}function range(e){for(var t=Array(e);e--;)t[e]=e;return t}function timesLimit(e,t,y,n){var $=wrapAsync(y);return mapLimit$1(range(e),t,$,n)}function times(e,t,y){return timesLimit(e,1/0,t,y)}function timesSeries(e,t,y){return timesLimit(e,1,t,y)}function transform(e,t,y,n){arguments.length<=3&&typeof t=="function"&&(n=y,y=t,t=Array.isArray(e)?[]:{}),n=once(n||promiseCallback());var $=wrapAsync(y);return eachOf$1(e,(k,L,j)=>{$(t,k,L,j)},k=>n(k,t)),n[PROMISE_SYMBOL]}function tryEach(e,t){var y=null,n;return eachSeries$1(e,($,k)=>{wrapAsync($)((L,...j)=>{if(L===!1)return k(L);j.length<2?[n]=j:n=j,y=L,k(L?null:{})})},()=>t(y,n))}var tryEach$1=awaitify(tryEach);function unmemoize(e){return(...t)=>(e.unmemoized||e)(...t)}function whilst(e,t,y){y=onlyOnce(y);var n=wrapAsync(t),$=wrapAsync(e),k=[];function L(V,...z){if(V)return y(V);k=z,V!==!1&&$(j)}function j(V,z){if(V)return y(V);if(V!==!1){if(!z)return y(null,...k);n(L)}}return $(j)}var whilst$1=awaitify(whilst,3);function until(e,t,y){const n=wrapAsync(e);return whilst$1($=>n((k,L)=>$(k,!L)),t,y)}function waterfall(e,t){if(t=once(t),!Array.isArray(e))return t(new Error("First argument to waterfall must be an array of functions"));if(!e.length)return t();var y=0;function n(k){var L=wrapAsync(e[y++]);L(...k,onlyOnce($))}function $(k,...L){if(k!==!1){if(k||y===e.length)return t(k,...L);n(L)}}n([])}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:nextTick$2,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,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};const async$1=Object.freeze(Object.defineProperty({__proto__:null,all:every$1,allLimit:everyLimit$1,allSeries:everySeries$1,any:some$1,anyLimit:someLimit$1,anySeries:someSeries$1,apply,applyEach,applyEachSeries,asyncify,auto,autoInject,cargo:cargo$1,cargoQueue:cargo,compose,concat:concat$1,concatLimit:concatLimit$1,concatSeries:concatSeries$1,constant:constant$1,default:index,detect:detect$1,detectLimit:detectLimit$1,detectSeries:detectSeries$1,dir,doDuring:doWhilst$1,doUntil,doWhilst:doWhilst$1,during:whilst$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,find:detect$1,findLimit:detectLimit$1,findSeries:detectSeries$1,flatMap:concat$1,flatMapLimit:concatLimit$1,flatMapSeries:concatSeries$1,foldl:reduce$1,foldr:reduceRight,forEach:each,forEachLimit:eachLimit$1,forEachOf:eachOf$1,forEachOfLimit:eachOfLimit$1,forEachOfSeries:eachOfSeries$1,forEachSeries:eachSeries$1,forever:forever$1,groupBy,groupByLimit:groupByLimit$1,groupBySeries,inject:reduce$1,log,map:map$1,mapLimit:mapLimit$1,mapSeries:mapSeries$1,mapValues,mapValuesLimit:mapValuesLimit$1,mapValuesSeries,memoize,nextTick:nextTick$2,parallel,parallelLimit,priorityQueue,queue,race:race$1,reduce:reduce$1,reduceRight,reflect,reflectAll,reject:reject$1,rejectLimit:rejectLimit$1,rejectSeries:rejectSeries$1,retry,retryable,select:filter$1,selectLimit:filterLimit$1,selectSeries:filterSeries$1,seq,series,setImmediate:setImmediate$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,wrapSync:asyncify},Symbol.toStringTag,{value:"Module"})),require$$7=getAugmentedNamespace(async$1);var queryString={},strictUriEncode=e=>encodeURIComponent(e).replace(/[!'()*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`),token="%[a-f0-9]{2}",singleMatcher=new RegExp("("+token+")|([^%]+?)","gi"),multiMatcher=new RegExp("("+token+")+","gi");function decodeComponents(e,t){try{return[decodeURIComponent(e.join(""))]}catch{}if(e.length===1)return e;t=t||1;var y=e.slice(0,t),n=e.slice(t);return Array.prototype.concat.call([],decodeComponents(y),decodeComponents(n))}function decode(e){try{return decodeURIComponent(e)}catch{for(var t=e.match(singleMatcher)||[],y=1;y<t.length;y++)e=decodeComponents(t,y).join(""),t=e.match(singleMatcher)||[];return e}}function customDecodeURIComponent(e){for(var t={"%FE%FF":"<22><>","%FF%FE":"<22><>"},y=multiMatcher.exec(e);y;){try{t[y[0]]=decodeURIComponent(y[0])}catch{var n=decode(y[0]);n!==y[0]&&(t[y[0]]=n)}y=multiMatcher.exec(e)}t["%C2"]="<22>";for(var $=Object.keys(t),k=0;k<$.length;k++){var L=$[k];e=e.replace(new RegExp(L,"g"),t[L])}return e}var decodeUriComponent=function(e){if(typeof e!="string")throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch{return customDecodeURIComponent(e)}},splitOnFirst=(e,t)=>{if(!(typeof e=="string"&&typeof t=="string"))throw new TypeError("Expected the arguments to be of type `string`");if(t==="")return[e];const y=e.indexOf(t);return y===-1?[e]:[e.slice(0,y),e.slice(y+t.length)]},filterObj=function(e,t){for(var y={},n=Object.keys(e),$=Array.isArray(t),k=0;k<n.length;k++){var L=n[k],j=e[L];($?t.indexOf(L)!==-1:t(L,j,e))&&(y[L]=j)}return y};(function(e){const t=strictUriEncode,y=decodeUriComponent,n=splitOnFirst,$=filterObj,k=Ve=>Ve==null,L=Symbol("encodeFragmentIdentifier");function j(Ve){switch(Ve.arrayFormat){case"index":return Fe=>(qe,er)=>{const ir=qe.length;return er===void 0||Ve.skipNull&&er===null||Ve.skipEmptyString&&er===""?qe:er===null?[...qe,[re(Fe,Ve),"[",ir,"]"].join("")]:[...qe,[re(Fe,Ve),"[",re(ir,Ve),"]=",re(er,Ve)].join("")]};case"bracket":return Fe=>(qe,er)=>er===void 0||Ve.skipNull&&er===null||Ve.skipEmptyString&&er===""?qe:er===null?[...qe,[re(Fe,Ve),"[]"].join("")]:[...qe,[re(Fe,Ve),"[]=",re(er,Ve)].join("")];case"colon-list-separator":return Fe=>(qe,er)=>er===void 0||Ve.skipNull&&er===null||Ve.skipEmptyString&&er===""?qe:er===null?[...qe,[re(Fe,Ve),":list="].join("")]:[...qe,[re(Fe,Ve),":list=",re(er,Ve)].join("")];case"comma":case"separator":case"bracket-separator":{const Fe=Ve.arrayFormat==="bracket-separator"?"[]=":"=";return qe=>(er,ir)=>ir===void 0||Ve.skipNull&&ir===null||Ve.skipEmptyString&&ir===""?er:(ir=ir===null?"":ir,er.length===0?[[re(qe,Ve),Fe,re(ir,Ve)].join("")]:[[er,re(ir,Ve)].join(Ve.arrayFormatSeparator)])}default:return Fe=>(qe,er)=>er===void 0||Ve.skipNull&&er===null||Ve.skipEmptyString&&er===""?qe:er===null?[...qe,re(Fe,Ve)]:[...qe,[re(Fe,Ve),"=",re(er,Ve)].join("")]}}function V(Ve){let Fe;switch(Ve.arrayFormat){case"index":return(qe,er,ir)=>{if(Fe=/\[(\d*)\]$/.exec(qe),qe=qe.replace(/\[\d*\]$/,""),!Fe){ir[qe]=er;return}ir[qe]===void 0&&(ir[qe]={}),ir[qe][Fe[1]]=er};case"bracket":return(qe,er,ir)=>{if(Fe=/(\[\])$/.exec(qe),qe=qe.replace(/\[\]$/,""),!Fe){ir[qe]=er;return}if(ir[qe]===void 0){ir[qe]=[er];return}ir[qe]=[].concat(ir[qe],er)};case"colon-list-separator":return(qe,er,ir)=>{if(Fe=/(:list)$/.exec(qe),qe=qe.replace(/:list$/,""),!Fe){ir[qe]=er;return}if(ir[qe]===void 0){ir[qe]=[er];return}ir[qe]=[].concat(ir[qe],er)};case"comma":case"separator":return(qe,er,ir)=>{const dr=typeof er=="string"&&er.includes(Ve.arrayFormatSeparator),cr=typeof er=="string"&&!dr&&oe(er,Ve).includes(Ve.arrayFormatSeparator);er=cr?oe(er,Ve):er;const nr=dr||cr?er.split(Ve.arrayFormatSeparator).map(lr=>oe(lr,Ve)):er===null?er:oe(er,Ve);ir[qe]=nr};case"bracket-separator":return(qe,er,ir)=>{const dr=/(\[\])$/.test(qe);if(qe=qe.replace(/\[\]$/,""),!dr){ir[qe]=er&&oe(er,Ve);return}const cr=er===null?[]:er.split(Ve.arrayFormatSeparator).map(nr=>oe(nr,Ve));if(ir[qe]===void 0){ir[qe]=cr;return}ir[qe]=[].concat(ir[qe],cr)};default:return(qe,er,ir)=>{if(ir[qe]===void 0){ir[qe]=er;return}ir[qe]=[].concat(ir[qe],er)}}}function z(Ve){if(typeof Ve!="string"||Ve.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function re(Ve,Fe){return Fe.encode?Fe.strict?t(Ve):encodeURIComponent(Ve):Ve}function oe(Ve,Fe){return Fe.decode?y(Ve):Ve}function ue(Ve){return Array.isArray(Ve)?Ve.sort():typeof Ve=="object"?ue(Object.keys(Ve)).sort((Fe,qe)=>Number(Fe)-Number(qe)).map(Fe=>Ve[Fe]):Ve}function de(Ve){const Fe=Ve.indexOf("#");return Fe!==-1&&(Ve=Ve.slice(0,Fe)),Ve}function _e(Ve){let Fe="";const qe=Ve.indexOf("#");return qe!==-1&&(Fe=Ve.slice(qe)),Fe}function Ne(Ve){Ve=de(Ve);const Fe=Ve.indexOf("?");return Fe===-1?"":Ve.slice(Fe+1)}function Ue(Ve,Fe){return Fe.parseNumbers&&!Number.isNaN(Number(Ve))&&typeof Ve=="string"&&Ve.trim()!==""?Ve=Number(Ve):Fe.parseBooleans&&Ve!==null&&(Ve.toLowerCase()==="true"||Ve.toLowerCase()==="false")&&(Ve=Ve.toLowerCase()==="true"),Ve}function $e(Ve,Fe){Fe=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},Fe),z(Fe.arrayFormatSeparator);const qe=V(Fe),er=Object.create(null);if(typeof Ve!="string"||(Ve=Ve.trim().replace(/^[?#&]/,""),!Ve))return er;for(const ir of Ve.split("&")){if(ir==="")continue;let[dr,cr]=n(Fe.decode?ir.replace(/\+/g," "):ir,"=");cr=cr===void 0?null:["comma","separator","bracket-separator"].includes(Fe.arrayFormat)?cr:oe(cr,Fe),qe(oe(dr,Fe),cr,er)}for(const ir of Object.keys(er)){const dr=er[ir];if(typeof dr=="object"&&dr!==null)for(const cr of Object.keys(dr))dr[cr]=Ue(dr[cr],Fe);else er[ir]=Ue(dr,Fe)}return Fe.sort===!1?er:(Fe.sort===!0?Object.keys(er).sort():Object.keys(er).sort(Fe.sort)).reduce((ir,dr)=>{const cr=er[dr];return cr&&typeof cr=="object"&&!Array.isArray(cr)?ir[dr]=ue(cr):ir[dr]=cr,ir},Object.create(null))}e.extract=Ne,e.parse=$e,e.stringify=(Ve,Fe)=>{if(!Ve)return"";Fe=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},Fe),z(Fe.arrayFormatSeparator);const qe=cr=>Fe.skipNull&&k(Ve[cr])||Fe.skipEmptyString&&Ve[cr]==="",er=j(Fe),ir={};for(const cr of Object.keys(Ve))qe(cr)||(ir[cr]=Ve[cr]);const dr=Object.keys(ir);return Fe.sort!==!1&&dr.sort(Fe.sort),dr.map(cr=>{const nr=Ve[cr];return nr===void 0?"":nr===null?re(cr,Fe):Array.isArray(nr)?nr.length===0&&Fe.arrayFormat==="bracket-separator"?re(cr,Fe)+"[]":nr.reduce(er(cr),[]).join("&"):re(cr,Fe)+"="+re(nr,Fe)}).filter(cr=>cr.length>0).join("&")},e.parseUrl=(Ve,Fe)=>{Fe=Object.assign({decode:!0},Fe);const[qe,er]=n(Ve,"#");return Object.assign({url:qe.split("?")[0]||"",query:$e(Ne(Ve),Fe)},Fe&&Fe.parseFragmentIdentifier&&er?{fragmentIdentifier:oe(er,Fe)}:{})},e.stringifyUrl=(Ve,Fe)=>{Fe=Object.assign({encode:!0,strict:!0,[L]:!0},Fe);const qe=de(Ve.url).split("?")[0]||"",er=e.extract(Ve.url),ir=e.parse(er,{sort:!1}),dr=Object.assign(ir,Ve.query);let cr=e.stringify(dr,Fe);cr&&(cr=`?${cr}`);let nr=_e(Ve.url);return Ve.fragmentIdentifier&&(nr=`#${Fe[L]?re(Ve.fragmentIdentifier,Fe):Ve.fragmentIdentifier}`),`${qe}${cr}${nr}`},e.pick=(Ve,Fe,qe)=>{qe=Object.assign({parseFragmentIdentifier:!0,[L]:!1},qe);const{url:er,query:ir,fragmentIdentifier:dr}=e.parseUrl(Ve,qe);return e.stringifyUrl({url:er,query:$(ir,Fe),fragmentIdentifier:dr},qe)},e.exclude=(Ve,Fe,qe)=>{const er=Array.isArray(Fe)?ir=>!Fe.includes(ir):(ir,dr)=>!Fe(ir,dr);return e.pick(Ve,er,qe)}})(queryString);var define_process_default$9={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function normalizeStringPosix(e,t){for(var y="",n=0,$=-1,k=0,L,j=0;j<=e.length;++j){if(j<e.length)L=e.charCodeAt(j);else{if(L===47)break;L=47}if(L===47){if(!($===j-1||k===1))if($!==j-1&&k===2){if(y.length<2||n!==2||y.charCodeAt(y.length-1)!==46||y.charCodeAt(y.length-2)!==46){if(y.length>2){var V=y.lastIndexOf("/");if(V!==y.length-1){V===-1?(y="",n=0):(y=y.slice(0,V),n=y.length-1-y.lastIndexOf("/")),$=j,k=0;continue}}else if(y.length===2||y.length===1){y="",n=0,$=j,k=0;continue}}t&&(y.length>0?y+="/..":y="..",n=2)}else y.length>0?y+="/"+e.slice($+1,j):y=e.slice($+1,j),n=j-$-1;$=j,k=0}else L===46&&k!==-1?++k:k=-1}return y}function _format(e,t){var y=t.dir||t.root,n=t.base||(t.name||"")+(t.ext||"");return y?y===t.root?y+n:y+e+n:n}var posix={resolve:function(){for(var t="",y=!1,n,$=arguments.length-1;$>=-1&&!y;$--){var k;$>=0?k=arguments[$]:(n===void 0&&(n=define_process_default$9.cwd()),k=n),assertPath(k),k.length!==0&&(t=k+"/"+t,y=k.charCodeAt(0)===47)}return t=normalizeStringPosix(t,!y),y?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(t){if(assertPath(t),t.length===0)return".";var y=t.charCodeAt(0)===47,n=t.charCodeAt(t.length-1)===47;return t=normalizeStringPosix(t,!y),t.length===0&&!y&&(t="."),t.length>0&&n&&(t+="/"),y?"/"+t:t},isAbsolute:function(t){return assertPath(t),t.length>0&&t.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var t,y=0;y<arguments.length;++y){var n=arguments[y];assertPath(n),n.length>0&&(t===void 0?t=n:t+="/"+n)}return t===void 0?".":posix.normalize(t)},relative:function(t,y){if(assertPath(t),assertPath(y),t===y||(t=posix.resolve(t),y=posix.resolve(y),t===y))return"";for(var n=1;n<t.length&&t.charCodeAt(n)===47;++n);for(var $=t.length,k=$-n,L=1;L<y.length&&y.charCodeAt(L)===47;++L);for(var j=y.length,V=j-L,z=k<V?k:V,re=-1,oe=0;oe<=z;++oe){if(oe===z){if(V>z){if(y.charCodeAt(L+oe)===47)return y.slice(L+oe+1);if(oe===0)return y.slice(L+oe)}else k>z&&(t.charCodeAt(n+oe)===47?re=oe:oe===0&&(re=0));break}var ue=t.charCodeAt(n+oe),de=y.charCodeAt(L+oe);if(ue!==de)break;ue===47&&(re=oe)}var _e="";for(oe=n+re+1;oe<=$;++oe)(oe===$||t.charCodeAt(oe)===47)&&(_e.length===0?_e+="..":_e+="/..");return _e.length>0?_e+y.slice(L+re):(L+=re,y.charCodeAt(L)===47&&++L,y.slice(L))},_makeLong:function(t){return t},dirname:function(t){if(assertPath(t),t.length===0)return".";for(var y=t.charCodeAt(0),n=y===47,$=-1,k=!0,L=t.length-1;L>=1;--L)if(y=t.charCodeAt(L),y===47){if(!k){$=L;break}}else k=!1;return $===-1?n?"/":".":n&&$===1?"//":t.slice(0,$)},basename:function(t,y){if(y!==void 0&&typeof y!="string")throw new TypeError('"ext" argument must be a string');assertPath(t);var n=0,$=-1,k=!0,L;if(y!==void 0&&y.length>0&&y.length<=t.length){if(y.length===t.length&&y===t)return"";var j=y.length-1,V=-1;for(L=t.length-1;L>=0;--L){var z=t.charCodeAt(L);if(z===47){if(!k){n=L+1;break}}else V===-1&&(k=!1,V=L+1),j>=0&&(z===y.charCodeAt(j)?--j===-1&&($=L):(j=-1,$=V))}return n===$?$=V:$===-1&&($=t.length),t.slice(n,$)}else{for(L=t.length-1;L>=0;--L)if(t.charCodeAt(L)===47){if(!k){n=L+1;break}}else $===-1&&(k=!1,$=L+1);return $===-1?"":t.slice(n,$)}},extname:function(t){assertPath(t);for(var y=-1,n=0,$=-1,k=!0,L=0,j=t.length-1;j>=0;--j){var V=t.charCodeAt(j);if(V===47){if(!k){n=j+1;break}continue}$===-1&&(k=!1,$=j+1),V===46?y===-1?y=j:L!==1&&(L=1):y!==-1&&(L=-1)}return y===-1||$===-1||L===0||L===1&&y===$-1&&y===n+1?"":t.slice(y,$)},format:function(t){if(t===null||typeof t!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return _format("/",t)},parse:function(t){assertPath(t);var y={root:"",dir:"",base:"",ext:"",name:""};if(t.length===0)return y;var n=t.charCodeAt(0),$=n===47,k;$?(y.root="/",k=1):k=0;for(var L=-1,j=0,V=-1,z=!0,re=t.length-1,oe=0;re>=k;--re){if(n=t.charCodeAt(re),n===47){if(!z){j=re+1;break}continue}V===-1&&(z=!1,V=re+1),n===46?L===-1?L=re:oe!==1&&(oe=1):L!==-1&&(oe=-1)}return L===-1||V===-1||oe===0||oe===1&&L===V-1&&L===j+1?V!==-1&&(j===0&&$?y.base=y.name=t.slice(1,V):y.base=y.name=t.slice(j,V)):(j===0&&$?(y.name=t.slice(1,L),y.base=t.slice(1,V)):(y.name=t.slice(j,L),y.base=t.slice(j,V)),y.ext=t.slice(L,V)),j>0?y.dir=t.slice(0,j-1):$&&(y.dir="/"),y},sep:"/",delimiter:":",win32:null,posix:null};posix.posix=posix;var pathBrowserify=posix,path$1=pathBrowserify,fs$1=require$$0$3,_0777=parseInt("0777",8),mkdirp=mkdirP.mkdirp=mkdirP.mkdirP=mkdirP;function mkdirP(e,t,y,n){typeof t=="function"?(y=t,t={}):(!t||typeof t!="object")&&(t={mode:t});var $=t.mode,k=t.fs||fs$1;$===void 0&&($=_0777),n||(n=null);var L=y||function(){};e=path$1.resolve(e),k.mkdir(e,$,function(j){if(!j)return n=n||e,L(null,n);switch(j.code){case"ENOENT":if(path$1.dirname(e)===e)return L(j);mkdirP(path$1.dirname(e),t,function(V,z){V?L(V,z):mkdirP(e,t,L,z)});break;default:k.stat(e,function(V,z){V||!z.isDirectory()?L(j,n):L(null,n)});break}})}mkdirP.sync=function e(t,y,n){(!y||typeof y!="object")&&(y={mode:y});var $=y.mode,k=y.fs||fs$1;$===void 0&&($=_0777),n||(n=null),t=path$1.resolve(t);try{k.mkdirSync(t,$),n=n||t}catch(j){switch(j.code){case"ENOENT":n=e(path$1.dirname(t),y,n),e(t,y,n);break;default:var L;try{L=k.statSync(t)}catch{throw j}if(!L.isDirectory())throw j;break}}return n};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(e,t){(function(){var y,n="4.17.21",$=200,k="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",L="Expected a function",j="Invalid `variable` option passed into `_.template`",V="__lodash_hash_undefined__",z=500,re="__lodash_placeholder__",oe=1,ue=2,de=4,_e=1,Ne=2,Ue=1,$e=2,Ve=4,Fe=8,qe=16,er=32,ir=64,dr=128,cr=256,nr=512,lr=30,Et="...",ie=800,pe=16,Ce=1,Ie=2,jt=3,ar=1/0,ur=9007199254740991,kt=17976931348623157e292,he=NaN,tr=4294967295,gr=tr-1,_r=tr>>>1,yr=[["ary",dr],["bind",Ue],["bindKey",$e],["curry",Fe],["curryRight",qe],["flip",nr],["partial",er],["partialRight",ir],["rearg",cr]],xr="[object Arguments]",Nr="[object Array]",Tr="[object AsyncFunction]",Sr="[object Boolean]",Ar="[object Date]",Fr="[object DOMException]",Gr="[object Error]",Vr="[object Function]",Dr="[object GeneratorFunction]",Ir="[object Map]",Br="[object Number]",Rr="[object Null]",Lr="[object Object]",$r="[object Promise]",jr="[object Proxy]",vn="[object RegExp]",Kr="[object Set]",kr="[object String]",Qr="[object Symbol]",Zr="[object Undefined]",Vi="[object WeakMap]",To="[object WeakSet]",oa="[object ArrayBuffer]",Ba="[object DataView]",rs="[object Float32Array]",Mn="[object Float64Array]",Wr="[object Int8Array]",Ur="[object Int16Array]",Sn="[object Int32Array]",Nn="[object Uint8Array]",Sa="[object Uint8ClampedArray]",Li="[object Uint16Array]",ca="[object Uint32Array]",fo=/\b__p \+= '';/g,zn=/\b(__p \+=) '' \+/g,ki=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ra=/&(?:amp|lt|gt|quot|#39);/g,_o=/[&<>"']/g,eo=RegExp(Ra.source),tl=RegExp(_o.source),Es=/<%-([\s\S]+?)%>/g,Hs=/<%([\s\S]+?)%>/g,Ts=/<%=([\s\S]+?)%>/g,js=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Gs=/^\w*$/,uc=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,rl=/[\\^$.*+?()[\]{}|]/g,il=RegExp(rl.source),bl=/^\s+/,Wa=/\s/,Ao=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ks=/\{\n\/\* \[wrapped with (.+)\] \*/,Bo=/,? & /,Hr=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ui=/[()=,{}\[\]\/\s]/,En=/\\(\\)?/g,An=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Gi=/\w*$/,Ki=/^[-+]0x[0-9a-f]+$/i,Ea=/^0b[01]+$/i,aa=/^\[object .+?Constructor\]$/,Qo=/^0o[0-7]+$/i,Eo=/^(?:0|[1-9]\d*)$/,Vo=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,vs=/($^)/,kn=/['\n\r\u2028\u2029\\]/g,qo="\\ud800-\\udfff",Zl="\\u0300-\\u036f",Mo="\\ufe20-\\ufe2f",_u="\\u20d0-\\u20ff",Bl=Zl+Mo+_u,Vu="\\u2700-\\u27bf",Iu="a-z\\xdf-\\xf6\\xf8-\\xff",Pu="\\xac\\xb1\\xd7\\xf7",Fn="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",is="\\u2000-\\u206f",pu=" \\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",ku="A-Z\\xc0-\\xd6\\xd8-\\xde",Vl="\\ufe0e\\ufe0f",cc=Pu+Fn+is+pu,Lc="[']",wd="["+qo+"]",Nd="["+cc+"]",Tf="["+Bl+"]",vf="\\d+",jc="["+Vu+"]",Jd="["+Iu+"]",Ed="[^"+qo+cc+vf+Vu+Iu+ku+"]",Bf="\\ud83c[\\udffb-\\udfff]",Rf="(?:"+Tf+"|"+Bf+")",Rp="[^"+qo+"]",Pp="(?:\\ud83c[\\udde6-\\uddff]){2}",_p="[\\ud800-\\udbff][\\udc00-\\udfff]",Pf="["+ku+"]",Ih="\\u200d",Lp="(?:"+Jd+"|"+Ed+")",Oc="(?:"+Pf+"|"+Ed+")",Ip="(?:"+Lc+"(?:d|ll|m|re|s|t|ve))?",Df="(?:"+Lc+"(?:D|LL|M|RE|S|T|VE))?",vp=Rf+"?",Yp="["+Vl+"]?",Op="(?:"+Ih+"(?:"+[Rp,Pp,_p].join("|")+")"+Yp+vp+")*",Xp="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Xf="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Oh=Yp+vp+Op,Wh="(?:"+[jc,Pp,_p].join("|")+")"+Oh,np="(?:"+[Rp+Tf+"?",Tf,Pp,_p,wd].join("|")+")",gh=RegExp(Lc,"g"),jp=RegExp(Tf,"g"),wm=RegExp(Bf+"(?="+Bf+")|"+np+Oh,"g"),Fp=RegExp([Pf+"?"+Jd+"+"+Ip+"(?="+[Nd,Pf,"$"].join("|")+")",Oc+"+"+Df+"(?="+[Nd,Pf+Lp,"$"].join("|")+")",Pf+"?"+Lp+"+"+Ip,Pf+"+"+Df,Xf,Xp,vf,Wh].join("|"),"g"),Um=RegExp("["+Ih+qo+Bl+Vl+"]"),kh=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Yh=["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"],Xh=-1,Od={};Od[rs]=Od[Mn]=Od[Wr]=Od[Ur]=Od[Sn]=Od[Nn]=Od[Sa]=Od[Li]=Od[ca]=!0,Od[xr]=Od[Nr]=Od[oa]=Od[Sr]=Od[Ba]=Od[Ar]=Od[Gr]=Od[Vr]=Od[Ir]=Od[Br]=Od[Lr]=Od[vn]=Od[Kr]=Od[kr]=Od[Vi]=!1;var Id={};Id[xr]=Id[Nr]=Id[oa]=Id[Ba]=Id[Sr]=Id[Ar]=Id[rs]=Id[Mn]=Id[Wr]=Id[Ur]=Id[Sn]=Id[Ir]=Id[Br]=Id[Lr]=Id[vn]=Id[Kr]=Id[kr]=Id[Qr]=Id[Nn]=Id[Sa]=Id[Li]=Id[ca]=!0,Id[Gr]=Id[Vr]=Id[Vi]=!1;var Vf={À:"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"},bp={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Zc={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},bh={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},lm=parseFloat,yp=parseInt,Qh=typeof commonjsGlobal=="object"&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,Jh=typeof self=="object"&&self&&self.Object===Object&&self,qd=Qh||Jh||Function("return this")(),Bh=t&&!t.nodeType&&t,Up=Bh&&!0&&e&&!e.nodeType&&e,Hp=Up&&Up.exports===Bh,$h=Hp&&Qh.process,df=function(){try{var dl=Up&&Up.require&&Up.require("util").types;return dl||$h&&$h.binding&&$h.binding("util")}catch{}}(),Ph=df&&df.isArrayBuffer,qf=df&&df.isDate,Qp=df&&df.isMap,xn=df&&df.isRegExp,Mi=df&&df.isSet,Hi=df&&df.isTypedArray;function zu(dl,wu,vu){switch(vu.length){case 0:return dl.call(wu);case 1:return dl.call(wu,vu[0]);case 2:return dl.call(wu,vu[0],vu[1]);case 3:return dl.call(wu,vu[0],vu[1],vu[2])}return dl.apply(wu,vu)}function ed(dl,wu,vu,Mc){for(var kc=-1,kd=dl==null?0:dl.length;++kc<kd;){var xf=dl[kc];wu(Mc,xf,vu(xf),dl)}return Mc}function Sd(dl,wu){for(var vu=-1,Mc=dl==null?0:dl.length;++vu<Mc&&wu(dl[vu],vu,dl)!==!1;);return dl}function nf(dl,wu){for(var vu=dl==null?0:dl.length;vu--&&wu(dl[vu],vu,dl)!==!1;);return dl}function Ep(dl,wu){for(var vu=-1,Mc=dl==null?0:dl.length;++vu<Mc;)if(!wu(dl[vu],vu,dl))return!1;return!0}function Vp(dl,wu){for(var vu=-1,Mc=dl==null?0:dl.length,kc=0,kd=[];++vu<Mc;){var xf=dl[vu];wu(xf,vu,dl)&&(kd[kc++]=xf)}return kd}function Zh(dl,wu){var vu=dl==null?0:dl.length;return!!vu&&hf(dl,wu,0)>-1}function um(dl,wu,vu){for(var Mc=-1,kc=dl==null?0:dl.length;++Mc<kc;)if(vu(wu,dl[Mc]))return!0;return!1}function pf(dl,wu){for(var vu=-1,Mc=dl==null?0:dl.length,kc=Array(Mc);++vu<Mc;)kc[vu]=wu(dl[vu],vu,dl);return kc}function Jp(dl,wu){for(var vu=-1,Mc=wu.length,kc=dl.length;++vu<Mc;)dl[kc+vu]=wu[vu];return dl}function cm(dl,wu,vu,Mc){var kc=-1,kd=dl==null?0:dl.length;for(Mc&&kd&&(vu=dl[++kc]);++kc<kd;)vu=wu(vu,dl[kc],kc,dl);return vu}function km(dl,wu,vu,Mc){var kc=dl==null?0:dl.length;for(Mc&&kc&&(vu=dl[--kc]);kc--;)vu=wu(vu,dl[kc],kc,dl);return vu}function em(dl,wu){for(var vu=-1,Mc=dl==null?0:dl.length;++vu<Mc;)if(wu(dl[vu],vu,dl))return!0;return!1}var Lf=Vm("length");function t0(dl){return dl.split("")}function s0(dl){return dl.match(Hr)||[]}function r0(dl,wu,vu){var Mc;return vu(dl,function(kc,kd,xf){if(wu(kc,kd,xf))return Mc=kd,!1}),Mc}function Qf(dl,wu,vu,Mc){for(var kc=dl.length,kd=vu+(Mc?1:-1);Mc?kd--:++kd<kc;)if(wu(dl[kd],kd,dl))return kd;return-1}function hf(dl,wu,vu){return wu===wu?Wm(dl,wu,vu):Qf(dl,Bm,vu)}function Hm(dl,wu,vu,Mc){for(var kc=vu-1,kd=dl.length;++kc<kd;)if(Mc(dl[kc],wu))return kc;return-1}function Bm(dl){return dl!==dl}function Lh(dl,wu){var vu=dl==null?0:dl.length;return vu?Fh(dl,wu)/vu:he}function Vm(dl){return function(wu){return wu==null?y:wu[dl]}}function dm(dl){return function(wu){return dl==null?y:dl[wu]}}function Tm(dl,wu,vu,Mc,kc){return kc(dl,function(kd,xf,Zd){vu=Mc?(Mc=!1,kd):wu(vu,kd,xf,Zd)}),vu}function jh(dl,wu){var vu=dl.length;for(dl.sort(wu);vu--;)dl[vu]=dl[vu].value;return dl}function Fh(dl,wu){for(var vu,Mc=-1,kc=dl.length;++Mc<kc;){var kd=wu(dl[Mc]);kd!==y&&(vu=vu===y?kd:vu+kd)}return vu}function yh(dl,wu){for(var vu=-1,Mc=Array(dl);++vu<dl;)Mc[vu]=wu(vu);return Mc}function Sp(dl,wu){return pf(wu,function(vu){return[vu,dl[vu]]})}function fm(dl){return dl&&dl.slice(0,Km(dl)+1).replace(bl,"")}function mf(dl){return function(wu){return dl(wu)}}function Zp(dl,wu){return pf(wu,function(vu){return dl[vu]})}function zf(dl,wu){return dl.has(wu)}function ip(dl,wu){for(var vu=-1,Mc=dl.length;++vu<Mc&&hf(wu,dl[vu],0)>-1;);return vu}function nh(dl,wu){for(var vu=dl.length;vu--&&hf(wu,dl[vu],0)>-1;);return vu}function Uh(dl,wu){for(var vu=dl.length,Mc=0;vu--;)dl[vu]===wu&&++Mc;return Mc}var qm=dm(Vf),kp=dm(bp);function wh(dl){return"\\"+bh[dl]}function tm(dl,wu){return dl==null?y:dl[wu]}function Tp(dl){return Um.test(dl)}function zm(dl){return kh.test(dl)}function Gm(dl){for(var wu,vu=[];!(wu=dl.next()).done;)vu.push(wu.value);return vu}function xm(dl){var wu=-1,vu=Array(dl.size);return dl.forEach(function(Mc,kc){vu[++wu]=[kc,Mc]}),vu}function Cm(dl,wu){return function(vu){return dl(wu(vu))}}function If(dl,wu){for(var vu=-1,Mc=dl.length,kc=0,kd=[];++vu<Mc;){var xf=dl[vu];(xf===wu||xf===re)&&(dl[vu]=re,kd[kc++]=vu)}return kd}function Jf(dl){var wu=-1,vu=Array(dl.size);return dl.forEach(function(Mc){vu[++wu]=Mc}),vu}function $m(dl){var wu=-1,vu=Array(dl.size);return dl.forEach(function(Mc){vu[++wu]=[Mc,Mc]}),vu}function Wm(dl,wu,vu){for(var Mc=vu-1,kc=dl.length;++Mc<kc;)if(dl[Mc]===wu)return Mc;return-1}function l0(dl,wu,vu){for(var Mc=vu+1;Mc--;)if(dl[Mc]===wu)return Mc;return Mc}function hm(dl){return Tp(dl)?mm(dl):Lf(dl)}function qp(dl){return Tp(dl)?Of(dl):t0(dl)}function Km(dl){for(var wu=dl.length;wu--&&Wa.test(dl.charAt(wu)););return wu}var Ym=dm(Zc);function mm(dl){for(var wu=wm.lastIndex=0;wm.test(dl);)++wu;return wu}function Of(dl){return dl.match(wm)||[]}function n0(dl){return dl.match(Fp)||[]}var Pm=function dl(wu){wu=wu==null?qd:Th.defaults(qd.Object(),wu,Th.pick(qd,Yh));var vu=wu.Array,Mc=wu.Date,kc=wu.Error,kd=wu.Function,xf=wu.Math,Zd=wu.Object,gm=wu.RegExp,i0=wu.String,xp=wu.TypeError,zp=vu.prototype,Hh=kd.prototype,Cp=Zd.prototype,ih=wu["__core-js_shared__"],rm=Hh.toString,Bd=Cp.hasOwnProperty,a0=0,Ld=function(){var br=/[^.]+$/.exec(ih&&ih.keys&&ih.keys.IE_PROTO||"");return br?"Symbol(src)_1."+br:""}(),Zf=Cp.toString,nm=rm.call(Zd),jf=qd._,Nh=gm("^"+rm.call(Bd).replace(rl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Gp=Hp?wu.Buffer:y,Wp=wu.Symbol,Nm=wu.Uint8Array,Am=Gp?Gp.allocUnsafe:y,Np=Cm(Zd.getPrototypeOf,Zd),im=Zd.create,Vh=Cp.propertyIsEnumerable,lh=zp.splice,Lm=Wp?Wp.isConcatSpreadable:y,Ls=Wp?Wp.iterator:y,ys=Wp?Wp.toStringTag:y,Po=function(){try{var br=vc(Zd,"defineProperty");return br({},"",{}),br}catch{}}(),Yo=wu.clearTimeout!==qd.clearTimeout&&wu.clearTimeout,Go=Mc&&Mc.now!==qd.Date.now&&Mc.now,bo=wu.setTimeout!==qd.setTimeout&&wu.setTimeout,$o=xf.ceil,Jo=xf.floor,Co=Zd.getOwnPropertySymbols,us=Gp?Gp.isBuffer:y,vo=wu.isFinite,os=zp.join,Os=Cm(Zd.keys,Zd),ws=xf.max,Vs=xf.min,al=Mc.now,Ys=wu.parseInt,Pl=xf.random,ms=zp.reverse,Cl=vc(wu,"DataView"),Rs=vc(wu,"Map"),Is=vc(wu,"Promise"),$s=vc(wu,"Set"),zs=vc(wu,"WeakMap"),Yl=vc(Zd,"create"),hu=zs&&new zs,Bu={},Wl=gc(Cl),Su=gc(Rs),Ou=gc(Is),Fu=gc($s),fl=gc(zs),Lu=Wp?Wp.prototype:y,mc=Lu?Lu.valueOf:y,_c=Lu?Lu.toString:y;function no(br){if(gp(br)&&!$d(br)&&!(br instanceof bu)){if(br instanceof ju)return br;if(Bd.call(br,"__wrapped__"))return rd(br)}return new ju(br)}var $u=function(){function br(){}return function(Mr){if(!rp(Mr))return{};if(im)return im(Mr);br.prototype=Mr;var hn=new br;return br.prototype=y,hn}}();function Ic(){}function ju(br,Mr){this.__wrapped__=br,this.__actions__=[],this.__chain__=!!Mr,this.__index__=0,this.__values__=y}no.templateSettings={escape:Es,evaluate:Hs,interpolate:Ts,variable:"",imports:{_:no}},no.prototype=Ic.prototype,no.prototype.constructor=no,ju.prototype=$u(Ic.prototype),ju.prototype.constructor=ju;function bu(br){this.__wrapped__=br,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=tr,this.__views__=[]}function Ku(){var br=new bu(this.__wrapped__);return br.__actions__=qa(this.__actions__),br.__dir__=this.__dir__,br.__filtered__=this.__filtered__,br.__iteratees__=qa(this.__iteratees__),br.__takeCount__=this.__takeCount__,br.__views__=qa(this.__views__),br}function du(){if(this.__filtered__){var br=new bu(this);br.__dir__=-1,br.__filtered__=!0}else br=this.clone(),br.__dir__*=-1;return br}function Kl(){var br=this.__wrapped__.value(),Mr=this.__dir__,hn=$d(br),ea=Mr<0,co=hn?br.length:0,gs=Ml(0,co,this.__views__),Ks=gs.start,ul=gs.end,cu=ul-Ks,Qu=ea?ul:Ks-1,Ju=this.__iteratees__,dc=Ju.length,Pc=0,sd=Vs(cu,this.__takeCount__);if(!hn||!ea&&co==cu&&sd==cu)return f0(br,this.__actions__);var Ad=[];e:for(;cu--&&Pc<sd;){Qu+=Mr;for(var Vd=-1,Dd=br[Qu];++Vd<dc;){var tf=Ju[Vd],uf=tf.iteratee,Rm=tf.type,sm=uf(Dd);if(Rm==Ie)Dd=sm;else if(!sm){if(Rm==Ce)continue e;break e}}Ad[Pc++]=Dd}return Ad}bu.prototype=$u(Ic.prototype),bu.prototype.constructor=bu;function gu(br){var Mr=-1,hn=br==null?0:br.length;for(this.clear();++Mr<hn;){var ea=br[Mr];this.set(ea[0],ea[1])}}function Uu(){this.__data__=Yl?Yl(null):{},this.size=0}function yc(br){var Mr=this.has(br)&&delete this.__data__[br];return this.size-=Mr?1:0,Mr}function Fc(br){var Mr=this.__data__;if(Yl){var hn=Mr[br];return hn===V?y:hn}return Bd.call(Mr,br)?Mr[br]:y}function zc(br){var Mr=this.__data__;return Yl?Mr[br]!==y:Bd.call(Mr,br)}function jd(br,Mr){var hn=this.__data__;return this.size+=this.has(br)?0:1,hn[br]=Yl&&Mr===y?V:Mr,this}gu.prototype.clear=Uu,gu.prototype.delete=yc,gu.prototype.get=Fc,gu.prototype.has=zc,gu.prototype.set=jd;function Bc(br){var Mr=-1,hn=br==null?0:br.length;for(this.clear();++Mr<hn;){var ea=br[Mr];this.set(ea[0],ea[1])}}function cf(){this.__data__=[],this.size=0}function Gf(br){var Mr=this.__data__,hn=Ah(Mr,br);if(hn<0)return!1;var ea=Mr.length-1;return hn==ea?Mr.pop():lh.call(Mr,hn,1),--this.size,!0}function kf(br){var Mr=this.__data__,hn=Ah(Mr,br);return hn<0?y:Mr[hn][1]}function gf(br){return Ah(this.__data__,br)>-1}function nd(br,Mr){var hn=this.__data__,ea=Ah(hn,br);return ea<0?(++this.size,hn.push([br,Mr])):hn[ea][1]=Mr,this}Bc.prototype.clear=cf,Bc.prototype.delete=Gf,Bc.prototype.get=kf,Bc.prototype.has=gf,Bc.prototype.set=nd;function Td(br){var Mr=-1,hn=br==null?0:br.length;for(this.clear();++Mr<hn;){var ea=br[Mr];this.set(ea[0],ea[1])}}function sp(){this.size=0,this.__data__={hash:new gu,map:new(Rs||Bc),string:new gu}}function lp(br){var Mr=xu(this,br).delete(br);return this.size-=Mr?1:0,Mr}function Ap(br){return xu(this,br).get(br)}function ep(br){return xu(this,br).has(br)}function of(br,Mr){var hn=xu(this,br),ea=hn.size;return hn.set(br,Mr),this.size+=hn.size==ea?0:1,this}Td.prototype.clear=sp,Td.prototype.delete=lp,Td.prototype.get=Ap,Td.prototype.has=ep,Td.prototype.set=of;function bf(br){var Mr=-1,hn=br==null?0:br.length;for(this.__data__=new Td;++Mr<hn;)this.add(br[Mr])}function yf(br){return this.__data__.set(br,V),this}function Wd(br){return this.__data__.has(br)}bf.prototype.add=bf.prototype.push=yf,bf.prototype.has=Wd;function Kd(br){var Mr=this.__data__=new Bc(br);this.size=Mr.size}function ld(){this.__data__=new Bc,this.size=0}function Yd(br){var Mr=this.__data__,hn=Mr.delete(br);return this.size=Mr.size,hn}function $f(br){return this.__data__.get(br)}function Kp(br){return this.__data__.has(br)}function _m(br,Mr){var hn=this.__data__;if(hn instanceof Bc){var ea=hn.__data__;if(!Rs||ea.length<$-1)return ea.push([br,Mr]),this.size=++hn.size,this;hn=this.__data__=new Td(ea)}return hn.set(br,Mr),this.size=hn.size,this}Kd.prototype.clear=ld,Kd.prototype.delete=Yd,Kd.prototype.get=$f,Kd.prototype.has=Kp,Kd.prototype.set=_m;function cp(br,Mr){var hn=$d(br),ea=!hn&&S0(br),co=!hn&&!ea&&b0(br),gs=!hn&&!ea&&!co&&T0(br),Ks=hn||ea||co||gs,ul=Ks?yh(br.length,i0):[],cu=ul.length;for(var Qu in br)(Mr||Bd.call(br,Qu))&&!(Ks&&(Qu=="length"||co&&(Qu=="offset"||Qu=="parent")||gs&&(Qu=="buffer"||Qu=="byteLength"||Qu=="byteOffset")||vr(Qu,cu)))&&ul.push(Qu);return ul}function qh(br){var Mr=br.length;return Mr?br[$p(0,Mr-1)]:y}function zh(br,Mr){return Xd(qa(br),Bp(Mr,0,br.length))}function Ff(br){return Xd(qa(br))}function dp(br,Mr,hn){(hn!==y&&!Zm(br[Mr],hn)||hn===y&&!(Mr in br))&&Dh(br,Mr,hn)}function uh(br,Mr,hn){var ea=br[Mr];(!(Bd.call(br,Mr)&&Zm(ea,hn))||hn===y&&!(Mr in br))&&Dh(br,Mr,hn)}function Ah(br,Mr){for(var hn=br.length;hn--;)if(Zm(br[hn][0],Mr))return hn;return-1}function Uf(br,Mr,hn,ea){return to(br,function(co,gs,Ks){Mr(ea,co,hn(co),Ks)}),ea}function Cf(br,Mr){return br&&Xa(Mr,mh(Mr),br)}function am(br,Mr){return br&&Xa(Mr,Em(Mr),br)}function Dh(br,Mr,hn){Mr=="__proto__"&&Po?Po(br,Mr,{configurable:!0,enumerable:!0,value:hn,writable:!0}):br[Mr]=hn}function Mh(br,Mr){for(var hn=-1,ea=Mr.length,co=vu(ea),gs=br==null;++hn<ea;)co[hn]=gs?y:q0(br,Mr[hn]);return co}function Bp(br,Mr,hn){return br===br&&(hn!==y&&(br=br<=hn?br:hn),Mr!==y&&(br=br>=Mr?br:Mr)),br}function Wf(br,Mr,hn,ea,co,gs){var Ks,ul=Mr&oe,cu=Mr&ue,Qu=Mr&de;if(hn&&(Ks=co?hn(br,ea,co,gs):hn(br)),Ks!==y)return Ks;if(!rp(br))return br;var Ju=$d(br);if(Ju){if(Ks=Us(br),!ul)return qa(br,Ks)}else{var dc=bc(br),Pc=dc==Vr||dc==Dr;if(b0(br))return Un(br,ul);if(dc==Lr||dc==xr||Pc&&!co){if(Ks=cu||Pc?{}:$l(br),!ul)return cu?Qa(br,am(Ks,br)):Ta(br,Cf(Ks,br))}else{if(!Id[dc])return co?br:{};Ks=fc(br,dc,ul)}}gs||(gs=new Kd);var sd=gs.get(br);if(sd)return sd;gs.set(br,Ks),b1(br)?br.forEach(function(Dd){Ks.add(Wf(Dd,Mr,hn,Dd,br,gs))}):g1(br)&&br.forEach(function(Dd,tf){Ks.set(tf,Wf(Dd,Mr,hn,tf,br,gs))});var Ad=Qu?cu?Fs:Wu:cu?Em:mh,Vd=Ju?y:Ad(br);return Sd(Vd||br,function(Dd,tf){Vd&&(tf=Dd,Dd=br[tf]),uh(Ks,tf,Wf(Dd,Mr,hn,tf,br,gs))}),Ks}function Wn(br){var Mr=mh(br);return function(hn){return Ka(hn,br,Mr)}}function Ka(br,Mr,hn){var ea=hn.length;if(br==null)return!ea;for(br=Zd(br);ea--;){var co=hn[ea],gs=Mr[co],Ks=br[co];if(Ks===y&&!(co in br)||!gs(Ks))return!1}return!0}function La(br,Mr,hn){if(typeof br!="function")throw new xp(L);return Rc(function(){br.apply(y,hn)},Mr)}function Fa(br,Mr,hn,ea){var co=-1,gs=Zh,Ks=!0,ul=br.length,cu=[],Qu=Mr.length;if(!ul)return cu;hn&&(Mr=pf(Mr,mf(hn))),ea?(gs=um,Ks=!1):Mr.length>=$&&(gs=zf,Ks=!1,Mr=new bf(Mr));e:for(;++co<ul;){var Ju=br[co],dc=hn==null?Ju:hn(Ju);if(Ju=ea||Ju!==0?Ju:0,Ks&&dc===dc){for(var Pc=Qu;Pc--;)if(Mr[Pc]===dc)continue e;cu.push(Ju)}else gs(Mr,dc,ea)||cu.push(Ju)}return cu}var to=Ja(Na),Io=Ja(Zo,!0);function xo(br,Mr){var hn=!0;return to(br,function(ea,co,gs){return hn=!!Mr(ea,co,gs),hn}),hn}function Oo(br,Mr,hn){for(var ea=-1,co=br.length;++ea<co;){var gs=br[ea],Ks=Mr(gs);if(Ks!=null&&(ul===y?Ks===Ks&&!Mm(Ks):hn(Ks,ul)))var ul=Ks,cu=gs}return cu}function ro(br,Mr,hn,ea){var co=br.length;for(hn=Hd(hn),hn<0&&(hn=-hn>co?0:co+hn),ea=ea===y||ea>co?co:Hd(ea),ea<0&&(ea+=co),ea=hn>ea?0:E1(ea);hn<ea;)br[hn++]=Mr;return br}function Ro(br,Mr){var hn=[];return to(br,function(ea,co,gs){Mr(ea,co,gs)&&hn.push(ea)}),hn}function vi(br,Mr,hn,ea,co){var gs=-1,Ks=br.length;for(hn||(hn=fr),co||(co=[]);++gs<Ks;){var ul=br[gs];Mr>0&&hn(ul)?Mr>1?vi(ul,Mr-1,hn,ea,co):Jp(co,ul):ea||(co[co.length]=ul)}return co}var Ln=hs(),za=hs(!0);function Na(br,Mr){return br&&Ln(br,Mr,mh)}function Zo(br,Mr){return br&&za(br,Mr,mh)}function Fo(br,Mr){return Vp(Mr,function(hn){return p0(br[hn])})}function Ss(br,Mr){Mr=In(Mr,br);for(var hn=0,ea=Mr.length;br!=null&&hn<ea;)br=br[vl(Mr[hn++])];return hn&&hn==ea?br:y}function _s(br,Mr,hn){var ea=Mr(br);return $d(br)?ea:Jp(ea,hn(br))}function Uo(br){return br==null?br===y?Zr:Rr:ys&&ys in Zd(br)?hd(br):Eu(br)}function Qs(br,Mr){return br>Mr}function nl(br,Mr){return br!=null&&Bd.call(br,Mr)}function yl(br,Mr){return br!=null&&Mr in Zd(br)}function Hu(br,Mr,hn){return br>=Vs(Mr,hn)&&br<ws(Mr,hn)}function pc(br,Mr,hn){for(var ea=hn?um:Zh,co=br[0].length,gs=br.length,Ks=gs,ul=vu(gs),cu=1/0,Qu=[];Ks--;){var Ju=br[Ks];Ks&&Mr&&(Ju=pf(Ju,mf(Mr))),cu=Vs(Ju.length,cu),ul[Ks]=!hn&&(Mr||co>=120&&Ju.length>=120)?new bf(Ks&&Ju):y}Ju=br[0];var dc=-1,Pc=ul[0];e:for(;++dc<co&&Qu.length<cu;){var sd=Ju[dc],Ad=Mr?Mr(sd):sd;if(sd=hn||sd!==0?sd:0,!(Pc?zf(Pc,Ad):ea(Qu,Ad,hn))){for(Ks=gs;--Ks;){var Vd=ul[Ks];if(!(Vd?zf(Vd,Ad):ea(br[Ks],Ad,hn)))continue e}Pc&&Pc.push(Ad),Qu.push(sd)}}return Qu}function Ec(br,Mr,hn,ea){return Na(br,function(co,gs,Ks){Mr(ea,hn(co),gs,Ks)}),ea}function Vc(br,Mr,hn){Mr=In(Mr,br),br=Cu(br,Mr);var ea=br==null?br:br[vl(jm(Mr))];return ea==null?y:zu(ea,br,hn)}function Hc(br){return gp(br)&&Uo(br)==xr}function Kc(br){return gp(br)&&Uo(br)==oa}function qc(br){return gp(br)&&Uo(br)==Ar}function Uc(br,Mr,hn,ea,co){return br===Mr?!0:br==null||Mr==null||!gp(br)&&!gp(Mr)?br!==br&&Mr!==Mr:tc(br,Mr,hn,ea,Uc,co)}function tc(br,Mr,hn,ea,co,gs){var Ks=$d(br),ul=$d(Mr),cu=Ks?Nr:bc(br),Qu=ul?Nr:bc(Mr);cu=cu==xr?Lr:cu,Qu=Qu==xr?Lr:Qu;var Ju=cu==Lr,dc=Qu==Lr,Pc=cu==Qu;if(Pc&&b0(br)){if(!b0(Mr))return!1;Ks=!0,Ju=!1}if(Pc&&!Ju)return gs||(gs=new Kd),Ks||T0(br)?ss(br,Mr,hn,ea,co,gs):Ps(br,Mr,cu,hn,ea,co,gs);if(!(hn&_e)){var sd=Ju&&Bd.call(br,"__wrapped__"),Ad=dc&&Bd.call(Mr,"__wrapped__");if(sd||Ad){var Vd=sd?br.value():br,Dd=Ad?Mr.value():Mr;return gs||(gs=new Kd),co(Vd,Dd,hn,ea,gs)}}return Pc?(gs||(gs=new Kd),jl(br,Mr,hn,ea,co,gs)):!1}function Du(br){return gp(br)&&bc(br)==Ir}function rc(br,Mr,hn,ea){var co=hn.length,gs=co,Ks=!ea;if(br==null)return!gs;for(br=Zd(br);co--;){var ul=hn[co];if(Ks&&ul[2]?ul[1]!==br[ul[0]]:!(ul[0]in br))return!1}for(;++co<gs;){ul=hn[co];var cu=ul[0],Qu=br[cu],Ju=ul[1];if(Ks&&ul[2]){if(Qu===y&&!(cu in br))return!1}else{var dc=new Kd;if(ea)var Pc=ea(Qu,Ju,cu,br,Mr,dc);if(!(Pc===y?Uc(Ju,Qu,_e|Ne,ea,dc):Pc))return!1}}return!0}function Au(br){if(!rp(br)||mi(br))return!1;var Mr=p0(br)?Nh:aa;return Mr.test(gc(br))}function Ef(br){return gp(br)&&Uo(br)==vn}function Fd(br){return gp(br)&&bc(br)==Kr}function ef(br){return gp(br)&&k0(br.length)&&!!Od[Uo(br)]}function Rd(br){return typeof br=="function"?br:br==null?Sm:typeof br=="object"?$d(br)?ml(br[0],br[1]):id(br):I1(br)}function yd(br){if(!Aa(br))return Os(br);var Mr=[];for(var hn in Zd(br))Bd.call(br,hn)&&hn!="constructor"&&Mr.push(hn);return Mr}function Ac(br){if(!rp(br))return pl(br);var Mr=Aa(br),hn=[];for(var ea in br)ea=="constructor"&&(Mr||!Bd.call(br,ea))||hn.push(ea);return hn}function Xc(br,Mr){return br<Mr}function Qc(br,Mr){var hn=-1,ea=ym(br)?vu(br.length):[];return to(br,function(co,gs,Ks){ea[++hn]=Mr(co,gs,Ks)}),ea}function id(br){var Mr=yu(br);return Mr.length==1&&Mr[0][2]?Cs(Mr[0][0],Mr[0][1]):function(hn){return hn===br||rc(hn,br,Mr)}}function ml(br,Mr){return Cr(br)&&No(Mr)?Cs(vl(br),Mr):function(hn){var ea=q0(hn,br);return ea===y&&ea===Mr?z0(hn,br):Uc(Mr,ea,_e|Ne)}}function fu(br,Mr,hn,ea,co){br!==Mr&&Ln(Mr,function(gs,Ks){if(co||(co=new Kd),rp(gs))Tu(br,Mr,Ks,hn,fu,ea,co);else{var ul=ea?ea(Ds(br,Ks),gs,Ks+"",br,Mr,co):y;ul===y&&(ul=gs),dp(br,Ks,ul)}},Em)}function Tu(br,Mr,hn,ea,co,gs,Ks){var ul=Ds(br,hn),cu=Ds(Mr,hn),Qu=Ks.get(cu);if(Qu){dp(br,hn,Qu);return}var Ju=gs?gs(ul,cu,hn+"",br,Mr,Ks):y,dc=Ju===y;if(dc){var Pc=$d(cu),sd=!Pc&&b0(cu),Ad=!Pc&&!sd&&T0(cu);Ju=cu,Pc||sd||Ad?$d(ul)?Ju=ul:Dp(ul)?Ju=qa(ul):sd?(dc=!1,Ju=Un(cu,!0)):Ad?(dc=!1,Ju=sa(cu,!0)):Ju=[]:A0(cu)||S0(cu)?(Ju=ul,S0(ul)?Ju=S1(ul):(!rp(ul)||p0(ul))&&(Ju=$l(cu))):dc=!1}dc&&(Ks.set(cu,Ju),co(Ju,cu,ea,gs,Ks),Ks.delete(cu)),dp(br,hn,Ju)}function hc(br,Mr){var hn=br.length;if(hn)return Mr+=Mr<0?hn:0,vr(Mr,hn)?br[Mr]:y}function cl(br,Mr,hn){Mr.length?Mr=pf(Mr,function(gs){return $d(gs)?function(Ks){return Ss(Ks,gs.length===1?gs[0]:gs)}:gs}):Mr=[Sm];var ea=-1;Mr=pf(Mr,mf(Zs()));var co=Qc(br,function(gs,Ks,ul){var cu=pf(Mr,function(Qu){return Qu(gs)});return{criteria:cu,index:++ea,value:gs}});return jh(co,function(gs,Ks){return zi(gs,Ks,hn)})}function $c(br,Mr){return Nc(br,Mr,function(hn,ea){return z0(br,ea)})}function Nc(br,Mr,hn){for(var ea=-1,co=Mr.length,gs={};++ea<co;){var Ks=Mr[ea],ul=Ss(br,Ks);hn(ul,Ks)&&Af(gs,In(Ks,br),ul)}return gs}function Hf(br){return function(Mr){return Ss(Mr,br)}}function _f(br,Mr,hn,ea){var co=ea?Hm:hf,gs=-1,Ks=Mr.length,ul=br;for(br===Mr&&(Mr=qa(Mr)),hn&&(ul=pf(br,mf(hn)));++gs<Ks;)for(var cu=0,Qu=Mr[gs],Ju=hn?hn(Qu):Qu;(cu=co(ul,Ju,cu,ea))>-1;)ul!==br&&lh.call(ul,cu,1),lh.call(br,cu,1);return br}function sf(br,Mr){for(var hn=br?Mr.length:0,ea=hn-1;hn--;){var co=Mr[hn];if(hn==ea||co!==gs){var gs=co;vr(co)?lh.call(br,co,1):_0(br,co)}}return br}function $p(br,Mr){return br+Jo(Pl()*(Mr-br+1))}function fp(br,Mr,hn,ea){for(var co=-1,gs=ws($o((Mr-br)/(hn||1)),0),Ks=vu(gs);gs--;)Ks[ea?gs:++co]=br,br+=hn;return Ks}function Nf(br,Mr){var hn="";if(!br||Mr<1||Mr>ur)return hn;do Mr%2&&(hn+=br),Mr=Jo(Mr/2),Mr&&(br+=br);while(Mr);return hn}function ud(br,Mr){return lc(kl(br,Mr,Sm),br+"")}function Sf(br){return qh(x0(br))}function Mf(br,Mr){var hn=x0(br);return Xd(hn,Bp(Mr,0,hn.length))}function Af(br,Mr,hn,ea){if(!rp(br))return br;Mr=In(Mr,br);for(var co=-1,gs=Mr.length,Ks=gs-1,ul=br;ul!=null&&++co<gs;){var cu=vl(Mr[co]),Qu=hn;if(cu==="__proto__"||cu==="constructor"||cu==="prototype")return br;if(co!=Ks){var Ju=ul[cu];Qu=ea?ea(Ju,cu,ul):y,Qu===y&&(Qu=rp(Ju)?Ju:vr(Mr[co+1])?[]:{})}uh(ul,cu,Qu),ul=ul[cu]}return br}var u0=hu?function(br,Mr){return hu.set(br,Mr),br}:Sm,g0=Po?function(br,Mr){return Po(br,"toString",{configurable:!0,enumerable:!1,value:W0(Mr),writable:!0})}:Sm;function C0(br){return Xd(x0(br))}function tp(br,Mr,hn){var ea=-1,co=br.length;Mr<0&&(Mr=-Mr>co?0:co+Mr),hn=hn>co?co:hn,hn<0&&(hn+=co),co=Mr>hn?0:hn-Mr>>>0,Mr>>>=0;for(var gs=vu(co);++ea<co;)gs[ea]=br[ea+Mr];return gs}function c0(br,Mr){var hn;return to(br,function(ea,co,gs){return hn=Mr(ea,co,gs),!hn}),!!hn}function Xm(br,Mr,hn){var ea=0,co=br==null?ea:br.length;if(typeof Mr=="number"&&Mr===Mr&&co<=_r){for(;ea<co;){var gs=ea+co>>>1,Ks=br[gs];Ks!==null&&!Mm(Ks)&&(hn?Ks<=Mr:Ks<Mr)?ea=gs+1:co=gs}return co}return Jm(br,Mr,Sm,hn)}function Jm(br,Mr,hn,ea){var co=0,gs=br==null?0:br.length;if(gs===0)return 0;Mr=hn(Mr);for(var Ks=Mr!==Mr,ul=Mr===null,cu=Mm(Mr),Qu=Mr===y;co<gs;){var Ju=Jo((co+gs)/2),dc=hn(br[Ju]),Pc=dc!==y,sd=dc===null,Ad=dc===dc,Vd=Mm(dc);if(Ks)var Dd=ea||Ad;else Qu?Dd=Ad&&(ea||Pc):ul?Dd=Ad&&Pc&&(ea||!sd):cu?Dd=Ad&&Pc&&!sd&&(ea||!Vd):sd||Vd?Dd=!1:Dd=ea?dc<=Mr:dc<Mr;Dd?co=Ju+1:gs=Ju}return Vs(gs,gr)}function vm(br,Mr){for(var hn=-1,ea=br.length,co=0,gs=[];++hn<ea;){var Ks=br[hn],ul=Mr?Mr(Ks):Ks;if(!hn||!Zm(ul,cu)){var cu=ul;gs[co++]=Ks===0?0:Ks}}return gs}function w0(br){return typeof br=="number"?br:Mm(br)?he:+br}function Rh(br){if(typeof br=="string")return br;if($d(br))return pf(br,Rh)+"";if(Mm(br))return _c?_c.call(br):"";var Mr=br+"";return Mr=="0"&&1/br==-ar?"-0":Mr}function pp(br,Mr,hn){var ea=-1,co=Zh,gs=br.length,Ks=!0,ul=[],cu=ul;if(hn)Ks=!1,co=um;else if(gs>=$){var Qu=Mr?null:cs(br);if(Qu)return Jf(Qu);Ks=!1,co=zf,cu=new bf}else cu=Mr?[]:ul;e:for(;++ea<gs;){var Ju=br[ea],dc=Mr?Mr(Ju):Ju;if(Ju=hn||Ju!==0?Ju:0,Ks&&dc===dc){for(var Pc=cu.length;Pc--;)if(cu[Pc]===dc)continue e;Mr&&cu.push(dc),ul.push(Ju)}else co(cu,dc,hn)||(cu!==ul&&cu.push(dc),ul.push(Ju))}return ul}function _0(br,Mr){return Mr=In(Mr,br),br=Cu(br,Mr),br==null||delete br[vl(jm(Mr))]}function y0(br,Mr,hn,ea){return Af(br,Mr,hn(Ss(br,Mr)),ea)}function d0(br,Mr,hn,ea){for(var co=br.length,gs=ea?co:-1;(ea?gs--:++gs<co)&&Mr(br[gs],gs,br););return hn?tp(br,ea?0:gs,ea?gs+1:co):tp(br,ea?gs+1:0,ea?co:gs)}function f0(br,Mr){var hn=br;return hn instanceof bu&&(hn=hn.value()),cm(Mr,function(ea,co){return co.func.apply(co.thisArg,Jp([ea],co.args))},hn)}function hh(br,Mr,hn){var ea=br.length;if(ea<2)return ea?pp(br[0]):[];for(var co=-1,gs=vu(ea);++co<ea;)for(var Ks=br[co],ul=-1;++ul<ea;)ul!=co&&(gs[co]=Fa(gs[co]||Ks,br[ul],Mr,hn));return pp(vi(gs,1),Mr,hn)}function o0(br,Mr,hn){for(var ea=-1,co=br.length,gs=Mr.length,Ks={};++ea<co;){var ul=ea<gs?Mr[ea]:y;hn(Ks,br[ea],ul)}return Ks}function Vn(br){return Dp(br)?br:[]}function Fi(br){return typeof br=="function"?br:Sm}function In(br,Mr){return $d(br)?br:Cr(br,Mr)?[br]:Do(wf(br))}var di=ud;function Kn(br,Mr,hn){var ea=br.length;return hn=hn===y?ea:hn,!Mr&&hn>=ea?br:tp(br,Mr,hn)}var On=Yo||function(br){return qd.clearTimeout(br)};function Un(br,Mr){if(Mr)return br.slice();var hn=br.length,ea=Am?Am(hn):new br.constructor(hn);return br.copy(ea),ea}function Hn(br){var Mr=new br.constructor(br.byteLength);return new Nm(Mr).set(new Nm(br)),Mr}function ji(br,Mr){var hn=Mr?Hn(br.buffer):br.buffer;return new br.constructor(hn,br.byteOffset,br.byteLength)}function Wi(br){var Mr=new br.constructor(br.source,Gi.exec(br));return Mr.lastIndex=br.lastIndex,Mr}function da(br){return mc?Zd(mc.call(br)):{}}function sa(br,Mr){var hn=Mr?Hn(br.buffer):br.buffer;return new br.constructor(hn,br.byteOffset,br.length)}function fa(br,Mr){if(br!==Mr){var hn=br!==y,ea=br===null,co=br===br,gs=Mm(br),Ks=Mr!==y,ul=Mr===null,cu=Mr===Mr,Qu=Mm(Mr);if(!ul&&!Qu&&!gs&&br>Mr||gs&&Ks&&cu&&!ul&&!Qu||ea&&Ks&&cu||!hn&&cu||!co)return 1;if(!ea&&!gs&&!Qu&&br<Mr||Qu&&hn&&co&&!ea&&!gs||ul&&hn&&co||!Ks&&co||!cu)return-1}return 0}function zi(br,Mr,hn){for(var ea=-1,co=br.criteria,gs=Mr.criteria,Ks=co.length,ul=hn.length;++ea<Ks;){var cu=fa(co[ea],gs[ea]);if(cu){if(ea>=ul)return cu;var Qu=hn[ea];return cu*(Qu=="desc"?-1:1)}}return br.index-Mr.index}function ta(br,Mr,hn,ea){for(var co=-1,gs=br.length,Ks=hn.length,ul=-1,cu=Mr.length,Qu=ws(gs-Ks,0),Ju=vu(cu+Qu),dc=!ea;++ul<cu;)Ju[ul]=Mr[ul];for(;++co<Ks;)(dc||co<gs)&&(Ju[hn[co]]=br[co]);for(;Qu--;)Ju[ul++]=br[co++];return Ju}function va(br,Mr,hn,ea){for(var co=-1,gs=br.length,Ks=-1,ul=hn.length,cu=-1,Qu=Mr.length,Ju=ws(gs-ul,0),dc=vu(Ju+Qu),Pc=!ea;++co<Ju;)dc[co]=br[co];for(var sd=co;++cu<Qu;)dc[sd+cu]=Mr[cu];for(;++Ks<ul;)(Pc||co<gs)&&(dc[sd+hn[Ks]]=br[co++]);return dc}function qa(br,Mr){var hn=-1,ea=br.length;for(Mr||(Mr=vu(ea));++hn<ea;)Mr[hn]=br[hn];return Mr}function Xa(br,Mr,hn,ea){var co=!hn;hn||(hn={});for(var gs=-1,Ks=Mr.length;++gs<Ks;){var ul=Mr[gs],cu=ea?ea(hn[ul],br[ul],ul,hn,br):y;cu===y&&(cu=br[ul]),co?Dh(hn,ul,cu):uh(hn,ul,cu)}return hn}function Ta(br,Mr){return Xa(br,Yc(br),Mr)}function Qa(br,Mr){return Xa(br,Cc(br),Mr)}function Ia(br,Mr){return function(hn,ea){var co=$d(hn)?ed:Uf,gs=Mr?Mr():{};return co(hn,br,Zs(ea,2),gs)}}function io(br){return ud(function(Mr,hn){var ea=-1,co=hn.length,gs=co>1?hn[co-1]:y,Ks=co>2?hn[2]:y;for(gs=br.length>3&&typeof gs=="function"?(co--,gs):y,Ks&&Er(hn[0],hn[1],Ks)&&(gs=co<3?y:gs,co=1),Mr=Zd(Mr);++ea<co;){var ul=hn[ea];ul&&br(Mr,ul,ea,gs)}return Mr})}function Ja(br,Mr){return function(hn,ea){if(hn==null)return hn;if(!ym(hn))return br(hn,ea);for(var co=hn.length,gs=Mr?co:-1,Ks=Zd(hn);(Mr?gs--:++gs<co)&&ea(Ks[gs],gs,Ks)!==!1;);return hn}}function hs(br){return function(Mr,hn,ea){for(var co=-1,gs=Zd(Mr),Ks=ea(Mr),ul=Ks.length;ul--;){var cu=Ks[br?ul:++co];if(hn(gs[cu],cu,gs)===!1)break}return Mr}}function na(br,Mr,hn){var ea=Mr&Ue,co=ma(br);function gs(){var Ks=this&&this!==qd&&this instanceof gs?co:br;return Ks.apply(ea?hn:this,arguments)}return gs}function ka(br){return function(Mr){Mr=wf(Mr);var hn=Tp(Mr)?qp(Mr):y,ea=hn?hn[0]:Mr.charAt(0),co=hn?Kn(hn,1).join(""):Mr.slice(1);return ea[br]()+co}}function ra(br){return function(Mr){return cm(M1(D1(Mr).replace(gh,"")),br,"")}}function ma(br){return function(){var Mr=arguments;switch(Mr.length){case 0:return new br;case 1:return new br(Mr[0]);case 2:return new br(Mr[0],Mr[1]);case 3:return new br(Mr[0],Mr[1],Mr[2]);case 4:return new br(Mr[0],Mr[1],Mr[2],Mr[3]);case 5:return new br(Mr[0],Mr[1],Mr[2],Mr[3],Mr[4]);case 6:return new br(Mr[0],Mr[1],Mr[2],Mr[3],Mr[4],Mr[5]);case 7:return new br(Mr[0],Mr[1],Mr[2],Mr[3],Mr[4],Mr[5],Mr[6])}var hn=$u(br.prototype),ea=br.apply(hn,Mr);return rp(ea)?ea:hn}}function Zn(br,Mr,hn){var ea=ma(br);function co(){for(var gs=arguments.length,Ks=vu(gs),ul=gs,cu=ol(co);ul--;)Ks[ul]=arguments[ul];var Qu=gs<3&&Ks[0]!==cu&&Ks[gs-1]!==cu?[]:If(Ks,cu);if(gs-=Qu.length,gs<hn)return ko(br,Mr,xa,co.placeholder,y,Ks,Qu,y,y,hn-gs);var Ju=this&&this!==qd&&this instanceof co?ea:br;return zu(Ju,this,Ks)}return co}function la(br){return function(Mr,hn,ea){var co=Zd(Mr);if(!ym(Mr)){var gs=Zs(hn,3);Mr=mh(Mr),hn=function(ul){return gs(co[ul],ul,co)}}var Ks=br(Mr,hn,ea);return Ks>-1?co[gs?Mr[Ks]:Ks]:y}}function pa(br){return Dl(function(Mr){var hn=Mr.length,ea=hn,co=ju.prototype.thru;for(br&&Mr.reverse();ea--;){var gs=Mr[ea];if(typeof gs!="function")throw new xp(L);if(co&&!Ks&&Js(gs)=="wrapper")var Ks=new ju([],!0)}for(ea=Ks?ea:hn;++ea<hn;){gs=Mr[ea];var ul=Js(gs),cu=ul=="wrapper"?xs(gs):y;cu&&Rn(cu[0])&&cu[1]==(dr|Fe|er|cr)&&!cu[4].length&&cu[9]==1?Ks=Ks[Js(cu[0])].apply(Ks,cu[3]):Ks=gs.length==1&&Rn(gs)?Ks[ul]():Ks.thru(gs)}return function(){var Qu=arguments,Ju=Qu[0];if(Ks&&Qu.length==1&&$d(Ju))return Ks.plant(Ju).value();for(var dc=0,Pc=hn?Mr[dc].apply(this,Qu):Ju;++dc<hn;)Pc=Mr[dc].call(this,Pc);return Pc}})}function xa(br,Mr,hn,ea,co,gs,Ks,ul,cu,Qu){var Ju=Mr&dr,dc=Mr&Ue,Pc=Mr&$e,sd=Mr&(Fe|qe),Ad=Mr&nr,Vd=Pc?y:ma(br);function Dd(){for(var tf=arguments.length,uf=vu(tf),Rm=tf;Rm--;)uf[Rm]=arguments[Rm];if(sd)var sm=ol(Dd),Om=Uh(uf,sm);if(ea&&(uf=ta(uf,ea,co,sd)),gs&&(uf=va(uf,gs,Ks,sd)),tf-=Om,sd&&tf<Qu){var Mp=If(uf,sm);return ko(br,Mr,xa,Dd.placeholder,hn,uf,Mp,ul,cu,Qu-tf)}var e0=dc?hn:this,m0=Pc?e0[br]:br;return tf=uf.length,ul?uf=Ru(uf,ul):Ad&&tf>1&&uf.reverse(),Ju&&cu<tf&&(uf.length=cu),this&&this!==qd&&this instanceof Dd&&(m0=Vd||ma(m0)),m0.apply(e0,uf)}return Dd}function Ma(br,Mr){return function(hn,ea){return Ec(hn,br,Mr(ea),{})}}function Ha(br,Mr){return function(hn,ea){var co;if(hn===y&&ea===y)return Mr;if(hn!==y&&(co=hn),ea!==y){if(co===y)return ea;typeof hn=="string"||typeof ea=="string"?(hn=Rh(hn),ea=Rh(ea)):(hn=w0(hn),ea=w0(ea)),co=br(hn,ea)}return co}}function So(br){return Dl(function(Mr){return Mr=pf(Mr,mf(Zs())),ud(function(hn){var ea=this;return br(Mr,function(co){return zu(co,ea,hn)})})})}function as(br,Mr){Mr=Mr===y?" ":Rh(Mr);var hn=Mr.length;if(hn<2)return hn?Nf(Mr,br):Mr;var ea=Nf(Mr,$o(br/hm(Mr)));return Tp(Mr)?Kn(qp(ea),0,br).join(""):ea.slice(0,br)}function ps(br,Mr,hn,ea){var co=Mr&Ue,gs=ma(br);function Ks(){for(var ul=-1,cu=arguments.length,Qu=-1,Ju=ea.length,dc=vu(Ju+cu),Pc=this&&this!==qd&&this instanceof Ks?gs:br;++Qu<Ju;)dc[Qu]=ea[Qu];for(;cu--;)dc[Qu++]=arguments[++ul];return zu(Pc,co?hn:this,dc)}return Ks}function ns(br){return function(Mr,hn,ea){return ea&&typeof ea!="number"&&Er(Mr,hn,ea)&&(hn=ea=y),Mr=h0(Mr),hn===y?(hn=Mr,Mr=0):hn=h0(hn),ea=ea===y?Mr<hn?1:-1:h0(ea),fp(Mr,hn,ea,br)}}function As(br){return function(Mr,hn){return typeof Mr=="string"&&typeof hn=="string"||(Mr=Fm(Mr),hn=Fm(hn)),br(Mr,hn)}}function ko(br,Mr,hn,ea,co,gs,Ks,ul,cu,Qu){var Ju=Mr&Fe,dc=Ju?Ks:y,Pc=Ju?y:Ks,sd=Ju?gs:y,Ad=Ju?y:gs;Mr|=Ju?er:ir,Mr&=~(Ju?ir:er),Mr&Ve||(Mr&=~(Ue|$e));var Vd=[br,Mr,co,sd,dc,Ad,Pc,ul,cu,Qu],Dd=hn.apply(y,Vd);return Rn(br)&&xc(Dd,Vd),Dd.placeholder=ea,wc(Dd,br,Mr)}function Ws(br){var Mr=xf[br];return function(hn,ea){if(hn=Fm(hn),ea=ea==null?0:Vs(Hd(ea),292),ea&&vo(hn)){var co=(wf(hn)+"e").split("e"),gs=Mr(co[0]+"e"+(+co[1]+ea));return co=(wf(gs)+"e").split("e"),+(co[0]+"e"+(+co[1]-ea))}return Mr(hn)}}var cs=$s&&1/Jf(new $s([,-0]))[1]==ar?function(br){return new $s(br)}:X0;function Xo(br){return function(Mr){var hn=bc(Mr);return hn==Ir?xm(Mr):hn==Kr?$m(Mr):Sp(Mr,br(Mr))}}function Ms(br,Mr,hn,ea,co,gs,Ks,ul){var cu=Mr&$e;if(!cu&&typeof br!="function")throw new xp(L);var Qu=ea?ea.length:0;if(Qu||(Mr&=~(er|ir),ea=co=y),Ks=Ks===y?Ks:ws(Hd(Ks),0),ul=ul===y?ul:Hd(ul),Qu-=co?co.length:0,Mr&ir){var Ju=ea,dc=co;ea=co=y}var Pc=cu?y:xs(br),sd=[br,Mr,hn,ea,co,Ju,dc,gs,Ks,ul];if(Pc&&Bs(sd,Pc),br=sd[0],Mr=sd[1],hn=sd[2],ea=sd[3],co=sd[4],ul=sd[9]=sd[9]===y?cu?0:br.length:ws(sd[9]-Qu,0),!ul&&Mr&(Fe|qe)&&(Mr&=~(Fe|qe)),!Mr||Mr==Ue)var Ad=na(br,Mr,hn);else Mr==Fe||Mr==qe?Ad=Zn(br,Mr,ul):(Mr==er||Mr==(Ue|er))&&!co.length?Ad=ps(br,Mr,hn,ea):Ad=xa.apply(y,sd);var Vd=Pc?u0:xc;return wc(Vd(Ad,sd),br,Mr)}function _l(br,Mr,hn,ea){return br===y||Zm(br,Cp[hn])&&!Bd.call(ea,hn)?Mr:br}function Xs(br,Mr,hn,ea,co,gs){return rp(br)&&rp(Mr)&&(gs.set(Mr,br),fu(br,Mr,y,Xs,gs),gs.delete(Mr)),br}function Ul(br){return A0(br)?y:br}function ss(br,Mr,hn,ea,co,gs){var Ks=hn&_e,ul=br.length,cu=Mr.length;if(ul!=cu&&!(Ks&&cu>ul))return!1;var Qu=gs.get(br),Ju=gs.get(Mr);if(Qu&&Ju)return Qu==Mr&&Ju==br;var dc=-1,Pc=!0,sd=hn&Ne?new bf:y;for(gs.set(br,Mr),gs.set(Mr,br);++dc<ul;){var Ad=br[dc],Vd=Mr[dc];if(ea)var Dd=Ks?ea(Vd,Ad,dc,Mr,br,gs):ea(Ad,Vd,dc,br,Mr,gs);if(Dd!==y){if(Dd)continue;Pc=!1;break}if(sd){if(!em(Mr,function(tf,uf){if(!zf(sd,uf)&&(Ad===tf||co(Ad,tf,hn,ea,gs)))return sd.push(uf)})){Pc=!1;break}}else if(!(Ad===Vd||co(Ad,Vd,hn,ea,gs))){Pc=!1;break}}return gs.delete(br),gs.delete(Mr),Pc}function Ps(br,Mr,hn,ea,co,gs,Ks){switch(hn){case Ba:if(br.byteLength!=Mr.byteLength||br.byteOffset!=Mr.byteOffset)return!1;br=br.buffer,Mr=Mr.buffer;case oa:return!(br.byteLength!=Mr.byteLength||!gs(new Nm(br),new Nm(Mr)));case Sr:case Ar:case Br:return Zm(+br,+Mr);case Gr:return br.name==Mr.name&&br.message==Mr.message;case vn:case kr:return br==Mr+"";case Ir:var ul=xm;case Kr:var cu=ea&_e;if(ul||(ul=Jf),br.size!=Mr.size&&!cu)return!1;var Qu=Ks.get(br);if(Qu)return Qu==Mr;ea|=Ne,Ks.set(br,Mr);var Ju=ss(ul(br),ul(Mr),ea,co,gs,Ks);return Ks.delete(br),Ju;case Qr:if(mc)return mc.call(br)==mc.call(Mr)}return!1}function jl(br,Mr,hn,ea,co,gs){var Ks=hn&_e,ul=Wu(br),cu=ul.length,Qu=Wu(Mr),Ju=Qu.length;if(cu!=Ju&&!Ks)return!1;for(var dc=cu;dc--;){var Pc=ul[dc];if(!(Ks?Pc in Mr:Bd.call(Mr,Pc)))return!1}var sd=gs.get(br),Ad=gs.get(Mr);if(sd&&Ad)return sd==Mr&&Ad==br;var Vd=!0;gs.set(br,Mr),gs.set(Mr,br);for(var Dd=Ks;++dc<cu;){Pc=ul[dc];var tf=br[Pc],uf=Mr[Pc];if(ea)var Rm=Ks?ea(uf,tf,Pc,Mr,br,gs):ea(tf,uf,Pc,br,Mr,gs);if(!(Rm===y?tf===uf||co(tf,uf,hn,ea,gs):Rm)){Vd=!1;break}Dd||(Dd=Pc=="constructor")}if(Vd&&!Dd){var sm=br.constructor,Om=Mr.constructor;sm!=Om&&"constructor"in br&&"constructor"in Mr&&!(typeof sm=="function"&&sm instanceof sm&&typeof Om=="function"&&Om instanceof Om)&&(Vd=!1)}return gs.delete(br),gs.delete(Mr),Vd}function Dl(br){return lc(kl(br,y,bm),br+"")}function Wu(br){return _s(br,mh,Yc)}function Fs(br){return _s(br,Em,Cc)}var xs=hu?function(br){return hu.get(br)}:X0;function Js(br){for(var Mr=br.name+"",hn=Bu[Mr],ea=Bd.call(Bu,Mr)?hn.length:0;ea--;){var co=hn[ea],gs=co.func;if(gs==null||gs==br)return co.name}return Mr}function ol(br){var Mr=Bd.call(no,"placeholder")?no:br;return Mr.placeholder}function Zs(){var br=no.iteratee||K0;return br=br===K0?Rd:br,arguments.length?br(arguments[0],arguments[1]):br}function xu(br,Mr){var hn=br.__data__;return Yr(Mr)?hn[typeof Mr=="string"?"string":"hash"]:hn.map}function yu(br){for(var Mr=mh(br),hn=Mr.length;hn--;){var ea=Mr[hn],co=br[ea];Mr[hn]=[ea,co,No(co)]}return Mr}function vc(br,Mr){var hn=tm(br,Mr);return Au(hn)?hn:y}function hd(br){var Mr=Bd.call(br,ys),hn=br[ys];try{br[ys]=y;var ea=!0}catch{}var co=Zf.call(br);return ea&&(Mr?br[ys]=hn:delete br[ys]),co}var Yc=Co?function(br){return br==null?[]:(br=Zd(br),Vp(Co(br),function(Mr){return Vh.call(br,Mr)}))}:Q0,Cc=Co?function(br){for(var Mr=[];br;)Jp(Mr,Yc(br)),br=Np(br);return Mr}:Q0,bc=Uo;(Cl&&bc(new Cl(new ArrayBuffer(1)))!=Ba||Rs&&bc(new Rs)!=Ir||Is&&bc(Is.resolve())!=$r||$s&&bc(new $s)!=Kr||zs&&bc(new zs)!=Vi)&&(bc=function(br){var Mr=Uo(br),hn=Mr==Lr?br.constructor:y,ea=hn?gc(hn):"";if(ea)switch(ea){case Wl:return Ba;case Su:return Ir;case Ou:return $r;case Fu:return Kr;case fl:return Vi}return Mr});function Ml(br,Mr,hn){for(var ea=-1,co=hn.length;++ea<co;){var gs=hn[ea],Ks=gs.size;switch(gs.type){case"drop":br+=Ks;break;case"dropRight":Mr-=Ks;break;case"take":Mr=Vs(Mr,br+Ks);break;case"takeRight":br=ws(br,Mr-Ks);break}}return{start:br,end:Mr}}function ds(br){var Mr=br.match(ks);return Mr?Mr[1].split(Bo):[]}function Hl(br,Mr,hn){Mr=In(Mr,br);for(var ea=-1,co=Mr.length,gs=!1;++ea<co;){var Ks=vl(Mr[ea]);if(!(gs=br!=null&&hn(br,Ks)))break;br=br[Ks]}return gs||++ea!=co?gs:(co=br==null?0:br.length,!!co&&k0(co)&&vr(Ks,co)&&($d(br)||S0(br)))}function Us(br){var Mr=br.length,hn=new br.constructor(Mr);return Mr&&typeof br[0]=="string"&&Bd.call(br,"index")&&(hn.index=br.index,hn.input=br.input),hn}function $l(br){return typeof br.constructor=="function"&&!Aa(br)?$u(Np(br)):{}}function fc(br,Mr,hn){var ea=br.constructor;switch(Mr){case oa:return Hn(br);case Sr:case Ar:return new ea(+br);case Ba:return ji(br,hn);case rs:case Mn:case Wr:case Ur:case Sn:case Nn:case Sa:case Li:case ca:return sa(br,hn);case Ir:return new ea;case Br:case kr:return new ea(br);case vn:return Wi(br);case Kr:return new ea;case Qr:return da(br)}}function rr(br,Mr){var hn=Mr.length;if(!hn)return br;var ea=hn-1;return Mr[ea]=(hn>1?"& ":"")+Mr[ea],Mr=Mr.join(hn>2?", ":" "),br.replace(Ao,`{
/* [wrapped with `+Mr+`] */
`)}function fr(br){return $d(br)||S0(br)||!!(Lm&&br&&br[Lm])}function vr(br,Mr){var hn=typeof br;return Mr=Mr??ur,!!Mr&&(hn=="number"||hn!="symbol"&&Eo.test(br))&&br>-1&&br%1==0&&br<Mr}function Er(br,Mr,hn){if(!rp(hn))return!1;var ea=typeof Mr;return(ea=="number"?ym(hn)&&vr(Mr,hn.length):ea=="string"&&Mr in hn)?Zm(hn[Mr],br):!1}function Cr(br,Mr){if($d(br))return!1;var hn=typeof br;return hn=="number"||hn=="symbol"||hn=="boolean"||br==null||Mm(br)?!0:Gs.test(br)||!js.test(br)||Mr!=null&&br in Zd(Mr)}function Yr(br){var Mr=typeof br;return Mr=="string"||Mr=="number"||Mr=="symbol"||Mr=="boolean"?br!=="__proto__":br===null}function Rn(br){var Mr=Js(br),hn=no[Mr];if(typeof hn!="function"||!(Mr in bu.prototype))return!1;if(br===hn)return!0;var ea=xs(hn);return!!ea&&br===ea[0]}function mi(br){return!!Ld&&Ld in br}var Ui=ih?p0:J0;function Aa(br){var Mr=br&&br.constructor,hn=typeof Mr=="function"&&Mr.prototype||Cp;return br===hn}function No(br){return br===br&&!rp(br)}function Cs(br,Mr){return function(hn){return hn==null?!1:hn[br]===Mr&&(Mr!==y||br in Zd(hn))}}function Ns(br){var Mr=I0(br,function(ea){return hn.size===z&&hn.clear(),ea}),hn=Mr.cache;return Mr}function Bs(br,Mr){var hn=br[1],ea=Mr[1],co=hn|ea,gs=co<(Ue|$e|dr),Ks=ea==dr&&hn==Fe||ea==dr&&hn==cr&&br[7].length<=Mr[8]||ea==(dr|cr)&&Mr[7].length<=Mr[8]&&hn==Fe;if(!(gs||Ks))return br;ea&Ue&&(br[2]=Mr[2],co|=hn&Ue?0:Ve);var ul=Mr[3];if(ul){var cu=br[3];br[3]=cu?ta(cu,ul,Mr[4]):ul,br[4]=cu?If(br[3],re):Mr[4]}return ul=Mr[5],ul&&(cu=br[5],br[5]=cu?va(cu,ul,Mr[6]):ul,br[6]=cu?If(br[5],re):Mr[6]),ul=Mr[7],ul&&(br[7]=ul),ea&dr&&(br[8]=br[8]==null?Mr[8]:Vs(br[8],Mr[8])),br[9]==null&&(br[9]=Mr[9]),br[0]=Mr[0],br[1]=co,br}function pl(br){var Mr=[];if(br!=null)for(var hn in Zd(br))Mr.push(hn);return Mr}function Eu(br){return Zf.call(br)}function kl(br,Mr,hn){return Mr=ws(Mr===y?br.length-1:Mr,0),function(){for(var ea=arguments,co=-1,gs=ws(ea.length-Mr,0),Ks=vu(gs);++co<gs;)Ks[co]=ea[Mr+co];co=-1;for(var ul=vu(Mr+1);++co<Mr;)ul[co]=ea[co];return ul[Mr]=hn(Ks),zu(br,this,ul)}}function Cu(br,Mr){return Mr.length<2?br:Ss(br,tp(Mr,0,-1))}function Ru(br,Mr){for(var hn=br.length,ea=Vs(Mr.length,hn),co=qa(br);ea--;){var gs=Mr[ea];br[ea]=vr(gs,hn)?co[gs]:y}return br}function Ds(br,Mr){if(!(Mr==="constructor"&&typeof br[Mr]=="function")&&Mr!="__proto__")return br[Mr]}var xc=Jc(u0),Rc=bo||function(br,Mr){return qd.setTimeout(br,Mr)},lc=Jc(g0);function wc(br,Mr,hn){var ea=Mr+"";return lc(br,rr(ea,Wc(ds(ea),hn)))}function Jc(br){var Mr=0,hn=0;return function(){var ea=al(),co=pe-(ea-hn);if(hn=ea,co>0){if(++Mr>=ie)return arguments[0]}else Mr=0;return br.apply(y,arguments)}}function Xd(br,Mr){var hn=-1,ea=br.length,co=ea-1;for(Mr=Mr===y?ea:Mr;++hn<Mr;){var gs=$p(hn,co),Ks=br[gs];br[gs]=br[hn],br[hn]=Ks}return br.length=Mr,br}var Do=Ns(function(br){var Mr=[];return br.charCodeAt(0)===46&&Mr.push(""),br.replace(uc,function(hn,ea,co,gs){Mr.push(co?gs.replace(En,"$1"):ea||hn)}),Mr});function vl(br){if(typeof br=="string"||Mm(br))return br;var Mr=br+"";return Mr=="0"&&1/br==-ar?"-0":Mr}function gc(br){if(br!=null){try{return rm.call(br)}catch{}try{return br+""}catch{}}return""}function Wc(br,Mr){return Sd(yr,function(hn){var ea="_."+hn[0];Mr&hn[1]&&!Zh(br,ea)&&br.push(ea)}),br.sort()}function rd(br){if(br instanceof bu)return br.clone();var Mr=new ju(br.__wrapped__,br.__chain__);return Mr.__actions__=qa(br.__actions__),Mr.__index__=br.__index__,Mr.__values__=br.__values__,Mr}function lf(br,Mr,hn){(hn?Er(br,Mr,hn):Mr===y)?Mr=1:Mr=ws(Hd(Mr),0);var ea=br==null?0:br.length;if(!ea||Mr<1)return[];for(var co=0,gs=0,Ks=vu($o(ea/Mr));co<ea;)Ks[gs++]=tp(br,co,co+=Mr);return Ks}function Md(br){for(var Mr=-1,hn=br==null?0:br.length,ea=0,co=[];++Mr<hn;){var gs=br[Mr];gs&&(co[ea++]=gs)}return co}function Ud(){var br=arguments.length;if(!br)return[];for(var Mr=vu(br-1),hn=arguments[0],ea=br;ea--;)Mr[ea-1]=arguments[ea];return Jp($d(hn)?qa(hn):[hn],vi(Mr,1))}var zd=ud(function(br,Mr){return Dp(br)?Fa(br,vi(Mr,1,Dp,!0)):[]}),Gd=ud(function(br,Mr){var hn=jm(Mr);return Dp(hn)&&(hn=y),Dp(br)?Fa(br,vi(Mr,1,Dp,!0),Zs(hn,2)):[]}),Gc=ud(function(br,Mr){var hn=jm(Mr);return Dp(hn)&&(hn=y),Dp(br)?Fa(br,vi(Mr,1,Dp,!0),y,hn):[]});function od(br,Mr,hn){var ea=br==null?0:br.length;return ea?(Mr=hn||Mr===y?1:Hd(Mr),tp(br,Mr<0?0:Mr,ea)):[]}function Kf(br,Mr,hn){var ea=br==null?0:br.length;return ea?(Mr=hn||Mr===y?1:Hd(Mr),Mr=ea-Mr,tp(br,0,Mr<0?0:Mr)):[]}function Gh(br,Mr){return br&&br.length?d0(br,Zs(Mr,3),!0,!0):[]}function Yf(br,Mr){return br&&br.length?d0(br,Zs(Mr,3),!0):[]}function E0(br,Mr,hn,ea){var co=br==null?0:br.length;return co?(hn&&typeof hn!="number"&&Er(br,Mr,hn)&&(hn=0,ea=co),ro(br,Mr,hn,ea)):[]}function om(br,Mr,hn){var ea=br==null?0:br.length;if(!ea)return-1;var co=hn==null?0:Hd(hn);return co<0&&(co=ws(ea+co,0)),Qf(br,Zs(Mr,3),co)}function Dm(br,Mr,hn){var ea=br==null?0:br.length;if(!ea)return-1;var co=ea-1;return hn!==y&&(co=Hd(hn),co=hn<0?ws(ea+co,0):Vs(co,ea-1)),Qf(br,Zs(Mr,3),co,!0)}function bm(br){var Mr=br==null?0:br.length;return Mr?vi(br,1):[]}function hp(br){var Mr=br==null?0:br.length;return Mr?vi(br,ar):[]}function v0(br,Mr){var hn=br==null?0:br.length;return hn?(Mr=Mr===y?1:Hd(Mr),vi(br,Mr)):[]}function N0(br){for(var Mr=-1,hn=br==null?0:br.length,ea={};++Mr<hn;){var co=br[Mr];ea[co[0]]=co[1]}return ea}function r1(br){return br&&br.length?br[0]:y}function $1(br,Mr,hn){var ea=br==null?0:br.length;if(!ea)return-1;var co=hn==null?0:Hd(hn);return co<0&&(co=ws(ea+co,0)),hf(br,Mr,co)}function P1(br){var Mr=br==null?0:br.length;return Mr?tp(br,0,-1):[]}var L1=ud(function(br){var Mr=pf(br,Vn);return Mr.length&&Mr[0]===br[0]?pc(Mr):[]}),j1=ud(function(br){var Mr=jm(br),hn=pf(br,Vn);return Mr===jm(hn)?Mr=y:hn.pop(),hn.length&&hn[0]===br[0]?pc(hn,Zs(Mr,2)):[]}),F1=ud(function(br){var Mr=jm(br),hn=pf(br,Vn);return Mr=typeof Mr=="function"?Mr:y,Mr&&hn.pop(),hn.length&&hn[0]===br[0]?pc(hn,y,Mr):[]});function U1(br,Mr){return br==null?"":os.call(br,Mr)}function jm(br){var Mr=br==null?0:br.length;return Mr?br[Mr-1]:y}function H1(br,Mr,hn){var ea=br==null?0:br.length;if(!ea)return-1;var co=ea;return hn!==y&&(co=Hd(hn),co=co<0?ws(ea+co,0):Vs(co,ea-1)),Mr===Mr?l0(br,Mr,co):Qf(br,Bm,co,!0)}function V1(br,Mr){return br&&br.length?hc(br,Hd(Mr)):y}var q1=ud(n1);function n1(br,Mr){return br&&br.length&&Mr&&Mr.length?_f(br,Mr):br}function z1(br,Mr,hn){return br&&br.length&&Mr&&Mr.length?_f(br,Mr,Zs(hn,2)):br}function G1(br,Mr,hn){return br&&br.length&&Mr&&Mr.length?_f(br,Mr,y,hn):br}var W1=Dl(function(br,Mr){var hn=br==null?0:br.length,ea=Mh(br,Mr);return sf(br,pf(Mr,function(co){return vr(co,hn)?+co:co}).sort(fa)),ea});function K1(br,Mr){var hn=[];if(!(br&&br.length))return hn;var ea=-1,co=[],gs=br.length;for(Mr=Zs(Mr,3);++ea<gs;){var Ks=br[ea];Mr(Ks,ea,br)&&(hn.push(Ks),co.push(ea))}return sf(br,co),hn}function L0(br){return br==null?br:ms.call(br)}function Y1(br,Mr,hn){var ea=br==null?0:br.length;return ea?(hn&&typeof hn!="number"&&Er(br,Mr,hn)?(Mr=0,hn=ea):(Mr=Mr==null?0:Hd(Mr),hn=hn===y?ea:Hd(hn)),tp(br,Mr,hn)):[]}function X1(br,Mr){return Xm(br,Mr)}function Q1(br,Mr,hn){return Jm(br,Mr,Zs(hn,2))}function J1(br,Mr){var hn=br==null?0:br.length;if(hn){var ea=Xm(br,Mr);if(ea<hn&&Zm(br[ea],Mr))return ea}return-1}function Z1(br,Mr){return Xm(br,Mr,!0)}function tg(br,Mr,hn){return Jm(br,Mr,Zs(hn,2),!0)}function rg(br,Mr){var hn=br==null?0:br.length;if(hn){var ea=Xm(br,Mr,!0)-1;if(Zm(br[ea],Mr))return ea}return-1}function ng(br){return br&&br.length?vm(br):[]}function ig(br,Mr){return br&&br.length?vm(br,Zs(Mr,2)):[]}function ag(br){var Mr=br==null?0:br.length;return Mr?tp(br,1,Mr):[]}function og(br,Mr,hn){return br&&br.length?(Mr=hn||Mr===y?1:Hd(Mr),tp(br,0,Mr<0?0:Mr)):[]}function sg(br,Mr,hn){var ea=br==null?0:br.length;return ea?(Mr=hn||Mr===y?1:Hd(Mr),Mr=ea-Mr,tp(br,Mr<0?0:Mr,ea)):[]}function ug(br,Mr){return br&&br.length?d0(br,Zs(Mr,3),!1,!0):[]}function cg(br,Mr){return br&&br.length?d0(br,Zs(Mr,3)):[]}var dg=ud(function(br){return pp(vi(br,1,Dp,!0))}),fg=ud(function(br){var Mr=jm(br);return Dp(Mr)&&(Mr=y),pp(vi(br,1,Dp,!0),Zs(Mr,2))}),pg=ud(function(br){var Mr=jm(br);return Mr=typeof Mr=="function"?Mr:y,pp(vi(br,1,Dp,!0),y,Mr)});function hg(br){return br&&br.length?pp(br):[]}function mg(br,Mr){return br&&br.length?pp(br,Zs(Mr,2)):[]}function _g(br,Mr){return Mr=typeof Mr=="function"?Mr:y,br&&br.length?pp(br,y,Mr):[]}function j0(br){if(!(br&&br.length))return[];var Mr=0;return br=Vp(br,function(hn){if(Dp(hn))return Mr=ws(hn.length,Mr),!0}),yh(Mr,function(hn){return pf(br,Vm(hn))})}function i1(br,Mr){if(!(br&&br.length))return[];var hn=j0(br);return Mr==null?hn:pf(hn,function(ea){return zu(Mr,y,ea)})}var vg=ud(function(br,Mr){return Dp(br)?Fa(br,Mr):[]}),bg=ud(function(br){return hh(Vp(br,Dp))}),yg=ud(function(br){var Mr=jm(br);return Dp(Mr)&&(Mr=y),hh(Vp(br,Dp),Zs(Mr,2))}),Eg=ud(function(br){var Mr=jm(br);return Mr=typeof Mr=="function"?Mr:y,hh(Vp(br,Dp),y,Mr)}),Sg=ud(j0);function wg(br,Mr){return o0(br||[],Mr||[],uh)}function Tg(br,Mr){return o0(br||[],Mr||[],Af)}var xg=ud(function(br){var Mr=br.length,hn=Mr>1?br[Mr-1]:y;return hn=typeof hn=="function"?(br.pop(),hn):y,i1(br,hn)});function a1(br){var Mr=no(br);return Mr.__chain__=!0,Mr}function Cg(br,Mr){return Mr(br),br}function D0(br,Mr){return Mr(br)}var Ng=Dl(function(br){var Mr=br.length,hn=Mr?br[0]:0,ea=this.__wrapped__,co=function(gs){return Mh(gs,br)};return Mr>1||this.__actions__.length||!(ea instanceof bu)||!vr(hn)?this.thru(co):(ea=ea.slice(hn,+hn+(Mr?1:0)),ea.__actions__.push({func:D0,args:[co],thisArg:y}),new ju(ea,this.__chain__).thru(function(gs){return Mr&&!gs.length&&gs.push(y),gs}))});function Ag(){return a1(this)}function Dg(){return new ju(this.value(),this.__chain__)}function Mg(){this.__values__===y&&(this.__values__=y1(this.value()));var br=this.__index__>=this.__values__.length,Mr=br?y:this.__values__[this.__index__++];return{done:br,value:Mr}}function Rg(){return this}function Ig(br){for(var Mr,hn=this;hn instanceof Ic;){var ea=rd(hn);ea.__index__=0,ea.__values__=y,Mr?co.__wrapped__=ea:Mr=ea;var co=ea;hn=hn.__wrapped__}return co.__wrapped__=br,Mr}function Og(){var br=this.__wrapped__;if(br instanceof bu){var Mr=br;return this.__actions__.length&&(Mr=new bu(this)),Mr=Mr.reverse(),Mr.__actions__.push({func:D0,args:[L0],thisArg:y}),new ju(Mr,this.__chain__)}return this.thru(L0)}function kg(){return f0(this.__wrapped__,this.__actions__)}var Bg=Ia(function(br,Mr,hn){Bd.call(br,hn)?++br[hn]:Dh(br,hn,1)});function $g(br,Mr,hn){var ea=$d(br)?Ep:xo;return hn&&Er(br,Mr,hn)&&(Mr=y),ea(br,Zs(Mr,3))}function Pg(br,Mr){var hn=$d(br)?Vp:Ro;return hn(br,Zs(Mr,3))}var Lg=la(om),jg=la(Dm);function Fg(br,Mr){return vi(M0(br,Mr),1)}function Ug(br,Mr){return vi(M0(br,Mr),ar)}function Hg(br,Mr,hn){return hn=hn===y?1:Hd(hn),vi(M0(br,Mr),hn)}function o1(br,Mr){var hn=$d(br)?Sd:to;return hn(br,Zs(Mr,3))}function s1(br,Mr){var hn=$d(br)?nf:Io;return hn(br,Zs(Mr,3))}var Vg=Ia(function(br,Mr,hn){Bd.call(br,hn)?br[hn].push(Mr):Dh(br,hn,[Mr])});function qg(br,Mr,hn,ea){br=ym(br)?br:x0(br),hn=hn&&!ea?Hd(hn):0;var co=br.length;return hn<0&&(hn=ws(co+hn,0)),B0(br)?hn<=co&&br.indexOf(Mr,hn)>-1:!!co&&hf(br,Mr,hn)>-1}var zg=ud(function(br,Mr,hn){var ea=-1,co=typeof Mr=="function",gs=ym(br)?vu(br.length):[];return to(br,function(Ks){gs[++ea]=co?zu(Mr,Ks,hn):Vc(Ks,Mr,hn)}),gs}),Wg=Ia(function(br,Mr,hn){Dh(br,hn,Mr)});function M0(br,Mr){var hn=$d(br)?pf:Qc;return hn(br,Zs(Mr,3))}function Kg(br,Mr,hn,ea){return br==null?[]:($d(Mr)||(Mr=Mr==null?[]:[Mr]),hn=ea?y:hn,$d(hn)||(hn=hn==null?[]:[hn]),cl(br,Mr,hn))}var Yg=Ia(function(br,Mr,hn){br[hn?0:1].push(Mr)},function(){return[[],[]]});function Xg(br,Mr,hn){var ea=$d(br)?cm:Tm,co=arguments.length<3;return ea(br,Zs(Mr,4),hn,co,to)}function Qg(br,Mr,hn){var ea=$d(br)?km:Tm,co=arguments.length<3;return ea(br,Zs(Mr,4),hn,co,Io)}function Jg(br,Mr){var hn=$d(br)?Vp:Ro;return hn(br,O0(Zs(Mr,3)))}function Zg(br){var Mr=$d(br)?qh:Sf;return Mr(br)}function e_(br,Mr,hn){(hn?Er(br,Mr,hn):Mr===y)?Mr=1:Mr=Hd(Mr);var ea=$d(br)?zh:Mf;return ea(br,Mr)}function t_(br){var Mr=$d(br)?Ff:C0;return Mr(br)}function r_(br){if(br==null)return 0;if(ym(br))return B0(br)?hm(br):br.length;var Mr=bc(br);return Mr==Ir||Mr==Kr?br.size:yd(br).length}function n_(br,Mr,hn){var ea=$d(br)?em:c0;return hn&&Er(br,Mr,hn)&&(Mr=y),ea(br,Zs(Mr,3))}var i_=ud(function(br,Mr){if(br==null)return[];var hn=Mr.length;return hn>1&&Er(br,Mr[0],Mr[1])?Mr=[]:hn>2&&Er(Mr[0],Mr[1],Mr[2])&&(Mr=[Mr[0]]),cl(br,vi(Mr,1),[])}),R0=Go||function(){return qd.Date.now()};function a_(br,Mr){if(typeof Mr!="function")throw new xp(L);return br=Hd(br),function(){if(--br<1)return Mr.apply(this,arguments)}}function l1(br,Mr,hn){return Mr=hn?y:Mr,Mr=br&&Mr==null?br.length:Mr,Ms(br,dr,y,y,y,y,Mr)}function u1(br,Mr){var hn;if(typeof Mr!="function")throw new xp(L);return br=Hd(br),function(){return--br>0&&(hn=Mr.apply(this,arguments)),br<=1&&(Mr=y),hn}}var F0=ud(function(br,Mr,hn){var ea=Ue;if(hn.length){var co=If(hn,ol(F0));ea|=er}return Ms(br,ea,Mr,hn,co)}),c1=ud(function(br,Mr,hn){var ea=Ue|$e;if(hn.length){var co=If(hn,ol(c1));ea|=er}return Ms(Mr,ea,br,hn,co)});function d1(br,Mr,hn){Mr=hn?y:Mr;var ea=Ms(br,Fe,y,y,y,y,y,Mr);return ea.placeholder=d1.placeholder,ea}function f1(br,Mr,hn){Mr=hn?y:Mr;var ea=Ms(br,qe,y,y,y,y,y,Mr);return ea.placeholder=f1.placeholder,ea}function p1(br,Mr,hn){var ea,co,gs,Ks,ul,cu,Qu=0,Ju=!1,dc=!1,Pc=!0;if(typeof br!="function")throw new xp(L);Mr=Fm(Mr)||0,rp(hn)&&(Ju=!!hn.leading,dc="maxWait"in hn,gs=dc?ws(Fm(hn.maxWait)||0,Mr):gs,Pc="trailing"in hn?!!hn.trailing:Pc);function sd(Mp){var e0=ea,m0=co;return ea=co=y,Qu=Mp,Ks=br.apply(m0,e0),Ks}function Ad(Mp){return Qu=Mp,ul=Rc(tf,Mr),Ju?sd(Mp):Ks}function Vd(Mp){var e0=Mp-cu,m0=Mp-Qu,O1=Mr-e0;return dc?Vs(O1,gs-m0):O1}function Dd(Mp){var e0=Mp-cu,m0=Mp-Qu;return cu===y||e0>=Mr||e0<0||dc&&m0>=gs}function tf(){var Mp=R0();if(Dd(Mp))return uf(Mp);ul=Rc(tf,Vd(Mp))}function uf(Mp){return ul=y,Pc&&ea?sd(Mp):(ea=co=y,Ks)}function Rm(){ul!==y&&On(ul),Qu=0,ea=cu=co=ul=y}function sm(){return ul===y?Ks:uf(R0())}function Om(){var Mp=R0(),e0=Dd(Mp);if(ea=arguments,co=this,cu=Mp,e0){if(ul===y)return Ad(cu);if(dc)return On(ul),ul=Rc(tf,Mr),sd(cu)}return ul===y&&(ul=Rc(tf,Mr)),Ks}return Om.cancel=Rm,Om.flush=sm,Om}var o_=ud(function(br,Mr){return La(br,1,Mr)}),s_=ud(function(br,Mr,hn){return La(br,Fm(Mr)||0,hn)});function l_(br){return Ms(br,nr)}function I0(br,Mr){if(typeof br!="function"||Mr!=null&&typeof Mr!="function")throw new xp(L);var hn=function(){var ea=arguments,co=Mr?Mr.apply(this,ea):ea[0],gs=hn.cache;if(gs.has(co))return gs.get(co);var Ks=br.apply(this,ea);return hn.cache=gs.set(co,Ks)||gs,Ks};return hn.cache=new(I0.Cache||Td),hn}I0.Cache=Td;function O0(br){if(typeof br!="function")throw new xp(L);return function(){var Mr=arguments;switch(Mr.length){case 0:return!br.call(this);case 1:return!br.call(this,Mr[0]);case 2:return!br.call(this,Mr[0],Mr[1]);case 3:return!br.call(this,Mr[0],Mr[1],Mr[2])}return!br.apply(this,Mr)}}function u_(br){return u1(2,br)}var c_=di(function(br,Mr){Mr=Mr.length==1&&$d(Mr[0])?pf(Mr[0],mf(Zs())):pf(vi(Mr,1),mf(Zs()));var hn=Mr.length;return ud(function(ea){for(var co=-1,gs=Vs(ea.length,hn);++co<gs;)ea[co]=Mr[co].call(this,ea[co]);return zu(br,this,ea)})}),U0=ud(function(br,Mr){var hn=If(Mr,ol(U0));return Ms(br,er,y,Mr,hn)}),h1=ud(function(br,Mr){var hn=If(Mr,ol(h1));return Ms(br,ir,y,Mr,hn)}),d_=Dl(function(br,Mr){return Ms(br,cr,y,y,y,Mr)});function f_(br,Mr){if(typeof br!="function")throw new xp(L);return Mr=Mr===y?Mr:Hd(Mr),ud(br,Mr)}function p_(br,Mr){if(typeof br!="function")throw new xp(L);return Mr=Mr==null?0:ws(Hd(Mr),0),ud(function(hn){var ea=hn[Mr],co=Kn(hn,0,Mr);return ea&&Jp(co,ea),zu(br,this,co)})}function h_(br,Mr,hn){var ea=!0,co=!0;if(typeof br!="function")throw new xp(L);return rp(hn)&&(ea="leading"in hn?!!hn.leading:ea,co="trailing"in hn?!!hn.trailing:co),p1(br,Mr,{leading:ea,maxWait:Mr,trailing:co})}function m_(br){return l1(br,1)}function g_(br,Mr){return U0(Fi(Mr),br)}function __(){if(!arguments.length)return[];var br=arguments[0];return $d(br)?br:[br]}function v_(br){return Wf(br,de)}function b_(br,Mr){return Mr=typeof Mr=="function"?Mr:y,Wf(br,de,Mr)}function y_(br){return Wf(br,oe|de)}function E_(br,Mr){return Mr=typeof Mr=="function"?Mr:y,Wf(br,oe|de,Mr)}function S_(br,Mr){return Mr==null||Ka(br,Mr,mh(Mr))}function Zm(br,Mr){return br===Mr||br!==br&&Mr!==Mr}var w_=As(Qs),T_=As(function(br,Mr){return br>=Mr}),S0=Hc(function(){return arguments}())?Hc:function(br){return gp(br)&&Bd.call(br,"callee")&&!Vh.call(br,"callee")},$d=vu.isArray,x_=Ph?mf(Ph):Kc;function ym(br){return br!=null&&k0(br.length)&&!p0(br)}function Dp(br){return gp(br)&&ym(br)}function C_(br){return br===!0||br===!1||gp(br)&&Uo(br)==Sr}var b0=us||J0,N_=qf?mf(qf):qc;function A_(br){return gp(br)&&br.nodeType===1&&!A0(br)}function D_(br){if(br==null)return!0;if(ym(br)&&($d(br)||typeof br=="string"||typeof br.splice=="function"||b0(br)||T0(br)||S0(br)))return!br.length;var Mr=bc(br);if(Mr==Ir||Mr==Kr)return!br.size;if(Aa(br))return!yd(br).length;for(var hn in br)if(Bd.call(br,hn))return!1;return!0}function M_(br,Mr){return Uc(br,Mr)}function R_(br,Mr,hn){hn=typeof hn=="function"?hn:y;var ea=hn?hn(br,Mr):y;return ea===y?Uc(br,Mr,y,hn):!!ea}function H0(br){if(!gp(br))return!1;var Mr=Uo(br);return Mr==Gr||Mr==Fr||typeof br.message=="string"&&typeof br.name=="string"&&!A0(br)}function I_(br){return typeof br=="number"&&vo(br)}function p0(br){if(!rp(br))return!1;var Mr=Uo(br);return Mr==Vr||Mr==Dr||Mr==Tr||Mr==jr}function m1(br){return typeof br=="number"&&br==Hd(br)}function k0(br){return typeof br=="number"&&br>-1&&br%1==0&&br<=ur}function rp(br){var Mr=typeof br;return br!=null&&(Mr=="object"||Mr=="function")}function gp(br){return br!=null&&typeof br=="object"}var g1=Qp?mf(Qp):Du;function O_(br,Mr){return br===Mr||rc(br,Mr,yu(Mr))}function k_(br,Mr,hn){return hn=typeof hn=="function"?hn:y,rc(br,Mr,yu(Mr),hn)}function B_(br){return v1(br)&&br!=+br}function $_(br){if(Ui(br))throw new kc(k);return Au(br)}function P_(br){return br===null}function L_(br){return br==null}function v1(br){return typeof br=="number"||gp(br)&&Uo(br)==Br}function A0(br){if(!gp(br)||Uo(br)!=Lr)return!1;var Mr=Np(br);if(Mr===null)return!0;var hn=Bd.call(Mr,"constructor")&&Mr.constructor;return typeof hn=="function"&&hn instanceof hn&&rm.call(hn)==nm}var V0=xn?mf(xn):Ef;function j_(br){return m1(br)&&br>=-ur&&br<=ur}var b1=Mi?mf(Mi):Fd;function B0(br){return typeof br=="string"||!$d(br)&&gp(br)&&Uo(br)==kr}function Mm(br){return typeof br=="symbol"||gp(br)&&Uo(br)==Qr}var T0=Hi?mf(Hi):ef;function F_(br){return br===y}function U_(br){return gp(br)&&bc(br)==Vi}function H_(br){return gp(br)&&Uo(br)==To}var V_=As(Xc),q_=As(function(br,Mr){return br<=Mr});function y1(br){if(!br)return[];if(ym(br))return B0(br)?qp(br):qa(br);if(Ls&&br[Ls])return Gm(br[Ls]());var Mr=bc(br),hn=Mr==Ir?xm:Mr==Kr?Jf:x0;return hn(br)}function h0(br){if(!br)return br===0?br:0;if(br=Fm(br),br===ar||br===-ar){var Mr=br<0?-1:1;return Mr*kt}return br===br?br:0}function Hd(br){var Mr=h0(br),hn=Mr%1;return Mr===Mr?hn?Mr-hn:Mr:0}function E1(br){return br?Bp(Hd(br),0,tr):0}function Fm(br){if(typeof br=="number")return br;if(Mm(br))return he;if(rp(br)){var Mr=typeof br.valueOf=="function"?br.valueOf():br;br=rp(Mr)?Mr+"":Mr}if(typeof br!="string")return br===0?br:+br;br=fm(br);var hn=Ea.test(br);return hn||Qo.test(br)?yp(br.slice(2),hn?2:8):Ki.test(br)?he:+br}function S1(br){return Xa(br,Em(br))}function z_(br){return br?Bp(Hd(br),-ur,ur):br===0?br:0}function wf(br){return br==null?"":Rh(br)}var G_=io(function(br,Mr){if(Aa(Mr)||ym(Mr)){Xa(Mr,mh(Mr),br);return}for(var hn in Mr)Bd.call(Mr,hn)&&uh(br,hn,Mr[hn])}),w1=io(function(br,Mr){Xa(Mr,Em(Mr),br)}),$0=io(function(br,Mr,hn,ea){Xa(Mr,Em(Mr),br,ea)}),W_=io(function(br,Mr,hn,ea){Xa(Mr,mh(Mr),br,ea)}),K_=Dl(Mh);function Y_(br,Mr){var hn=$u(br);return Mr==null?hn:Cf(hn,Mr)}var X_=ud(function(br,Mr){br=Zd(br);var hn=-1,ea=Mr.length,co=ea>2?Mr[2]:y;for(co&&Er(Mr[0],Mr[1],co)&&(ea=1);++hn<ea;)for(var gs=Mr[hn],Ks=Em(gs),ul=-1,cu=Ks.length;++ul<cu;){var Qu=Ks[ul],Ju=br[Qu];(Ju===y||Zm(Ju,Cp[Qu])&&!Bd.call(br,Qu))&&(br[Qu]=gs[Qu])}return br}),Q_=ud(function(br){return br.push(y,Xs),zu(T1,y,br)});function J_(br,Mr){return r0(br,Zs(Mr,3),Na)}function Z_(br,Mr){return r0(br,Zs(Mr,3),Zo)}function ev(br,Mr){return br==null?br:Ln(br,Zs(Mr,3),Em)}function tv(br,Mr){return br==null?br:za(br,Zs(Mr,3),Em)}function rv(br,Mr){return br&&Na(br,Zs(Mr,3))}function nv(br,Mr){return br&&Zo(br,Zs(Mr,3))}function iv(br){return br==null?[]:Fo(br,mh(br))}function av(br){return br==null?[]:Fo(br,Em(br))}function q0(br,Mr,hn){var ea=br==null?y:Ss(br,Mr);return ea===y?hn:ea}function ov(br,Mr){return br!=null&&Hl(br,Mr,nl)}function z0(br,Mr){return br!=null&&Hl(br,Mr,yl)}var sv=Ma(function(br,Mr,hn){Mr!=null&&typeof Mr.toString!="function"&&(Mr=Zf.call(Mr)),br[Mr]=hn},W0(Sm)),lv=Ma(function(br,Mr,hn){Mr!=null&&typeof Mr.toString!="function"&&(Mr=Zf.call(Mr)),Bd.call(br,Mr)?br[Mr].push(hn):br[Mr]=[hn]},Zs),uv=ud(Vc);function mh(br){return ym(br)?cp(br):yd(br)}function Em(br){return ym(br)?cp(br,!0):Ac(br)}function cv(br,Mr){var hn={};return Mr=Zs(Mr,3),Na(br,function(ea,co,gs){Dh(hn,Mr(ea,co,gs),ea)}),hn}function dv(br,Mr){var hn={};return Mr=Zs(Mr,3),Na(br,function(ea,co,gs){Dh(hn,co,Mr(ea,co,gs))}),hn}var fv=io(function(br,Mr,hn){fu(br,Mr,hn)}),T1=io(function(br,Mr,hn,ea){fu(br,Mr,hn,ea)}),pv=Dl(function(br,Mr){var hn={};if(br==null)return hn;var ea=!1;Mr=pf(Mr,function(gs){return gs=In(gs,br),ea||(ea=gs.length>1),gs}),Xa(br,Fs(br),hn),ea&&(hn=Wf(hn,oe|ue|de,Ul));for(var co=Mr.length;co--;)_0(hn,Mr[co]);return hn});function hv(br,Mr){return x1(br,O0(Zs(Mr)))}var mv=Dl(function(br,Mr){return br==null?{}:$c(br,Mr)});function x1(br,Mr){if(br==null)return{};var hn=pf(Fs(br),function(ea){return[ea]});return Mr=Zs(Mr),Nc(br,hn,function(ea,co){return Mr(ea,co[0])})}function gv(br,Mr,hn){Mr=In(Mr,br);var ea=-1,co=Mr.length;for(co||(co=1,br=y);++ea<co;){var gs=br==null?y:br[vl(Mr[ea])];gs===y&&(ea=co,gs=hn),br=p0(gs)?gs.call(br):gs}return br}function _v(br,Mr,hn){return br==null?br:Af(br,Mr,hn)}function vv(br,Mr,hn,ea){return ea=typeof ea=="function"?ea:y,br==null?br:Af(br,Mr,hn,ea)}var C1=Xo(mh),N1=Xo(Em);function bv(br,Mr,hn){var ea=$d(br),co=ea||b0(br)||T0(br);if(Mr=Zs(Mr,4),hn==null){var gs=br&&br.constructor;co?hn=ea?new gs:[]:rp(br)?hn=p0(gs)?$u(Np(br)):{}:hn={}}return(co?Sd:Na)(br,function(Ks,ul,cu){return Mr(hn,Ks,ul,cu)}),hn}function yv(br,Mr){return br==null?!0:_0(br,Mr)}function Ev(br,Mr,hn){return br==null?br:y0(br,Mr,Fi(hn))}function Sv(br,Mr,hn,ea){return ea=typeof ea=="function"?ea:y,br==null?br:y0(br,Mr,Fi(hn),ea)}function x0(br){return br==null?[]:Zp(br,mh(br))}function wv(br){return br==null?[]:Zp(br,Em(br))}function Tv(br,Mr,hn){return hn===y&&(hn=Mr,Mr=y),hn!==y&&(hn=Fm(hn),hn=hn===hn?hn:0),Mr!==y&&(Mr=Fm(Mr),Mr=Mr===Mr?Mr:0),Bp(Fm(br),Mr,hn)}function xv(br,Mr,hn){return Mr=h0(Mr),hn===y?(hn=Mr,Mr=0):hn=h0(hn),br=Fm(br),Hu(br,Mr,hn)}function Cv(br,Mr,hn){if(hn&&typeof hn!="boolean"&&Er(br,Mr,hn)&&(Mr=hn=y),hn===y&&(typeof Mr=="boolean"?(hn=Mr,Mr=y):typeof br=="boolean"&&(hn=br,br=y)),br===y&&Mr===y?(br=0,Mr=1):(br=h0(br),Mr===y?(Mr=br,br=0):Mr=h0(Mr)),br>Mr){var ea=br;br=Mr,Mr=ea}if(hn||br%1||Mr%1){var co=Pl();return Vs(br+co*(Mr-br+lm("1e-"+((co+"").length-1))),Mr)}return $p(br,Mr)}var Nv=ra(function(br,Mr,hn){return Mr=Mr.toLowerCase(),br+(hn?A1(Mr):Mr)});function A1(br){return G0(wf(br).toLowerCase())}function D1(br){return br=wf(br),br&&br.replace(Vo,qm).replace(jp,"")}function Av(br,Mr,hn){br=wf(br),Mr=Rh(Mr);var ea=br.length;hn=hn===y?ea:Bp(Hd(hn),0,ea);var co=hn;return hn-=Mr.length,hn>=0&&br.slice(hn,co)==Mr}function Dv(br){return br=wf(br),br&&tl.test(br)?br.replace(_o,kp):br}function Mv(br){return br=wf(br),br&&il.test(br)?br.replace(rl,"\\$&"):br}var Rv=ra(function(br,Mr,hn){return br+(hn?"-":"")+Mr.toLowerCase()}),Iv=ra(function(br,Mr,hn){return br+(hn?" ":"")+Mr.toLowerCase()}),Ov=ka("toLowerCase");function kv(br,Mr,hn){br=wf(br),Mr=Hd(Mr);var ea=Mr?hm(br):0;if(!Mr||ea>=Mr)return br;var co=(Mr-ea)/2;return as(Jo(co),hn)+br+as($o(co),hn)}function Bv(br,Mr,hn){br=wf(br),Mr=Hd(Mr);var ea=Mr?hm(br):0;return Mr&&ea<Mr?br+as(Mr-ea,hn):br}function $v(br,Mr,hn){br=wf(br),Mr=Hd(Mr);var ea=Mr?hm(br):0;return Mr&&ea<Mr?as(Mr-ea,hn)+br:br}function Pv(br,Mr,hn){return hn||Mr==null?Mr=0:Mr&&(Mr=+Mr),Ys(wf(br).replace(bl,""),Mr||0)}function Lv(br,Mr,hn){return(hn?Er(br,Mr,hn):Mr===y)?Mr=1:Mr=Hd(Mr),Nf(wf(br),Mr)}function jv(){var br=arguments,Mr=wf(br[0]);return br.length<3?Mr:Mr.replace(br[1],br[2])}var Fv=ra(function(br,Mr,hn){return br+(hn?"_":"")+Mr.toLowerCase()});function Uv(br,Mr,hn){return hn&&typeof hn!="number"&&Er(br,Mr,hn)&&(Mr=hn=y),hn=hn===y?tr:hn>>>0,hn?(br=wf(br),br&&(typeof Mr=="string"||Mr!=null&&!V0(Mr))&&(Mr=Rh(Mr),!Mr&&Tp(br))?Kn(qp(br),0,hn):br.split(Mr,hn)):[]}var Hv=ra(function(br,Mr,hn){return br+(hn?" ":"")+G0(Mr)});function Vv(br,Mr,hn){return br=wf(br),hn=hn==null?0:Bp(Hd(hn),0,br.length),Mr=Rh(Mr),br.slice(hn,hn+Mr.length)==Mr}function qv(br,Mr,hn){var ea=no.templateSettings;hn&&Er(br,Mr,hn)&&(Mr=y),br=wf(br),Mr=$0({},Mr,ea,_l);var co=$0({},Mr.imports,ea.imports,_l),gs=mh(co),Ks=Zp(co,gs),ul,cu,Qu=0,Ju=Mr.interpolate||vs,dc="__p += '",Pc=gm((Mr.escape||vs).source+"|"+Ju.source+"|"+(Ju===Ts?An:vs).source+"|"+(Mr.evaluate||vs).source+"|$","g"),sd="//# sourceURL="+(Bd.call(Mr,"sourceURL")?(Mr.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Xh+"]")+`
`;br.replace(Pc,function(Dd,tf,uf,Rm,sm,Om){return uf||(uf=Rm),dc+=br.slice(Qu,Om).replace(kn,wh),tf&&(ul=!0,dc+=`' +
__e(`+tf+`) +
'`),sm&&(cu=!0,dc+=`';
`+sm+`;
__p += '`),uf&&(dc+=`' +
((__t = (`+uf+`)) == null ? '' : __t) +
'`),Qu=Om+Dd.length,Dd}),dc+=`';
`;var Ad=Bd.call(Mr,"variable")&&Mr.variable;if(!Ad)dc=`with (obj) {
`+dc+`
}
`;else if(ui.test(Ad))throw new kc(j);dc=(cu?dc.replace(fo,""):dc).replace(zn,"$1").replace(ki,"$1;"),dc="function("+(Ad||"obj")+`) {
`+(Ad?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(ul?", __e = _.escape":"")+(cu?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+dc+`return __p
}`;var Vd=R1(function(){return kd(gs,sd+"return "+dc).apply(y,Ks)});if(Vd.source=dc,H0(Vd))throw Vd;return Vd}function zv(br){return wf(br).toLowerCase()}function Gv(br){return wf(br).toUpperCase()}function Wv(br,Mr,hn){if(br=wf(br),br&&(hn||Mr===y))return fm(br);if(!br||!(Mr=Rh(Mr)))return br;var ea=qp(br),co=qp(Mr),gs=ip(ea,co),Ks=nh(ea,co)+1;return Kn(ea,gs,Ks).join("")}function Kv(br,Mr,hn){if(br=wf(br),br&&(hn||Mr===y))return br.slice(0,Km(br)+1);if(!br||!(Mr=Rh(Mr)))return br;var ea=qp(br),co=nh(ea,qp(Mr))+1;return Kn(ea,0,co).join("")}function Yv(br,Mr,hn){if(br=wf(br),br&&(hn||Mr===y))return br.replace(bl,"");if(!br||!(Mr=Rh(Mr)))return br;var ea=qp(br),co=ip(ea,qp(Mr));return Kn(ea,co).join("")}function Xv(br,Mr){var hn=lr,ea=Et;if(rp(Mr)){var co="separator"in Mr?Mr.separator:co;hn="length"in Mr?Hd(Mr.length):hn,ea="omission"in Mr?Rh(Mr.omission):ea}br=wf(br);var gs=br.length;if(Tp(br)){var Ks=qp(br);gs=Ks.length}if(hn>=gs)return br;var ul=hn-hm(ea);if(ul<1)return ea;var cu=Ks?Kn(Ks,0,ul).join(""):br.slice(0,ul);if(co===y)return cu+ea;if(Ks&&(ul+=cu.length-ul),V0(co)){if(br.slice(ul).search(co)){var Qu,Ju=cu;for(co.global||(co=gm(co.source,wf(Gi.exec(co))+"g")),co.lastIndex=0;Qu=co.exec(Ju);)var dc=Qu.index;cu=cu.slice(0,dc===y?ul:dc)}}else if(br.indexOf(Rh(co),ul)!=ul){var Pc=cu.lastIndexOf(co);Pc>-1&&(cu=cu.slice(0,Pc))}return cu+ea}function Qv(br){return br=wf(br),br&&eo.test(br)?br.replace(Ra,Ym):br}var Jv=ra(function(br,Mr,hn){return br+(hn?" ":"")+Mr.toUpperCase()}),G0=ka("toUpperCase");function M1(br,Mr,hn){return br=wf(br),Mr=hn?y:Mr,Mr===y?zm(br)?n0(br):s0(br):br.match(Mr)||[]}var R1=ud(function(br,Mr){try{return zu(br,y,Mr)}catch(hn){return H0(hn)?hn:new kc(hn)}}),Zv=Dl(function(br,Mr){return Sd(Mr,function(hn){hn=vl(hn),Dh(br,hn,F0(br[hn],br))}),br});function eb(br){var Mr=br==null?0:br.length,hn=Zs();return br=Mr?pf(br,function(ea){if(typeof ea[1]!="function")throw new xp(L);return[hn(ea[0]),ea[1]]}):[],ud(function(ea){for(var co=-1;++co<Mr;){var gs=br[co];if(zu(gs[0],this,ea))return zu(gs[1],this,ea)}})}function tb(br){return Wn(Wf(br,oe))}function W0(br){return function(){return br}}function rb(br,Mr){return br==null||br!==br?Mr:br}var nb=pa(),ib=pa(!0);function Sm(br){return br}function K0(br){return Rd(typeof br=="function"?br:Wf(br,oe))}function ab(br){return id(Wf(br,oe))}function ob(br,Mr){return ml(br,Wf(Mr,oe))}var sb=ud(function(br,Mr){return function(hn){return Vc(hn,br,Mr)}}),lb=ud(function(br,Mr){return function(hn){return Vc(br,hn,Mr)}});function Y0(br,Mr,hn){var ea=mh(Mr),co=Fo(Mr,ea);hn==null&&!(rp(Mr)&&(co.length||!ea.length))&&(hn=Mr,Mr=br,br=this,co=Fo(Mr,mh(Mr)));var gs=!(rp(hn)&&"chain"in hn)||!!hn.chain,Ks=p0(br);return Sd(co,function(ul){var cu=Mr[ul];br[ul]=cu,Ks&&(br.prototype[ul]=function(){var Qu=this.__chain__;if(gs||Qu){var Ju=br(this.__wrapped__),dc=Ju.__actions__=qa(this.__actions__);return dc.push({func:cu,args:arguments,thisArg:br}),Ju.__chain__=Qu,Ju}return cu.apply(br,Jp([this.value()],arguments))})}),br}function ub(){return qd._===this&&(qd._=jf),this}function X0(){}function cb(br){return br=Hd(br),ud(function(Mr){return hc(Mr,br)})}var db=So(pf),fb=So(Ep),pb=So(em);function I1(br){return Cr(br)?Vm(vl(br)):Hf(br)}function hb(br){return function(Mr){return br==null?y:Ss(br,Mr)}}var mb=ns(),gb=ns(!0);function Q0(){return[]}function J0(){return!1}function _b(){return{}}function vb(){return""}function bb(){return!0}function yb(br,Mr){if(br=Hd(br),br<1||br>ur)return[];var hn=tr,ea=Vs(br,tr);Mr=Zs(Mr),br-=tr;for(var co=yh(ea,Mr);++hn<br;)Mr(hn);return co}function Eb(br){return $d(br)?pf(br,vl):Mm(br)?[br]:qa(Do(wf(br)))}function Sb(br){var Mr=++a0;return wf(br)+Mr}var wb=Ha(function(br,Mr){return br+Mr},0),Tb=Ws("ceil"),xb=Ha(function(br,Mr){return br/Mr},1),Cb=Ws("floor");function Nb(br){return br&&br.length?Oo(br,Sm,Qs):y}function Ab(br,Mr){return br&&br.length?Oo(br,Zs(Mr,2),Qs):y}function Db(br){return Lh(br,Sm)}function Mb(br,Mr){return Lh(br,Zs(Mr,2))}function Rb(br){return br&&br.length?Oo(br,Sm,Xc):y}function Ib(br,Mr){return br&&br.length?Oo(br,Zs(Mr,2),Xc):y}var Ob=Ha(function(br,Mr){return br*Mr},1),kb=Ws("round"),Bb=Ha(function(br,Mr){return br-Mr},0);function $b(br){return br&&br.length?Fh(br,Sm):0}function Pb(br,Mr){return br&&br.length?Fh(br,Zs(Mr,2)):0}return no.after=a_,no.ary=l1,no.assign=G_,no.assignIn=w1,no.assignInWith=$0,no.assignWith=W_,no.at=K_,no.before=u1,no.bind=F0,no.bindAll=Zv,no.bindKey=c1,no.castArray=__,no.chain=a1,no.chunk=lf,no.compact=Md,no.concat=Ud,no.cond=eb,no.conforms=tb,no.constant=W0,no.countBy=Bg,no.create=Y_,no.curry=d1,no.curryRight=f1,no.debounce=p1,no.defaults=X_,no.defaultsDeep=Q_,no.defer=o_,no.delay=s_,no.difference=zd,no.differenceBy=Gd,no.differenceWith=Gc,no.drop=od,no.dropRight=Kf,no.dropRightWhile=Gh,no.dropWhile=Yf,no.fill=E0,no.filter=Pg,no.flatMap=Fg,no.flatMapDeep=Ug,no.flatMapDepth=Hg,no.flatten=bm,no.flattenDeep=hp,no.flattenDepth=v0,no.flip=l_,no.flow=nb,no.flowRight=ib,no.fromPairs=N0,no.functions=iv,no.functionsIn=av,no.groupBy=Vg,no.initial=P1,no.intersection=L1,no.intersectionBy=j1,no.intersectionWith=F1,no.invert=sv,no.invertBy=lv,no.invokeMap=zg,no.iteratee=K0,no.keyBy=Wg,no.keys=mh,no.keysIn=Em,no.map=M0,no.mapKeys=cv,no.mapValues=dv,no.matches=ab,no.matchesProperty=ob,no.memoize=I0,no.merge=fv,no.mergeWith=T1,no.method=sb,no.methodOf=lb,no.mixin=Y0,no.negate=O0,no.nthArg=cb,no.omit=pv,no.omitBy=hv,no.once=u_,no.orderBy=Kg,no.over=db,no.overArgs=c_,no.overEvery=fb,no.overSome=pb,no.partial=U0,no.partialRight=h1,no.partition=Yg,no.pick=mv,no.pickBy=x1,no.property=I1,no.propertyOf=hb,no.pull=q1,no.pullAll=n1,no.pullAllBy=z1,no.pullAllWith=G1,no.pullAt=W1,no.range=mb,no.rangeRight=gb,no.rearg=d_,no.reject=Jg,no.remove=K1,no.rest=f_,no.reverse=L0,no.sampleSize=e_,no.set=_v,no.setWith=vv,no.shuffle=t_,no.slice=Y1,no.sortBy=i_,no.sortedUniq=ng,no.sortedUniqBy=ig,no.split=Uv,no.spread=p_,no.tail=ag,no.take=og,no.takeRight=sg,no.takeRightWhile=ug,no.takeWhile=cg,no.tap=Cg,no.throttle=h_,no.thru=D0,no.toArray=y1,no.toPairs=C1,no.toPairsIn=N1,no.toPath=Eb,no.toPlainObject=S1,no.transform=bv,no.unary=m_,no.union=dg,no.unionBy=fg,no.unionWith=pg,no.uniq=hg,no.uniqBy=mg,no.uniqWith=_g,no.unset=yv,no.unzip=j0,no.unzipWith=i1,no.update=Ev,no.updateWith=Sv,no.values=x0,no.valuesIn=wv,no.without=vg,no.words=M1,no.wrap=g_,no.xor=bg,no.xorBy=yg,no.xorWith=Eg,no.zip=Sg,no.zipObject=wg,no.zipObjectDeep=Tg,no.zipWith=xg,no.entries=C1,no.entriesIn=N1,no.extend=w1,no.extendWith=$0,Y0(no,no),no.add=wb,no.attempt=R1,no.camelCase=Nv,no.capitalize=A1,no.ceil=Tb,no.clamp=Tv,no.clone=v_,no.cloneDeep=y_,no.cloneDeepWith=E_,no.cloneWith=b_,no.conformsTo=S_,no.deburr=D1,no.defaultTo=rb,no.divide=xb,no.endsWith=Av,no.eq=Zm,no.escape=Dv,no.escapeRegExp=Mv,no.every=$g,no.find=Lg,no.findIndex=om,no.findKey=J_,no.findLast=jg,no.findLastIndex=Dm,no.findLastKey=Z_,no.floor=Cb,no.forEach=o1,no.forEachRight=s1,no.forIn=ev,no.forInRight=tv,no.forOwn=rv,no.forOwnRight=nv,no.get=q0,no.gt=w_,no.gte=T_,no.has=ov,no.hasIn=z0,no.head=r1,no.identity=Sm,no.includes=qg,no.indexOf=$1,no.inRange=xv,no.invoke=uv,no.isArguments=S0,no.isArray=$d,no.isArrayBuffer=x_,no.isArrayLike=ym,no.isArrayLikeObject=Dp,no.isBoolean=C_,no.isBuffer=b0,no.isDate=N_,no.isElement=A_,no.isEmpty=D_,no.isEqual=M_,no.isEqualWith=R_,no.isError=H0,no.isFinite=I_,no.isFunction=p0,no.isInteger=m1,no.isLength=k0,no.isMap=g1,no.isMatch=O_,no.isMatchWith=k_,no.isNaN=B_,no.isNative=$_,no.isNil=L_,no.isNull=P_,no.isNumber=v1,no.isObject=rp,no.isObjectLike=gp,no.isPlainObject=A0,no.isRegExp=V0,no.isSafeInteger=j_,no.isSet=b1,no.isString=B0,no.isSymbol=Mm,no.isTypedArray=T0,no.isUndefined=F_,no.isWeakMap=U_,no.isWeakSet=H_,no.join=U1,no.kebabCase=Rv,no.last=jm,no.lastIndexOf=H1,no.lowerCase=Iv,no.lowerFirst=Ov,no.lt=V_,no.lte=q_,no.max=Nb,no.maxBy=Ab,no.mean=Db,no.meanBy=Mb,no.min=Rb,no.minBy=Ib,no.stubArray=Q0,no.stubFalse=J0,no.stubObject=_b,no.stubString=vb,no.stubTrue=bb,no.multiply=Ob,no.nth=V1,no.noConflict=ub,no.noop=X0,no.now=R0,no.pad=kv,no.padEnd=Bv,no.padStart=$v,no.parseInt=Pv,no.random=Cv,no.reduce=Xg,no.reduceRight=Qg,no.repeat=Lv,no.replace=jv,no.result=gv,no.round=kb,no.runInContext=dl,no.sample=Zg,no.size=r_,no.snakeCase=Fv,no.some=n_,no.sortedIndex=X1,no.sortedIndexBy=Q1,no.sortedIndexOf=J1,no.sortedLastIndex=Z1,no.sortedLastIndexBy=tg,no.sortedLastIndexOf=rg,no.startCase=Hv,no.startsWith=Vv,no.subtract=Bb,no.sum=$b,no.sumBy=Pb,no.template=qv,no.times=yb,no.toFinite=h0,no.toInteger=Hd,no.toLength=E1,no.toLower=zv,no.toNumber=Fm,no.toSafeInteger=z_,no.toString=wf,no.toUpper=Gv,no.trim=Wv,no.trimEnd=Kv,no.trimStart=Yv,no.truncate=Xv,no.unescape=Qv,no.uniqueId=Sb,no.upperCase=Jv,no.upperFirst=G0,no.each=o1,no.eachRight=s1,no.first=r1,Y0(no,function(){var br={};return Na(no,function(Mr,hn){Bd.call(no.prototype,hn)||(br[hn]=Mr)}),br}(),{chain:!1}),no.VERSION=n,Sd(["bind","bindKey","curry","curryRight","partial","partialRight"],function(br){no[br].placeholder=no}),Sd(["drop","take"],function(br,Mr){bu.prototype[br]=function(hn){hn=hn===y?1:ws(Hd(hn),0);var ea=this.__filtered__&&!Mr?new bu(this):this.clone();return ea.__filtered__?ea.__takeCount__=Vs(hn,ea.__takeCount__):ea.__views__.push({size:Vs(hn,tr),type:br+(ea.__dir__<0?"Right":"")}),ea},bu.prototype[br+"Right"]=function(hn){return this.reverse()[br](hn).reverse()}}),Sd(["filter","map","takeWhile"],function(br,Mr){var hn=Mr+1,ea=hn==Ce||hn==jt;bu.prototype[br]=function(co){var gs=this.clone();return gs.__iteratees__.push({iteratee:Zs(co,3),type:hn}),gs.__filtered__=gs.__filtered__||ea,gs}}),Sd(["head","last"],function(br,Mr){var hn="take"+(Mr?"Right":"");bu.prototype[br]=function(){return this[hn](1).value()[0]}}),Sd(["initial","tail"],function(br,Mr){var hn="drop"+(Mr?"":"Right");bu.prototype[br]=function(){return this.__filtered__?new bu(this):this[hn](1)}}),bu.prototype.compact=function(){return this.filter(Sm)},bu.prototype.find=function(br){return this.filter(br).head()},bu.prototype.findLast=function(br){return this.reverse().find(br)},bu.prototype.invokeMap=ud(function(br,Mr){return typeof br=="function"?new bu(this):this.map(function(hn){return Vc(hn,br,Mr)})}),bu.prototype.reject=function(br){return this.filter(O0(Zs(br)))},bu.prototype.slice=function(br,Mr){br=Hd(br);var hn=this;return hn.__filtered__&&(br>0||Mr<0)?new bu(hn):(br<0?hn=hn.takeRight(-br):br&&(hn=hn.drop(br)),Mr!==y&&(Mr=Hd(Mr),hn=Mr<0?hn.dropRight(-Mr):hn.take(Mr-br)),hn)},bu.prototype.takeRightWhile=function(br){return this.reverse().takeWhile(br).reverse()},bu.prototype.toArray=function(){return this.take(tr)},Na(bu.prototype,function(br,Mr){var hn=/^(?:filter|find|map|reject)|While$/.test(Mr),ea=/^(?:head|last)$/.test(Mr),co=no[ea?"take"+(Mr=="last"?"Right":""):Mr],gs=ea||/^find/.test(Mr);co&&(no.prototype[Mr]=function(){var Ks=this.__wrapped__,ul=ea?[1]:arguments,cu=Ks instanceof bu,Qu=ul[0],Ju=cu||$d(Ks),dc=function(tf){var uf=co.apply(no,Jp([tf],ul));return ea&&Pc?uf[0]:uf};Ju&&hn&&typeof Qu=="function"&&Qu.length!=1&&(cu=Ju=!1);var Pc=this.__chain__,sd=!!this.__actions__.length,Ad=gs&&!Pc,Vd=cu&&!sd;if(!gs&&Ju){Ks=Vd?Ks:new bu(this);var Dd=br.apply(Ks,ul);return Dd.__actions__.push({func:D0,args:[dc],thisArg:y}),new ju(Dd,Pc)}return Ad&&Vd?br.apply(this,ul):(Dd=this.thru(dc),Ad?ea?Dd.value()[0]:Dd.value():Dd)})}),Sd(["pop","push","shift","sort","splice","unshift"],function(br){var Mr=zp[br],hn=/^(?:push|sort|unshift)$/.test(br)?"tap":"thru",ea=/^(?:pop|shift)$/.test(br);no.prototype[br]=function(){var co=arguments;if(ea&&!this.__chain__){var gs=this.value();return Mr.apply($d(gs)?gs:[],co)}return this[hn](function(Ks){return Mr.apply($d(Ks)?Ks:[],co)})}}),Na(bu.prototype,function(br,Mr){var hn=no[Mr];if(hn){var ea=hn.name+"";Bd.call(Bu,ea)||(Bu[ea]=[]),Bu[ea].push({name:Mr,func:hn})}}),Bu[xa(y,$e).name]=[{name:"wrapper",func:y}],bu.prototype.clone=Ku,bu.prototype.reverse=du,bu.prototype.value=Kl,no.prototype.at=Ng,no.prototype.chain=Ag,no.prototype.commit=Dg,no.prototype.next=Mg,no.prototype.plant=Ig,no.prototype.reverse=Og,no.prototype.toJSON=no.prototype.valueOf=no.prototype.value=kg,no.prototype.first=no.prototype.head,Ls&&(no.prototype[Ls]=Rg),no},Th=Pm();Up?((Up.exports=Th)._=Th,Bh._=Th):qd._=Th}).call(commonjsGlobal)})(lodash,lodash.exports);var lodashExports=lodash.exports,lib$1={};lib$1.TextEncoder=typeof TextEncoder<"u"?TextEncoder:util$8.TextEncoder;lib$1.TextDecoder=typeof TextDecoder<"u"?TextDecoder:util$8.TextDecoder;var helpers={},mimeTypes$1={};const require$$0$2={"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$2;/*!
* mime-types
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/(function(e){var t=mimeDb,y=pathBrowserify.extname,n=/^\s*([^;\s]*)(?:;|\s|$)/,$=/^text\//i;e.charset=k,e.charsets={lookup:k},e.contentType=L,e.extension=j,e.extensions=Object.create(null),e.lookup=V,e.types=Object.create(null),z(e.extensions,e.types);function k(re){if(!re||typeof re!="string")return!1;var oe=n.exec(re),ue=oe&&t[oe[1].toLowerCase()];return ue&&ue.charset?ue.charset:oe&&$.test(oe[1])?"UTF-8":!1}function L(re){if(!re||typeof re!="string")return!1;var oe=re.indexOf("/")===-1?e.lookup(re):re;if(!oe)return!1;if(oe.indexOf("charset")===-1){var ue=e.charset(oe);ue&&(oe+="; charset="+ue.toLowerCase())}return oe}function j(re){if(!re||typeof re!="string")return!1;var oe=n.exec(re),ue=oe&&e.extensions[oe[1].toLowerCase()];return!ue||!ue.length?!1:ue[0]}function V(re){if(!re||typeof re!="string")return!1;var oe=y("x."+re).toLowerCase().substr(1);return oe&&e.types[oe]||!1}function z(re,oe){var ue=["nginx","apache",void 0,"iana"];Object.keys(t).forEach(function(_e){var Ne=t[_e],Ue=Ne.extensions;if(!(!Ue||!Ue.length)){re[_e]=Ue;for(var $e=0;$e<Ue.length;$e++){var Ve=Ue[$e];if(oe[Ve]){var Fe=ue.indexOf(t[oe[Ve]].source),qe=ue.indexOf(Ne.source);if(oe[Ve]!=="application/octet-stream"&&(Fe>qe||Fe===qe&&oe[Ve].substr(0,12)==="application/"))continue}oe[Ve]=_e}}})}})(mimeTypes$1);var lib={},define_process_default$8={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},isBrowser=typeof window<"u"&&typeof window.document<"u",isWebWorker=(typeof self>"u"?"undefined":_typeof(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",isNode=typeof define_process_default$8<"u"&&define_process_default$8.versions!=null&&define_process_default$8.versions.node!=null,isJsDom=function(){return typeof window<"u"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};lib.isBrowser=isBrowser;lib.isWebWorker=isWebWorker;lib.isNode=isNode;lib.isJsDom=isJsDom;var errors$5={};function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _possibleConstructorReturn(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e}function _inherits(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function _extendableBuiltin(e){function t(){e.apply(this,arguments)}return t.prototype=Object.create(e.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e,t}var ExtendableError=function(e){_inherits(t,e);function t(){var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";_classCallCheck(this,t);var n=_possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,y));return Object.defineProperty(n,"message",{configurable:!0,enumerable:!1,value:y,writable:!0}),Object.defineProperty(n,"name",{configurable:!0,enumerable:!1,value:n.constructor.name,writable:!0}),Error.hasOwnProperty("captureStackTrace")?(Error.captureStackTrace(n,n.constructor),_possibleConstructorReturn(n)):(Object.defineProperty(n,"stack",{configurable:!0,enumerable:!1,value:new Error(y).stack,writable:!0}),n)}return t}(_extendableBuiltin(Error));const es6=Object.freeze(Object.defineProperty({__proto__:null,default:ExtendableError},Symbol.toStringTag,{value:"Module"})),require$$0$1=getAugmentedNamespace(es6);Object.defineProperty(errors$5,"__esModule",{value:!0});errors$5.SecretKeyRequiredError=errors$5.S3Error=errors$5.InvalidXMLError=errors$5.InvalidPrefixError=errors$5.InvalidPortError=errors$5.InvalidObjectNameError=errors$5.InvalidEndpointError=errors$5.InvalidDateError=errors$5.InvalidBucketPolicyError=errors$5.InvalidBucketNameError=errors$5.InvalidArgumentError=errors$5.IncorrectSizeError=errors$5.ExpiresParamError=errors$5.AnonymousRequestError=errors$5.AccessKeyRequiredError=void 0;var _es6Error=_interopRequireDefault$7(require$$0$1);function _interopRequireDefault$7(e){return e&&e.__esModule?e:{default:e}}class AnonymousRequestError extends _es6Error.default{constructor(t){super(t)}}errors$5.AnonymousRequestError=AnonymousRequestError;class InvalidArgumentError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidArgumentError=InvalidArgumentError;class InvalidPortError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidPortError=InvalidPortError;class InvalidEndpointError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidEndpointError=InvalidEndpointError;class InvalidBucketNameError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidBucketNameError=InvalidBucketNameError;class InvalidObjectNameError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidObjectNameError=InvalidObjectNameError;class AccessKeyRequiredError extends _es6Error.default{constructor(t){super(t)}}errors$5.AccessKeyRequiredError=AccessKeyRequiredError;class SecretKeyRequiredError extends _es6Error.default{constructor(t){super(t)}}errors$5.SecretKeyRequiredError=SecretKeyRequiredError;class ExpiresParamError extends _es6Error.default{constructor(t){super(t)}}errors$5.ExpiresParamError=ExpiresParamError;class InvalidDateError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidDateError=InvalidDateError;class InvalidPrefixError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidPrefixError=InvalidPrefixError;class InvalidBucketPolicyError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidBucketPolicyError=InvalidBucketPolicyError;class IncorrectSizeError extends _es6Error.default{constructor(t){super(t)}}errors$5.IncorrectSizeError=IncorrectSizeError;class InvalidXMLError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidXMLError=InvalidXMLError;class S3Error extends _es6Error.default{constructor(t){super(t)}}errors$5.S3Error=S3Error;var cryptoBrowserify={},browser$a={exports:{}},define_process_default$7={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}},MAX_BYTES=65536,MAX_UINT32=4294967295;function oldBrowser$1(){throw new Error(`Secure random number generation is not supported by this browser.
Use Chrome, Firefox or Internet Explorer 11`)}var Buffer$E=safeBufferExports$1.Buffer,crypto$3=commonjsGlobal.crypto||commonjsGlobal.msCrypto;crypto$3&&crypto$3.getRandomValues?browser$a.exports=randomBytes$4:browser$a.exports=oldBrowser$1;function randomBytes$4(e,t){if(e>MAX_UINT32)throw new RangeError("requested too many random bytes");var y=Buffer$E.allocUnsafe(e);if(e>0)if(e>MAX_BYTES)for(var n=0;n<e;n+=MAX_BYTES)crypto$3.getRandomValues(y.slice(n,n+MAX_BYTES));else crypto$3.getRandomValues(y);return typeof t=="function"?define_process_default$7.nextTick(function(){t(null,y)}):y}var browserExports=browser$a.exports,Buffer$D=safeBufferExports$1.Buffer,Transform$8=streamBrowserify.Transform,inherits$s=inherits_browserExports;function throwIfNotStringOrBuffer(e,t){if(!Buffer$D.isBuffer(e)&&typeof e!="string")throw new TypeError(t+" must be a string or a buffer")}function HashBase$2(e){Transform$8.call(this),this._block=Buffer$D.allocUnsafe(e),this._blockSize=e,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}inherits$s(HashBase$2,Transform$8);HashBase$2.prototype._transform=function(e,t,y){var n=null;try{this.update(e,t)}catch($){n=$}y(n)};HashBase$2.prototype._flush=function(e){var t=null;try{this.push(this.digest())}catch(y){t=y}e(t)};HashBase$2.prototype.update=function(e,t){if(throwIfNotStringOrBuffer(e,"Data"),this._finalized)throw new Error("Digest already called");Buffer$D.isBuffer(e)||(e=Buffer$D.from(e,t));for(var y=this._block,n=0;this._blockOffset+e.length-n>=this._blockSize;){for(var $=this._blockOffset;$<this._blockSize;)y[$++]=e[n++];this._update(),this._blockOffset=0}for(;n<e.length;)y[this._blockOffset++]=e[n++];for(var k=0,L=e.length*8;L>0;++k)this._length[k]+=L,L=this._length[k]/4294967296|0,L>0&&(this._length[k]-=4294967296*L);return this};HashBase$2.prototype._update=function(){throw new Error("_update is not implemented")};HashBase$2.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();e!==void 0&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var y=0;y<4;++y)this._length[y]=0;return t};HashBase$2.prototype._digest=function(){throw new Error("_digest is not implemented")};var hashBase=HashBase$2,inherits$r=inherits_browserExports,HashBase$1=hashBase,Buffer$C=safeBufferExports$1.Buffer,ARRAY16$1=new Array(16);function MD5$3(){HashBase$1.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}inherits$r(MD5$3,HashBase$1);MD5$3.prototype._update=function(){for(var e=ARRAY16$1,t=0;t<16;++t)e[t]=this._block.readInt32LE(t*4);var y=this._a,n=this._b,$=this._c,k=this._d;y=fnF(y,n,$,k,e[0],3614090360,7),k=fnF(k,y,n,$,e[1],3905402710,12),$=fnF($,k,y,n,e[2],606105819,17),n=fnF(n,$,k,y,e[3],3250441966,22),y=fnF(y,n,$,k,e[4],4118548399,7),k=fnF(k,y,n,$,e[5],1200080426,12),$=fnF($,k,y,n,e[6],2821735955,17),n=fnF(n,$,k,y,e[7],4249261313,22),y=fnF(y,n,$,k,e[8],1770035416,7),k=fnF(k,y,n,$,e[9],2336552879,12),$=fnF($,k,y,n,e[10],4294925233,17),n=fnF(n,$,k,y,e[11],2304563134,22),y=fnF(y,n,$,k,e[12],1804603682,7),k=fnF(k,y,n,$,e[13],4254626195,12),$=fnF($,k,y,n,e[14],2792965006,17),n=fnF(n,$,k,y,e[15],1236535329,22),y=fnG(y,n,$,k,e[1],4129170786,5),k=fnG(k,y,n,$,e[6],3225465664,9),$=fnG($,k,y,n,e[11],643717713,14),n=fnG(n,$,k,y,e[0],3921069994,20),y=fnG(y,n,$,k,e[5],3593408605,5),k=fnG(k,y,n,$,e[10],38016083,9),$=fnG($,k,y,n,e[15],3634488961,14),n=fnG(n,$,k,y,e[4],3889429448,20),y=fnG(y,n,$,k,e[9],568446438,5),k=fnG(k,y,n,$,e[14],3275163606,9),$=fnG($,k,y,n,e[3],4107603335,14),n=fnG(n,$,k,y,e[8],1163531501,20),y=fnG(y,n,$,k,e[13],2850285829,5),k=fnG(k,y,n,$,e[2],4243563512,9),$=fnG($,k,y,n,e[7],1735328473,14),n=fnG(n,$,k,y,e[12],2368359562,20),y=fnH(y,n,$,k,e[5],4294588738,4),k=fnH(k,y,n,$,e[8],2272392833,11),$=fnH($,k,y,n,e[11],1839030562,16),n=fnH(n,$,k,y,e[14],4259657740,23),y=fnH(y,n,$,k,e[1],2763975236,4),k=fnH(k,y,n,$,e[4],1272893353,11),$=fnH($,k,y,n,e[7],4139469664,16),n=fnH(n,$,k,y,e[10],3200236656,23),y=fnH(y,n,$,k,e[13],681279174,4),k=fnH(k,y,n,$,e[0],3936430074,11),$=fnH($,k,y,n,e[3],3572445317,16),n=fnH(n,$,k,y,e[6],76029189,23),y=fnH(y,n,$,k,e[9],3654602809,4),k=fnH(k,y,n,$,e[12],3873151461,11),$=fnH($,k,y,n,e[15],530742520,16),n=fnH(n,$,k,y,e[2],3299628645,23),y=fnI(y,n,$,k,e[0],4096336452,6),k=fnI(k,y,n,$,e[7],1126891415,10),$=fnI($,k,y,n,e[14],2878612391,15),n=fnI(n,$,k,y,e[5],4237533241,21),y=fnI(y,n,$,k,e[12],1700485571,6),k=fnI(k,y,n,$,e[3],2399980690,10),$=fnI($,k,y,n,e[10],4293915773,15),n=fnI(n,$,k,y,e[1],2240044497,21),y=fnI(y,n,$,k,e[8],1873313359,6),k=fnI(k,y,n,$,e[15],4264355552,10),$=fnI($,k,y,n,e[6],2734768916,15),n=fnI(n,$,k,y,e[13],1309151649,21),y=fnI(y,n,$,k,e[4],4149444226,6),k=fnI(k,y,n,$,e[11],3174756917,10),$=fnI($,k,y,n,e[2],718787259,15),n=fnI(n,$,k,y,e[9],3951481745,21),this._a=this._a+y|0,this._b=this._b+n|0,this._c=this._c+$|0,this._d=this._d+k|0};MD5$3.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=Buffer$C.allocUnsafe(16);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e};function rotl$1(e,t){return e<<t|e>>>32-t}function fnF(e,t,y,n,$,k,L){return rotl$1(e+(t&y|~t&n)+$+k|0,L)+t|0}function fnG(e,t,y,n,$,k,L){return rotl$1(e+(t&n|y&~n)+$+k|0,L)+t|0}function fnH(e,t,y,n,$,k,L){return rotl$1(e+(t^y^n)+$+k|0,L)+t|0}function fnI(e,t,y,n,$,k,L){return rotl$1(e+(y^(t|~n))+$+k|0,L)+t|0}var md5_js=MD5$3,Buffer$B=buffer$1.Buffer,inherits$q=inherits_browserExports,HashBase=hashBase,ARRAY16=new Array(16),zl$1=[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],zr=[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],sl=[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],sr=[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],hl=[0,1518500249,1859775393,2400959708,2840853838],hr=[1352829926,1548603684,1836072691,2053994217,0];function RIPEMD160$4(){HashBase.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}inherits$q(RIPEMD160$4,HashBase);RIPEMD160$4.prototype._update=function(){for(var e=ARRAY16,t=0;t<16;++t)e[t]=this._block.readInt32LE(t*4);for(var y=this._a|0,n=this._b|0,$=this._c|0,k=this._d|0,L=this._e|0,j=this._a|0,V=this._b|0,z=this._c|0,re=this._d|0,oe=this._e|0,ue=0;ue<80;ue+=1){var de,_e;ue<16?(de=fn1(y,n,$,k,L,e[zl$1[ue]],hl[0],sl[ue]),_e=fn5(j,V,z,re,oe,e[zr[ue]],hr[0],sr[ue])):ue<32?(de=fn2(y,n,$,k,L,e[zl$1[ue]],hl[1],sl[ue]),_e=fn4(j,V,z,re,oe,e[zr[ue]],hr[1],sr[ue])):ue<48?(de=fn3(y,n,$,k,L,e[zl$1[ue]],hl[2],sl[ue]),_e=fn3(j,V,z,re,oe,e[zr[ue]],hr[2],sr[ue])):ue<64?(de=fn4(y,n,$,k,L,e[zl$1[ue]],hl[3],sl[ue]),_e=fn2(j,V,z,re,oe,e[zr[ue]],hr[3],sr[ue])):(de=fn5(y,n,$,k,L,e[zl$1[ue]],hl[4],sl[ue]),_e=fn1(j,V,z,re,oe,e[zr[ue]],hr[4],sr[ue])),y=L,L=k,k=rotl($,10),$=n,n=de,j=oe,oe=re,re=rotl(z,10),z=V,V=_e}var Ne=this._b+$+re|0;this._b=this._c+k+oe|0,this._c=this._d+L+j|0,this._d=this._e+y+V|0,this._e=this._a+n+z|0,this._a=Ne};RIPEMD160$4.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=Buffer$B.alloc?Buffer$B.alloc(20):new Buffer$B(20);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e.writeInt32LE(this._e,16),e};function rotl(e,t){return e<<t|e>>>32-t}function fn1(e,t,y,n,$,k,L,j){return rotl(e+(t^y^n)+k+L|0,j)+$|0}function fn2(e,t,y,n,$,k,L,j){return rotl(e+(t&y|~t&n)+k+L|0,j)+$|0}function fn3(e,t,y,n,$,k,L,j){return rotl(e+((t|~y)^n)+k+L|0,j)+$|0}function fn4(e,t,y,n,$,k,L,j){return rotl(e+(t&n|y&~n)+k+L|0,j)+$|0}function fn5(e,t,y,n,$,k,L,j){return rotl(e+(t^(y|~n))+k+L|0,j)+$|0}var ripemd160=RIPEMD160$4,sha_js={exports:{}},Buffer$A=safeBufferExports$1.Buffer;function Hash$7(e,t){this._block=Buffer$A.alloc(e),this._finalSize=t,this._blockSize=e,this._len=0}Hash$7.prototype.update=function(e,t){typeof e=="string"&&(t=t||"utf8",e=Buffer$A.from(e,t));for(var y=this._block,n=this._blockSize,$=e.length,k=this._len,L=0;L<$;){for(var j=k%n,V=Math.min($-L,n-j),z=0;z<V;z++)y[j+z]=e[L+z];k+=V,L+=V,k%n===0&&this._update(y)}return this._len+=$,this};Hash$7.prototype.digest=function(e){var t=this._len%this._blockSize;this._block[t]=128,this._block.fill(0,t+1),t>=this._finalSize&&(this._update(this._block),this._block.fill(0));var y=this._len*8;if(y<=4294967295)this._block.writeUInt32BE(y,this._blockSize-4);else{var n=(y&4294967295)>>>0,$=(y-n)/4294967296;this._block.writeUInt32BE($,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var k=this._hash();return e?k.toString(e):k};Hash$7.prototype._update=function(){throw new Error("_update must be implemented by subclass")};var hash$3=Hash$7,inherits$p=inherits_browserExports,Hash$6=hash$3,Buffer$z=safeBufferExports$1.Buffer,K$4=[1518500249,1859775393,-1894007588,-899497514],W$5=new Array(80);function Sha(){this.init(),this._w=W$5,Hash$6.call(this,64,56)}inherits$p(Sha,Hash$6);Sha.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function rotl5$1(e){return e<<5|e>>>27}function rotl30$1(e){return e<<30|e>>>2}function ft$1(e,t,y,n){return e===0?t&y|~t&n:e===2?t&y|t&n|y&n:t^y^n}Sha.prototype._update=function(e){for(var t=this._w,y=this._a|0,n=this._b|0,$=this._c|0,k=this._d|0,L=this._e|0,j=0;j<16;++j)t[j]=e.readInt32BE(j*4);for(;j<80;++j)t[j]=t[j-3]^t[j-8]^t[j-14]^t[j-16];for(var V=0;V<80;++V){var z=~~(V/20),re=rotl5$1(y)+ft$1(z,n,$,k)+L+t[V]+K$4[z]|0;L=k,k=$,$=rotl30$1(n),n=y,y=re}this._a=y+this._a|0,this._b=n+this._b|0,this._c=$+this._c|0,this._d=k+this._d|0,this._e=L+this._e|0};Sha.prototype._hash=function(){var e=Buffer$z.allocUnsafe(20);return e.writeInt32BE(this._a|0,0),e.writeInt32BE(this._b|0,4),e.writeInt32BE(this._c|0,8),e.writeInt32BE(this._d|0,12),e.writeInt32BE(this._e|0,16),e};var sha$4=Sha,inherits$o=inherits_browserExports,Hash$5=hash$3,Buffer$y=safeBufferExports$1.Buffer,K$3=[1518500249,1859775393,-1894007588,-899497514],W$4=new Array(80);function Sha1(){this.init(),this._w=W$4,Hash$5.call(this,64,56)}inherits$o(Sha1,Hash$5);Sha1.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function rotl1(e){return e<<1|e>>>31}function rotl5(e){return e<<5|e>>>27}function rotl30(e){return e<<30|e>>>2}function ft(e,t,y,n){return e===0?t&y|~t&n:e===2?t&y|t&n|y&n:t^y^n}Sha1.prototype._update=function(e){for(var t=this._w,y=this._a|0,n=this._b|0,$=this._c|0,k=this._d|0,L=this._e|0,j=0;j<16;++j)t[j]=e.readInt32BE(j*4);for(;j<80;++j)t[j]=rotl1(t[j-3]^t[j-8]^t[j-14]^t[j-16]);for(var V=0;V<80;++V){var z=~~(V/20),re=rotl5(y)+ft(z,n,$,k)+L+t[V]+K$3[z]|0;L=k,k=$,$=rotl30(n),n=y,y=re}this._a=y+this._a|0,this._b=n+this._b|0,this._c=$+this._c|0,this._d=k+this._d|0,this._e=L+this._e|0};Sha1.prototype._hash=function(){var e=Buffer$y.allocUnsafe(20);return e.writeInt32BE(this._a|0,0),e.writeInt32BE(this._b|0,4),e.writeInt32BE(this._c|0,8),e.writeInt32BE(this._d|0,12),e.writeInt32BE(this._e|0,16),e};var sha1=Sha1,inherits$n=inherits_browserExports,Hash$4=hash$3,Buffer$x=safeBufferExports$1.Buffer,K$2=[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],W$3=new Array(64);function Sha256$1(){this.init(),this._w=W$3,Hash$4.call(this,64,56)}inherits$n(Sha256$1,Hash$4);Sha256$1.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this};function ch(e,t,y){return y^e&(t^y)}function maj$1(e,t,y){return e&t|y&(e|t)}function sigma0$1(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function sigma1$1(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function gamma0(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}function gamma1(e){return(e>>>17|e<<15)^(e>>>19|e<<13)^e>>>10}Sha256$1.prototype._update=function(e){for(var t=this._w,y=this._a|0,n=this._b|0,$=this._c|0,k=this._d|0,L=this._e|0,j=this._f|0,V=this._g|0,z=this._h|0,re=0;re<16;++re)t[re]=e.readInt32BE(re*4);for(;re<64;++re)t[re]=gamma1(t[re-2])+t[re-7]+gamma0(t[re-15])+t[re-16]|0;for(var oe=0;oe<64;++oe){var ue=z+sigma1$1(L)+ch(L,j,V)+K$2[oe]+t[oe]|0,de=sigma0$1(y)+maj$1(y,n,$)|0;z=V,V=j,j=L,L=k+ue|0,k=$,$=n,n=y,y=ue+de|0}this._a=y+this._a|0,this._b=n+this._b|0,this._c=$+this._c|0,this._d=k+this._d|0,this._e=L+this._e|0,this._f=j+this._f|0,this._g=V+this._g|0,this._h=z+this._h|0};Sha256$1.prototype._hash=function(){var e=Buffer$x.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e};var sha256$1=Sha256$1,inherits$m=inherits_browserExports,Sha256=sha256$1,Hash$3=hash$3,Buffer$w=safeBufferExports$1.Buffer,W$2=new Array(64);function Sha224(){this.init(),this._w=W$2,Hash$3.call(this,64,56)}inherits$m(Sha224,Sha256);Sha224.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this};Sha224.prototype._hash=function(){var e=Buffer$w.allocUnsafe(28);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e};var sha224$1=Sha224,inherits$l=inherits_browserExports,Hash$2=hash$3,Buffer$v=safeBufferExports$1.Buffer,K$1=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],W$1=new Array(160);function Sha512(){this.init(),this._w=W$1,Hash$2.call(this,128,112)}inherits$l(Sha512,Hash$2);Sha512.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this};function Ch(e,t,y){return y^e&(t^y)}function maj(e,t,y){return e&t|y&(e|t)}function sigma0(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function sigma1(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function Gamma0(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function Gamma0l(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function Gamma1(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function Gamma1l(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function getCarry(e,t){return e>>>0<t>>>0?1:0}Sha512.prototype._update=function(e){for(var t=this._w,y=this._ah|0,n=this._bh|0,$=this._ch|0,k=this._dh|0,L=this._eh|0,j=this._fh|0,V=this._gh|0,z=this._hh|0,re=this._al|0,oe=this._bl|0,ue=this._cl|0,de=this._dl|0,_e=this._el|0,Ne=this._fl|0,Ue=this._gl|0,$e=this._hl|0,Ve=0;Ve<32;Ve+=2)t[Ve]=e.readInt32BE(Ve*4),t[Ve+1]=e.readInt32BE(Ve*4+4);for(;Ve<160;Ve+=2){var Fe=t[Ve-30],qe=t[Ve-15*2+1],er=Gamma0(Fe,qe),ir=Gamma0l(qe,Fe);Fe=t[Ve-2*2],qe=t[Ve-2*2+1];var dr=Gamma1(Fe,qe),cr=Gamma1l(qe,Fe),nr=t[Ve-7*2],lr=t[Ve-7*2+1],Et=t[Ve-16*2],ie=t[Ve-16*2+1],pe=ir+lr|0,Ce=er+nr+getCarry(pe,ir)|0;pe=pe+cr|0,Ce=Ce+dr+getCarry(pe,cr)|0,pe=pe+ie|0,Ce=Ce+Et+getCarry(pe,ie)|0,t[Ve]=Ce,t[Ve+1]=pe}for(var Ie=0;Ie<160;Ie+=2){Ce=t[Ie],pe=t[Ie+1];var jt=maj(y,n,$),ar=maj(re,oe,ue),ur=sigma0(y,re),kt=sigma0(re,y),he=sigma1(L,_e),tr=sigma1(_e,L),gr=K$1[Ie],_r=K$1[Ie+1],yr=Ch(L,j,V),xr=Ch(_e,Ne,Ue),Nr=$e+tr|0,Tr=z+he+getCarry(Nr,$e)|0;Nr=Nr+xr|0,Tr=Tr+yr+getCarry(Nr,xr)|0,Nr=Nr+_r|0,Tr=Tr+gr+getCarry(Nr,_r)|0,Nr=Nr+pe|0,Tr=Tr+Ce+getCarry(Nr,pe)|0;var Sr=kt+ar|0,Ar=ur+jt+getCarry(Sr,kt)|0;z=V,$e=Ue,V=j,Ue=Ne,j=L,Ne=_e,_e=de+Nr|0,L=k+Tr+getCarry(_e,de)|0,k=$,de=ue,$=n,ue=oe,n=y,oe=re,re=Nr+Sr|0,y=Tr+Ar+getCarry(re,Nr)|0}this._al=this._al+re|0,this._bl=this._bl+oe|0,this._cl=this._cl+ue|0,this._dl=this._dl+de|0,this._el=this._el+_e|0,this._fl=this._fl+Ne|0,this._gl=this._gl+Ue|0,this._hl=this._hl+$e|0,this._ah=this._ah+y+getCarry(this._al,re)|0,this._bh=this._bh+n+getCarry(this._bl,oe)|0,this._ch=this._ch+$+getCarry(this._cl,ue)|0,this._dh=this._dh+k+getCarry(this._dl,de)|0,this._eh=this._eh+L+getCarry(this._el,_e)|0,this._fh=this._fh+j+getCarry(this._fl,Ne)|0,this._gh=this._gh+V+getCarry(this._gl,Ue)|0,this._hh=this._hh+z+getCarry(this._hl,$e)|0};Sha512.prototype._hash=function(){var e=Buffer$v.allocUnsafe(64);function t(y,n,$){e.writeInt32BE(y,$),e.writeInt32BE(n,$+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e};var sha512$1=Sha512,inherits$k=inherits_browserExports,SHA512$2=sha512$1,Hash$1=hash$3,Buffer$u=safeBufferExports$1.Buffer,W=new Array(160);function Sha384(){this.init(),this._w=W,Hash$1.call(this,128,112)}inherits$k(Sha384,SHA512$2);Sha384.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this};Sha384.prototype._hash=function(){var e=Buffer$u.allocUnsafe(48);function t(y,n,$){e.writeInt32BE(y,$),e.writeInt32BE(n,$+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e};var sha384$1=Sha384,exports$1=sha_js.exports=function(t){t=t.toLowerCase();var y=exports$1[t];if(!y)throw new Error(t+" is not supported (we accept pull requests)");return new y};exports$1.sha=sha$4;exports$1.sha1=sha1;exports$1.sha224=sha224$1;exports$1.sha256=sha256$1;exports$1.sha384=sha384$1;exports$1.sha512=sha512$1;var sha_jsExports=sha_js.exports,Buffer$t=safeBufferExports$1.Buffer,Transform$7=streamBrowserify.Transform,StringDecoder=requireString_decoder$1().StringDecoder,inherits$j=inherits_browserExports;function CipherBase$1(e){Transform$7.call(this),this.hashMode=typeof e=="string",this.hashMode?this[e]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}inherits$j(CipherBase$1,Transform$7);CipherBase$1.prototype.update=function(e,t,y){typeof e=="string"&&(e=Buffer$t.from(e,t));var n=this._update(e);return this.hashMode?this:(y&&(n=this._toString(n,y)),n)};CipherBase$1.prototype.setAutoPadding=function(){};CipherBase$1.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")};CipherBase$1.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")};CipherBase$1.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")};CipherBase$1.prototype._transform=function(e,t,y){var n;try{this.hashMode?this._update(e):this.push(this._update(e))}catch($){n=$}finally{y(n)}};CipherBase$1.prototype._flush=function(e){var t;try{this.push(this.__final())}catch(y){t=y}e(t)};CipherBase$1.prototype._finalOrDigest=function(e){var t=this.__final()||Buffer$t.alloc(0);return e&&(t=this._toString(t,e,!0)),t};CipherBase$1.prototype._toString=function(e,t,y){if(this._decoder||(this._decoder=new StringDecoder(t),this._encoding=t),this._encoding!==t)throw new Error("can't switch encodings");var n=this._decoder.write(e);return y&&(n+=this._decoder.end()),n};var cipherBase=CipherBase$1,inherits$i=inherits_browserExports,MD5$2=md5_js,RIPEMD160$3=ripemd160,sha$3=sha_jsExports,Base$6=cipherBase;function Hash(e){Base$6.call(this,"digest"),this._hash=e}inherits$i(Hash,Base$6);Hash.prototype._update=function(e){this._hash.update(e)};Hash.prototype._final=function(){return this._hash.digest()};var browser$9=function(t){return t=t.toLowerCase(),t==="md5"?new MD5$2:t==="rmd160"||t==="ripemd160"?new RIPEMD160$3:new Hash(sha$3(t))},inherits$h=inherits_browserExports,Buffer$s=safeBufferExports$1.Buffer,Base$5=cipherBase,ZEROS$2=Buffer$s.alloc(128),blocksize=64;function Hmac$3(e,t){Base$5.call(this,"digest"),typeof t=="string"&&(t=Buffer$s.from(t)),this._alg=e,this._key=t,t.length>blocksize?t=e(t):t.length<blocksize&&(t=Buffer$s.concat([t,ZEROS$2],blocksize));for(var y=this._ipad=Buffer$s.allocUnsafe(blocksize),n=this._opad=Buffer$s.allocUnsafe(blocksize),$=0;$<blocksize;$++)y[$]=t[$]^54,n[$]=t[$]^92;this._hash=[y]}inherits$h(Hmac$3,Base$5);Hmac$3.prototype._update=function(e){this._hash.push(e)};Hmac$3.prototype._final=function(){var e=this._alg(Buffer$s.concat(this._hash));return this._alg(Buffer$s.concat([this._opad,e]))};var legacy=Hmac$3,MD5$1=md5_js,md5$2=function(e){return new MD5$1().update(e).digest()},inherits$g=inherits_browserExports,Legacy=legacy,Base$4=cipherBase,Buffer$r=safeBufferExports$1.Buffer,md5$1=md5$2,RIPEMD160$2=ripemd160,sha$2=sha_jsExports,ZEROS$1=Buffer$r.alloc(128);function Hmac$2(e,t){Base$4.call(this,"digest"),typeof t=="string"&&(t=Buffer$r.from(t));var y=e==="sha512"||e==="sha384"?128:64;if(this._alg=e,this._key=t,t.length>y){var n=e==="rmd160"?new RIPEMD160$2:sha$2(e);t=n.update(t).digest()}else t.length<y&&(t=Buffer$r.concat([t,ZEROS$1],y));for(var $=this._ipad=Buffer$r.allocUnsafe(y),k=this._opad=Buffer$r.allocUnsafe(y),L=0;L<y;L++)$[L]=t[L]^54,k[L]=t[L]^92;this._hash=e==="rmd160"?new RIPEMD160$2:sha$2(e),this._hash.update($)}inherits$g(Hmac$2,Base$4);Hmac$2.prototype._update=function(e){this._hash.update(e)};Hmac$2.prototype._final=function(){var e=this._hash.digest(),t=this._alg==="rmd160"?new RIPEMD160$2:sha$2(this._alg);return t.update(this._opad).update(e).digest()};var browser$8=function(t,y){return t=t.toLowerCase(),t==="rmd160"||t==="ripemd160"?new Hmac$2("rmd160",y):t==="md5"?new Legacy(md5$1,y):new Hmac$2(t,y)};const sha224WithRSAEncryption={sign:"rsa",hash:"sha224",id:"302d300d06096086480165030402040500041c"},sha256WithRSAEncryption={sign:"rsa",hash:"sha256",id:"3031300d060960864801650304020105000420"},sha384WithRSAEncryption={sign:"rsa",hash:"sha384",id:"3041300d060960864801650304020205000430"},sha512WithRSAEncryption={sign:"rsa",hash:"sha512",id:"3051300d060960864801650304020305000440"},sha256={sign:"ecdsa",hash:"sha256",id:""},sha224={sign:"ecdsa",hash:"sha224",id:""},sha384={sign:"ecdsa",hash:"sha384",id:""},sha512={sign:"ecdsa",hash:"sha512",id:""},DSA={sign:"dsa",hash:"sha1",id:""},ripemd160WithRSA={sign:"rsa",hash:"rmd160",id:"3021300906052b2403020105000414"},md5WithRSAEncryption={sign:"rsa",hash:"md5",id:"3020300c06082a864886f70d020505000410"},require$$6={sha224WithRSAEncryption,"RSA-SHA224":{sign:"ecdsa/rsa",hash:"sha224",id:"302d300d06096086480165030402040500041c"},sha256WithRSAEncryption,"RSA-SHA256":{sign:"ecdsa/rsa",hash:"sha256",id:"3031300d060960864801650304020105000420"},sha384WithRSAEncryption,"RSA-SHA384":{sign:"ecdsa/rsa",hash:"sha384",id:"3041300d060960864801650304020205000430"},sha512WithRSAEncryption,"RSA-SHA512":{sign:"ecdsa/rsa",hash:"sha512",id:"3051300d060960864801650304020305000440"},"RSA-SHA1":{sign:"rsa",hash:"sha1",id:"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{sign:"ecdsa",hash:"sha1",id:""},sha256,sha224,sha384,sha512,"DSA-SHA":{sign:"dsa",hash:"sha1",id:""},"DSA-SHA1":{sign:"dsa",hash:"sha1",id:""},DSA,"DSA-WITH-SHA224":{sign:"dsa",hash:"sha224",id:""},"DSA-SHA224":{sign:"dsa",hash:"sha224",id:""},"DSA-WITH-SHA256":{sign:"dsa",hash:"sha256",id:""},"DSA-SHA256":{sign:"dsa",hash:"sha256",id:""},"DSA-WITH-SHA384":{sign:"dsa",hash:"sha384",id:""},"DSA-SHA384":{sign:"dsa",hash:"sha384",id:""},"DSA-WITH-SHA512":{sign:"dsa",hash:"sha512",id:""},"DSA-SHA512":{sign:"dsa",hash:"sha512",id:""},"DSA-RIPEMD160":{sign:"dsa",hash:"rmd160",id:""},ripemd160WithRSA,"RSA-RIPEMD160":{sign:"rsa",hash:"rmd160",id:"3021300906052b2403020105000414"},md5WithRSAEncryption,"RSA-MD5":{sign:"rsa",hash:"md5",id:"3020300c06082a864886f70d020505000410"}};var algos$1=require$$6,browser$7={},MAX_ALLOC=Math.pow(2,30)-1,precondition=function(e,t){if(typeof e!="number")throw new TypeError("Iterations not a number");if(e<0)throw new TypeError("Bad iterations");if(typeof t!="number")throw new TypeError("Key length not a number");if(t<0||t>MAX_ALLOC||t!==t)throw new TypeError("Bad key length")},define_process_default$6={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}},defaultEncoding$2;if(commonjsGlobal.process&&commonjsGlobal.process.browser)defaultEncoding$2="utf-8";else if(commonjsGlobal.process&&commonjsGlobal.process.version){var pVersionMajor=parseInt(define_process_default$6.version.split(".")[0].slice(1),10);defaultEncoding$2=pVersionMajor>=6?"utf-8":"binary"}else defaultEncoding$2="utf-8";var defaultEncoding_1=defaultEncoding$2,Buffer$q=safeBufferExports$1.Buffer,toBuffer$2=function(e,t,y){if(Buffer$q.isBuffer(e))return e;if(typeof e=="string")return Buffer$q.from(e,t);if(ArrayBuffer.isView(e))return Buffer$q.from(e.buffer);throw new TypeError(y+" must be a string, a Buffer, a typed array or a DataView")},md5=md5$2,RIPEMD160$1=ripemd160,sha$1=sha_jsExports,Buffer$p=safeBufferExports$1.Buffer,checkParameters$1=precondition,defaultEncoding$1=defaultEncoding_1,toBuffer$1=toBuffer$2,ZEROS=Buffer$p.alloc(128),sizes={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function Hmac$1(e,t,y){var n=getDigest(e),$=e==="sha512"||e==="sha384"?128:64;t.length>$?t=n(t):t.length<$&&(t=Buffer$p.concat([t,ZEROS],$));for(var k=Buffer$p.allocUnsafe($+sizes[e]),L=Buffer$p.allocUnsafe($+sizes[e]),j=0;j<$;j++)k[j]=t[j]^54,L[j]=t[j]^92;var V=Buffer$p.allocUnsafe($+y+4);k.copy(V,0,0,$),this.ipad1=V,this.ipad2=k,this.opad=L,this.alg=e,this.blocksize=$,this.hash=n,this.size=sizes[e]}Hmac$1.prototype.run=function(e,t){e.copy(t,this.blocksize);var y=this.hash(t);return y.copy(this.opad,this.blocksize),this.hash(this.opad)};function getDigest(e){function t(n){return sha$1(e).update(n).digest()}function y(n){return new RIPEMD160$1().update(n).digest()}return e==="rmd160"||e==="ripemd160"?y:e==="md5"?md5:t}function pbkdf2(e,t,y,n,$){checkParameters$1(y,n),e=toBuffer$1(e,defaultEncoding$1,"Password"),t=toBuffer$1(t,defaultEncoding$1,"Salt"),$=$||"sha1";var k=new Hmac$1($,e,t.length),L=Buffer$p.allocUnsafe(n),j=Buffer$p.allocUnsafe(t.length+4);t.copy(j,0,0,t.length);for(var V=0,z=sizes[$],re=Math.ceil(n/z),oe=1;oe<=re;oe++){j.writeUInt32BE(oe,t.length);for(var ue=k.run(j,k.ipad1),de=ue,_e=1;_e<y;_e++){de=k.run(de,k.ipad2);for(var Ne=0;Ne<z;Ne++)ue[Ne]^=de[Ne]}ue.copy(L,V),V+=z}return L}var syncBrowser=pbkdf2,Buffer$o=safeBufferExports$1.Buffer,checkParameters=precondition,defaultEncoding=defaultEncoding_1,sync=syncBrowser,toBuffer=toBuffer$2,ZERO_BUF,subtle=commonjsGlobal.crypto&&commonjsGlobal.crypto.subtle,toBrowser={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},checks=[];function checkNative(e){if(commonjsGlobal.process&&!commonjsGlobal.process.browser||!subtle||!subtle.importKey||!subtle.deriveBits)return Promise.resolve(!1);if(checks[e]!==void 0)return checks[e];ZERO_BUF=ZERO_BUF||Buffer$o.alloc(8);var t=browserPbkdf2(ZERO_BUF,ZERO_BUF,10,128,e).then(function(){return!0}).catch(function(){return!1});return checks[e]=t,t}var nextTick$1;function getNextTick(){return nextTick$1||(commonjsGlobal.process&&commonjsGlobal.process.nextTick?nextTick$1=commonjsGlobal.process.nextTick:commonjsGlobal.queueMicrotask?nextTick$1=commonjsGlobal.queueMicrotask:commonjsGlobal.setImmediate?nextTick$1=commonjsGlobal.setImmediate:nextTick$1=commonjsGlobal.setTimeout,nextTick$1)}function browserPbkdf2(e,t,y,n,$){return subtle.importKey("raw",e,{name:"PBKDF2"},!1,["deriveBits"]).then(function(k){return subtle.deriveBits({name:"PBKDF2",salt:t,iterations:y,hash:{name:$}},k,n<<3)}).then(function(k){return Buffer$o.from(k)})}function resolvePromise(e,t){e.then(function(y){getNextTick()(function(){t(null,y)})},function(y){getNextTick()(function(){t(y)})})}var async=function(e,t,y,n,$,k){typeof $=="function"&&(k=$,$=void 0),$=$||"sha1";var L=toBrowser[$.toLowerCase()];if(!L||typeof commonjsGlobal.Promise!="function"){getNextTick()(function(){var j;try{j=sync(e,t,y,n,$)}catch(V){return k(V)}k(null,j)});return}if(checkParameters(y,n),e=toBuffer(e,defaultEncoding,"Password"),t=toBuffer(t,defaultEncoding,"Salt"),typeof k!="function")throw new Error("No callback provided to pbkdf2");resolvePromise(checkNative(L).then(function(j){return j?browserPbkdf2(e,t,y,n,L):sync(e,t,y,n,$)}),k)};browser$7.pbkdf2=async;browser$7.pbkdf2Sync=syncBrowser;var browser$6={},des$2={},utils$q={};utils$q.readUInt32BE=function(t,y){var n=t[0+y]<<24|t[1+y]<<16|t[2+y]<<8|t[3+y];return n>>>0};utils$q.writeUInt32BE=function(t,y,n){t[0+n]=y>>>24,t[1+n]=y>>>16&255,t[2+n]=y>>>8&255,t[3+n]=y&255};utils$q.ip=function(t,y,n,$){for(var k=0,L=0,j=6;j>=0;j-=2){for(var V=0;V<=24;V+=8)k<<=1,k|=y>>>V+j&1;for(var V=0;V<=24;V+=8)k<<=1,k|=t>>>V+j&1}for(var j=6;j>=0;j-=2){for(var V=1;V<=25;V+=8)L<<=1,L|=y>>>V+j&1;for(var V=1;V<=25;V+=8)L<<=1,L|=t>>>V+j&1}n[$+0]=k>>>0,n[$+1]=L>>>0};utils$q.rip=function(t,y,n,$){for(var k=0,L=0,j=0;j<4;j++)for(var V=24;V>=0;V-=8)k<<=1,k|=y>>>V+j&1,k<<=1,k|=t>>>V+j&1;for(var j=4;j<8;j++)for(var V=24;V>=0;V-=8)L<<=1,L|=y>>>V+j&1,L<<=1,L|=t>>>V+j&1;n[$+0]=k>>>0,n[$+1]=L>>>0};utils$q.pc1=function(t,y,n,$){for(var k=0,L=0,j=7;j>=5;j--){for(var V=0;V<=24;V+=8)k<<=1,k|=y>>V+j&1;for(var V=0;V<=24;V+=8)k<<=1,k|=t>>V+j&1}for(var V=0;V<=24;V+=8)k<<=1,k|=y>>V+j&1;for(var j=1;j<=3;j++){for(var V=0;V<=24;V+=8)L<<=1,L|=y>>V+j&1;for(var V=0;V<=24;V+=8)L<<=1,L|=t>>V+j&1}for(var V=0;V<=24;V+=8)L<<=1,L|=t>>V+j&1;n[$+0]=k>>>0,n[$+1]=L>>>0};utils$q.r28shl=function(t,y){return t<<y&268435455|t>>>28-y};var pc2table=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];utils$q.pc2=function(t,y,n,$){for(var k=0,L=0,j=pc2table.length>>>1,V=0;V<j;V++)k<<=1,k|=t>>>pc2table[V]&1;for(var V=j;V<pc2table.length;V++)L<<=1,L|=y>>>pc2table[V]&1;n[$+0]=k>>>0,n[$+1]=L>>>0};utils$q.expand=function(t,y,n){var $=0,k=0;$=(t&1)<<5|t>>>27;for(var L=23;L>=15;L-=4)$<<=6,$|=t>>>L&63;for(var L=11;L>=3;L-=4)k|=t>>>L&63,k<<=6;k|=(t&31)<<1|t>>>31,y[n+0]=$>>>0,y[n+1]=k>>>0};var sTable=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];utils$q.substitute=function(t,y){for(var n=0,$=0;$<4;$++){var k=t>>>18-$*6&63,L=sTable[$*64+k];n<<=4,n|=L}for(var $=0;$<4;$++){var k=y>>>18-$*6&63,L=sTable[4*64+$*64+k];n<<=4,n|=L}return n>>>0};var permuteTable=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];utils$q.permute=function(t){for(var y=0,n=0;n<permuteTable.length;n++)y<<=1,y|=t>>>permuteTable[n]&1;return y>>>0};utils$q.padSplit=function(t,y,n){for(var $=t.toString(2);$.length<y;)$="0"+$;for(var k=[],L=0;L<y;L+=n)k.push($.slice(L,L+n));return k.join(" ")};var minimalisticAssert=assert$j;function assert$j(e,t){if(!e)throw new Error(t||"Assertion failed")}assert$j.equal=function(t,y,n){if(t!=y)throw new Error(n||"Assertion failed: "+t+" != "+y)};var assert$i=minimalisticAssert;function Cipher$3(e){this.options=e,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0,this.padding=e.padding!==!1}var cipher=Cipher$3;Cipher$3.prototype._init=function(){};Cipher$3.prototype.update=function(t){return t.length===0?[]:this.type==="decrypt"?this._updateDecrypt(t):this._updateEncrypt(t)};Cipher$3.prototype._buffer=function(t,y){for(var n=Math.min(this.buffer.length-this.bufferOff,t.length-y),$=0;$<n;$++)this.buffer[this.bufferOff+$]=t[y+$];return this.bufferOff+=n,n};Cipher$3.prototype._flushBuffer=function(t,y){return this._update(this.buffer,0,t,y),this.bufferOff=0,this.blockSize};Cipher$3.prototype._updateEncrypt=function(t){var y=0,n=0,$=(this.bufferOff+t.length)/this.blockSize|0,k=new Array($*this.blockSize);this.bufferOff!==0&&(y+=this._buffer(t,y),this.bufferOff===this.buffer.length&&(n+=this._flushBuffer(k,n)));for(var L=t.length-(t.length-y)%this.blockSize;y<L;y+=this.blockSize)this._update(t,y,k,n),n+=this.blockSize;for(;y<t.length;y++,this.bufferOff++)this.buffer[this.bufferOff]=t[y];return k};Cipher$3.prototype._updateDecrypt=function(t){for(var y=0,n=0,$=Math.ceil((this.bufferOff+t.length)/this.blockSize)-1,k=new Array($*this.blockSize);$>0;$--)y+=this._buffer(t,y),n+=this._flushBuffer(k,n);return y+=this._buffer(t,y),k};Cipher$3.prototype.final=function(t){var y;t&&(y=this.update(t));var n;return this.type==="encrypt"?n=this._finalEncrypt():n=this._finalDecrypt(),y?y.concat(n):n};Cipher$3.prototype._pad=function(t,y){if(y===0)return!1;for(;y<t.length;)t[y++]=0;return!0};Cipher$3.prototype._finalEncrypt=function(){if(!this._pad(this.buffer,this.bufferOff))return[];var t=new Array(this.blockSize);return this._update(this.buffer,0,t,0),t};Cipher$3.prototype._unpad=function(t){return t};Cipher$3.prototype._finalDecrypt=function(){assert$i.equal(this.bufferOff,this.blockSize,"Not enough data to decrypt");var t=new Array(this.blockSize);return this._flushBuffer(t,0),this._unpad(t)};var assert$h=minimalisticAssert,inherits$f=inherits_browserExports,utils$p=utils$q,Cipher$2=cipher;function DESState(){this.tmp=new Array(2),this.keys=null}function DES$3(e){Cipher$2.call(this,e);var t=new DESState;this._desState=t,this.deriveKeys(t,e.key)}inherits$f(DES$3,Cipher$2);var des$1=DES$3;DES$3.create=function(t){return new DES$3(t)};var shiftTable=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];DES$3.prototype.deriveKeys=function(t,y){t.keys=new Array(16*2),assert$h.equal(y.length,this.blockSize,"Invalid key length");var n=utils$p.readUInt32BE(y,0),$=utils$p.readUInt32BE(y,4);utils$p.pc1(n,$,t.tmp,0),n=t.tmp[0],$=t.tmp[1];for(var k=0;k<t.keys.length;k+=2){var L=shiftTable[k>>>1];n=utils$p.r28shl(n,L),$=utils$p.r28shl($,L),utils$p.pc2(n,$,t.keys,k)}};DES$3.prototype._update=function(t,y,n,$){var k=this._desState,L=utils$p.readUInt32BE(t,y),j=utils$p.readUInt32BE(t,y+4);utils$p.ip(L,j,k.tmp,0),L=k.tmp[0],j=k.tmp[1],this.type==="encrypt"?this._encrypt(k,L,j,k.tmp,0):this._decrypt(k,L,j,k.tmp,0),L=k.tmp[0],j=k.tmp[1],utils$p.writeUInt32BE(n,L,$),utils$p.writeUInt32BE(n,j,$+4)};DES$3.prototype._pad=function(t,y){if(this.padding===!1)return!1;for(var n=t.length-y,$=y;$<t.length;$++)t[$]=n;return!0};DES$3.prototype._unpad=function(t){if(this.padding===!1)return t;for(var y=t[t.length-1],n=t.length-y;n<t.length;n++)assert$h.equal(t[n],y);return t.slice(0,t.length-y)};DES$3.prototype._encrypt=function(t,y,n,$,k){for(var L=y,j=n,V=0;V<t.keys.length;V+=2){var z=t.keys[V],re=t.keys[V+1];utils$p.expand(j,t.tmp,0),z^=t.tmp[0],re^=t.tmp[1];var oe=utils$p.substitute(z,re),ue=utils$p.permute(oe),de=j;j=(L^ue)>>>0,L=de}utils$p.rip(j,L,$,k)};DES$3.prototype._decrypt=function(t,y,n,$,k){for(var L=n,j=y,V=t.keys.length-2;V>=0;V-=2){var z=t.keys[V],re=t.keys[V+1];utils$p.expand(L,t.tmp,0),z^=t.tmp[0],re^=t.tmp[1];var oe=utils$p.substitute(z,re),ue=utils$p.permute(oe),de=L;L=(j^ue)>>>0,j=de}utils$p.rip(L,j,$,k)};var cbc$1={},assert$g=minimalisticAssert,inherits$e=inherits_browserExports,proto={};function CBCState(e){assert$g.equal(e.length,8,"Invalid IV length"),this.iv=new Array(8);for(var t=0;t<this.iv.length;t++)this.iv[t]=e[t]}function instantiate(e){function t(k){e.call(this,k),this._cbcInit()}inherits$e(t,e);for(var y=Object.keys(proto),n=0;n<y.length;n++){var $=y[n];t.prototype[$]=proto[$]}return t.create=function(L){return new t(L)},t}cbc$1.instantiate=instantiate;proto._cbcInit=function(){var t=new CBCState(this.options.iv);this._cbcState=t};proto._update=function(t,y,n,$){var k=this._cbcState,L=this.constructor.super_.prototype,j=k.iv;if(this.type==="encrypt"){for(var V=0;V<this.blockSize;V++)j[V]^=t[y+V];L._update.call(this,j,0,n,$);for(var V=0;V<this.blockSize;V++)j[V]=n[$+V]}else{L._update.call(this,t,y,n,$);for(var V=0;V<this.blockSize;V++)n[$+V]^=j[V];for(var V=0;V<this.blockSize;V++)j[V]=t[y+V]}};var assert$f=minimalisticAssert,inherits$d=inherits_browserExports,Cipher$1=cipher,DES$2=des$1;function EDEState(e,t){assert$f.equal(t.length,24,"Invalid key length");var y=t.slice(0,8),n=t.slice(8,16),$=t.slice(16,24);e==="encrypt"?this.ciphers=[DES$2.create({type:"encrypt",key:y}),DES$2.create({type:"decrypt",key:n}),DES$2.create({type:"encrypt",key:$})]:this.ciphers=[DES$2.create({type:"decrypt",key:$}),DES$2.create({type:"encrypt",key:n}),DES$2.create({type:"decrypt",key:y})]}function EDE(e){Cipher$1.call(this,e);var t=new EDEState(this.type,this.options.key);this._edeState=t}inherits$d(EDE,Cipher$1);var ede=EDE;EDE.create=function(t){return new EDE(t)};EDE.prototype._update=function(t,y,n,$){var k=this._edeState;k.ciphers[0]._update(t,y,n,$),k.ciphers[1]._update(n,$,n,$),k.ciphers[2]._update(n,$,n,$)};EDE.prototype._pad=DES$2.prototype._pad;EDE.prototype._unpad=DES$2.prototype._unpad;des$2.utils=utils$q;des$2.Cipher=cipher;des$2.DES=des$1;des$2.CBC=cbc$1;des$2.EDE=ede;var CipherBase=cipherBase,des=des$2,inherits$c=inherits_browserExports,Buffer$n=safeBufferExports$1.Buffer,modes$3={"des-ede3-cbc":des.CBC.instantiate(des.EDE),"des-ede3":des.EDE,"des-ede-cbc":des.CBC.instantiate(des.EDE),"des-ede":des.EDE,"des-cbc":des.CBC.instantiate(des.DES),"des-ecb":des.DES};modes$3.des=modes$3["des-cbc"];modes$3.des3=modes$3["des-ede3-cbc"];var browserifyDes=DES$1;inherits$c(DES$1,CipherBase);function DES$1(e){CipherBase.call(this);var t=e.mode.toLowerCase(),y=modes$3[t],n;e.decrypt?n="decrypt":n="encrypt";var $=e.key;Buffer$n.isBuffer($)||($=Buffer$n.from($)),(t==="des-ede"||t==="des-ede-cbc")&&($=Buffer$n.concat([$,$.slice(0,8)]));var k=e.iv;Buffer$n.isBuffer(k)||(k=Buffer$n.from(k)),this._des=y.create({key:$,iv:k,type:n})}DES$1.prototype._update=function(e){return Buffer$n.from(this._des.update(e))};DES$1.prototype._final=function(){return Buffer$n.from(this._des.final())};var browser$5={},encrypter={},ecb={};ecb.encrypt=function(e,t){return e._cipher.encryptBlock(t)};ecb.decrypt=function(e,t){return e._cipher.decryptBlock(t)};var cbc={},bufferXor=function(t,y){for(var n=Math.min(t.length,y.length),$=new Buffer$F(n),k=0;k<n;++k)$[k]=t[k]^y[k];return $},xor$7=bufferXor;cbc.encrypt=function(e,t){var y=xor$7(t,e._prev);return e._prev=e._cipher.encryptBlock(y),e._prev};cbc.decrypt=function(e,t){var y=e._prev;e._prev=t;var n=e._cipher.decryptBlock(t);return xor$7(n,y)};var cfb={},Buffer$m=safeBufferExports$1.Buffer,xor$6=bufferXor;function encryptStart(e,t,y){var n=t.length,$=xor$6(t,e._cache);return e._cache=e._cache.slice(n),e._prev=Buffer$m.concat([e._prev,y?t:$]),$}cfb.encrypt=function(e,t,y){for(var n=Buffer$m.allocUnsafe(0),$;t.length;)if(e._cache.length===0&&(e._cache=e._cipher.encryptBlock(e._prev),e._prev=Buffer$m.allocUnsafe(0)),e._cache.length<=t.length)$=e._cache.length,n=Buffer$m.concat([n,encryptStart(e,t.slice(0,$),y)]),t=t.slice($);else{n=Buffer$m.concat([n,encryptStart(e,t,y)]);break}return n};var cfb8={},Buffer$l=safeBufferExports$1.Buffer;function encryptByte$1(e,t,y){var n=e._cipher.encryptBlock(e._prev),$=n[0]^t;return e._prev=Buffer$l.concat([e._prev.slice(1),Buffer$l.from([y?t:$])]),$}cfb8.encrypt=function(e,t,y){for(var n=t.length,$=Buffer$l.allocUnsafe(n),k=-1;++k<n;)$[k]=encryptByte$1(e,t[k],y);return $};var cfb1={},Buffer$k=safeBufferExports$1.Buffer;function encryptByte(e,t,y){for(var n,$=-1,k=8,L=0,j,V;++$<k;)n=e._cipher.encryptBlock(e._prev),j=t&1<<7-$?128:0,V=n[0]^j,L+=(V&128)>>$%8,e._prev=shiftIn(e._prev,y?j:V);return L}function shiftIn(e,t){var y=e.length,n=-1,$=Buffer$k.allocUnsafe(e.length);for(e=Buffer$k.concat([e,Buffer$k.from([t])]);++n<y;)$[n]=e[n]<<1|e[n+1]>>7;return $}cfb1.encrypt=function(e,t,y){for(var n=t.length,$=Buffer$k.allocUnsafe(n),k=-1;++k<n;)$[k]=encryptByte(e,t[k],y);return $};var ofb={},xor$5=bufferXor;function getBlock$1(e){return e._prev=e._cipher.encryptBlock(e._prev),e._prev}ofb.encrypt=function(e,t){for(;e._cache.length<t.length;)e._cache=Buffer$F.concat([e._cache,getBlock$1(e)]);var y=e._cache.slice(0,t.length);return e._cache=e._cache.slice(t.length),xor$5(t,y)};var ctr={};function incr32$2(e){for(var t=e.length,y;t--;)if(y=e.readUInt8(t),y===255)e.writeUInt8(0,t);else{y++,e.writeUInt8(y,t);break}}var incr32_1=incr32$2,xor$4=bufferXor,Buffer$j=safeBufferExports$1.Buffer,incr32$1=incr32_1;function getBlock(e){var t=e._cipher.encryptBlockRaw(e._prev);return incr32$1(e._prev),t}var blockSize=16;ctr.encrypt=function(e,t){var y=Math.ceil(t.length/blockSize),n=e._cache.length;e._cache=Buffer$j.concat([e._cache,Buffer$j.allocUnsafe(y*blockSize)]);for(var $=0;$<y;$++){var k=getBlock(e),L=n+$*blockSize;e._cache.writeUInt32BE(k[0],L+0),e._cache.writeUInt32BE(k[1],L+4),e._cache.writeUInt32BE(k[2],L+8),e._cache.writeUInt32BE(k[3],L+12)}var j=e._cache.slice(0,t.length);return e._cache=e._cache.slice(t.length),xor$4(t,j)};const aes128={cipher:"AES",key:128,iv:16,mode:"CBC",type:"block"},aes192={cipher:"AES",key:192,iv:16,mode:"CBC",type:"block"},aes256={cipher:"AES",key:256,iv:16,mode:"CBC",type:"block"},require$$2={"aes-128-ecb":{cipher:"AES",key:128,iv:0,mode:"ECB",type:"block"},"aes-192-ecb":{cipher:"AES",key:192,iv:0,mode:"ECB",type:"block"},"aes-256-ecb":{cipher:"AES",key:256,iv:0,mode:"ECB",type:"block"},"aes-128-cbc":{cipher:"AES",key:128,iv:16,mode:"CBC",type:"block"},"aes-192-cbc":{cipher:"AES",key:192,iv:16,mode:"CBC",type:"block"},"aes-256-cbc":{cipher:"AES",key:256,iv:16,mode:"CBC",type:"block"},aes128,aes192,aes256,"aes-128-cfb":{cipher:"AES",key:128,iv:16,mode:"CFB",type:"stream"},"aes-192-cfb":{cipher:"AES",key:192,iv:16,mode:"CFB",type:"stream"},"aes-256-cfb":{cipher:"AES",key:256,iv:16,mode:"CFB",type:"stream"},"aes-128-cfb8":{cipher:"AES",key:128,iv:16,mode:"CFB8",type:"stream"},"aes-192-cfb8":{cipher:"AES",key:192,iv:16,mode:"CFB8",type:"stream"},"aes-256-cfb8":{cipher:"AES",key:256,iv:16,mode:"CFB8",type:"stream"},"aes-128-cfb1":{cipher:"AES",key:128,iv:16,mode:"CFB1",type:"stream"},"aes-192-cfb1":{cipher:"AES",key:192,iv:16,mode:"CFB1",type:"stream"},"aes-256-cfb1":{cipher:"AES",key:256,iv:16,mode:"CFB1",type:"stream"},"aes-128-ofb":{cipher:"AES",key:128,iv:16,mode:"OFB",type:"stream"},"aes-192-ofb":{cipher:"AES",key:192,iv:16,mode:"OFB",type:"stream"},"aes-256-ofb":{cipher:"AES",key:256,iv:16,mode:"OFB",type:"stream"},"aes-128-ctr":{cipher:"AES",key:128,iv:16,mode:"CTR",type:"stream"},"aes-192-ctr":{cipher:"AES",key:192,iv:16,mode:"CTR",type:"stream"},"aes-256-ctr":{cipher:"AES",key:256,iv:16,mode:"CTR",type:"stream"},"aes-128-gcm":{cipher:"AES",key:128,iv:12,mode:"GCM",type:"auth"},"aes-192-gcm":{cipher:"AES",key:192,iv:12,mode:"GCM",type:"auth"},"aes-256-gcm":{cipher:"AES",key:256,iv:12,mode:"GCM",type:"auth"}};var modeModules={ECB:ecb,CBC:cbc,CFB:cfb,CFB8:cfb8,CFB1:cfb1,OFB:ofb,CTR:ctr,GCM:ctr},modes$2=require$$2;for(var key$2 in modes$2)modes$2[key$2].module=modeModules[modes$2[key$2].mode];var modes_1=modes$2,aes$6={},Buffer$i=safeBufferExports$1.Buffer;function asUInt32Array(e){Buffer$i.isBuffer(e)||(e=Buffer$i.from(e));for(var t=e.length/4|0,y=new Array(t),n=0;n<t;n++)y[n]=e.readUInt32BE(n*4);return y}function scrubVec(e){for(var t=0;t<e.length;e++)e[t]=0}function cryptBlock(e,t,y,n,$){for(var k=y[0],L=y[1],j=y[2],V=y[3],z=e[0]^t[0],re=e[1]^t[1],oe=e[2]^t[2],ue=e[3]^t[3],de,_e,Ne,Ue,$e=4,Ve=1;Ve<$;Ve++)de=k[z>>>24]^L[re>>>16&255]^j[oe>>>8&255]^V[ue&255]^t[$e++],_e=k[re>>>24]^L[oe>>>16&255]^j[ue>>>8&255]^V[z&255]^t[$e++],Ne=k[oe>>>24]^L[ue>>>16&255]^j[z>>>8&255]^V[re&255]^t[$e++],Ue=k[ue>>>24]^L[z>>>16&255]^j[re>>>8&255]^V[oe&255]^t[$e++],z=de,re=_e,oe=Ne,ue=Ue;return de=(n[z>>>24]<<24|n[re>>>16&255]<<16|n[oe>>>8&255]<<8|n[ue&255])^t[$e++],_e=(n[re>>>24]<<24|n[oe>>>16&255]<<16|n[ue>>>8&255]<<8|n[z&255])^t[$e++],Ne=(n[oe>>>24]<<24|n[ue>>>16&255]<<16|n[z>>>8&255]<<8|n[re&255])^t[$e++],Ue=(n[ue>>>24]<<24|n[z>>>16&255]<<16|n[re>>>8&255]<<8|n[oe&255])^t[$e++],de=de>>>0,_e=_e>>>0,Ne=Ne>>>0,Ue=Ue>>>0,[de,_e,Ne,Ue]}var RCON=[0,1,2,4,8,16,32,64,128,27,54],G=function(){for(var e=new Array(256),t=0;t<256;t++)t<128?e[t]=t<<1:e[t]=t<<1^283;for(var y=[],n=[],$=[[],[],[],[]],k=[[],[],[],[]],L=0,j=0,V=0;V<256;++V){var z=j^j<<1^j<<2^j<<3^j<<4;z=z>>>8^z&255^99,y[L]=z,n[z]=L;var re=e[L],oe=e[re],ue=e[oe],de=e[z]*257^z*16843008;$[0][L]=de<<24|de>>>8,$[1][L]=de<<16|de>>>16,$[2][L]=de<<8|de>>>24,$[3][L]=de,de=ue*16843009^oe*65537^re*257^L*16843008,k[0][z]=de<<24|de>>>8,k[1][z]=de<<16|de>>>16,k[2][z]=de<<8|de>>>24,k[3][z]=de,L===0?L=j=1:(L=re^e[e[e[ue^re]]],j^=e[e[j]])}return{SBOX:y,INV_SBOX:n,SUB_MIX:$,INV_SUB_MIX:k}}();function AES(e){this._key=asUInt32Array(e),this._reset()}AES.blockSize=4*4;AES.keySize=256/8;AES.prototype.blockSize=AES.blockSize;AES.prototype.keySize=AES.keySize;AES.prototype._reset=function(){for(var e=this._key,t=e.length,y=t+6,n=(y+1)*4,$=[],k=0;k<t;k++)$[k]=e[k];for(k=t;k<n;k++){var L=$[k-1];k%t===0?(L=L<<8|L>>>24,L=G.SBOX[L>>>24]<<24|G.SBOX[L>>>16&255]<<16|G.SBOX[L>>>8&255]<<8|G.SBOX[L&255],L^=RCON[k/t|0]<<24):t>6&&k%t===4&&(L=G.SBOX[L>>>24]<<24|G.SBOX[L>>>16&255]<<16|G.SBOX[L>>>8&255]<<8|G.SBOX[L&255]),$[k]=$[k-t]^L}for(var j=[],V=0;V<n;V++){var z=n-V,re=$[z-(V%4?0:4)];V<4||z<=4?j[V]=re:j[V]=G.INV_SUB_MIX[0][G.SBOX[re>>>24]]^G.INV_SUB_MIX[1][G.SBOX[re>>>16&255]]^G.INV_SUB_MIX[2][G.SBOX[re>>>8&255]]^G.INV_SUB_MIX[3][G.SBOX[re&255]]}this._nRounds=y,this._keySchedule=$,this._invKeySchedule=j};AES.prototype.encryptBlockRaw=function(e){return e=asUInt32Array(e),cryptBlock(e,this._keySchedule,G.SUB_MIX,G.SBOX,this._nRounds)};AES.prototype.encryptBlock=function(e){var t=this.encryptBlockRaw(e),y=Buffer$i.allocUnsafe(16);return y.writeUInt32BE(t[0],0),y.writeUInt32BE(t[1],4),y.writeUInt32BE(t[2],8),y.writeUInt32BE(t[3],12),y};AES.prototype.decryptBlock=function(e){e=asUInt32Array(e);var t=e[1];e[1]=e[3],e[3]=t;var y=cryptBlock(e,this._invKeySchedule,G.INV_SUB_MIX,G.INV_SBOX,this._nRounds),n=Buffer$i.allocUnsafe(16);return n.writeUInt32BE(y[0],0),n.writeUInt32BE(y[3],4),n.writeUInt32BE(y[2],8),n.writeUInt32BE(y[1],12),n};AES.prototype.scrub=function(){scrubVec(this._keySchedule),scrubVec(this._invKeySchedule),scrubVec(this._key)};aes$6.AES=AES;var Buffer$h=safeBufferExports$1.Buffer,ZEROES=Buffer$h.alloc(16,0);function toArray$3(e){return[e.readUInt32BE(0),e.readUInt32BE(4),e.readUInt32BE(8),e.readUInt32BE(12)]}function fromArray(e){var t=Buffer$h.allocUnsafe(16);return t.writeUInt32BE(e[0]>>>0,0),t.writeUInt32BE(e[1]>>>0,4),t.writeUInt32BE(e[2]>>>0,8),t.writeUInt32BE(e[3]>>>0,12),t}function GHASH$1(e){this.h=e,this.state=Buffer$h.alloc(16,0),this.cache=Buffer$h.allocUnsafe(0)}GHASH$1.prototype.ghash=function(e){for(var t=-1;++t<e.length;)this.state[t]^=e[t];this._multiply()};GHASH$1.prototype._multiply=function(){for(var e=toArray$3(this.h),t=[0,0,0,0],y,n,$,k=-1;++k<128;){for(n=(this.state[~~(k/8)]&1<<7-k%8)!==0,n&&(t[0]^=e[0],t[1]^=e[1],t[2]^=e[2],t[3]^=e[3]),$=(e[3]&1)!==0,y=3;y>0;y--)e[y]=e[y]>>>1|(e[y-1]&1)<<31;e[0]=e[0]>>>1,$&&(e[0]=e[0]^225<<24)}this.state=fromArray(t)};GHASH$1.prototype.update=function(e){this.cache=Buffer$h.concat([this.cache,e]);for(var t;this.cache.length>=16;)t=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(t)};GHASH$1.prototype.final=function(e,t){return this.cache.length&&this.ghash(Buffer$h.concat([this.cache,ZEROES],16)),this.ghash(fromArray([0,e,0,t])),this.state};var ghash=GHASH$1,aes$5=aes$6,Buffer$g=safeBufferExports$1.Buffer,Transform$6=cipherBase,inherits$b=inherits_browserExports,GHASH=ghash,xor$3=bufferXor,incr32=incr32_1;function xorTest(e,t){var y=0;e.length!==t.length&&y++;for(var n=Math.min(e.length,t.length),$=0;$<n;++$)y+=e[$]^t[$];return y}function calcIv(e,t,y){if(t.length===12)return e._finID=Buffer$g.concat([t,Buffer$g.from([0,0,0,1])]),Buffer$g.concat([t,Buffer$g.from([0,0,0,2])]);var n=new GHASH(y),$=t.length,k=$%16;n.update(t),k&&(k=16-k,n.update(Buffer$g.alloc(k,0))),n.update(Buffer$g.alloc(8,0));var L=$*8,j=Buffer$g.alloc(8);j.writeUIntBE(L,0,8),n.update(j),e._finID=n.state;var V=Buffer$g.from(e._finID);return incr32(V),V}function StreamCipher$3(e,t,y,n){Transform$6.call(this);var $=Buffer$g.alloc(4,0);this._cipher=new aes$5.AES(t);var k=this._cipher.encryptBlock($);this._ghash=new GHASH(k),y=calcIv(this,y,k),this._prev=Buffer$g.from(y),this._cache=Buffer$g.allocUnsafe(0),this._secCache=Buffer$g.allocUnsafe(0),this._decrypt=n,this._alen=0,this._len=0,this._mode=e,this._authTag=null,this._called=!1}inherits$b(StreamCipher$3,Transform$6);StreamCipher$3.prototype._update=function(e){if(!this._called&&this._alen){var t=16-this._alen%16;t<16&&(t=Buffer$g.alloc(t,0),this._ghash.update(t))}this._called=!0;var y=this._mode.encrypt(this,e);return this._decrypt?this._ghash.update(e):this._ghash.update(y),this._len+=e.length,y};StreamCipher$3.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var e=xor$3(this._ghash.final(this._alen*8,this._len*8),this._cipher.encryptBlock(this._finID));if(this._decrypt&&xorTest(e,this._authTag))throw new Error("Unsupported state or unable to authenticate data");this._authTag=e,this._cipher.scrub()};StreamCipher$3.prototype.getAuthTag=function(){if(this._decrypt||!Buffer$g.isBuffer(this._authTag))throw new Error("Attempting to get auth tag in unsupported state");return this._authTag};StreamCipher$3.prototype.setAuthTag=function(t){if(!this._decrypt)throw new Error("Attempting to set auth tag in unsupported state");this._authTag=t};StreamCipher$3.prototype.setAAD=function(t){if(this._called)throw new Error("Attempting to set AAD in unsupported state");this._ghash.update(t),this._alen+=t.length};var authCipher=StreamCipher$3,aes$4=aes$6,Buffer$f=safeBufferExports$1.Buffer,Transform$5=cipherBase,inherits$a=inherits_browserExports;function StreamCipher$2(e,t,y,n){Transform$5.call(this),this._cipher=new aes$4.AES(t),this._prev=Buffer$f.from(y),this._cache=Buffer$f.allocUnsafe(0),this._secCache=Buffer$f.allocUnsafe(0),this._decrypt=n,this._mode=e}inherits$a(StreamCipher$2,Transform$5);StreamCipher$2.prototype._update=function(e){return this._mode.encrypt(this,e,this._decrypt)};StreamCipher$2.prototype._final=function(){this._cipher.scrub()};var streamCipher=StreamCipher$2,Buffer$e=safeBufferExports$1.Buffer,MD5=md5_js;function EVP_BytesToKey(e,t,y,n){if(Buffer$e.isBuffer(e)||(e=Buffer$e.from(e,"binary")),t&&(Buffer$e.isBuffer(t)||(t=Buffer$e.from(t,"binary")),t.length!==8))throw new RangeError("salt should be Buffer with 8 byte length");for(var $=y/8,k=Buffer$e.alloc($),L=Buffer$e.alloc(n||0),j=Buffer$e.alloc(0);$>0||n>0;){var V=new MD5;V.update(j),V.update(e),t&&V.update(t),j=V.digest();var z=0;if($>0){var re=k.length-$;z=Math.min($,j.length),j.copy(k,re,0,z),$-=z}if(z<j.length&&n>0){var oe=L.length-n,ue=Math.min(n,j.length-z);j.copy(L,oe,z,z+ue),n-=ue}}return j.fill(0),{key:k,iv:L}}var evp_bytestokey=EVP_BytesToKey,MODES$1=modes_1,AuthCipher$1=authCipher,Buffer$d=safeBufferExports$1.Buffer,StreamCipher$1=streamCipher,Transform$4=cipherBase,aes$3=aes$6,ebtk$2=evp_bytestokey,inherits$9=inherits_browserExports;function Cipher(e,t,y){Transform$4.call(this),this._cache=new Splitter$1,this._cipher=new aes$3.AES(t),this._prev=Buffer$d.from(y),this._mode=e,this._autopadding=!0}inherits$9(Cipher,Transform$4);Cipher.prototype._update=function(e){this._cache.add(e);for(var t,y,n=[];t=this._cache.get();)y=this._mode.encrypt(this,t),n.push(y);return Buffer$d.concat(n)};var PADDING=Buffer$d.alloc(16,16);Cipher.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return e=this._mode.encrypt(this,e),this._cipher.scrub(),e;if(!e.equals(PADDING))throw this._cipher.scrub(),new Error("data not multiple of block length")};Cipher.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this};function Splitter$1(){this.cache=Buffer$d.allocUnsafe(0)}Splitter$1.prototype.add=function(e){this.cache=Buffer$d.concat([this.cache,e])};Splitter$1.prototype.get=function(){if(this.cache.length>15){var e=this.cache.slice(0,16);return this.cache=this.cache.slice(16),e}return null};Splitter$1.prototype.flush=function(){for(var e=16-this.cache.length,t=Buffer$d.allocUnsafe(e),y=-1;++y<e;)t.writeUInt8(e,y);return Buffer$d.concat([this.cache,t])};function createCipheriv$1(e,t,y){var n=MODES$1[e.toLowerCase()];if(!n)throw new TypeError("invalid suite type");if(typeof t=="string"&&(t=Buffer$d.from(t)),t.length!==n.key/8)throw new TypeError("invalid key length "+t.length);if(typeof y=="string"&&(y=Buffer$d.from(y)),n.mode!=="GCM"&&y.length!==n.iv)throw new TypeError("invalid iv length "+y.length);return n.type==="stream"?new StreamCipher$1(n.module,t,y):n.type==="auth"?new AuthCipher$1(n.module,t,y):new Cipher(n.module,t,y)}function createCipher$1(e,t){var y=MODES$1[e.toLowerCase()];if(!y)throw new TypeError("invalid suite type");var n=ebtk$2(t,!1,y.key,y.iv);return createCipheriv$1(e,n.key,n.iv)}encrypter.createCipheriv=createCipheriv$1;encrypter.createCipher=createCipher$1;var decrypter={},AuthCipher=authCipher,Buffer$c=safeBufferExports$1.Buffer,MODES=modes_1,StreamCipher=streamCipher,Transform$3=cipherBase,aes$2=aes$6,ebtk$1=evp_bytestokey,inherits$8=inherits_browserExports;function Decipher(e,t,y){Transform$3.call(this),this._cache=new Splitter,this._last=void 0,this._cipher=new aes$2.AES(t),this._prev=Buffer$c.from(y),this._mode=e,this._autopadding=!0}inherits$8(Decipher,Transform$3);Decipher.prototype._update=function(e){this._cache.add(e);for(var t,y,n=[];t=this._cache.get(this._autopadding);)y=this._mode.decrypt(this,t),n.push(y);return Buffer$c.concat(n)};Decipher.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return unpad(this._mode.decrypt(this,e));if(e)throw new Error("data not multiple of block length")};Decipher.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this};function Splitter(){this.cache=Buffer$c.allocUnsafe(0)}Splitter.prototype.add=function(e){this.cache=Buffer$c.concat([this.cache,e])};Splitter.prototype.get=function(e){var t;if(e){if(this.cache.length>16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t}else if(this.cache.length>=16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t;return null};Splitter.prototype.flush=function(){if(this.cache.length)return this.cache};function unpad(e){var t=e[15];if(t<1||t>16)throw new Error("unable to decrypt data");for(var y=-1;++y<t;)if(e[y+(16-t)]!==t)throw new Error("unable to decrypt data");if(t!==16)return e.slice(0,16-t)}function createDecipheriv$1(e,t,y){var n=MODES[e.toLowerCase()];if(!n)throw new TypeError("invalid suite type");if(typeof y=="string"&&(y=Buffer$c.from(y)),n.mode!=="GCM"&&y.length!==n.iv)throw new TypeError("invalid iv length "+y.length);if(typeof t=="string"&&(t=Buffer$c.from(t)),t.length!==n.key/8)throw new TypeError("invalid key length "+t.length);return n.type==="stream"?new StreamCipher(n.module,t,y,!0):n.type==="auth"?new AuthCipher(n.module,t,y,!0):new Decipher(n.module,t,y)}function createDecipher$1(e,t){var y=MODES[e.toLowerCase()];if(!y)throw new TypeError("invalid suite type");var n=ebtk$1(t,!1,y.key,y.iv);return createDecipheriv$1(e,n.key,n.iv)}decrypter.createDecipher=createDecipher$1;decrypter.createDecipheriv=createDecipheriv$1;var ciphers$2=encrypter,deciphers=decrypter,modes$1=require$$2;function getCiphers$1(){return Object.keys(modes$1)}browser$5.createCipher=browser$5.Cipher=ciphers$2.createCipher;browser$5.createCipheriv=browser$5.Cipheriv=ciphers$2.createCipheriv;browser$5.createDecipher=browser$5.Decipher=deciphers.createDecipher;browser$5.createDecipheriv=browser$5.Decipheriv=deciphers.createDecipheriv;browser$5.listCiphers=browser$5.getCiphers=getCiphers$1;var modes={};(function(e){e["des-ecb"]={key:8,iv:0},e["des-cbc"]=e.des={key:8,iv:8},e["des-ede3-cbc"]=e.des3={key:24,iv:8},e["des-ede3"]={key:24,iv:0},e["des-ede-cbc"]={key:16,iv:8},e["des-ede"]={key:16,iv:0}})(modes);var DES=browserifyDes,aes$1=browser$5,aesModes=modes_1,desModes=modes,ebtk=evp_bytestokey;function createCipher(e,t){e=e.toLowerCase();var y,n;if(aesModes[e])y=aesModes[e].key,n=aesModes[e].iv;else if(desModes[e])y=desModes[e].key*8,n=desModes[e].iv;else throw new TypeError("invalid suite type");var $=ebtk(t,!1,y,n);return createCipheriv(e,$.key,$.iv)}function createDecipher(e,t){e=e.toLowerCase();var y,n;if(aesModes[e])y=aesModes[e].key,n=aesModes[e].iv;else if(desModes[e])y=desModes[e].key*8,n=desModes[e].iv;else throw new TypeError("invalid suite type");var $=ebtk(t,!1,y,n);return createDecipheriv(e,$.key,$.iv)}function createCipheriv(e,t,y){if(e=e.toLowerCase(),aesModes[e])return aes$1.createCipheriv(e,t,y);if(desModes[e])return new DES({key:t,iv:y,mode:e});throw new TypeError("invalid suite type")}function createDecipheriv(e,t,y){if(e=e.toLowerCase(),aesModes[e])return aes$1.createDecipheriv(e,t,y);if(desModes[e])return new DES({key:t,iv:y,mode:e,decrypt:!0});throw new TypeError("invalid suite type")}function getCiphers(){return Object.keys(desModes).concat(aes$1.getCiphers())}browser$6.createCipher=browser$6.Cipher=createCipher;browser$6.createCipheriv=browser$6.Cipheriv=createCipheriv;browser$6.createDecipher=browser$6.Decipher=createDecipher;browser$6.createDecipheriv=browser$6.Decipheriv=createDecipheriv;browser$6.listCiphers=browser$6.getCiphers=getCiphers;var browser$4={},bn$8={exports:{}};bn$8.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie<ie.length&&(pe===16?this._parseHex(ie,Ie,Ce):(this._parseBase(ie,pe,Ie),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)))},k.prototype._initNumber=function(ie,pe,Ce){ie<0&&(this.negative=1,ie=-ie),ie<67108864?(this.words=[ie&67108863],this.length=1):ie<4503599627370496?(this.words=[ie&67108863,ie/67108864&67108863],this.length=2):(n(ie<9007199254740992),this.words=[ie&67108863,ie/67108864&67108863,1],this.length=3),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)},k.prototype._initArray=function(ie,pe,Ce){if(n(typeof ie.length=="number"),ie.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(ie.length/3),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt,ar,ur=0;if(Ce==="be")for(Ie=ie.length-1,jt=0;Ie>=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie<ie.length;Ie+=3)ar=ie[Ie]|ie[Ie+1]<<8|ie[Ie+2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt=0,ar=0,ur;if(Ce==="be")for(Ie=ie.length-1;Ie>=pe;Ie-=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie<ie.length;Ie+=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar<jt;ar++){var ur=Et.charCodeAt(ar)-48;Ie*=Ce,ur>=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr<kt;tr+=Ie)he=z(ie,tr,tr+Ie,pe),this.imuln(jt),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he);if(ur!==0){var gr=1;for(he=z(ie,tr,ie.length,pe),tr=0;tr<ur;tr++)gr*=pe;this.imuln(gr),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he)}this.strip()},k.prototype.copy=function(ie){ie.words=new Array(this.length);for(var pe=0;pe<this.length;pe++)ie.words[pe]=this.words[pe];ie.length=this.length,ie.negative=this.negative,ie.red=this.red},k.prototype.clone=function(){var ie=new k(null);return this.copy(ie),ie},k.prototype._expand=function(ie){for(;this.length<ie;)this.words[this.length++]=0;return this},k.prototype.strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar<this.length;ar++){var ur=this.words[ar],kt=((ur<<Ie|jt)&16777215).toString(16);jt=ur>>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he<jt;he++)ur[he]=0}else{for(he=0;he<jt-Ie;he++)ur[he]=0;for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[jt-he-1]=kt}return ur},Math.clz32?k.prototype._countBits=function(ie){return 32-Math.clz32(ie)}:k.prototype._countBits=function(ie){var pe=ie,Ce=0;return pe>=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe<ie.length;pe++){var Ce=pe/26|0,Ie=pe%26;ie[pe]=(Et.words[Ce]&1<<Ie)>>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;pe<this.length;pe++){var Ce=this._zeroBits(this.words[pe]);if(ie+=Ce,Ce!==26)break}return ie},k.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},k.prototype.toTwos=function(ie){return this.negative!==0?this.abs().inotn(ie).iaddn(1):this.clone()},k.prototype.fromTwos=function(ie){return this.testn(ie-1)?this.notn(ie).iaddn(1).ineg():this.clone()},k.prototype.isNeg=function(){return this.negative!==0},k.prototype.neg=function(){return this.clone().ineg()},k.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},k.prototype.iuor=function(ie){for(;this.length<ie.length;)this.words[this.length++]=0;for(var pe=0;pe<ie.length;pe++)this.words[pe]=this.words[pe]|ie.words[pe];return this.strip()},k.prototype.ior=function(ie){return n((this.negative|ie.negative)===0),this.iuor(ie)},k.prototype.or=function(ie){return this.length>ie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ce<pe.length;Ce++)this.words[Ce]=this.words[Ce]&ie.words[Ce];return this.length=pe.length,this.strip()},k.prototype.iand=function(ie){return n((this.negative|ie.negative)===0),this.iuand(ie)},k.prototype.and=function(ie){return this.length>ie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ie<Ce.length;Ie++)this.words[Ie]=pe.words[Ie]^Ce.words[Ie];if(this!==pe)for(;Ie<pe.length;Ie++)this.words[Ie]=pe.words[Ie];return this.length=pe.length,this.strip()},k.prototype.ixor=function(ie){return n((this.negative|ie.negative)===0),this.iuxor(ie)},k.prototype.xor=function(ie){return this.length>ie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie<pe;Ie++)this.words[Ie]=~this.words[Ie]&67108863;return Ce>0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<<Ie:this.words[Ce]=this.words[Ce]&~(1<<Ie),this.strip()},k.prototype.iadd=function(ie){var pe;if(this.negative!==0&&ie.negative===0)return this.negative=0,pe=this.isub(ie),this.negative^=1,this._normSign();if(this.negative===0&&ie.negative!==0)return ie.negative=0,pe=this.isub(ie),ie.negative=1,pe._normSign();var Ce,Ie;this.length>ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar<Ie.length;ar++)pe=(Ce.words[ar]|0)+(Ie.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;for(;jt!==0&&ar<Ce.length;ar++)pe=(Ce.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;ar<Ce.length;ar++)this.words[ar]=Ce.words[ar];return this},k.prototype.add=function(ie){var pe;return ie.negative!==0&&this.negative===0?(ie.negative=0,pe=this.sub(ie),ie.negative^=1,pe):ie.negative===0&&this.negative!==0?(this.negative=0,pe=ie.sub(this),this.negative=1,pe):this.length>ie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur<jt.length;ur++)pe=(Ie.words[ur]|0)-(jt.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur<Ie.length;ur++)pe=(Ie.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;if(ar===0&&ur<Ie.length&&Ie!==this)for(;ur<Ie.length;ur++)this.words[ur]=Ie.words[ur];return this.length=Math.max(this.length,ur),Ie!==this&&(this.negative=1),this.strip()},k.prototype.sub=function(ie){return this.clone().isub(ie)};function _e(Et,ie,pe){pe.negative=ie.negative^Et.negative;var Ce=Et.length+ie.length|0;pe.length=Ce,Ce=Ce-1|0;var Ie=Et.words[0]|0,jt=ie.words[0]|0,ar=Ie*jt,ur=ar&67108863,kt=ar/67108864|0;pe.words[0]=ur;for(var he=1;he<Ce;he++){for(var tr=kt>>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt<pe.length-1;jt++){var ar=Ie;Ie=0;for(var ur=Ce&67108863,kt=Math.min(jt,ie.length-1),he=Math.max(0,jt-Et.length+1);he<=kt;he++){var tr=jt-he,gr=Et.words[tr]|0,_r=ie.words[he]|0,yr=gr*_r,xr=yr&67108863;ar=ar+(yr/67108864|0)|0,xr=xr+ur|0,ur=xr&67108863,ar=ar+(xr>>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie<ie;Ie++)pe[Ie]=this.revBin(Ie,Ce,ie);return pe},Ve.prototype.revBin=function(ie,pe,Ce){if(ie===0||ie===Ce-1)return ie;for(var Ie=0,jt=0;jt<pe;jt++)Ie|=(ie&1)<<pe-jt-1,ie>>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur<ar;ur++)Ie[ur]=pe[ie[ur]],jt[ur]=Ce[ie[ur]]},Ve.prototype.transform=function(ie,pe,Ce,Ie,jt,ar){this.permute(ar,ie,pe,Ce,Ie,jt);for(var ur=1;ur<jt;ur<<=1)for(var kt=ur<<1,he=Math.cos(2*Math.PI/kt),tr=Math.sin(2*Math.PI/kt),gr=0;gr<jt;gr+=kt)for(var _r=he,yr=tr,xr=0;xr<ur;xr++){var Nr=Ce[gr+xr],Tr=Ie[gr+xr],Sr=Ce[gr+xr+ur],Ar=Ie[gr+xr+ur],Fr=_r*Sr-yr*Ar;Ar=_r*Ar+yr*Sr,Sr=Fr,Ce[gr+xr]=Nr+Sr,Ie[gr+xr]=Tr+Ar,Ce[gr+xr+ur]=Nr-Sr,Ie[gr+xr+ur]=Tr-Ar,xr!==kt&&(Fr=he*_r-tr*yr,yr=he*yr+tr*_r,_r=Fr)}},Ve.prototype.guessLen13b=function(ie,pe){var Ce=Math.max(pe,ie)|1,Ie=Ce&1,jt=0;for(Ce=Ce/2|0;Ce;Ce=Ce>>>1)jt++;return 1<<jt+1+Ie},Ve.prototype.conjugate=function(ie,pe,Ce){if(!(Ce<=1))for(var Ie=0;Ie<Ce/2;Ie++){var jt=ie[Ie];ie[Ie]=ie[Ce-Ie-1],ie[Ce-Ie-1]=jt,jt=pe[Ie],pe[Ie]=-pe[Ce-Ie-1],pe[Ce-Ie-1]=-jt}},Ve.prototype.normalize13b=function(ie,pe){for(var Ce=0,Ie=0;Ie<pe/2;Ie++){var jt=Math.round(ie[2*Ie+1]/pe)*8192+Math.round(ie[2*Ie]/pe)+Ce;ie[Ie]=jt&67108863,jt<67108864?Ce=0:Ce=jt/67108864|0}return ie},Ve.prototype.convert13b=function(ie,pe,Ce,Ie){for(var jt=0,ar=0;ar<pe;ar++)jt=jt+(ie[ar]|0),Ce[2*ar]=jt&8191,jt=jt>>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar<Ie;++ar)Ce[ar]=0;n(jt===0),n((jt&-8192)===0)},Ve.prototype.stub=function(ie){for(var pe=new Array(ie),Ce=0;Ce<ie;Ce++)pe[Ce]=0;return pe},Ve.prototype.mulp=function(ie,pe,Ce){var Ie=2*this.guessLen13b(ie.length,pe.length),jt=this.makeRBT(Ie),ar=this.stub(Ie),ur=new Array(Ie),kt=new Array(Ie),he=new Array(Ie),tr=new Array(Ie),gr=new Array(Ie),_r=new Array(Ie),yr=Ce.words;yr.length=Ie,this.convert13b(ie.words,ie.length,ur,Ie),this.convert13b(pe.words,pe.length,tr,Ie),this.transform(ur,ar,kt,he,Ie,jt),this.transform(tr,ar,gr,_r,Ie,jt);for(var xr=0;xr<Ie;xr++){var Nr=kt[xr]*gr[xr]-he[xr]*_r[xr];he[xr]=kt[xr]*_r[xr]+he[xr]*gr[xr],kt[xr]=Nr}return this.conjugate(kt,he,Ie),this.transform(kt,he,yr,ar,Ie,jt),this.conjugate(yr,ar,Ie),this.normalize13b(yr,Ie),Ce.negative=ie.negative^pe.negative,Ce.length=ie.length+pe.length,Ce.strip()},k.prototype.mul=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),this.mulTo(ie,pe)},k.prototype.mulf=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),$e(this,ie,pe)},k.prototype.imul=function(ie){return this.clone().mulTo(ie,this)},k.prototype.imuln=function(ie){n(typeof ie=="number"),n(ie<67108864);for(var pe=0,Ce=0;Ce<this.length;Ce++){var Ie=(this.words[Ce]|0)*ie,jt=(Ie&67108863)+(pe&67108863);pe>>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie<pe.length&&pe[Ie]===0;Ie++,Ce=Ce.sqr());if(++Ie<pe.length)for(var jt=Ce.sqr();Ie<pe.length;Ie++,jt=jt.sqr())pe[Ie]!==0&&(Ce=Ce.mul(jt));return Ce},k.prototype.iushln=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt<this.length;jt++){var ur=this.words[jt]&Ie,kt=(this.words[jt]|0)-ur<<pe;this.words[jt]=kt|ar,ar=ur>>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt<Ce;jt++)this.words[jt]=0;this.length+=Ce}return this.strip()},k.prototype.ishln=function(ie){return n(this.negative===0),this.iushln(ie)},k.prototype.iushrn=function(ie,pe,Ce){n(typeof ie=="number"&&ie>=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<<jt,kt=Ce;if(Ie-=ar,Ie=Math.max(0,Ie),kt){for(var he=0;he<ar;he++)kt.words[he]=this.words[he];kt.length=ar}if(ar!==0)if(this.length>ar)for(this.length-=ar,he=0;he<this.length;he++)this.words[he]=this.words[he+ar];else this.words[0]=0,this.length=1;var tr=0;for(he=this.length-1;he>=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return!1;var jt=this.words[Ce];return!!(jt&Ie)},k.prototype.imaskn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<<pe;this.words[this.length-1]&=Ie}return this.strip()},k.prototype.maskn=function(ie){return this.clone().imaskn(ie)},k.prototype.iaddn=function(ie){return n(typeof ie=="number"),n(ie<67108864),ie<0?this.isubn(-ie):this.negative!==0?this.length===1&&(this.words[0]|0)<ie?(this.words[0]=ie-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(ie),this.negative=1,this):this._iaddn(ie)},k.prototype._iaddn=function(ie){this.words[0]+=ie;for(var pe=0;pe<this.length&&this.words[pe]>=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe<this.length&&this.words[pe]<0;pe++)this.words[pe]+=67108864,this.words[pe+1]-=1;return this.strip()},k.prototype.addn=function(ie){return this.clone().iaddn(ie)},k.prototype.subn=function(ie){return this.clone().isubn(ie)},k.prototype.iabs=function(){return this.negative=0,this},k.prototype.abs=function(){return this.clone().iabs()},k.prototype._ishlnsubmul=function(ie,pe,Ce){var Ie=ie.length+Ce,jt;this._expand(Ie);var ar,ur=0;for(jt=0;jt<ie.length;jt++){ar=(this.words[jt+Ce]|0)+ur;var kt=(ie.words[jt]|0)*pe;ar-=kt&67108863,ur=(ar>>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt<this.length-Ce;jt++)ar=(this.words[jt+Ce]|0)+ur,ur=ar>>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt<this.length;jt++)ar=-(this.words[jt]|0)+ur,ur=ar>>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr<he.length;tr++)he.words[tr]=0}var gr=Ie.clone()._ishlnsubmul(jt,1,kt);gr.negative===0&&(Ie=gr,he&&(he.words[kt]=1));for(var _r=kt-1;_r>=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return this._expand(Ce+1),this.words[Ce]|=Ie,this;for(var jt=Ie,ar=Ce;jt!==0&&ar<this.length;ar++){var ur=this.words[ar]|0;ur+=jt,jt=ur>>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ie<ie?-1:1}return this.negative!==0?-Ce|0:Ce},k.prototype.cmp=function(ie){if(this.negative!==0&&ie.negative===0)return-1;if(this.negative===0&&ie.negative!==0)return 1;var pe=this.ucmp(ie);return this.negative!==0?-pe|0:pe},k.prototype.ucmp=function(ie){if(this.length>ie.length)return 1;if(this.length<ie.length)return-1;for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Ie<jt?pe=-1:Ie>jt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce<this.n?-1:pe.ucmp(this.p);return Ie===0?(pe.words[0]=0,pe.length=1):Ie>0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt<Ie;jt++)pe.words[jt]=ie.words[jt];if(pe.length=Ie,ie.length<=9){ie.words[0]=0,ie.length=1;return}var ar=ie.words[9];for(pe.words[pe.length++]=ar&Ce,jt=10;jt<ie.length;jt++){var ur=ie.words[jt]|0;ie.words[jt-10]=(ur&Ce)<<4|ar>>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=ie.words[Ce]|0;pe+=Ie*977,ie.words[Ce]=pe&67108863,pe=Ie*64+(pe/67108864|0)}return ie.words[ie.length-1]===0&&(ie.length--,ie.words[ie.length-1]===0&&ie.length--),ie};function ir(){qe.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}$(ir,qe);function dr(){qe.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}$(dr,qe);function cr(){qe.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}$(cr,qe),cr.prototype.imulK=function(ie){for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=(ie.words[Ce]|0)*19+pe,jt=Ie&67108863;Ie>>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr<yr);var Tr=this.pow(tr,new k(1).iushln(yr-Nr-1));gr=gr.redMul(Tr),tr=Tr.redSqr(),_r=_r.redMul(tr),yr=Nr}return gr},nr.prototype.invm=function(ie){var pe=ie._invmp(this.m);return pe.negative!==0?(pe.negative=0,this.imod(pe).redNeg()):this.imod(pe)},nr.prototype.pow=function(ie,pe){if(pe.isZero())return new k(1).toRed(this);if(pe.cmpn(1)===0)return ie.clone();var Ce=4,Ie=new Array(1<<Ce);Ie[0]=new k(1).toRed(this),Ie[1]=ie;for(var jt=2;jt<Ie.length;jt++)Ie[jt]=this.mul(Ie[jt-1],ie);var ar=Ie[0],ur=0,kt=0,he=pe.bitLength()%26;for(he===0&&(he=26),jt=pe.length-1;jt>=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$8);var bnExports$6=bn$8.exports,bn$7={exports:{}};bn$7.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie<ie.length&&(pe===16?this._parseHex(ie,Ie,Ce):(this._parseBase(ie,pe,Ie),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)))},k.prototype._initNumber=function(ie,pe,Ce){ie<0&&(this.negative=1,ie=-ie),ie<67108864?(this.words=[ie&67108863],this.length=1):ie<4503599627370496?(this.words=[ie&67108863,ie/67108864&67108863],this.length=2):(n(ie<9007199254740992),this.words=[ie&67108863,ie/67108864&67108863,1],this.length=3),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)},k.prototype._initArray=function(ie,pe,Ce){if(n(typeof ie.length=="number"),ie.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(ie.length/3),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt,ar,ur=0;if(Ce==="be")for(Ie=ie.length-1,jt=0;Ie>=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie<ie.length;Ie+=3)ar=ie[Ie]|ie[Ie+1]<<8|ie[Ie+2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt=0,ar=0,ur;if(Ce==="be")for(Ie=ie.length-1;Ie>=pe;Ie-=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie<ie.length;Ie+=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar<jt;ar++){var ur=Et.charCodeAt(ar)-48;Ie*=Ce,ur>=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr<kt;tr+=Ie)he=z(ie,tr,tr+Ie,pe),this.imuln(jt),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he);if(ur!==0){var gr=1;for(he=z(ie,tr,ie.length,pe),tr=0;tr<ur;tr++)gr*=pe;this.imuln(gr),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he)}this.strip()},k.prototype.copy=function(ie){ie.words=new Array(this.length);for(var pe=0;pe<this.length;pe++)ie.words[pe]=this.words[pe];ie.length=this.length,ie.negative=this.negative,ie.red=this.red},k.prototype.clone=function(){var ie=new k(null);return this.copy(ie),ie},k.prototype._expand=function(ie){for(;this.length<ie;)this.words[this.length++]=0;return this},k.prototype.strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar<this.length;ar++){var ur=this.words[ar],kt=((ur<<Ie|jt)&16777215).toString(16);jt=ur>>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he<jt;he++)ur[he]=0}else{for(he=0;he<jt-Ie;he++)ur[he]=0;for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[jt-he-1]=kt}return ur},Math.clz32?k.prototype._countBits=function(ie){return 32-Math.clz32(ie)}:k.prototype._countBits=function(ie){var pe=ie,Ce=0;return pe>=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe<ie.length;pe++){var Ce=pe/26|0,Ie=pe%26;ie[pe]=(Et.words[Ce]&1<<Ie)>>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;pe<this.length;pe++){var Ce=this._zeroBits(this.words[pe]);if(ie+=Ce,Ce!==26)break}return ie},k.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},k.prototype.toTwos=function(ie){return this.negative!==0?this.abs().inotn(ie).iaddn(1):this.clone()},k.prototype.fromTwos=function(ie){return this.testn(ie-1)?this.notn(ie).iaddn(1).ineg():this.clone()},k.prototype.isNeg=function(){return this.negative!==0},k.prototype.neg=function(){return this.clone().ineg()},k.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},k.prototype.iuor=function(ie){for(;this.length<ie.length;)this.words[this.length++]=0;for(var pe=0;pe<ie.length;pe++)this.words[pe]=this.words[pe]|ie.words[pe];return this.strip()},k.prototype.ior=function(ie){return n((this.negative|ie.negative)===0),this.iuor(ie)},k.prototype.or=function(ie){return this.length>ie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ce<pe.length;Ce++)this.words[Ce]=this.words[Ce]&ie.words[Ce];return this.length=pe.length,this.strip()},k.prototype.iand=function(ie){return n((this.negative|ie.negative)===0),this.iuand(ie)},k.prototype.and=function(ie){return this.length>ie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ie<Ce.length;Ie++)this.words[Ie]=pe.words[Ie]^Ce.words[Ie];if(this!==pe)for(;Ie<pe.length;Ie++)this.words[Ie]=pe.words[Ie];return this.length=pe.length,this.strip()},k.prototype.ixor=function(ie){return n((this.negative|ie.negative)===0),this.iuxor(ie)},k.prototype.xor=function(ie){return this.length>ie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie<pe;Ie++)this.words[Ie]=~this.words[Ie]&67108863;return Ce>0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<<Ie:this.words[Ce]=this.words[Ce]&~(1<<Ie),this.strip()},k.prototype.iadd=function(ie){var pe;if(this.negative!==0&&ie.negative===0)return this.negative=0,pe=this.isub(ie),this.negative^=1,this._normSign();if(this.negative===0&&ie.negative!==0)return ie.negative=0,pe=this.isub(ie),ie.negative=1,pe._normSign();var Ce,Ie;this.length>ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar<Ie.length;ar++)pe=(Ce.words[ar]|0)+(Ie.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;for(;jt!==0&&ar<Ce.length;ar++)pe=(Ce.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;ar<Ce.length;ar++)this.words[ar]=Ce.words[ar];return this},k.prototype.add=function(ie){var pe;return ie.negative!==0&&this.negative===0?(ie.negative=0,pe=this.sub(ie),ie.negative^=1,pe):ie.negative===0&&this.negative!==0?(this.negative=0,pe=ie.sub(this),this.negative=1,pe):this.length>ie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur<jt.length;ur++)pe=(Ie.words[ur]|0)-(jt.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur<Ie.length;ur++)pe=(Ie.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;if(ar===0&&ur<Ie.length&&Ie!==this)for(;ur<Ie.length;ur++)this.words[ur]=Ie.words[ur];return this.length=Math.max(this.length,ur),Ie!==this&&(this.negative=1),this.strip()},k.prototype.sub=function(ie){return this.clone().isub(ie)};function _e(Et,ie,pe){pe.negative=ie.negative^Et.negative;var Ce=Et.length+ie.length|0;pe.length=Ce,Ce=Ce-1|0;var Ie=Et.words[0]|0,jt=ie.words[0]|0,ar=Ie*jt,ur=ar&67108863,kt=ar/67108864|0;pe.words[0]=ur;for(var he=1;he<Ce;he++){for(var tr=kt>>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt<pe.length-1;jt++){var ar=Ie;Ie=0;for(var ur=Ce&67108863,kt=Math.min(jt,ie.length-1),he=Math.max(0,jt-Et.length+1);he<=kt;he++){var tr=jt-he,gr=Et.words[tr]|0,_r=ie.words[he]|0,yr=gr*_r,xr=yr&67108863;ar=ar+(yr/67108864|0)|0,xr=xr+ur|0,ur=xr&67108863,ar=ar+(xr>>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie<ie;Ie++)pe[Ie]=this.revBin(Ie,Ce,ie);return pe},Ve.prototype.revBin=function(ie,pe,Ce){if(ie===0||ie===Ce-1)return ie;for(var Ie=0,jt=0;jt<pe;jt++)Ie|=(ie&1)<<pe-jt-1,ie>>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur<ar;ur++)Ie[ur]=pe[ie[ur]],jt[ur]=Ce[ie[ur]]},Ve.prototype.transform=function(ie,pe,Ce,Ie,jt,ar){this.permute(ar,ie,pe,Ce,Ie,jt);for(var ur=1;ur<jt;ur<<=1)for(var kt=ur<<1,he=Math.cos(2*Math.PI/kt),tr=Math.sin(2*Math.PI/kt),gr=0;gr<jt;gr+=kt)for(var _r=he,yr=tr,xr=0;xr<ur;xr++){var Nr=Ce[gr+xr],Tr=Ie[gr+xr],Sr=Ce[gr+xr+ur],Ar=Ie[gr+xr+ur],Fr=_r*Sr-yr*Ar;Ar=_r*Ar+yr*Sr,Sr=Fr,Ce[gr+xr]=Nr+Sr,Ie[gr+xr]=Tr+Ar,Ce[gr+xr+ur]=Nr-Sr,Ie[gr+xr+ur]=Tr-Ar,xr!==kt&&(Fr=he*_r-tr*yr,yr=he*yr+tr*_r,_r=Fr)}},Ve.prototype.guessLen13b=function(ie,pe){var Ce=Math.max(pe,ie)|1,Ie=Ce&1,jt=0;for(Ce=Ce/2|0;Ce;Ce=Ce>>>1)jt++;return 1<<jt+1+Ie},Ve.prototype.conjugate=function(ie,pe,Ce){if(!(Ce<=1))for(var Ie=0;Ie<Ce/2;Ie++){var jt=ie[Ie];ie[Ie]=ie[Ce-Ie-1],ie[Ce-Ie-1]=jt,jt=pe[Ie],pe[Ie]=-pe[Ce-Ie-1],pe[Ce-Ie-1]=-jt}},Ve.prototype.normalize13b=function(ie,pe){for(var Ce=0,Ie=0;Ie<pe/2;Ie++){var jt=Math.round(ie[2*Ie+1]/pe)*8192+Math.round(ie[2*Ie]/pe)+Ce;ie[Ie]=jt&67108863,jt<67108864?Ce=0:Ce=jt/67108864|0}return ie},Ve.prototype.convert13b=function(ie,pe,Ce,Ie){for(var jt=0,ar=0;ar<pe;ar++)jt=jt+(ie[ar]|0),Ce[2*ar]=jt&8191,jt=jt>>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar<Ie;++ar)Ce[ar]=0;n(jt===0),n((jt&-8192)===0)},Ve.prototype.stub=function(ie){for(var pe=new Array(ie),Ce=0;Ce<ie;Ce++)pe[Ce]=0;return pe},Ve.prototype.mulp=function(ie,pe,Ce){var Ie=2*this.guessLen13b(ie.length,pe.length),jt=this.makeRBT(Ie),ar=this.stub(Ie),ur=new Array(Ie),kt=new Array(Ie),he=new Array(Ie),tr=new Array(Ie),gr=new Array(Ie),_r=new Array(Ie),yr=Ce.words;yr.length=Ie,this.convert13b(ie.words,ie.length,ur,Ie),this.convert13b(pe.words,pe.length,tr,Ie),this.transform(ur,ar,kt,he,Ie,jt),this.transform(tr,ar,gr,_r,Ie,jt);for(var xr=0;xr<Ie;xr++){var Nr=kt[xr]*gr[xr]-he[xr]*_r[xr];he[xr]=kt[xr]*_r[xr]+he[xr]*gr[xr],kt[xr]=Nr}return this.conjugate(kt,he,Ie),this.transform(kt,he,yr,ar,Ie,jt),this.conjugate(yr,ar,Ie),this.normalize13b(yr,Ie),Ce.negative=ie.negative^pe.negative,Ce.length=ie.length+pe.length,Ce.strip()},k.prototype.mul=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),this.mulTo(ie,pe)},k.prototype.mulf=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),$e(this,ie,pe)},k.prototype.imul=function(ie){return this.clone().mulTo(ie,this)},k.prototype.imuln=function(ie){n(typeof ie=="number"),n(ie<67108864);for(var pe=0,Ce=0;Ce<this.length;Ce++){var Ie=(this.words[Ce]|0)*ie,jt=(Ie&67108863)+(pe&67108863);pe>>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie<pe.length&&pe[Ie]===0;Ie++,Ce=Ce.sqr());if(++Ie<pe.length)for(var jt=Ce.sqr();Ie<pe.length;Ie++,jt=jt.sqr())pe[Ie]!==0&&(Ce=Ce.mul(jt));return Ce},k.prototype.iushln=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt<this.length;jt++){var ur=this.words[jt]&Ie,kt=(this.words[jt]|0)-ur<<pe;this.words[jt]=kt|ar,ar=ur>>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt<Ce;jt++)this.words[jt]=0;this.length+=Ce}return this.strip()},k.prototype.ishln=function(ie){return n(this.negative===0),this.iushln(ie)},k.prototype.iushrn=function(ie,pe,Ce){n(typeof ie=="number"&&ie>=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<<jt,kt=Ce;if(Ie-=ar,Ie=Math.max(0,Ie),kt){for(var he=0;he<ar;he++)kt.words[he]=this.words[he];kt.length=ar}if(ar!==0)if(this.length>ar)for(this.length-=ar,he=0;he<this.length;he++)this.words[he]=this.words[he+ar];else this.words[0]=0,this.length=1;var tr=0;for(he=this.length-1;he>=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return!1;var jt=this.words[Ce];return!!(jt&Ie)},k.prototype.imaskn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<<pe;this.words[this.length-1]&=Ie}return this.strip()},k.prototype.maskn=function(ie){return this.clone().imaskn(ie)},k.prototype.iaddn=function(ie){return n(typeof ie=="number"),n(ie<67108864),ie<0?this.isubn(-ie):this.negative!==0?this.length===1&&(this.words[0]|0)<ie?(this.words[0]=ie-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(ie),this.negative=1,this):this._iaddn(ie)},k.prototype._iaddn=function(ie){this.words[0]+=ie;for(var pe=0;pe<this.length&&this.words[pe]>=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe<this.length&&this.words[pe]<0;pe++)this.words[pe]+=67108864,this.words[pe+1]-=1;return this.strip()},k.prototype.addn=function(ie){return this.clone().iaddn(ie)},k.prototype.subn=function(ie){return this.clone().isubn(ie)},k.prototype.iabs=function(){return this.negative=0,this},k.prototype.abs=function(){return this.clone().iabs()},k.prototype._ishlnsubmul=function(ie,pe,Ce){var Ie=ie.length+Ce,jt;this._expand(Ie);var ar,ur=0;for(jt=0;jt<ie.length;jt++){ar=(this.words[jt+Ce]|0)+ur;var kt=(ie.words[jt]|0)*pe;ar-=kt&67108863,ur=(ar>>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt<this.length-Ce;jt++)ar=(this.words[jt+Ce]|0)+ur,ur=ar>>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt<this.length;jt++)ar=-(this.words[jt]|0)+ur,ur=ar>>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr<he.length;tr++)he.words[tr]=0}var gr=Ie.clone()._ishlnsubmul(jt,1,kt);gr.negative===0&&(Ie=gr,he&&(he.words[kt]=1));for(var _r=kt-1;_r>=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return this._expand(Ce+1),this.words[Ce]|=Ie,this;for(var jt=Ie,ar=Ce;jt!==0&&ar<this.length;ar++){var ur=this.words[ar]|0;ur+=jt,jt=ur>>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ie<ie?-1:1}return this.negative!==0?-Ce|0:Ce},k.prototype.cmp=function(ie){if(this.negative!==0&&ie.negative===0)return-1;if(this.negative===0&&ie.negative!==0)return 1;var pe=this.ucmp(ie);return this.negative!==0?-pe|0:pe},k.prototype.ucmp=function(ie){if(this.length>ie.length)return 1;if(this.length<ie.length)return-1;for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Ie<jt?pe=-1:Ie>jt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce<this.n?-1:pe.ucmp(this.p);return Ie===0?(pe.words[0]=0,pe.length=1):Ie>0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt<Ie;jt++)pe.words[jt]=ie.words[jt];if(pe.length=Ie,ie.length<=9){ie.words[0]=0,ie.length=1;return}var ar=ie.words[9];for(pe.words[pe.length++]=ar&Ce,jt=10;jt<ie.length;jt++){var ur=ie.words[jt]|0;ie.words[jt-10]=(ur&Ce)<<4|ar>>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=ie.words[Ce]|0;pe+=Ie*977,ie.words[Ce]=pe&67108863,pe=Ie*64+(pe/67108864|0)}return ie.words[ie.length-1]===0&&(ie.length--,ie.words[ie.length-1]===0&&ie.length--),ie};function ir(){qe.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}$(ir,qe);function dr(){qe.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}$(dr,qe);function cr(){qe.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}$(cr,qe),cr.prototype.imulK=function(ie){for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=(ie.words[Ce]|0)*19+pe,jt=Ie&67108863;Ie>>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr<yr);var Tr=this.pow(tr,new k(1).iushln(yr-Nr-1));gr=gr.redMul(Tr),tr=Tr.redSqr(),_r=_r.redMul(tr),yr=Nr}return gr},nr.prototype.invm=function(ie){var pe=ie._invmp(this.m);return pe.negative!==0?(pe.negative=0,this.imod(pe).redNeg()):this.imod(pe)},nr.prototype.pow=function(ie,pe){if(pe.isZero())return new k(1).toRed(this);if(pe.cmpn(1)===0)return ie.clone();var Ce=4,Ie=new Array(1<<Ce);Ie[0]=new k(1).toRed(this),Ie[1]=ie;for(var jt=2;jt<Ie.length;jt++)Ie[jt]=this.mul(Ie[jt-1],ie);var ar=Ie[0],ur=0,kt=0,he=pe.bitLength()%26;for(he===0&&(he=26),jt=pe.length-1;jt>=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$7);var bnExports$5=bn$7.exports,brorand$1={exports:{}},r$2;brorand$1.exports=function(t){return r$2||(r$2=new Rand(null)),r$2.generate(t)};function Rand(e){this.rand=e}brorand$1.exports.Rand=Rand;Rand.prototype.generate=function(t){return this._rand(t)};Rand.prototype._rand=function(t){if(this.rand.getBytes)return this.rand.getBytes(t);for(var y=new Uint8Array(t),n=0;n<y.length;n++)y[n]=this.rand.getByte();return y};if(typeof self=="object")self.crypto&&self.crypto.getRandomValues?Rand.prototype._rand=function(t){var y=new Uint8Array(t);return self.crypto.getRandomValues(y),y}:self.msCrypto&&self.msCrypto.getRandomValues?Rand.prototype._rand=function(t){var y=new Uint8Array(t);return self.msCrypto.getRandomValues(y),y}:typeof window=="object"&&(Rand.prototype._rand=function(){throw new Error("Not implemented yet")});else try{var crypto$2=require$$2$1;if(typeof crypto$2.randomBytes!="function")throw new Error("Not supported");Rand.prototype._rand=function(t){return crypto$2.randomBytes(t)}}catch{}var brorandExports=brorand$1.exports,bn$6=bnExports$5,brorand=brorandExports;function MillerRabin$2(e){this.rand=e||new brorand.Rand}var mr=MillerRabin$2;MillerRabin$2.create=function(t){return new MillerRabin$2(t)};MillerRabin$2.prototype._randbelow=function(t){var y=t.bitLength(),n=Math.ceil(y/8);do var $=new bn$6(this.rand.generate(n));while($.cmp(t)>=0);return $};MillerRabin$2.prototype._randrange=function(t,y){var n=y.sub(t);return t.add(this._randbelow(n))};MillerRabin$2.prototype.test=function(t,y,n){var $=t.bitLength(),k=bn$6.mont(t),L=new bn$6(1).toRed(k);y||(y=Math.max(1,$/48|0));for(var j=t.subn(1),V=0;!j.testn(V);V++);for(var z=t.shrn(V),re=j.toRed(k),oe=!0;y>0;y--){var ue=this._randrange(new bn$6(2),j);n&&n(ue);var de=ue.toRed(k).redPow(z);if(!(de.cmp(L)===0||de.cmp(re)===0)){for(var _e=1;_e<V;_e++){if(de=de.redSqr(),de.cmp(L)===0)return!1;if(de.cmp(re)===0)break}if(_e===V)return!1}}return oe};MillerRabin$2.prototype.getDivisor=function(t,y){var n=t.bitLength(),$=bn$6.mont(t),k=new bn$6(1).toRed($);y||(y=Math.max(1,n/48|0));for(var L=t.subn(1),j=0;!L.testn(j);j++);for(var V=t.shrn(j),z=L.toRed($);y>0;y--){var re=this._randrange(new bn$6(2),L),oe=t.gcd(re);if(oe.cmpn(1)!==0)return oe;var ue=re.toRed($).redPow(V);if(!(ue.cmp(k)===0||ue.cmp(z)===0)){for(var de=1;de<j;de++){if(ue=ue.redSqr(),ue.cmp(k)===0)return ue.fromRed().subn(1).gcd(t);if(ue.cmp(z)===0)break}if(de===j)return ue=ue.redSqr(),ue.fromRed().subn(1).gcd(t)}}return!1};var randomBytes$3=browserExports,generatePrime$1=findPrime;findPrime.simpleSieve=simpleSieve;findPrime.fermatTest=fermatTest;var BN$g=bnExports$6,TWENTYFOUR$1=new BN$g(24),MillerRabin$1=mr,millerRabin$1=new MillerRabin$1,ONE=new BN$g(1),TWO=new BN$g(2),FIVE=new BN$g(5);new BN$g(16);new BN$g(8);var TEN$1=new BN$g(10),THREE$1=new BN$g(3);new BN$g(7);var ELEVEN$1=new BN$g(11),FOUR=new BN$g(4);new BN$g(12);var primes$2=null;function _getPrimes(){if(primes$2!==null)return primes$2;var e=1048576,t=[];t[0]=2;for(var y=1,n=3;n<e;n+=2){for(var $=Math.ceil(Math.sqrt(n)),k=0;k<y&&t[k]<=$&&n%t[k]!==0;k++);y!==k&&t[k]<=$||(t[y++]=n)}return primes$2=t,t}function simpleSieve(e){for(var t=_getPrimes(),y=0;y<t.length;y++)if(e.modn(t[y])===0)return e.cmpn(t[y])===0;return!0}function fermatTest(e){var t=BN$g.mont(e);return TWO.toRed(t).redPow(e.subn(1)).fromRed().cmpn(1)===0}function findPrime(e,t){if(e<16)return t===2||t===5?new BN$g([140,123]):new BN$g([140,39]);t=new BN$g(t);for(var y,n;;){for(y=new BN$g(randomBytes$3(Math.ceil(e/8)));y.bitLength()>e;)y.ishrn(1);if(y.isEven()&&y.iadd(ONE),y.testn(1)||y.iadd(TWO),t.cmp(TWO)){if(!t.cmp(FIVE))for(;y.mod(TEN$1).cmp(THREE$1);)y.iadd(FOUR)}else for(;y.mod(TWENTYFOUR$1).cmp(ELEVEN$1);)y.iadd(FOUR);if(n=y.shrn(1),simpleSieve(n)&&simpleSieve(y)&&fermatTest(n)&&fermatTest(y)&&millerRabin$1.test(n)&&millerRabin$1.test(y))return y}}const modp1={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},modp2={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},modp5={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},modp14={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},modp15={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},modp16={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},modp17={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},modp18={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"},require$$1$1={modp1,modp2,modp5,modp14,modp15,modp16,modp17,modp18};var BN$f=bnExports$6,MillerRabin=mr,millerRabin=new MillerRabin,TWENTYFOUR=new BN$f(24),ELEVEN=new BN$f(11),TEN=new BN$f(10),THREE=new BN$f(3),SEVEN=new BN$f(7),primes$1=generatePrime$1,randomBytes$2=browserExports,dh$1=DH$1;function setPublicKey(e,t){return t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t)),this._pub=new BN$f(e),this}function setPrivateKey(e,t){return t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t)),this._priv=new BN$f(e),this}var primeCache={};function checkPrime(e,t){var y=t.toString("hex"),n=[y,e.toString(16)].join("_");if(n in primeCache)return primeCache[n];var $=0;if(e.isEven()||!primes$1.simpleSieve||!primes$1.fermatTest(e)||!millerRabin.test(e))return $+=1,y==="02"||y==="05"?$+=8:$+=4,primeCache[n]=$,$;millerRabin.test(e.shrn(1))||($+=2);var k;switch(y){case"02":e.mod(TWENTYFOUR).cmp(ELEVEN)&&($+=8);break;case"05":k=e.mod(TEN),k.cmp(THREE)&&k.cmp(SEVEN)&&($+=8);break;default:$+=4}return primeCache[n]=$,$}function DH$1(e,t,y){this.setGenerator(t),this.__prime=new BN$f(e),this._prime=BN$f.mont(this.__prime),this._primeLen=e.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,y?(this.setPublicKey=setPublicKey,this.setPrivateKey=setPrivateKey):this._primeCode=8}Object.defineProperty(DH$1.prototype,"verifyError",{enumerable:!0,get:function(){return typeof this._primeCode!="number"&&(this._primeCode=checkPrime(this.__prime,this.__gen)),this._primeCode}});DH$1.prototype.generateKeys=function(){return this._priv||(this._priv=new BN$f(randomBytes$2(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()};DH$1.prototype.computeSecret=function(e){e=new BN$f(e),e=e.toRed(this._prime);var t=e.redPow(this._priv).fromRed(),y=new Buffer$F(t.toArray()),n=this.getPrime();if(y.length<n.length){var $=new Buffer$F(n.length-y.length);$.fill(0),y=Buffer$F.concat([$,y])}return y};DH$1.prototype.getPublicKey=function(t){return formatReturnValue$1(this._pub,t)};DH$1.prototype.getPrivateKey=function(t){return formatReturnValue$1(this._priv,t)};DH$1.prototype.getPrime=function(e){return formatReturnValue$1(this.__prime,e)};DH$1.prototype.getGenerator=function(e){return formatReturnValue$1(this._gen,e)};DH$1.prototype.setGenerator=function(e,t){return t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t)),this.__gen=e,this._gen=new BN$f(e),this};function formatReturnValue$1(e,t){var y=new Buffer$F(e.toArray());return t?y.toString(t):y}var generatePrime=generatePrime$1,primes=require$$1$1,DH=dh$1;function getDiffieHellman(e){var t=new Buffer$F(primes[e].prime,"hex"),y=new Buffer$F(primes[e].gen,"hex");return new DH(t,y)}var ENCODINGS={binary:!0,hex:!0,base64:!0};function createDiffieHellman(e,t,y,n){return Buffer$F.isBuffer(t)||ENCODINGS[t]===void 0?createDiffieHellman(e,"binary",t,y):(t=t||"binary",n=n||"binary",y=y||new Buffer$F([2]),Buffer$F.isBuffer(y)||(y=new Buffer$F(y,n)),typeof e=="number"?new DH(generatePrime(e,y),y,!0):(Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t)),new DH(e,y,!0)))}browser$4.DiffieHellmanGroup=browser$4.createDiffieHellmanGroup=browser$4.getDiffieHellman=getDiffieHellman;browser$4.createDiffieHellman=browser$4.DiffieHellman=createDiffieHellman;var readableBrowser={exports:{}},processNextickArgs={exports:{}},define_process_default$5={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}};typeof define_process_default$5>"u"||!define_process_default$5.version||define_process_default$5.version.indexOf("v0.")===0||define_process_default$5.version.indexOf("v1.")===0&&define_process_default$5.version.indexOf("v1.8.")!==0?processNextickArgs.exports={nextTick}:processNextickArgs.exports=define_process_default$5;function nextTick(e,t,y,n){if(typeof e!="function")throw new TypeError('"callback" argument must be a function');var $=arguments.length,k,L;switch($){case 0:case 1:return define_process_default$5.nextTick(e);case 2:return define_process_default$5.nextTick(function(){e.call(null,t)});case 3:return define_process_default$5.nextTick(function(){e.call(null,t,y)});case 4:return define_process_default$5.nextTick(function(){e.call(null,t,y,n)});default:for(k=new Array($-1),L=0;L<k.length;)k[L++]=arguments[L];return define_process_default$5.nextTick(function(){e.apply(null,k)})}}var processNextickArgsExports=processNextickArgs.exports,toString$2={}.toString,isarray=Array.isArray||function(e){return toString$2.call(e)=="[object Array]"},streamBrowser=eventsExports.EventEmitter,safeBuffer$2={exports:{}};(function(e,t){var y=buffer$1,n=y.Buffer;function $(L,j){for(var V in L)j[V]=L[V]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=y:($(y,t),t.Buffer=k);function k(L,j,V){return n(L,j,V)}$(n,k),k.from=function(L,j,V){if(typeof L=="number")throw new TypeError("Argument must not be a number");return n(L,j,V)},k.alloc=function(L,j,V){if(typeof L!="number")throw new TypeError("Argument must be a number");var z=n(L);return j!==void 0?typeof V=="string"?z.fill(j,V):z.fill(j):z.fill(0),z},k.allocUnsafe=function(L){if(typeof L!="number")throw new TypeError("Argument must be a number");return n(L)},k.allocUnsafeSlow=function(L){if(typeof L!="number")throw new TypeError("Argument must be a number");return y.SlowBuffer(L)}})(safeBuffer$2,safeBuffer$2.exports);var safeBufferExports=safeBuffer$2.exports,util$7={};function isArray$2(e){return Array.isArray?Array.isArray(e):objectToString(e)==="[object Array]"}util$7.isArray=isArray$2;function isBoolean$2(e){return typeof e=="boolean"}util$7.isBoolean=isBoolean$2;function isNull(e){return e===null}util$7.isNull=isNull;function isNullOrUndefined(e){return e==null}util$7.isNullOrUndefined=isNullOrUndefined;function isNumber$3(e){return typeof e=="number"}util$7.isNumber=isNumber$3;function isString$2(e){return typeof e=="string"}util$7.isString=isString$2;function isSymbol(e){return typeof e=="symbol"}util$7.isSymbol=isSymbol;function isUndefined$1(e){return e===void 0}util$7.isUndefined=isUndefined$1;function isRegExp$1(e){return objectToString(e)==="[object RegExp]"}util$7.isRegExp=isRegExp$1;function isObject$2(e){return typeof e=="object"&&e!==null}util$7.isObject=isObject$2;function isDate$1(e){return objectToString(e)==="[object Date]"}util$7.isDate=isDate$1;function isError(e){return objectToString(e)==="[object Error]"||e instanceof Error}util$7.isError=isError;function isFunction$2(e){return typeof e=="function"}util$7.isFunction=isFunction$2;function isPrimitive(e){return e===null||typeof e=="boolean"||typeof e=="number"||typeof e=="string"||typeof e=="symbol"||typeof e>"u"}util$7.isPrimitive=isPrimitive;util$7.isBuffer=buffer$1.Buffer.isBuffer;function objectToString(e){return Object.prototype.toString.call(e)}var BufferList={exports:{}},hasRequiredBufferList;function requireBufferList(){return hasRequiredBufferList||(hasRequiredBufferList=1,function(e){function t(k,L){if(!(k instanceof L))throw new TypeError("Cannot call a class as a function")}var y=safeBufferExports.Buffer,n=util$8;function $(k,L,j){k.copy(L,j)}e.exports=function(){function k(){t(this,k),this.head=null,this.tail=null,this.length=0}return k.prototype.push=function(j){var V={data:j,next:null};this.length>0?this.tail.next=V:this.head=V,this.tail=V,++this.length},k.prototype.unshift=function(j){var V={data:j,next:this.head};this.length===0&&(this.tail=V),this.head=V,++this.length},k.prototype.shift=function(){if(this.length!==0){var j=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,j}},k.prototype.clear=function(){this.head=this.tail=null,this.length=0},k.prototype.join=function(j){if(this.length===0)return"";for(var V=this.head,z=""+V.data;V=V.next;)z+=j+V.data;return z},k.prototype.concat=function(j){if(this.length===0)return y.alloc(0);for(var V=y.allocUnsafe(j>>>0),z=this.head,re=0;z;)$(z.data,V,re),re+=z.data.length,z=z.next;return V},k}(),n&&n.inspect&&n.inspect.custom&&(e.exports.prototype[n.inspect.custom]=function(){var k=n.inspect({length:this.length});return this.constructor.name+" "+k})}(BufferList)),BufferList.exports}var pna=processNextickArgsExports;function destroy(e,t){var y=this,n=this._readableState&&this._readableState.destroyed,$=this._writableState&&this._writableState.destroyed;return n||$?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,pna.nextTick(emitErrorNT,this,e)):pna.nextTick(emitErrorNT,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(k){!t&&k?y._writableState?y._writableState.errorEmitted||(y._writableState.errorEmitted=!0,pna.nextTick(emitErrorNT,y,k)):pna.nextTick(emitErrorNT,y,k):t&&t(k)}),this)}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(e,t){e.emit("error",t)}var destroy_1={destroy,undestroy},_stream_writable,hasRequired_stream_writable;function require_stream_writable(){if(hasRequired_stream_writable)return _stream_writable;hasRequired_stream_writable=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}},t=processNextickArgsExports;_stream_writable=Ue;function y(ur){var kt=this;this.next=null,this.entry=null,this.finish=function(){ar(kt,ur)}}var n=!e.browser&&["v0.10","v0.9."].indexOf(e.version.slice(0,5))>-1?setImmediate:t.nextTick,$;Ue.WritableState=_e;var k=Object.create(util$7);k.inherits=inherits_browserExports;var L={deprecate:browser$b},j=streamBrowser,V=safeBufferExports.Buffer,z=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function re(ur){return V.from(ur)}function oe(ur){return V.isBuffer(ur)||ur instanceof z}var ue=destroy_1;k.inherits(Ue,j);function de(){}function _e(ur,kt){$=$||require_stream_duplex(),ur=ur||{};var he=kt instanceof $;this.objectMode=!!ur.objectMode,he&&(this.objectMode=this.objectMode||!!ur.writableObjectMode);var tr=ur.highWaterMark,gr=ur.writableHighWaterMark,_r=this.objectMode?16:16*1024;tr||tr===0?this.highWaterMark=tr:he&&(gr||gr===0)?this.highWaterMark=gr:this.highWaterMark=_r,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 yr=ur.decodeStrings===!1;this.decodeStrings=!yr,this.defaultEncoding=ur.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(xr){cr(kt,xr)},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 y(this)}_e.prototype.getBuffer=function(){for(var kt=this.bufferedRequest,he=[];kt;)he.push(kt),kt=kt.next;return he},function(){try{Object.defineProperty(_e.prototype,"buffer",{get:L.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var Ne;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Ne=Function.prototype[Symbol.hasInstance],Object.defineProperty(Ue,Symbol.hasInstance,{value:function(ur){return Ne.call(this,ur)?!0:this!==Ue?!1:ur&&ur._writableState instanceof _e}})):Ne=function(ur){return ur instanceof this};function Ue(ur){if($=$||require_stream_duplex(),!Ne.call(Ue,this)&&!(this instanceof $))return new Ue(ur);this._writableState=new _e(ur,this),this.writable=!0,ur&&(typeof ur.write=="function"&&(this._write=ur.write),typeof ur.writev=="function"&&(this._writev=ur.writev),typeof ur.destroy=="function"&&(this._destroy=ur.destroy),typeof ur.final=="function"&&(this._final=ur.final)),j.call(this)}Ue.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function $e(ur,kt){var he=new Error("write after end");ur.emit("error",he),t.nextTick(kt,he)}function Ve(ur,kt,he,tr){var gr=!0,_r=!1;return he===null?_r=new TypeError("May not write null values to stream"):typeof he!="string"&&he!==void 0&&!kt.objectMode&&(_r=new TypeError("Invalid non-string/buffer chunk")),_r&&(ur.emit("error",_r),t.nextTick(tr,_r),gr=!1),gr}Ue.prototype.write=function(ur,kt,he){var tr=this._writableState,gr=!1,_r=!tr.objectMode&&oe(ur);return _r&&!V.isBuffer(ur)&&(ur=re(ur)),typeof kt=="function"&&(he=kt,kt=null),_r?kt="buffer":kt||(kt=tr.defaultEncoding),typeof he!="function"&&(he=de),tr.ended?$e(this,he):(_r||Ve(this,tr,ur,he))&&(tr.pendingcb++,gr=qe(this,tr,_r,ur,kt,he)),gr},Ue.prototype.cork=function(){var ur=this._writableState;ur.corked++},Ue.prototype.uncork=function(){var ur=this._writableState;ur.corked&&(ur.corked--,!ur.writing&&!ur.corked&&!ur.bufferProcessing&&ur.bufferedRequest&&Et(this,ur))},Ue.prototype.setDefaultEncoding=function(kt){if(typeof kt=="string"&&(kt=kt.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((kt+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+kt);return this._writableState.defaultEncoding=kt,this};function Fe(ur,kt,he){return!ur.objectMode&&ur.decodeStrings!==!1&&typeof kt=="string"&&(kt=V.from(kt,he)),kt}Object.defineProperty(Ue.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function qe(ur,kt,he,tr,gr,_r){if(!he){var yr=Fe(kt,tr,gr);tr!==yr&&(he=!0,gr="buffer",tr=yr)}var xr=kt.objectMode?1:tr.length;kt.length+=xr;var Nr=kt.length<kt.highWaterMark;if(Nr||(kt.needDrain=!0),kt.writing||kt.corked){var Tr=kt.lastBufferedRequest;kt.lastBufferedRequest={chunk:tr,encoding:gr,isBuf:he,callback:_r,next:null},Tr?Tr.next=kt.lastBufferedRequest:kt.bufferedRequest=kt.lastBufferedRequest,kt.bufferedRequestCount+=1}else er(ur,kt,!1,xr,tr,gr,_r);return Nr}function er(ur,kt,he,tr,gr,_r,yr){kt.writelen=tr,kt.writecb=yr,kt.writing=!0,kt.sync=!0,he?ur._writev(gr,kt.onwrite):ur._write(gr,_r,kt.onwrite),kt.sync=!1}function ir(ur,kt,he,tr,gr){--kt.pendingcb,he?(t.nextTick(gr,tr),t.nextTick(Ie,ur,kt),ur._writableState.errorEmitted=!0,ur.emit("error",tr)):(gr(tr),ur._writableState.errorEmitted=!0,ur.emit("error",tr),Ie(ur,kt))}function dr(ur){ur.writing=!1,ur.writecb=null,ur.length-=ur.writelen,ur.writelen=0}function cr(ur,kt){var he=ur._writableState,tr=he.sync,gr=he.writecb;if(dr(he),kt)ir(ur,he,tr,kt,gr);else{var _r=ie(he);!_r&&!he.corked&&!he.bufferProcessing&&he.bufferedRequest&&Et(ur,he),tr?n(nr,ur,he,_r,gr):nr(ur,he,_r,gr)}}function nr(ur,kt,he,tr){he||lr(ur,kt),kt.pendingcb--,tr(),Ie(ur,kt)}function lr(ur,kt){kt.length===0&&kt.needDrain&&(kt.needDrain=!1,ur.emit("drain"))}function Et(ur,kt){kt.bufferProcessing=!0;var he=kt.bufferedRequest;if(ur._writev&&he&&he.next){var tr=kt.bufferedRequestCount,gr=new Array(tr),_r=kt.corkedRequestsFree;_r.entry=he;for(var yr=0,xr=!0;he;)gr[yr]=he,he.isBuf||(xr=!1),he=he.next,yr+=1;gr.allBuffers=xr,er(ur,kt,!0,kt.length,gr,"",_r.finish),kt.pendingcb++,kt.lastBufferedRequest=null,_r.next?(kt.corkedRequestsFree=_r.next,_r.next=null):kt.corkedRequestsFree=new y(kt),kt.bufferedRequestCount=0}else{for(;he;){var Nr=he.chunk,Tr=he.encoding,Sr=he.callback,Ar=kt.objectMode?1:Nr.length;if(er(ur,kt,!1,Ar,Nr,Tr,Sr),he=he.next,kt.bufferedRequestCount--,kt.writing)break}he===null&&(kt.lastBufferedRequest=null)}kt.bufferedRequest=he,kt.bufferProcessing=!1}Ue.prototype._write=function(ur,kt,he){he(new Error("_write() is not implemented"))},Ue.prototype._writev=null,Ue.prototype.end=function(ur,kt,he){var tr=this._writableState;typeof ur=="function"?(he=ur,ur=null,kt=null):typeof kt=="function"&&(he=kt,kt=null),ur!=null&&this.write(ur,kt),tr.corked&&(tr.corked=1,this.uncork()),tr.ending||jt(this,tr,he)};function ie(ur){return ur.ending&&ur.length===0&&ur.bufferedRequest===null&&!ur.finished&&!ur.writing}function pe(ur,kt){ur._final(function(he){kt.pendingcb--,he&&ur.emit("error",he),kt.prefinished=!0,ur.emit("prefinish"),Ie(ur,kt)})}function Ce(ur,kt){!kt.prefinished&&!kt.finalCalled&&(typeof ur._final=="function"?(kt.pendingcb++,kt.finalCalled=!0,t.nextTick(pe,ur,kt)):(kt.prefinished=!0,ur.emit("prefinish")))}function Ie(ur,kt){var he=ie(kt);return he&&(Ce(ur,kt),kt.pendingcb===0&&(kt.finished=!0,ur.emit("finish"))),he}function jt(ur,kt,he){kt.ending=!0,Ie(ur,kt),he&&(kt.finished?t.nextTick(he):ur.once("finish",he)),kt.ended=!0,ur.writable=!1}function ar(ur,kt,he){var tr=ur.entry;for(ur.entry=null;tr;){var gr=tr.callback;kt.pendingcb--,gr(he),tr=tr.next}kt.corkedRequestsFree.next=ur}return Object.defineProperty(Ue.prototype,"destroyed",{get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(ur){this._writableState&&(this._writableState.destroyed=ur)}}),Ue.prototype.destroy=ue.destroy,Ue.prototype._undestroy=ue.undestroy,Ue.prototype._destroy=function(ur,kt){this.end(),kt(ur)},_stream_writable}var _stream_duplex,hasRequired_stream_duplex;function require_stream_duplex(){if(hasRequired_stream_duplex)return _stream_duplex;hasRequired_stream_duplex=1;var e=processNextickArgsExports,t=Object.keys||function(oe){var ue=[];for(var de in oe)ue.push(de);return ue};_stream_duplex=V;var y=Object.create(util$7);y.inherits=inherits_browserExports;var n=require_stream_readable(),$=require_stream_writable();y.inherits(V,n);for(var k=t($.prototype),L=0;L<k.length;L++){var j=k[L];V.prototype[j]||(V.prototype[j]=$.prototype[j])}function V(oe){if(!(this instanceof V))return new V(oe);n.call(this,oe),$.call(this,oe),oe&&oe.readable===!1&&(this.readable=!1),oe&&oe.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,oe&&oe.allowHalfOpen===!1&&(this.allowHalfOpen=!1),this.once("end",z)}Object.defineProperty(V.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function z(){this.allowHalfOpen||this._writableState.ended||e.nextTick(re,this)}function re(oe){oe.end()}return Object.defineProperty(V.prototype,"destroyed",{get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(oe){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=oe,this._writableState.destroyed=oe)}}),V.prototype._destroy=function(oe,ue){this.push(null),this.end(),e.nextTick(ue,oe)},_stream_duplex}var string_decoder={},safeBuffer$1={exports:{}},hasRequiredSafeBuffer;function requireSafeBuffer(){return hasRequiredSafeBuffer||(hasRequiredSafeBuffer=1,function(e,t){var y=buffer$1,n=y.Buffer;function $(L,j){for(var V in L)j[V]=L[V]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=y:($(y,t),t.Buffer=k);function k(L,j,V){return n(L,j,V)}$(n,k),k.from=function(L,j,V){if(typeof L=="number")throw new TypeError("Argument must not be a number");return n(L,j,V)},k.alloc=function(L,j,V){if(typeof L!="number")throw new TypeError("Argument must be a number");var z=n(L);return j!==void 0?typeof V=="string"?z.fill(j,V):z.fill(j):z.fill(0),z},k.allocUnsafe=function(L){if(typeof L!="number")throw new TypeError("Argument must be a number");return n(L)},k.allocUnsafeSlow=function(L){if(typeof L!="number")throw new TypeError("Argument must be a number");return y.SlowBuffer(L)}}(safeBuffer$1,safeBuffer$1.exports)),safeBuffer$1.exports}var hasRequiredString_decoder;function requireString_decoder(){if(hasRequiredString_decoder)return string_decoder;hasRequiredString_decoder=1;var e=requireSafeBuffer().Buffer,t=e.isEncoding||function($e){switch($e=""+$e,$e&&$e.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 y($e){if(!$e)return"utf8";for(var Ve;;)switch($e){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 $e;default:if(Ve)return;$e=(""+$e).toLowerCase(),Ve=!0}}function n($e){var Ve=y($e);if(typeof Ve!="string"&&(e.isEncoding===t||!t($e)))throw new Error("Unknown encoding: "+$e);return Ve||$e}string_decoder.StringDecoder=$;function $($e){this.encoding=n($e);var Ve;switch(this.encoding){case"utf16le":this.text=oe,this.end=ue,Ve=4;break;case"utf8":this.fillLast=V,Ve=4;break;case"base64":this.text=de,this.end=_e,Ve=3;break;default:this.write=Ne,this.end=Ue;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(Ve)}$.prototype.write=function($e){if($e.length===0)return"";var Ve,Fe;if(this.lastNeed){if(Ve=this.fillLast($e),Ve===void 0)return"";Fe=this.lastNeed,this.lastNeed=0}else Fe=0;return Fe<$e.length?Ve?Ve+this.text($e,Fe):this.text($e,Fe):Ve||""},$.prototype.end=re,$.prototype.text=z,$.prototype.fillLast=function($e){if(this.lastNeed<=$e.length)return $e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);$e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,$e.length),this.lastNeed-=$e.length};function k($e){return $e<=127?0:$e>>5===6?2:$e>>4===14?3:$e>>3===30?4:$e>>6===2?-1:-2}function L($e,Ve,Fe){var qe=Ve.length-1;if(qe<Fe)return 0;var er=k(Ve[qe]);return er>=0?(er>0&&($e.lastNeed=er-1),er):--qe<Fe||er===-2?0:(er=k(Ve[qe]),er>=0?(er>0&&($e.lastNeed=er-2),er):--qe<Fe||er===-2?0:(er=k(Ve[qe]),er>=0?(er>0&&(er===2?er=0:$e.lastNeed=er-3),er):0))}function j($e,Ve,Fe){if((Ve[0]&192)!==128)return $e.lastNeed=0,"<22>";if($e.lastNeed>1&&Ve.length>1){if((Ve[1]&192)!==128)return $e.lastNeed=1,"<22>";if($e.lastNeed>2&&Ve.length>2&&(Ve[2]&192)!==128)return $e.lastNeed=2,"<22>"}}function V($e){var Ve=this.lastTotal-this.lastNeed,Fe=j(this,$e);if(Fe!==void 0)return Fe;if(this.lastNeed<=$e.length)return $e.copy(this.lastChar,Ve,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);$e.copy(this.lastChar,Ve,0,$e.length),this.lastNeed-=$e.length}function z($e,Ve){var Fe=L(this,$e,Ve);if(!this.lastNeed)return $e.toString("utf8",Ve);this.lastTotal=Fe;var qe=$e.length-(Fe-this.lastNeed);return $e.copy(this.lastChar,0,qe),$e.toString("utf8",Ve,qe)}function re($e){var Ve=$e&&$e.length?this.write($e):"";return this.lastNeed?Ve+"<22>":Ve}function oe($e,Ve){if(($e.length-Ve)%2===0){var Fe=$e.toString("utf16le",Ve);if(Fe){var qe=Fe.charCodeAt(Fe.length-1);if(qe>=55296&&qe<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=$e[$e.length-2],this.lastChar[1]=$e[$e.length-1],Fe.slice(0,-1)}return Fe}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=$e[$e.length-1],$e.toString("utf16le",Ve,$e.length-1)}function ue($e){var Ve=$e&&$e.length?this.write($e):"";if(this.lastNeed){var Fe=this.lastTotal-this.lastNeed;return Ve+this.lastChar.toString("utf16le",0,Fe)}return Ve}function de($e,Ve){var Fe=($e.length-Ve)%3;return Fe===0?$e.toString("base64",Ve):(this.lastNeed=3-Fe,this.lastTotal=3,Fe===1?this.lastChar[0]=$e[$e.length-1]:(this.lastChar[0]=$e[$e.length-2],this.lastChar[1]=$e[$e.length-1]),$e.toString("base64",Ve,$e.length-Fe))}function _e($e){var Ve=$e&&$e.length?this.write($e):"";return this.lastNeed?Ve+this.lastChar.toString("base64",0,3-this.lastNeed):Ve}function Ne($e){return $e.toString(this.encoding)}function Ue($e){return $e&&$e.length?this.write($e):""}return string_decoder}var _stream_readable,hasRequired_stream_readable;function require_stream_readable(){if(hasRequired_stream_readable)return _stream_readable;hasRequired_stream_readable=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}},t=processNextickArgsExports;_stream_readable=Fe;var y=isarray,n;Fe.ReadableState=Ve,eventsExports.EventEmitter;var $=function(Sr,Ar){return Sr.listeners(Ar).length},k=streamBrowser,L=safeBufferExports.Buffer,j=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function V(Sr){return L.from(Sr)}function z(Sr){return L.isBuffer(Sr)||Sr instanceof j}var re=Object.create(util$7);re.inherits=inherits_browserExports;var oe=util$8,ue=void 0;oe&&oe.debuglog?ue=oe.debuglog("stream"):ue=function(){};var de=requireBufferList(),_e=destroy_1,Ne;re.inherits(Fe,k);var Ue=["error","close","destroy","pause","resume"];function $e(Sr,Ar,Fr){if(typeof Sr.prependListener=="function")return Sr.prependListener(Ar,Fr);!Sr._events||!Sr._events[Ar]?Sr.on(Ar,Fr):y(Sr._events[Ar])?Sr._events[Ar].unshift(Fr):Sr._events[Ar]=[Fr,Sr._events[Ar]]}function Ve(Sr,Ar){n=n||require_stream_duplex(),Sr=Sr||{};var Fr=Ar instanceof n;this.objectMode=!!Sr.objectMode,Fr&&(this.objectMode=this.objectMode||!!Sr.readableObjectMode);var Gr=Sr.highWaterMark,Vr=Sr.readableHighWaterMark,Dr=this.objectMode?16:16*1024;Gr||Gr===0?this.highWaterMark=Gr:Fr&&(Vr||Vr===0)?this.highWaterMark=Vr:this.highWaterMark=Dr,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new de,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=Sr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Sr.encoding&&(Ne||(Ne=requireString_decoder().StringDecoder),this.decoder=new Ne(Sr.encoding),this.encoding=Sr.encoding)}function Fe(Sr){if(n=n||require_stream_duplex(),!(this instanceof Fe))return new Fe(Sr);this._readableState=new Ve(Sr,this),this.readable=!0,Sr&&(typeof Sr.read=="function"&&(this._read=Sr.read),typeof Sr.destroy=="function"&&(this._destroy=Sr.destroy)),k.call(this)}Object.defineProperty(Fe.prototype,"destroyed",{get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Sr){this._readableState&&(this._readableState.destroyed=Sr)}}),Fe.prototype.destroy=_e.destroy,Fe.prototype._undestroy=_e.undestroy,Fe.prototype._destroy=function(Sr,Ar){this.push(null),Ar(Sr)},Fe.prototype.push=function(Sr,Ar){var Fr=this._readableState,Gr;return Fr.objectMode?Gr=!0:typeof Sr=="string"&&(Ar=Ar||Fr.defaultEncoding,Ar!==Fr.encoding&&(Sr=L.from(Sr,Ar),Ar=""),Gr=!0),qe(this,Sr,Ar,!1,Gr)},Fe.prototype.unshift=function(Sr){return qe(this,Sr,null,!0,!1)};function qe(Sr,Ar,Fr,Gr,Vr){var Dr=Sr._readableState;if(Ar===null)Dr.reading=!1,Et(Sr,Dr);else{var Ir;Vr||(Ir=ir(Dr,Ar)),Ir?Sr.emit("error",Ir):Dr.objectMode||Ar&&Ar.length>0?(typeof Ar!="string"&&!Dr.objectMode&&Object.getPrototypeOf(Ar)!==L.prototype&&(Ar=V(Ar)),Gr?Dr.endEmitted?Sr.emit("error",new Error("stream.unshift() after end event")):er(Sr,Dr,Ar,!0):Dr.ended?Sr.emit("error",new Error("stream.push() after EOF")):(Dr.reading=!1,Dr.decoder&&!Fr?(Ar=Dr.decoder.write(Ar),Dr.objectMode||Ar.length!==0?er(Sr,Dr,Ar,!1):Ce(Sr,Dr)):er(Sr,Dr,Ar,!1))):Gr||(Dr.reading=!1)}return dr(Dr)}function er(Sr,Ar,Fr,Gr){Ar.flowing&&Ar.length===0&&!Ar.sync?(Sr.emit("data",Fr),Sr.read(0)):(Ar.length+=Ar.objectMode?1:Fr.length,Gr?Ar.buffer.unshift(Fr):Ar.buffer.push(Fr),Ar.needReadable&&ie(Sr)),Ce(Sr,Ar)}function ir(Sr,Ar){var Fr;return!z(Ar)&&typeof Ar!="string"&&Ar!==void 0&&!Sr.objectMode&&(Fr=new TypeError("Invalid non-string/buffer chunk")),Fr}function dr(Sr){return!Sr.ended&&(Sr.needReadable||Sr.length<Sr.highWaterMark||Sr.length===0)}Fe.prototype.isPaused=function(){return this._readableState.flowing===!1},Fe.prototype.setEncoding=function(Sr){return Ne||(Ne=requireString_decoder().StringDecoder),this._readableState.decoder=new Ne(Sr),this._readableState.encoding=Sr,this};var cr=8388608;function nr(Sr){return Sr>=cr?Sr=cr:(Sr--,Sr|=Sr>>>1,Sr|=Sr>>>2,Sr|=Sr>>>4,Sr|=Sr>>>8,Sr|=Sr>>>16,Sr++),Sr}function lr(Sr,Ar){return Sr<=0||Ar.length===0&&Ar.ended?0:Ar.objectMode?1:Sr!==Sr?Ar.flowing&&Ar.length?Ar.buffer.head.data.length:Ar.length:(Sr>Ar.highWaterMark&&(Ar.highWaterMark=nr(Sr)),Sr<=Ar.length?Sr:Ar.ended?Ar.length:(Ar.needReadable=!0,0))}Fe.prototype.read=function(Sr){ue("read",Sr),Sr=parseInt(Sr,10);var Ar=this._readableState,Fr=Sr;if(Sr!==0&&(Ar.emittedReadable=!1),Sr===0&&Ar.needReadable&&(Ar.length>=Ar.highWaterMark||Ar.ended))return ue("read: emitReadable",Ar.length,Ar.ended),Ar.length===0&&Ar.ended?xr(this):ie(this),null;if(Sr=lr(Sr,Ar),Sr===0&&Ar.ended)return Ar.length===0&&xr(this),null;var Gr=Ar.needReadable;ue("need readable",Gr),(Ar.length===0||Ar.length-Sr<Ar.highWaterMark)&&(Gr=!0,ue("length less than watermark",Gr)),Ar.ended||Ar.reading?(Gr=!1,ue("reading or ended",Gr)):Gr&&(ue("do read"),Ar.reading=!0,Ar.sync=!0,Ar.length===0&&(Ar.needReadable=!0),this._read(Ar.highWaterMark),Ar.sync=!1,Ar.reading||(Sr=lr(Fr,Ar)));var Vr;return Sr>0?Vr=tr(Sr,Ar):Vr=null,Vr===null?(Ar.needReadable=!0,Sr=0):Ar.length-=Sr,Ar.length===0&&(Ar.ended||(Ar.needReadable=!0),Fr!==Sr&&Ar.ended&&xr(this)),Vr!==null&&this.emit("data",Vr),Vr};function Et(Sr,Ar){if(!Ar.ended){if(Ar.decoder){var Fr=Ar.decoder.end();Fr&&Fr.length&&(Ar.buffer.push(Fr),Ar.length+=Ar.objectMode?1:Fr.length)}Ar.ended=!0,ie(Sr)}}function ie(Sr){var Ar=Sr._readableState;Ar.needReadable=!1,Ar.emittedReadable||(ue("emitReadable",Ar.flowing),Ar.emittedReadable=!0,Ar.sync?t.nextTick(pe,Sr):pe(Sr))}function pe(Sr){ue("emit readable"),Sr.emit("readable"),he(Sr)}function Ce(Sr,Ar){Ar.readingMore||(Ar.readingMore=!0,t.nextTick(Ie,Sr,Ar))}function Ie(Sr,Ar){for(var Fr=Ar.length;!Ar.reading&&!Ar.flowing&&!Ar.ended&&Ar.length<Ar.highWaterMark&&(ue("maybeReadMore read 0"),Sr.read(0),Fr!==Ar.length);)Fr=Ar.length;Ar.readingMore=!1}Fe.prototype._read=function(Sr){this.emit("error",new Error("_read() is not implemented"))},Fe.prototype.pipe=function(Sr,Ar){var Fr=this,Gr=this._readableState;switch(Gr.pipesCount){case 0:Gr.pipes=Sr;break;case 1:Gr.pipes=[Gr.pipes,Sr];break;default:Gr.pipes.push(Sr);break}Gr.pipesCount+=1,ue("pipe count=%d opts=%j",Gr.pipesCount,Ar);var Vr=(!Ar||Ar.end!==!1)&&Sr!==e.stdout&&Sr!==e.stderr,Dr=Vr?Br:Zr;Gr.endEmitted?t.nextTick(Dr):Fr.once("end",Dr),Sr.on("unpipe",Ir);function Ir(Vi,To){ue("onunpipe"),Vi===Fr&&To&&To.hasUnpiped===!1&&(To.hasUnpiped=!0,$r())}function Br(){ue("onend"),Sr.end()}var Rr=jt(Fr);Sr.on("drain",Rr);var Lr=!1;function $r(){ue("cleanup"),Sr.removeListener("close",kr),Sr.removeListener("finish",Qr),Sr.removeListener("drain",Rr),Sr.removeListener("error",Kr),Sr.removeListener("unpipe",Ir),Fr.removeListener("end",Br),Fr.removeListener("end",Zr),Fr.removeListener("data",vn),Lr=!0,Gr.awaitDrain&&(!Sr._writableState||Sr._writableState.needDrain)&&Rr()}var jr=!1;Fr.on("data",vn);function vn(Vi){ue("ondata"),jr=!1;var To=Sr.write(Vi);To===!1&&!jr&&((Gr.pipesCount===1&&Gr.pipes===Sr||Gr.pipesCount>1&&Tr(Gr.pipes,Sr)!==-1)&&!Lr&&(ue("false write response, pause",Gr.awaitDrain),Gr.awaitDrain++,jr=!0),Fr.pause())}function Kr(Vi){ue("onerror",Vi),Zr(),Sr.removeListener("error",Kr),$(Sr,"error")===0&&Sr.emit("error",Vi)}$e(Sr,"error",Kr);function kr(){Sr.removeListener("finish",Qr),Zr()}Sr.once("close",kr);function Qr(){ue("onfinish"),Sr.removeListener("close",kr),Zr()}Sr.once("finish",Qr);function Zr(){ue("unpipe"),Fr.unpipe(Sr)}return Sr.emit("pipe",Fr),Gr.flowing||(ue("pipe resume"),Fr.resume()),Sr};function jt(Sr){return function(){var Ar=Sr._readableState;ue("pipeOnDrain",Ar.awaitDrain),Ar.awaitDrain&&Ar.awaitDrain--,Ar.awaitDrain===0&&$(Sr,"data")&&(Ar.flowing=!0,he(Sr))}}Fe.prototype.unpipe=function(Sr){var Ar=this._readableState,Fr={hasUnpiped:!1};if(Ar.pipesCount===0)return this;if(Ar.pipesCount===1)return Sr&&Sr!==Ar.pipes?this:(Sr||(Sr=Ar.pipes),Ar.pipes=null,Ar.pipesCount=0,Ar.flowing=!1,Sr&&Sr.emit("unpipe",this,Fr),this);if(!Sr){var Gr=Ar.pipes,Vr=Ar.pipesCount;Ar.pipes=null,Ar.pipesCount=0,Ar.flowing=!1;for(var Dr=0;Dr<Vr;Dr++)Gr[Dr].emit("unpipe",this,{hasUnpiped:!1});return this}var Ir=Tr(Ar.pipes,Sr);return Ir===-1?this:(Ar.pipes.splice(Ir,1),Ar.pipesCount-=1,Ar.pipesCount===1&&(Ar.pipes=Ar.pipes[0]),Sr.emit("unpipe",this,Fr),this)},Fe.prototype.on=function(Sr,Ar){var Fr=k.prototype.on.call(this,Sr,Ar);if(Sr==="data")this._readableState.flowing!==!1&&this.resume();else if(Sr==="readable"){var Gr=this._readableState;!Gr.endEmitted&&!Gr.readableListening&&(Gr.readableListening=Gr.needReadable=!0,Gr.emittedReadable=!1,Gr.reading?Gr.length&&ie(this):t.nextTick(ar,this))}return Fr},Fe.prototype.addListener=Fe.prototype.on;function ar(Sr){ue("readable nexttick read 0"),Sr.read(0)}Fe.prototype.resume=function(){var Sr=this._readableState;return Sr.flowing||(ue("resume"),Sr.flowing=!0,ur(this,Sr)),this};function ur(Sr,Ar){Ar.resumeScheduled||(Ar.resumeScheduled=!0,t.nextTick(kt,Sr,Ar))}function kt(Sr,Ar){Ar.reading||(ue("resume read 0"),Sr.read(0)),Ar.resumeScheduled=!1,Ar.awaitDrain=0,Sr.emit("resume"),he(Sr),Ar.flowing&&!Ar.reading&&Sr.read(0)}Fe.prototype.pause=function(){return ue("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(ue("pause"),this._readableState.flowing=!1,this.emit("pause")),this};function he(Sr){var Ar=Sr._readableState;for(ue("flow",Ar.flowing);Ar.flowing&&Sr.read()!==null;);}Fe.prototype.wrap=function(Sr){var Ar=this,Fr=this._readableState,Gr=!1;Sr.on("end",function(){if(ue("wrapped end"),Fr.decoder&&!Fr.ended){var Ir=Fr.decoder.end();Ir&&Ir.length&&Ar.push(Ir)}Ar.push(null)}),Sr.on("data",function(Ir){if(ue("wrapped data"),Fr.decoder&&(Ir=Fr.decoder.write(Ir)),!(Fr.objectMode&&Ir==null)&&!(!Fr.objectMode&&(!Ir||!Ir.length))){var Br=Ar.push(Ir);Br||(Gr=!0,Sr.pause())}});for(var Vr in Sr)this[Vr]===void 0&&typeof Sr[Vr]=="function"&&(this[Vr]=function(Ir){return function(){return Sr[Ir].apply(Sr,arguments)}}(Vr));for(var Dr=0;Dr<Ue.length;Dr++)Sr.on(Ue[Dr],this.emit.bind(this,Ue[Dr]));return this._read=function(Ir){ue("wrapped _read",Ir),Gr&&(Gr=!1,Sr.resume())},this},Object.defineProperty(Fe.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Fe._fromList=tr;function tr(Sr,Ar){if(Ar.length===0)return null;var Fr;return Ar.objectMode?Fr=Ar.buffer.shift():!Sr||Sr>=Ar.length?(Ar.decoder?Fr=Ar.buffer.join(""):Ar.buffer.length===1?Fr=Ar.buffer.head.data:Fr=Ar.buffer.concat(Ar.length),Ar.buffer.clear()):Fr=gr(Sr,Ar.buffer,Ar.decoder),Fr}function gr(Sr,Ar,Fr){var Gr;return Sr<Ar.head.data.length?(Gr=Ar.head.data.slice(0,Sr),Ar.head.data=Ar.head.data.slice(Sr)):Sr===Ar.head.data.length?Gr=Ar.shift():Gr=Fr?_r(Sr,Ar):yr(Sr,Ar),Gr}function _r(Sr,Ar){var Fr=Ar.head,Gr=1,Vr=Fr.data;for(Sr-=Vr.length;Fr=Fr.next;){var Dr=Fr.data,Ir=Sr>Dr.length?Dr.length:Sr;if(Ir===Dr.length?Vr+=Dr:Vr+=Dr.slice(0,Sr),Sr-=Ir,Sr===0){Ir===Dr.length?(++Gr,Fr.next?Ar.head=Fr.next:Ar.head=Ar.tail=null):(Ar.head=Fr,Fr.data=Dr.slice(Ir));break}++Gr}return Ar.length-=Gr,Vr}function yr(Sr,Ar){var Fr=L.allocUnsafe(Sr),Gr=Ar.head,Vr=1;for(Gr.data.copy(Fr),Sr-=Gr.data.length;Gr=Gr.next;){var Dr=Gr.data,Ir=Sr>Dr.length?Dr.length:Sr;if(Dr.copy(Fr,Fr.length-Sr,0,Ir),Sr-=Ir,Sr===0){Ir===Dr.length?(++Vr,Gr.next?Ar.head=Gr.next:Ar.head=Ar.tail=null):(Ar.head=Gr,Gr.data=Dr.slice(Ir));break}++Vr}return Ar.length-=Vr,Fr}function xr(Sr){var Ar=Sr._readableState;if(Ar.length>0)throw new Error('"endReadable()" called on non-empty stream');Ar.endEmitted||(Ar.ended=!0,t.nextTick(Nr,Ar,Sr))}function Nr(Sr,Ar){!Sr.endEmitted&&Sr.length===0&&(Sr.endEmitted=!0,Ar.readable=!1,Ar.emit("end"))}function Tr(Sr,Ar){for(var Fr=0,Gr=Sr.length;Fr<Gr;Fr++)if(Sr[Fr]===Ar)return Fr;return-1}return _stream_readable}var _stream_transform=Transform$2,Duplex=require_stream_duplex(),util$6=Object.create(util$7);util$6.inherits=inherits_browserExports;util$6.inherits(Transform$2,Duplex);function afterTransform(e,t){var y=this._transformState;y.transforming=!1;var n=y.writecb;if(!n)return this.emit("error",new Error("write callback called multiple times"));y.writechunk=null,y.writecb=null,t!=null&&this.push(t),n(e);var $=this._readableState;$.reading=!1,($.needReadable||$.length<$.highWaterMark)&&this._read($.highWaterMark)}function Transform$2(e){if(!(this instanceof Transform$2))return new Transform$2(e);Duplex.call(this,e),this._transformState={afterTransform:afterTransform.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&(typeof e.transform=="function"&&(this._transform=e.transform),typeof e.flush=="function"&&(this._flush=e.flush)),this.on("prefinish",prefinish)}function prefinish(){var e=this;typeof this._flush=="function"?this._flush(function(t,y){done(e,t,y)}):done(this,null,null)}Transform$2.prototype.push=function(e,t){return this._transformState.needTransform=!1,Duplex.prototype.push.call(this,e,t)};Transform$2.prototype._transform=function(e,t,y){throw new Error("_transform() is not implemented")};Transform$2.prototype._write=function(e,t,y){var n=this._transformState;if(n.writecb=y,n.writechunk=e,n.writeencoding=t,!n.transforming){var $=this._readableState;(n.needTransform||$.needReadable||$.length<$.highWaterMark)&&this._read($.highWaterMark)}};Transform$2.prototype._read=function(e){var t=this._transformState;t.writechunk!==null&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0};Transform$2.prototype._destroy=function(e,t){var y=this;Duplex.prototype._destroy.call(this,e,function(n){t(n),y.emit("close")})};function done(e,t,y){if(t)return e.emit("error",t);if(y!=null&&e.push(y),e._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(e._transformState.transforming)throw new Error("Calling transform done when still transforming");return e.push(null)}var _stream_passthrough=PassThrough,Transform$1=_stream_transform,util$5=Object.create(util$7);util$5.inherits=inherits_browserExports;util$5.inherits(PassThrough,Transform$1);function PassThrough(e){if(!(this instanceof PassThrough))return new PassThrough(e);Transform$1.call(this,e)}PassThrough.prototype._transform=function(e,t,y){y(null,e)};(function(e,t){t=e.exports=require_stream_readable(),t.Stream=t,t.Readable=t,t.Writable=require_stream_writable(),t.Duplex=require_stream_duplex(),t.Transform=_stream_transform,t.PassThrough=_stream_passthrough})(readableBrowser,readableBrowser.exports);var readableBrowserExports=readableBrowser.exports,sign$3={exports:{}},bn$5={exports:{}};bn$5.exports;(function(e){(function(t,y){function n(pe,Ce){if(!pe)throw new Error(Ce||"Assertion failed")}function $(pe,Ce){pe.super_=Ce;var Ie=function(){};Ie.prototype=Ce.prototype,pe.prototype=new Ie,pe.prototype.constructor=pe}function k(pe,Ce,Ie){if(k.isBN(pe))return pe;this.negative=0,this.words=null,this.length=0,this.red=null,pe!==null&&((Ce==="le"||Ce==="be")&&(Ie=Ce,Ce=10),this._init(pe||0,Ce||10,Ie||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(Ce){return Ce instanceof k?!0:Ce!==null&&typeof Ce=="object"&&Ce.constructor.wordSize===k.wordSize&&Array.isArray(Ce.words)},k.max=function(Ce,Ie){return Ce.cmp(Ie)>0?Ce:Ie},k.min=function(Ce,Ie){return Ce.cmp(Ie)<0?Ce:Ie},k.prototype._init=function(Ce,Ie,jt){if(typeof Ce=="number")return this._initNumber(Ce,Ie,jt);if(typeof Ce=="object")return this._initArray(Ce,Ie,jt);Ie==="hex"&&(Ie=16),n(Ie===(Ie|0)&&Ie>=2&&Ie<=36),Ce=Ce.toString().replace(/\s+/g,"");var ar=0;Ce[0]==="-"&&(ar++,this.negative=1),ar<Ce.length&&(Ie===16?this._parseHex(Ce,ar,jt):(this._parseBase(Ce,Ie,ar),jt==="le"&&this._initArray(this.toArray(),Ie,jt)))},k.prototype._initNumber=function(Ce,Ie,jt){Ce<0&&(this.negative=1,Ce=-Ce),Ce<67108864?(this.words=[Ce&67108863],this.length=1):Ce<4503599627370496?(this.words=[Ce&67108863,Ce/67108864&67108863],this.length=2):(n(Ce<9007199254740992),this.words=[Ce&67108863,Ce/67108864&67108863,1],this.length=3),jt==="le"&&this._initArray(this.toArray(),Ie,jt)},k.prototype._initArray=function(Ce,Ie,jt){if(n(typeof Ce.length=="number"),Ce.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(Ce.length/3),this.words=new Array(this.length);for(var ar=0;ar<this.length;ar++)this.words[ar]=0;var ur,kt,he=0;if(jt==="be")for(ar=Ce.length-1,ur=0;ar>=0;ar-=3)kt=Ce[ar]|Ce[ar-1]<<8|Ce[ar-2]<<16,this.words[ur]|=kt<<he&67108863,this.words[ur+1]=kt>>>26-he&67108863,he+=24,he>=26&&(he-=26,ur++);else if(jt==="le")for(ar=0,ur=0;ar<Ce.length;ar+=3)kt=Ce[ar]|Ce[ar+1]<<8|Ce[ar+2]<<16,this.words[ur]|=kt<<he&67108863,this.words[ur+1]=kt>>>26-he&67108863,he+=24,he>=26&&(he-=26,ur++);return this._strip()};function j(pe,Ce){var Ie=pe.charCodeAt(Ce);if(Ie>=48&&Ie<=57)return Ie-48;if(Ie>=65&&Ie<=70)return Ie-55;if(Ie>=97&&Ie<=102)return Ie-87;n(!1,"Invalid character in "+pe)}function V(pe,Ce,Ie){var jt=j(pe,Ie);return Ie-1>=Ce&&(jt|=j(pe,Ie-1)<<4),jt}k.prototype._parseHex=function(Ce,Ie,jt){this.length=Math.ceil((Ce.length-Ie)/6),this.words=new Array(this.length);for(var ar=0;ar<this.length;ar++)this.words[ar]=0;var ur=0,kt=0,he;if(jt==="be")for(ar=Ce.length-1;ar>=Ie;ar-=2)he=V(Ce,Ie,ar)<<ur,this.words[kt]|=he&67108863,ur>=18?(ur-=18,kt+=1,this.words[kt]|=he>>>26):ur+=8;else{var tr=Ce.length-Ie;for(ar=tr%2===0?Ie+1:Ie;ar<Ce.length;ar+=2)he=V(Ce,Ie,ar)<<ur,this.words[kt]|=he&67108863,ur>=18?(ur-=18,kt+=1,this.words[kt]|=he>>>26):ur+=8}this._strip()};function z(pe,Ce,Ie,jt){for(var ar=0,ur=0,kt=Math.min(pe.length,Ie),he=Ce;he<kt;he++){var tr=pe.charCodeAt(he)-48;ar*=jt,tr>=49?ur=tr-49+10:tr>=17?ur=tr-17+10:ur=tr,n(tr>=0&&ur<jt,"Invalid character"),ar+=ur}return ar}k.prototype._parseBase=function(Ce,Ie,jt){this.words=[0],this.length=1;for(var ar=0,ur=1;ur<=67108863;ur*=Ie)ar++;ar--,ur=ur/Ie|0;for(var kt=Ce.length-jt,he=kt%ar,tr=Math.min(kt,kt-he)+jt,gr=0,_r=jt;_r<tr;_r+=ar)gr=z(Ce,_r,_r+ar,Ie),this.imuln(ur),this.words[0]+gr<67108864?this.words[0]+=gr:this._iaddn(gr);if(he!==0){var yr=1;for(gr=z(Ce,_r,Ce.length,Ie),_r=0;_r<he;_r++)yr*=Ie;this.imuln(yr),this.words[0]+gr<67108864?this.words[0]+=gr:this._iaddn(gr)}this._strip()},k.prototype.copy=function(Ce){Ce.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)Ce.words[Ie]=this.words[Ie];Ce.length=this.length,Ce.negative=this.negative,Ce.red=this.red};function re(pe,Ce){pe.words=Ce.words,pe.length=Ce.length,pe.negative=Ce.negative,pe.red=Ce.red}if(k.prototype._move=function(Ce){re(Ce,this)},k.prototype.clone=function(){var Ce=new k(null);return this.copy(Ce),Ce},k.prototype._expand=function(Ce){for(;this.length<Ce;)this.words[this.length++]=0;return this},k.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{k.prototype[Symbol.for("nodejs.util.inspect.custom")]=oe}catch{k.prototype.inspect=oe}else k.prototype.inspect=oe;function oe(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var ue=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],de=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],_e=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(Ce,Ie){Ce=Ce||10,Ie=Ie|0||1;var jt;if(Ce===16||Ce==="hex"){jt="";for(var ar=0,ur=0,kt=0;kt<this.length;kt++){var he=this.words[kt],tr=((he<<ar|ur)&16777215).toString(16);ur=he>>>24-ar&16777215,ar+=2,ar>=26&&(ar-=26,kt--),ur!==0||kt!==this.length-1?jt=ue[6-tr.length]+tr+jt:jt=tr+jt}for(ur!==0&&(jt=ur.toString(16)+jt);jt.length%Ie!==0;)jt="0"+jt;return this.negative!==0&&(jt="-"+jt),jt}if(Ce===(Ce|0)&&Ce>=2&&Ce<=36){var gr=de[Ce],_r=_e[Ce];jt="";var yr=this.clone();for(yr.negative=0;!yr.isZero();){var xr=yr.modrn(_r).toString(Ce);yr=yr.idivn(_r),yr.isZero()?jt=xr+jt:jt=ue[gr-xr.length]+xr+jt}for(this.isZero()&&(jt="0"+jt);jt.length%Ie!==0;)jt="0"+jt;return this.negative!==0&&(jt="-"+jt),jt}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var Ce=this.words[0];return this.length===2?Ce+=this.words[1]*67108864:this.length===3&&this.words[2]===1?Ce+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-Ce:Ce},k.prototype.toJSON=function(){return this.toString(16,2)},L&&(k.prototype.toBuffer=function(Ce,Ie){return this.toArrayLike(L,Ce,Ie)}),k.prototype.toArray=function(Ce,Ie){return this.toArrayLike(Array,Ce,Ie)};var Ne=function(Ce,Ie){return Ce.allocUnsafe?Ce.allocUnsafe(Ie):new Ce(Ie)};k.prototype.toArrayLike=function(Ce,Ie,jt){this._strip();var ar=this.byteLength(),ur=jt||Math.max(1,ar);n(ar<=ur,"byte array longer than desired length"),n(ur>0,"Requested array length <= 0");var kt=Ne(Ce,ur),he=Ie==="le"?"LE":"BE";return this["_toArrayLike"+he](kt,ar),kt},k.prototype._toArrayLikeLE=function(Ce,Ie){for(var jt=0,ar=0,ur=0,kt=0;ur<this.length;ur++){var he=this.words[ur]<<kt|ar;Ce[jt++]=he&255,jt<Ce.length&&(Ce[jt++]=he>>8&255),jt<Ce.length&&(Ce[jt++]=he>>16&255),kt===6?(jt<Ce.length&&(Ce[jt++]=he>>24&255),ar=0,kt=0):(ar=he>>>24,kt+=2)}if(jt<Ce.length)for(Ce[jt++]=ar;jt<Ce.length;)Ce[jt++]=0},k.prototype._toArrayLikeBE=function(Ce,Ie){for(var jt=Ce.length-1,ar=0,ur=0,kt=0;ur<this.length;ur++){var he=this.words[ur]<<kt|ar;Ce[jt--]=he&255,jt>=0&&(Ce[jt--]=he>>8&255),jt>=0&&(Ce[jt--]=he>>16&255),kt===6?(jt>=0&&(Ce[jt--]=he>>24&255),ar=0,kt=0):(ar=he>>>24,kt+=2)}if(jt>=0)for(Ce[jt--]=ar;jt>=0;)Ce[jt--]=0},Math.clz32?k.prototype._countBits=function(Ce){return 32-Math.clz32(Ce)}:k.prototype._countBits=function(Ce){var Ie=Ce,jt=0;return Ie>=4096&&(jt+=13,Ie>>>=13),Ie>=64&&(jt+=7,Ie>>>=7),Ie>=8&&(jt+=4,Ie>>>=4),Ie>=2&&(jt+=2,Ie>>>=2),jt+Ie},k.prototype._zeroBits=function(Ce){if(Ce===0)return 26;var Ie=Ce,jt=0;return Ie&8191||(jt+=13,Ie>>>=13),Ie&127||(jt+=7,Ie>>>=7),Ie&15||(jt+=4,Ie>>>=4),Ie&3||(jt+=2,Ie>>>=2),Ie&1||jt++,jt},k.prototype.bitLength=function(){var Ce=this.words[this.length-1],Ie=this._countBits(Ce);return(this.length-1)*26+Ie};function Ue(pe){for(var Ce=new Array(pe.bitLength()),Ie=0;Ie<Ce.length;Ie++){var jt=Ie/26|0,ar=Ie%26;Ce[Ie]=pe.words[jt]>>>ar&1}return Ce}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var Ce=0,Ie=0;Ie<this.length;Ie++){var jt=this._zeroBits(this.words[Ie]);if(Ce+=jt,jt!==26)break}return Ce},k.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},k.prototype.toTwos=function(Ce){return this.negative!==0?this.abs().inotn(Ce).iaddn(1):this.clone()},k.prototype.fromTwos=function(Ce){return this.testn(Ce-1)?this.notn(Ce).iaddn(1).ineg():this.clone()},k.prototype.isNeg=function(){return this.negative!==0},k.prototype.neg=function(){return this.clone().ineg()},k.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},k.prototype.iuor=function(Ce){for(;this.length<Ce.length;)this.words[this.length++]=0;for(var Ie=0;Ie<Ce.length;Ie++)this.words[Ie]=this.words[Ie]|Ce.words[Ie];return this._strip()},k.prototype.ior=function(Ce){return n((this.negative|Ce.negative)===0),this.iuor(Ce)},k.prototype.or=function(Ce){return this.length>Ce.length?this.clone().ior(Ce):Ce.clone().ior(this)},k.prototype.uor=function(Ce){return this.length>Ce.length?this.clone().iuor(Ce):Ce.clone().iuor(this)},k.prototype.iuand=function(Ce){var Ie;this.length>Ce.length?Ie=Ce:Ie=this;for(var jt=0;jt<Ie.length;jt++)this.words[jt]=this.words[jt]&Ce.words[jt];return this.length=Ie.length,this._strip()},k.prototype.iand=function(Ce){return n((this.negative|Ce.negative)===0),this.iuand(Ce)},k.prototype.and=function(Ce){return this.length>Ce.length?this.clone().iand(Ce):Ce.clone().iand(this)},k.prototype.uand=function(Ce){return this.length>Ce.length?this.clone().iuand(Ce):Ce.clone().iuand(this)},k.prototype.iuxor=function(Ce){var Ie,jt;this.length>Ce.length?(Ie=this,jt=Ce):(Ie=Ce,jt=this);for(var ar=0;ar<jt.length;ar++)this.words[ar]=Ie.words[ar]^jt.words[ar];if(this!==Ie)for(;ar<Ie.length;ar++)this.words[ar]=Ie.words[ar];return this.length=Ie.length,this._strip()},k.prototype.ixor=function(Ce){return n((this.negative|Ce.negative)===0),this.iuxor(Ce)},k.prototype.xor=function(Ce){return this.length>Ce.length?this.clone().ixor(Ce):Ce.clone().ixor(this)},k.prototype.uxor=function(Ce){return this.length>Ce.length?this.clone().iuxor(Ce):Ce.clone().iuxor(this)},k.prototype.inotn=function(Ce){n(typeof Ce=="number"&&Ce>=0);var Ie=Math.ceil(Ce/26)|0,jt=Ce%26;this._expand(Ie),jt>0&&Ie--;for(var ar=0;ar<Ie;ar++)this.words[ar]=~this.words[ar]&67108863;return jt>0&&(this.words[ar]=~this.words[ar]&67108863>>26-jt),this._strip()},k.prototype.notn=function(Ce){return this.clone().inotn(Ce)},k.prototype.setn=function(Ce,Ie){n(typeof Ce=="number"&&Ce>=0);var jt=Ce/26|0,ar=Ce%26;return this._expand(jt+1),Ie?this.words[jt]=this.words[jt]|1<<ar:this.words[jt]=this.words[jt]&~(1<<ar),this._strip()},k.prototype.iadd=function(Ce){var Ie;if(this.negative!==0&&Ce.negative===0)return this.negative=0,Ie=this.isub(Ce),this.negative^=1,this._normSign();if(this.negative===0&&Ce.negative!==0)return Ce.negative=0,Ie=this.isub(Ce),Ce.negative=1,Ie._normSign();var jt,ar;this.length>Ce.length?(jt=this,ar=Ce):(jt=Ce,ar=this);for(var ur=0,kt=0;kt<ar.length;kt++)Ie=(jt.words[kt]|0)+(ar.words[kt]|0)+ur,this.words[kt]=Ie&67108863,ur=Ie>>>26;for(;ur!==0&&kt<jt.length;kt++)Ie=(jt.words[kt]|0)+ur,this.words[kt]=Ie&67108863,ur=Ie>>>26;if(this.length=jt.length,ur!==0)this.words[this.length]=ur,this.length++;else if(jt!==this)for(;kt<jt.length;kt++)this.words[kt]=jt.words[kt];return this},k.prototype.add=function(Ce){var Ie;return Ce.negative!==0&&this.negative===0?(Ce.negative=0,Ie=this.sub(Ce),Ce.negative^=1,Ie):Ce.negative===0&&this.negative!==0?(this.negative=0,Ie=Ce.sub(this),this.negative=1,Ie):this.length>Ce.length?this.clone().iadd(Ce):Ce.clone().iadd(this)},k.prototype.isub=function(Ce){if(Ce.negative!==0){Ce.negative=0;var Ie=this.iadd(Ce);return Ce.negative=1,Ie._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(Ce),this.negative=1,this._normSign();var jt=this.cmp(Ce);if(jt===0)return this.negative=0,this.length=1,this.words[0]=0,this;var ar,ur;jt>0?(ar=this,ur=Ce):(ar=Ce,ur=this);for(var kt=0,he=0;he<ur.length;he++)Ie=(ar.words[he]|0)-(ur.words[he]|0)+kt,kt=Ie>>26,this.words[he]=Ie&67108863;for(;kt!==0&&he<ar.length;he++)Ie=(ar.words[he]|0)+kt,kt=Ie>>26,this.words[he]=Ie&67108863;if(kt===0&&he<ar.length&&ar!==this)for(;he<ar.length;he++)this.words[he]=ar.words[he];return this.length=Math.max(this.length,he),ar!==this&&(this.negative=1),this._strip()},k.prototype.sub=function(Ce){return this.clone().isub(Ce)};function $e(pe,Ce,Ie){Ie.negative=Ce.negative^pe.negative;var jt=pe.length+Ce.length|0;Ie.length=jt,jt=jt-1|0;var ar=pe.words[0]|0,ur=Ce.words[0]|0,kt=ar*ur,he=kt&67108863,tr=kt/67108864|0;Ie.words[0]=he;for(var gr=1;gr<jt;gr++){for(var _r=tr>>>26,yr=tr&67108863,xr=Math.min(gr,Ce.length-1),Nr=Math.max(0,gr-pe.length+1);Nr<=xr;Nr++){var Tr=gr-Nr|0;ar=pe.words[Tr]|0,ur=Ce.words[Nr]|0,kt=ar*ur+yr,_r+=kt/67108864|0,yr=kt&67108863}Ie.words[gr]=yr|0,tr=_r|0}return tr!==0?Ie.words[gr]=tr|0:Ie.length--,Ie._strip()}var Ve=function(Ce,Ie,jt){var ar=Ce.words,ur=Ie.words,kt=jt.words,he=0,tr,gr,_r,yr=ar[0]|0,xr=yr&8191,Nr=yr>>>13,Tr=ar[1]|0,Sr=Tr&8191,Ar=Tr>>>13,Fr=ar[2]|0,Gr=Fr&8191,Vr=Fr>>>13,Dr=ar[3]|0,Ir=Dr&8191,Br=Dr>>>13,Rr=ar[4]|0,Lr=Rr&8191,$r=Rr>>>13,jr=ar[5]|0,vn=jr&8191,Kr=jr>>>13,kr=ar[6]|0,Qr=kr&8191,Zr=kr>>>13,Vi=ar[7]|0,To=Vi&8191,oa=Vi>>>13,Ba=ar[8]|0,rs=Ba&8191,Mn=Ba>>>13,Wr=ar[9]|0,Ur=Wr&8191,Sn=Wr>>>13,Nn=ur[0]|0,Sa=Nn&8191,Li=Nn>>>13,ca=ur[1]|0,fo=ca&8191,zn=ca>>>13,ki=ur[2]|0,Ra=ki&8191,_o=ki>>>13,eo=ur[3]|0,tl=eo&8191,Es=eo>>>13,Hs=ur[4]|0,Ts=Hs&8191,js=Hs>>>13,Gs=ur[5]|0,uc=Gs&8191,rl=Gs>>>13,il=ur[6]|0,bl=il&8191,Wa=il>>>13,Ao=ur[7]|0,ks=Ao&8191,Bo=Ao>>>13,Hr=ur[8]|0,ui=Hr&8191,En=Hr>>>13,An=ur[9]|0,Gi=An&8191,Ki=An>>>13;jt.negative=Ce.negative^Ie.negative,jt.length=19,tr=Math.imul(xr,Sa),gr=Math.imul(xr,Li),gr=gr+Math.imul(Nr,Sa)|0,_r=Math.imul(Nr,Li);var Ea=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,tr=Math.imul(Sr,Sa),gr=Math.imul(Sr,Li),gr=gr+Math.imul(Ar,Sa)|0,_r=Math.imul(Ar,Li),tr=tr+Math.imul(xr,fo)|0,gr=gr+Math.imul(xr,zn)|0,gr=gr+Math.imul(Nr,fo)|0,_r=_r+Math.imul(Nr,zn)|0;var aa=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(aa>>>26)|0,aa&=67108863,tr=Math.imul(Gr,Sa),gr=Math.imul(Gr,Li),gr=gr+Math.imul(Vr,Sa)|0,_r=Math.imul(Vr,Li),tr=tr+Math.imul(Sr,fo)|0,gr=gr+Math.imul(Sr,zn)|0,gr=gr+Math.imul(Ar,fo)|0,_r=_r+Math.imul(Ar,zn)|0,tr=tr+Math.imul(xr,Ra)|0,gr=gr+Math.imul(xr,_o)|0,gr=gr+Math.imul(Nr,Ra)|0,_r=_r+Math.imul(Nr,_o)|0;var Qo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,tr=Math.imul(Ir,Sa),gr=Math.imul(Ir,Li),gr=gr+Math.imul(Br,Sa)|0,_r=Math.imul(Br,Li),tr=tr+Math.imul(Gr,fo)|0,gr=gr+Math.imul(Gr,zn)|0,gr=gr+Math.imul(Vr,fo)|0,_r=_r+Math.imul(Vr,zn)|0,tr=tr+Math.imul(Sr,Ra)|0,gr=gr+Math.imul(Sr,_o)|0,gr=gr+Math.imul(Ar,Ra)|0,_r=_r+Math.imul(Ar,_o)|0,tr=tr+Math.imul(xr,tl)|0,gr=gr+Math.imul(xr,Es)|0,gr=gr+Math.imul(Nr,tl)|0,_r=_r+Math.imul(Nr,Es)|0;var Eo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,tr=Math.imul(Lr,Sa),gr=Math.imul(Lr,Li),gr=gr+Math.imul($r,Sa)|0,_r=Math.imul($r,Li),tr=tr+Math.imul(Ir,fo)|0,gr=gr+Math.imul(Ir,zn)|0,gr=gr+Math.imul(Br,fo)|0,_r=_r+Math.imul(Br,zn)|0,tr=tr+Math.imul(Gr,Ra)|0,gr=gr+Math.imul(Gr,_o)|0,gr=gr+Math.imul(Vr,Ra)|0,_r=_r+Math.imul(Vr,_o)|0,tr=tr+Math.imul(Sr,tl)|0,gr=gr+Math.imul(Sr,Es)|0,gr=gr+Math.imul(Ar,tl)|0,_r=_r+Math.imul(Ar,Es)|0,tr=tr+Math.imul(xr,Ts)|0,gr=gr+Math.imul(xr,js)|0,gr=gr+Math.imul(Nr,Ts)|0,_r=_r+Math.imul(Nr,js)|0;var Vo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,tr=Math.imul(vn,Sa),gr=Math.imul(vn,Li),gr=gr+Math.imul(Kr,Sa)|0,_r=Math.imul(Kr,Li),tr=tr+Math.imul(Lr,fo)|0,gr=gr+Math.imul(Lr,zn)|0,gr=gr+Math.imul($r,fo)|0,_r=_r+Math.imul($r,zn)|0,tr=tr+Math.imul(Ir,Ra)|0,gr=gr+Math.imul(Ir,_o)|0,gr=gr+Math.imul(Br,Ra)|0,_r=_r+Math.imul(Br,_o)|0,tr=tr+Math.imul(Gr,tl)|0,gr=gr+Math.imul(Gr,Es)|0,gr=gr+Math.imul(Vr,tl)|0,_r=_r+Math.imul(Vr,Es)|0,tr=tr+Math.imul(Sr,Ts)|0,gr=gr+Math.imul(Sr,js)|0,gr=gr+Math.imul(Ar,Ts)|0,_r=_r+Math.imul(Ar,js)|0,tr=tr+Math.imul(xr,uc)|0,gr=gr+Math.imul(xr,rl)|0,gr=gr+Math.imul(Nr,uc)|0,_r=_r+Math.imul(Nr,rl)|0;var vs=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(vs>>>26)|0,vs&=67108863,tr=Math.imul(Qr,Sa),gr=Math.imul(Qr,Li),gr=gr+Math.imul(Zr,Sa)|0,_r=Math.imul(Zr,Li),tr=tr+Math.imul(vn,fo)|0,gr=gr+Math.imul(vn,zn)|0,gr=gr+Math.imul(Kr,fo)|0,_r=_r+Math.imul(Kr,zn)|0,tr=tr+Math.imul(Lr,Ra)|0,gr=gr+Math.imul(Lr,_o)|0,gr=gr+Math.imul($r,Ra)|0,_r=_r+Math.imul($r,_o)|0,tr=tr+Math.imul(Ir,tl)|0,gr=gr+Math.imul(Ir,Es)|0,gr=gr+Math.imul(Br,tl)|0,_r=_r+Math.imul(Br,Es)|0,tr=tr+Math.imul(Gr,Ts)|0,gr=gr+Math.imul(Gr,js)|0,gr=gr+Math.imul(Vr,Ts)|0,_r=_r+Math.imul(Vr,js)|0,tr=tr+Math.imul(Sr,uc)|0,gr=gr+Math.imul(Sr,rl)|0,gr=gr+Math.imul(Ar,uc)|0,_r=_r+Math.imul(Ar,rl)|0,tr=tr+Math.imul(xr,bl)|0,gr=gr+Math.imul(xr,Wa)|0,gr=gr+Math.imul(Nr,bl)|0,_r=_r+Math.imul(Nr,Wa)|0;var kn=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(kn>>>26)|0,kn&=67108863,tr=Math.imul(To,Sa),gr=Math.imul(To,Li),gr=gr+Math.imul(oa,Sa)|0,_r=Math.imul(oa,Li),tr=tr+Math.imul(Qr,fo)|0,gr=gr+Math.imul(Qr,zn)|0,gr=gr+Math.imul(Zr,fo)|0,_r=_r+Math.imul(Zr,zn)|0,tr=tr+Math.imul(vn,Ra)|0,gr=gr+Math.imul(vn,_o)|0,gr=gr+Math.imul(Kr,Ra)|0,_r=_r+Math.imul(Kr,_o)|0,tr=tr+Math.imul(Lr,tl)|0,gr=gr+Math.imul(Lr,Es)|0,gr=gr+Math.imul($r,tl)|0,_r=_r+Math.imul($r,Es)|0,tr=tr+Math.imul(Ir,Ts)|0,gr=gr+Math.imul(Ir,js)|0,gr=gr+Math.imul(Br,Ts)|0,_r=_r+Math.imul(Br,js)|0,tr=tr+Math.imul(Gr,uc)|0,gr=gr+Math.imul(Gr,rl)|0,gr=gr+Math.imul(Vr,uc)|0,_r=_r+Math.imul(Vr,rl)|0,tr=tr+Math.imul(Sr,bl)|0,gr=gr+Math.imul(Sr,Wa)|0,gr=gr+Math.imul(Ar,bl)|0,_r=_r+Math.imul(Ar,Wa)|0,tr=tr+Math.imul(xr,ks)|0,gr=gr+Math.imul(xr,Bo)|0,gr=gr+Math.imul(Nr,ks)|0,_r=_r+Math.imul(Nr,Bo)|0;var qo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(qo>>>26)|0,qo&=67108863,tr=Math.imul(rs,Sa),gr=Math.imul(rs,Li),gr=gr+Math.imul(Mn,Sa)|0,_r=Math.imul(Mn,Li),tr=tr+Math.imul(To,fo)|0,gr=gr+Math.imul(To,zn)|0,gr=gr+Math.imul(oa,fo)|0,_r=_r+Math.imul(oa,zn)|0,tr=tr+Math.imul(Qr,Ra)|0,gr=gr+Math.imul(Qr,_o)|0,gr=gr+Math.imul(Zr,Ra)|0,_r=_r+Math.imul(Zr,_o)|0,tr=tr+Math.imul(vn,tl)|0,gr=gr+Math.imul(vn,Es)|0,gr=gr+Math.imul(Kr,tl)|0,_r=_r+Math.imul(Kr,Es)|0,tr=tr+Math.imul(Lr,Ts)|0,gr=gr+Math.imul(Lr,js)|0,gr=gr+Math.imul($r,Ts)|0,_r=_r+Math.imul($r,js)|0,tr=tr+Math.imul(Ir,uc)|0,gr=gr+Math.imul(Ir,rl)|0,gr=gr+Math.imul(Br,uc)|0,_r=_r+Math.imul(Br,rl)|0,tr=tr+Math.imul(Gr,bl)|0,gr=gr+Math.imul(Gr,Wa)|0,gr=gr+Math.imul(Vr,bl)|0,_r=_r+Math.imul(Vr,Wa)|0,tr=tr+Math.imul(Sr,ks)|0,gr=gr+Math.imul(Sr,Bo)|0,gr=gr+Math.imul(Ar,ks)|0,_r=_r+Math.imul(Ar,Bo)|0,tr=tr+Math.imul(xr,ui)|0,gr=gr+Math.imul(xr,En)|0,gr=gr+Math.imul(Nr,ui)|0,_r=_r+Math.imul(Nr,En)|0;var Zl=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,tr=Math.imul(Ur,Sa),gr=Math.imul(Ur,Li),gr=gr+Math.imul(Sn,Sa)|0,_r=Math.imul(Sn,Li),tr=tr+Math.imul(rs,fo)|0,gr=gr+Math.imul(rs,zn)|0,gr=gr+Math.imul(Mn,fo)|0,_r=_r+Math.imul(Mn,zn)|0,tr=tr+Math.imul(To,Ra)|0,gr=gr+Math.imul(To,_o)|0,gr=gr+Math.imul(oa,Ra)|0,_r=_r+Math.imul(oa,_o)|0,tr=tr+Math.imul(Qr,tl)|0,gr=gr+Math.imul(Qr,Es)|0,gr=gr+Math.imul(Zr,tl)|0,_r=_r+Math.imul(Zr,Es)|0,tr=tr+Math.imul(vn,Ts)|0,gr=gr+Math.imul(vn,js)|0,gr=gr+Math.imul(Kr,Ts)|0,_r=_r+Math.imul(Kr,js)|0,tr=tr+Math.imul(Lr,uc)|0,gr=gr+Math.imul(Lr,rl)|0,gr=gr+Math.imul($r,uc)|0,_r=_r+Math.imul($r,rl)|0,tr=tr+Math.imul(Ir,bl)|0,gr=gr+Math.imul(Ir,Wa)|0,gr=gr+Math.imul(Br,bl)|0,_r=_r+Math.imul(Br,Wa)|0,tr=tr+Math.imul(Gr,ks)|0,gr=gr+Math.imul(Gr,Bo)|0,gr=gr+Math.imul(Vr,ks)|0,_r=_r+Math.imul(Vr,Bo)|0,tr=tr+Math.imul(Sr,ui)|0,gr=gr+Math.imul(Sr,En)|0,gr=gr+Math.imul(Ar,ui)|0,_r=_r+Math.imul(Ar,En)|0,tr=tr+Math.imul(xr,Gi)|0,gr=gr+Math.imul(xr,Ki)|0,gr=gr+Math.imul(Nr,Gi)|0,_r=_r+Math.imul(Nr,Ki)|0;var Mo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,tr=Math.imul(Ur,fo),gr=Math.imul(Ur,zn),gr=gr+Math.imul(Sn,fo)|0,_r=Math.imul(Sn,zn),tr=tr+Math.imul(rs,Ra)|0,gr=gr+Math.imul(rs,_o)|0,gr=gr+Math.imul(Mn,Ra)|0,_r=_r+Math.imul(Mn,_o)|0,tr=tr+Math.imul(To,tl)|0,gr=gr+Math.imul(To,Es)|0,gr=gr+Math.imul(oa,tl)|0,_r=_r+Math.imul(oa,Es)|0,tr=tr+Math.imul(Qr,Ts)|0,gr=gr+Math.imul(Qr,js)|0,gr=gr+Math.imul(Zr,Ts)|0,_r=_r+Math.imul(Zr,js)|0,tr=tr+Math.imul(vn,uc)|0,gr=gr+Math.imul(vn,rl)|0,gr=gr+Math.imul(Kr,uc)|0,_r=_r+Math.imul(Kr,rl)|0,tr=tr+Math.imul(Lr,bl)|0,gr=gr+Math.imul(Lr,Wa)|0,gr=gr+Math.imul($r,bl)|0,_r=_r+Math.imul($r,Wa)|0,tr=tr+Math.imul(Ir,ks)|0,gr=gr+Math.imul(Ir,Bo)|0,gr=gr+Math.imul(Br,ks)|0,_r=_r+Math.imul(Br,Bo)|0,tr=tr+Math.imul(Gr,ui)|0,gr=gr+Math.imul(Gr,En)|0,gr=gr+Math.imul(Vr,ui)|0,_r=_r+Math.imul(Vr,En)|0,tr=tr+Math.imul(Sr,Gi)|0,gr=gr+Math.imul(Sr,Ki)|0,gr=gr+Math.imul(Ar,Gi)|0,_r=_r+Math.imul(Ar,Ki)|0;var _u=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(_u>>>26)|0,_u&=67108863,tr=Math.imul(Ur,Ra),gr=Math.imul(Ur,_o),gr=gr+Math.imul(Sn,Ra)|0,_r=Math.imul(Sn,_o),tr=tr+Math.imul(rs,tl)|0,gr=gr+Math.imul(rs,Es)|0,gr=gr+Math.imul(Mn,tl)|0,_r=_r+Math.imul(Mn,Es)|0,tr=tr+Math.imul(To,Ts)|0,gr=gr+Math.imul(To,js)|0,gr=gr+Math.imul(oa,Ts)|0,_r=_r+Math.imul(oa,js)|0,tr=tr+Math.imul(Qr,uc)|0,gr=gr+Math.imul(Qr,rl)|0,gr=gr+Math.imul(Zr,uc)|0,_r=_r+Math.imul(Zr,rl)|0,tr=tr+Math.imul(vn,bl)|0,gr=gr+Math.imul(vn,Wa)|0,gr=gr+Math.imul(Kr,bl)|0,_r=_r+Math.imul(Kr,Wa)|0,tr=tr+Math.imul(Lr,ks)|0,gr=gr+Math.imul(Lr,Bo)|0,gr=gr+Math.imul($r,ks)|0,_r=_r+Math.imul($r,Bo)|0,tr=tr+Math.imul(Ir,ui)|0,gr=gr+Math.imul(Ir,En)|0,gr=gr+Math.imul(Br,ui)|0,_r=_r+Math.imul(Br,En)|0,tr=tr+Math.imul(Gr,Gi)|0,gr=gr+Math.imul(Gr,Ki)|0,gr=gr+Math.imul(Vr,Gi)|0,_r=_r+Math.imul(Vr,Ki)|0;var Bl=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,tr=Math.imul(Ur,tl),gr=Math.imul(Ur,Es),gr=gr+Math.imul(Sn,tl)|0,_r=Math.imul(Sn,Es),tr=tr+Math.imul(rs,Ts)|0,gr=gr+Math.imul(rs,js)|0,gr=gr+Math.imul(Mn,Ts)|0,_r=_r+Math.imul(Mn,js)|0,tr=tr+Math.imul(To,uc)|0,gr=gr+Math.imul(To,rl)|0,gr=gr+Math.imul(oa,uc)|0,_r=_r+Math.imul(oa,rl)|0,tr=tr+Math.imul(Qr,bl)|0,gr=gr+Math.imul(Qr,Wa)|0,gr=gr+Math.imul(Zr,bl)|0,_r=_r+Math.imul(Zr,Wa)|0,tr=tr+Math.imul(vn,ks)|0,gr=gr+Math.imul(vn,Bo)|0,gr=gr+Math.imul(Kr,ks)|0,_r=_r+Math.imul(Kr,Bo)|0,tr=tr+Math.imul(Lr,ui)|0,gr=gr+Math.imul(Lr,En)|0,gr=gr+Math.imul($r,ui)|0,_r=_r+Math.imul($r,En)|0,tr=tr+Math.imul(Ir,Gi)|0,gr=gr+Math.imul(Ir,Ki)|0,gr=gr+Math.imul(Br,Gi)|0,_r=_r+Math.imul(Br,Ki)|0;var Vu=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,tr=Math.imul(Ur,Ts),gr=Math.imul(Ur,js),gr=gr+Math.imul(Sn,Ts)|0,_r=Math.imul(Sn,js),tr=tr+Math.imul(rs,uc)|0,gr=gr+Math.imul(rs,rl)|0,gr=gr+Math.imul(Mn,uc)|0,_r=_r+Math.imul(Mn,rl)|0,tr=tr+Math.imul(To,bl)|0,gr=gr+Math.imul(To,Wa)|0,gr=gr+Math.imul(oa,bl)|0,_r=_r+Math.imul(oa,Wa)|0,tr=tr+Math.imul(Qr,ks)|0,gr=gr+Math.imul(Qr,Bo)|0,gr=gr+Math.imul(Zr,ks)|0,_r=_r+Math.imul(Zr,Bo)|0,tr=tr+Math.imul(vn,ui)|0,gr=gr+Math.imul(vn,En)|0,gr=gr+Math.imul(Kr,ui)|0,_r=_r+Math.imul(Kr,En)|0,tr=tr+Math.imul(Lr,Gi)|0,gr=gr+Math.imul(Lr,Ki)|0,gr=gr+Math.imul($r,Gi)|0,_r=_r+Math.imul($r,Ki)|0;var Iu=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,tr=Math.imul(Ur,uc),gr=Math.imul(Ur,rl),gr=gr+Math.imul(Sn,uc)|0,_r=Math.imul(Sn,rl),tr=tr+Math.imul(rs,bl)|0,gr=gr+Math.imul(rs,Wa)|0,gr=gr+Math.imul(Mn,bl)|0,_r=_r+Math.imul(Mn,Wa)|0,tr=tr+Math.imul(To,ks)|0,gr=gr+Math.imul(To,Bo)|0,gr=gr+Math.imul(oa,ks)|0,_r=_r+Math.imul(oa,Bo)|0,tr=tr+Math.imul(Qr,ui)|0,gr=gr+Math.imul(Qr,En)|0,gr=gr+Math.imul(Zr,ui)|0,_r=_r+Math.imul(Zr,En)|0,tr=tr+Math.imul(vn,Gi)|0,gr=gr+Math.imul(vn,Ki)|0,gr=gr+Math.imul(Kr,Gi)|0,_r=_r+Math.imul(Kr,Ki)|0;var Pu=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,tr=Math.imul(Ur,bl),gr=Math.imul(Ur,Wa),gr=gr+Math.imul(Sn,bl)|0,_r=Math.imul(Sn,Wa),tr=tr+Math.imul(rs,ks)|0,gr=gr+Math.imul(rs,Bo)|0,gr=gr+Math.imul(Mn,ks)|0,_r=_r+Math.imul(Mn,Bo)|0,tr=tr+Math.imul(To,ui)|0,gr=gr+Math.imul(To,En)|0,gr=gr+Math.imul(oa,ui)|0,_r=_r+Math.imul(oa,En)|0,tr=tr+Math.imul(Qr,Gi)|0,gr=gr+Math.imul(Qr,Ki)|0,gr=gr+Math.imul(Zr,Gi)|0,_r=_r+Math.imul(Zr,Ki)|0;var Fn=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,tr=Math.imul(Ur,ks),gr=Math.imul(Ur,Bo),gr=gr+Math.imul(Sn,ks)|0,_r=Math.imul(Sn,Bo),tr=tr+Math.imul(rs,ui)|0,gr=gr+Math.imul(rs,En)|0,gr=gr+Math.imul(Mn,ui)|0,_r=_r+Math.imul(Mn,En)|0,tr=tr+Math.imul(To,Gi)|0,gr=gr+Math.imul(To,Ki)|0,gr=gr+Math.imul(oa,Gi)|0,_r=_r+Math.imul(oa,Ki)|0;var is=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(is>>>26)|0,is&=67108863,tr=Math.imul(Ur,ui),gr=Math.imul(Ur,En),gr=gr+Math.imul(Sn,ui)|0,_r=Math.imul(Sn,En),tr=tr+Math.imul(rs,Gi)|0,gr=gr+Math.imul(rs,Ki)|0,gr=gr+Math.imul(Mn,Gi)|0,_r=_r+Math.imul(Mn,Ki)|0;var pu=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(pu>>>26)|0,pu&=67108863,tr=Math.imul(Ur,Gi),gr=Math.imul(Ur,Ki),gr=gr+Math.imul(Sn,Gi)|0,_r=Math.imul(Sn,Ki);var ku=(he+tr|0)+((gr&8191)<<13)|0;return he=(_r+(gr>>>13)|0)+(ku>>>26)|0,ku&=67108863,kt[0]=Ea,kt[1]=aa,kt[2]=Qo,kt[3]=Eo,kt[4]=Vo,kt[5]=vs,kt[6]=kn,kt[7]=qo,kt[8]=Zl,kt[9]=Mo,kt[10]=_u,kt[11]=Bl,kt[12]=Vu,kt[13]=Iu,kt[14]=Pu,kt[15]=Fn,kt[16]=is,kt[17]=pu,kt[18]=ku,he!==0&&(kt[19]=he,jt.length++),jt};Math.imul||(Ve=$e);function Fe(pe,Ce,Ie){Ie.negative=Ce.negative^pe.negative,Ie.length=pe.length+Ce.length;for(var jt=0,ar=0,ur=0;ur<Ie.length-1;ur++){var kt=ar;ar=0;for(var he=jt&67108863,tr=Math.min(ur,Ce.length-1),gr=Math.max(0,ur-pe.length+1);gr<=tr;gr++){var _r=ur-gr,yr=pe.words[_r]|0,xr=Ce.words[gr]|0,Nr=yr*xr,Tr=Nr&67108863;kt=kt+(Nr/67108864|0)|0,Tr=Tr+he|0,he=Tr&67108863,kt=kt+(Tr>>>26)|0,ar+=kt>>>26,kt&=67108863}Ie.words[ur]=he,jt=kt,kt=ar}return jt!==0?Ie.words[ur]=jt:Ie.length--,Ie._strip()}function qe(pe,Ce,Ie){return Fe(pe,Ce,Ie)}k.prototype.mulTo=function(Ce,Ie){var jt,ar=this.length+Ce.length;return this.length===10&&Ce.length===10?jt=Ve(this,Ce,Ie):ar<63?jt=$e(this,Ce,Ie):ar<1024?jt=Fe(this,Ce,Ie):jt=qe(this,Ce,Ie),jt},k.prototype.mul=function(Ce){var Ie=new k(null);return Ie.words=new Array(this.length+Ce.length),this.mulTo(Ce,Ie)},k.prototype.mulf=function(Ce){var Ie=new k(null);return Ie.words=new Array(this.length+Ce.length),qe(this,Ce,Ie)},k.prototype.imul=function(Ce){return this.clone().mulTo(Ce,this)},k.prototype.imuln=function(Ce){var Ie=Ce<0;Ie&&(Ce=-Ce),n(typeof Ce=="number"),n(Ce<67108864);for(var jt=0,ar=0;ar<this.length;ar++){var ur=(this.words[ar]|0)*Ce,kt=(ur&67108863)+(jt&67108863);jt>>=26,jt+=ur/67108864|0,jt+=kt>>>26,this.words[ar]=kt&67108863}return jt!==0&&(this.words[ar]=jt,this.length++),Ie?this.ineg():this},k.prototype.muln=function(Ce){return this.clone().imuln(Ce)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(Ce){var Ie=Ue(Ce);if(Ie.length===0)return new k(1);for(var jt=this,ar=0;ar<Ie.length&&Ie[ar]===0;ar++,jt=jt.sqr());if(++ar<Ie.length)for(var ur=jt.sqr();ar<Ie.length;ar++,ur=ur.sqr())Ie[ar]!==0&&(jt=jt.mul(ur));return jt},k.prototype.iushln=function(Ce){n(typeof Ce=="number"&&Ce>=0);var Ie=Ce%26,jt=(Ce-Ie)/26,ar=67108863>>>26-Ie<<26-Ie,ur;if(Ie!==0){var kt=0;for(ur=0;ur<this.length;ur++){var he=this.words[ur]&ar,tr=(this.words[ur]|0)-he<<Ie;this.words[ur]=tr|kt,kt=he>>>26-Ie}kt&&(this.words[ur]=kt,this.length++)}if(jt!==0){for(ur=this.length-1;ur>=0;ur--)this.words[ur+jt]=this.words[ur];for(ur=0;ur<jt;ur++)this.words[ur]=0;this.length+=jt}return this._strip()},k.prototype.ishln=function(Ce){return n(this.negative===0),this.iushln(Ce)},k.prototype.iushrn=function(Ce,Ie,jt){n(typeof Ce=="number"&&Ce>=0);var ar;Ie?ar=(Ie-Ie%26)/26:ar=0;var ur=Ce%26,kt=Math.min((Ce-ur)/26,this.length),he=67108863^67108863>>>ur<<ur,tr=jt;if(ar-=kt,ar=Math.max(0,ar),tr){for(var gr=0;gr<kt;gr++)tr.words[gr]=this.words[gr];tr.length=kt}if(kt!==0)if(this.length>kt)for(this.length-=kt,gr=0;gr<this.length;gr++)this.words[gr]=this.words[gr+kt];else this.words[0]=0,this.length=1;var _r=0;for(gr=this.length-1;gr>=0&&(_r!==0||gr>=ar);gr--){var yr=this.words[gr]|0;this.words[gr]=_r<<26-ur|yr>>>ur,_r=yr&he}return tr&&_r!==0&&(tr.words[tr.length++]=_r),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},k.prototype.ishrn=function(Ce,Ie,jt){return n(this.negative===0),this.iushrn(Ce,Ie,jt)},k.prototype.shln=function(Ce){return this.clone().ishln(Ce)},k.prototype.ushln=function(Ce){return this.clone().iushln(Ce)},k.prototype.shrn=function(Ce){return this.clone().ishrn(Ce)},k.prototype.ushrn=function(Ce){return this.clone().iushrn(Ce)},k.prototype.testn=function(Ce){n(typeof Ce=="number"&&Ce>=0);var Ie=Ce%26,jt=(Ce-Ie)/26,ar=1<<Ie;if(this.length<=jt)return!1;var ur=this.words[jt];return!!(ur&ar)},k.prototype.imaskn=function(Ce){n(typeof Ce=="number"&&Ce>=0);var Ie=Ce%26,jt=(Ce-Ie)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=jt)return this;if(Ie!==0&&jt++,this.length=Math.min(jt,this.length),Ie!==0){var ar=67108863^67108863>>>Ie<<Ie;this.words[this.length-1]&=ar}return this._strip()},k.prototype.maskn=function(Ce){return this.clone().imaskn(Ce)},k.prototype.iaddn=function(Ce){return n(typeof Ce=="number"),n(Ce<67108864),Ce<0?this.isubn(-Ce):this.negative!==0?this.length===1&&(this.words[0]|0)<=Ce?(this.words[0]=Ce-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(Ce),this.negative=1,this):this._iaddn(Ce)},k.prototype._iaddn=function(Ce){this.words[0]+=Ce;for(var Ie=0;Ie<this.length&&this.words[Ie]>=67108864;Ie++)this.words[Ie]-=67108864,Ie===this.length-1?this.words[Ie+1]=1:this.words[Ie+1]++;return this.length=Math.max(this.length,Ie+1),this},k.prototype.isubn=function(Ce){if(n(typeof Ce=="number"),n(Ce<67108864),Ce<0)return this.iaddn(-Ce);if(this.negative!==0)return this.negative=0,this.iaddn(Ce),this.negative=1,this;if(this.words[0]-=Ce,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var Ie=0;Ie<this.length&&this.words[Ie]<0;Ie++)this.words[Ie]+=67108864,this.words[Ie+1]-=1;return this._strip()},k.prototype.addn=function(Ce){return this.clone().iaddn(Ce)},k.prototype.subn=function(Ce){return this.clone().isubn(Ce)},k.prototype.iabs=function(){return this.negative=0,this},k.prototype.abs=function(){return this.clone().iabs()},k.prototype._ishlnsubmul=function(Ce,Ie,jt){var ar=Ce.length+jt,ur;this._expand(ar);var kt,he=0;for(ur=0;ur<Ce.length;ur++){kt=(this.words[ur+jt]|0)+he;var tr=(Ce.words[ur]|0)*Ie;kt-=tr&67108863,he=(kt>>26)-(tr/67108864|0),this.words[ur+jt]=kt&67108863}for(;ur<this.length-jt;ur++)kt=(this.words[ur+jt]|0)+he,he=kt>>26,this.words[ur+jt]=kt&67108863;if(he===0)return this._strip();for(n(he===-1),he=0,ur=0;ur<this.length;ur++)kt=-(this.words[ur]|0)+he,he=kt>>26,this.words[ur]=kt&67108863;return this.negative=1,this._strip()},k.prototype._wordDiv=function(Ce,Ie){var jt=this.length-Ce.length,ar=this.clone(),ur=Ce,kt=ur.words[ur.length-1]|0,he=this._countBits(kt);jt=26-he,jt!==0&&(ur=ur.ushln(jt),ar.iushln(jt),kt=ur.words[ur.length-1]|0);var tr=ar.length-ur.length,gr;if(Ie!=="mod"){gr=new k(null),gr.length=tr+1,gr.words=new Array(gr.length);for(var _r=0;_r<gr.length;_r++)gr.words[_r]=0}var yr=ar.clone()._ishlnsubmul(ur,1,tr);yr.negative===0&&(ar=yr,gr&&(gr.words[tr]=1));for(var xr=tr-1;xr>=0;xr--){var Nr=(ar.words[ur.length+xr]|0)*67108864+(ar.words[ur.length+xr-1]|0);for(Nr=Math.min(Nr/kt|0,67108863),ar._ishlnsubmul(ur,Nr,xr);ar.negative!==0;)Nr--,ar.negative=0,ar._ishlnsubmul(ur,1,xr),ar.isZero()||(ar.negative^=1);gr&&(gr.words[xr]=Nr)}return gr&&gr._strip(),ar._strip(),Ie!=="div"&&jt!==0&&ar.iushrn(jt),{div:gr||null,mod:ar}},k.prototype.divmod=function(Ce,Ie,jt){if(n(!Ce.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var ar,ur,kt;return this.negative!==0&&Ce.negative===0?(kt=this.neg().divmod(Ce,Ie),Ie!=="mod"&&(ar=kt.div.neg()),Ie!=="div"&&(ur=kt.mod.neg(),jt&&ur.negative!==0&&ur.iadd(Ce)),{div:ar,mod:ur}):this.negative===0&&Ce.negative!==0?(kt=this.divmod(Ce.neg(),Ie),Ie!=="mod"&&(ar=kt.div.neg()),{div:ar,mod:kt.mod}):this.negative&Ce.negative?(kt=this.neg().divmod(Ce.neg(),Ie),Ie!=="div"&&(ur=kt.mod.neg(),jt&&ur.negative!==0&&ur.isub(Ce)),{div:kt.div,mod:ur}):Ce.length>this.length||this.cmp(Ce)<0?{div:new k(0),mod:this}:Ce.length===1?Ie==="div"?{div:this.divn(Ce.words[0]),mod:null}:Ie==="mod"?{div:null,mod:new k(this.modrn(Ce.words[0]))}:{div:this.divn(Ce.words[0]),mod:new k(this.modrn(Ce.words[0]))}:this._wordDiv(Ce,Ie)},k.prototype.div=function(Ce){return this.divmod(Ce,"div",!1).div},k.prototype.mod=function(Ce){return this.divmod(Ce,"mod",!1).mod},k.prototype.umod=function(Ce){return this.divmod(Ce,"mod",!0).mod},k.prototype.divRound=function(Ce){var Ie=this.divmod(Ce);if(Ie.mod.isZero())return Ie.div;var jt=Ie.div.negative!==0?Ie.mod.isub(Ce):Ie.mod,ar=Ce.ushrn(1),ur=Ce.andln(1),kt=jt.cmp(ar);return kt<0||ur===1&&kt===0?Ie.div:Ie.div.negative!==0?Ie.div.isubn(1):Ie.div.iaddn(1)},k.prototype.modrn=function(Ce){var Ie=Ce<0;Ie&&(Ce=-Ce),n(Ce<=67108863);for(var jt=(1<<26)%Ce,ar=0,ur=this.length-1;ur>=0;ur--)ar=(jt*ar+(this.words[ur]|0))%Ce;return Ie?-ar:ar},k.prototype.modn=function(Ce){return this.modrn(Ce)},k.prototype.idivn=function(Ce){var Ie=Ce<0;Ie&&(Ce=-Ce),n(Ce<=67108863);for(var jt=0,ar=this.length-1;ar>=0;ar--){var ur=(this.words[ar]|0)+jt*67108864;this.words[ar]=ur/Ce|0,jt=ur%Ce}return this._strip(),Ie?this.ineg():this},k.prototype.divn=function(Ce){return this.clone().idivn(Ce)},k.prototype.egcd=function(Ce){n(Ce.negative===0),n(!Ce.isZero());var Ie=this,jt=Ce.clone();Ie.negative!==0?Ie=Ie.umod(Ce):Ie=Ie.clone();for(var ar=new k(1),ur=new k(0),kt=new k(0),he=new k(1),tr=0;Ie.isEven()&&jt.isEven();)Ie.iushrn(1),jt.iushrn(1),++tr;for(var gr=jt.clone(),_r=Ie.clone();!Ie.isZero();){for(var yr=0,xr=1;!(Ie.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ie.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(gr),ur.isub(_r)),ar.iushrn(1),ur.iushrn(1);for(var Nr=0,Tr=1;!(jt.words[0]&Tr)&&Nr<26;++Nr,Tr<<=1);if(Nr>0)for(jt.iushrn(Nr);Nr-- >0;)(kt.isOdd()||he.isOdd())&&(kt.iadd(gr),he.isub(_r)),kt.iushrn(1),he.iushrn(1);Ie.cmp(jt)>=0?(Ie.isub(jt),ar.isub(kt),ur.isub(he)):(jt.isub(Ie),kt.isub(ar),he.isub(ur))}return{a:kt,b:he,gcd:jt.iushln(tr)}},k.prototype._invmp=function(Ce){n(Ce.negative===0),n(!Ce.isZero());var Ie=this,jt=Ce.clone();Ie.negative!==0?Ie=Ie.umod(Ce):Ie=Ie.clone();for(var ar=new k(1),ur=new k(0),kt=jt.clone();Ie.cmpn(1)>0&&jt.cmpn(1)>0;){for(var he=0,tr=1;!(Ie.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ie.iushrn(he);he-- >0;)ar.isOdd()&&ar.iadd(kt),ar.iushrn(1);for(var gr=0,_r=1;!(jt.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(jt.iushrn(gr);gr-- >0;)ur.isOdd()&&ur.iadd(kt),ur.iushrn(1);Ie.cmp(jt)>=0?(Ie.isub(jt),ar.isub(ur)):(jt.isub(Ie),ur.isub(ar))}var yr;return Ie.cmpn(1)===0?yr=ar:yr=ur,yr.cmpn(0)<0&&yr.iadd(Ce),yr},k.prototype.gcd=function(Ce){if(this.isZero())return Ce.abs();if(Ce.isZero())return this.abs();var Ie=this.clone(),jt=Ce.clone();Ie.negative=0,jt.negative=0;for(var ar=0;Ie.isEven()&&jt.isEven();ar++)Ie.iushrn(1),jt.iushrn(1);do{for(;Ie.isEven();)Ie.iushrn(1);for(;jt.isEven();)jt.iushrn(1);var ur=Ie.cmp(jt);if(ur<0){var kt=Ie;Ie=jt,jt=kt}else if(ur===0||jt.cmpn(1)===0)break;Ie.isub(jt)}while(!0);return jt.iushln(ar)},k.prototype.invm=function(Ce){return this.egcd(Ce).a.umod(Ce)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(Ce){return this.words[0]&Ce},k.prototype.bincn=function(Ce){n(typeof Ce=="number");var Ie=Ce%26,jt=(Ce-Ie)/26,ar=1<<Ie;if(this.length<=jt)return this._expand(jt+1),this.words[jt]|=ar,this;for(var ur=ar,kt=jt;ur!==0&&kt<this.length;kt++){var he=this.words[kt]|0;he+=ur,ur=he>>>26,he&=67108863,this.words[kt]=he}return ur!==0&&(this.words[kt]=ur,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(Ce){var Ie=Ce<0;if(this.negative!==0&&!Ie)return-1;if(this.negative===0&&Ie)return 1;this._strip();var jt;if(this.length>1)jt=1;else{Ie&&(Ce=-Ce),n(Ce<=67108863,"Number is too big");var ar=this.words[0]|0;jt=ar===Ce?0:ar<Ce?-1:1}return this.negative!==0?-jt|0:jt},k.prototype.cmp=function(Ce){if(this.negative!==0&&Ce.negative===0)return-1;if(this.negative===0&&Ce.negative!==0)return 1;var Ie=this.ucmp(Ce);return this.negative!==0?-Ie|0:Ie},k.prototype.ucmp=function(Ce){if(this.length>Ce.length)return 1;if(this.length<Ce.length)return-1;for(var Ie=0,jt=this.length-1;jt>=0;jt--){var ar=this.words[jt]|0,ur=Ce.words[jt]|0;if(ar!==ur){ar<ur?Ie=-1:ar>ur&&(Ie=1);break}}return Ie},k.prototype.gtn=function(Ce){return this.cmpn(Ce)===1},k.prototype.gt=function(Ce){return this.cmp(Ce)===1},k.prototype.gten=function(Ce){return this.cmpn(Ce)>=0},k.prototype.gte=function(Ce){return this.cmp(Ce)>=0},k.prototype.ltn=function(Ce){return this.cmpn(Ce)===-1},k.prototype.lt=function(Ce){return this.cmp(Ce)===-1},k.prototype.lten=function(Ce){return this.cmpn(Ce)<=0},k.prototype.lte=function(Ce){return this.cmp(Ce)<=0},k.prototype.eqn=function(Ce){return this.cmpn(Ce)===0},k.prototype.eq=function(Ce){return this.cmp(Ce)===0},k.red=function(Ce){return new Et(Ce)},k.prototype.toRed=function(Ce){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),Ce.convertTo(this)._forceRed(Ce)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(Ce){return this.red=Ce,this},k.prototype.forceRed=function(Ce){return n(!this.red,"Already a number in reduction context"),this._forceRed(Ce)},k.prototype.redAdd=function(Ce){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,Ce)},k.prototype.redIAdd=function(Ce){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,Ce)},k.prototype.redSub=function(Ce){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,Ce)},k.prototype.redISub=function(Ce){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,Ce)},k.prototype.redShl=function(Ce){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,Ce)},k.prototype.redMul=function(Ce){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,Ce),this.red.mul(this,Ce)},k.prototype.redIMul=function(Ce){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,Ce),this.red.imul(this,Ce)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(Ce){return n(this.red&&!Ce.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,Ce)};var er={k256:null,p224:null,p192:null,p25519:null};function ir(pe,Ce){this.name=pe,this.p=new k(Ce,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}ir.prototype._tmp=function(){var Ce=new k(null);return Ce.words=new Array(Math.ceil(this.n/13)),Ce},ir.prototype.ireduce=function(Ce){var Ie=Ce,jt;do this.split(Ie,this.tmp),Ie=this.imulK(Ie),Ie=Ie.iadd(this.tmp),jt=Ie.bitLength();while(jt>this.n);var ar=jt<this.n?-1:Ie.ucmp(this.p);return ar===0?(Ie.words[0]=0,Ie.length=1):ar>0?Ie.isub(this.p):Ie.strip!==void 0?Ie.strip():Ie._strip(),Ie},ir.prototype.split=function(Ce,Ie){Ce.iushrn(this.n,0,Ie)},ir.prototype.imulK=function(Ce){return Ce.imul(this.k)};function dr(){ir.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(dr,ir),dr.prototype.split=function(Ce,Ie){for(var jt=4194303,ar=Math.min(Ce.length,9),ur=0;ur<ar;ur++)Ie.words[ur]=Ce.words[ur];if(Ie.length=ar,Ce.length<=9){Ce.words[0]=0,Ce.length=1;return}var kt=Ce.words[9];for(Ie.words[Ie.length++]=kt&jt,ur=10;ur<Ce.length;ur++){var he=Ce.words[ur]|0;Ce.words[ur-10]=(he&jt)<<4|kt>>>22,kt=he}kt>>>=22,Ce.words[ur-10]=kt,kt===0&&Ce.length>10?Ce.length-=10:Ce.length-=9},dr.prototype.imulK=function(Ce){Ce.words[Ce.length]=0,Ce.words[Ce.length+1]=0,Ce.length+=2;for(var Ie=0,jt=0;jt<Ce.length;jt++){var ar=Ce.words[jt]|0;Ie+=ar*977,Ce.words[jt]=Ie&67108863,Ie=ar*64+(Ie/67108864|0)}return Ce.words[Ce.length-1]===0&&(Ce.length--,Ce.words[Ce.length-1]===0&&Ce.length--),Ce};function cr(){ir.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}$(cr,ir);function nr(){ir.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}$(nr,ir);function lr(){ir.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}$(lr,ir),lr.prototype.imulK=function(Ce){for(var Ie=0,jt=0;jt<Ce.length;jt++){var ar=(Ce.words[jt]|0)*19+Ie,ur=ar&67108863;ar>>>=26,Ce.words[jt]=ur,Ie=ar}return Ie!==0&&(Ce.words[Ce.length++]=Ie),Ce},k._prime=function(Ce){if(er[Ce])return er[Ce];var Ie;if(Ce==="k256")Ie=new dr;else if(Ce==="p224")Ie=new cr;else if(Ce==="p192")Ie=new nr;else if(Ce==="p25519")Ie=new lr;else throw new Error("Unknown prime "+Ce);return er[Ce]=Ie,Ie};function Et(pe){if(typeof pe=="string"){var Ce=k._prime(pe);this.m=Ce.p,this.prime=Ce}else n(pe.gtn(1),"modulus must be greater than 1"),this.m=pe,this.prime=null}Et.prototype._verify1=function(Ce){n(Ce.negative===0,"red works only with positives"),n(Ce.red,"red works only with red numbers")},Et.prototype._verify2=function(Ce,Ie){n((Ce.negative|Ie.negative)===0,"red works only with positives"),n(Ce.red&&Ce.red===Ie.red,"red works only with red numbers")},Et.prototype.imod=function(Ce){return this.prime?this.prime.ireduce(Ce)._forceRed(this):(re(Ce,Ce.umod(this.m)._forceRed(this)),Ce)},Et.prototype.neg=function(Ce){return Ce.isZero()?Ce.clone():this.m.sub(Ce)._forceRed(this)},Et.prototype.add=function(Ce,Ie){this._verify2(Ce,Ie);var jt=Ce.add(Ie);return jt.cmp(this.m)>=0&&jt.isub(this.m),jt._forceRed(this)},Et.prototype.iadd=function(Ce,Ie){this._verify2(Ce,Ie);var jt=Ce.iadd(Ie);return jt.cmp(this.m)>=0&&jt.isub(this.m),jt},Et.prototype.sub=function(Ce,Ie){this._verify2(Ce,Ie);var jt=Ce.sub(Ie);return jt.cmpn(0)<0&&jt.iadd(this.m),jt._forceRed(this)},Et.prototype.isub=function(Ce,Ie){this._verify2(Ce,Ie);var jt=Ce.isub(Ie);return jt.cmpn(0)<0&&jt.iadd(this.m),jt},Et.prototype.shl=function(Ce,Ie){return this._verify1(Ce),this.imod(Ce.ushln(Ie))},Et.prototype.imul=function(Ce,Ie){return this._verify2(Ce,Ie),this.imod(Ce.imul(Ie))},Et.prototype.mul=function(Ce,Ie){return this._verify2(Ce,Ie),this.imod(Ce.mul(Ie))},Et.prototype.isqr=function(Ce){return this.imul(Ce,Ce.clone())},Et.prototype.sqr=function(Ce){return this.mul(Ce,Ce)},Et.prototype.sqrt=function(Ce){if(Ce.isZero())return Ce.clone();var Ie=this.m.andln(3);if(n(Ie%2===1),Ie===3){var jt=this.m.add(new k(1)).iushrn(2);return this.pow(Ce,jt)}for(var ar=this.m.subn(1),ur=0;!ar.isZero()&&ar.andln(1)===0;)ur++,ar.iushrn(1);n(!ar.isZero());var kt=new k(1).toRed(this),he=kt.redNeg(),tr=this.m.subn(1).iushrn(1),gr=this.m.bitLength();for(gr=new k(2*gr*gr).toRed(this);this.pow(gr,tr).cmp(he)!==0;)gr.redIAdd(he);for(var _r=this.pow(gr,ar),yr=this.pow(Ce,ar.addn(1).iushrn(1)),xr=this.pow(Ce,ar),Nr=ur;xr.cmp(kt)!==0;){for(var Tr=xr,Sr=0;Tr.cmp(kt)!==0;Sr++)Tr=Tr.redSqr();n(Sr<Nr);var Ar=this.pow(_r,new k(1).iushln(Nr-Sr-1));yr=yr.redMul(Ar),_r=Ar.redSqr(),xr=xr.redMul(_r),Nr=Sr}return yr},Et.prototype.invm=function(Ce){var Ie=Ce._invmp(this.m);return Ie.negative!==0?(Ie.negative=0,this.imod(Ie).redNeg()):this.imod(Ie)},Et.prototype.pow=function(Ce,Ie){if(Ie.isZero())return new k(1).toRed(this);if(Ie.cmpn(1)===0)return Ce.clone();var jt=4,ar=new Array(1<<jt);ar[0]=new k(1).toRed(this),ar[1]=Ce;for(var ur=2;ur<ar.length;ur++)ar[ur]=this.mul(ar[ur-1],Ce);var kt=ar[0],he=0,tr=0,gr=Ie.bitLength()%26;for(gr===0&&(gr=26),ur=Ie.length-1;ur>=0;ur--){for(var _r=Ie.words[ur],yr=gr-1;yr>=0;yr--){var xr=_r>>yr&1;if(kt!==ar[0]&&(kt=this.sqr(kt)),xr===0&&he===0){tr=0;continue}he<<=1,he|=xr,tr++,!(tr!==jt&&(ur!==0||yr!==0))&&(kt=this.mul(kt,ar[he]),tr=0,he=0)}gr=26}return kt},Et.prototype.convertTo=function(Ce){var Ie=Ce.umod(this.m);return Ie===Ce?Ie.clone():Ie},Et.prototype.convertFrom=function(Ce){var Ie=Ce.clone();return Ie.red=null,Ie},k.mont=function(Ce){return new ie(Ce)};function ie(pe){Et.call(this,pe),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(ie,Et),ie.prototype.convertTo=function(Ce){return this.imod(Ce.ushln(this.shift))},ie.prototype.convertFrom=function(Ce){var Ie=this.imod(Ce.mul(this.rinv));return Ie.red=null,Ie},ie.prototype.imul=function(Ce,Ie){if(Ce.isZero()||Ie.isZero())return Ce.words[0]=0,Ce.length=1,Ce;var jt=Ce.imul(Ie),ar=jt.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),ur=jt.isub(ar).iushrn(this.shift),kt=ur;return ur.cmp(this.m)>=0?kt=ur.isub(this.m):ur.cmpn(0)<0&&(kt=ur.iadd(this.m)),kt._forceRed(this)},ie.prototype.mul=function(Ce,Ie){if(Ce.isZero()||Ie.isZero())return new k(0)._forceRed(this);var jt=Ce.mul(Ie),ar=jt.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),ur=jt.isub(ar).iushrn(this.shift),kt=ur;return ur.cmp(this.m)>=0?kt=ur.isub(this.m):ur.cmpn(0)<0&&(kt=ur.iadd(this.m)),kt._forceRed(this)},ie.prototype.invm=function(Ce){var Ie=this.imod(Ce._invmp(this.m).mul(this.r2));return Ie._forceRed(this)}})(e,commonjsGlobal)})(bn$5);var bnExports$4=bn$5.exports,BN$e=bnExports$4,randomBytes$1=browserExports;function blind(e){var t=getr(e),y=t.toRed(BN$e.mont(e.modulus)).redPow(new BN$e(e.publicExponent)).fromRed();return{blinder:y,unblinder:t.invm(e.modulus)}}function getr(e){var t=e.modulus.byteLength(),y;do y=new BN$e(randomBytes$1(t));while(y.cmp(e.modulus)>=0||!y.umod(e.prime1)||!y.umod(e.prime2));return y}function crt$3(e,t){var y=blind(t),n=t.modulus.byteLength(),$=new BN$e(e).mul(y.blinder).umod(t.modulus),k=$.toRed(BN$e.mont(t.prime1)),L=$.toRed(BN$e.mont(t.prime2)),j=t.coefficient,V=t.prime1,z=t.prime2,re=k.redPow(t.exponent1).fromRed(),oe=L.redPow(t.exponent2).fromRed(),ue=re.isub(oe).imul(j).umod(V).imul(z);return oe.iadd(ue).imul(y.unblinder).umod(t.modulus).toArrayLike(Buffer$F,"be",n)}crt$3.getr=getr;var browserifyRsa=crt$3,elliptic$1={};const name$1="elliptic",version$1="6.5.7",description$1="EC cryptography",main$1="lib/elliptic.js",files=["lib"],scripts$1={lint:"eslint lib test","lint:fix":"npm run lint -- --fix",unit:"istanbul test _mocha --reporter=spec test/index.js",test:"npm run lint && npm run unit",version:"grunt dist && git add dist/"},repository$1={type:"git",url:"git@github.com:indutny/elliptic"},keywords$1=["EC","Elliptic","curve","Cryptography"],author$1="Fedor Indutny <fedor@indutny.com>",license$1="MIT",bugs$1={url:"https://github.com/indutny/elliptic/issues"},homepage$1="https://github.com/indutny/elliptic",devDependencies$1={brfs:"^2.0.2",coveralls:"^3.1.0",eslint:"^7.6.0",grunt:"^1.2.1","grunt-browserify":"^5.3.0","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^5.0.0","grunt-mocha-istanbul":"^5.0.2","grunt-saucelabs":"^9.0.1",istanbul:"^0.4.5",mocha:"^8.0.1"},dependencies$1={"bn.js":"^4.11.9",brorand:"^1.1.0","hash.js":"^1.0.0","hmac-drbg":"^1.0.1",inherits:"^2.0.4","minimalistic-assert":"^1.0.1","minimalistic-crypto-utils":"^1.0.1"},require$$0={name:name$1,version:version$1,description:description$1,main:main$1,files,scripts:scripts$1,repository:repository$1,keywords:keywords$1,author:author$1,license:license$1,bugs:bugs$1,homepage:homepage$1,devDependencies:devDependencies$1,dependencies:dependencies$1};var utils$o={},bn$4={exports:{}};bn$4.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie<ie.length&&(pe===16?this._parseHex(ie,Ie,Ce):(this._parseBase(ie,pe,Ie),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)))},k.prototype._initNumber=function(ie,pe,Ce){ie<0&&(this.negative=1,ie=-ie),ie<67108864?(this.words=[ie&67108863],this.length=1):ie<4503599627370496?(this.words=[ie&67108863,ie/67108864&67108863],this.length=2):(n(ie<9007199254740992),this.words=[ie&67108863,ie/67108864&67108863,1],this.length=3),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)},k.prototype._initArray=function(ie,pe,Ce){if(n(typeof ie.length=="number"),ie.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(ie.length/3),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt,ar,ur=0;if(Ce==="be")for(Ie=ie.length-1,jt=0;Ie>=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie<ie.length;Ie+=3)ar=ie[Ie]|ie[Ie+1]<<8|ie[Ie+2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt=0,ar=0,ur;if(Ce==="be")for(Ie=ie.length-1;Ie>=pe;Ie-=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie<ie.length;Ie+=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar<jt;ar++){var ur=Et.charCodeAt(ar)-48;Ie*=Ce,ur>=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr<kt;tr+=Ie)he=z(ie,tr,tr+Ie,pe),this.imuln(jt),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he);if(ur!==0){var gr=1;for(he=z(ie,tr,ie.length,pe),tr=0;tr<ur;tr++)gr*=pe;this.imuln(gr),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he)}this.strip()},k.prototype.copy=function(ie){ie.words=new Array(this.length);for(var pe=0;pe<this.length;pe++)ie.words[pe]=this.words[pe];ie.length=this.length,ie.negative=this.negative,ie.red=this.red},k.prototype.clone=function(){var ie=new k(null);return this.copy(ie),ie},k.prototype._expand=function(ie){for(;this.length<ie;)this.words[this.length++]=0;return this},k.prototype.strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar<this.length;ar++){var ur=this.words[ar],kt=((ur<<Ie|jt)&16777215).toString(16);jt=ur>>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he<jt;he++)ur[he]=0}else{for(he=0;he<jt-Ie;he++)ur[he]=0;for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[jt-he-1]=kt}return ur},Math.clz32?k.prototype._countBits=function(ie){return 32-Math.clz32(ie)}:k.prototype._countBits=function(ie){var pe=ie,Ce=0;return pe>=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe<ie.length;pe++){var Ce=pe/26|0,Ie=pe%26;ie[pe]=(Et.words[Ce]&1<<Ie)>>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;pe<this.length;pe++){var Ce=this._zeroBits(this.words[pe]);if(ie+=Ce,Ce!==26)break}return ie},k.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},k.prototype.toTwos=function(ie){return this.negative!==0?this.abs().inotn(ie).iaddn(1):this.clone()},k.prototype.fromTwos=function(ie){return this.testn(ie-1)?this.notn(ie).iaddn(1).ineg():this.clone()},k.prototype.isNeg=function(){return this.negative!==0},k.prototype.neg=function(){return this.clone().ineg()},k.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},k.prototype.iuor=function(ie){for(;this.length<ie.length;)this.words[this.length++]=0;for(var pe=0;pe<ie.length;pe++)this.words[pe]=this.words[pe]|ie.words[pe];return this.strip()},k.prototype.ior=function(ie){return n((this.negative|ie.negative)===0),this.iuor(ie)},k.prototype.or=function(ie){return this.length>ie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ce<pe.length;Ce++)this.words[Ce]=this.words[Ce]&ie.words[Ce];return this.length=pe.length,this.strip()},k.prototype.iand=function(ie){return n((this.negative|ie.negative)===0),this.iuand(ie)},k.prototype.and=function(ie){return this.length>ie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ie<Ce.length;Ie++)this.words[Ie]=pe.words[Ie]^Ce.words[Ie];if(this!==pe)for(;Ie<pe.length;Ie++)this.words[Ie]=pe.words[Ie];return this.length=pe.length,this.strip()},k.prototype.ixor=function(ie){return n((this.negative|ie.negative)===0),this.iuxor(ie)},k.prototype.xor=function(ie){return this.length>ie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie<pe;Ie++)this.words[Ie]=~this.words[Ie]&67108863;return Ce>0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<<Ie:this.words[Ce]=this.words[Ce]&~(1<<Ie),this.strip()},k.prototype.iadd=function(ie){var pe;if(this.negative!==0&&ie.negative===0)return this.negative=0,pe=this.isub(ie),this.negative^=1,this._normSign();if(this.negative===0&&ie.negative!==0)return ie.negative=0,pe=this.isub(ie),ie.negative=1,pe._normSign();var Ce,Ie;this.length>ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar<Ie.length;ar++)pe=(Ce.words[ar]|0)+(Ie.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;for(;jt!==0&&ar<Ce.length;ar++)pe=(Ce.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;ar<Ce.length;ar++)this.words[ar]=Ce.words[ar];return this},k.prototype.add=function(ie){var pe;return ie.negative!==0&&this.negative===0?(ie.negative=0,pe=this.sub(ie),ie.negative^=1,pe):ie.negative===0&&this.negative!==0?(this.negative=0,pe=ie.sub(this),this.negative=1,pe):this.length>ie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur<jt.length;ur++)pe=(Ie.words[ur]|0)-(jt.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur<Ie.length;ur++)pe=(Ie.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;if(ar===0&&ur<Ie.length&&Ie!==this)for(;ur<Ie.length;ur++)this.words[ur]=Ie.words[ur];return this.length=Math.max(this.length,ur),Ie!==this&&(this.negative=1),this.strip()},k.prototype.sub=function(ie){return this.clone().isub(ie)};function _e(Et,ie,pe){pe.negative=ie.negative^Et.negative;var Ce=Et.length+ie.length|0;pe.length=Ce,Ce=Ce-1|0;var Ie=Et.words[0]|0,jt=ie.words[0]|0,ar=Ie*jt,ur=ar&67108863,kt=ar/67108864|0;pe.words[0]=ur;for(var he=1;he<Ce;he++){for(var tr=kt>>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt<pe.length-1;jt++){var ar=Ie;Ie=0;for(var ur=Ce&67108863,kt=Math.min(jt,ie.length-1),he=Math.max(0,jt-Et.length+1);he<=kt;he++){var tr=jt-he,gr=Et.words[tr]|0,_r=ie.words[he]|0,yr=gr*_r,xr=yr&67108863;ar=ar+(yr/67108864|0)|0,xr=xr+ur|0,ur=xr&67108863,ar=ar+(xr>>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie<ie;Ie++)pe[Ie]=this.revBin(Ie,Ce,ie);return pe},Ve.prototype.revBin=function(ie,pe,Ce){if(ie===0||ie===Ce-1)return ie;for(var Ie=0,jt=0;jt<pe;jt++)Ie|=(ie&1)<<pe-jt-1,ie>>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur<ar;ur++)Ie[ur]=pe[ie[ur]],jt[ur]=Ce[ie[ur]]},Ve.prototype.transform=function(ie,pe,Ce,Ie,jt,ar){this.permute(ar,ie,pe,Ce,Ie,jt);for(var ur=1;ur<jt;ur<<=1)for(var kt=ur<<1,he=Math.cos(2*Math.PI/kt),tr=Math.sin(2*Math.PI/kt),gr=0;gr<jt;gr+=kt)for(var _r=he,yr=tr,xr=0;xr<ur;xr++){var Nr=Ce[gr+xr],Tr=Ie[gr+xr],Sr=Ce[gr+xr+ur],Ar=Ie[gr+xr+ur],Fr=_r*Sr-yr*Ar;Ar=_r*Ar+yr*Sr,Sr=Fr,Ce[gr+xr]=Nr+Sr,Ie[gr+xr]=Tr+Ar,Ce[gr+xr+ur]=Nr-Sr,Ie[gr+xr+ur]=Tr-Ar,xr!==kt&&(Fr=he*_r-tr*yr,yr=he*yr+tr*_r,_r=Fr)}},Ve.prototype.guessLen13b=function(ie,pe){var Ce=Math.max(pe,ie)|1,Ie=Ce&1,jt=0;for(Ce=Ce/2|0;Ce;Ce=Ce>>>1)jt++;return 1<<jt+1+Ie},Ve.prototype.conjugate=function(ie,pe,Ce){if(!(Ce<=1))for(var Ie=0;Ie<Ce/2;Ie++){var jt=ie[Ie];ie[Ie]=ie[Ce-Ie-1],ie[Ce-Ie-1]=jt,jt=pe[Ie],pe[Ie]=-pe[Ce-Ie-1],pe[Ce-Ie-1]=-jt}},Ve.prototype.normalize13b=function(ie,pe){for(var Ce=0,Ie=0;Ie<pe/2;Ie++){var jt=Math.round(ie[2*Ie+1]/pe)*8192+Math.round(ie[2*Ie]/pe)+Ce;ie[Ie]=jt&67108863,jt<67108864?Ce=0:Ce=jt/67108864|0}return ie},Ve.prototype.convert13b=function(ie,pe,Ce,Ie){for(var jt=0,ar=0;ar<pe;ar++)jt=jt+(ie[ar]|0),Ce[2*ar]=jt&8191,jt=jt>>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar<Ie;++ar)Ce[ar]=0;n(jt===0),n((jt&-8192)===0)},Ve.prototype.stub=function(ie){for(var pe=new Array(ie),Ce=0;Ce<ie;Ce++)pe[Ce]=0;return pe},Ve.prototype.mulp=function(ie,pe,Ce){var Ie=2*this.guessLen13b(ie.length,pe.length),jt=this.makeRBT(Ie),ar=this.stub(Ie),ur=new Array(Ie),kt=new Array(Ie),he=new Array(Ie),tr=new Array(Ie),gr=new Array(Ie),_r=new Array(Ie),yr=Ce.words;yr.length=Ie,this.convert13b(ie.words,ie.length,ur,Ie),this.convert13b(pe.words,pe.length,tr,Ie),this.transform(ur,ar,kt,he,Ie,jt),this.transform(tr,ar,gr,_r,Ie,jt);for(var xr=0;xr<Ie;xr++){var Nr=kt[xr]*gr[xr]-he[xr]*_r[xr];he[xr]=kt[xr]*_r[xr]+he[xr]*gr[xr],kt[xr]=Nr}return this.conjugate(kt,he,Ie),this.transform(kt,he,yr,ar,Ie,jt),this.conjugate(yr,ar,Ie),this.normalize13b(yr,Ie),Ce.negative=ie.negative^pe.negative,Ce.length=ie.length+pe.length,Ce.strip()},k.prototype.mul=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),this.mulTo(ie,pe)},k.prototype.mulf=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),$e(this,ie,pe)},k.prototype.imul=function(ie){return this.clone().mulTo(ie,this)},k.prototype.imuln=function(ie){n(typeof ie=="number"),n(ie<67108864);for(var pe=0,Ce=0;Ce<this.length;Ce++){var Ie=(this.words[Ce]|0)*ie,jt=(Ie&67108863)+(pe&67108863);pe>>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie<pe.length&&pe[Ie]===0;Ie++,Ce=Ce.sqr());if(++Ie<pe.length)for(var jt=Ce.sqr();Ie<pe.length;Ie++,jt=jt.sqr())pe[Ie]!==0&&(Ce=Ce.mul(jt));return Ce},k.prototype.iushln=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt<this.length;jt++){var ur=this.words[jt]&Ie,kt=(this.words[jt]|0)-ur<<pe;this.words[jt]=kt|ar,ar=ur>>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt<Ce;jt++)this.words[jt]=0;this.length+=Ce}return this.strip()},k.prototype.ishln=function(ie){return n(this.negative===0),this.iushln(ie)},k.prototype.iushrn=function(ie,pe,Ce){n(typeof ie=="number"&&ie>=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<<jt,kt=Ce;if(Ie-=ar,Ie=Math.max(0,Ie),kt){for(var he=0;he<ar;he++)kt.words[he]=this.words[he];kt.length=ar}if(ar!==0)if(this.length>ar)for(this.length-=ar,he=0;he<this.length;he++)this.words[he]=this.words[he+ar];else this.words[0]=0,this.length=1;var tr=0;for(he=this.length-1;he>=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return!1;var jt=this.words[Ce];return!!(jt&Ie)},k.prototype.imaskn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<<pe;this.words[this.length-1]&=Ie}return this.strip()},k.prototype.maskn=function(ie){return this.clone().imaskn(ie)},k.prototype.iaddn=function(ie){return n(typeof ie=="number"),n(ie<67108864),ie<0?this.isubn(-ie):this.negative!==0?this.length===1&&(this.words[0]|0)<ie?(this.words[0]=ie-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(ie),this.negative=1,this):this._iaddn(ie)},k.prototype._iaddn=function(ie){this.words[0]+=ie;for(var pe=0;pe<this.length&&this.words[pe]>=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe<this.length&&this.words[pe]<0;pe++)this.words[pe]+=67108864,this.words[pe+1]-=1;return this.strip()},k.prototype.addn=function(ie){return this.clone().iaddn(ie)},k.prototype.subn=function(ie){return this.clone().isubn(ie)},k.prototype.iabs=function(){return this.negative=0,this},k.prototype.abs=function(){return this.clone().iabs()},k.prototype._ishlnsubmul=function(ie,pe,Ce){var Ie=ie.length+Ce,jt;this._expand(Ie);var ar,ur=0;for(jt=0;jt<ie.length;jt++){ar=(this.words[jt+Ce]|0)+ur;var kt=(ie.words[jt]|0)*pe;ar-=kt&67108863,ur=(ar>>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt<this.length-Ce;jt++)ar=(this.words[jt+Ce]|0)+ur,ur=ar>>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt<this.length;jt++)ar=-(this.words[jt]|0)+ur,ur=ar>>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr<he.length;tr++)he.words[tr]=0}var gr=Ie.clone()._ishlnsubmul(jt,1,kt);gr.negative===0&&(Ie=gr,he&&(he.words[kt]=1));for(var _r=kt-1;_r>=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return this._expand(Ce+1),this.words[Ce]|=Ie,this;for(var jt=Ie,ar=Ce;jt!==0&&ar<this.length;ar++){var ur=this.words[ar]|0;ur+=jt,jt=ur>>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ie<ie?-1:1}return this.negative!==0?-Ce|0:Ce},k.prototype.cmp=function(ie){if(this.negative!==0&&ie.negative===0)return-1;if(this.negative===0&&ie.negative!==0)return 1;var pe=this.ucmp(ie);return this.negative!==0?-pe|0:pe},k.prototype.ucmp=function(ie){if(this.length>ie.length)return 1;if(this.length<ie.length)return-1;for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Ie<jt?pe=-1:Ie>jt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce<this.n?-1:pe.ucmp(this.p);return Ie===0?(pe.words[0]=0,pe.length=1):Ie>0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt<Ie;jt++)pe.words[jt]=ie.words[jt];if(pe.length=Ie,ie.length<=9){ie.words[0]=0,ie.length=1;return}var ar=ie.words[9];for(pe.words[pe.length++]=ar&Ce,jt=10;jt<ie.length;jt++){var ur=ie.words[jt]|0;ie.words[jt-10]=(ur&Ce)<<4|ar>>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=ie.words[Ce]|0;pe+=Ie*977,ie.words[Ce]=pe&67108863,pe=Ie*64+(pe/67108864|0)}return ie.words[ie.length-1]===0&&(ie.length--,ie.words[ie.length-1]===0&&ie.length--),ie};function ir(){qe.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}$(ir,qe);function dr(){qe.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}$(dr,qe);function cr(){qe.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}$(cr,qe),cr.prototype.imulK=function(ie){for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=(ie.words[Ce]|0)*19+pe,jt=Ie&67108863;Ie>>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr<yr);var Tr=this.pow(tr,new k(1).iushln(yr-Nr-1));gr=gr.redMul(Tr),tr=Tr.redSqr(),_r=_r.redMul(tr),yr=Nr}return gr},nr.prototype.invm=function(ie){var pe=ie._invmp(this.m);return pe.negative!==0?(pe.negative=0,this.imod(pe).redNeg()):this.imod(pe)},nr.prototype.pow=function(ie,pe){if(pe.isZero())return new k(1).toRed(this);if(pe.cmpn(1)===0)return ie.clone();var Ce=4,Ie=new Array(1<<Ce);Ie[0]=new k(1).toRed(this),Ie[1]=ie;for(var jt=2;jt<Ie.length;jt++)Ie[jt]=this.mul(Ie[jt-1],ie);var ar=Ie[0],ur=0,kt=0,he=pe.bitLength()%26;for(he===0&&(he=26),jt=pe.length-1;jt>=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$4);var bnExports$3=bn$4.exports,utils$n={};(function(e){var t=e;function y(k,L){if(Array.isArray(k))return k.slice();if(!k)return[];var j=[];if(typeof k!="string"){for(var V=0;V<k.length;V++)j[V]=k[V]|0;return j}if(L==="hex"){k=k.replace(/[^a-z0-9]+/ig,""),k.length%2!==0&&(k="0"+k);for(var V=0;V<k.length;V+=2)j.push(parseInt(k[V]+k[V+1],16))}else for(var V=0;V<k.length;V++){var z=k.charCodeAt(V),re=z>>8,oe=z&255;re?j.push(re,oe):j.push(oe)}return j}t.toArray=y;function n(k){return k.length===1?"0"+k:k}t.zero2=n;function $(k){for(var L="",j=0;j<k.length;j++)L+=n(k[j].toString(16));return L}t.toHex=$,t.encode=function(L,j){return j==="hex"?$(L):L}})(utils$n);(function(e){var t=e,y=bnExports$3,n=minimalisticAssert,$=utils$n;t.assert=n,t.toArray=$.toArray,t.zero2=$.zero2,t.toHex=$.toHex,t.encode=$.encode;function k(re,oe,ue){var de=new Array(Math.max(re.bitLength(),ue)+1),_e;for(_e=0;_e<de.length;_e+=1)de[_e]=0;var Ne=1<<oe+1,Ue=re.clone();for(_e=0;_e<de.length;_e++){var $e,Ve=Ue.andln(Ne-1);Ue.isOdd()?(Ve>(Ne>>1)-1?$e=(Ne>>1)-Ve:$e=Ve,Ue.isubn($e)):$e=0,de[_e]=$e,Ue.iushrn(1)}return de}t.getNAF=k;function L(re,oe){var ue=[[],[]];re=re.clone(),oe=oe.clone();for(var de=0,_e=0,Ne;re.cmpn(-de)>0||oe.cmpn(-_e)>0;){var Ue=re.andln(3)+de&3,$e=oe.andln(3)+_e&3;Ue===3&&(Ue=-1),$e===3&&($e=-1);var Ve;Ue&1?(Ne=re.andln(7)+de&7,(Ne===3||Ne===5)&&$e===2?Ve=-Ue:Ve=Ue):Ve=0,ue[0].push(Ve);var Fe;$e&1?(Ne=oe.andln(7)+_e&7,(Ne===3||Ne===5)&&Ue===2?Fe=-$e:Fe=$e):Fe=0,ue[1].push(Fe),2*de===Ve+1&&(de=1-de),2*_e===Fe+1&&(_e=1-_e),re.iushrn(1),oe.iushrn(1)}return ue}t.getJSF=L;function j(re,oe,ue){var de="_"+oe;re.prototype[oe]=function(){return this[de]!==void 0?this[de]:this[de]=ue.call(this)}}t.cachedProperty=j;function V(re){return typeof re=="string"?t.toArray(re,"hex"):re}t.parseBytes=V;function z(re){return new y(re,"hex","le")}t.intFromLE=z})(utils$o);var curve={},BN$d=bnExports$3,utils$m=utils$o,getNAF=utils$m.getNAF,getJSF=utils$m.getJSF,assert$e=utils$m.assert;function BaseCurve(e,t){this.type=e,this.p=new BN$d(t.p,16),this.red=t.prime?BN$d.red(t.prime):BN$d.mont(this.p),this.zero=new BN$d(0).toRed(this.red),this.one=new BN$d(1).toRed(this.red),this.two=new BN$d(2).toRed(this.red),this.n=t.n&&new BN$d(t.n,16),this.g=t.g&&this.pointFromJSON(t.g,t.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var y=this.n&&this.p.div(this.n);!y||y.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}var base$1=BaseCurve;BaseCurve.prototype.point=function(){throw new Error("Not implemented")};BaseCurve.prototype.validate=function(){throw new Error("Not implemented")};BaseCurve.prototype._fixedNafMul=function(t,y){assert$e(t.precomputed);var n=t._getDoubles(),$=getNAF(y,1,this._bitLength),k=(1<<n.step+1)-(n.step%2===0?2:1);k/=3;var L=[],j,V;for(j=0;j<$.length;j+=n.step){V=0;for(var z=j+n.step-1;z>=j;z--)V=(V<<1)+$[z];L.push(V)}for(var re=this.jpoint(null,null,null),oe=this.jpoint(null,null,null),ue=k;ue>0;ue--){for(j=0;j<L.length;j++)V=L[j],V===ue?oe=oe.mixedAdd(n.points[j]):V===-ue&&(oe=oe.mixedAdd(n.points[j].neg()));re=re.add(oe)}return re.toP()};BaseCurve.prototype._wnafMul=function(t,y){var n=4,$=t._getNAFPoints(n);n=$.wnd;for(var k=$.points,L=getNAF(y,n,this._bitLength),j=this.jpoint(null,null,null),V=L.length-1;V>=0;V--){for(var z=0;V>=0&&L[V]===0;V--)z++;if(V>=0&&z++,j=j.dblp(z),V<0)break;var re=L[V];assert$e(re!==0),t.type==="affine"?re>0?j=j.mixedAdd(k[re-1>>1]):j=j.mixedAdd(k[-re-1>>1].neg()):re>0?j=j.add(k[re-1>>1]):j=j.add(k[-re-1>>1].neg())}return t.type==="affine"?j.toP():j};BaseCurve.prototype._wnafMulAdd=function(t,y,n,$,k){var L=this._wnafT1,j=this._wnafT2,V=this._wnafT3,z=0,re,oe,ue;for(re=0;re<$;re++){ue=y[re];var de=ue._getNAFPoints(t);L[re]=de.wnd,j[re]=de.points}for(re=$-1;re>=1;re-=2){var _e=re-1,Ne=re;if(L[_e]!==1||L[Ne]!==1){V[_e]=getNAF(n[_e],L[_e],this._bitLength),V[Ne]=getNAF(n[Ne],L[Ne],this._bitLength),z=Math.max(V[_e].length,z),z=Math.max(V[Ne].length,z);continue}var Ue=[y[_e],null,null,y[Ne]];y[_e].y.cmp(y[Ne].y)===0?(Ue[1]=y[_e].add(y[Ne]),Ue[2]=y[_e].toJ().mixedAdd(y[Ne].neg())):y[_e].y.cmp(y[Ne].y.redNeg())===0?(Ue[1]=y[_e].toJ().mixedAdd(y[Ne]),Ue[2]=y[_e].add(y[Ne].neg())):(Ue[1]=y[_e].toJ().mixedAdd(y[Ne]),Ue[2]=y[_e].toJ().mixedAdd(y[Ne].neg()));var $e=[-3,-1,-5,-7,0,7,5,1,3],Ve=getJSF(n[_e],n[Ne]);for(z=Math.max(Ve[0].length,z),V[_e]=new Array(z),V[Ne]=new Array(z),oe=0;oe<z;oe++){var Fe=Ve[0][oe]|0,qe=Ve[1][oe]|0;V[_e][oe]=$e[(Fe+1)*3+(qe+1)],V[Ne][oe]=0,j[_e]=Ue}}var er=this.jpoint(null,null,null),ir=this._wnafT4;for(re=z;re>=0;re--){for(var dr=0;re>=0;){var cr=!0;for(oe=0;oe<$;oe++)ir[oe]=V[oe][re]|0,ir[oe]!==0&&(cr=!1);if(!cr)break;dr++,re--}if(re>=0&&dr++,er=er.dblp(dr),re<0)break;for(oe=0;oe<$;oe++){var nr=ir[oe];nr!==0&&(nr>0?ue=j[oe][nr-1>>1]:nr<0&&(ue=j[oe][-nr-1>>1].neg()),ue.type==="affine"?er=er.mixedAdd(ue):er=er.add(ue))}}for(re=0;re<$;re++)j[re]=null;return k?er:er.toP()};function BasePoint(e,t){this.curve=e,this.type=t,this.precomputed=null}BaseCurve.BasePoint=BasePoint;BasePoint.prototype.eq=function(){throw new Error("Not implemented")};BasePoint.prototype.validate=function(){return this.curve.validate(this)};BaseCurve.prototype.decodePoint=function(t,y){t=utils$m.toArray(t,y);var n=this.p.byteLength();if((t[0]===4||t[0]===6||t[0]===7)&&t.length-1===2*n){t[0]===6?assert$e(t[t.length-1]%2===0):t[0]===7&&assert$e(t[t.length-1]%2===1);var $=this.point(t.slice(1,1+n),t.slice(1+n,1+2*n));return $}else if((t[0]===2||t[0]===3)&&t.length-1===n)return this.pointFromX(t.slice(1,1+n),t[0]===3);throw new Error("Unknown point format")};BasePoint.prototype.encodeCompressed=function(t){return this.encode(t,!0)};BasePoint.prototype._encode=function(t){var y=this.curve.p.byteLength(),n=this.getX().toArray("be",y);return t?[this.getY().isEven()?2:3].concat(n):[4].concat(n,this.getY().toArray("be",y))};BasePoint.prototype.encode=function(t,y){return utils$m.encode(this._encode(y),t)};BasePoint.prototype.precompute=function(t){if(this.precomputed)return this;var y={doubles:null,naf:null,beta:null};return y.naf=this._getNAFPoints(8),y.doubles=this._getDoubles(4,t),y.beta=this._getBeta(),this.precomputed=y,this};BasePoint.prototype._hasDoubles=function(t){if(!this.precomputed)return!1;var y=this.precomputed.doubles;return y?y.points.length>=Math.ceil((t.bitLength()+1)/y.step):!1};BasePoint.prototype._getDoubles=function(t,y){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var n=[this],$=this,k=0;k<y;k+=t){for(var L=0;L<t;L++)$=$.dbl();n.push($)}return{step:t,points:n}};BasePoint.prototype._getNAFPoints=function(t){if(this.precomputed&&this.precomputed.naf)return this.precomputed.naf;for(var y=[this],n=(1<<t)-1,$=n===1?null:this.dbl(),k=1;k<n;k++)y[k]=y[k-1].add($);return{wnd:t,points:y}};BasePoint.prototype._getBeta=function(){return null};BasePoint.prototype.dblp=function(t){for(var y=this,n=0;n<t;n++)y=y.dbl();return y};var utils$l=utils$o,BN$c=bnExports$3,inherits$7=inherits_browserExports,Base$3=base$1,assert$d=utils$l.assert;function ShortCurve(e){Base$3.call(this,"short",e),this.a=new BN$c(e.a,16).toRed(this.red),this.b=new BN$c(e.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=this.a.fromRed().cmpn(0)===0,this.threeA=this.a.fromRed().sub(this.p).cmpn(-3)===0,this.endo=this._getEndomorphism(e),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}inherits$7(ShortCurve,Base$3);var short=ShortCurve;ShortCurve.prototype._getEndomorphism=function(t){if(!(!this.zeroA||!this.g||!this.n||this.p.modn(3)!==1)){var y,n;if(t.beta)y=new BN$c(t.beta,16).toRed(this.red);else{var $=this._getEndoRoots(this.p);y=$[0].cmp($[1])<0?$[0]:$[1],y=y.toRed(this.red)}if(t.lambda)n=new BN$c(t.lambda,16);else{var k=this._getEndoRoots(this.n);this.g.mul(k[0]).x.cmp(this.g.x.redMul(y))===0?n=k[0]:(n=k[1],assert$d(this.g.mul(n).x.cmp(this.g.x.redMul(y))===0))}var L;return t.basis?L=t.basis.map(function(j){return{a:new BN$c(j.a,16),b:new BN$c(j.b,16)}}):L=this._getEndoBasis(n),{beta:y,lambda:n,basis:L}}};ShortCurve.prototype._getEndoRoots=function(t){var y=t===this.p?this.red:BN$c.mont(t),n=new BN$c(2).toRed(y).redInvm(),$=n.redNeg(),k=new BN$c(3).toRed(y).redNeg().redSqrt().redMul(n),L=$.redAdd(k).fromRed(),j=$.redSub(k).fromRed();return[L,j]};ShortCurve.prototype._getEndoBasis=function(t){for(var y=this.n.ushrn(Math.floor(this.n.bitLength()/2)),n=t,$=this.n.clone(),k=new BN$c(1),L=new BN$c(0),j=new BN$c(0),V=new BN$c(1),z,re,oe,ue,de,_e,Ne,Ue=0,$e,Ve;n.cmpn(0)!==0;){var Fe=$.div(n);$e=$.sub(Fe.mul(n)),Ve=j.sub(Fe.mul(k));var qe=V.sub(Fe.mul(L));if(!oe&&$e.cmp(y)<0)z=Ne.neg(),re=k,oe=$e.neg(),ue=Ve;else if(oe&&++Ue===2)break;Ne=$e,$=n,n=$e,j=k,k=Ve,V=L,L=qe}de=$e.neg(),_e=Ve;var er=oe.sqr().add(ue.sqr()),ir=de.sqr().add(_e.sqr());return ir.cmp(er)>=0&&(de=z,_e=re),oe.negative&&(oe=oe.neg(),ue=ue.neg()),de.negative&&(de=de.neg(),_e=_e.neg()),[{a:oe,b:ue},{a:de,b:_e}]};ShortCurve.prototype._endoSplit=function(t){var y=this.endo.basis,n=y[0],$=y[1],k=$.b.mul(t).divRound(this.n),L=n.b.neg().mul(t).divRound(this.n),j=k.mul(n.a),V=L.mul($.a),z=k.mul(n.b),re=L.mul($.b),oe=t.sub(j).sub(V),ue=z.add(re).neg();return{k1:oe,k2:ue}};ShortCurve.prototype.pointFromX=function(t,y){t=new BN$c(t,16),t.red||(t=t.toRed(this.red));var n=t.redSqr().redMul(t).redIAdd(t.redMul(this.a)).redIAdd(this.b),$=n.redSqrt();if($.redSqr().redSub(n).cmp(this.zero)!==0)throw new Error("invalid point");var k=$.fromRed().isOdd();return(y&&!k||!y&&k)&&($=$.redNeg()),this.point(t,$)};ShortCurve.prototype.validate=function(t){if(t.inf)return!0;var y=t.x,n=t.y,$=this.a.redMul(y),k=y.redSqr().redMul(y).redIAdd($).redIAdd(this.b);return n.redSqr().redISub(k).cmpn(0)===0};ShortCurve.prototype._endoWnafMulAdd=function(t,y,n){for(var $=this._endoWnafT1,k=this._endoWnafT2,L=0;L<t.length;L++){var j=this._endoSplit(y[L]),V=t[L],z=V._getBeta();j.k1.negative&&(j.k1.ineg(),V=V.neg(!0)),j.k2.negative&&(j.k2.ineg(),z=z.neg(!0)),$[L*2]=V,$[L*2+1]=z,k[L*2]=j.k1,k[L*2+1]=j.k2}for(var re=this._wnafMulAdd(1,$,k,L*2,n),oe=0;oe<L*2;oe++)$[oe]=null,k[oe]=null;return re};function Point$2(e,t,y,n){Base$3.BasePoint.call(this,e,"affine"),t===null&&y===null?(this.x=null,this.y=null,this.inf=!0):(this.x=new BN$c(t,16),this.y=new BN$c(y,16),n&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}inherits$7(Point$2,Base$3.BasePoint);ShortCurve.prototype.point=function(t,y,n){return new Point$2(this,t,y,n)};ShortCurve.prototype.pointFromJSON=function(t,y){return Point$2.fromJSON(this,t,y)};Point$2.prototype._getBeta=function(){if(this.curve.endo){var t=this.precomputed;if(t&&t.beta)return t.beta;var y=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);if(t){var n=this.curve,$=function(k){return n.point(k.x.redMul(n.endo.beta),k.y)};t.beta=y,y.precomputed={beta:null,naf:t.naf&&{wnd:t.naf.wnd,points:t.naf.points.map($)},doubles:t.doubles&&{step:t.doubles.step,points:t.doubles.points.map($)}}}return y}};Point$2.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]};Point$2.fromJSON=function(t,y,n){typeof y=="string"&&(y=JSON.parse(y));var $=t.point(y[0],y[1],n);if(!y[2])return $;function k(j){return t.point(j[0],j[1],n)}var L=y[2];return $.precomputed={beta:null,doubles:L.doubles&&{step:L.doubles.step,points:[$].concat(L.doubles.points.map(k))},naf:L.naf&&{wnd:L.naf.wnd,points:[$].concat(L.naf.points.map(k))}},$};Point$2.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"};Point$2.prototype.isInfinity=function(){return this.inf};Point$2.prototype.add=function(t){if(this.inf)return t;if(t.inf)return this;if(this.eq(t))return this.dbl();if(this.neg().eq(t))return this.curve.point(null,null);if(this.x.cmp(t.x)===0)return this.curve.point(null,null);var y=this.y.redSub(t.y);y.cmpn(0)!==0&&(y=y.redMul(this.x.redSub(t.x).redInvm()));var n=y.redSqr().redISub(this.x).redISub(t.x),$=y.redMul(this.x.redSub(n)).redISub(this.y);return this.curve.point(n,$)};Point$2.prototype.dbl=function(){if(this.inf)return this;var t=this.y.redAdd(this.y);if(t.cmpn(0)===0)return this.curve.point(null,null);var y=this.curve.a,n=this.x.redSqr(),$=t.redInvm(),k=n.redAdd(n).redIAdd(n).redIAdd(y).redMul($),L=k.redSqr().redISub(this.x.redAdd(this.x)),j=k.redMul(this.x.redSub(L)).redISub(this.y);return this.curve.point(L,j)};Point$2.prototype.getX=function(){return this.x.fromRed()};Point$2.prototype.getY=function(){return this.y.fromRed()};Point$2.prototype.mul=function(t){return t=new BN$c(t,16),this.isInfinity()?this:this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve.endo?this.curve._endoWnafMulAdd([this],[t]):this.curve._wnafMul(this,t)};Point$2.prototype.mulAdd=function(t,y,n){var $=[this,y],k=[t,n];return this.curve.endo?this.curve._endoWnafMulAdd($,k):this.curve._wnafMulAdd(1,$,k,2)};Point$2.prototype.jmulAdd=function(t,y,n){var $=[this,y],k=[t,n];return this.curve.endo?this.curve._endoWnafMulAdd($,k,!0):this.curve._wnafMulAdd(1,$,k,2,!0)};Point$2.prototype.eq=function(t){return this===t||this.inf===t.inf&&(this.inf||this.x.cmp(t.x)===0&&this.y.cmp(t.y)===0)};Point$2.prototype.neg=function(t){if(this.inf)return this;var y=this.curve.point(this.x,this.y.redNeg());if(t&&this.precomputed){var n=this.precomputed,$=function(k){return k.neg()};y.precomputed={naf:n.naf&&{wnd:n.naf.wnd,points:n.naf.points.map($)},doubles:n.doubles&&{step:n.doubles.step,points:n.doubles.points.map($)}}}return y};Point$2.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);var t=this.curve.jpoint(this.x,this.y,this.curve.one);return t};function JPoint(e,t,y,n){Base$3.BasePoint.call(this,e,"jacobian"),t===null&&y===null&&n===null?(this.x=this.curve.one,this.y=this.curve.one,this.z=new BN$c(0)):(this.x=new BN$c(t,16),this.y=new BN$c(y,16),this.z=new BN$c(n,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}inherits$7(JPoint,Base$3.BasePoint);ShortCurve.prototype.jpoint=function(t,y,n){return new JPoint(this,t,y,n)};JPoint.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var t=this.z.redInvm(),y=t.redSqr(),n=this.x.redMul(y),$=this.y.redMul(y).redMul(t);return this.curve.point(n,$)};JPoint.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)};JPoint.prototype.add=function(t){if(this.isInfinity())return t;if(t.isInfinity())return this;var y=t.z.redSqr(),n=this.z.redSqr(),$=this.x.redMul(y),k=t.x.redMul(n),L=this.y.redMul(y.redMul(t.z)),j=t.y.redMul(n.redMul(this.z)),V=$.redSub(k),z=L.redSub(j);if(V.cmpn(0)===0)return z.cmpn(0)!==0?this.curve.jpoint(null,null,null):this.dbl();var re=V.redSqr(),oe=re.redMul(V),ue=$.redMul(re),de=z.redSqr().redIAdd(oe).redISub(ue).redISub(ue),_e=z.redMul(ue.redISub(de)).redISub(L.redMul(oe)),Ne=this.z.redMul(t.z).redMul(V);return this.curve.jpoint(de,_e,Ne)};JPoint.prototype.mixedAdd=function(t){if(this.isInfinity())return t.toJ();if(t.isInfinity())return this;var y=this.z.redSqr(),n=this.x,$=t.x.redMul(y),k=this.y,L=t.y.redMul(y).redMul(this.z),j=n.redSub($),V=k.redSub(L);if(j.cmpn(0)===0)return V.cmpn(0)!==0?this.curve.jpoint(null,null,null):this.dbl();var z=j.redSqr(),re=z.redMul(j),oe=n.redMul(z),ue=V.redSqr().redIAdd(re).redISub(oe).redISub(oe),de=V.redMul(oe.redISub(ue)).redISub(k.redMul(re)),_e=this.z.redMul(j);return this.curve.jpoint(ue,de,_e)};JPoint.prototype.dblp=function(t){if(t===0)return this;if(this.isInfinity())return this;if(!t)return this.dbl();var y;if(this.curve.zeroA||this.curve.threeA){var n=this;for(y=0;y<t;y++)n=n.dbl();return n}var $=this.curve.a,k=this.curve.tinv,L=this.x,j=this.y,V=this.z,z=V.redSqr().redSqr(),re=j.redAdd(j);for(y=0;y<t;y++){var oe=L.redSqr(),ue=re.redSqr(),de=ue.redSqr(),_e=oe.redAdd(oe).redIAdd(oe).redIAdd($.redMul(z)),Ne=L.redMul(ue),Ue=_e.redSqr().redISub(Ne.redAdd(Ne)),$e=Ne.redISub(Ue),Ve=_e.redMul($e);Ve=Ve.redIAdd(Ve).redISub(de);var Fe=re.redMul(V);y+1<t&&(z=z.redMul(de)),L=Ue,V=Fe,re=Ve}return this.curve.jpoint(L,re.redMul(k),V)};JPoint.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()};JPoint.prototype._zeroDbl=function(){var t,y,n;if(this.zOne){var $=this.x.redSqr(),k=this.y.redSqr(),L=k.redSqr(),j=this.x.redAdd(k).redSqr().redISub($).redISub(L);j=j.redIAdd(j);var V=$.redAdd($).redIAdd($),z=V.redSqr().redISub(j).redISub(j),re=L.redIAdd(L);re=re.redIAdd(re),re=re.redIAdd(re),t=z,y=V.redMul(j.redISub(z)).redISub(re),n=this.y.redAdd(this.y)}else{var oe=this.x.redSqr(),ue=this.y.redSqr(),de=ue.redSqr(),_e=this.x.redAdd(ue).redSqr().redISub(oe).redISub(de);_e=_e.redIAdd(_e);var Ne=oe.redAdd(oe).redIAdd(oe),Ue=Ne.redSqr(),$e=de.redIAdd(de);$e=$e.redIAdd($e),$e=$e.redIAdd($e),t=Ue.redISub(_e).redISub(_e),y=Ne.redMul(_e.redISub(t)).redISub($e),n=this.y.redMul(this.z),n=n.redIAdd(n)}return this.curve.jpoint(t,y,n)};JPoint.prototype._threeDbl=function(){var t,y,n;if(this.zOne){var $=this.x.redSqr(),k=this.y.redSqr(),L=k.redSqr(),j=this.x.redAdd(k).redSqr().redISub($).redISub(L);j=j.redIAdd(j);var V=$.redAdd($).redIAdd($).redIAdd(this.curve.a),z=V.redSqr().redISub(j).redISub(j);t=z;var re=L.redIAdd(L);re=re.redIAdd(re),re=re.redIAdd(re),y=V.redMul(j.redISub(z)).redISub(re),n=this.y.redAdd(this.y)}else{var oe=this.z.redSqr(),ue=this.y.redSqr(),de=this.x.redMul(ue),_e=this.x.redSub(oe).redMul(this.x.redAdd(oe));_e=_e.redAdd(_e).redIAdd(_e);var Ne=de.redIAdd(de);Ne=Ne.redIAdd(Ne);var Ue=Ne.redAdd(Ne);t=_e.redSqr().redISub(Ue),n=this.y.redAdd(this.z).redSqr().redISub(ue).redISub(oe);var $e=ue.redSqr();$e=$e.redIAdd($e),$e=$e.redIAdd($e),$e=$e.redIAdd($e),y=_e.redMul(Ne.redISub(t)).redISub($e)}return this.curve.jpoint(t,y,n)};JPoint.prototype._dbl=function(){var t=this.curve.a,y=this.x,n=this.y,$=this.z,k=$.redSqr().redSqr(),L=y.redSqr(),j=n.redSqr(),V=L.redAdd(L).redIAdd(L).redIAdd(t.redMul(k)),z=y.redAdd(y);z=z.redIAdd(z);var re=z.redMul(j),oe=V.redSqr().redISub(re.redAdd(re)),ue=re.redISub(oe),de=j.redSqr();de=de.redIAdd(de),de=de.redIAdd(de),de=de.redIAdd(de);var _e=V.redMul(ue).redISub(de),Ne=n.redAdd(n).redMul($);return this.curve.jpoint(oe,_e,Ne)};JPoint.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var t=this.x.redSqr(),y=this.y.redSqr(),n=this.z.redSqr(),$=y.redSqr(),k=t.redAdd(t).redIAdd(t),L=k.redSqr(),j=this.x.redAdd(y).redSqr().redISub(t).redISub($);j=j.redIAdd(j),j=j.redAdd(j).redIAdd(j),j=j.redISub(L);var V=j.redSqr(),z=$.redIAdd($);z=z.redIAdd(z),z=z.redIAdd(z),z=z.redIAdd(z);var re=k.redIAdd(j).redSqr().redISub(L).redISub(V).redISub(z),oe=y.redMul(re);oe=oe.redIAdd(oe),oe=oe.redIAdd(oe);var ue=this.x.redMul(V).redISub(oe);ue=ue.redIAdd(ue),ue=ue.redIAdd(ue);var de=this.y.redMul(re.redMul(z.redISub(re)).redISub(j.redMul(V)));de=de.redIAdd(de),de=de.redIAdd(de),de=de.redIAdd(de);var _e=this.z.redAdd(j).redSqr().redISub(n).redISub(V);return this.curve.jpoint(ue,de,_e)};JPoint.prototype.mul=function(t,y){return t=new BN$c(t,y),this.curve._wnafMul(this,t)};JPoint.prototype.eq=function(t){if(t.type==="affine")return this.eq(t.toJ());if(this===t)return!0;var y=this.z.redSqr(),n=t.z.redSqr();if(this.x.redMul(n).redISub(t.x.redMul(y)).cmpn(0)!==0)return!1;var $=y.redMul(this.z),k=n.redMul(t.z);return this.y.redMul(k).redISub(t.y.redMul($)).cmpn(0)===0};JPoint.prototype.eqXToP=function(t){var y=this.z.redSqr(),n=t.toRed(this.curve.red).redMul(y);if(this.x.cmp(n)===0)return!0;for(var $=t.clone(),k=this.curve.redN.redMul(y);;){if($.iadd(this.curve.n),$.cmp(this.curve.p)>=0)return!1;if(n.redIAdd(k),this.x.cmp(n)===0)return!0}};JPoint.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"};JPoint.prototype.isInfinity=function(){return this.z.cmpn(0)===0};var BN$b=bnExports$3,inherits$6=inherits_browserExports,Base$2=base$1,utils$k=utils$o;function MontCurve(e){Base$2.call(this,"mont",e),this.a=new BN$b(e.a,16).toRed(this.red),this.b=new BN$b(e.b,16).toRed(this.red),this.i4=new BN$b(4).toRed(this.red).redInvm(),this.two=new BN$b(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}inherits$6(MontCurve,Base$2);var mont=MontCurve;MontCurve.prototype.validate=function(t){var y=t.normalize().x,n=y.redSqr(),$=n.redMul(y).redAdd(n.redMul(this.a)).redAdd(y),k=$.redSqrt();return k.redSqr().cmp($)===0};function Point$1(e,t,y){Base$2.BasePoint.call(this,e,"projective"),t===null&&y===null?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new BN$b(t,16),this.z=new BN$b(y,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}inherits$6(Point$1,Base$2.BasePoint);MontCurve.prototype.decodePoint=function(t,y){return this.point(utils$k.toArray(t,y),1)};MontCurve.prototype.point=function(t,y){return new Point$1(this,t,y)};MontCurve.prototype.pointFromJSON=function(t){return Point$1.fromJSON(this,t)};Point$1.prototype.precompute=function(){};Point$1.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())};Point$1.fromJSON=function(t,y){return new Point$1(t,y[0],y[1]||t.one)};Point$1.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"};Point$1.prototype.isInfinity=function(){return this.z.cmpn(0)===0};Point$1.prototype.dbl=function(){var t=this.x.redAdd(this.z),y=t.redSqr(),n=this.x.redSub(this.z),$=n.redSqr(),k=y.redSub($),L=y.redMul($),j=k.redMul($.redAdd(this.curve.a24.redMul(k)));return this.curve.point(L,j)};Point$1.prototype.add=function(){throw new Error("Not supported on Montgomery curve")};Point$1.prototype.diffAdd=function(t,y){var n=this.x.redAdd(this.z),$=this.x.redSub(this.z),k=t.x.redAdd(t.z),L=t.x.redSub(t.z),j=L.redMul(n),V=k.redMul($),z=y.z.redMul(j.redAdd(V).redSqr()),re=y.x.redMul(j.redISub(V).redSqr());return this.curve.point(z,re)};Point$1.prototype.mul=function(t){for(var y=t.clone(),n=this,$=this.curve.point(null,null),k=this,L=[];y.cmpn(0)!==0;y.iushrn(1))L.push(y.andln(1));for(var j=L.length-1;j>=0;j--)L[j]===0?(n=n.diffAdd($,k),$=$.dbl()):($=n.diffAdd($,k),n=n.dbl());return $};Point$1.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")};Point$1.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")};Point$1.prototype.eq=function(t){return this.getX().cmp(t.getX())===0};Point$1.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this};Point$1.prototype.getX=function(){return this.normalize(),this.x.fromRed()};var utils$j=utils$o,BN$a=bnExports$3,inherits$5=inherits_browserExports,Base$1=base$1,assert$c=utils$j.assert;function EdwardsCurve(e){this.twisted=(e.a|0)!==1,this.mOneA=this.twisted&&(e.a|0)===-1,this.extended=this.mOneA,Base$1.call(this,"edwards",e),this.a=new BN$a(e.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new BN$a(e.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new BN$a(e.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),assert$c(!this.twisted||this.c.fromRed().cmpn(1)===0),this.oneC=(e.c|0)===1}inherits$5(EdwardsCurve,Base$1);var edwards=EdwardsCurve;EdwardsCurve.prototype._mulA=function(t){return this.mOneA?t.redNeg():this.a.redMul(t)};EdwardsCurve.prototype._mulC=function(t){return this.oneC?t:this.c.redMul(t)};EdwardsCurve.prototype.jpoint=function(t,y,n,$){return this.point(t,y,n,$)};EdwardsCurve.prototype.pointFromX=function(t,y){t=new BN$a(t,16),t.red||(t=t.toRed(this.red));var n=t.redSqr(),$=this.c2.redSub(this.a.redMul(n)),k=this.one.redSub(this.c2.redMul(this.d).redMul(n)),L=$.redMul(k.redInvm()),j=L.redSqrt();if(j.redSqr().redSub(L).cmp(this.zero)!==0)throw new Error("invalid point");var V=j.fromRed().isOdd();return(y&&!V||!y&&V)&&(j=j.redNeg()),this.point(t,j)};EdwardsCurve.prototype.pointFromY=function(t,y){t=new BN$a(t,16),t.red||(t=t.toRed(this.red));var n=t.redSqr(),$=n.redSub(this.c2),k=n.redMul(this.d).redMul(this.c2).redSub(this.a),L=$.redMul(k.redInvm());if(L.cmp(this.zero)===0){if(y)throw new Error("invalid point");return this.point(this.zero,t)}var j=L.redSqrt();if(j.redSqr().redSub(L).cmp(this.zero)!==0)throw new Error("invalid point");return j.fromRed().isOdd()!==y&&(j=j.redNeg()),this.point(j,t)};EdwardsCurve.prototype.validate=function(t){if(t.isInfinity())return!0;t.normalize();var y=t.x.redSqr(),n=t.y.redSqr(),$=y.redMul(this.a).redAdd(n),k=this.c2.redMul(this.one.redAdd(this.d.redMul(y).redMul(n)));return $.cmp(k)===0};function Point(e,t,y,n,$){Base$1.BasePoint.call(this,e,"projective"),t===null&&y===null&&n===null?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new BN$a(t,16),this.y=new BN$a(y,16),this.z=n?new BN$a(n,16):this.curve.one,this.t=$&&new BN$a($,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}inherits$5(Point,Base$1.BasePoint);EdwardsCurve.prototype.pointFromJSON=function(t){return Point.fromJSON(this,t)};EdwardsCurve.prototype.point=function(t,y,n,$){return new Point(this,t,y,n,$)};Point.fromJSON=function(t,y){return new Point(t,y[0],y[1],y[2])};Point.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"};Point.prototype.isInfinity=function(){return this.x.cmpn(0)===0&&(this.y.cmp(this.z)===0||this.zOne&&this.y.cmp(this.curve.c)===0)};Point.prototype._extDbl=function(){var t=this.x.redSqr(),y=this.y.redSqr(),n=this.z.redSqr();n=n.redIAdd(n);var $=this.curve._mulA(t),k=this.x.redAdd(this.y).redSqr().redISub(t).redISub(y),L=$.redAdd(y),j=L.redSub(n),V=$.redSub(y),z=k.redMul(j),re=L.redMul(V),oe=k.redMul(V),ue=j.redMul(L);return this.curve.point(z,re,ue,oe)};Point.prototype._projDbl=function(){var t=this.x.redAdd(this.y).redSqr(),y=this.x.redSqr(),n=this.y.redSqr(),$,k,L,j,V,z;if(this.curve.twisted){j=this.curve._mulA(y);var re=j.redAdd(n);this.zOne?($=t.redSub(y).redSub(n).redMul(re.redSub(this.curve.two)),k=re.redMul(j.redSub(n)),L=re.redSqr().redSub(re).redSub(re)):(V=this.z.redSqr(),z=re.redSub(V).redISub(V),$=t.redSub(y).redISub(n).redMul(z),k=re.redMul(j.redSub(n)),L=re.redMul(z))}else j=y.redAdd(n),V=this.curve._mulC(this.z).redSqr(),z=j.redSub(V).redSub(V),$=this.curve._mulC(t.redISub(j)).redMul(z),k=this.curve._mulC(j).redMul(y.redISub(n)),L=j.redMul(z);return this.curve.point($,k,L)};Point.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()};Point.prototype._extAdd=function(t){var y=this.y.redSub(this.x).redMul(t.y.redSub(t.x)),n=this.y.redAdd(this.x).redMul(t.y.redAdd(t.x)),$=this.t.redMul(this.curve.dd).redMul(t.t),k=this.z.redMul(t.z.redAdd(t.z)),L=n.redSub(y),j=k.redSub($),V=k.redAdd($),z=n.redAdd(y),re=L.redMul(j),oe=V.redMul(z),ue=L.redMul(z),de=j.redMul(V);return this.curve.point(re,oe,de,ue)};Point.prototype._projAdd=function(t){var y=this.z.redMul(t.z),n=y.redSqr(),$=this.x.redMul(t.x),k=this.y.redMul(t.y),L=this.curve.d.redMul($).redMul(k),j=n.redSub(L),V=n.redAdd(L),z=this.x.redAdd(this.y).redMul(t.x.redAdd(t.y)).redISub($).redISub(k),re=y.redMul(j).redMul(z),oe,ue;return this.curve.twisted?(oe=y.redMul(V).redMul(k.redSub(this.curve._mulA($))),ue=j.redMul(V)):(oe=y.redMul(V).redMul(k.redSub($)),ue=this.curve._mulC(j).redMul(V)),this.curve.point(re,oe,ue)};Point.prototype.add=function(t){return this.isInfinity()?t:t.isInfinity()?this:this.curve.extended?this._extAdd(t):this._projAdd(t)};Point.prototype.mul=function(t){return this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve._wnafMul(this,t)};Point.prototype.mulAdd=function(t,y,n){return this.curve._wnafMulAdd(1,[this,y],[t,n],2,!1)};Point.prototype.jmulAdd=function(t,y,n){return this.curve._wnafMulAdd(1,[this,y],[t,n],2,!0)};Point.prototype.normalize=function(){if(this.zOne)return this;var t=this.z.redInvm();return this.x=this.x.redMul(t),this.y=this.y.redMul(t),this.t&&(this.t=this.t.redMul(t)),this.z=this.curve.one,this.zOne=!0,this};Point.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())};Point.prototype.getX=function(){return this.normalize(),this.x.fromRed()};Point.prototype.getY=function(){return this.normalize(),this.y.fromRed()};Point.prototype.eq=function(t){return this===t||this.getX().cmp(t.getX())===0&&this.getY().cmp(t.getY())===0};Point.prototype.eqXToP=function(t){var y=t.toRed(this.curve.red).redMul(this.z);if(this.x.cmp(y)===0)return!0;for(var n=t.clone(),$=this.curve.redN.redMul(this.z);;){if(n.iadd(this.curve.n),n.cmp(this.curve.p)>=0)return!1;if(y.redIAdd($),this.x.cmp(y)===0)return!0}};Point.prototype.toP=Point.prototype.normalize;Point.prototype.mixedAdd=Point.prototype.add;(function(e){var t=e;t.base=base$1,t.short=short,t.mont=mont,t.edwards=edwards})(curve);var curves$4={},hash$2={},utils$i={},assert$b=minimalisticAssert,inherits$4=inherits_browserExports;utils$i.inherits=inherits$4;function isSurrogatePair(e,t){return(e.charCodeAt(t)&64512)!==55296||t<0||t+1>=e.length?!1:(e.charCodeAt(t+1)&64512)===56320}function toArray$2(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var y=[];if(typeof e=="string")if(t){if(t==="hex")for(e=e.replace(/[^a-z0-9]+/ig,""),e.length%2!==0&&(e="0"+e),$=0;$<e.length;$+=2)y.push(parseInt(e[$]+e[$+1],16))}else for(var n=0,$=0;$<e.length;$++){var k=e.charCodeAt($);k<128?y[n++]=k:k<2048?(y[n++]=k>>6|192,y[n++]=k&63|128):isSurrogatePair(e,$)?(k=65536+((k&1023)<<10)+(e.charCodeAt(++$)&1023),y[n++]=k>>18|240,y[n++]=k>>12&63|128,y[n++]=k>>6&63|128,y[n++]=k&63|128):(y[n++]=k>>12|224,y[n++]=k>>6&63|128,y[n++]=k&63|128)}else for($=0;$<e.length;$++)y[$]=e[$]|0;return y}utils$i.toArray=toArray$2;function toHex(e){for(var t="",y=0;y<e.length;y++)t+=zero2(e[y].toString(16));return t}utils$i.toHex=toHex;function htonl(e){var t=e>>>24|e>>>8&65280|e<<8&16711680|(e&255)<<24;return t>>>0}utils$i.htonl=htonl;function toHex32(e,t){for(var y="",n=0;n<e.length;n++){var $=e[n];t==="little"&&($=htonl($)),y+=zero8($.toString(16))}return y}utils$i.toHex32=toHex32;function zero2(e){return e.length===1?"0"+e:e}utils$i.zero2=zero2;function zero8(e){return e.length===7?"0"+e:e.length===6?"00"+e:e.length===5?"000"+e:e.length===4?"0000"+e:e.length===3?"00000"+e:e.length===2?"000000"+e:e.length===1?"0000000"+e:e}utils$i.zero8=zero8;function join32(e,t,y,n){var $=y-t;assert$b($%4===0);for(var k=new Array($/4),L=0,j=t;L<k.length;L++,j+=4){var V;n==="big"?V=e[j]<<24|e[j+1]<<16|e[j+2]<<8|e[j+3]:V=e[j+3]<<24|e[j+2]<<16|e[j+1]<<8|e[j],k[L]=V>>>0}return k}utils$i.join32=join32;function split32(e,t){for(var y=new Array(e.length*4),n=0,$=0;n<e.length;n++,$+=4){var k=e[n];t==="big"?(y[$]=k>>>24,y[$+1]=k>>>16&255,y[$+2]=k>>>8&255,y[$+3]=k&255):(y[$+3]=k>>>24,y[$+2]=k>>>16&255,y[$+1]=k>>>8&255,y[$]=k&255)}return y}utils$i.split32=split32;function rotr32$1(e,t){return e>>>t|e<<32-t}utils$i.rotr32=rotr32$1;function rotl32$2(e,t){return e<<t|e>>>32-t}utils$i.rotl32=rotl32$2;function sum32$3(e,t){return e+t>>>0}utils$i.sum32=sum32$3;function sum32_3$1(e,t,y){return e+t+y>>>0}utils$i.sum32_3=sum32_3$1;function sum32_4$2(e,t,y,n){return e+t+y+n>>>0}utils$i.sum32_4=sum32_4$2;function sum32_5$2(e,t,y,n,$){return e+t+y+n+$>>>0}utils$i.sum32_5=sum32_5$2;function sum64$1(e,t,y,n){var $=e[t],k=e[t+1],L=n+k>>>0,j=(L<n?1:0)+y+$;e[t]=j>>>0,e[t+1]=L}utils$i.sum64=sum64$1;function sum64_hi$1(e,t,y,n){var $=t+n>>>0,k=($<t?1:0)+e+y;return k>>>0}utils$i.sum64_hi=sum64_hi$1;function sum64_lo$1(e,t,y,n){var $=t+n;return $>>>0}utils$i.sum64_lo=sum64_lo$1;function sum64_4_hi$1(e,t,y,n,$,k,L,j){var V=0,z=t;z=z+n>>>0,V+=z<t?1:0,z=z+k>>>0,V+=z<k?1:0,z=z+j>>>0,V+=z<j?1:0;var re=e+y+$+L+V;return re>>>0}utils$i.sum64_4_hi=sum64_4_hi$1;function sum64_4_lo$1(e,t,y,n,$,k,L,j){var V=t+n+k+j;return V>>>0}utils$i.sum64_4_lo=sum64_4_lo$1;function sum64_5_hi$1(e,t,y,n,$,k,L,j,V,z){var re=0,oe=t;oe=oe+n>>>0,re+=oe<t?1:0,oe=oe+k>>>0,re+=oe<k?1:0,oe=oe+j>>>0,re+=oe<j?1:0,oe=oe+z>>>0,re+=oe<z?1:0;var ue=e+y+$+L+V+re;return ue>>>0}utils$i.sum64_5_hi=sum64_5_hi$1;function sum64_5_lo$1(e,t,y,n,$,k,L,j,V,z){var re=t+n+k+j+z;return re>>>0}utils$i.sum64_5_lo=sum64_5_lo$1;function rotr64_hi$1(e,t,y){var n=t<<32-y|e>>>y;return n>>>0}utils$i.rotr64_hi=rotr64_hi$1;function rotr64_lo$1(e,t,y){var n=e<<32-y|t>>>y;return n>>>0}utils$i.rotr64_lo=rotr64_lo$1;function shr64_hi$1(e,t,y){return e>>>y}utils$i.shr64_hi=shr64_hi$1;function shr64_lo$1(e,t,y){var n=e<<32-y|t>>>y;return n>>>0}utils$i.shr64_lo=shr64_lo$1;var common$5={},utils$h=utils$i,assert$a=minimalisticAssert;function BlockHash$4(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}common$5.BlockHash=BlockHash$4;BlockHash$4.prototype.update=function(t,y){if(t=utils$h.toArray(t,y),this.pending?this.pending=this.pending.concat(t):this.pending=t,this.pendingTotal+=t.length,this.pending.length>=this._delta8){t=this.pending;var n=t.length%this._delta8;this.pending=t.slice(t.length-n,t.length),this.pending.length===0&&(this.pending=null),t=utils$h.join32(t,0,t.length-n,this.endian);for(var $=0;$<t.length;$+=this._delta32)this._update(t,$,$+this._delta32)}return this};BlockHash$4.prototype.digest=function(t){return this.update(this._pad()),assert$a(this.pending===null),this._digest(t)};BlockHash$4.prototype._pad=function(){var t=this.pendingTotal,y=this._delta8,n=y-(t+this.padLength)%y,$=new Array(n+this.padLength);$[0]=128;for(var k=1;k<n;k++)$[k]=0;if(t<<=3,this.endian==="big"){for(var L=8;L<this.padLength;L++)$[k++]=0;$[k++]=0,$[k++]=0,$[k++]=0,$[k++]=0,$[k++]=t>>>24&255,$[k++]=t>>>16&255,$[k++]=t>>>8&255,$[k++]=t&255}else for($[k++]=t&255,$[k++]=t>>>8&255,$[k++]=t>>>16&255,$[k++]=t>>>24&255,$[k++]=0,$[k++]=0,$[k++]=0,$[k++]=0,L=8;L<this.padLength;L++)$[k++]=0;return $};var sha={},common$4={},utils$g=utils$i,rotr32=utils$g.rotr32;function ft_1$1(e,t,y,n){if(e===0)return ch32$1(t,y,n);if(e===1||e===3)return p32(t,y,n);if(e===2)return maj32$1(t,y,n)}common$4.ft_1=ft_1$1;function ch32$1(e,t,y){return e&t^~e&y}common$4.ch32=ch32$1;function maj32$1(e,t,y){return e&t^e&y^t&y}common$4.maj32=maj32$1;function p32(e,t,y){return e^t^y}common$4.p32=p32;function s0_256$1(e){return rotr32(e,2)^rotr32(e,13)^rotr32(e,22)}common$4.s0_256=s0_256$1;function s1_256$1(e){return rotr32(e,6)^rotr32(e,11)^rotr32(e,25)}common$4.s1_256=s1_256$1;function g0_256$1(e){return rotr32(e,7)^rotr32(e,18)^e>>>3}common$4.g0_256=g0_256$1;function g1_256$1(e){return rotr32(e,17)^rotr32(e,19)^e>>>10}common$4.g1_256=g1_256$1;var utils$f=utils$i,common$3=common$5,shaCommon$1=common$4,rotl32$1=utils$f.rotl32,sum32$2=utils$f.sum32,sum32_5$1=utils$f.sum32_5,ft_1=shaCommon$1.ft_1,BlockHash$3=common$3.BlockHash,sha1_K=[1518500249,1859775393,2400959708,3395469782];function SHA1(){if(!(this instanceof SHA1))return new SHA1;BlockHash$3.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}utils$f.inherits(SHA1,BlockHash$3);var _1=SHA1;SHA1.blockSize=512;SHA1.outSize=160;SHA1.hmacStrength=80;SHA1.padLength=64;SHA1.prototype._update=function(t,y){for(var n=this.W,$=0;$<16;$++)n[$]=t[y+$];for(;$<n.length;$++)n[$]=rotl32$1(n[$-3]^n[$-8]^n[$-14]^n[$-16],1);var k=this.h[0],L=this.h[1],j=this.h[2],V=this.h[3],z=this.h[4];for($=0;$<n.length;$++){var re=~~($/20),oe=sum32_5$1(rotl32$1(k,5),ft_1(re,L,j,V),z,n[$],sha1_K[re]);z=V,V=j,j=rotl32$1(L,30),L=k,k=oe}this.h[0]=sum32$2(this.h[0],k),this.h[1]=sum32$2(this.h[1],L),this.h[2]=sum32$2(this.h[2],j),this.h[3]=sum32$2(this.h[3],V),this.h[4]=sum32$2(this.h[4],z)};SHA1.prototype._digest=function(t){return t==="hex"?utils$f.toHex32(this.h,"big"):utils$f.split32(this.h,"big")};var utils$e=utils$i,common$2=common$5,shaCommon=common$4,assert$9=minimalisticAssert,sum32$1=utils$e.sum32,sum32_4$1=utils$e.sum32_4,sum32_5=utils$e.sum32_5,ch32=shaCommon.ch32,maj32=shaCommon.maj32,s0_256=shaCommon.s0_256,s1_256=shaCommon.s1_256,g0_256=shaCommon.g0_256,g1_256=shaCommon.g1_256,BlockHash$2=common$2.BlockHash,sha256_K=[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];function SHA256$1(){if(!(this instanceof SHA256$1))return new SHA256$1;BlockHash$2.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=sha256_K,this.W=new Array(64)}utils$e.inherits(SHA256$1,BlockHash$2);var _256=SHA256$1;SHA256$1.blockSize=512;SHA256$1.outSize=256;SHA256$1.hmacStrength=192;SHA256$1.padLength=64;SHA256$1.prototype._update=function(t,y){for(var n=this.W,$=0;$<16;$++)n[$]=t[y+$];for(;$<n.length;$++)n[$]=sum32_4$1(g1_256(n[$-2]),n[$-7],g0_256(n[$-15]),n[$-16]);var k=this.h[0],L=this.h[1],j=this.h[2],V=this.h[3],z=this.h[4],re=this.h[5],oe=this.h[6],ue=this.h[7];for(assert$9(this.k.length===n.length),$=0;$<n.length;$++){var de=sum32_5(ue,s1_256(z),ch32(z,re,oe),this.k[$],n[$]),_e=sum32$1(s0_256(k),maj32(k,L,j));ue=oe,oe=re,re=z,z=sum32$1(V,de),V=j,j=L,L=k,k=sum32$1(de,_e)}this.h[0]=sum32$1(this.h[0],k),this.h[1]=sum32$1(this.h[1],L),this.h[2]=sum32$1(this.h[2],j),this.h[3]=sum32$1(this.h[3],V),this.h[4]=sum32$1(this.h[4],z),this.h[5]=sum32$1(this.h[5],re),this.h[6]=sum32$1(this.h[6],oe),this.h[7]=sum32$1(this.h[7],ue)};SHA256$1.prototype._digest=function(t){return t==="hex"?utils$e.toHex32(this.h,"big"):utils$e.split32(this.h,"big")};var utils$d=utils$i,SHA256=_256;function SHA224(){if(!(this instanceof SHA224))return new SHA224;SHA256.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}utils$d.inherits(SHA224,SHA256);var _224=SHA224;SHA224.blockSize=512;SHA224.outSize=224;SHA224.hmacStrength=192;SHA224.padLength=64;SHA224.prototype._digest=function(t){return t==="hex"?utils$d.toHex32(this.h.slice(0,7),"big"):utils$d.split32(this.h.slice(0,7),"big")};var utils$c=utils$i,common$1=common$5,assert$8=minimalisticAssert,rotr64_hi=utils$c.rotr64_hi,rotr64_lo=utils$c.rotr64_lo,shr64_hi=utils$c.shr64_hi,shr64_lo=utils$c.shr64_lo,sum64=utils$c.sum64,sum64_hi=utils$c.sum64_hi,sum64_lo=utils$c.sum64_lo,sum64_4_hi=utils$c.sum64_4_hi,sum64_4_lo=utils$c.sum64_4_lo,sum64_5_hi=utils$c.sum64_5_hi,sum64_5_lo=utils$c.sum64_5_lo,BlockHash$1=common$1.BlockHash,sha512_K=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function SHA512$1(){if(!(this instanceof SHA512$1))return new SHA512$1;BlockHash$1.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=sha512_K,this.W=new Array(160)}utils$c.inherits(SHA512$1,BlockHash$1);var _512=SHA512$1;SHA512$1.blockSize=1024;SHA512$1.outSize=512;SHA512$1.hmacStrength=192;SHA512$1.padLength=128;SHA512$1.prototype._prepareBlock=function(t,y){for(var n=this.W,$=0;$<32;$++)n[$]=t[y+$];for(;$<n.length;$+=2){var k=g1_512_hi(n[$-4],n[$-3]),L=g1_512_lo(n[$-4],n[$-3]),j=n[$-14],V=n[$-13],z=g0_512_hi(n[$-30],n[$-29]),re=g0_512_lo(n[$-30],n[$-29]),oe=n[$-32],ue=n[$-31];n[$]=sum64_4_hi(k,L,j,V,z,re,oe,ue),n[$+1]=sum64_4_lo(k,L,j,V,z,re,oe,ue)}};SHA512$1.prototype._update=function(t,y){this._prepareBlock(t,y);var n=this.W,$=this.h[0],k=this.h[1],L=this.h[2],j=this.h[3],V=this.h[4],z=this.h[5],re=this.h[6],oe=this.h[7],ue=this.h[8],de=this.h[9],_e=this.h[10],Ne=this.h[11],Ue=this.h[12],$e=this.h[13],Ve=this.h[14],Fe=this.h[15];assert$8(this.k.length===n.length);for(var qe=0;qe<n.length;qe+=2){var er=Ve,ir=Fe,dr=s1_512_hi(ue,de),cr=s1_512_lo(ue,de),nr=ch64_hi(ue,de,_e,Ne,Ue),lr=ch64_lo(ue,de,_e,Ne,Ue,$e),Et=this.k[qe],ie=this.k[qe+1],pe=n[qe],Ce=n[qe+1],Ie=sum64_5_hi(er,ir,dr,cr,nr,lr,Et,ie,pe,Ce),jt=sum64_5_lo(er,ir,dr,cr,nr,lr,Et,ie,pe,Ce);er=s0_512_hi($,k),ir=s0_512_lo($,k),dr=maj64_hi($,k,L,j,V),cr=maj64_lo($,k,L,j,V,z);var ar=sum64_hi(er,ir,dr,cr),ur=sum64_lo(er,ir,dr,cr);Ve=Ue,Fe=$e,Ue=_e,$e=Ne,_e=ue,Ne=de,ue=sum64_hi(re,oe,Ie,jt),de=sum64_lo(oe,oe,Ie,jt),re=V,oe=z,V=L,z=j,L=$,j=k,$=sum64_hi(Ie,jt,ar,ur),k=sum64_lo(Ie,jt,ar,ur)}sum64(this.h,0,$,k),sum64(this.h,2,L,j),sum64(this.h,4,V,z),sum64(this.h,6,re,oe),sum64(this.h,8,ue,de),sum64(this.h,10,_e,Ne),sum64(this.h,12,Ue,$e),sum64(this.h,14,Ve,Fe)};SHA512$1.prototype._digest=function(t){return t==="hex"?utils$c.toHex32(this.h,"big"):utils$c.split32(this.h,"big")};function ch64_hi(e,t,y,n,$){var k=e&y^~e&$;return k<0&&(k+=4294967296),k}function ch64_lo(e,t,y,n,$,k){var L=t&n^~t&k;return L<0&&(L+=4294967296),L}function maj64_hi(e,t,y,n,$){var k=e&y^e&$^y&$;return k<0&&(k+=4294967296),k}function maj64_lo(e,t,y,n,$,k){var L=t&n^t&k^n&k;return L<0&&(L+=4294967296),L}function s0_512_hi(e,t){var y=rotr64_hi(e,t,28),n=rotr64_hi(t,e,2),$=rotr64_hi(t,e,7),k=y^n^$;return k<0&&(k+=4294967296),k}function s0_512_lo(e,t){var y=rotr64_lo(e,t,28),n=rotr64_lo(t,e,2),$=rotr64_lo(t,e,7),k=y^n^$;return k<0&&(k+=4294967296),k}function s1_512_hi(e,t){var y=rotr64_hi(e,t,14),n=rotr64_hi(e,t,18),$=rotr64_hi(t,e,9),k=y^n^$;return k<0&&(k+=4294967296),k}function s1_512_lo(e,t){var y=rotr64_lo(e,t,14),n=rotr64_lo(e,t,18),$=rotr64_lo(t,e,9),k=y^n^$;return k<0&&(k+=4294967296),k}function g0_512_hi(e,t){var y=rotr64_hi(e,t,1),n=rotr64_hi(e,t,8),$=shr64_hi(e,t,7),k=y^n^$;return k<0&&(k+=4294967296),k}function g0_512_lo(e,t){var y=rotr64_lo(e,t,1),n=rotr64_lo(e,t,8),$=shr64_lo(e,t,7),k=y^n^$;return k<0&&(k+=4294967296),k}function g1_512_hi(e,t){var y=rotr64_hi(e,t,19),n=rotr64_hi(t,e,29),$=shr64_hi(e,t,6),k=y^n^$;return k<0&&(k+=4294967296),k}function g1_512_lo(e,t){var y=rotr64_lo(e,t,19),n=rotr64_lo(t,e,29),$=shr64_lo(e,t,6),k=y^n^$;return k<0&&(k+=4294967296),k}var utils$b=utils$i,SHA512=_512;function SHA384(){if(!(this instanceof SHA384))return new SHA384;SHA512.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}utils$b.inherits(SHA384,SHA512);var _384=SHA384;SHA384.blockSize=1024;SHA384.outSize=384;SHA384.hmacStrength=192;SHA384.padLength=128;SHA384.prototype._digest=function(t){return t==="hex"?utils$b.toHex32(this.h.slice(0,12),"big"):utils$b.split32(this.h.slice(0,12),"big")};sha.sha1=_1;sha.sha224=_224;sha.sha256=_256;sha.sha384=_384;sha.sha512=_512;var ripemd={},utils$a=utils$i,common=common$5,rotl32=utils$a.rotl32,sum32=utils$a.sum32,sum32_3=utils$a.sum32_3,sum32_4=utils$a.sum32_4,BlockHash=common.BlockHash;function RIPEMD160(){if(!(this instanceof RIPEMD160))return new RIPEMD160;BlockHash.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}utils$a.inherits(RIPEMD160,BlockHash);ripemd.ripemd160=RIPEMD160;RIPEMD160.blockSize=512;RIPEMD160.outSize=160;RIPEMD160.hmacStrength=192;RIPEMD160.padLength=64;RIPEMD160.prototype._update=function(t,y){for(var n=this.h[0],$=this.h[1],k=this.h[2],L=this.h[3],j=this.h[4],V=n,z=$,re=k,oe=L,ue=j,de=0;de<80;de++){var _e=sum32(rotl32(sum32_4(n,f(de,$,k,L),t[r$1[de]+y],K(de)),s[de]),j);n=j,j=L,L=rotl32(k,10),k=$,$=_e,_e=sum32(rotl32(sum32_4(V,f(79-de,z,re,oe),t[rh[de]+y],Kh(de)),sh$1[de]),ue),V=ue,ue=oe,oe=rotl32(re,10),re=z,z=_e}_e=sum32_3(this.h[1],k,oe),this.h[1]=sum32_3(this.h[2],L,ue),this.h[2]=sum32_3(this.h[3],j,V),this.h[3]=sum32_3(this.h[4],n,z),this.h[4]=sum32_3(this.h[0],$,re),this.h[0]=_e};RIPEMD160.prototype._digest=function(t){return t==="hex"?utils$a.toHex32(this.h,"little"):utils$a.split32(this.h,"little")};function f(e,t,y,n){return e<=15?t^y^n:e<=31?t&y|~t&n:e<=47?(t|~y)^n:e<=63?t&n|y&~n:t^(y|~n)}function K(e){return e<=15?0:e<=31?1518500249:e<=47?1859775393:e<=63?2400959708:2840853838}function Kh(e){return e<=15?1352829926:e<=31?1548603684:e<=47?1836072691:e<=63?2053994217:0}var r$1=[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],rh=[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],s=[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],sh$1=[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],utils$9=utils$i,assert$7=minimalisticAssert;function Hmac(e,t,y){if(!(this instanceof Hmac))return new Hmac(e,t,y);this.Hash=e,this.blockSize=e.blockSize/8,this.outSize=e.outSize/8,this.inner=null,this.outer=null,this._init(utils$9.toArray(t,y))}var hmac=Hmac;Hmac.prototype._init=function(t){t.length>this.blockSize&&(t=new this.Hash().update(t).digest()),assert$7(t.length<=this.blockSize);for(var y=t.length;y<this.blockSize;y++)t.push(0);for(y=0;y<t.length;y++)t[y]^=54;for(this.inner=new this.Hash().update(t),y=0;y<t.length;y++)t[y]^=106;this.outer=new this.Hash().update(t)};Hmac.prototype.update=function(t,y){return this.inner.update(t,y),this};Hmac.prototype.digest=function(t){return this.outer.update(this.inner.digest()),this.outer.digest(t)};(function(e){var t=e;t.utils=utils$i,t.common=common$5,t.sha=sha,t.ripemd=ripemd,t.hmac=hmac,t.sha1=t.sha.sha1,t.sha256=t.sha.sha256,t.sha224=t.sha.sha224,t.sha384=t.sha.sha384,t.sha512=t.sha.sha512,t.ripemd160=t.ripemd.ripemd160})(hash$2);var secp256k1,hasRequiredSecp256k1;function requireSecp256k1(){return hasRequiredSecp256k1||(hasRequiredSecp256k1=1,secp256k1={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}),secp256k1}(function(e){var t=e,y=hash$2,n=curve,$=utils$o,k=$.assert;function L(z){z.type==="short"?this.curve=new n.short(z):z.type==="edwards"?this.curve=new n.edwards(z):this.curve=new n.mont(z),this.g=this.curve.g,this.n=this.curve.n,this.hash=z.hash,k(this.g.validate(),"Invalid curve"),k(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}t.PresetCurve=L;function j(z,re){Object.defineProperty(t,z,{configurable:!0,enumerable:!0,get:function(){var oe=new L(re);return Object.defineProperty(t,z,{configurable:!0,enumerable:!0,value:oe}),oe}})}j("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:y.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),j("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:y.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),j("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:y.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),j("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:y.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),j("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:y.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),j("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:y.sha256,gRed:!1,g:["9"]}),j("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:y.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});var V;try{V=requireSecp256k1()}catch{V=void 0}j("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:y.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",V]})})(curves$4);var hash$1=hash$2,utils$8=utils$n,assert$6=minimalisticAssert;function HmacDRBG$1(e){if(!(this instanceof HmacDRBG$1))return new HmacDRBG$1(e);this.hash=e.hash,this.predResist=!!e.predResist,this.outLen=this.hash.outSize,this.minEntropy=e.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var t=utils$8.toArray(e.entropy,e.entropyEnc||"hex"),y=utils$8.toArray(e.nonce,e.nonceEnc||"hex"),n=utils$8.toArray(e.pers,e.persEnc||"hex");assert$6(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,y,n)}var hmacDrbg=HmacDRBG$1;HmacDRBG$1.prototype._init=function(t,y,n){var $=t.concat(y).concat(n);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var k=0;k<this.V.length;k++)this.K[k]=0,this.V[k]=1;this._update($),this._reseed=1,this.reseedInterval=281474976710656};HmacDRBG$1.prototype._hmac=function(){return new hash$1.hmac(this.hash,this.K)};HmacDRBG$1.prototype._update=function(t){var y=this._hmac().update(this.V).update([0]);t&&(y=y.update(t)),this.K=y.digest(),this.V=this._hmac().update(this.V).digest(),t&&(this.K=this._hmac().update(this.V).update([1]).update(t).digest(),this.V=this._hmac().update(this.V).digest())};HmacDRBG$1.prototype.reseed=function(t,y,n,$){typeof y!="string"&&($=n,n=y,y=null),t=utils$8.toArray(t,y),n=utils$8.toArray(n,$),assert$6(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(t.concat(n||[])),this._reseed=1};HmacDRBG$1.prototype.generate=function(t,y,n,$){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");typeof y!="string"&&($=n,n=y,y=null),n&&(n=utils$8.toArray(n,$||"hex"),this._update(n));for(var k=[];k.length<t;)this.V=this._hmac().update(this.V).digest(),k=k.concat(this.V);var L=k.slice(0,t);return this._update(n),this._reseed++,utils$8.encode(L,y)};var BN$9=bnExports$3,utils$7=utils$o,assert$5=utils$7.assert;function KeyPair$3(e,t){this.ec=e,this.priv=null,this.pub=null,t.priv&&this._importPrivate(t.priv,t.privEnc),t.pub&&this._importPublic(t.pub,t.pubEnc)}var key$1=KeyPair$3;KeyPair$3.fromPublic=function(t,y,n){return y instanceof KeyPair$3?y:new KeyPair$3(t,{pub:y,pubEnc:n})};KeyPair$3.fromPrivate=function(t,y,n){return y instanceof KeyPair$3?y:new KeyPair$3(t,{priv:y,privEnc:n})};KeyPair$3.prototype.validate=function(){var t=this.getPublic();return t.isInfinity()?{result:!1,reason:"Invalid public key"}:t.validate()?t.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}};KeyPair$3.prototype.getPublic=function(t,y){return typeof t=="string"&&(y=t,t=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),y?this.pub.encode(y,t):this.pub};KeyPair$3.prototype.getPrivate=function(t){return t==="hex"?this.priv.toString(16,2):this.priv};KeyPair$3.prototype._importPrivate=function(t,y){this.priv=new BN$9(t,y||16),this.priv=this.priv.umod(this.ec.curve.n)};KeyPair$3.prototype._importPublic=function(t,y){if(t.x||t.y){this.ec.curve.type==="mont"?assert$5(t.x,"Need x coordinate"):(this.ec.curve.type==="short"||this.ec.curve.type==="edwards")&&assert$5(t.x&&t.y,"Need both x and y coordinate"),this.pub=this.ec.curve.point(t.x,t.y);return}this.pub=this.ec.curve.decodePoint(t,y)};KeyPair$3.prototype.derive=function(t){return t.validate()||assert$5(t.validate(),"public point not validated"),t.mul(this.priv).getX()};KeyPair$3.prototype.sign=function(t,y,n){return this.ec.sign(t,this,y,n)};KeyPair$3.prototype.verify=function(t,y){return this.ec.verify(t,y,this)};KeyPair$3.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"};var BN$8=bnExports$3,utils$6=utils$o,assert$4=utils$6.assert;function Signature$3(e,t){if(e instanceof Signature$3)return e;this._importDER(e,t)||(assert$4(e.r&&e.s,"Signature without r or s"),this.r=new BN$8(e.r,16),this.s=new BN$8(e.s,16),e.recoveryParam===void 0?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}var signature$1=Signature$3;function Position(){this.place=0}function getLength(e,t){var y=e[t.place++];if(!(y&128))return y;var n=y&15;if(n===0||n>4||e[t.place]===0)return!1;for(var $=0,k=0,L=t.place;k<n;k++,L++)$<<=8,$|=e[L],$>>>=0;return $<=127?!1:(t.place=L,$)}function rmPadding(e){for(var t=0,y=e.length-1;!e[t]&&!(e[t+1]&128)&&t<y;)t++;return t===0?e:e.slice(t)}Signature$3.prototype._importDER=function(t,y){t=utils$6.toArray(t,y);var n=new Position;if(t[n.place++]!==48)return!1;var $=getLength(t,n);if($===!1||$+n.place!==t.length||t[n.place++]!==2)return!1;var k=getLength(t,n);if(k===!1||t[n.place]&128)return!1;var L=t.slice(n.place,k+n.place);if(n.place+=k,t[n.place++]!==2)return!1;var j=getLength(t,n);if(j===!1||t.length!==j+n.place||t[n.place]&128)return!1;var V=t.slice(n.place,j+n.place);if(L[0]===0)if(L[1]&128)L=L.slice(1);else return!1;if(V[0]===0)if(V[1]&128)V=V.slice(1);else return!1;return this.r=new BN$8(L),this.s=new BN$8(V),this.recoveryParam=null,!0};function constructLength(e,t){if(t<128){e.push(t);return}var y=1+(Math.log(t)/Math.LN2>>>3);for(e.push(y|128);--y;)e.push(t>>>(y<<3)&255);e.push(t)}Signature$3.prototype.toDER=function(t){var y=this.r.toArray(),n=this.s.toArray();for(y[0]&128&&(y=[0].concat(y)),n[0]&128&&(n=[0].concat(n)),y=rmPadding(y),n=rmPadding(n);!n[0]&&!(n[1]&128);)n=n.slice(1);var $=[2];constructLength($,y.length),$=$.concat(y),$.push(2),constructLength($,n.length);var k=$.concat(n),L=[48];return constructLength(L,k.length),L=L.concat(k),utils$6.encode(L,t)};var BN$7=bnExports$3,HmacDRBG=hmacDrbg,utils$5=utils$o,curves$3=curves$4,rand=brorandExports,assert$3=utils$5.assert,KeyPair$2=key$1,Signature$2=signature$1;function EC$2(e){if(!(this instanceof EC$2))return new EC$2(e);typeof e=="string"&&(assert$3(Object.prototype.hasOwnProperty.call(curves$3,e),"Unknown curve "+e),e=curves$3[e]),e instanceof curves$3.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}var ec=EC$2;EC$2.prototype.keyPair=function(t){return new KeyPair$2(this,t)};EC$2.prototype.keyFromPrivate=function(t,y){return KeyPair$2.fromPrivate(this,t,y)};EC$2.prototype.keyFromPublic=function(t,y){return KeyPair$2.fromPublic(this,t,y)};EC$2.prototype.genKeyPair=function(t){t||(t={});for(var y=new HmacDRBG({hash:this.hash,pers:t.pers,persEnc:t.persEnc||"utf8",entropy:t.entropy||rand(this.hash.hmacStrength),entropyEnc:t.entropy&&t.entropyEnc||"utf8",nonce:this.n.toArray()}),n=this.n.byteLength(),$=this.n.sub(new BN$7(2));;){var k=new BN$7(y.generate(n));if(!(k.cmp($)>0))return k.iaddn(1),this.keyFromPrivate(k)}};EC$2.prototype._truncateToN=function(t,y){var n=t.byteLength()*8-this.n.bitLength();return n>0&&(t=t.ushrn(n)),!y&&t.cmp(this.n)>=0?t.sub(this.n):t};EC$2.prototype.sign=function(t,y,n,$){typeof n=="object"&&($=n,n=null),$||($={}),y=this.keyFromPrivate(y,n),t=this._truncateToN(new BN$7(t,16));for(var k=this.n.byteLength(),L=y.getPrivate().toArray("be",k),j=t.toArray("be",k),V=new HmacDRBG({hash:this.hash,entropy:L,nonce:j,pers:$.pers,persEnc:$.persEnc||"utf8"}),z=this.n.sub(new BN$7(1)),re=0;;re++){var oe=$.k?$.k(re):new BN$7(V.generate(this.n.byteLength()));if(oe=this._truncateToN(oe,!0),!(oe.cmpn(1)<=0||oe.cmp(z)>=0)){var ue=this.g.mul(oe);if(!ue.isInfinity()){var de=ue.getX(),_e=de.umod(this.n);if(_e.cmpn(0)!==0){var Ne=oe.invm(this.n).mul(_e.mul(y.getPrivate()).iadd(t));if(Ne=Ne.umod(this.n),Ne.cmpn(0)!==0){var Ue=(ue.getY().isOdd()?1:0)|(de.cmp(_e)!==0?2:0);return $.canonical&&Ne.cmp(this.nh)>0&&(Ne=this.n.sub(Ne),Ue^=1),new Signature$2({r:_e,s:Ne,recoveryParam:Ue})}}}}}};EC$2.prototype.verify=function(t,y,n,$){t=this._truncateToN(new BN$7(t,16)),n=this.keyFromPublic(n,$),y=new Signature$2(y,"hex");var k=y.r,L=y.s;if(k.cmpn(1)<0||k.cmp(this.n)>=0||L.cmpn(1)<0||L.cmp(this.n)>=0)return!1;var j=L.invm(this.n),V=j.mul(t).umod(this.n),z=j.mul(k).umod(this.n),re;return this.curve._maxwellTrick?(re=this.g.jmulAdd(V,n.getPublic(),z),re.isInfinity()?!1:re.eqXToP(k)):(re=this.g.mulAdd(V,n.getPublic(),z),re.isInfinity()?!1:re.getX().umod(this.n).cmp(k)===0)};EC$2.prototype.recoverPubKey=function(e,t,y,n){assert$3((3&y)===y,"The recovery param is more than two bits"),t=new Signature$2(t,n);var $=this.n,k=new BN$7(e),L=t.r,j=t.s,V=y&1,z=y>>1;if(L.cmp(this.curve.p.umod(this.curve.n))>=0&&z)throw new Error("Unable to find sencond key candinate");z?L=this.curve.pointFromX(L.add(this.curve.n),V):L=this.curve.pointFromX(L,V);var re=t.r.invm($),oe=$.sub(k).mul(re).umod($),ue=j.mul(re).umod($);return this.g.mulAdd(oe,L,ue)};EC$2.prototype.getKeyRecoveryParam=function(e,t,y,n){if(t=new Signature$2(t,n),t.recoveryParam!==null)return t.recoveryParam;for(var $=0;$<4;$++){var k;try{k=this.recoverPubKey(e,t,$)}catch{continue}if(k.eq(y))return $}throw new Error("Unable to find valid recovery factor")};var utils$4=utils$o,assert$2=utils$4.assert,parseBytes$2=utils$4.parseBytes,cachedProperty$1=utils$4.cachedProperty;function KeyPair$1(e,t){this.eddsa=e,this._secret=parseBytes$2(t.secret),e.isPoint(t.pub)?this._pub=t.pub:this._pubBytes=parseBytes$2(t.pub)}KeyPair$1.fromPublic=function(t,y){return y instanceof KeyPair$1?y:new KeyPair$1(t,{pub:y})};KeyPair$1.fromSecret=function(t,y){return y instanceof KeyPair$1?y:new KeyPair$1(t,{secret:y})};KeyPair$1.prototype.secret=function(){return this._secret};cachedProperty$1(KeyPair$1,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())});cachedProperty$1(KeyPair$1,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())});cachedProperty$1(KeyPair$1,"privBytes",function(){var t=this.eddsa,y=this.hash(),n=t.encodingLength-1,$=y.slice(0,t.encodingLength);return $[0]&=248,$[n]&=127,$[n]|=64,$});cachedProperty$1(KeyPair$1,"priv",function(){return this.eddsa.decodeInt(this.privBytes())});cachedProperty$1(KeyPair$1,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()});cachedProperty$1(KeyPair$1,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)});KeyPair$1.prototype.sign=function(t){return assert$2(this._secret,"KeyPair can only verify"),this.eddsa.sign(t,this)};KeyPair$1.prototype.verify=function(t,y){return this.eddsa.verify(t,y,this)};KeyPair$1.prototype.getSecret=function(t){return assert$2(this._secret,"KeyPair is public only"),utils$4.encode(this.secret(),t)};KeyPair$1.prototype.getPublic=function(t){return utils$4.encode(this.pubBytes(),t)};var key=KeyPair$1,BN$6=bnExports$3,utils$3=utils$o,assert$1=utils$3.assert,cachedProperty=utils$3.cachedProperty,parseBytes$1=utils$3.parseBytes;function Signature$1(e,t){this.eddsa=e,typeof t!="object"&&(t=parseBytes$1(t)),Array.isArray(t)&&(assert$1(t.length===e.encodingLength*2,"Signature has invalid size"),t={R:t.slice(0,e.encodingLength),S:t.slice(e.encodingLength)}),assert$1(t.R&&t.S,"Signature without R or S"),e.isPoint(t.R)&&(this._R=t.R),t.S instanceof BN$6&&(this._S=t.S),this._Rencoded=Array.isArray(t.R)?t.R:t.Rencoded,this._Sencoded=Array.isArray(t.S)?t.S:t.Sencoded}cachedProperty(Signature$1,"S",function(){return this.eddsa.decodeInt(this.Sencoded())});cachedProperty(Signature$1,"R",function(){return this.eddsa.decodePoint(this.Rencoded())});cachedProperty(Signature$1,"Rencoded",function(){return this.eddsa.encodePoint(this.R())});cachedProperty(Signature$1,"Sencoded",function(){return this.eddsa.encodeInt(this.S())});Signature$1.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())};Signature$1.prototype.toHex=function(){return utils$3.encode(this.toBytes(),"hex").toUpperCase()};var signature=Signature$1,hash=hash$2,curves$2=curves$4,utils$2=utils$o,assert=utils$2.assert,parseBytes=utils$2.parseBytes,KeyPair=key,Signature=signature;function EDDSA(e){if(assert(e==="ed25519","only tested with ed25519 so far"),!(this instanceof EDDSA))return new EDDSA(e);e=curves$2[e].curve,this.curve=e,this.g=e.g,this.g.precompute(e.n.bitLength()+1),this.pointClass=e.point().constructor,this.encodingLength=Math.ceil(e.n.bitLength()/8),this.hash=hash.sha512}var eddsa=EDDSA;EDDSA.prototype.sign=function(t,y){t=parseBytes(t);var n=this.keyFromSecret(y),$=this.hashInt(n.messagePrefix(),t),k=this.g.mul($),L=this.encodePoint(k),j=this.hashInt(L,n.pubBytes(),t).mul(n.priv()),V=$.add(j).umod(this.curve.n);return this.makeSignature({R:k,S:V,Rencoded:L})};EDDSA.prototype.verify=function(t,y,n){if(t=parseBytes(t),y=this.makeSignature(y),y.S().gte(y.eddsa.curve.n)||y.S().isNeg())return!1;var $=this.keyFromPublic(n),k=this.hashInt(y.Rencoded(),$.pubBytes(),t),L=this.g.mul(y.S()),j=y.R().add($.pub().mul(k));return j.eq(L)};EDDSA.prototype.hashInt=function(){for(var t=this.hash(),y=0;y<arguments.length;y++)t.update(arguments[y]);return utils$2.intFromLE(t.digest()).umod(this.curve.n)};EDDSA.prototype.keyFromPublic=function(t){return KeyPair.fromPublic(this,t)};EDDSA.prototype.keyFromSecret=function(t){return KeyPair.fromSecret(this,t)};EDDSA.prototype.makeSignature=function(t){return t instanceof Signature?t:new Signature(this,t)};EDDSA.prototype.encodePoint=function(t){var y=t.getY().toArray("le",this.encodingLength);return y[this.encodingLength-1]|=t.getX().isOdd()?128:0,y};EDDSA.prototype.decodePoint=function(t){t=utils$2.parseBytes(t);var y=t.length-1,n=t.slice(0,y).concat(t[y]&-129),$=(t[y]&128)!==0,k=utils$2.intFromLE(n);return this.curve.pointFromY(k,$)};EDDSA.prototype.encodeInt=function(t){return t.toArray("le",this.encodingLength)};EDDSA.prototype.decodeInt=function(t){return utils$2.intFromLE(t)};EDDSA.prototype.isPoint=function(t){return t instanceof this.pointClass};(function(e){var t=e;t.version=require$$0.version,t.utils=utils$o,t.rand=brorandExports,t.curve=curve,t.curves=curves$4,t.ec=ec,t.eddsa=eddsa})(elliptic$1);var asn1$3={},asn1$2={},bn$3={exports:{}};bn$3.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie<ie.length&&(pe===16?this._parseHex(ie,Ie,Ce):(this._parseBase(ie,pe,Ie),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)))},k.prototype._initNumber=function(ie,pe,Ce){ie<0&&(this.negative=1,ie=-ie),ie<67108864?(this.words=[ie&67108863],this.length=1):ie<4503599627370496?(this.words=[ie&67108863,ie/67108864&67108863],this.length=2):(n(ie<9007199254740992),this.words=[ie&67108863,ie/67108864&67108863,1],this.length=3),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)},k.prototype._initArray=function(ie,pe,Ce){if(n(typeof ie.length=="number"),ie.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(ie.length/3),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt,ar,ur=0;if(Ce==="be")for(Ie=ie.length-1,jt=0;Ie>=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie<ie.length;Ie+=3)ar=ie[Ie]|ie[Ie+1]<<8|ie[Ie+2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt=0,ar=0,ur;if(Ce==="be")for(Ie=ie.length-1;Ie>=pe;Ie-=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie<ie.length;Ie+=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar<jt;ar++){var ur=Et.charCodeAt(ar)-48;Ie*=Ce,ur>=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr<kt;tr+=Ie)he=z(ie,tr,tr+Ie,pe),this.imuln(jt),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he);if(ur!==0){var gr=1;for(he=z(ie,tr,ie.length,pe),tr=0;tr<ur;tr++)gr*=pe;this.imuln(gr),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he)}this.strip()},k.prototype.copy=function(ie){ie.words=new Array(this.length);for(var pe=0;pe<this.length;pe++)ie.words[pe]=this.words[pe];ie.length=this.length,ie.negative=this.negative,ie.red=this.red},k.prototype.clone=function(){var ie=new k(null);return this.copy(ie),ie},k.prototype._expand=function(ie){for(;this.length<ie;)this.words[this.length++]=0;return this},k.prototype.strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar<this.length;ar++){var ur=this.words[ar],kt=((ur<<Ie|jt)&16777215).toString(16);jt=ur>>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he<jt;he++)ur[he]=0}else{for(he=0;he<jt-Ie;he++)ur[he]=0;for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[jt-he-1]=kt}return ur},Math.clz32?k.prototype._countBits=function(ie){return 32-Math.clz32(ie)}:k.prototype._countBits=function(ie){var pe=ie,Ce=0;return pe>=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe<ie.length;pe++){var Ce=pe/26|0,Ie=pe%26;ie[pe]=(Et.words[Ce]&1<<Ie)>>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;pe<this.length;pe++){var Ce=this._zeroBits(this.words[pe]);if(ie+=Ce,Ce!==26)break}return ie},k.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},k.prototype.toTwos=function(ie){return this.negative!==0?this.abs().inotn(ie).iaddn(1):this.clone()},k.prototype.fromTwos=function(ie){return this.testn(ie-1)?this.notn(ie).iaddn(1).ineg():this.clone()},k.prototype.isNeg=function(){return this.negative!==0},k.prototype.neg=function(){return this.clone().ineg()},k.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},k.prototype.iuor=function(ie){for(;this.length<ie.length;)this.words[this.length++]=0;for(var pe=0;pe<ie.length;pe++)this.words[pe]=this.words[pe]|ie.words[pe];return this.strip()},k.prototype.ior=function(ie){return n((this.negative|ie.negative)===0),this.iuor(ie)},k.prototype.or=function(ie){return this.length>ie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ce<pe.length;Ce++)this.words[Ce]=this.words[Ce]&ie.words[Ce];return this.length=pe.length,this.strip()},k.prototype.iand=function(ie){return n((this.negative|ie.negative)===0),this.iuand(ie)},k.prototype.and=function(ie){return this.length>ie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ie<Ce.length;Ie++)this.words[Ie]=pe.words[Ie]^Ce.words[Ie];if(this!==pe)for(;Ie<pe.length;Ie++)this.words[Ie]=pe.words[Ie];return this.length=pe.length,this.strip()},k.prototype.ixor=function(ie){return n((this.negative|ie.negative)===0),this.iuxor(ie)},k.prototype.xor=function(ie){return this.length>ie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie<pe;Ie++)this.words[Ie]=~this.words[Ie]&67108863;return Ce>0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<<Ie:this.words[Ce]=this.words[Ce]&~(1<<Ie),this.strip()},k.prototype.iadd=function(ie){var pe;if(this.negative!==0&&ie.negative===0)return this.negative=0,pe=this.isub(ie),this.negative^=1,this._normSign();if(this.negative===0&&ie.negative!==0)return ie.negative=0,pe=this.isub(ie),ie.negative=1,pe._normSign();var Ce,Ie;this.length>ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar<Ie.length;ar++)pe=(Ce.words[ar]|0)+(Ie.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;for(;jt!==0&&ar<Ce.length;ar++)pe=(Ce.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;ar<Ce.length;ar++)this.words[ar]=Ce.words[ar];return this},k.prototype.add=function(ie){var pe;return ie.negative!==0&&this.negative===0?(ie.negative=0,pe=this.sub(ie),ie.negative^=1,pe):ie.negative===0&&this.negative!==0?(this.negative=0,pe=ie.sub(this),this.negative=1,pe):this.length>ie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur<jt.length;ur++)pe=(Ie.words[ur]|0)-(jt.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur<Ie.length;ur++)pe=(Ie.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;if(ar===0&&ur<Ie.length&&Ie!==this)for(;ur<Ie.length;ur++)this.words[ur]=Ie.words[ur];return this.length=Math.max(this.length,ur),Ie!==this&&(this.negative=1),this.strip()},k.prototype.sub=function(ie){return this.clone().isub(ie)};function _e(Et,ie,pe){pe.negative=ie.negative^Et.negative;var Ce=Et.length+ie.length|0;pe.length=Ce,Ce=Ce-1|0;var Ie=Et.words[0]|0,jt=ie.words[0]|0,ar=Ie*jt,ur=ar&67108863,kt=ar/67108864|0;pe.words[0]=ur;for(var he=1;he<Ce;he++){for(var tr=kt>>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt<pe.length-1;jt++){var ar=Ie;Ie=0;for(var ur=Ce&67108863,kt=Math.min(jt,ie.length-1),he=Math.max(0,jt-Et.length+1);he<=kt;he++){var tr=jt-he,gr=Et.words[tr]|0,_r=ie.words[he]|0,yr=gr*_r,xr=yr&67108863;ar=ar+(yr/67108864|0)|0,xr=xr+ur|0,ur=xr&67108863,ar=ar+(xr>>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie<ie;Ie++)pe[Ie]=this.revBin(Ie,Ce,ie);return pe},Ve.prototype.revBin=function(ie,pe,Ce){if(ie===0||ie===Ce-1)return ie;for(var Ie=0,jt=0;jt<pe;jt++)Ie|=(ie&1)<<pe-jt-1,ie>>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur<ar;ur++)Ie[ur]=pe[ie[ur]],jt[ur]=Ce[ie[ur]]},Ve.prototype.transform=function(ie,pe,Ce,Ie,jt,ar){this.permute(ar,ie,pe,Ce,Ie,jt);for(var ur=1;ur<jt;ur<<=1)for(var kt=ur<<1,he=Math.cos(2*Math.PI/kt),tr=Math.sin(2*Math.PI/kt),gr=0;gr<jt;gr+=kt)for(var _r=he,yr=tr,xr=0;xr<ur;xr++){var Nr=Ce[gr+xr],Tr=Ie[gr+xr],Sr=Ce[gr+xr+ur],Ar=Ie[gr+xr+ur],Fr=_r*Sr-yr*Ar;Ar=_r*Ar+yr*Sr,Sr=Fr,Ce[gr+xr]=Nr+Sr,Ie[gr+xr]=Tr+Ar,Ce[gr+xr+ur]=Nr-Sr,Ie[gr+xr+ur]=Tr-Ar,xr!==kt&&(Fr=he*_r-tr*yr,yr=he*yr+tr*_r,_r=Fr)}},Ve.prototype.guessLen13b=function(ie,pe){var Ce=Math.max(pe,ie)|1,Ie=Ce&1,jt=0;for(Ce=Ce/2|0;Ce;Ce=Ce>>>1)jt++;return 1<<jt+1+Ie},Ve.prototype.conjugate=function(ie,pe,Ce){if(!(Ce<=1))for(var Ie=0;Ie<Ce/2;Ie++){var jt=ie[Ie];ie[Ie]=ie[Ce-Ie-1],ie[Ce-Ie-1]=jt,jt=pe[Ie],pe[Ie]=-pe[Ce-Ie-1],pe[Ce-Ie-1]=-jt}},Ve.prototype.normalize13b=function(ie,pe){for(var Ce=0,Ie=0;Ie<pe/2;Ie++){var jt=Math.round(ie[2*Ie+1]/pe)*8192+Math.round(ie[2*Ie]/pe)+Ce;ie[Ie]=jt&67108863,jt<67108864?Ce=0:Ce=jt/67108864|0}return ie},Ve.prototype.convert13b=function(ie,pe,Ce,Ie){for(var jt=0,ar=0;ar<pe;ar++)jt=jt+(ie[ar]|0),Ce[2*ar]=jt&8191,jt=jt>>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar<Ie;++ar)Ce[ar]=0;n(jt===0),n((jt&-8192)===0)},Ve.prototype.stub=function(ie){for(var pe=new Array(ie),Ce=0;Ce<ie;Ce++)pe[Ce]=0;return pe},Ve.prototype.mulp=function(ie,pe,Ce){var Ie=2*this.guessLen13b(ie.length,pe.length),jt=this.makeRBT(Ie),ar=this.stub(Ie),ur=new Array(Ie),kt=new Array(Ie),he=new Array(Ie),tr=new Array(Ie),gr=new Array(Ie),_r=new Array(Ie),yr=Ce.words;yr.length=Ie,this.convert13b(ie.words,ie.length,ur,Ie),this.convert13b(pe.words,pe.length,tr,Ie),this.transform(ur,ar,kt,he,Ie,jt),this.transform(tr,ar,gr,_r,Ie,jt);for(var xr=0;xr<Ie;xr++){var Nr=kt[xr]*gr[xr]-he[xr]*_r[xr];he[xr]=kt[xr]*_r[xr]+he[xr]*gr[xr],kt[xr]=Nr}return this.conjugate(kt,he,Ie),this.transform(kt,he,yr,ar,Ie,jt),this.conjugate(yr,ar,Ie),this.normalize13b(yr,Ie),Ce.negative=ie.negative^pe.negative,Ce.length=ie.length+pe.length,Ce.strip()},k.prototype.mul=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),this.mulTo(ie,pe)},k.prototype.mulf=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),$e(this,ie,pe)},k.prototype.imul=function(ie){return this.clone().mulTo(ie,this)},k.prototype.imuln=function(ie){n(typeof ie=="number"),n(ie<67108864);for(var pe=0,Ce=0;Ce<this.length;Ce++){var Ie=(this.words[Ce]|0)*ie,jt=(Ie&67108863)+(pe&67108863);pe>>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie<pe.length&&pe[Ie]===0;Ie++,Ce=Ce.sqr());if(++Ie<pe.length)for(var jt=Ce.sqr();Ie<pe.length;Ie++,jt=jt.sqr())pe[Ie]!==0&&(Ce=Ce.mul(jt));return Ce},k.prototype.iushln=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt<this.length;jt++){var ur=this.words[jt]&Ie,kt=(this.words[jt]|0)-ur<<pe;this.words[jt]=kt|ar,ar=ur>>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt<Ce;jt++)this.words[jt]=0;this.length+=Ce}return this.strip()},k.prototype.ishln=function(ie){return n(this.negative===0),this.iushln(ie)},k.prototype.iushrn=function(ie,pe,Ce){n(typeof ie=="number"&&ie>=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<<jt,kt=Ce;if(Ie-=ar,Ie=Math.max(0,Ie),kt){for(var he=0;he<ar;he++)kt.words[he]=this.words[he];kt.length=ar}if(ar!==0)if(this.length>ar)for(this.length-=ar,he=0;he<this.length;he++)this.words[he]=this.words[he+ar];else this.words[0]=0,this.length=1;var tr=0;for(he=this.length-1;he>=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return!1;var jt=this.words[Ce];return!!(jt&Ie)},k.prototype.imaskn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<<pe;this.words[this.length-1]&=Ie}return this.strip()},k.prototype.maskn=function(ie){return this.clone().imaskn(ie)},k.prototype.iaddn=function(ie){return n(typeof ie=="number"),n(ie<67108864),ie<0?this.isubn(-ie):this.negative!==0?this.length===1&&(this.words[0]|0)<ie?(this.words[0]=ie-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(ie),this.negative=1,this):this._iaddn(ie)},k.prototype._iaddn=function(ie){this.words[0]+=ie;for(var pe=0;pe<this.length&&this.words[pe]>=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe<this.length&&this.words[pe]<0;pe++)this.words[pe]+=67108864,this.words[pe+1]-=1;return this.strip()},k.prototype.addn=function(ie){return this.clone().iaddn(ie)},k.prototype.subn=function(ie){return this.clone().isubn(ie)},k.prototype.iabs=function(){return this.negative=0,this},k.prototype.abs=function(){return this.clone().iabs()},k.prototype._ishlnsubmul=function(ie,pe,Ce){var Ie=ie.length+Ce,jt;this._expand(Ie);var ar,ur=0;for(jt=0;jt<ie.length;jt++){ar=(this.words[jt+Ce]|0)+ur;var kt=(ie.words[jt]|0)*pe;ar-=kt&67108863,ur=(ar>>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt<this.length-Ce;jt++)ar=(this.words[jt+Ce]|0)+ur,ur=ar>>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt<this.length;jt++)ar=-(this.words[jt]|0)+ur,ur=ar>>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr<he.length;tr++)he.words[tr]=0}var gr=Ie.clone()._ishlnsubmul(jt,1,kt);gr.negative===0&&(Ie=gr,he&&(he.words[kt]=1));for(var _r=kt-1;_r>=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return this._expand(Ce+1),this.words[Ce]|=Ie,this;for(var jt=Ie,ar=Ce;jt!==0&&ar<this.length;ar++){var ur=this.words[ar]|0;ur+=jt,jt=ur>>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ie<ie?-1:1}return this.negative!==0?-Ce|0:Ce},k.prototype.cmp=function(ie){if(this.negative!==0&&ie.negative===0)return-1;if(this.negative===0&&ie.negative!==0)return 1;var pe=this.ucmp(ie);return this.negative!==0?-pe|0:pe},k.prototype.ucmp=function(ie){if(this.length>ie.length)return 1;if(this.length<ie.length)return-1;for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Ie<jt?pe=-1:Ie>jt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce<this.n?-1:pe.ucmp(this.p);return Ie===0?(pe.words[0]=0,pe.length=1):Ie>0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt<Ie;jt++)pe.words[jt]=ie.words[jt];if(pe.length=Ie,ie.length<=9){ie.words[0]=0,ie.length=1;return}var ar=ie.words[9];for(pe.words[pe.length++]=ar&Ce,jt=10;jt<ie.length;jt++){var ur=ie.words[jt]|0;ie.words[jt-10]=(ur&Ce)<<4|ar>>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=ie.words[Ce]|0;pe+=Ie*977,ie.words[Ce]=pe&67108863,pe=Ie*64+(pe/67108864|0)}return ie.words[ie.length-1]===0&&(ie.length--,ie.words[ie.length-1]===0&&ie.length--),ie};function ir(){qe.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}$(ir,qe);function dr(){qe.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}$(dr,qe);function cr(){qe.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}$(cr,qe),cr.prototype.imulK=function(ie){for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=(ie.words[Ce]|0)*19+pe,jt=Ie&67108863;Ie>>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr<yr);var Tr=this.pow(tr,new k(1).iushln(yr-Nr-1));gr=gr.redMul(Tr),tr=Tr.redSqr(),_r=_r.redMul(tr),yr=Nr}return gr},nr.prototype.invm=function(ie){var pe=ie._invmp(this.m);return pe.negative!==0?(pe.negative=0,this.imod(pe).redNeg()):this.imod(pe)},nr.prototype.pow=function(ie,pe){if(pe.isZero())return new k(1).toRed(this);if(pe.cmpn(1)===0)return ie.clone();var Ce=4,Ie=new Array(1<<Ce);Ie[0]=new k(1).toRed(this),Ie[1]=ie;for(var jt=2;jt<Ie.length;jt++)Ie[jt]=this.mul(Ie[jt-1],ie);var ar=Ie[0],ur=0,kt=0,he=pe.bitLength()%26;for(he===0&&(he=26),jt=pe.length-1;jt>=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$3);var bnExports$2=bn$3.exports,api={},hasRequiredApi;function requireApi(){return hasRequiredApi||(hasRequiredApi=1,function(e){var t=requireAsn1(),y=inherits_browserExports,n=e;n.define=function(L,j){return new $(L,j)};function $(k,L){this.name=k,this.body=L,this.decoders={},this.encoders={}}$.prototype._createNamed=function(L){var j;try{j=require$$2$1.runInThisContext("(function "+this.name+`(entity) {
this._initNamed(entity);
})`)}catch{j=function(z){this._initNamed(z)}}return y(j,L),j.prototype._initNamed=function(z){L.call(this,z)},new j(this)},$.prototype._getDecoder=function(L){return L=L||"der",this.decoders.hasOwnProperty(L)||(this.decoders[L]=this._createNamed(t.decoders[L])),this.decoders[L]},$.prototype.decode=function(L,j,V){return this._getDecoder(j).decode(L,V)},$.prototype._getEncoder=function(L){return L=L||"der",this.encoders.hasOwnProperty(L)||(this.encoders[L]=this._createNamed(t.encoders[L])),this.encoders[L]},$.prototype.encode=function(L,j,V){return this._getEncoder(j).encode(L,V)}}(api)),api}var base={},reporter={},inherits$3=inherits_browserExports;function Reporter(e){this._reporterState={obj:null,path:[],options:e||{},errors:[]}}reporter.Reporter=Reporter;Reporter.prototype.isError=function(t){return t instanceof ReporterError};Reporter.prototype.save=function(){var t=this._reporterState;return{obj:t.obj,pathLen:t.path.length}};Reporter.prototype.restore=function(t){var y=this._reporterState;y.obj=t.obj,y.path=y.path.slice(0,t.pathLen)};Reporter.prototype.enterKey=function(t){return this._reporterState.path.push(t)};Reporter.prototype.exitKey=function(t){var y=this._reporterState;y.path=y.path.slice(0,t-1)};Reporter.prototype.leaveKey=function(t,y,n){var $=this._reporterState;this.exitKey(t),$.obj!==null&&($.obj[y]=n)};Reporter.prototype.path=function(){return this._reporterState.path.join("/")};Reporter.prototype.enterObject=function(){var t=this._reporterState,y=t.obj;return t.obj={},y};Reporter.prototype.leaveObject=function(t){var y=this._reporterState,n=y.obj;return y.obj=t,n};Reporter.prototype.error=function(t){var y,n=this._reporterState,$=t instanceof ReporterError;if($?y=t:y=new ReporterError(n.path.map(function(k){return"["+JSON.stringify(k)+"]"}).join(""),t.message||t,t.stack),!n.options.partial)throw y;return $||n.errors.push(y),y};Reporter.prototype.wrapResult=function(t){var y=this._reporterState;return y.options.partial?{result:this.isError(t)?null:t,errors:y.errors}:t};function ReporterError(e,t){this.path=e,this.rethrow(t)}inherits$3(ReporterError,Error);ReporterError.prototype.rethrow=function(t){if(this.message=t+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,ReporterError),!this.stack)try{throw new Error(this.message)}catch(y){this.stack=y.stack}return this};var buffer={},hasRequiredBuffer;function requireBuffer(){if(hasRequiredBuffer)return buffer;hasRequiredBuffer=1;var e=inherits_browserExports,t=requireBase().Reporter,y=buffer$1.Buffer;function n(k,L){if(t.call(this,L),!y.isBuffer(k)){this.error("Input not Buffer");return}this.base=k,this.offset=0,this.length=k.length}e(n,t),buffer.DecoderBuffer=n,n.prototype.save=function(){return{offset:this.offset,reporter:t.prototype.save.call(this)}},n.prototype.restore=function(L){var j=new n(this.base);return j.offset=L.offset,j.length=this.offset,this.offset=L.offset,t.prototype.restore.call(this,L.reporter),j},n.prototype.isEmpty=function(){return this.offset===this.length},n.prototype.readUInt8=function(L){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(L||"DecoderBuffer overrun")},n.prototype.skip=function(L,j){if(!(this.offset+L<=this.length))return this.error(j||"DecoderBuffer overrun");var V=new n(this.base);return V._reporterState=this._reporterState,V.offset=this.offset,V.length=this.offset+L,this.offset+=L,V},n.prototype.raw=function(L){return this.base.slice(L?L.offset:this.offset,this.length)};function $(k,L){if(Array.isArray(k))this.length=0,this.value=k.map(function(j){return j instanceof $||(j=new $(j,L)),this.length+=j.length,j},this);else if(typeof k=="number"){if(!(0<=k&&k<=255))return L.error("non-byte EncoderBuffer value");this.value=k,this.length=1}else if(typeof k=="string")this.value=k,this.length=y.byteLength(k);else if(y.isBuffer(k))this.value=k,this.length=k.length;else return L.error("Unsupported type: "+typeof k)}return buffer.EncoderBuffer=$,$.prototype.join=function(L,j){return L||(L=new y(this.length)),j||(j=0),this.length===0||(Array.isArray(this.value)?this.value.forEach(function(V){V.join(L,j),j+=V.length}):(typeof this.value=="number"?L[j]=this.value:typeof this.value=="string"?L.write(this.value,j):y.isBuffer(this.value)&&this.value.copy(L,j),j+=this.length)),L},buffer}var node,hasRequiredNode;function requireNode(){if(hasRequiredNode)return node;hasRequiredNode=1;var e=requireBase().Reporter,t=requireBase().EncoderBuffer,y=requireBase().DecoderBuffer,n=minimalisticAssert,$=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],k=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat($),L=["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"];function j(z,re){var oe={};this._baseState=oe,oe.enc=z,oe.parent=re||null,oe.children=null,oe.tag=null,oe.args=null,oe.reverseArgs=null,oe.choice=null,oe.optional=!1,oe.any=!1,oe.obj=!1,oe.use=null,oe.useDecoder=null,oe.key=null,oe.default=null,oe.explicit=null,oe.implicit=null,oe.contains=null,oe.parent||(oe.children=[],this._wrap())}node=j;var V=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];return j.prototype.clone=function(){var re=this._baseState,oe={};V.forEach(function(de){oe[de]=re[de]});var ue=new this.constructor(oe.parent);return ue._baseState=oe,ue},j.prototype._wrap=function(){var re=this._baseState;k.forEach(function(oe){this[oe]=function(){var de=new this.constructor(this);return re.children.push(de),de[oe].apply(de,arguments)}},this)},j.prototype._init=function(re){var oe=this._baseState;n(oe.parent===null),re.call(this),oe.children=oe.children.filter(function(ue){return ue._baseState.parent===this},this),n.equal(oe.children.length,1,"Root node can have only one child")},j.prototype._useArgs=function(re){var oe=this._baseState,ue=re.filter(function(de){return de instanceof this.constructor},this);re=re.filter(function(de){return!(de instanceof this.constructor)},this),ue.length!==0&&(n(oe.children===null),oe.children=ue,ue.forEach(function(de){de._baseState.parent=this},this)),re.length!==0&&(n(oe.args===null),oe.args=re,oe.reverseArgs=re.map(function(de){if(typeof de!="object"||de.constructor!==Object)return de;var _e={};return Object.keys(de).forEach(function(Ne){Ne==(Ne|0)&&(Ne|=0);var Ue=de[Ne];_e[Ue]=Ne}),_e}))},L.forEach(function(z){j.prototype[z]=function(){var oe=this._baseState;throw new Error(z+" not implemented for encoding: "+oe.enc)}}),$.forEach(function(z){j.prototype[z]=function(){var oe=this._baseState,ue=Array.prototype.slice.call(arguments);return n(oe.tag===null),oe.tag=z,this._useArgs(ue),this}}),j.prototype.use=function(re){n(re);var oe=this._baseState;return n(oe.use===null),oe.use=re,this},j.prototype.optional=function(){var re=this._baseState;return re.optional=!0,this},j.prototype.def=function(re){var oe=this._baseState;return n(oe.default===null),oe.default=re,oe.optional=!0,this},j.prototype.explicit=function(re){var oe=this._baseState;return n(oe.explicit===null&&oe.implicit===null),oe.explicit=re,this},j.prototype.implicit=function(re){var oe=this._baseState;return n(oe.explicit===null&&oe.implicit===null),oe.implicit=re,this},j.prototype.obj=function(){var re=this._baseState,oe=Array.prototype.slice.call(arguments);return re.obj=!0,oe.length!==0&&this._useArgs(oe),this},j.prototype.key=function(re){var oe=this._baseState;return n(oe.key===null),oe.key=re,this},j.prototype.any=function(){var re=this._baseState;return re.any=!0,this},j.prototype.choice=function(re){var oe=this._baseState;return n(oe.choice===null),oe.choice=re,this._useArgs(Object.keys(re).map(function(ue){return re[ue]})),this},j.prototype.contains=function(re){var oe=this._baseState;return n(oe.use===null),oe.contains=re,this},j.prototype._decode=function(re,oe){var ue=this._baseState;if(ue.parent===null)return re.wrapResult(ue.children[0]._decode(re,oe));var de=ue.default,_e=!0,Ne=null;if(ue.key!==null&&(Ne=re.enterKey(ue.key)),ue.optional){var Ue=null;if(ue.explicit!==null?Ue=ue.explicit:ue.implicit!==null?Ue=ue.implicit:ue.tag!==null&&(Ue=ue.tag),Ue===null&&!ue.any){var $e=re.save();try{ue.choice===null?this._decodeGeneric(ue.tag,re,oe):this._decodeChoice(re,oe),_e=!0}catch{_e=!1}re.restore($e)}else if(_e=this._peekTag(re,Ue,ue.any),re.isError(_e))return _e}var Ve;if(ue.obj&&_e&&(Ve=re.enterObject()),_e){if(ue.explicit!==null){var Fe=this._decodeTag(re,ue.explicit);if(re.isError(Fe))return Fe;re=Fe}var qe=re.offset;if(ue.use===null&&ue.choice===null){if(ue.any)var $e=re.save();var er=this._decodeTag(re,ue.implicit!==null?ue.implicit:ue.tag,ue.any);if(re.isError(er))return er;ue.any?de=re.raw($e):re=er}if(oe&&oe.track&&ue.tag!==null&&oe.track(re.path(),qe,re.length,"tagged"),oe&&oe.track&&ue.tag!==null&&oe.track(re.path(),re.offset,re.length,"content"),ue.any?de=de:ue.choice===null?de=this._decodeGeneric(ue.tag,re,oe):de=this._decodeChoice(re,oe),re.isError(de))return de;if(!ue.any&&ue.choice===null&&ue.children!==null&&ue.children.forEach(function(cr){cr._decode(re,oe)}),ue.contains&&(ue.tag==="octstr"||ue.tag==="bitstr")){var ir=new y(de);de=this._getUse(ue.contains,re._reporterState.obj)._decode(ir,oe)}}return ue.obj&&_e&&(de=re.leaveObject(Ve)),ue.key!==null&&(de!==null||_e===!0)?re.leaveKey(Ne,ue.key,de):Ne!==null&&re.exitKey(Ne),de},j.prototype._decodeGeneric=function(re,oe,ue){var de=this._baseState;return re==="seq"||re==="set"?null:re==="seqof"||re==="setof"?this._decodeList(oe,re,de.args[0],ue):/str$/.test(re)?this._decodeStr(oe,re,ue):re==="objid"&&de.args?this._decodeObjid(oe,de.args[0],de.args[1],ue):re==="objid"?this._decodeObjid(oe,null,null,ue):re==="gentime"||re==="utctime"?this._decodeTime(oe,re,ue):re==="null_"?this._decodeNull(oe,ue):re==="bool"?this._decodeBool(oe,ue):re==="objDesc"?this._decodeStr(oe,re,ue):re==="int"||re==="enum"?this._decodeInt(oe,de.args&&de.args[0],ue):de.use!==null?this._getUse(de.use,oe._reporterState.obj)._decode(oe,ue):oe.error("unknown tag: "+re)},j.prototype._getUse=function(re,oe){var ue=this._baseState;return ue.useDecoder=this._use(re,oe),n(ue.useDecoder._baseState.parent===null),ue.useDecoder=ue.useDecoder._baseState.children[0],ue.implicit!==ue.useDecoder._baseState.implicit&&(ue.useDecoder=ue.useDecoder.clone(),ue.useDecoder._baseState.implicit=ue.implicit),ue.useDecoder},j.prototype._decodeChoice=function(re,oe){var ue=this._baseState,de=null,_e=!1;return Object.keys(ue.choice).some(function(Ne){var Ue=re.save(),$e=ue.choice[Ne];try{var Ve=$e._decode(re,oe);if(re.isError(Ve))return!1;de={type:Ne,value:Ve},_e=!0}catch{return re.restore(Ue),!1}return!0},this),_e?de:re.error("Choice not matched")},j.prototype._createEncoderBuffer=function(re){return new t(re,this.reporter)},j.prototype._encode=function(re,oe,ue){var de=this._baseState;if(!(de.default!==null&&de.default===re)){var _e=this._encodeValue(re,oe,ue);if(_e!==void 0&&!this._skipDefault(_e,oe,ue))return _e}},j.prototype._encodeValue=function(re,oe,ue){var de=this._baseState;if(de.parent===null)return de.children[0]._encode(re,oe||new e);var $e=null;if(this.reporter=oe,de.optional&&re===void 0)if(de.default!==null)re=de.default;else return;var _e=null,Ne=!1;if(de.any)$e=this._createEncoderBuffer(re);else if(de.choice)$e=this._encodeChoice(re,oe);else if(de.contains)_e=this._getUse(de.contains,ue)._encode(re,oe),Ne=!0;else if(de.children)_e=de.children.map(function(qe){if(qe._baseState.tag==="null_")return qe._encode(null,oe,re);if(qe._baseState.key===null)return oe.error("Child should have a key");var er=oe.enterKey(qe._baseState.key);if(typeof re!="object")return oe.error("Child expected, but input is not object");var ir=qe._encode(re[qe._baseState.key],oe,re);return oe.leaveKey(er),ir},this).filter(function(qe){return qe}),_e=this._createEncoderBuffer(_e);else if(de.tag==="seqof"||de.tag==="setof"){if(!(de.args&&de.args.length===1))return oe.error("Too many args for : "+de.tag);if(!Array.isArray(re))return oe.error("seqof/setof, but data is not Array");var Ue=this.clone();Ue._baseState.implicit=null,_e=this._createEncoderBuffer(re.map(function(qe){var er=this._baseState;return this._getUse(er.args[0],re)._encode(qe,oe)},Ue))}else de.use!==null?$e=this._getUse(de.use,ue)._encode(re,oe):(_e=this._encodePrimitive(de.tag,re),Ne=!0);var $e;if(!de.any&&de.choice===null){var Ve=de.implicit!==null?de.implicit:de.tag,Fe=de.implicit===null?"universal":"context";Ve===null?de.use===null&&oe.error("Tag could be omitted only for .use()"):de.use===null&&($e=this._encodeComposite(Ve,Ne,Fe,_e))}return de.explicit!==null&&($e=this._encodeComposite(de.explicit,!1,"context",$e)),$e},j.prototype._encodeChoice=function(re,oe){var ue=this._baseState,de=ue.choice[re.type];return de||n(!1,re.type+" not found in "+JSON.stringify(Object.keys(ue.choice))),de._encode(re.value,oe)},j.prototype._encodePrimitive=function(re,oe){var ue=this._baseState;if(/str$/.test(re))return this._encodeStr(oe,re);if(re==="objid"&&ue.args)return this._encodeObjid(oe,ue.reverseArgs[0],ue.args[1]);if(re==="objid")return this._encodeObjid(oe,null,null);if(re==="gentime"||re==="utctime")return this._encodeTime(oe,re);if(re==="null_")return this._encodeNull();if(re==="int"||re==="enum")return this._encodeInt(oe,ue.args&&ue.reverseArgs[0]);if(re==="bool")return this._encodeBool(oe);if(re==="objDesc")return this._encodeStr(oe,re);throw new Error("Unsupported tag: "+re)},j.prototype._isNumstr=function(re){return/^[0-9 ]*$/.test(re)},j.prototype._isPrintstr=function(re){return/^[A-Za-z0-9 '\(\)\+,\-\.\/:=\?]*$/.test(re)},node}var hasRequiredBase;function requireBase(){return hasRequiredBase||(hasRequiredBase=1,function(e){var t=e;t.Reporter=reporter.Reporter,t.DecoderBuffer=requireBuffer().DecoderBuffer,t.EncoderBuffer=requireBuffer().EncoderBuffer,t.Node=requireNode()}(base)),base}var constants={},der={},hasRequiredDer$2;function requireDer$2(){return hasRequiredDer$2||(hasRequiredDer$2=1,function(e){var t=requireConstants();e.tagClass={0:"universal",1:"application",2:"context",3:"private"},e.tagClassByName=t._reverse(e.tagClass),e.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},e.tagByName=t._reverse(e.tag)}(der)),der}var hasRequiredConstants;function requireConstants(){return hasRequiredConstants||(hasRequiredConstants=1,function(e){var t=e;t._reverse=function(n){var $={};return Object.keys(n).forEach(function(k){(k|0)==k&&(k=k|0);var L=n[k];$[L]=k}),$},t.der=requireDer$2()}(constants)),constants}var decoders={},der_1$1,hasRequiredDer$1;function requireDer$1(){if(hasRequiredDer$1)return der_1$1;hasRequiredDer$1=1;var e=inherits_browserExports,t=requireAsn1(),y=t.base,n=t.bignum,$=t.constants.der;function k(z){this.enc="der",this.name=z.name,this.entity=z,this.tree=new L,this.tree._init(z.body)}der_1$1=k,k.prototype.decode=function(re,oe){return re instanceof y.DecoderBuffer||(re=new y.DecoderBuffer(re,oe)),this.tree._decode(re,oe)};function L(z){y.Node.call(this,"der",z)}e(L,y.Node),L.prototype._peekTag=function(re,oe,ue){if(re.isEmpty())return!1;var de=re.save(),_e=j(re,'Failed to peek tag: "'+oe+'"');return re.isError(_e)?_e:(re.restore(de),_e.tag===oe||_e.tagStr===oe||_e.tagStr+"of"===oe||ue)},L.prototype._decodeTag=function(re,oe,ue){var de=j(re,'Failed to decode tag of "'+oe+'"');if(re.isError(de))return de;var _e=V(re,de.primitive,'Failed to get length of "'+oe+'"');if(re.isError(_e))return _e;if(!ue&&de.tag!==oe&&de.tagStr!==oe&&de.tagStr+"of"!==oe)return re.error('Failed to match tag: "'+oe+'"');if(de.primitive||_e!==null)return re.skip(_e,'Failed to match body of: "'+oe+'"');var Ne=re.save(),Ue=this._skipUntilEnd(re,'Failed to skip indefinite length body: "'+this.tag+'"');return re.isError(Ue)?Ue:(_e=re.offset-Ne.offset,re.restore(Ne),re.skip(_e,'Failed to match body of: "'+oe+'"'))},L.prototype._skipUntilEnd=function(re,oe){for(;;){var ue=j(re,oe);if(re.isError(ue))return ue;var de=V(re,ue.primitive,oe);if(re.isError(de))return de;var _e;if(ue.primitive||de!==null?_e=re.skip(de):_e=this._skipUntilEnd(re,oe),re.isError(_e))return _e;if(ue.tagStr==="end")break}},L.prototype._decodeList=function(re,oe,ue,de){for(var _e=[];!re.isEmpty();){var Ne=this._peekTag(re,"end");if(re.isError(Ne))return Ne;var Ue=ue.decode(re,"der",de);if(re.isError(Ue)&&Ne)break;_e.push(Ue)}return _e},L.prototype._decodeStr=function(re,oe){if(oe==="bitstr"){var ue=re.readUInt8();return re.isError(ue)?ue:{unused:ue,data:re.raw()}}else if(oe==="bmpstr"){var de=re.raw();if(de.length%2===1)return re.error("Decoding of string type: bmpstr length mismatch");for(var _e="",Ne=0;Ne<de.length/2;Ne++)_e+=String.fromCharCode(de.readUInt16BE(Ne*2));return _e}else if(oe==="numstr"){var Ue=re.raw().toString("ascii");return this._isNumstr(Ue)?Ue:re.error("Decoding of string type: numstr unsupported characters")}else{if(oe==="octstr")return re.raw();if(oe==="objDesc")return re.raw();if(oe==="printstr"){var $e=re.raw().toString("ascii");return this._isPrintstr($e)?$e:re.error("Decoding of string type: printstr unsupported characters")}else return/str$/.test(oe)?re.raw().toString():re.error("Decoding of string type: "+oe+" unsupported")}},L.prototype._decodeObjid=function(re,oe,ue){for(var de,_e=[],Ne=0;!re.isEmpty();){var Ue=re.readUInt8();Ne<<=7,Ne|=Ue&127,Ue&128||(_e.push(Ne),Ne=0)}Ue&128&&_e.push(Ne);var $e=_e[0]/40|0,Ve=_e[0]%40;if(ue?de=_e:de=[$e,Ve].concat(_e.slice(1)),oe){var Fe=oe[de.join(" ")];Fe===void 0&&(Fe=oe[de.join(".")]),Fe!==void 0&&(de=Fe)}return de},L.prototype._decodeTime=function(re,oe){var ue=re.raw().toString();if(oe==="gentime")var de=ue.slice(0,4)|0,_e=ue.slice(4,6)|0,Ne=ue.slice(6,8)|0,Ue=ue.slice(8,10)|0,$e=ue.slice(10,12)|0,Ve=ue.slice(12,14)|0;else if(oe==="utctime"){var de=ue.slice(0,2)|0,_e=ue.slice(2,4)|0,Ne=ue.slice(4,6)|0,Ue=ue.slice(6,8)|0,$e=ue.slice(8,10)|0,Ve=ue.slice(10,12)|0;de<70?de=2e3+de:de=1900+de}else return re.error("Decoding "+oe+" time is not supported yet");return Date.UTC(de,_e-1,Ne,Ue,$e,Ve,0)},L.prototype._decodeNull=function(re){return null},L.prototype._decodeBool=function(re){var oe=re.readUInt8();return re.isError(oe)?oe:oe!==0},L.prototype._decodeInt=function(re,oe){var ue=re.raw(),de=new n(ue);return oe&&(de=oe[de.toString(10)]||de),de},L.prototype._use=function(re,oe){return typeof re=="function"&&(re=re(oe)),re._getDecoder("der").tree};function j(z,re){var oe=z.readUInt8(re);if(z.isError(oe))return oe;var ue=$.tagClass[oe>>6],de=(oe&32)===0;if((oe&31)===31){var _e=oe;for(oe=0;(_e&128)===128;){if(_e=z.readUInt8(re),z.isError(_e))return _e;oe<<=7,oe|=_e&127}}else oe&=31;var Ne=$.tag[oe];return{cls:ue,primitive:de,tag:oe,tagStr:Ne}}function V(z,re,oe){var ue=z.readUInt8(oe);if(z.isError(ue))return ue;if(!re&&ue===128)return null;if(!(ue&128))return ue;var de=ue&127;if(de>4)return z.error("length octect is too long");ue=0;for(var _e=0;_e<de;_e++){ue<<=8;var Ne=z.readUInt8(oe);if(z.isError(Ne))return Ne;ue|=Ne}return ue}return der_1$1}var pem$1,hasRequiredPem$1;function requirePem$1(){if(hasRequiredPem$1)return pem$1;hasRequiredPem$1=1;var e=inherits_browserExports,t=buffer$1.Buffer,y=requireDer$1();function n($){y.call(this,$),this.enc="pem"}return e(n,y),pem$1=n,n.prototype.decode=function(k,L){for(var j=k.toString().split(/[\r\n]+/g),V=L.label.toUpperCase(),z=/^-----(BEGIN|END) ([^-]+)-----$/,re=-1,oe=-1,ue=0;ue<j.length;ue++){var de=j[ue].match(z);if(de!==null&&de[2]===V)if(re===-1){if(de[1]!=="BEGIN")break;re=ue}else{if(de[1]!=="END")break;oe=ue;break}}if(re===-1||oe===-1)throw new Error("PEM section not found for: "+V);var _e=j.slice(re+1,oe).join("");_e.replace(/[^a-z0-9\+\/=]+/gi,"");var Ne=new t(_e,"base64");return y.prototype.decode.call(this,Ne,L)},pem$1}var hasRequiredDecoders;function requireDecoders(){return hasRequiredDecoders||(hasRequiredDecoders=1,function(e){var t=e;t.der=requireDer$1(),t.pem=requirePem$1()}(decoders)),decoders}var encoders={},der_1,hasRequiredDer;function requireDer(){if(hasRequiredDer)return der_1;hasRequiredDer=1;var e=inherits_browserExports,t=buffer$1.Buffer,y=requireAsn1(),n=y.base,$=y.constants.der;function k(z){this.enc="der",this.name=z.name,this.entity=z,this.tree=new L,this.tree._init(z.body)}der_1=k,k.prototype.encode=function(re,oe){return this.tree._encode(re,oe).join()};function L(z){n.Node.call(this,"der",z)}e(L,n.Node),L.prototype._encodeComposite=function(re,oe,ue,de){var _e=V(re,oe,ue,this.reporter);if(de.length<128){var $e=new t(2);return $e[0]=_e,$e[1]=de.length,this._createEncoderBuffer([$e,de])}for(var Ne=1,Ue=de.length;Ue>=256;Ue>>=8)Ne++;var $e=new t(2+Ne);$e[0]=_e,$e[1]=128|Ne;for(var Ue=1+Ne,Ve=de.length;Ve>0;Ue--,Ve>>=8)$e[Ue]=Ve&255;return this._createEncoderBuffer([$e,de])},L.prototype._encodeStr=function(re,oe){if(oe==="bitstr")return this._createEncoderBuffer([re.unused|0,re.data]);if(oe==="bmpstr"){for(var ue=new t(re.length*2),de=0;de<re.length;de++)ue.writeUInt16BE(re.charCodeAt(de),de*2);return this._createEncoderBuffer(ue)}else return oe==="numstr"?this._isNumstr(re)?this._createEncoderBuffer(re):this.reporter.error("Encoding of string type: numstr supports only digits and space"):oe==="printstr"?this._isPrintstr(re)?this._createEncoderBuffer(re):this.reporter.error("Encoding of string type: printstr supports only latin upper and lower case letters, digits, space, apostrophe, left and rigth parenthesis, plus sign, comma, hyphen, dot, slash, colon, equal sign, question mark"):/str$/.test(oe)?this._createEncoderBuffer(re):oe==="objDesc"?this._createEncoderBuffer(re):this.reporter.error("Encoding of string type: "+oe+" unsupported")},L.prototype._encodeObjid=function(re,oe,ue){if(typeof re=="string"){if(!oe)return this.reporter.error("string objid given, but no values map found");if(!oe.hasOwnProperty(re))return this.reporter.error("objid not found in values map");re=oe[re].split(/[\s\.]+/g);for(var de=0;de<re.length;de++)re[de]|=0}else if(Array.isArray(re)){re=re.slice();for(var de=0;de<re.length;de++)re[de]|=0}if(!Array.isArray(re))return this.reporter.error("objid() should be either array or string, got: "+JSON.stringify(re));if(!ue){if(re[1]>=40)return this.reporter.error("Second objid identifier OOB");re.splice(0,2,re[0]*40+re[1])}for(var _e=0,de=0;de<re.length;de++){var Ne=re[de];for(_e++;Ne>=128;Ne>>=7)_e++}for(var Ue=new t(_e),$e=Ue.length-1,de=re.length-1;de>=0;de--){var Ne=re[de];for(Ue[$e--]=Ne&127;(Ne>>=7)>0;)Ue[$e--]=128|Ne&127}return this._createEncoderBuffer(Ue)};function j(z){return z<10?"0"+z:z}L.prototype._encodeTime=function(re,oe){var ue,de=new Date(re);return oe==="gentime"?ue=[j(de.getFullYear()),j(de.getUTCMonth()+1),j(de.getUTCDate()),j(de.getUTCHours()),j(de.getUTCMinutes()),j(de.getUTCSeconds()),"Z"].join(""):oe==="utctime"?ue=[j(de.getFullYear()%100),j(de.getUTCMonth()+1),j(de.getUTCDate()),j(de.getUTCHours()),j(de.getUTCMinutes()),j(de.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+oe+" time is not supported yet"),this._encodeStr(ue,"octstr")},L.prototype._encodeNull=function(){return this._createEncoderBuffer("")},L.prototype._encodeInt=function(re,oe){if(typeof re=="string"){if(!oe)return this.reporter.error("String int or enum given, but no values map");if(!oe.hasOwnProperty(re))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(re));re=oe[re]}if(typeof re!="number"&&!t.isBuffer(re)){var ue=re.toArray();!re.sign&&ue[0]&128&&ue.unshift(0),re=new t(ue)}if(t.isBuffer(re)){var de=re.length;re.length===0&&de++;var Ne=new t(de);return re.copy(Ne),re.length===0&&(Ne[0]=0),this._createEncoderBuffer(Ne)}if(re<128)return this._createEncoderBuffer(re);if(re<256)return this._createEncoderBuffer([0,re]);for(var de=1,_e=re;_e>=256;_e>>=8)de++;for(var Ne=new Array(de),_e=Ne.length-1;_e>=0;_e--)Ne[_e]=re&255,re>>=8;return Ne[0]&128&&Ne.unshift(0),this._createEncoderBuffer(new t(Ne))},L.prototype._encodeBool=function(re){return this._createEncoderBuffer(re?255:0)},L.prototype._use=function(re,oe){return typeof re=="function"&&(re=re(oe)),re._getEncoder("der").tree},L.prototype._skipDefault=function(re,oe,ue){var de=this._baseState,_e;if(de.default===null)return!1;var Ne=re.join();if(de.defaultBuffer===void 0&&(de.defaultBuffer=this._encodeValue(de.default,oe,ue).join()),Ne.length!==de.defaultBuffer.length)return!1;for(_e=0;_e<Ne.length;_e++)if(Ne[_e]!==de.defaultBuffer[_e])return!1;return!0};function V(z,re,oe,ue){var de;if(z==="seqof"?z="seq":z==="setof"&&(z="set"),$.tagByName.hasOwnProperty(z))de=$.tagByName[z];else if(typeof z=="number"&&(z|0)===z)de=z;else return ue.error("Unknown tag: "+z);return de>=31?ue.error("Multi-octet tag encoding unsupported"):(re||(de|=32),de|=$.tagClassByName[oe||"universal"]<<6,de)}return der_1}var pem,hasRequiredPem;function requirePem(){if(hasRequiredPem)return pem;hasRequiredPem=1;var e=inherits_browserExports,t=requireDer();function y(n){t.call(this,n),this.enc="pem"}return e(y,t),pem=y,y.prototype.encode=function($,k){for(var L=t.prototype.encode.call(this,$),j=L.toString("base64"),V=["-----BEGIN "+k.label+"-----"],z=0;z<j.length;z+=64)V.push(j.slice(z,z+64));return V.push("-----END "+k.label+"-----"),V.join(`
`)},pem}var hasRequiredEncoders;function requireEncoders(){return hasRequiredEncoders||(hasRequiredEncoders=1,function(e){var t=e;t.der=requireDer(),t.pem=requirePem()}(encoders)),encoders}var hasRequiredAsn1;function requireAsn1(){return hasRequiredAsn1||(hasRequiredAsn1=1,function(e){var t=e;t.bignum=bnExports$2,t.define=requireApi().define,t.base=requireBase(),t.constants=requireConstants(),t.decoders=requireDecoders(),t.encoders=requireEncoders()}(asn1$2)),asn1$2}var asn=requireAsn1(),Time=asn.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),AttributeTypeValue=asn.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),AlgorithmIdentifier$1=asn.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())}),SubjectPublicKeyInfo=asn.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(AlgorithmIdentifier$1),this.key("subjectPublicKey").bitstr())}),RelativeDistinguishedName=asn.define("RelativeDistinguishedName",function(){this.setof(AttributeTypeValue)}),RDNSequence=asn.define("RDNSequence",function(){this.seqof(RelativeDistinguishedName)}),Name=asn.define("Name",function(){this.choice({rdnSequence:this.use(RDNSequence)})}),Validity=asn.define("Validity",function(){this.seq().obj(this.key("notBefore").use(Time),this.key("notAfter").use(Time))}),Extension=asn.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),TBSCertificate=asn.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(AlgorithmIdentifier$1),this.key("issuer").use(Name),this.key("validity").use(Validity),this.key("subject").use(Name),this.key("subjectPublicKeyInfo").use(SubjectPublicKeyInfo),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(Extension).optional())}),X509Certificate=asn.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(TBSCertificate),this.key("signatureAlgorithm").use(AlgorithmIdentifier$1),this.key("signatureValue").bitstr())}),certificate=X509Certificate,asn1$1=requireAsn1();asn1$3.certificate=certificate;var RSAPrivateKey=asn1$1.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});asn1$3.RSAPrivateKey=RSAPrivateKey;var RSAPublicKey=asn1$1.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});asn1$3.RSAPublicKey=RSAPublicKey;var AlgorithmIdentifier=asn1$1.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),PublicKey=asn1$1.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(AlgorithmIdentifier),this.key("subjectPublicKey").bitstr())});asn1$3.PublicKey=PublicKey;var PrivateKeyInfo=asn1$1.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(AlgorithmIdentifier),this.key("subjectPrivateKey").octstr())});asn1$3.PrivateKey=PrivateKeyInfo;var EncryptedPrivateKeyInfo=asn1$1.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});asn1$3.EncryptedPrivateKey=EncryptedPrivateKeyInfo;var DSAPrivateKey=asn1$1.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});asn1$3.DSAPrivateKey=DSAPrivateKey;asn1$3.DSAparam=asn1$1.define("DSAparam",function(){this.int()});var ECParameters=asn1$1.define("ECParameters",function(){this.choice({namedCurve:this.objid()})}),ECPrivateKey=asn1$1.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(ECParameters),this.key("publicKey").optional().explicit(1).bitstr())});asn1$3.ECPrivateKey=ECPrivateKey;asn1$3.signature=asn1$1.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())});const require$$1={"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"};var findProc=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r+/=]+)[\n\r]+/m,startRegex=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,fullRegex=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r+/=]+)-----END \1-----$/m,evp=evp_bytestokey,ciphers$1=browser$5,Buffer$b=safeBufferExports$1.Buffer,fixProc$1=function(e,t){var y=e.toString(),n=y.match(findProc),$;if(n){var L="aes"+n[1],j=Buffer$b.from(n[2],"hex"),V=Buffer$b.from(n[3].replace(/[\r\n]/g,""),"base64"),z=evp(t,j.slice(0,8),parseInt(n[1],10)).key,re=[],oe=ciphers$1.createDecipheriv(L,z,j);re.push(oe.update(V)),re.push(oe.final()),$=Buffer$b.concat(re)}else{var k=y.match(fullRegex);$=Buffer$b.from(k[2].replace(/[\r\n]/g,""),"base64")}var ue=y.match(startRegex)[1];return{tag:ue,data:$}},asn1=asn1$3,aesid=require$$1,fixProc=fixProc$1,ciphers=browser$5,compat=browser$7,Buffer$a=safeBufferExports$1.Buffer;function decrypt(e,t){var y=e.algorithm.decrypt.kde.kdeparams.salt,n=parseInt(e.algorithm.decrypt.kde.kdeparams.iters.toString(),10),$=aesid[e.algorithm.decrypt.cipher.algo.join(".")],k=e.algorithm.decrypt.cipher.iv,L=e.subjectPrivateKey,j=parseInt($.split("-")[1],10)/8,V=compat.pbkdf2Sync(t,y,n,j,"sha1"),z=ciphers.createDecipheriv($,V,k),re=[];return re.push(z.update(L)),re.push(z.final()),Buffer$a.concat(re)}function parseKeys$4(e){var t;typeof e=="object"&&!Buffer$a.isBuffer(e)&&(t=e.passphrase,e=e.key),typeof e=="string"&&(e=Buffer$a.from(e));var y=fixProc(e,t),n=y.tag,$=y.data,k,L;switch(n){case"CERTIFICATE":L=asn1.certificate.decode($,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(L||(L=asn1.PublicKey.decode($,"der")),k=L.algorithm.algorithm.join("."),k){case"1.2.840.113549.1.1.1":return asn1.RSAPublicKey.decode(L.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return L.subjectPrivateKey=L.subjectPublicKey,{type:"ec",data:L};case"1.2.840.10040.4.1":return L.algorithm.params.pub_key=asn1.DSAparam.decode(L.subjectPublicKey.data,"der"),{type:"dsa",data:L.algorithm.params};default:throw new Error("unknown key id "+k)}case"ENCRYPTED PRIVATE KEY":$=asn1.EncryptedPrivateKey.decode($,"der"),$=decrypt($,t);case"PRIVATE KEY":switch(L=asn1.PrivateKey.decode($,"der"),k=L.algorithm.algorithm.join("."),k){case"1.2.840.113549.1.1.1":return asn1.RSAPrivateKey.decode(L.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:L.algorithm.curve,privateKey:asn1.ECPrivateKey.decode(L.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return L.algorithm.params.priv_key=asn1.DSAparam.decode(L.subjectPrivateKey,"der"),{type:"dsa",params:L.algorithm.params};default:throw new Error("unknown key id "+k)}case"RSA PUBLIC KEY":return asn1.RSAPublicKey.decode($,"der");case"RSA PRIVATE KEY":return asn1.RSAPrivateKey.decode($,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:asn1.DSAPrivateKey.decode($,"der")};case"EC PRIVATE KEY":return $=asn1.ECPrivateKey.decode($,"der"),{curve:$.parameters.value,privateKey:$.privateKey};default:throw new Error("unknown key type "+n)}}parseKeys$4.signature=asn1.signature;var parseAsn1=parseKeys$4;const require$$4={"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"};var Buffer$9=safeBufferExports$1.Buffer,createHmac=browser$8,crt$2=browserifyRsa,EC$1=elliptic$1.ec,BN$5=bnExports$4,parseKeys$3=parseAsn1,curves$1=require$$4,RSA_PKCS1_PADDING=1;function sign$2(e,t,y,n,$){var k=parseKeys$3(t);if(k.curve){if(n!=="ecdsa"&&n!=="ecdsa/rsa")throw new Error("wrong private key type");return ecSign(e,k)}else if(k.type==="dsa"){if(n!=="dsa")throw new Error("wrong private key type");return dsaSign(e,k,y)}if(n!=="rsa"&&n!=="ecdsa/rsa")throw new Error("wrong private key type");if(t.padding!==void 0&&t.padding!==RSA_PKCS1_PADDING)throw new Error("illegal or unsupported padding mode");e=Buffer$9.concat([$,e]);for(var L=k.modulus.byteLength(),j=[0,1];e.length+j.length+1<L;)j.push(255);j.push(0);for(var V=-1;++V<e.length;)j.push(e[V]);var z=crt$2(j,k);return z}function ecSign(e,t){var y=curves$1[t.curve.join(".")];if(!y)throw new Error("unknown curve "+t.curve.join("."));var n=new EC$1(y),$=n.keyFromPrivate(t.privateKey),k=$.sign(e);return Buffer$9.from(k.toDER())}function dsaSign(e,t,y){for(var n=t.params.priv_key,$=t.params.p,k=t.params.q,L=t.params.g,j=new BN$5(0),V,z=bits2int(e,k).mod(k),re=!1,oe=getKey(n,k,e,y);re===!1;)V=makeKey(k,oe,y),j=makeR(L,V,$,k),re=V.invm(k).imul(z.add(n.mul(j))).mod(k),re.cmpn(0)===0&&(re=!1,j=new BN$5(0));return toDER(j,re)}function toDER(e,t){e=e.toArray(),t=t.toArray(),e[0]&128&&(e=[0].concat(e)),t[0]&128&&(t=[0].concat(t));var y=e.length+t.length+4,n=[48,y,2,e.length];return n=n.concat(e,[2,t.length],t),Buffer$9.from(n)}function getKey(e,t,y,n){if(e=Buffer$9.from(e.toArray()),e.length<t.byteLength()){var $=Buffer$9.alloc(t.byteLength()-e.length);e=Buffer$9.concat([$,e])}var k=y.length,L=bits2octets(y,t),j=Buffer$9.alloc(k);j.fill(1);var V=Buffer$9.alloc(k);return V=createHmac(n,V).update(j).update(Buffer$9.from([0])).update(e).update(L).digest(),j=createHmac(n,V).update(j).digest(),V=createHmac(n,V).update(j).update(Buffer$9.from([1])).update(e).update(L).digest(),j=createHmac(n,V).update(j).digest(),{k:V,v:j}}function bits2int(e,t){var y=new BN$5(e),n=(e.length<<3)-t.bitLength();return n>0&&y.ishrn(n),y}function bits2octets(e,t){e=bits2int(e,t),e=e.mod(t);var y=Buffer$9.from(e.toArray());if(y.length<t.byteLength()){var n=Buffer$9.alloc(t.byteLength()-y.length);y=Buffer$9.concat([n,y])}return y}function makeKey(e,t,y){var n,$;do{for(n=Buffer$9.alloc(0);n.length*8<e.bitLength();)t.v=createHmac(y,t.k).update(t.v).digest(),n=Buffer$9.concat([n,t.v]);$=bits2int(n,e),t.k=createHmac(y,t.k).update(t.v).update(Buffer$9.from([0])).digest(),t.v=createHmac(y,t.k).update(t.v).digest()}while($.cmp(e)!==-1);return $}function makeR(e,t,y,n){return e.toRed(BN$5.mont(y)).redPow(t).fromRed().mod(n)}sign$3.exports=sign$2;sign$3.exports.getKey=getKey;sign$3.exports.makeKey=makeKey;var signExports=sign$3.exports,Buffer$8=safeBufferExports$1.Buffer,BN$4=bnExports$4,EC=elliptic$1.ec,parseKeys$2=parseAsn1,curves=require$$4;function verify$1(e,t,y,n,$){var k=parseKeys$2(y);if(k.type==="ec"){if(n!=="ecdsa"&&n!=="ecdsa/rsa")throw new Error("wrong public key type");return ecVerify(e,t,k)}else if(k.type==="dsa"){if(n!=="dsa")throw new Error("wrong public key type");return dsaVerify(e,t,k)}if(n!=="rsa"&&n!=="ecdsa/rsa")throw new Error("wrong public key type");t=Buffer$8.concat([$,t]);for(var L=k.modulus.byteLength(),j=[1],V=0;t.length+j.length+2<L;)j.push(255),V+=1;j.push(0);for(var z=-1;++z<t.length;)j.push(t[z]);j=Buffer$8.from(j);var re=BN$4.mont(k.modulus);e=new BN$4(e).toRed(re),e=e.redPow(new BN$4(k.publicExponent)),e=Buffer$8.from(e.fromRed().toArray());var oe=V<8?1:0;for(L=Math.min(e.length,j.length),e.length!==j.length&&(oe=1),z=-1;++z<L;)oe|=e[z]^j[z];return oe===0}function ecVerify(e,t,y){var n=curves[y.data.algorithm.curve.join(".")];if(!n)throw new Error("unknown curve "+y.data.algorithm.curve.join("."));var $=new EC(n),k=y.data.subjectPrivateKey.data;return $.verify(t,e,k)}function dsaVerify(e,t,y){var n=y.data.p,$=y.data.q,k=y.data.g,L=y.data.pub_key,j=parseKeys$2.signature.decode(e,"der"),V=j.s,z=j.r;checkValue(V,$),checkValue(z,$);var re=BN$4.mont(n),oe=V.invm($),ue=k.toRed(re).redPow(new BN$4(t).mul(oe).mod($)).fromRed().mul(L.toRed(re).redPow(z.mul(oe).mod($)).fromRed()).mod(n).mod($);return ue.cmp(z)===0}function checkValue(e,t){if(e.cmpn(0)<=0)throw new Error("invalid sig");if(e.cmp(t)>=0)throw new Error("invalid sig")}var verify_1=verify$1,Buffer$7=safeBufferExports$1.Buffer,createHash$3=browser$9,stream=readableBrowserExports,inherits$2=inherits_browserExports,sign$1=signExports,verify=verify_1,algorithms=require$$6;Object.keys(algorithms).forEach(function(e){algorithms[e].id=Buffer$7.from(algorithms[e].id,"hex"),algorithms[e.toLowerCase()]=algorithms[e]});function Sign(e){stream.Writable.call(this);var t=algorithms[e];if(!t)throw new Error("Unknown message digest");this._hashType=t.hash,this._hash=createHash$3(t.hash),this._tag=t.id,this._signType=t.sign}inherits$2(Sign,stream.Writable);Sign.prototype._write=function(t,y,n){this._hash.update(t),n()};Sign.prototype.update=function(t,y){return this._hash.update(typeof t=="string"?Buffer$7.from(t,y):t),this};Sign.prototype.sign=function(t,y){this.end();var n=this._hash.digest(),$=sign$1(n,t,this._hashType,this._signType,this._tag);return y?$.toString(y):$};function Verify(e){stream.Writable.call(this);var t=algorithms[e];if(!t)throw new Error("Unknown message digest");this._hash=createHash$3(t.hash),this._tag=t.id,this._signType=t.sign}inherits$2(Verify,stream.Writable);Verify.prototype._write=function(t,y,n){this._hash.update(t),n()};Verify.prototype.update=function(t,y){return this._hash.update(typeof t=="string"?Buffer$7.from(t,y):t),this};Verify.prototype.verify=function(t,y,n){var $=typeof y=="string"?Buffer$7.from(y,n):y;this.end();var k=this._hash.digest();return verify($,k,t,this._signType,this._tag)};function createSign(e){return new Sign(e)}function createVerify(e){return new Verify(e)}var browser$3={Sign:createSign,Verify:createVerify,createSign,createVerify},bn$2={exports:{}};bn$2.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie<ie.length&&(pe===16?this._parseHex(ie,Ie,Ce):(this._parseBase(ie,pe,Ie),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)))},k.prototype._initNumber=function(ie,pe,Ce){ie<0&&(this.negative=1,ie=-ie),ie<67108864?(this.words=[ie&67108863],this.length=1):ie<4503599627370496?(this.words=[ie&67108863,ie/67108864&67108863],this.length=2):(n(ie<9007199254740992),this.words=[ie&67108863,ie/67108864&67108863,1],this.length=3),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)},k.prototype._initArray=function(ie,pe,Ce){if(n(typeof ie.length=="number"),ie.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(ie.length/3),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt,ar,ur=0;if(Ce==="be")for(Ie=ie.length-1,jt=0;Ie>=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie<ie.length;Ie+=3)ar=ie[Ie]|ie[Ie+1]<<8|ie[Ie+2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt=0,ar=0,ur;if(Ce==="be")for(Ie=ie.length-1;Ie>=pe;Ie-=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie<ie.length;Ie+=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar<jt;ar++){var ur=Et.charCodeAt(ar)-48;Ie*=Ce,ur>=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr<kt;tr+=Ie)he=z(ie,tr,tr+Ie,pe),this.imuln(jt),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he);if(ur!==0){var gr=1;for(he=z(ie,tr,ie.length,pe),tr=0;tr<ur;tr++)gr*=pe;this.imuln(gr),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he)}this.strip()},k.prototype.copy=function(ie){ie.words=new Array(this.length);for(var pe=0;pe<this.length;pe++)ie.words[pe]=this.words[pe];ie.length=this.length,ie.negative=this.negative,ie.red=this.red},k.prototype.clone=function(){var ie=new k(null);return this.copy(ie),ie},k.prototype._expand=function(ie){for(;this.length<ie;)this.words[this.length++]=0;return this},k.prototype.strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar<this.length;ar++){var ur=this.words[ar],kt=((ur<<Ie|jt)&16777215).toString(16);jt=ur>>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he<jt;he++)ur[he]=0}else{for(he=0;he<jt-Ie;he++)ur[he]=0;for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[jt-he-1]=kt}return ur},Math.clz32?k.prototype._countBits=function(ie){return 32-Math.clz32(ie)}:k.prototype._countBits=function(ie){var pe=ie,Ce=0;return pe>=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe<ie.length;pe++){var Ce=pe/26|0,Ie=pe%26;ie[pe]=(Et.words[Ce]&1<<Ie)>>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;pe<this.length;pe++){var Ce=this._zeroBits(this.words[pe]);if(ie+=Ce,Ce!==26)break}return ie},k.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},k.prototype.toTwos=function(ie){return this.negative!==0?this.abs().inotn(ie).iaddn(1):this.clone()},k.prototype.fromTwos=function(ie){return this.testn(ie-1)?this.notn(ie).iaddn(1).ineg():this.clone()},k.prototype.isNeg=function(){return this.negative!==0},k.prototype.neg=function(){return this.clone().ineg()},k.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},k.prototype.iuor=function(ie){for(;this.length<ie.length;)this.words[this.length++]=0;for(var pe=0;pe<ie.length;pe++)this.words[pe]=this.words[pe]|ie.words[pe];return this.strip()},k.prototype.ior=function(ie){return n((this.negative|ie.negative)===0),this.iuor(ie)},k.prototype.or=function(ie){return this.length>ie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ce<pe.length;Ce++)this.words[Ce]=this.words[Ce]&ie.words[Ce];return this.length=pe.length,this.strip()},k.prototype.iand=function(ie){return n((this.negative|ie.negative)===0),this.iuand(ie)},k.prototype.and=function(ie){return this.length>ie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ie<Ce.length;Ie++)this.words[Ie]=pe.words[Ie]^Ce.words[Ie];if(this!==pe)for(;Ie<pe.length;Ie++)this.words[Ie]=pe.words[Ie];return this.length=pe.length,this.strip()},k.prototype.ixor=function(ie){return n((this.negative|ie.negative)===0),this.iuxor(ie)},k.prototype.xor=function(ie){return this.length>ie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie<pe;Ie++)this.words[Ie]=~this.words[Ie]&67108863;return Ce>0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<<Ie:this.words[Ce]=this.words[Ce]&~(1<<Ie),this.strip()},k.prototype.iadd=function(ie){var pe;if(this.negative!==0&&ie.negative===0)return this.negative=0,pe=this.isub(ie),this.negative^=1,this._normSign();if(this.negative===0&&ie.negative!==0)return ie.negative=0,pe=this.isub(ie),ie.negative=1,pe._normSign();var Ce,Ie;this.length>ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar<Ie.length;ar++)pe=(Ce.words[ar]|0)+(Ie.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;for(;jt!==0&&ar<Ce.length;ar++)pe=(Ce.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;ar<Ce.length;ar++)this.words[ar]=Ce.words[ar];return this},k.prototype.add=function(ie){var pe;return ie.negative!==0&&this.negative===0?(ie.negative=0,pe=this.sub(ie),ie.negative^=1,pe):ie.negative===0&&this.negative!==0?(this.negative=0,pe=ie.sub(this),this.negative=1,pe):this.length>ie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur<jt.length;ur++)pe=(Ie.words[ur]|0)-(jt.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur<Ie.length;ur++)pe=(Ie.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;if(ar===0&&ur<Ie.length&&Ie!==this)for(;ur<Ie.length;ur++)this.words[ur]=Ie.words[ur];return this.length=Math.max(this.length,ur),Ie!==this&&(this.negative=1),this.strip()},k.prototype.sub=function(ie){return this.clone().isub(ie)};function _e(Et,ie,pe){pe.negative=ie.negative^Et.negative;var Ce=Et.length+ie.length|0;pe.length=Ce,Ce=Ce-1|0;var Ie=Et.words[0]|0,jt=ie.words[0]|0,ar=Ie*jt,ur=ar&67108863,kt=ar/67108864|0;pe.words[0]=ur;for(var he=1;he<Ce;he++){for(var tr=kt>>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt<pe.length-1;jt++){var ar=Ie;Ie=0;for(var ur=Ce&67108863,kt=Math.min(jt,ie.length-1),he=Math.max(0,jt-Et.length+1);he<=kt;he++){var tr=jt-he,gr=Et.words[tr]|0,_r=ie.words[he]|0,yr=gr*_r,xr=yr&67108863;ar=ar+(yr/67108864|0)|0,xr=xr+ur|0,ur=xr&67108863,ar=ar+(xr>>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie<ie;Ie++)pe[Ie]=this.revBin(Ie,Ce,ie);return pe},Ve.prototype.revBin=function(ie,pe,Ce){if(ie===0||ie===Ce-1)return ie;for(var Ie=0,jt=0;jt<pe;jt++)Ie|=(ie&1)<<pe-jt-1,ie>>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur<ar;ur++)Ie[ur]=pe[ie[ur]],jt[ur]=Ce[ie[ur]]},Ve.prototype.transform=function(ie,pe,Ce,Ie,jt,ar){this.permute(ar,ie,pe,Ce,Ie,jt);for(var ur=1;ur<jt;ur<<=1)for(var kt=ur<<1,he=Math.cos(2*Math.PI/kt),tr=Math.sin(2*Math.PI/kt),gr=0;gr<jt;gr+=kt)for(var _r=he,yr=tr,xr=0;xr<ur;xr++){var Nr=Ce[gr+xr],Tr=Ie[gr+xr],Sr=Ce[gr+xr+ur],Ar=Ie[gr+xr+ur],Fr=_r*Sr-yr*Ar;Ar=_r*Ar+yr*Sr,Sr=Fr,Ce[gr+xr]=Nr+Sr,Ie[gr+xr]=Tr+Ar,Ce[gr+xr+ur]=Nr-Sr,Ie[gr+xr+ur]=Tr-Ar,xr!==kt&&(Fr=he*_r-tr*yr,yr=he*yr+tr*_r,_r=Fr)}},Ve.prototype.guessLen13b=function(ie,pe){var Ce=Math.max(pe,ie)|1,Ie=Ce&1,jt=0;for(Ce=Ce/2|0;Ce;Ce=Ce>>>1)jt++;return 1<<jt+1+Ie},Ve.prototype.conjugate=function(ie,pe,Ce){if(!(Ce<=1))for(var Ie=0;Ie<Ce/2;Ie++){var jt=ie[Ie];ie[Ie]=ie[Ce-Ie-1],ie[Ce-Ie-1]=jt,jt=pe[Ie],pe[Ie]=-pe[Ce-Ie-1],pe[Ce-Ie-1]=-jt}},Ve.prototype.normalize13b=function(ie,pe){for(var Ce=0,Ie=0;Ie<pe/2;Ie++){var jt=Math.round(ie[2*Ie+1]/pe)*8192+Math.round(ie[2*Ie]/pe)+Ce;ie[Ie]=jt&67108863,jt<67108864?Ce=0:Ce=jt/67108864|0}return ie},Ve.prototype.convert13b=function(ie,pe,Ce,Ie){for(var jt=0,ar=0;ar<pe;ar++)jt=jt+(ie[ar]|0),Ce[2*ar]=jt&8191,jt=jt>>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar<Ie;++ar)Ce[ar]=0;n(jt===0),n((jt&-8192)===0)},Ve.prototype.stub=function(ie){for(var pe=new Array(ie),Ce=0;Ce<ie;Ce++)pe[Ce]=0;return pe},Ve.prototype.mulp=function(ie,pe,Ce){var Ie=2*this.guessLen13b(ie.length,pe.length),jt=this.makeRBT(Ie),ar=this.stub(Ie),ur=new Array(Ie),kt=new Array(Ie),he=new Array(Ie),tr=new Array(Ie),gr=new Array(Ie),_r=new Array(Ie),yr=Ce.words;yr.length=Ie,this.convert13b(ie.words,ie.length,ur,Ie),this.convert13b(pe.words,pe.length,tr,Ie),this.transform(ur,ar,kt,he,Ie,jt),this.transform(tr,ar,gr,_r,Ie,jt);for(var xr=0;xr<Ie;xr++){var Nr=kt[xr]*gr[xr]-he[xr]*_r[xr];he[xr]=kt[xr]*_r[xr]+he[xr]*gr[xr],kt[xr]=Nr}return this.conjugate(kt,he,Ie),this.transform(kt,he,yr,ar,Ie,jt),this.conjugate(yr,ar,Ie),this.normalize13b(yr,Ie),Ce.negative=ie.negative^pe.negative,Ce.length=ie.length+pe.length,Ce.strip()},k.prototype.mul=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),this.mulTo(ie,pe)},k.prototype.mulf=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),$e(this,ie,pe)},k.prototype.imul=function(ie){return this.clone().mulTo(ie,this)},k.prototype.imuln=function(ie){n(typeof ie=="number"),n(ie<67108864);for(var pe=0,Ce=0;Ce<this.length;Ce++){var Ie=(this.words[Ce]|0)*ie,jt=(Ie&67108863)+(pe&67108863);pe>>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie<pe.length&&pe[Ie]===0;Ie++,Ce=Ce.sqr());if(++Ie<pe.length)for(var jt=Ce.sqr();Ie<pe.length;Ie++,jt=jt.sqr())pe[Ie]!==0&&(Ce=Ce.mul(jt));return Ce},k.prototype.iushln=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt<this.length;jt++){var ur=this.words[jt]&Ie,kt=(this.words[jt]|0)-ur<<pe;this.words[jt]=kt|ar,ar=ur>>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt<Ce;jt++)this.words[jt]=0;this.length+=Ce}return this.strip()},k.prototype.ishln=function(ie){return n(this.negative===0),this.iushln(ie)},k.prototype.iushrn=function(ie,pe,Ce){n(typeof ie=="number"&&ie>=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<<jt,kt=Ce;if(Ie-=ar,Ie=Math.max(0,Ie),kt){for(var he=0;he<ar;he++)kt.words[he]=this.words[he];kt.length=ar}if(ar!==0)if(this.length>ar)for(this.length-=ar,he=0;he<this.length;he++)this.words[he]=this.words[he+ar];else this.words[0]=0,this.length=1;var tr=0;for(he=this.length-1;he>=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return!1;var jt=this.words[Ce];return!!(jt&Ie)},k.prototype.imaskn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<<pe;this.words[this.length-1]&=Ie}return this.strip()},k.prototype.maskn=function(ie){return this.clone().imaskn(ie)},k.prototype.iaddn=function(ie){return n(typeof ie=="number"),n(ie<67108864),ie<0?this.isubn(-ie):this.negative!==0?this.length===1&&(this.words[0]|0)<ie?(this.words[0]=ie-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(ie),this.negative=1,this):this._iaddn(ie)},k.prototype._iaddn=function(ie){this.words[0]+=ie;for(var pe=0;pe<this.length&&this.words[pe]>=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe<this.length&&this.words[pe]<0;pe++)this.words[pe]+=67108864,this.words[pe+1]-=1;return this.strip()},k.prototype.addn=function(ie){return this.clone().iaddn(ie)},k.prototype.subn=function(ie){return this.clone().isubn(ie)},k.prototype.iabs=function(){return this.negative=0,this},k.prototype.abs=function(){return this.clone().iabs()},k.prototype._ishlnsubmul=function(ie,pe,Ce){var Ie=ie.length+Ce,jt;this._expand(Ie);var ar,ur=0;for(jt=0;jt<ie.length;jt++){ar=(this.words[jt+Ce]|0)+ur;var kt=(ie.words[jt]|0)*pe;ar-=kt&67108863,ur=(ar>>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt<this.length-Ce;jt++)ar=(this.words[jt+Ce]|0)+ur,ur=ar>>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt<this.length;jt++)ar=-(this.words[jt]|0)+ur,ur=ar>>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr<he.length;tr++)he.words[tr]=0}var gr=Ie.clone()._ishlnsubmul(jt,1,kt);gr.negative===0&&(Ie=gr,he&&(he.words[kt]=1));for(var _r=kt-1;_r>=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return this._expand(Ce+1),this.words[Ce]|=Ie,this;for(var jt=Ie,ar=Ce;jt!==0&&ar<this.length;ar++){var ur=this.words[ar]|0;ur+=jt,jt=ur>>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ie<ie?-1:1}return this.negative!==0?-Ce|0:Ce},k.prototype.cmp=function(ie){if(this.negative!==0&&ie.negative===0)return-1;if(this.negative===0&&ie.negative!==0)return 1;var pe=this.ucmp(ie);return this.negative!==0?-pe|0:pe},k.prototype.ucmp=function(ie){if(this.length>ie.length)return 1;if(this.length<ie.length)return-1;for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Ie<jt?pe=-1:Ie>jt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce<this.n?-1:pe.ucmp(this.p);return Ie===0?(pe.words[0]=0,pe.length=1):Ie>0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt<Ie;jt++)pe.words[jt]=ie.words[jt];if(pe.length=Ie,ie.length<=9){ie.words[0]=0,ie.length=1;return}var ar=ie.words[9];for(pe.words[pe.length++]=ar&Ce,jt=10;jt<ie.length;jt++){var ur=ie.words[jt]|0;ie.words[jt-10]=(ur&Ce)<<4|ar>>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=ie.words[Ce]|0;pe+=Ie*977,ie.words[Ce]=pe&67108863,pe=Ie*64+(pe/67108864|0)}return ie.words[ie.length-1]===0&&(ie.length--,ie.words[ie.length-1]===0&&ie.length--),ie};function ir(){qe.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}$(ir,qe);function dr(){qe.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}$(dr,qe);function cr(){qe.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}$(cr,qe),cr.prototype.imulK=function(ie){for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=(ie.words[Ce]|0)*19+pe,jt=Ie&67108863;Ie>>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr<yr);var Tr=this.pow(tr,new k(1).iushln(yr-Nr-1));gr=gr.redMul(Tr),tr=Tr.redSqr(),_r=_r.redMul(tr),yr=Nr}return gr},nr.prototype.invm=function(ie){var pe=ie._invmp(this.m);return pe.negative!==0?(pe.negative=0,this.imod(pe).redNeg()):this.imod(pe)},nr.prototype.pow=function(ie,pe){if(pe.isZero())return new k(1).toRed(this);if(pe.cmpn(1)===0)return ie.clone();var Ce=4,Ie=new Array(1<<Ce);Ie[0]=new k(1).toRed(this),Ie[1]=ie;for(var jt=2;jt<Ie.length;jt++)Ie[jt]=this.mul(Ie[jt-1],ie);var ar=Ie[0],ur=0,kt=0,he=pe.bitLength()%26;for(he===0&&(he=26),jt=pe.length-1;jt>=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$2);var bnExports$1=bn$2.exports,elliptic=elliptic$1,BN$3=bnExports$1,browser$2=function(t){return new ECDH(t)},aliases={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};aliases.p224=aliases.secp224r1;aliases.p256=aliases.secp256r1=aliases.prime256v1;aliases.p192=aliases.secp192r1=aliases.prime192v1;aliases.p384=aliases.secp384r1;aliases.p521=aliases.secp521r1;function ECDH(e){this.curveType=aliases[e],this.curveType||(this.curveType={name:e}),this.curve=new elliptic.ec(this.curveType.name),this.keys=void 0}ECDH.prototype.generateKeys=function(e,t){return this.keys=this.curve.genKeyPair(),this.getPublicKey(e,t)};ECDH.prototype.computeSecret=function(e,t,y){t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t));var n=this.curve.keyFromPublic(e).getPublic(),$=n.mul(this.keys.getPrivate()).getX();return formatReturnValue($,y,this.curveType.byteLength)};ECDH.prototype.getPublicKey=function(e,t){var y=this.keys.getPublic(t==="compressed",!0);return t==="hybrid"&&(y[y.length-1]%2?y[0]=7:y[0]=6),formatReturnValue(y,e)};ECDH.prototype.getPrivateKey=function(e){return formatReturnValue(this.keys.getPrivate(),e)};ECDH.prototype.setPublicKey=function(e,t){return t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t)),this.keys._importPublic(e),this};ECDH.prototype.setPrivateKey=function(e,t){t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t));var y=new BN$3(e);return y=y.toString(16),this.keys=this.curve.genKeyPair(),this.keys._importPrivate(y),this};function formatReturnValue(e,t,y){Array.isArray(e)||(e=e.toArray());var n=new Buffer$F(e);if(y&&n.length<y){var $=new Buffer$F(y-n.length);$.fill(0),n=Buffer$F.concat([$,n])}return t?n.toString(t):n}var browser$1={},createHash$2=browser$9,Buffer$6=safeBufferExports$1.Buffer,mgf$2=function(e,t){for(var y=Buffer$6.alloc(0),n=0,$;y.length<t;)$=i2ops(n++),y=Buffer$6.concat([y,createHash$2("sha1").update(e).update($).digest()]);return y.slice(0,t)};function i2ops(e){var t=Buffer$6.allocUnsafe(4);return t.writeUInt32BE(e,0),t}var xor$2=function(t,y){for(var n=t.length,$=-1;++$<n;)t[$]^=y[$];return t},bn$1={exports:{}};bn$1.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie<ie.length&&(pe===16?this._parseHex(ie,Ie,Ce):(this._parseBase(ie,pe,Ie),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)))},k.prototype._initNumber=function(ie,pe,Ce){ie<0&&(this.negative=1,ie=-ie),ie<67108864?(this.words=[ie&67108863],this.length=1):ie<4503599627370496?(this.words=[ie&67108863,ie/67108864&67108863],this.length=2):(n(ie<9007199254740992),this.words=[ie&67108863,ie/67108864&67108863,1],this.length=3),Ce==="le"&&this._initArray(this.toArray(),pe,Ce)},k.prototype._initArray=function(ie,pe,Ce){if(n(typeof ie.length=="number"),ie.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(ie.length/3),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt,ar,ur=0;if(Ce==="be")for(Ie=ie.length-1,jt=0;Ie>=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie<ie.length;Ie+=3)ar=ie[Ie]|ie[Ie+1]<<8|ie[Ie+2]<<16,this.words[jt]|=ar<<ur&67108863,this.words[jt+1]=ar>>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie<this.length;Ie++)this.words[Ie]=0;var jt=0,ar=0,ur;if(Ce==="be")for(Ie=ie.length-1;Ie>=pe;Ie-=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie<ie.length;Ie+=2)ur=V(ie,pe,Ie)<<jt,this.words[ar]|=ur&67108863,jt>=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar<jt;ar++){var ur=Et.charCodeAt(ar)-48;Ie*=Ce,ur>=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr<kt;tr+=Ie)he=z(ie,tr,tr+Ie,pe),this.imuln(jt),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he);if(ur!==0){var gr=1;for(he=z(ie,tr,ie.length,pe),tr=0;tr<ur;tr++)gr*=pe;this.imuln(gr),this.words[0]+he<67108864?this.words[0]+=he:this._iaddn(he)}this.strip()},k.prototype.copy=function(ie){ie.words=new Array(this.length);for(var pe=0;pe<this.length;pe++)ie.words[pe]=this.words[pe];ie.length=this.length,ie.negative=this.negative,ie.red=this.red},k.prototype.clone=function(){var ie=new k(null);return this.copy(ie),ie},k.prototype._expand=function(ie){for(;this.length<ie;)this.words[this.length++]=0;return this},k.prototype.strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar<this.length;ar++){var ur=this.words[ar],kt=((ur<<Ie|jt)&16777215).toString(16);jt=ur>>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he<jt;he++)ur[he]=0}else{for(he=0;he<jt-Ie;he++)ur[he]=0;for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[jt-he-1]=kt}return ur},Math.clz32?k.prototype._countBits=function(ie){return 32-Math.clz32(ie)}:k.prototype._countBits=function(ie){var pe=ie,Ce=0;return pe>=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe<ie.length;pe++){var Ce=pe/26|0,Ie=pe%26;ie[pe]=(Et.words[Ce]&1<<Ie)>>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;pe<this.length;pe++){var Ce=this._zeroBits(this.words[pe]);if(ie+=Ce,Ce!==26)break}return ie},k.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},k.prototype.toTwos=function(ie){return this.negative!==0?this.abs().inotn(ie).iaddn(1):this.clone()},k.prototype.fromTwos=function(ie){return this.testn(ie-1)?this.notn(ie).iaddn(1).ineg():this.clone()},k.prototype.isNeg=function(){return this.negative!==0},k.prototype.neg=function(){return this.clone().ineg()},k.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},k.prototype.iuor=function(ie){for(;this.length<ie.length;)this.words[this.length++]=0;for(var pe=0;pe<ie.length;pe++)this.words[pe]=this.words[pe]|ie.words[pe];return this.strip()},k.prototype.ior=function(ie){return n((this.negative|ie.negative)===0),this.iuor(ie)},k.prototype.or=function(ie){return this.length>ie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ce<pe.length;Ce++)this.words[Ce]=this.words[Ce]&ie.words[Ce];return this.length=pe.length,this.strip()},k.prototype.iand=function(ie){return n((this.negative|ie.negative)===0),this.iuand(ie)},k.prototype.and=function(ie){return this.length>ie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ie<Ce.length;Ie++)this.words[Ie]=pe.words[Ie]^Ce.words[Ie];if(this!==pe)for(;Ie<pe.length;Ie++)this.words[Ie]=pe.words[Ie];return this.length=pe.length,this.strip()},k.prototype.ixor=function(ie){return n((this.negative|ie.negative)===0),this.iuxor(ie)},k.prototype.xor=function(ie){return this.length>ie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie<pe;Ie++)this.words[Ie]=~this.words[Ie]&67108863;return Ce>0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<<Ie:this.words[Ce]=this.words[Ce]&~(1<<Ie),this.strip()},k.prototype.iadd=function(ie){var pe;if(this.negative!==0&&ie.negative===0)return this.negative=0,pe=this.isub(ie),this.negative^=1,this._normSign();if(this.negative===0&&ie.negative!==0)return ie.negative=0,pe=this.isub(ie),ie.negative=1,pe._normSign();var Ce,Ie;this.length>ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar<Ie.length;ar++)pe=(Ce.words[ar]|0)+(Ie.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;for(;jt!==0&&ar<Ce.length;ar++)pe=(Ce.words[ar]|0)+jt,this.words[ar]=pe&67108863,jt=pe>>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;ar<Ce.length;ar++)this.words[ar]=Ce.words[ar];return this},k.prototype.add=function(ie){var pe;return ie.negative!==0&&this.negative===0?(ie.negative=0,pe=this.sub(ie),ie.negative^=1,pe):ie.negative===0&&this.negative!==0?(this.negative=0,pe=ie.sub(this),this.negative=1,pe):this.length>ie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur<jt.length;ur++)pe=(Ie.words[ur]|0)-(jt.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur<Ie.length;ur++)pe=(Ie.words[ur]|0)+ar,ar=pe>>26,this.words[ur]=pe&67108863;if(ar===0&&ur<Ie.length&&Ie!==this)for(;ur<Ie.length;ur++)this.words[ur]=Ie.words[ur];return this.length=Math.max(this.length,ur),Ie!==this&&(this.negative=1),this.strip()},k.prototype.sub=function(ie){return this.clone().isub(ie)};function _e(Et,ie,pe){pe.negative=ie.negative^Et.negative;var Ce=Et.length+ie.length|0;pe.length=Ce,Ce=Ce-1|0;var Ie=Et.words[0]|0,jt=ie.words[0]|0,ar=Ie*jt,ur=ar&67108863,kt=ar/67108864|0;pe.words[0]=ur;for(var he=1;he<Ce;he++){for(var tr=kt>>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt<pe.length-1;jt++){var ar=Ie;Ie=0;for(var ur=Ce&67108863,kt=Math.min(jt,ie.length-1),he=Math.max(0,jt-Et.length+1);he<=kt;he++){var tr=jt-he,gr=Et.words[tr]|0,_r=ie.words[he]|0,yr=gr*_r,xr=yr&67108863;ar=ar+(yr/67108864|0)|0,xr=xr+ur|0,ur=xr&67108863,ar=ar+(xr>>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie<ie;Ie++)pe[Ie]=this.revBin(Ie,Ce,ie);return pe},Ve.prototype.revBin=function(ie,pe,Ce){if(ie===0||ie===Ce-1)return ie;for(var Ie=0,jt=0;jt<pe;jt++)Ie|=(ie&1)<<pe-jt-1,ie>>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur<ar;ur++)Ie[ur]=pe[ie[ur]],jt[ur]=Ce[ie[ur]]},Ve.prototype.transform=function(ie,pe,Ce,Ie,jt,ar){this.permute(ar,ie,pe,Ce,Ie,jt);for(var ur=1;ur<jt;ur<<=1)for(var kt=ur<<1,he=Math.cos(2*Math.PI/kt),tr=Math.sin(2*Math.PI/kt),gr=0;gr<jt;gr+=kt)for(var _r=he,yr=tr,xr=0;xr<ur;xr++){var Nr=Ce[gr+xr],Tr=Ie[gr+xr],Sr=Ce[gr+xr+ur],Ar=Ie[gr+xr+ur],Fr=_r*Sr-yr*Ar;Ar=_r*Ar+yr*Sr,Sr=Fr,Ce[gr+xr]=Nr+Sr,Ie[gr+xr]=Tr+Ar,Ce[gr+xr+ur]=Nr-Sr,Ie[gr+xr+ur]=Tr-Ar,xr!==kt&&(Fr=he*_r-tr*yr,yr=he*yr+tr*_r,_r=Fr)}},Ve.prototype.guessLen13b=function(ie,pe){var Ce=Math.max(pe,ie)|1,Ie=Ce&1,jt=0;for(Ce=Ce/2|0;Ce;Ce=Ce>>>1)jt++;return 1<<jt+1+Ie},Ve.prototype.conjugate=function(ie,pe,Ce){if(!(Ce<=1))for(var Ie=0;Ie<Ce/2;Ie++){var jt=ie[Ie];ie[Ie]=ie[Ce-Ie-1],ie[Ce-Ie-1]=jt,jt=pe[Ie],pe[Ie]=-pe[Ce-Ie-1],pe[Ce-Ie-1]=-jt}},Ve.prototype.normalize13b=function(ie,pe){for(var Ce=0,Ie=0;Ie<pe/2;Ie++){var jt=Math.round(ie[2*Ie+1]/pe)*8192+Math.round(ie[2*Ie]/pe)+Ce;ie[Ie]=jt&67108863,jt<67108864?Ce=0:Ce=jt/67108864|0}return ie},Ve.prototype.convert13b=function(ie,pe,Ce,Ie){for(var jt=0,ar=0;ar<pe;ar++)jt=jt+(ie[ar]|0),Ce[2*ar]=jt&8191,jt=jt>>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar<Ie;++ar)Ce[ar]=0;n(jt===0),n((jt&-8192)===0)},Ve.prototype.stub=function(ie){for(var pe=new Array(ie),Ce=0;Ce<ie;Ce++)pe[Ce]=0;return pe},Ve.prototype.mulp=function(ie,pe,Ce){var Ie=2*this.guessLen13b(ie.length,pe.length),jt=this.makeRBT(Ie),ar=this.stub(Ie),ur=new Array(Ie),kt=new Array(Ie),he=new Array(Ie),tr=new Array(Ie),gr=new Array(Ie),_r=new Array(Ie),yr=Ce.words;yr.length=Ie,this.convert13b(ie.words,ie.length,ur,Ie),this.convert13b(pe.words,pe.length,tr,Ie),this.transform(ur,ar,kt,he,Ie,jt),this.transform(tr,ar,gr,_r,Ie,jt);for(var xr=0;xr<Ie;xr++){var Nr=kt[xr]*gr[xr]-he[xr]*_r[xr];he[xr]=kt[xr]*_r[xr]+he[xr]*gr[xr],kt[xr]=Nr}return this.conjugate(kt,he,Ie),this.transform(kt,he,yr,ar,Ie,jt),this.conjugate(yr,ar,Ie),this.normalize13b(yr,Ie),Ce.negative=ie.negative^pe.negative,Ce.length=ie.length+pe.length,Ce.strip()},k.prototype.mul=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),this.mulTo(ie,pe)},k.prototype.mulf=function(ie){var pe=new k(null);return pe.words=new Array(this.length+ie.length),$e(this,ie,pe)},k.prototype.imul=function(ie){return this.clone().mulTo(ie,this)},k.prototype.imuln=function(ie){n(typeof ie=="number"),n(ie<67108864);for(var pe=0,Ce=0;Ce<this.length;Ce++){var Ie=(this.words[Ce]|0)*ie,jt=(Ie&67108863)+(pe&67108863);pe>>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie<pe.length&&pe[Ie]===0;Ie++,Ce=Ce.sqr());if(++Ie<pe.length)for(var jt=Ce.sqr();Ie<pe.length;Ie++,jt=jt.sqr())pe[Ie]!==0&&(Ce=Ce.mul(jt));return Ce},k.prototype.iushln=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt<this.length;jt++){var ur=this.words[jt]&Ie,kt=(this.words[jt]|0)-ur<<pe;this.words[jt]=kt|ar,ar=ur>>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt<Ce;jt++)this.words[jt]=0;this.length+=Ce}return this.strip()},k.prototype.ishln=function(ie){return n(this.negative===0),this.iushln(ie)},k.prototype.iushrn=function(ie,pe,Ce){n(typeof ie=="number"&&ie>=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<<jt,kt=Ce;if(Ie-=ar,Ie=Math.max(0,Ie),kt){for(var he=0;he<ar;he++)kt.words[he]=this.words[he];kt.length=ar}if(ar!==0)if(this.length>ar)for(this.length-=ar,he=0;he<this.length;he++)this.words[he]=this.words[he+ar];else this.words[0]=0,this.length=1;var tr=0;for(he=this.length-1;he>=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return!1;var jt=this.words[Ce];return!!(jt&Ie)},k.prototype.imaskn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<<pe;this.words[this.length-1]&=Ie}return this.strip()},k.prototype.maskn=function(ie){return this.clone().imaskn(ie)},k.prototype.iaddn=function(ie){return n(typeof ie=="number"),n(ie<67108864),ie<0?this.isubn(-ie):this.negative!==0?this.length===1&&(this.words[0]|0)<ie?(this.words[0]=ie-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(ie),this.negative=1,this):this._iaddn(ie)},k.prototype._iaddn=function(ie){this.words[0]+=ie;for(var pe=0;pe<this.length&&this.words[pe]>=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe<this.length&&this.words[pe]<0;pe++)this.words[pe]+=67108864,this.words[pe+1]-=1;return this.strip()},k.prototype.addn=function(ie){return this.clone().iaddn(ie)},k.prototype.subn=function(ie){return this.clone().isubn(ie)},k.prototype.iabs=function(){return this.negative=0,this},k.prototype.abs=function(){return this.clone().iabs()},k.prototype._ishlnsubmul=function(ie,pe,Ce){var Ie=ie.length+Ce,jt;this._expand(Ie);var ar,ur=0;for(jt=0;jt<ie.length;jt++){ar=(this.words[jt+Ce]|0)+ur;var kt=(ie.words[jt]|0)*pe;ar-=kt&67108863,ur=(ar>>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt<this.length-Ce;jt++)ar=(this.words[jt+Ce]|0)+ur,ur=ar>>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt<this.length;jt++)ar=-(this.words[jt]|0)+ur,ur=ar>>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr<he.length;tr++)he.words[tr]=0}var gr=Ie.clone()._ishlnsubmul(jt,1,kt);gr.negative===0&&(Ie=gr,he&&(he.words[kt]=1));for(var _r=kt-1;_r>=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<<pe;if(this.length<=Ce)return this._expand(Ce+1),this.words[Ce]|=Ie,this;for(var jt=Ie,ar=Ce;jt!==0&&ar<this.length;ar++){var ur=this.words[ar]|0;ur+=jt,jt=ur>>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ie<ie?-1:1}return this.negative!==0?-Ce|0:Ce},k.prototype.cmp=function(ie){if(this.negative!==0&&ie.negative===0)return-1;if(this.negative===0&&ie.negative!==0)return 1;var pe=this.ucmp(ie);return this.negative!==0?-pe|0:pe},k.prototype.ucmp=function(ie){if(this.length>ie.length)return 1;if(this.length<ie.length)return-1;for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Ie<jt?pe=-1:Ie>jt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce<this.n?-1:pe.ucmp(this.p);return Ie===0?(pe.words[0]=0,pe.length=1):Ie>0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt<Ie;jt++)pe.words[jt]=ie.words[jt];if(pe.length=Ie,ie.length<=9){ie.words[0]=0,ie.length=1;return}var ar=ie.words[9];for(pe.words[pe.length++]=ar&Ce,jt=10;jt<ie.length;jt++){var ur=ie.words[jt]|0;ie.words[jt-10]=(ur&Ce)<<4|ar>>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=ie.words[Ce]|0;pe+=Ie*977,ie.words[Ce]=pe&67108863,pe=Ie*64+(pe/67108864|0)}return ie.words[ie.length-1]===0&&(ie.length--,ie.words[ie.length-1]===0&&ie.length--),ie};function ir(){qe.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}$(ir,qe);function dr(){qe.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}$(dr,qe);function cr(){qe.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}$(cr,qe),cr.prototype.imulK=function(ie){for(var pe=0,Ce=0;Ce<ie.length;Ce++){var Ie=(ie.words[Ce]|0)*19+pe,jt=Ie&67108863;Ie>>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr<yr);var Tr=this.pow(tr,new k(1).iushln(yr-Nr-1));gr=gr.redMul(Tr),tr=Tr.redSqr(),_r=_r.redMul(tr),yr=Nr}return gr},nr.prototype.invm=function(ie){var pe=ie._invmp(this.m);return pe.negative!==0?(pe.negative=0,this.imod(pe).redNeg()):this.imod(pe)},nr.prototype.pow=function(ie,pe){if(pe.isZero())return new k(1).toRed(this);if(pe.cmpn(1)===0)return ie.clone();var Ce=4,Ie=new Array(1<<Ce);Ie[0]=new k(1).toRed(this),Ie[1]=ie;for(var jt=2;jt<Ie.length;jt++)Ie[jt]=this.mul(Ie[jt-1],ie);var ar=Ie[0],ur=0,kt=0,he=pe.bitLength()%26;for(he===0&&(he=26),jt=pe.length-1;jt>=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$1);var bnExports=bn$1.exports,BN$2=bnExports,Buffer$5=safeBufferExports$1.Buffer;function withPublic$2(e,t){return Buffer$5.from(e.toRed(BN$2.mont(t.modulus)).redPow(new BN$2(t.publicExponent)).fromRed().toArray())}var withPublic_1=withPublic$2,parseKeys$1=parseAsn1,randomBytes=browserExports,createHash$1=browser$9,mgf$1=mgf$2,xor$1=xor$2,BN$1=bnExports,withPublic$1=withPublic_1,crt$1=browserifyRsa,Buffer$4=safeBufferExports$1.Buffer,publicEncrypt$1=function(t,y,n){var $;t.padding?$=t.padding:n?$=1:$=4;var k=parseKeys$1(t),L;if($===4)L=oaep$1(k,y);else if($===1)L=pkcs1$1(k,y,n);else if($===3){if(L=new BN$1(y),L.cmp(k.modulus)>=0)throw new Error("data too long for modulus")}else throw new Error("unknown padding");return n?crt$1(L,k):withPublic$1(L,k)};function oaep$1(e,t){var y=e.modulus.byteLength(),n=t.length,$=createHash$1("sha1").update(Buffer$4.alloc(0)).digest(),k=$.length,L=2*k;if(n>y-L-2)throw new Error("message too long");var j=Buffer$4.alloc(y-n-L-2),V=y-k-1,z=randomBytes(k),re=xor$1(Buffer$4.concat([$,j,Buffer$4.alloc(1,1),t],V),mgf$1(z,V)),oe=xor$1(z,mgf$1(re,k));return new BN$1(Buffer$4.concat([Buffer$4.alloc(1),oe,re],y))}function pkcs1$1(e,t,y){var n=t.length,$=e.modulus.byteLength();if(n>$-11)throw new Error("message too long");var k;return y?k=Buffer$4.alloc($-n-3,255):k=nonZero($-n-3),new BN$1(Buffer$4.concat([Buffer$4.from([0,y?1:2]),k,Buffer$4.alloc(1),t],$))}function nonZero(e){for(var t=Buffer$4.allocUnsafe(e),y=0,n=randomBytes(e*2),$=0,k;y<e;)$===n.length&&(n=randomBytes(e*2),$=0),k=n[$++],k&&(t[y++]=k);return t}var parseKeys=parseAsn1,mgf=mgf$2,xor=xor$2,BN=bnExports,crt=browserifyRsa,createHash=browser$9,withPublic=withPublic_1,Buffer$3=safeBufferExports$1.Buffer,privateDecrypt=function(t,y,n){var $;t.padding?$=t.padding:n?$=1:$=4;var k=parseKeys(t),L=k.modulus.byteLength();if(y.length>L||new BN(y).cmp(k.modulus)>=0)throw new Error("decryption error");var j;n?j=withPublic(new BN(y),k):j=crt(y,k);var V=Buffer$3.alloc(L-j.length);if(j=Buffer$3.concat([V,j],L),$===4)return oaep(k,j);if($===1)return pkcs1(k,j,n);if($===3)return j;throw new Error("unknown padding")};function oaep(e,t){var y=e.modulus.byteLength(),n=createHash("sha1").update(Buffer$3.alloc(0)).digest(),$=n.length;if(t[0]!==0)throw new Error("decryption error");var k=t.slice(1,$+1),L=t.slice($+1),j=xor(k,mgf(L,$)),V=xor(L,mgf(j,y-$-1));if(compare(n,V.slice(0,$)))throw new Error("decryption error");for(var z=$;V[z]===0;)z++;if(V[z++]!==1)throw new Error("decryption error");return V.slice(z)}function pkcs1(e,t,y){for(var n=t.slice(0,2),$=2,k=0;t[$++]!==0;)if($>=t.length){k++;break}var L=t.slice(2,$-1);if((n.toString("hex")!=="0002"&&!y||n.toString("hex")!=="0001"&&y)&&k++,L.length<8&&k++,k)throw new Error("decryption error");return t.slice($)}function compare(e,t){e=Buffer$3.from(e),t=Buffer$3.from(t);var y=0,n=e.length;e.length!==t.length&&(y++,n=Math.min(e.length,t.length));for(var $=-1;++$<n;)y+=e[$]^t[$];return y}(function(e){e.publicEncrypt=publicEncrypt$1,e.privateDecrypt=privateDecrypt,e.privateEncrypt=function(y,n){return e.publicEncrypt(y,n,!0)},e.publicDecrypt=function(y,n){return e.privateDecrypt(y,n,!0)}})(browser$1);var browser={},define_process_default$4={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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 oldBrowser(){throw new Error(`secure random number generation not supported by this browser
use chrome, FireFox or Internet Explorer 11`)}var safeBuffer=safeBufferExports$1,randombytes=browserExports,Buffer$2=safeBuffer.Buffer,kBufferMaxLength=safeBuffer.kMaxLength,crypto$1=commonjsGlobal.crypto||commonjsGlobal.msCrypto,kMaxUint32=Math.pow(2,32)-1;function assertOffset(e,t){if(typeof e!="number"||e!==e)throw new TypeError("offset must be a number");if(e>kMaxUint32||e<0)throw new TypeError("offset must be a uint32");if(e>kBufferMaxLength||e>t)throw new RangeError("offset out of range")}function assertSize(e,t,y){if(typeof e!="number"||e!==e)throw new TypeError("size must be a number");if(e>kMaxUint32||e<0)throw new TypeError("size must be a uint32");if(e+t>y||e>kBufferMaxLength)throw new RangeError("buffer too small")}crypto$1&&crypto$1.getRandomValues||!define_process_default$4.browser?(browser.randomFill=randomFill,browser.randomFillSync=randomFillSync):(browser.randomFill=oldBrowser,browser.randomFillSync=oldBrowser);function randomFill(e,t,y,n){if(!Buffer$2.isBuffer(e)&&!(e instanceof commonjsGlobal.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if(typeof t=="function")n=t,t=0,y=e.length;else if(typeof y=="function")n=y,y=e.length-t;else if(typeof n!="function")throw new TypeError('"cb" argument must be a function');return assertOffset(t,e.length),assertSize(y,t,e.length),actualFill(e,t,y,n)}function actualFill(e,t,y,n){if(define_process_default$4.browser){var $=e.buffer,k=new Uint8Array($,t,y);if(crypto$1.getRandomValues(k),n){define_process_default$4.nextTick(function(){n(null,e)});return}return e}if(n){randombytes(y,function(j,V){if(j)return n(j);V.copy(e,t),n(null,e)});return}var L=randombytes(y);return L.copy(e,t),e}function randomFillSync(e,t,y){if(typeof t>"u"&&(t=0),!Buffer$2.isBuffer(e)&&!(e instanceof commonjsGlobal.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return assertOffset(t,e.length),y===void 0&&(y=e.length-t),assertSize(y,t,e.length),actualFill(e,t,y)}cryptoBrowserify.randomBytes=cryptoBrowserify.rng=cryptoBrowserify.pseudoRandomBytes=cryptoBrowserify.prng=browserExports;cryptoBrowserify.createHash=cryptoBrowserify.Hash=browser$9;cryptoBrowserify.createHmac=cryptoBrowserify.Hmac=browser$8;var algos=algos$1,algoKeys=Object.keys(algos),hashes=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(algoKeys);cryptoBrowserify.getHashes=function(){return hashes};var p=browser$7;cryptoBrowserify.pbkdf2=p.pbkdf2;cryptoBrowserify.pbkdf2Sync=p.pbkdf2Sync;var aes=browser$6;cryptoBrowserify.Cipher=aes.Cipher;cryptoBrowserify.createCipher=aes.createCipher;cryptoBrowserify.Cipheriv=aes.Cipheriv;cryptoBrowserify.createCipheriv=aes.createCipheriv;cryptoBrowserify.Decipher=aes.Decipher;cryptoBrowserify.createDecipher=aes.createDecipher;cryptoBrowserify.Decipheriv=aes.Decipheriv;cryptoBrowserify.createDecipheriv=aes.createDecipheriv;cryptoBrowserify.getCiphers=aes.getCiphers;cryptoBrowserify.listCiphers=aes.listCiphers;var dh=browser$4;cryptoBrowserify.DiffieHellmanGroup=dh.DiffieHellmanGroup;cryptoBrowserify.createDiffieHellmanGroup=dh.createDiffieHellmanGroup;cryptoBrowserify.getDiffieHellman=dh.getDiffieHellman;cryptoBrowserify.createDiffieHellman=dh.createDiffieHellman;cryptoBrowserify.DiffieHellman=dh.DiffieHellman;var sign=browser$3;cryptoBrowserify.createSign=sign.createSign;cryptoBrowserify.Sign=sign.Sign;cryptoBrowserify.createVerify=sign.createVerify;cryptoBrowserify.Verify=sign.Verify;cryptoBrowserify.createECDH=browser$2;var publicEncrypt=browser$1;cryptoBrowserify.publicEncrypt=publicEncrypt.publicEncrypt;cryptoBrowserify.privateEncrypt=publicEncrypt.privateEncrypt;cryptoBrowserify.publicDecrypt=publicEncrypt.publicDecrypt;cryptoBrowserify.privateDecrypt=publicEncrypt.privateDecrypt;var rf=browser;cryptoBrowserify.randomFill=rf.randomFill;cryptoBrowserify.randomFillSync=rf.randomFillSync;cryptoBrowserify.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join(`
`))};cryptoBrowserify.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6};var validator$3={},util$4={};(function(e){const t=":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",y=t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",n="["+t+"]["+y+"]*",$=new RegExp("^"+n+"$"),k=function(j,V){const z=[];let re=V.exec(j);for(;re;){const oe=[];oe.startIndex=V.lastIndex-re[0].length;const ue=re.length;for(let de=0;de<ue;de++)oe.push(re[de]);z.push(oe),re=V.exec(j)}return z},L=function(j){const V=$.exec(j);return!(V===null||typeof V>"u")};e.isExist=function(j){return typeof j<"u"},e.isEmptyObject=function(j){return Object.keys(j).length===0},e.merge=function(j,V,z){if(V){const re=Object.keys(V),oe=re.length;for(let ue=0;ue<oe;ue++)z==="strict"?j[re[ue]]=[V[re[ue]]]:j[re[ue]]=V[re[ue]]}},e.getValue=function(j){return e.isExist(j)?j:""},e.isName=L,e.getAllMatches=k,e.nameRegexp=n})(util$4);const util$3=util$4,defaultOptions$2={allowBooleanAttributes:!1,unpairedTags:[]};validator$3.validate=function(e,t){t=Object.assign({},defaultOptions$2,t);const y=[];let n=!1,$=!1;e[0]==="\uFEFF"&&(e=e.substr(1));for(let k=0;k<e.length;k++)if(e[k]==="<"&&e[k+1]==="?"){if(k+=2,k=readPI(e,k),k.err)return k}else if(e[k]==="<"){let L=k;if(k++,e[k]==="!"){k=readCommentAndCDATA(e,k);continue}else{let j=!1;e[k]==="/"&&(j=!0,k++);let V="";for(;k<e.length&&e[k]!==">"&&e[k]!==" "&&e[k]!==" "&&e[k]!==`
`&&e[k]!=="\r";k++)V+=e[k];if(V=V.trim(),V[V.length-1]==="/"&&(V=V.substring(0,V.length-1),k--),!validateTagName(V)){let oe;return V.trim().length===0?oe="Invalid space after '<'.":oe="Tag '"+V+"' is an invalid name.",getErrorObject("InvalidTag",oe,getLineNumberForPosition(e,k))}const z=readAttributeStr(e,k);if(z===!1)return getErrorObject("InvalidAttr","Attributes for '"+V+"' have open quote.",getLineNumberForPosition(e,k));let re=z.value;if(k=z.index,re[re.length-1]==="/"){const oe=k-re.length;re=re.substring(0,re.length-1);const ue=validateAttributeString(re,t);if(ue===!0)n=!0;else return getErrorObject(ue.err.code,ue.err.msg,getLineNumberForPosition(e,oe+ue.err.line))}else if(j)if(z.tagClosed){if(re.trim().length>0)return getErrorObject("InvalidTag","Closing tag '"+V+"' can't have attributes or invalid starting.",getLineNumberForPosition(e,L));if(y.length===0)return getErrorObject("InvalidTag","Closing tag '"+V+"' has not been opened.",getLineNumberForPosition(e,L));{const oe=y.pop();if(V!==oe.tagName){let ue=getLineNumberForPosition(e,oe.tagStartPos);return getErrorObject("InvalidTag","Expected closing tag '"+oe.tagName+"' (opened in line "+ue.line+", col "+ue.col+") instead of closing tag '"+V+"'.",getLineNumberForPosition(e,L))}y.length==0&&($=!0)}}else return getErrorObject("InvalidTag","Closing tag '"+V+"' doesn't have proper closing.",getLineNumberForPosition(e,k));else{const oe=validateAttributeString(re,t);if(oe!==!0)return getErrorObject(oe.err.code,oe.err.msg,getLineNumberForPosition(e,k-re.length+oe.err.line));if($===!0)return getErrorObject("InvalidXml","Multiple possible root nodes found.",getLineNumberForPosition(e,k));t.unpairedTags.indexOf(V)!==-1||y.push({tagName:V,tagStartPos:L}),n=!0}for(k++;k<e.length;k++)if(e[k]==="<")if(e[k+1]==="!"){k++,k=readCommentAndCDATA(e,k);continue}else if(e[k+1]==="?"){if(k=readPI(e,++k),k.err)return k}else break;else if(e[k]==="&"){const oe=validateAmpersand(e,k);if(oe==-1)return getErrorObject("InvalidChar","char '&' is not expected.",getLineNumberForPosition(e,k));k=oe}else if($===!0&&!isWhiteSpace(e[k]))return getErrorObject("InvalidXml","Extra text at the end",getLineNumberForPosition(e,k));e[k]==="<"&&k--}}else{if(isWhiteSpace(e[k]))continue;return getErrorObject("InvalidChar","char '"+e[k]+"' is not expected.",getLineNumberForPosition(e,k))}if(n){if(y.length==1)return getErrorObject("InvalidTag","Unclosed tag '"+y[0].tagName+"'.",getLineNumberForPosition(e,y[0].tagStartPos));if(y.length>0)return getErrorObject("InvalidXml","Invalid '"+JSON.stringify(y.map(k=>k.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return getErrorObject("InvalidXml","Start tag expected.",1);return!0};function isWhiteSpace(e){return e===" "||e===" "||e===`
`||e==="\r"}function readPI(e,t){const y=t;for(;t<e.length;t++)if(e[t]=="?"||e[t]==" "){const n=e.substr(y,t-y);if(t>5&&n==="xml")return getErrorObject("InvalidXml","XML declaration allowed only at the start of the document.",getLineNumberForPosition(e,t));if(e[t]=="?"&&e[t+1]==">"){t++;break}else continue}return t}function readCommentAndCDATA(e,t){if(e.length>t+5&&e[t+1]==="-"&&e[t+2]==="-"){for(t+=3;t<e.length;t++)if(e[t]==="-"&&e[t+1]==="-"&&e[t+2]===">"){t+=2;break}}else if(e.length>t+8&&e[t+1]==="D"&&e[t+2]==="O"&&e[t+3]==="C"&&e[t+4]==="T"&&e[t+5]==="Y"&&e[t+6]==="P"&&e[t+7]==="E"){let y=1;for(t+=8;t<e.length;t++)if(e[t]==="<")y++;else if(e[t]===">"&&(y--,y===0))break}else if(e.length>t+9&&e[t+1]==="["&&e[t+2]==="C"&&e[t+3]==="D"&&e[t+4]==="A"&&e[t+5]==="T"&&e[t+6]==="A"&&e[t+7]==="["){for(t+=8;t<e.length;t++)if(e[t]==="]"&&e[t+1]==="]"&&e[t+2]===">"){t+=2;break}}return t}const doubleQuote='"',singleQuote="'";function readAttributeStr(e,t){let y="",n="",$=!1;for(;t<e.length;t++){if(e[t]===doubleQuote||e[t]===singleQuote)n===""?n=e[t]:n!==e[t]||(n="");else if(e[t]===">"&&n===""){$=!0;break}y+=e[t]}return n!==""?!1:{value:y,index:t,tagClosed:$}}const validAttrStrRegxp=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function validateAttributeString(e,t){const y=util$3.getAllMatches(e,validAttrStrRegxp),n={};for(let $=0;$<y.length;$++){if(y[$][1].length===0)return getErrorObject("InvalidAttr","Attribute '"+y[$][2]+"' has no space in starting.",getPositionFromMatch(y[$]));if(y[$][3]!==void 0&&y[$][4]===void 0)return getErrorObject("InvalidAttr","Attribute '"+y[$][2]+"' is without value.",getPositionFromMatch(y[$]));if(y[$][3]===void 0&&!t.allowBooleanAttributes)return getErrorObject("InvalidAttr","boolean attribute '"+y[$][2]+"' is not allowed.",getPositionFromMatch(y[$]));const k=y[$][2];if(!validateAttrName(k))return getErrorObject("InvalidAttr","Attribute '"+k+"' is an invalid name.",getPositionFromMatch(y[$]));if(!n.hasOwnProperty(k))n[k]=1;else return getErrorObject("InvalidAttr","Attribute '"+k+"' is repeated.",getPositionFromMatch(y[$]))}return!0}function validateNumberAmpersand(e,t){let y=/\d/;for(e[t]==="x"&&(t++,y=/[\da-fA-F]/);t<e.length;t++){if(e[t]===";")return t;if(!e[t].match(y))break}return-1}function validateAmpersand(e,t){if(t++,e[t]===";")return-1;if(e[t]==="#")return t++,validateNumberAmpersand(e,t);let y=0;for(;t<e.length;t++,y++)if(!(e[t].match(/\w/)&&y<20)){if(e[t]===";")break;return-1}return t}function getErrorObject(e,t,y){return{err:{code:e,msg:t,line:y.line||y,col:y.col}}}function validateAttrName(e){return util$3.isName(e)}function validateTagName(e){return util$3.isName(e)}function getLineNumberForPosition(e,t){const y=e.substring(0,t).split(/\r?\n/);return{line:y.length,col:y[y.length-1].length+1}}function getPositionFromMatch(e){return e.startIndex+e[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(e,t){return t},attributeValueProcessor:function(e,t){return t},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,y){return e}},buildOptions$1=function(e){return Object.assign({},defaultOptions$1,e)};OptionsBuilder.buildOptions=buildOptions$1;OptionsBuilder.defaultOptions=defaultOptions$1;class XmlNode{constructor(t){this.tagname=t,this.child=[],this[":@"]={}}add(t,y){t==="__proto__"&&(t="#__proto__"),this.child.push({[t]:y})}addChild(t){t.tagname==="__proto__"&&(t.tagname="#__proto__"),t[":@"]&&Object.keys(t[":@"]).length>0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child})}}var xmlNode$1=XmlNode;const util$2=util$4;function readDocType$1(e,t){const y={};if(e[t+3]==="O"&&e[t+4]==="C"&&e[t+5]==="T"&&e[t+6]==="Y"&&e[t+7]==="P"&&e[t+8]==="E"){t=t+9;let n=1,$=!1,k=!1,L="";for(;t<e.length;t++)if(e[t]==="<"&&!k){if($&&isEntity(e,t))t+=7,[entityName,val,t]=readEntityExp(e,t+1),val.indexOf("&")===-1&&(y[validateEntityName(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if($&&isElement(e,t))t+=8;else if($&&isAttlist(e,t))t+=8;else if($&&isNotation(e,t))t+=9;else if(isComment)k=!0;else throw new Error("Invalid DOCTYPE");n++,L=""}else if(e[t]===">"){if(k?e[t-1]==="-"&&e[t-2]==="-"&&(k=!1,n--):n--,n===0)break}else e[t]==="["?$=!0:L+=e[t];if(n!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:y,i:t}}function readEntityExp(e,t){let y="";for(;t<e.length&&e[t]!=="'"&&e[t]!=='"';t++)y+=e[t];if(y=y.trim(),y.indexOf(" ")!==-1)throw new Error("External entites are not supported");const n=e[t++];let $="";for(;t<e.length&&e[t]!==n;t++)$+=e[t];return[y,$,t]}function isComment(e,t){return e[t+1]==="!"&&e[t+2]==="-"&&e[t+3]==="-"}function isEntity(e,t){return e[t+1]==="!"&&e[t+2]==="E"&&e[t+3]==="N"&&e[t+4]==="T"&&e[t+5]==="I"&&e[t+6]==="T"&&e[t+7]==="Y"}function isElement(e,t){return e[t+1]==="!"&&e[t+2]==="E"&&e[t+3]==="L"&&e[t+4]==="E"&&e[t+5]==="M"&&e[t+6]==="E"&&e[t+7]==="N"&&e[t+8]==="T"}function isAttlist(e,t){return e[t+1]==="!"&&e[t+2]==="A"&&e[t+3]==="T"&&e[t+4]==="T"&&e[t+5]==="L"&&e[t+6]==="I"&&e[t+7]==="S"&&e[t+8]==="T"}function isNotation(e,t){return e[t+1]==="!"&&e[t+2]==="N"&&e[t+3]==="O"&&e[t+4]==="T"&&e[t+5]==="A"&&e[t+6]==="T"&&e[t+7]==="I"&&e[t+8]==="O"&&e[t+9]==="N"}function validateEntityName(e){if(util$2.isName(e))return e;throw new Error(`Invalid entity name ${e}`)}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(e,t={}){if(t=Object.assign({},consider,t),!e||typeof e!="string")return e;let y=e.trim();if(t.skipLike!==void 0&&t.skipLike.test(y))return e;if(t.hex&&hexRegex.test(y))return Number.parseInt(y,16);{const n=numRegex.exec(y);if(n){const $=n[1],k=n[2];let L=trimZeros(n[3]);const j=n[4]||n[6];if(!t.leadingZeros&&k.length>0&&$&&y[2]!==".")return e;if(!t.leadingZeros&&k.length>0&&!$&&y[1]!==".")return e;{const V=Number(y),z=""+V;return z.search(/[eE]/)!==-1||j?t.eNotation?V:e:y.indexOf(".")!==-1?z==="0"&&L===""||z===L||$&&z==="-"+L?V:e:k?L===z||$+L===z?V:e:y===z||y===$+z?V:e}}else return e}}function trimZeros(e){return e&&e.indexOf(".")!==-1&&(e=e.replace(/0+$/,""),e==="."?e="0":e[0]==="."?e="0"+e:e[e.length-1]==="."&&(e=e.substr(0,e.length-1))),e}var strnum=toNumber$1;const util$1=util$4,xmlNode=xmlNode$1,readDocType=DocTypeReader,toNumber=strnum;let OrderedObjParser$1=class{constructor(t){this.options=t,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:(y,n)=>String.fromCharCode(Number.parseInt(n,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(y,n)=>String.fromCharCode(Number.parseInt(n,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(e){const t=Object.keys(e);for(let y=0;y<t.length;y++){const n=t[y];this.lastEntities[n]={regex:new RegExp("&"+n+";","g"),val:e[n]}}}function parseTextData(e,t,y,n,$,k,L){if(e!==void 0&&(this.options.trimValues&&!n&&(e=e.trim()),e.length>0)){L||(e=this.replaceEntitiesValue(e));const j=this.options.tagValueProcessor(t,e,y,$,k);return j==null?e:typeof j!=typeof e||j!==e?j:this.options.trimValues?parseValue(e,this.options.parseTagValue,this.options.numberParseOptions):e.trim()===e?parseValue(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function resolveNameSpace(e){if(this.options.removeNSPrefix){const t=e.split(":"),y=e.charAt(0)==="/"?"/":"";if(t[0]==="xmlns")return"";t.length===2&&(e=y+t[1])}return e}const attrsRegx=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function buildAttributesMap(e,t,y){if(!this.options.ignoreAttributes&&typeof e=="string"){const n=util$1.getAllMatches(e,attrsRegx),$=n.length,k={};for(let L=0;L<$;L++){const j=this.resolveNameSpace(n[L][1]);let V=n[L][4],z=this.options.attributeNamePrefix+j;if(j.length)if(this.options.transformAttributeName&&(z=this.options.transformAttributeName(z)),z==="__proto__"&&(z="#__proto__"),V!==void 0){this.options.trimValues&&(V=V.trim()),V=this.replaceEntitiesValue(V);const re=this.options.attributeValueProcessor(j,V,t);re==null?k[z]=V:typeof re!=typeof V||re!==V?k[z]=re:k[z]=parseValue(V,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(k[z]=!0)}if(!Object.keys(k).length)return;if(this.options.attributesGroupName){const L={};return L[this.options.attributesGroupName]=k,L}return k}}const parseXml$1=function(e){e=e.replace(/\r\n?/g,`
`);const t=new xmlNode("!xml");let y=t,n="",$="";for(let k=0;k<e.length;k++)if(e[k]==="<")if(e[k+1]==="/"){const j=findClosingIndex(e,">",k,"Closing Tag is not closed.");let V=e.substring(k+2,j).trim();if(this.options.removeNSPrefix){const oe=V.indexOf(":");oe!==-1&&(V=V.substr(oe+1))}this.options.transformTagName&&(V=this.options.transformTagName(V)),y&&(n=this.saveTextToParentTag(n,y,$));const z=$.substring($.lastIndexOf(".")+1);if(V&&this.options.unpairedTags.indexOf(V)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${V}>`);let re=0;z&&this.options.unpairedTags.indexOf(z)!==-1?(re=$.lastIndexOf(".",$.lastIndexOf(".")-1),this.tagsNodeStack.pop()):re=$.lastIndexOf("."),$=$.substring(0,re),y=this.tagsNodeStack.pop(),n="",k=j}else if(e[k+1]==="?"){let j=readTagExp(e,k,!1,"?>");if(!j)throw new Error("Pi Tag is not closed.");if(n=this.saveTextToParentTag(n,y,$),!(this.options.ignoreDeclaration&&j.tagName==="?xml"||this.options.ignorePiTags)){const V=new xmlNode(j.tagName);V.add(this.options.textNodeName,""),j.tagName!==j.tagExp&&j.attrExpPresent&&(V[":@"]=this.buildAttributesMap(j.tagExp,$,j.tagName)),this.addChild(y,V,$)}k=j.closeIndex+1}else if(e.substr(k+1,3)==="!--"){const j=findClosingIndex(e,"-->",k+4,"Comment is not closed.");if(this.options.commentPropName){const V=e.substring(k+4,j-2);n=this.saveTextToParentTag(n,y,$),y.add(this.options.commentPropName,[{[this.options.textNodeName]:V}])}k=j}else if(e.substr(k+1,2)==="!D"){const j=readDocType(e,k);this.docTypeEntities=j.entities,k=j.i}else if(e.substr(k+1,2)==="!["){const j=findClosingIndex(e,"]]>",k,"CDATA is not closed.")-2,V=e.substring(k+9,j);n=this.saveTextToParentTag(n,y,$);let z=this.parseTextData(V,y.tagname,$,!0,!1,!0,!0);z==null&&(z=""),this.options.cdataPropName?y.add(this.options.cdataPropName,[{[this.options.textNodeName]:V}]):y.add(this.options.textNodeName,z),k=j+2}else{let j=readTagExp(e,k,this.options.removeNSPrefix),V=j.tagName;const z=j.rawTagName;let re=j.tagExp,oe=j.attrExpPresent,ue=j.closeIndex;this.options.transformTagName&&(V=this.options.transformTagName(V)),y&&n&&y.tagname!=="!xml"&&(n=this.saveTextToParentTag(n,y,$,!1));const de=y;if(de&&this.options.unpairedTags.indexOf(de.tagname)!==-1&&(y=this.tagsNodeStack.pop(),$=$.substring(0,$.lastIndexOf("."))),V!==t.tagname&&($+=$?"."+V:V),this.isItStopNode(this.options.stopNodes,$,V)){let _e="";if(re.length>0&&re.lastIndexOf("/")===re.length-1)V[V.length-1]==="/"?(V=V.substr(0,V.length-1),$=$.substr(0,$.length-1),re=V):re=re.substr(0,re.length-1),k=j.closeIndex;else if(this.options.unpairedTags.indexOf(V)!==-1)k=j.closeIndex;else{const Ue=this.readStopNodeData(e,z,ue+1);if(!Ue)throw new Error(`Unexpected end of ${z}`);k=Ue.i,_e=Ue.tagContent}const Ne=new xmlNode(V);V!==re&&oe&&(Ne[":@"]=this.buildAttributesMap(re,$,V)),_e&&(_e=this.parseTextData(_e,V,$,!0,oe,!0,!0)),$=$.substr(0,$.lastIndexOf(".")),Ne.add(this.options.textNodeName,_e),this.addChild(y,Ne,$)}else{if(re.length>0&&re.lastIndexOf("/")===re.length-1){V[V.length-1]==="/"?(V=V.substr(0,V.length-1),$=$.substr(0,$.length-1),re=V):re=re.substr(0,re.length-1),this.options.transformTagName&&(V=this.options.transformTagName(V));const _e=new xmlNode(V);V!==re&&oe&&(_e[":@"]=this.buildAttributesMap(re,$,V)),this.addChild(y,_e,$),$=$.substr(0,$.lastIndexOf("."))}else{const _e=new xmlNode(V);this.tagsNodeStack.push(y),V!==re&&oe&&(_e[":@"]=this.buildAttributesMap(re,$,V)),this.addChild(y,_e,$),y=_e}n="",k=ue}}else n+=e[k];return t.child};function addChild(e,t,y){const n=this.options.updateTag(t.tagname,y,t[":@"]);n===!1||(typeof n=="string"&&(t.tagname=n),e.addChild(t))}const replaceEntitiesValue$1=function(e){if(this.options.processEntities){for(let t in this.docTypeEntities){const y=this.docTypeEntities[t];e=e.replace(y.regx,y.val)}for(let t in this.lastEntities){const y=this.lastEntities[t];e=e.replace(y.regex,y.val)}if(this.options.htmlEntities)for(let t in this.htmlEntities){const y=this.htmlEntities[t];e=e.replace(y.regex,y.val)}e=e.replace(this.ampEntity.regex,this.ampEntity.val)}return e};function saveTextToParentTag(e,t,y,n){return e&&(n===void 0&&(n=Object.keys(t.child).length===0),e=this.parseTextData(e,t.tagname,y,!1,t[":@"]?Object.keys(t[":@"]).length!==0:!1,n),e!==void 0&&e!==""&&t.add(this.options.textNodeName,e),e=""),e}function isItStopNode(e,t,y){const n="*."+y;for(const $ in e){const k=e[$];if(n===k||t===k)return!0}return!1}function tagExpWithClosingIndex(e,t,y=">"){let n,$="";for(let k=t;k<e.length;k++){let L=e[k];if(n)L===n&&(n="");else if(L==='"'||L==="'")n=L;else if(L===y[0])if(y[1]){if(e[k+1]===y[1])return{data:$,index:k}}else return{data:$,index:k};else L===" "&&(L=" ");$+=L}}function findClosingIndex(e,t,y,n){const $=e.indexOf(t,y);if($===-1)throw new Error(n);return $+t.length-1}function readTagExp(e,t,y,n=">"){const $=tagExpWithClosingIndex(e,t+1,n);if(!$)return;let k=$.data;const L=$.index,j=k.search(/\s/);let V=k,z=!0;j!==-1&&(V=k.substring(0,j),k=k.substring(j+1).trimStart());const re=V;if(y){const oe=V.indexOf(":");oe!==-1&&(V=V.substr(oe+1),z=V!==$.data.substr(oe+1))}return{tagName:V,tagExp:k,closeIndex:L,attrExpPresent:z,rawTagName:re}}function readStopNodeData(e,t,y){const n=y;let $=1;for(;y<e.length;y++)if(e[y]==="<")if(e[y+1]==="/"){const k=findClosingIndex(e,">",y,`${t} is not closed`);if(e.substring(y+2,k).trim()===t&&($--,$===0))return{tagContent:e.substring(n,y),i:k};y=k}else if(e[y+1]==="?")y=findClosingIndex(e,"?>",y+1,"StopNode is not closed.");else if(e.substr(y+1,3)==="!--")y=findClosingIndex(e,"-->",y+3,"StopNode is not closed.");else if(e.substr(y+1,2)==="![")y=findClosingIndex(e,"]]>",y,"StopNode is not closed.")-2;else{const k=readTagExp(e,y,">");k&&((k&&k.tagName)===t&&k.tagExp[k.tagExp.length-1]!=="/"&&$++,y=k.closeIndex)}}function parseValue(e,t,y){if(t&&typeof e=="string"){const n=e.trim();return n==="true"?!0:n==="false"?!1:toNumber(e,y)}else return util$1.isExist(e)?e:""}var OrderedObjParser_1=OrderedObjParser$1,node2json={};function prettify$1(e,t){return compress(e,t)}function compress(e,t,y){let n;const $={};for(let k=0;k<e.length;k++){const L=e[k],j=propName$1(L);let V="";if(y===void 0?V=j:V=y+"."+j,j===t.textNodeName)n===void 0?n=L[j]:n+=""+L[j];else{if(j===void 0)continue;if(L[j]){let z=compress(L[j],t,V);const re=isLeafTag(z,t);L[":@"]?assignAttributes(z,L[":@"],V,t):Object.keys(z).length===1&&z[t.textNodeName]!==void 0&&!t.alwaysCreateTextNode?z=z[t.textNodeName]:Object.keys(z).length===0&&(t.alwaysCreateTextNode?z[t.textNodeName]="":z=""),$[j]!==void 0&&$.hasOwnProperty(j)?(Array.isArray($[j])||($[j]=[$[j]]),$[j].push(z)):t.isArray(j,V,re)?$[j]=[z]:$[j]=z}}}return typeof n=="string"?n.length>0&&($[t.textNodeName]=n):n!==void 0&&($[t.textNodeName]=n),$}function propName$1(e){const t=Object.keys(e);for(let y=0;y<t.length;y++){const n=t[y];if(n!==":@")return n}}function assignAttributes(e,t,y,n){if(t){const $=Object.keys(t),k=$.length;for(let L=0;L<k;L++){const j=$[L];n.isArray(j,y+"."+j,!0,!0)?e[j]=[t[j]]:e[j]=t[j]}}}function isLeafTag(e,t){const{textNodeName:y}=t,n=Object.keys(e).length;return!!(n===0||n===1&&(e[y]||typeof e[y]=="boolean"||e[y]===0))}node2json.prettify=prettify$1;const{buildOptions}=OptionsBuilder,OrderedObjParser=OrderedObjParser_1,{prettify}=node2json,validator$2=validator$3;let XMLParser$3=class{constructor(t){this.externalEntities={},this.options=buildOptions(t)}parse(t,y){if(typeof t!="string")if(t.toString)t=t.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(y){y===!0&&(y={});const k=validator$2.validate(t,y);if(k!==!0)throw Error(`${k.err.msg}:${k.err.line}:${k.err.col}`)}const n=new OrderedObjParser(this.options);n.addExternalEntities(this.externalEntities);const $=n.parseXml(t);return this.options.preserveOrder||$===void 0?$:prettify($,this.options)}addEntity(t,y){if(y.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(t.indexOf("&")!==-1||t.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");if(y==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[t]=y}};var XMLParser_1=XMLParser$3;const EOL=`
`;function toXml(e,t){let y="";return t.format&&t.indentBy.length>0&&(y=EOL),arrToStr(e,t,"",y)}function arrToStr(e,t,y,n){let $="",k=!1;for(let L=0;L<e.length;L++){const j=e[L],V=propName(j);if(V===void 0)continue;let z="";if(y.length===0?z=V:z=`${y}.${V}`,V===t.textNodeName){let _e=j[V];isStopNode(z,t)||(_e=t.tagValueProcessor(V,_e),_e=replaceEntitiesValue(_e,t)),k&&($+=n),$+=_e,k=!1;continue}else if(V===t.cdataPropName){k&&($+=n),$+=`<![CDATA[${j[V][0][t.textNodeName]}]]>`,k=!1;continue}else if(V===t.commentPropName){$+=n+`<!--${j[V][0][t.textNodeName]}-->`,k=!0;continue}else if(V[0]==="?"){const _e=attr_to_str(j[":@"],t),Ne=V==="?xml"?"":n;let Ue=j[V][0][t.textNodeName];Ue=Ue.length!==0?" "+Ue:"",$+=Ne+`<${V}${Ue}${_e}?>`,k=!0;continue}let re=n;re!==""&&(re+=t.indentBy);const oe=attr_to_str(j[":@"],t),ue=n+`<${V}${oe}`,de=arrToStr(j[V],t,z,re);t.unpairedTags.indexOf(V)!==-1?t.suppressUnpairedNode?$+=ue+">":$+=ue+"/>":(!de||de.length===0)&&t.suppressEmptyNode?$+=ue+"/>":de&&de.endsWith(">")?$+=ue+`>${de}${n}</${V}>`:($+=ue+">",de&&n!==""&&(de.includes("/>")||de.includes("</"))?$+=n+t.indentBy+de+n:$+=de,$+=`</${V}>`),k=!0}return $}function propName(e){const t=Object.keys(e);for(let y=0;y<t.length;y++){const n=t[y];if(e.hasOwnProperty(n)&&n!==":@")return n}}function attr_to_str(e,t){let y="";if(e&&!t.ignoreAttributes)for(let n in e){if(!e.hasOwnProperty(n))continue;let $=t.attributeValueProcessor(n,e[n]);$=replaceEntitiesValue($,t),$===!0&&t.suppressBooleanAttributes?y+=` ${n.substr(t.attributeNamePrefix.length)}`:y+=` ${n.substr(t.attributeNamePrefix.length)}="${$}"`}return y}function isStopNode(e,t){e=e.substr(0,e.length-t.textNodeName.length-1);let y=e.substr(e.lastIndexOf(".")+1);for(let n in t.stopNodes)if(t.stopNodes[n]===e||t.stopNodes[n]==="*."+y)return!0;return!1}function replaceEntitiesValue(e,t){if(e&&e.length>0&&t.processEntities)for(let y=0;y<t.entities.length;y++){const n=t.entities[y];e=e.replace(n.regex,n.val)}return e}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(e,t){return t},attributeValueProcessor:function(e,t){return t},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(e){this.options=Object.assign({},defaultOptions,e),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(e){return this.options.preserveOrder?buildFromOrderedJs(e,this.options):(Array.isArray(e)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(e={[this.options.arrayNodeName]:e}),this.j2x(e,0).val)};Builder.prototype.j2x=function(e,t){let y="",n="";for(let $ in e)if(Object.prototype.hasOwnProperty.call(e,$))if(typeof e[$]>"u")this.isAttribute($)&&(n+="");else if(e[$]===null)this.isAttribute($)?n+="":$[0]==="?"?n+=this.indentate(t)+"<"+$+"?"+this.tagEndChar:n+=this.indentate(t)+"<"+$+"/"+this.tagEndChar;else if(e[$]instanceof Date)n+=this.buildTextValNode(e[$],$,"",t);else if(typeof e[$]!="object"){const k=this.isAttribute($);if(k)y+=this.buildAttrPairStr(k,""+e[$]);else if($===this.options.textNodeName){let L=this.options.tagValueProcessor($,""+e[$]);n+=this.replaceEntitiesValue(L)}else n+=this.buildTextValNode(e[$],$,"",t)}else if(Array.isArray(e[$])){const k=e[$].length;let L="",j="";for(let V=0;V<k;V++){const z=e[$][V];if(!(typeof z>"u"))if(z===null)$[0]==="?"?n+=this.indentate(t)+"<"+$+"?"+this.tagEndChar:n+=this.indentate(t)+"<"+$+"/"+this.tagEndChar;else if(typeof z=="object")if(this.options.oneListGroup){const re=this.j2x(z,t+1);L+=re.val,this.options.attributesGroupName&&z.hasOwnProperty(this.options.attributesGroupName)&&(j+=re.attrStr)}else L+=this.processTextOrObjNode(z,$,t);else if(this.options.oneListGroup){let re=this.options.tagValueProcessor($,z);re=this.replaceEntitiesValue(re),L+=re}else L+=this.buildTextValNode(z,$,"",t)}this.options.oneListGroup&&(L=this.buildObjectNode(L,$,j,t)),n+=L}else if(this.options.attributesGroupName&&$===this.options.attributesGroupName){const k=Object.keys(e[$]),L=k.length;for(let j=0;j<L;j++)y+=this.buildAttrPairStr(k[j],""+e[$][k[j]])}else n+=this.processTextOrObjNode(e[$],$,t);return{attrStr:y,val:n}};Builder.prototype.buildAttrPairStr=function(e,t){return t=this.options.attributeValueProcessor(e,""+t),t=this.replaceEntitiesValue(t),this.options.suppressBooleanAttributes&&t==="true"?" "+e:" "+e+'="'+t+'"'};function processTextOrObjNode(e,t,y){const n=this.j2x(e,y+1);return e[this.options.textNodeName]!==void 0&&Object.keys(e).length===1?this.buildTextValNode(e[this.options.textNodeName],t,n.attrStr,y):this.buildObjectNode(n.val,t,n.attrStr,y)}Builder.prototype.buildObjectNode=function(e,t,y,n){if(e==="")return t[0]==="?"?this.indentate(n)+"<"+t+y+"?"+this.tagEndChar:this.indentate(n)+"<"+t+y+this.closeTag(t)+this.tagEndChar;{let $="</"+t+this.tagEndChar,k="";return t[0]==="?"&&(k="?",$=""),(y||y==="")&&e.indexOf("<")===-1?this.indentate(n)+"<"+t+y+k+">"+e+$:this.options.commentPropName!==!1&&t===this.options.commentPropName&&k.length===0?this.indentate(n)+`<!--${e}-->`+this.newLine:this.indentate(n)+"<"+t+y+k+this.tagEndChar+e+this.indentate(n)+$}};Builder.prototype.closeTag=function(e){let t="";return this.options.unpairedTags.indexOf(e)!==-1?this.options.suppressUnpairedNode||(t="/"):this.options.suppressEmptyNode?t="/":t=`></${e}`,t};Builder.prototype.buildTextValNode=function(e,t,y,n){if(this.options.cdataPropName!==!1&&t===this.options.cdataPropName)return this.indentate(n)+`<![CDATA[${e}]]>`+this.newLine;if(this.options.commentPropName!==!1&&t===this.options.commentPropName)return this.indentate(n)+`<!--${e}-->`+this.newLine;if(t[0]==="?")return this.indentate(n)+"<"+t+y+"?"+this.tagEndChar;{let $=this.options.tagValueProcessor(t,e);return $=this.replaceEntitiesValue($),$===""?this.indentate(n)+"<"+t+y+this.closeTag(t)+this.tagEndChar:this.indentate(n)+"<"+t+y+">"+$+"</"+t+this.tagEndChar}};Builder.prototype.replaceEntitiesValue=function(e){if(e&&e.length>0&&this.options.processEntities)for(let t=0;t<this.options.entities.length;t++){const y=this.options.entities[t];e=e.replace(y.regex,y.val)}return e};function indentate(e){return this.options.indentBy.repeat(e)}function isAttribute(e){return e.startsWith(this.options.attributeNamePrefix)&&e!==this.options.textNodeName?e.substr(this.attrPrefixLen):!1}var json2xml=Builder;const validator$1=validator$3,XMLParser$2=XMLParser_1,XMLBuilder=json2xml;var fxp$2={XMLParser:XMLParser$2,XMLValidator:validator$1,XMLBuilder},ipaddr$1={exports:{}};(function(e){(function(t){const y="(0?\\d+|0x[a-f0-9]+)",n={fourOctet:new RegExp(`^${y}\\.${y}\\.${y}\\.${y}$`,"i"),threeOctet:new RegExp(`^${y}\\.${y}\\.${y}$`,"i"),twoOctet:new RegExp(`^${y}\\.${y}$`,"i"),longValue:new RegExp(`^${y}$`,"i")},$=new RegExp("^0[0-7]+$","i"),k=new RegExp("^0x[a-f0-9]+$","i"),L="%[0-9a-z]{1,}",j="(?:[0-9a-f]+::?)+",V={zoneIndex:new RegExp(L,"i"),native:new RegExp(`^(::)?(${j})?([0-9a-f]+)?(::)?(${L})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${y}\\.${y}\\.${y}\\.${y}(${L})?)$`,"i"),transitional:new RegExp(`^((?:${j})|(?:::)(?:${j})?)${y}\\.${y}\\.${y}\\.${y}(${L})?$`,"i")};function z(_e,Ne){if(_e.indexOf("::")!==_e.lastIndexOf("::"))return null;let Ue=0,$e=-1,Ve=(_e.match(V.zoneIndex)||[])[0],Fe,qe;for(Ve&&(Ve=Ve.substring(1),_e=_e.replace(/%.+$/,""));($e=_e.indexOf(":",$e+1))>=0;)Ue++;if(_e.substr(0,2)==="::"&&Ue--,_e.substr(-2,2)==="::"&&Ue--,Ue>Ne)return null;for(qe=Ne-Ue,Fe=":";qe--;)Fe+="0:";return _e=_e.replace("::",Fe),_e[0]===":"&&(_e=_e.slice(1)),_e[_e.length-1]===":"&&(_e=_e.slice(0,-1)),Ne=function(){const er=_e.split(":"),ir=[];for(let dr=0;dr<er.length;dr++)ir.push(parseInt(er[dr],16));return ir}(),{parts:Ne,zoneId:Ve}}function re(_e,Ne,Ue,$e){if(_e.length!==Ne.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let Ve=0,Fe;for(;$e>0;){if(Fe=Ue-$e,Fe<0&&(Fe=0),_e[Ve]>>Fe!==Ne[Ve]>>Fe)return!1;$e-=Ue,Ve+=1}return!0}function oe(_e){if(k.test(_e))return parseInt(_e,16);if(_e[0]==="0"&&!isNaN(parseInt(_e[1],10))){if($.test(_e))return parseInt(_e,8);throw new Error(`ipaddr: cannot parse ${_e} as octal`)}return parseInt(_e,10)}function ue(_e,Ne){for(;_e.length<Ne;)_e=`0${_e}`;return _e}const de={};de.IPv4=function(){function _e(Ne){if(Ne.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let Ue,$e;for(Ue=0;Ue<Ne.length;Ue++)if($e=Ne[Ue],!(0<=$e&&$e<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=Ne}return _e.prototype.SpecialRanges={unspecified:[[new _e([0,0,0,0]),8]],broadcast:[[new _e([255,255,255,255]),32]],multicast:[[new _e([224,0,0,0]),4]],linkLocal:[[new _e([169,254,0,0]),16]],loopback:[[new _e([127,0,0,0]),8]],carrierGradeNat:[[new _e([100,64,0,0]),10]],private:[[new _e([10,0,0,0]),8],[new _e([172,16,0,0]),12],[new _e([192,168,0,0]),16]],reserved:[[new _e([192,0,0,0]),24],[new _e([192,0,2,0]),24],[new _e([192,88,99,0]),24],[new _e([198,18,0,0]),15],[new _e([198,51,100,0]),24],[new _e([203,0,113,0]),24],[new _e([240,0,0,0]),4]],as112:[[new _e([192,175,48,0]),24],[new _e([192,31,196,0]),24]],amt:[[new _e([192,52,193,0]),24]]},_e.prototype.kind=function(){return"ipv4"},_e.prototype.match=function(Ne,Ue){let $e;if(Ue===void 0&&($e=Ne,Ne=$e[0],Ue=$e[1]),Ne.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return re(this.octets,Ne.octets,8,Ue)},_e.prototype.prefixLengthFromSubnetMask=function(){let Ne=0,Ue=!1;const $e={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let Ve,Fe,qe;for(Ve=3;Ve>=0;Ve-=1)if(Fe=this.octets[Ve],Fe in $e){if(qe=$e[Fe],Ue&&qe!==0)return null;qe!==8&&(Ue=!0),Ne+=qe}else return null;return 32-Ne},_e.prototype.range=function(){return de.subnetMatch(this,this.SpecialRanges)},_e.prototype.toByteArray=function(){return this.octets.slice(0)},_e.prototype.toIPv4MappedAddress=function(){return de.IPv6.parse(`::ffff:${this.toString()}`)},_e.prototype.toNormalizedString=function(){return this.toString()},_e.prototype.toString=function(){return this.octets.join(".")},_e}(),de.IPv4.broadcastAddressFromCIDR=function(_e){try{const Ne=this.parseCIDR(_e),Ue=Ne[0].toByteArray(),$e=this.subnetMaskFromPrefixLength(Ne[1]).toByteArray(),Ve=[];let Fe=0;for(;Fe<4;)Ve.push(parseInt(Ue[Fe],10)|parseInt($e[Fe],10)^255),Fe++;return new this(Ve)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},de.IPv4.isIPv4=function(_e){return this.parser(_e)!==null},de.IPv4.isValid=function(_e){try{return new this(this.parser(_e)),!0}catch{return!1}},de.IPv4.isValidCIDR=function(_e){try{return this.parseCIDR(_e),!0}catch{return!1}},de.IPv4.isValidFourPartDecimal=function(_e){return!!(de.IPv4.isValid(_e)&&_e.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},de.IPv4.networkAddressFromCIDR=function(_e){let Ne,Ue,$e,Ve,Fe;try{for(Ne=this.parseCIDR(_e),$e=Ne[0].toByteArray(),Fe=this.subnetMaskFromPrefixLength(Ne[1]).toByteArray(),Ve=[],Ue=0;Ue<4;)Ve.push(parseInt($e[Ue],10)&parseInt(Fe[Ue],10)),Ue++;return new this(Ve)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},de.IPv4.parse=function(_e){const Ne=this.parser(_e);if(Ne===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(Ne)},de.IPv4.parseCIDR=function(_e){let Ne;if(Ne=_e.match(/^(.+)\/(\d+)$/)){const Ue=parseInt(Ne[2]);if(Ue>=0&&Ue<=32){const $e=[this.parse(Ne[1]),Ue];return Object.defineProperty($e,"toString",{value:function(){return this.join("/")}}),$e}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},de.IPv4.parser=function(_e){let Ne,Ue,$e;if(Ne=_e.match(n.fourOctet))return function(){const Ve=Ne.slice(1,6),Fe=[];for(let qe=0;qe<Ve.length;qe++)Ue=Ve[qe],Fe.push(oe(Ue));return Fe}();if(Ne=_e.match(n.longValue)){if($e=oe(Ne[1]),$e>4294967295||$e<0)throw new Error("ipaddr: address outside defined range");return function(){const Ve=[];let Fe;for(Fe=0;Fe<=24;Fe+=8)Ve.push($e>>Fe&255);return Ve}().reverse()}else return(Ne=_e.match(n.twoOctet))?function(){const Ve=Ne.slice(1,4),Fe=[];if($e=oe(Ve[1]),$e>16777215||$e<0)throw new Error("ipaddr: address outside defined range");return Fe.push(oe(Ve[0])),Fe.push($e>>16&255),Fe.push($e>>8&255),Fe.push($e&255),Fe}():(Ne=_e.match(n.threeOctet))?function(){const Ve=Ne.slice(1,5),Fe=[];if($e=oe(Ve[2]),$e>65535||$e<0)throw new Error("ipaddr: address outside defined range");return Fe.push(oe(Ve[0])),Fe.push(oe(Ve[1])),Fe.push($e>>8&255),Fe.push($e&255),Fe}():null},de.IPv4.subnetMaskFromPrefixLength=function(_e){if(_e=parseInt(_e),_e<0||_e>32)throw new Error("ipaddr: invalid IPv4 prefix length");const Ne=[0,0,0,0];let Ue=0;const $e=Math.floor(_e/8);for(;Ue<$e;)Ne[Ue]=255,Ue++;return $e<4&&(Ne[$e]=Math.pow(2,_e%8)-1<<8-_e%8),new this(Ne)},de.IPv6=function(){function _e(Ne,Ue){let $e,Ve;if(Ne.length===16)for(this.parts=[],$e=0;$e<=14;$e+=2)this.parts.push(Ne[$e]<<8|Ne[$e+1]);else if(Ne.length===8)this.parts=Ne;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for($e=0;$e<this.parts.length;$e++)if(Ve=this.parts[$e],!(0<=Ve&&Ve<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");Ue&&(this.zoneId=Ue)}return _e.prototype.SpecialRanges={unspecified:[new _e([0,0,0,0,0,0,0,0]),128],linkLocal:[new _e([65152,0,0,0,0,0,0,0]),10],multicast:[new _e([65280,0,0,0,0,0,0,0]),8],loopback:[new _e([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new _e([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new _e([0,0,0,0,0,65535,0,0]),96],discard:[new _e([256,0,0,0,0,0,0,0]),64],rfc6145:[new _e([0,0,0,0,65535,0,0,0]),96],rfc6052:[new _e([100,65435,0,0,0,0,0,0]),96],"6to4":[new _e([8194,0,0,0,0,0,0,0]),16],teredo:[new _e([8193,0,0,0,0,0,0,0]),32],benchmarking:[new _e([8193,2,0,0,0,0,0,0]),48],amt:[new _e([8193,3,0,0,0,0,0,0]),32],as112v6:[[new _e([8193,4,274,0,0,0,0,0]),48],[new _e([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new _e([8193,16,0,0,0,0,0,0]),28],orchid2:[new _e([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new _e([8193,48,0,0,0,0,0,0]),28],reserved:[[new _e([8193,0,0,0,0,0,0,0]),23],[new _e([8193,3512,0,0,0,0,0,0]),32]]},_e.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},_e.prototype.kind=function(){return"ipv6"},_e.prototype.match=function(Ne,Ue){let $e;if(Ue===void 0&&($e=Ne,Ne=$e[0],Ue=$e[1]),Ne.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return re(this.parts,Ne.parts,16,Ue)},_e.prototype.prefixLengthFromSubnetMask=function(){let Ne=0,Ue=!1;const $e={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 Ve,Fe;for(let qe=7;qe>=0;qe-=1)if(Ve=this.parts[qe],Ve in $e){if(Fe=$e[Ve],Ue&&Fe!==0)return null;Fe!==16&&(Ue=!0),Ne+=Fe}else return null;return 128-Ne},_e.prototype.range=function(){return de.subnetMatch(this,this.SpecialRanges)},_e.prototype.toByteArray=function(){let Ne;const Ue=[],$e=this.parts;for(let Ve=0;Ve<$e.length;Ve++)Ne=$e[Ve],Ue.push(Ne>>8),Ue.push(Ne&255);return Ue},_e.prototype.toFixedLengthString=function(){const Ne=(function(){const $e=[];for(let Ve=0;Ve<this.parts.length;Ve++)$e.push(ue(this.parts[Ve].toString(16),4));return $e}).call(this).join(":");let Ue="";return this.zoneId&&(Ue=`%${this.zoneId}`),Ne+Ue},_e.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const Ne=this.parts.slice(-2),Ue=Ne[0],$e=Ne[1];return new de.IPv4([Ue>>8,Ue&255,$e>>8,$e&255])},_e.prototype.toNormalizedString=function(){const Ne=(function(){const $e=[];for(let Ve=0;Ve<this.parts.length;Ve++)$e.push(this.parts[Ve].toString(16));return $e}).call(this).join(":");let Ue="";return this.zoneId&&(Ue=`%${this.zoneId}`),Ne+Ue},_e.prototype.toRFC5952String=function(){const Ne=/((^|:)(0(:|$)){2,})/g,Ue=this.toNormalizedString();let $e=0,Ve=-1,Fe;for(;Fe=Ne.exec(Ue);)Fe[0].length>Ve&&($e=Fe.index,Ve=Fe[0].length);return Ve<0?Ue:`${Ue.substring(0,$e)}::${Ue.substring($e+Ve)}`},_e.prototype.toString=function(){return this.toRFC5952String()},_e}(),de.IPv6.broadcastAddressFromCIDR=function(_e){try{const Ne=this.parseCIDR(_e),Ue=Ne[0].toByteArray(),$e=this.subnetMaskFromPrefixLength(Ne[1]).toByteArray(),Ve=[];let Fe=0;for(;Fe<16;)Ve.push(parseInt(Ue[Fe],10)|parseInt($e[Fe],10)^255),Fe++;return new this(Ve)}catch(Ne){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${Ne})`)}},de.IPv6.isIPv6=function(_e){return this.parser(_e)!==null},de.IPv6.isValid=function(_e){if(typeof _e=="string"&&_e.indexOf(":")===-1)return!1;try{const Ne=this.parser(_e);return new this(Ne.parts,Ne.zoneId),!0}catch{return!1}},de.IPv6.isValidCIDR=function(_e){if(typeof _e=="string"&&_e.indexOf(":")===-1)return!1;try{return this.parseCIDR(_e),!0}catch{return!1}},de.IPv6.networkAddressFromCIDR=function(_e){let Ne,Ue,$e,Ve,Fe;try{for(Ne=this.parseCIDR(_e),$e=Ne[0].toByteArray(),Fe=this.subnetMaskFromPrefixLength(Ne[1]).toByteArray(),Ve=[],Ue=0;Ue<16;)Ve.push(parseInt($e[Ue],10)&parseInt(Fe[Ue],10)),Ue++;return new this(Ve)}catch(qe){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${qe})`)}},de.IPv6.parse=function(_e){const Ne=this.parser(_e);if(Ne.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(Ne.parts,Ne.zoneId)},de.IPv6.parseCIDR=function(_e){let Ne,Ue,$e;if((Ue=_e.match(/^(.+)\/(\d+)$/))&&(Ne=parseInt(Ue[2]),Ne>=0&&Ne<=128))return $e=[this.parse(Ue[1]),Ne],Object.defineProperty($e,"toString",{value:function(){return this.join("/")}}),$e;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},de.IPv6.parser=function(_e){let Ne,Ue,$e,Ve,Fe,qe;if($e=_e.match(V.deprecatedTransitional))return this.parser(`::ffff:${$e[1]}`);if(V.native.test(_e))return z(_e,8);if(($e=_e.match(V.transitional))&&(qe=$e[6]||"",Ne=$e[1],$e[1].endsWith("::")||(Ne=Ne.slice(0,-1)),Ne=z(Ne+qe,6),Ne.parts)){for(Fe=[parseInt($e[2]),parseInt($e[3]),parseInt($e[4]),parseInt($e[5])],Ue=0;Ue<Fe.length;Ue++)if(Ve=Fe[Ue],!(0<=Ve&&Ve<=255))return null;return Ne.parts.push(Fe[0]<<8|Fe[1]),Ne.parts.push(Fe[2]<<8|Fe[3]),{parts:Ne.parts,zoneId:Ne.zoneId}}return null},de.IPv6.subnetMaskFromPrefixLength=function(_e){if(_e=parseInt(_e),_e<0||_e>128)throw new Error("ipaddr: invalid IPv6 prefix length");const Ne=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let Ue=0;const $e=Math.floor(_e/8);for(;Ue<$e;)Ne[Ue]=255,Ue++;return $e<16&&(Ne[$e]=Math.pow(2,_e%8)-1<<8-_e%8),new this(Ne)},de.fromByteArray=function(_e){const Ne=_e.length;if(Ne===4)return new de.IPv4(_e);if(Ne===16)return new de.IPv6(_e);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},de.isValid=function(_e){return de.IPv6.isValid(_e)||de.IPv4.isValid(_e)},de.isValidCIDR=function(_e){return de.IPv6.isValidCIDR(_e)||de.IPv4.isValidCIDR(_e)},de.parse=function(_e){if(de.IPv6.isValid(_e))return de.IPv6.parse(_e);if(de.IPv4.isValid(_e))return de.IPv4.parse(_e);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},de.parseCIDR=function(_e){try{return de.IPv6.parseCIDR(_e)}catch{try{return de.IPv4.parseCIDR(_e)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},de.process=function(_e){const Ne=this.parse(_e);return Ne.kind()==="ipv6"&&Ne.isIPv4MappedAddress()?Ne.toIPv4Address():Ne},de.subnetMatch=function(_e,Ne,Ue){let $e,Ve,Fe,qe;Ue==null&&(Ue="unicast");for(Ve in Ne)if(Object.prototype.hasOwnProperty.call(Ne,Ve)){for(Fe=Ne[Ve],Fe[0]&&!(Fe[0]instanceof Array)&&(Fe=[Fe]),$e=0;$e<Fe.length;$e++)if(qe=Fe[$e],_e.kind()===qe[0].kind()&&_e.match.apply(_e,qe))return Ve}return Ue},e.exports?e.exports=de:t.ipaddr=de})(commonjsGlobal)})(ipaddr$1);var ipaddrExports=ipaddr$1.exports;Object.defineProperty(helpers,"__esModule",{value:!0});helpers.SelectResults=helpers.RETENTION_VALIDITY_UNITS=helpers.RETENTION_MODES=helpers.PART_CONSTRAINTS=helpers.LEGAL_HOLD_STATUS=helpers.ENCRYPTION_TYPES=helpers.DEFAULT_REGION=helpers.CopySourceOptions=helpers.CopyDestinationOptions=void 0;helpers.calculateEvenSplits=calculateEvenSplits;helpers.extractMetadata=extractMetadata;helpers.getScope=getScope;helpers.getSourceVersionId=getSourceVersionId;helpers.getVersionId=getVersionId;helpers.insertContentType=insertContentType;helpers.isAmazonEndpoint=isAmazonEndpoint;helpers.isAmzHeader=isAmzHeader;helpers.isArray=isArray$1;helpers.isBoolean=isBoolean$1;helpers.isFunction=isFunction$1;helpers.isNumber=isNumber$2;helpers.isObject=isObject$1;helpers.isReadableStream=isReadableStream$1;helpers.isStorageclassHeader=isStorageclassHeader;helpers.isString=isString$1;helpers.isSupportedHeader=isSupportedHeader;helpers.isValidBucketName=isValidBucketName;helpers.isValidDate=isValidDate;helpers.isValidDomain=isValidDomain;helpers.isValidEndpoint=isValidEndpoint;helpers.isValidIP=isValidIP;helpers.isValidObjectName=isValidObjectName;helpers.isValidPort=isValidPort;helpers.isValidPrefix=isValidPrefix;helpers.isVirtualHostStyle=isVirtualHostStyle;helpers.makeDateLong=makeDateLong;helpers.makeDateShort=makeDateShort;helpers.partsRequired=helpers.parseXml=void 0;helpers.pipesetup=pipesetup;helpers.prependXAMZMeta=prependXAMZMeta;helpers.probeContentType=probeContentType;helpers.promisify=promisify;helpers.readableStream=readableStream;helpers.removeDirAndFiles=removeDirAndFiles;helpers.sanitizeETag=sanitizeETag;helpers.toSha256=helpers.toMd5=helpers.toArray=helpers.sanitizeObjectKey=void 0;helpers.uriEscape=uriEscape;helpers.uriResourceEscape=uriResourceEscape;var _stream$2=_interopRequireDefault$6(streamBrowserify),_mimeTypes=_interopRequireDefault$6(mimeTypes$1),_browserOrNode=lib,_lodash$2=_interopRequireDefault$6(lodashExports),errors$4=_interopRequireWildcard$6(errors$5),_queryString=_interopRequireDefault$6(queryString);function _getRequireWildcardCache$6(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$6=function(n){return n?y:t})(e)}function _interopRequireWildcard$6(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$6(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$6(e){return e&&e.__esModule?e:{default:e}}var Crypto=cryptoBrowserify;const{XMLParser:XMLParser$1}=fxp$2,fxp$1=new XMLParser$1,ipaddr=ipaddrExports,fs=require$$0$3,path=pathBrowserify;function promisify(e){return function(){if(typeof arguments[arguments.length-1]=="function")return e.apply(this,arguments);let y=[...arguments];return new Promise((n,$)=>{y.push((k,L)=>{if(k)return $(k);n(L)}),e.apply(this,y)})}}function uriEscape(e){return e.split("").reduce((t,y)=>{let n=Buffer$F.from(y);if(n.length===1&&("A"<=y&&y<="Z"||"a"<=y&&y<="z"||"0"<=y&&y<="9"||y==="_"||y==="."||y==="~"||y==="-"))return t=t+y,t;for(var $=0;$<n.length;$++)t=t+"%"+n[$].toString(16).toUpperCase();return t},"")}function uriResourceEscape(e){return uriEscape(e).replace(/%2F/g,"/")}function getScope(e,t,y="s3"){return`${makeDateShort(t)}/${e}/${y}/aws4_request`}function isAmazonEndpoint(e){return e==="s3.amazonaws.com"||e==="s3.cn-north-1.amazonaws.com.cn"}function isVirtualHostStyle(e,t,y,n){return t==="https:"&&y.indexOf(".")>-1?!1:isAmazonEndpoint(e)||!n}function isValidIP(e){return ipaddr.isValid(e)}function isValidEndpoint(e){return isValidDomain(e)||isValidIP(e)}function isValidDomain(e){if(!isString$1(e)||e.length===0||e.length>255||e[0]==="-"||e.slice(-1)==="-"||e[0]==="_"||e.slice(-1)==="_"||e[0]===".")return!1;var t="`~!@#$%^&*()+={}[]|\\\"';:><?/".split("");for(var y in t)if(e.indexOf(t[y])>-1)return!1;return!0}function probeContentType(e){let t=_mimeTypes.default.lookup(e);return t||(t="application/octet-stream"),t}function isValidPort(e){if(!isNumber$2(e)||e<0)return!1;if(e===0)return!0;var t=1,y=65535;return e>=t&&e<=y}function isValidBucketName(e){return!isString$1(e)||e.length<3||e.length>63||e.indexOf("..")>-1||e.match(/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/)?!1:!!e.match(/^[a-z0-9][a-z0-9.-]+[a-z0-9]$/)}function isValidObjectName(e){return!(!isValidPrefix(e)||e.length===0)}function isValidPrefix(e){return!(!isString$1(e)||e.length>1024)}function isNumber$2(e){return typeof e=="number"}function isFunction$1(e){return typeof e=="function"}function isString$1(e){return typeof e=="string"}function isObject$1(e){return typeof e=="object"&&e!==null}function isReadableStream$1(e){return isObject$1(e)&&isFunction$1(e._read)}function isBoolean$1(e){return typeof e=="boolean"}function isArray$1(e){return Array.isArray(e)}function isValidDate(e){return e instanceof Date&&!isNaN(e)}function makeDateLong(e){return e=e||new Date,e=e.toISOString(),e.slice(0,4)+e.slice(5,7)+e.slice(8,13)+e.slice(14,16)+e.slice(17,19)+"Z"}function makeDateShort(e){return e=e||new Date,e=e.toISOString(),e.slice(0,4)+e.slice(5,7)+e.slice(8,10)}function pipesetup(...e){return e.reduce((t,y)=>(t.on("error",n=>y.emit("error",n)),t.pipe(y)))}function readableStream(e){var t=new _stream$2.default.Readable;return t._read=()=>{},t.push(e),t.push(null),t}function insertContentType(e,t){for(var y in e)if(y.toLowerCase()==="content-type")return e;var n=Object.assign({},e);return n["content-type"]=probeContentType(t),n}function prependXAMZMeta(e){var t=Object.assign({},e);for(var y in e)!isAmzHeader(y)&&!isSupportedHeader(y)&&!isStorageclassHeader(y)&&(t["X-Amz-Meta-"+y]=t[y],delete t[y]);return t}function isAmzHeader(e){var t=e.toLowerCase();return t.startsWith("x-amz-meta-")||t==="x-amz-acl"||t.startsWith("x-amz-server-side-encryption-")||t==="x-amz-server-side-encryption"}function isSupportedHeader(e){var t=["content-type","cache-control","content-encoding","content-disposition","content-language","x-amz-website-redirect-location"];return t.indexOf(e.toLowerCase())>-1}function isStorageclassHeader(e){return e.toLowerCase()==="x-amz-storage-class"}function extractMetadata(e){var t={};for(var y in e)(isSupportedHeader(y)||isStorageclassHeader(y)||isAmzHeader(y))&&(y.toLowerCase().startsWith("x-amz-meta-")?t[y.slice(11,y.length)]=e[y]:t[y]=e[y]);return t}function getVersionId(e={}){return e["x-amz-version-id"]||null}function getSourceVersionId(e={}){return e["x-amz-copy-source-version-id"]||null}function sanitizeETag(e=""){var t={'"':"","&quot;":"","&#34;":"","&QUOT;":"","&#x00022":""};return e.replace(/^("|&quot;|&#34;)|("|&quot;|&#34;)$/g,y=>t[y])}const RETENTION_MODES={GOVERNANCE:"GOVERNANCE",COMPLIANCE:"COMPLIANCE"};helpers.RETENTION_MODES=RETENTION_MODES;const RETENTION_VALIDITY_UNITS={DAYS:"Days",YEARS:"Years"};helpers.RETENTION_VALIDITY_UNITS=RETENTION_VALIDITY_UNITS;const LEGAL_HOLD_STATUS={ENABLED:"ON",DISABLED:"OFF"};helpers.LEGAL_HOLD_STATUS=LEGAL_HOLD_STATUS;const objectToBuffer=e=>Buffer$F.from(Buffer$F.from(e)),toMd5=e=>{let t=objectToBuffer(e);return t=_browserOrNode.isBrowser?t.toString():t,Crypto.createHash("md5").update(t).digest().toString("base64")};helpers.toMd5=toMd5;const toSha256=e=>Crypto.createHash("sha256").update(e).digest("hex");helpers.toSha256=toSha256;const toArray$1=e=>Array.isArray(e)?e:[e];helpers.toArray=toArray$1;const sanitizeObjectKey=e=>{let t=(e?e.toString():"").replace(/\+/g," ");return decodeURIComponent(t)};helpers.sanitizeObjectKey=sanitizeObjectKey;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};helpers.PART_CONSTRAINTS=PART_CONSTRAINTS;const ENCRYPTION_TYPES={SSEC:"SSE-C",KMS:"KMS"};helpers.ENCRYPTION_TYPES=ENCRYPTION_TYPES;const GENERIC_SSE_HEADER="X-Amz-Server-Side-Encryption",ENCRYPTION_HEADERS={sseGenericHeader:GENERIC_SSE_HEADER,sseKmsKeyID:GENERIC_SSE_HEADER+"-Aws-Kms-Key-Id"};function getEncryptionHeaders(e){const t=e.type,y={};if(!_lodash$2.default.isEmpty(t)){if(t===ENCRYPTION_TYPES.SSEC)return{[y[ENCRYPTION_HEADERS.sseGenericHeader]]:"AES256"};if(t===ENCRYPTION_TYPES.KMS)return{[ENCRYPTION_HEADERS.sseGenericHeader]:e.SSEAlgorithm,[ENCRYPTION_HEADERS.sseKmsKeyID]:e.KMSMasterKeyID}}return y}class CopySourceOptions{constructor({Bucket:t="",Object:y="",VersionID:n="",MatchETag:$="",NoMatchETag:k="",MatchModifiedSince:L=null,MatchUnmodifiedSince:j=null,MatchRange:V=!1,Start:z=0,End:re=0,Encryption:oe={}}={}){this.Bucket=t,this.Object=y,this.VersionID=n,this.MatchETag=$,this.NoMatchETag=k,this.MatchModifiedSince=L,this.MatchUnmodifiedSince=j,this.MatchRange=V,this.Start=z,this.End=re,this.Encryption=oe}validate(){if(!isValidBucketName(this.Bucket))throw new errors$4.InvalidBucketNameError("Invalid Source bucket name: "+this.Bucket);if(!isValidObjectName(this.Object))throw new errors$4.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 errors$4.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 errors$4.InvalidObjectNameError("MatchRange is specified. But Invalid Start and End values are specified. ");return!0}getHeaders(){let t={};return t["x-amz-copy-source"]=encodeURI(this.Bucket+"/"+this.Object),_lodash$2.default.isEmpty(this.VersionID)||(t["x-amz-copy-source"]=encodeURI(this.Bucket+"/"+this.Object)+"?versionId="+this.VersionID),_lodash$2.default.isEmpty(this.MatchETag)||(t["x-amz-copy-source-if-match"]=this.MatchETag),_lodash$2.default.isEmpty(this.NoMatchETag)||(t["x-amz-copy-source-if-none-match"]=this.NoMatchETag),_lodash$2.default.isEmpty(this.MatchModifiedSince)||(t["x-amz-copy-source-if-modified-since"]=this.MatchModifiedSince),_lodash$2.default.isEmpty(this.MatchUnmodifiedSince)||(t["x-amz-copy-source-if-unmodified-since"]=this.MatchUnmodifiedSince),t}}helpers.CopySourceOptions=CopySourceOptions;class CopyDestinationOptions{constructor({Bucket:t="",Object:y="",Encryption:n=null,UserMetadata:$=null,UserTags:k=null,LegalHold:L=null,RetainUntilDate:j=null,Mode:V=null}){this.Bucket=t,this.Object=y,this.Encryption=n,this.UserMetadata=$,this.UserTags=k,this.LegalHold=L,this.Mode=V,this.RetainUntilDate=j}getHeaders(){const t="REPLACE",y={},n=this.UserTags;if(_lodash$2.default.isEmpty(n)||(y["X-Amz-Tagging-Directive"]=t,y["X-Amz-Tagging"]=isObject$1(n)?_queryString.default.stringify(n):isString$1(n)?n:""),_lodash$2.default.isEmpty(this.Mode)||(y["X-Amz-Object-Lock-Mode"]=this.Mode),_lodash$2.default.isEmpty(this.RetainUntilDate)||(y["X-Amz-Object-Lock-Retain-Until-Date"]=this.RetainUntilDate),_lodash$2.default.isEmpty(this.LegalHold)||(y["X-Amz-Object-Lock-Legal-Hold"]=this.LegalHold),_lodash$2.default.isEmpty(this.UserMetadata)||Object.keys(this.UserMetadata).forEach(k=>{y[`X-Amz-Meta-${k}`]=this.UserMetadata[k]}),!_lodash$2.default.isEmpty(this.Encryption)){const $=getEncryptionHeaders(this.Encryption);Object.keys($).forEach(k=>{y[k]=$[k]})}return y}validate(){if(!isValidBucketName(this.Bucket))throw new errors$4.InvalidBucketNameError("Invalid Destination bucket name: "+this.Bucket);if(!isValidObjectName(this.Object))throw new errors$4.InvalidObjectNameError(`Invalid Destination object name: ${this.Object}`);if(!_lodash$2.default.isEmpty(this.UserMetadata)&&!isObject$1(this.UserMetadata))throw new errors$4.InvalidObjectNameError("Destination UserMetadata should be an object with key value pairs");if(!_lodash$2.default.isEmpty(this.Mode)&&![RETENTION_MODES.GOVERNANCE,RETENTION_MODES.COMPLIANCE].includes(this.Mode))throw new errors$4.InvalidObjectNameError("Invalid Mode specified for destination object it should be one of [GOVERNANCE,COMPLIANCE]");if(!_lodash$2.default.isEmpty(this.Encryption)&&_lodash$2.default.isEmpty(this.Encryption))throw new errors$4.InvalidObjectNameError("Invalid Encryption configuration for destination object ");return!0}}helpers.CopyDestinationOptions=CopyDestinationOptions;const partsRequired=e=>{let t=PART_CONSTRAINTS.MAX_MULTIPART_PUT_OBJECT_SIZE/(PART_CONSTRAINTS.MAX_PARTS_COUNT-1),y=e/t;return e%t>0&&y++,y=Math.trunc(y),y};helpers.partsRequired=partsRequired;let startIndexParts=[],endIndexParts=[];function calculateEvenSplits(e,t){if(e===0)return null;const y=partsRequired(e);startIndexParts=new Array(y),endIndexParts=new Array(y);let n=t.Start;(_lodash$2.default.isEmpty(t.Start)||n===-1)&&(n=0);const $=Math.trunc(e/y),k=e%y;let L=n;for(let j=0;j<y;j++){let V=$;j<k&&V++;const z=L;let re=z+V-1;L=re+1,startIndexParts[j]=z,endIndexParts[j]=re}return{startIndex:startIndexParts,endIndex:endIndexParts,objInfo:t}}function removeDirAndFiles(e,t){t===void 0&&(t=!0);try{var y=fs.readdirSync(e)}catch{return}if(y.length>0)for(var n=0;n<y.length;n++){var $=path.join(e,y[n]);fs.statSync($).isFile()?fs.unlinkSync($):removeDirAndFiles($)}t&&fs.rmdirSync(e)}const parseXml=e=>{let t=null;if(t=fxp$1.parse(e),t.Error)throw t.Error;return t};helpers.parseXml=parseXml;class SelectResults{constructor({records:t,response:y,stats:n,progress:$}){this.records=t,this.response=y,this.stats=n,this.progress=$}setStats(t){this.stats=t}getStats(){return this.stats}setProgress(t){this.progress=t}getProgress(){return this.progress}setResponse(t){this.response=t}getResponse(){return this.response}setRecords(t){this.records=t}getRecords(){return this.records}}helpers.SelectResults=SelectResults;const DEFAULT_REGION="us-east-1";helpers.DEFAULT_REGION=DEFAULT_REGION;var signing={};Object.defineProperty(signing,"__esModule",{value:!0});signing.postPresignSignatureV4=postPresignSignatureV4;signing.presignSignatureV4=presignSignatureV4;signing.signV4=signV4;signing.signV4ByServiceName=signV4ByServiceName;var _crypto$2=_interopRequireDefault$5(require$$2$1),_lodash$1=_interopRequireDefault$5(lodashExports),_helpers$6=helpers,errors$3=_interopRequireWildcard$5(errors$5);function _getRequireWildcardCache$5(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$5=function(n){return n?y:t})(e)}function _interopRequireWildcard$5(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$5(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$5(e){return e&&e.__esModule?e:{default:e}}const signV4Algorithm="AWS4-HMAC-SHA256";function getCanonicalRequest(e,t,y,n,$){if(!(0,_helpers$6.isString)(e))throw new TypeError('method should be of type "string"');if(!(0,_helpers$6.isString)(t))throw new TypeError('path should be of type "string"');if(!(0,_helpers$6.isObject)(y))throw new TypeError('headers should be of type "object"');if(!(0,_helpers$6.isArray)(n))throw new TypeError('signedHeaders should be of type "array"');if(!(0,_helpers$6.isString)($))throw new TypeError('hashedPayload should be of type "string"');const k=n.reduce((z,re)=>{const oe=`${y[re]}`.replace(/ +/g," ");return z.push(`${re.toLowerCase()}:${oe}`),z},[]),L=t.split("?")[0];let j=t.split("?")[1];j||(j=""),j&&(j=j.split("&").sort().map(z=>z.indexOf("=")===-1?z+"=":z).join("&"));const V=[];return V.push(e.toUpperCase()),V.push(L),V.push(j),V.push(k.join(`
`)+`
`),V.push(n.join(";").toLowerCase()),V.push($),V.join(`
`)}function getCredential(e,t,y,n="s3"){if(!(0,_helpers$6.isString)(e))throw new TypeError('accessKey should be of type "string"');if(!(0,_helpers$6.isString)(t))throw new TypeError('region should be of type "string"');if(!(0,_helpers$6.isObject)(y))throw new TypeError('requestDate should be of type "object"');return`${e}/${(0,_helpers$6.getScope)(t,y,n)}`}function getSignedHeaders(e){if(!(0,_helpers$6.isObject)(e))throw new TypeError('request should be of type "object"');const t=["authorization","content-length","content-type","user-agent"];return _lodash$1.default.map(e,(y,n)=>n).filter(y=>t.indexOf(y)===-1).sort()}function getSigningKey(e,t,y,n="s3"){if(!(0,_helpers$6.isObject)(e))throw new TypeError('date should be of type "object"');if(!(0,_helpers$6.isString)(t))throw new TypeError('region should be of type "string"');if(!(0,_helpers$6.isString)(y))throw new TypeError('secretKey should be of type "string"');const $=(0,_helpers$6.makeDateShort)(e);let k=_crypto$2.default.createHmac("sha256","AWS4"+y).update($).digest(),L=_crypto$2.default.createHmac("sha256",k).update(t).digest(),j=_crypto$2.default.createHmac("sha256",L).update(n).digest();return _crypto$2.default.createHmac("sha256",j).update("aws4_request").digest()}function getStringToSign(e,t,y,n="s3"){if(!(0,_helpers$6.isString)(e))throw new TypeError('canonicalRequest should be of type "string"');if(!(0,_helpers$6.isObject)(t))throw new TypeError('requestDate should be of type "object"');if(!(0,_helpers$6.isString)(y))throw new TypeError('region should be of type "string"');const $=_crypto$2.default.createHash("sha256").update(e).digest("hex"),k=(0,_helpers$6.getScope)(y,t,n),L=[];return L.push(signV4Algorithm),L.push((0,_helpers$6.makeDateLong)(t)),L.push(k),L.push($),L.join(`
`)}function postPresignSignatureV4(e,t,y,n){if(!(0,_helpers$6.isString)(e))throw new TypeError('region should be of type "string"');if(!(0,_helpers$6.isObject)(t))throw new TypeError('date should be of type "object"');if(!(0,_helpers$6.isString)(y))throw new TypeError('secretKey should be of type "string"');if(!(0,_helpers$6.isString)(n))throw new TypeError('policyBase64 should be of type "string"');const $=getSigningKey(t,e,y);return _crypto$2.default.createHmac("sha256",$).update(n).digest("hex").toLowerCase()}function signV4(e,t,y,n,$,k="s3"){if(!(0,_helpers$6.isObject)(e))throw new TypeError('request should be of type "object"');if(!(0,_helpers$6.isString)(t))throw new TypeError('accessKey should be of type "string"');if(!(0,_helpers$6.isString)(y))throw new TypeError('secretKey should be of type "string"');if(!(0,_helpers$6.isString)(n))throw new TypeError('region should be of type "string"');if(!t)throw new errors$3.AccessKeyRequiredError("accessKey is required for signing");if(!y)throw new errors$3.SecretKeyRequiredError("secretKey is required for signing");const L=e.headers["x-amz-content-sha256"],j=getSignedHeaders(e.headers),V=getCanonicalRequest(e.method,e.path,e.headers,j,L),z=k||"s3",re=getStringToSign(V,$,n,z),oe=getSigningKey($,n,y,z),ue=getCredential(t,n,$,z),de=_crypto$2.default.createHmac("sha256",oe).update(re).digest("hex").toLowerCase();return`${signV4Algorithm} Credential=${ue}, SignedHeaders=${j.join(";").toLowerCase()}, Signature=${de}`}function signV4ByServiceName(e,t,y,n,$,k="s3"){return signV4(e,t,y,n,$,k)}function presignSignatureV4(e,t,y,n,$,k,L){if(!(0,_helpers$6.isObject)(e))throw new TypeError('request should be of type "object"');if(!(0,_helpers$6.isString)(t))throw new TypeError('accessKey should be of type "string"');if(!(0,_helpers$6.isString)(y))throw new TypeError('secretKey should be of type "string"');if(!(0,_helpers$6.isString)($))throw new TypeError('region should be of type "string"');if(!t)throw new errors$3.AccessKeyRequiredError("accessKey is required for presigning");if(!y)throw new errors$3.SecretKeyRequiredError("secretKey is required for presigning");if(!(0,_helpers$6.isNumber)(L))throw new TypeError('expires should be of type "number"');if(L<1)throw new errors$3.ExpiresParamError("expires param cannot be less than 1 seconds");if(L>604800)throw new errors$3.ExpiresParamError("expires param cannot be greater than 7 days");const j=(0,_helpers$6.makeDateLong)(k),V=getSignedHeaders(e.headers),z=getCredential(t,$,k),re="UNSIGNED-PAYLOAD",oe=[];oe.push(`X-Amz-Algorithm=${signV4Algorithm}`),oe.push(`X-Amz-Credential=${(0,_helpers$6.uriEscape)(z)}`),oe.push(`X-Amz-Date=${j}`),oe.push(`X-Amz-Expires=${L}`),oe.push(`X-Amz-SignedHeaders=${(0,_helpers$6.uriEscape)(V.join(";").toLowerCase())}`),n&&oe.push(`X-Amz-Security-Token=${(0,_helpers$6.uriEscape)(n)}`);const ue=e.path.split("?")[0];let de=e.path.split("?")[1];de?de=de+"&"+oe.join("&"):de=oe.join("&");const _e=ue+"?"+de,Ne=getCanonicalRequest(e.method,_e,e.headers,V,re),Ue=getStringToSign(Ne,k,$),$e=getSigningKey(k,$,y),Ve=_crypto$2.default.createHmac("sha256",$e).update(Ue).digest("hex").toLowerCase();return e.protocol+"//"+e.headers.host+_e+`&X-Amz-Signature=${Ve}`}var objectUploader={},define_process_default$3={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(objectUploader,"__esModule",{value:!0});objectUploader.default=void 0;var _stream$1=streamBrowserify,_crypto$1=_interopRequireDefault$4(require$$2$1),querystring$1=_interopRequireWildcard$4(queryString),_helpers$5=helpers;function _getRequireWildcardCache$4(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$4=function(n){return n?y:t})(e)}function _interopRequireWildcard$4(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$4(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$4(e){return e&&e.__esModule?e:{default:e}}class ObjectUploader extends _stream$1.Transform{constructor(t,y,n,$,k,L){super(),this.emptyStream=!0,this.client=t,this.bucketName=y,this.objectName=n,this.partSize=$,this.metaData=k,this.callback=L,this.partNumber=1,this.oldParts=null,this.etags=[],this.id=null,this.on("error",j=>{L(j)})}_transform(t,y,n){this.emptyStream=!1;let $="PUT",k={"Content-Length":t.length},L="";if(this.client.enableSHA256||(L=_crypto$1.default.createHash("md5").update(t).digest(),k["Content-MD5"]=L.toString("base64")),this.partNumber==1&&t.length<this.partSize){let re={method:$,headers:Object.assign({},this.metaData,k),query:"",bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(re,t,[200],"",!0,(oe,ue)=>{if(oe)return n(oe);let de={etag:(0,_helpers$5.sanitizeETag)(ue.headers.etag),versionId:(0,_helpers$5.getVersionId)(ue.headers)};ue.on("data",()=>{}),define_process_default$3.nextTick(()=>{this.callback(null,de)}),n()});return}if(this.id===null){this.once("ready",()=>{this._transform(t,y,n)}),this.client.findUploadId(this.bucketName,this.objectName,(re,oe)=>{if(re)return this.emit("error",re);if(!oe){this.client.initiateNewMultipartUpload(this.bucketName,this.objectName,this.metaData,(ue,de)=>{if(ue)return n(ue);this.id=de,this.emit("ready")});return}this.id=oe,this.client.listParts(this.bucketName,this.objectName,oe,(ue,de)=>{if(ue)return this.emit("error",ue);de||(de=[]),this.oldParts=de.reduce(function(_e,Ne){return _e[Ne.part]||(_e[Ne.part]=Ne),_e},{}),this.emit("ready")})});return}let j=this.partNumber++;if(this.oldParts){let re=this.oldParts[j];if(L||(L=_crypto$1.default.createHash("md5").update(t).digest()),re&&L.toString("hex")===re.etag){this.etags.push({part:j,etag:re.etag}),n();return}}let V=querystring$1.stringify({partNumber:j,uploadId:this.id}),z={method:$,query:V,headers:k,bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(z,t,[200],"",!0,(re,oe)=>{if(re)return n(re);let ue=oe.headers.etag;ue&&(ue=ue.replace(/^"/,"").replace(/"$/,"")),this.etags.push({part:j,etag:ue}),oe.on("data",()=>{}),n()})}_flush(t){if(this.emptyStream){let y="PUT",n=Object.assign({},this.metaData,{"Content-Length":0}),$={method:y,headers:n,query:"",bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest($,"",[200],"",!0,(k,L)=>{if(k)return t(k);let j={etag:(0,_helpers$5.sanitizeETag)(L.headers.etag),versionId:(0,_helpers$5.getVersionId)(L.headers)};L.on("data",()=>{}),define_process_default$3.nextTick(()=>{this.callback(null,j)}),t()});return}this.id!==null&&this.client.completeMultipartUpload(this.bucketName,this.objectName,this.id,this.etags,(y,n)=>{if(y)return t(y);define_process_default$3.nextTick(()=>{this.callback(null,n)}),t()})}}objectUploader.default=ObjectUploader;var transformers$2={},xmlParsers$1={},Buffer$1=buffer$1.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(e){if(Buffer$1.isBuffer(e))return e;var t=typeof Buffer$1.alloc=="function"&&typeof Buffer$1.from=="function";if(typeof e=="number")return t?Buffer$1.alloc(e):new Buffer$1(e);if(typeof e=="string")return t?Buffer$1.from(e):new Buffer$1(e);throw new Error("input must be buffer, number, or string, received "+typeof e)}function bufferizeInt(e){var t=ensureBuffer(4);return t.writeInt32BE(e,0),t}function _crc32(e,t){e=ensureBuffer(e),Buffer$1.isBuffer(t)&&(t=t.readUInt32BE(0));for(var y=~~t^-1,n=0;n<e.length;n++)y=CRC_TABLE[(y^e[n])&255]^y>>>8;return y^-1}function crc32$1(){return bufferizeInt(_crc32.apply(null,arguments))}crc32$1.signed=function(){return _crc32.apply(null,arguments)};crc32$1.unsigned=function(){return _crc32.apply(null,arguments)>>>0};var bufferCrc32=crc32$1;Object.defineProperty(xmlParsers$1,"__esModule",{value:!0});xmlParsers$1.parseBucketEncryptionConfig=parseBucketEncryptionConfig;xmlParsers$1.parseBucketNotification=parseBucketNotification;xmlParsers$1.parseBucketRegion=parseBucketRegion;xmlParsers$1.parseBucketVersioningConfig=parseBucketVersioningConfig;xmlParsers$1.parseCompleteMultipart=parseCompleteMultipart;xmlParsers$1.parseCopyObject=parseCopyObject;xmlParsers$1.parseError=parseError;xmlParsers$1.parseInitiateMultipart=parseInitiateMultipart;xmlParsers$1.parseLifecycleConfig=parseLifecycleConfig;xmlParsers$1.parseListBucket=parseListBucket;xmlParsers$1.parseListMultipart=parseListMultipart;xmlParsers$1.parseListObjects=parseListObjects;xmlParsers$1.parseListObjectsV2=parseListObjectsV2;xmlParsers$1.parseListObjectsV2WithMetadata=parseListObjectsV2WithMetadata;xmlParsers$1.parseListParts=parseListParts;xmlParsers$1.parseObjectLegalHoldConfig=parseObjectLegalHoldConfig;xmlParsers$1.parseObjectLockConfig=parseObjectLockConfig;xmlParsers$1.parseObjectRetentionConfig=parseObjectRetentionConfig;xmlParsers$1.parseReplicationConfig=parseReplicationConfig;xmlParsers$1.parseSelectObjectContentResponse=parseSelectObjectContentResponse;xmlParsers$1.parseTagging=parseTagging;xmlParsers$1.removeObjectsParser=removeObjectsParser;xmlParsers$1.uploadPartParser=uploadPartParser;var _lodash=_interopRequireDefault$3(lodashExports),errors$2=_interopRequireWildcard$3(errors$5),_helpers$4=helpers;function _getRequireWildcardCache$3(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$3=function(n){return n?y:t})(e)}function _interopRequireWildcard$3(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$3(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$3(e){return e&&e.__esModule?e:{default:e}}const{XMLParser}=fxp$2,fxp=new XMLParser;var crc32=bufferCrc32;function parseError(e,t){var y={},n=fxp.parse(e);n.Error&&(y=n.Error);var $=new errors$2.S3Error;return _lodash.default.each(y,(k,L)=>{$[L.toLowerCase()]=k}),_lodash.default.each(t,(k,L)=>{$[L]=k}),$}function parseCopyObject(e){var t={etag:"",lastModified:""},y=(0,_helpers$4.parseXml)(e);if(!y.CopyObjectResult)throw new errors$2.InvalidXMLError('Missing tag: "CopyObjectResult"');return y=y.CopyObjectResult,y.ETag&&(t.etag=y.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^&quot;/g,"").replace(/&quot;$/g,"").replace(/^&#34;/g,"").replace(/&#34;$/g,"")),y.LastModified&&(t.lastModified=new Date(y.LastModified)),t}function parseListMultipart(e){var t={uploads:[],prefixes:[],isTruncated:!1},y=(0,_helpers$4.parseXml)(e);if(!y.ListMultipartUploadsResult)throw new errors$2.InvalidXMLError('Missing tag: "ListMultipartUploadsResult"');return y=y.ListMultipartUploadsResult,y.IsTruncated&&(t.isTruncated=y.IsTruncated),y.NextKeyMarker&&(t.nextKeyMarker=y.NextKeyMarker),y.NextUploadIdMarker&&(t.nextUploadIdMarker=y.nextUploadIdMarker),y.CommonPrefixes&&(0,_helpers$4.toArray)(y.CommonPrefixes).forEach(n=>{t.prefixes.push({prefix:(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(n.Prefix)[0])})}),y.Upload&&(0,_helpers$4.toArray)(y.Upload).forEach(n=>{var $=n.Key,k=n.UploadId,L={id:n.Initiator.ID,displayName:n.Initiator.DisplayName},j={id:n.Owner.ID,displayName:n.Owner.DisplayName},V=n.StorageClass,z=new Date(n.Initiated);t.uploads.push({key:$,uploadId:k,initiator:L,owner:j,storageClass:V,initiated:z})}),t}function parseListBucket(e){var t=[],y=(0,_helpers$4.parseXml)(e);if(!y.ListAllMyBucketsResult)throw new errors$2.InvalidXMLError('Missing tag: "ListAllMyBucketsResult"');return y=y.ListAllMyBucketsResult,y.Buckets&&y.Buckets.Bucket&&(0,_helpers$4.toArray)(y.Buckets.Bucket).forEach(n=>{var $=n.Name,k=new Date(n.CreationDate);t.push({name:$,creationDate:k})}),t}function parseBucketNotification(e){var t={TopicConfiguration:[],QueueConfiguration:[],CloudFunctionConfiguration:[]},y=function(k){var L=[];return k&&(0,_helpers$4.toArray)(k).forEach(j=>{L.push(j)}),L},n=function(k){var L=[];return k&&(k=(0,_helpers$4.toArray)(k),k[0].S3Key&&(k[0].S3Key=(0,_helpers$4.toArray)(k[0].S3Key),k[0].S3Key[0].FilterRule&&(0,_helpers$4.toArray)(k[0].S3Key[0].FilterRule).forEach(j=>{var V=(0,_helpers$4.toArray)(j.Name)[0],z=(0,_helpers$4.toArray)(j.Value)[0];L.push({Name:V,Value:z})}))),L},$=(0,_helpers$4.parseXml)(e);return $=$.NotificationConfiguration,$.TopicConfiguration&&(0,_helpers$4.toArray)($.TopicConfiguration).forEach(k=>{var L=(0,_helpers$4.toArray)(k.Id)[0],j=(0,_helpers$4.toArray)(k.Topic)[0],V=y(k.Event),z=n(k.Filter);t.TopicConfiguration.push({Id:L,Topic:j,Event:V,Filter:z})}),$.QueueConfiguration&&(0,_helpers$4.toArray)($.QueueConfiguration).forEach(k=>{var L=(0,_helpers$4.toArray)(k.Id)[0],j=(0,_helpers$4.toArray)(k.Queue)[0],V=y(k.Event),z=n(k.Filter);t.QueueConfiguration.push({Id:L,Queue:j,Event:V,Filter:z})}),$.CloudFunctionConfiguration&&(0,_helpers$4.toArray)($.CloudFunctionConfiguration).forEach(k=>{var L=(0,_helpers$4.toArray)(k.Id)[0],j=(0,_helpers$4.toArray)(k.CloudFunction)[0],V=y(k.Event),z=n(k.Filter);t.CloudFunctionConfiguration.push({Id:L,CloudFunction:j,Event:V,Filter:z})}),t}function parseBucketRegion(e){return(0,_helpers$4.parseXml)(e).LocationConstraint}function parseListParts(e){var t=(0,_helpers$4.parseXml)(e),y={isTruncated:!1,parts:[],marker:void 0};if(!t.ListPartsResult)throw new errors$2.InvalidXMLError('Missing tag: "ListPartsResult"');return t=t.ListPartsResult,t.IsTruncated&&(y.isTruncated=t.IsTruncated),t.NextPartNumberMarker&&(y.marker=+(0,_helpers$4.toArray)(t.NextPartNumberMarker)[0]),t.Part&&(0,_helpers$4.toArray)(t.Part).forEach(n=>{var $=+(0,_helpers$4.toArray)(n.PartNumber)[0],k=new Date(n.LastModified),L=n.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^&quot;/g,"").replace(/&quot;$/g,"").replace(/^&#34;/g,"").replace(/&#34;$/g,"");y.parts.push({part:$,lastModified:k,etag:L})}),y}function parseInitiateMultipart(e){var t=(0,_helpers$4.parseXml)(e);if(!t.InitiateMultipartUploadResult)throw new errors$2.InvalidXMLError('Missing tag: "InitiateMultipartUploadResult"');if(t=t.InitiateMultipartUploadResult,t.UploadId)return t.UploadId;throw new errors$2.InvalidXMLError('Missing tag: "UploadId"')}function parseCompleteMultipart(e){var t=(0,_helpers$4.parseXml)(e).CompleteMultipartUploadResult;if(t.Location){var y=(0,_helpers$4.toArray)(t.Location)[0],n=(0,_helpers$4.toArray)(t.Bucket)[0],$=t.Key,k=t.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^&quot;/g,"").replace(/&quot;$/g,"").replace(/^&#34;/g,"").replace(/&#34;$/g,"");return{location:y,bucket:n,key:$,etag:k}}if(t.Code&&t.Message){var L=(0,_helpers$4.toArray)(t.Code)[0],j=(0,_helpers$4.toArray)(t.Message)[0];return{errCode:L,errMessage:j}}}const formatObjInfo=(e,t={})=>{let{Key:y,LastModified:n,ETag:$,Size:k,VersionId:L,IsLatest:j}=e;(0,_helpers$4.isObject)(t)||(t={});const V=(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(y)[0]),z=new Date((0,_helpers$4.toArray)(n)[0]),re=(0,_helpers$4.sanitizeETag)((0,_helpers$4.toArray)($)[0]);return{name:V,lastModified:z,etag:re,size:k,versionId:L,isLatest:j,isDeleteMarker:t.IsDeleteMarker?t.IsDeleteMarker:!1}};function parseListObjects(e){var t={objects:[],isTruncated:!1};let y=!1,n,$;const k=(0,_helpers$4.parseXml)(e),L=z=>{z&&(0,_helpers$4.toArray)(z).forEach(re=>{t.objects.push({prefix:(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(re.Prefix)[0]),size:0})})},j=k.ListBucketResult,V=k.ListVersionsResult;return j&&(j.IsTruncated&&(y=j.IsTruncated),j.Contents&&(0,_helpers$4.toArray)(j.Contents).forEach(z=>{const re=(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(z.Key)[0]),oe=new Date((0,_helpers$4.toArray)(z.LastModified)[0]),ue=(0,_helpers$4.sanitizeETag)((0,_helpers$4.toArray)(z.ETag)[0]),de=z.Size;t.objects.push({name:re,lastModified:oe,etag:ue,size:de})}),j.NextMarker&&(n=j.NextMarker),L(j.CommonPrefixes)),V&&(V.IsTruncated&&(y=V.IsTruncated),V.Version&&(0,_helpers$4.toArray)(V.Version).forEach(z=>{t.objects.push(formatObjInfo(z))}),V.DeleteMarker&&(0,_helpers$4.toArray)(V.DeleteMarker).forEach(z=>{t.objects.push(formatObjInfo(z,{IsDeleteMarker:!0}))}),V.NextKeyMarker&&($=V.NextKeyMarker),V.NextVersionIdMarker&&(t.versionIdMarker=V.NextVersionIdMarker),L(V.CommonPrefixes)),t.isTruncated=y,y&&(t.nextMarker=$||n),t}function parseListObjectsV2(e){var t={objects:[],isTruncated:!1},y=(0,_helpers$4.parseXml)(e);if(!y.ListBucketResult)throw new errors$2.InvalidXMLError('Missing tag: "ListBucketResult"');return y=y.ListBucketResult,y.IsTruncated&&(t.isTruncated=y.IsTruncated),y.NextContinuationToken&&(t.nextContinuationToken=y.NextContinuationToken),y.Contents&&(0,_helpers$4.toArray)(y.Contents).forEach(n=>{var $=(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(n.Key)[0]),k=new Date(n.LastModified),L=(0,_helpers$4.sanitizeETag)(n.ETag),j=n.Size;t.objects.push({name:$,lastModified:k,etag:L,size:j})}),y.CommonPrefixes&&(0,_helpers$4.toArray)(y.CommonPrefixes).forEach(n=>{t.objects.push({prefix:(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(n.Prefix)[0]),size:0})}),t}function parseListObjectsV2WithMetadata(e){var t={objects:[],isTruncated:!1},y=(0,_helpers$4.parseXml)(e);if(!y.ListBucketResult)throw new errors$2.InvalidXMLError('Missing tag: "ListBucketResult"');return y=y.ListBucketResult,y.IsTruncated&&(t.isTruncated=y.IsTruncated),y.NextContinuationToken&&(t.nextContinuationToken=y.NextContinuationToken),y.Contents&&(0,_helpers$4.toArray)(y.Contents).forEach(n=>{var $=(0,_helpers$4.sanitizeObjectKey)(n.Key),k=new Date(n.LastModified),L=(0,_helpers$4.sanitizeETag)(n.ETag),j=n.Size,V;n.UserMetadata!=null?V=(0,_helpers$4.toArray)(n.UserMetadata)[0]:V=null,t.objects.push({name:$,lastModified:k,etag:L,size:j,metadata:V})}),y.CommonPrefixes&&(0,_helpers$4.toArray)(y.CommonPrefixes).forEach(n=>{t.objects.push({prefix:(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(n.Prefix)[0]),size:0})}),t}function parseBucketVersioningConfig(e){var t=(0,_helpers$4.parseXml)(e);return t.VersioningConfiguration}function parseTagging(e){const t=(0,_helpers$4.parseXml)(e);let y=[];if(t.Tagging&&t.Tagging.TagSet&&t.Tagging.TagSet.Tag){const n=t.Tagging.TagSet.Tag;(0,_helpers$4.isObject)(n)?y.push(n):y=n}return y}function parseLifecycleConfig(e){return(0,_helpers$4.parseXml)(e).LifecycleConfiguration}function parseObjectLockConfig(e){const t=(0,_helpers$4.parseXml)(e);let y={};if(t.ObjectLockConfiguration){y={objectLockEnabled:t.ObjectLockConfiguration.ObjectLockEnabled};let n;if(t.ObjectLockConfiguration&&t.ObjectLockConfiguration.Rule&&t.ObjectLockConfiguration.Rule.DefaultRetention&&(n=t.ObjectLockConfiguration.Rule.DefaultRetention||{},y.mode=n.Mode),n){const $=n.Years;$?(y.validity=$,y.unit=_helpers$4.RETENTION_VALIDITY_UNITS.YEARS):(y.validity=n.Days,y.unit=_helpers$4.RETENTION_VALIDITY_UNITS.DAYS)}return y}}function parseObjectRetentionConfig(e){const y=(0,_helpers$4.parseXml)(e).Retention;return{mode:y.Mode,retainUntilDate:y.RetainUntilDate}}function parseBucketEncryptionConfig(e){return(0,_helpers$4.parseXml)(e)}function parseReplicationConfig(e){const t=(0,_helpers$4.parseXml)(e);return{ReplicationConfiguration:{role:t.ReplicationConfiguration.Role,rules:(0,_helpers$4.toArray)(t.ReplicationConfiguration.Rule)}}}function parseObjectLegalHoldConfig(e){return(0,_helpers$4.parseXml)(e).LegalHold}function uploadPartParser(e){return(0,_helpers$4.parseXml)(e).CopyPartResult}function removeObjectsParser(e){const t=(0,_helpers$4.parseXml)(e);return t.DeleteResult&&t.DeleteResult.Error?(0,_helpers$4.toArray)(t.DeleteResult.Error):[]}function parseSelectObjectContentResponse(e){function t(k){const L=Buffer$F.from(k.read(1)).readUInt8(),V=(Buffer$F.from(k.read(L)).toString()||"").split(":");return V.length>=1?V[1]:""}function y(k){const L=Buffer$F.from(k.read(2)).readUInt16BE();return Buffer$F.from(k.read(L)).toString()}const n=new _helpers$4.SelectResults({}),$=(0,_helpers$4.readableStream)(e);for(;$._readableState.length;){let k;const L=Buffer$F.from($.read(4));k=crc32(L);const j=Buffer$F.from($.read(4));k=crc32(j,k);const V=k.readInt32BE(),z=Buffer$F.from($.read(4));k=crc32(z,k);const re=L.readInt32BE(),oe=j.readInt32BE(),ue=z.readInt32BE();if(ue!==V)throw new Error(`Header Checksum Mismatch, Prelude CRC of ${ue} does not equal expected CRC of ${V}`);const de={};if(oe>0){const $e=Buffer$F.from($.read(oe));k=crc32($e,k);const Ve=(0,_helpers$4.readableStream)($e);for(;Ve._readableState.length;){let Fe=t(Ve);Ve.read(1),de[Fe]=y(Ve)}}let _e;const Ne=re-oe-16;if(Ne>0){const $e=Buffer$F.from($.read(Ne));k=crc32($e,k);const Ve=Buffer$F.from($.read(4)).readInt32BE(),Fe=k.readInt32BE();if(Ve!==Fe)throw new Error(`Message Checksum Mismatch, Message CRC of ${Ve} does not equal expected CRC of ${Fe}`);_e=(0,_helpers$4.readableStream)($e)}const Ue=de["message-type"];switch(Ue){case"error":{const $e=de["error-code"]+':"'+de["error-message"]+'"';throw new Error($e)}case"event":{const $e=de["content-type"];switch(de["event-type"]){case"End":return n.setResponse(e),n;case"Records":{const Fe=_e.read(Ne);n.setRecords(Fe);break}case"Progress":switch($e){case"text/xml":{const Fe=_e.read(Ne);n.setProgress(Fe.toString());break}default:{const Fe=`Unexpected content-type ${$e} sent for event-type Progress`;throw new Error(Fe)}}break;case"Stats":switch($e){case"text/xml":{const Fe=_e.read(Ne);n.setStats(Fe.toString());break}default:{const Fe=`Unexpected content-type ${$e} sent for event-type Stats`;throw new Error(Fe)}}break;default:{const Fe=`Un implemented event detected ${Ue}.`;console.warn(Fe)}}}}}}var through2$1={exports:{}},define_process_default$2={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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}},Transform=readableBrowserExports$1.Transform,inherits$1=inherits_browserExports;function DestroyableTransform(e){Transform.call(this,e),this._destroyed=!1}inherits$1(DestroyableTransform,Transform);DestroyableTransform.prototype.destroy=function(e){if(!this._destroyed){this._destroyed=!0;var t=this;define_process_default$2.nextTick(function(){e&&t.emit("error",e),t.emit("close")})}};function noop$1(e,t,y){y(null,e)}function through2(e){return function(t,y,n){return typeof t=="function"&&(n=y,y=t,t={}),typeof y!="function"&&(y=noop$1),typeof n!="function"&&(n=null),e(t,y,n)}}through2$1.exports=through2(function(e,t,y){var n=new DestroyableTransform(e);return n._transform=t,y&&(n._flush=y),n});through2$1.exports.ctor=through2(function(e,t,y){function n($){if(!(this instanceof n))return new n($);this.options=Object.assign({},e,$),DestroyableTransform.call(this,this.options)}return inherits$1(n,DestroyableTransform),n.prototype._transform=t,y&&(n.prototype._flush=y),n});through2$1.exports.obj=through2(function(e,t,y){var n=new DestroyableTransform(Object.assign({objectMode:!0,highWaterMark:16},e));return n._transform=t,y&&(n._flush=y),n});var through2Exports=through2$1.exports,jsonStream={exports:{}},util=util$8,TransformStream=streamBrowserify.Transform;jsonStream.exports=function(e){return new JSONStream(e)};var JSONStream=jsonStream.exports.JSONStream=function(e){e=e||{},TransformStream.call(this,e),this._writableState.objectMode=!1,this._readableState.objectMode=!0,this._async=e.async||!1};util.inherits(JSONStream,TransformStream);JSONStream.prototype._transform=function(e,t,y){Buffer$F.isBuffer(e)||(e=new Buffer$F(e)),this._buffer&&(e=Buffer$F.concat([this._buffer,e]));for(var n=0,$=0;++n<=e.length;)if(e[n]===10||n===e.length){var k;try{k=JSON.parse(e.slice($,n))}catch{}k&&(this.push(k),k=null),e[n]===10&&($=++n)}return this._buffer=e.slice($),this._async?void setImmediate(y):void y()};var jsonStreamExports=jsonStream.exports;Object.defineProperty(transformers$2,"__esModule",{value:!0});transformers$2.bucketEncryptionTransformer=bucketEncryptionTransformer;transformers$2.bucketVersioningTransformer=bucketVersioningTransformer;transformers$2.getBucketNotificationTransformer=getBucketNotificationTransformer;transformers$2.getBucketRegionTransformer=getBucketRegionTransformer;transformers$2.getCompleteMultipartTransformer=getCompleteMultipartTransformer;transformers$2.getConcater=getConcater;transformers$2.getCopyObjectTransformer=getCopyObjectTransformer;transformers$2.getErrorTransformer=getErrorTransformer;transformers$2.getHashSummer=getHashSummer;transformers$2.getInitiateMultipartTransformer=getInitiateMultipartTransformer;transformers$2.getListBucketTransformer=getListBucketTransformer;transformers$2.getListMultipartTransformer=getListMultipartTransformer;transformers$2.getListObjectsTransformer=getListObjectsTransformer;transformers$2.getListObjectsV2Transformer=getListObjectsV2Transformer;transformers$2.getListObjectsV2WithMetadataTransformer=getListObjectsV2WithMetadataTransformer;transformers$2.getListPartsTransformer=getListPartsTransformer;transformers$2.getNotificationTransformer=getNotificationTransformer;transformers$2.getTagsTransformer=getTagsTransformer;transformers$2.lifecycleTransformer=lifecycleTransformer;transformers$2.objectLegalHoldTransformer=objectLegalHoldTransformer;transformers$2.objectLockTransformer=objectLockTransformer;transformers$2.objectRetentionTransformer=objectRetentionTransformer;transformers$2.removeObjectsTransformer=removeObjectsTransformer;transformers$2.replicationConfigTransformer=replicationConfigTransformer;transformers$2.selectObjectContentTransformer=selectObjectContentTransformer;transformers$2.uploadPartTransformer=uploadPartTransformer;var xmlParsers=_interopRequireWildcard$2(xmlParsers$1),_=_interopRequireWildcard$2(lodashExports),_through=_interopRequireDefault$2(through2Exports),_crypto=_interopRequireDefault$2(require$$2$1),_jsonStream=_interopRequireDefault$2(jsonStreamExports),_helpers$3=helpers,errors$1=_interopRequireWildcard$2(errors$5);function _interopRequireDefault$2(e){return e&&e.__esModule?e:{default:e}}function _getRequireWildcardCache$2(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$2=function(n){return n?y:t})(e)}function _interopRequireWildcard$2(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$2(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function getConcater(e,t){var y=!1,n=[];if(e&&!(0,_helpers$3.isFunction)(e))throw new TypeError('parser should be of type "function"');return e&&(y=!0),(0,_through.default)({objectMode:y},function($,k,L){n.push($),L()},function($){if(t){$(e(Buffer$F.concat(n).toString())),this.push(null);return}n.length&&(e?this.push(e(Buffer$F.concat(n).toString())):this.push(Buffer$F.concat(n))),$()})}function getErrorTransformer(e){var t=e.statusCode,y,n;t===301?(y="MovedPermanently",n="Moved Permanently"):t===307?(y="TemporaryRedirect",n="Are you using the correct endpoint URL?"):t===403?(y="AccessDenied",n="Valid and authorized credentials required"):t===404?(y="NotFound",n="Not Found"):t===405||t===501?(y="MethodNotAllowed",n="Method Not Allowed"):(y="UnknownError",n=`${t}`);var $={};return $.amzRequestid=e.headersSent?e.getHeader("x-amz-request-id"):null,$.amzId2=e.headersSent?e.getHeader("x-amz-id-2"):null,$.amzBucketRegion=e.headersSent?e.getHeader("x-amz-bucket-region"):null,getConcater(k=>{let L=()=>{var V=new errors$1.S3Error(n);return V.code=y,_.each($,(z,re)=>{V[re]=z}),V};if(!k)return L();let j;try{j=xmlParsers.parseError(k,$)}catch{return L()}return j},!0)}function getHashSummer(e){var t=_crypto.default.createHash("md5"),y=_crypto.default.createHash("sha256");return _through.default.obj(function(n,$,k){e?y.update(n):t.update(n),k()},function(n){var $="",k="";e?k=y.digest("hex"):$=t.digest("base64");var L={md5sum:$,sha256sum:k};this.push(L),this.push(null),n()})}function getCopyObjectTransformer(){return getConcater(xmlParsers.parseCopyObject)}function getListBucketTransformer(){return getConcater(xmlParsers.parseListBucket)}function getListMultipartTransformer(){return getConcater(xmlParsers.parseListMultipart)}function getListPartsTransformer(){return getConcater(xmlParsers.parseListParts)}function getInitiateMultipartTransformer(){return getConcater(xmlParsers.parseInitiateMultipart)}function getListObjectsTransformer(){return getConcater(xmlParsers.parseListObjects)}function getListObjectsV2Transformer(){return getConcater(xmlParsers.parseListObjectsV2)}function getListObjectsV2WithMetadataTransformer(){return getConcater(xmlParsers.parseListObjectsV2WithMetadata)}function getCompleteMultipartTransformer(){return getConcater(xmlParsers.parseCompleteMultipart)}function getBucketRegionTransformer(){return getConcater(xmlParsers.parseBucketRegion)}function getBucketNotificationTransformer(){return getConcater(xmlParsers.parseBucketNotification)}function getNotificationTransformer(){return new _jsonStream.default}function bucketVersioningTransformer(){return getConcater(xmlParsers.parseBucketVersioningConfig)}function getTagsTransformer(){return getConcater(xmlParsers.parseTagging)}function lifecycleTransformer(){return getConcater(xmlParsers.parseLifecycleConfig)}function objectLockTransformer(){return getConcater(xmlParsers.parseObjectLockConfig)}function objectRetentionTransformer(){return getConcater(xmlParsers.parseObjectRetentionConfig)}function bucketEncryptionTransformer(){return getConcater(xmlParsers.parseBucketEncryptionConfig)}function replicationConfigTransformer(){return getConcater(xmlParsers.parseReplicationConfig)}function objectLegalHoldTransformer(){return getConcater(xmlParsers.parseObjectLegalHoldConfig)}function uploadPartTransformer(){return getConcater(xmlParsers.uploadPartParser)}function selectObjectContentTransformer(){return getConcater()}function removeObjectsTransformer(){return getConcater(xmlParsers.removeObjectsParser)}var s3Endpoints={};Object.defineProperty(s3Endpoints,"__esModule",{value:!0});s3Endpoints.getS3Endpoint=getS3Endpoint;var _helpers$2=helpers;let 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"};function getS3Endpoint(e){if(!(0,_helpers$2.isString)(e))throw new TypeError(`Invalid region: ${e}`);var t=awsS3Endpoint[e];return t||"s3.amazonaws.com"}var notification={},define_process_default$1={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(notification,"__esModule",{value:!0});notification.buildARN=notification.TopicConfig=notification.QueueConfig=notification.ObjectRemovedDeleteMarkerCreated=notification.ObjectRemovedDelete=notification.ObjectRemovedAll=notification.ObjectReducedRedundancyLostObject=notification.ObjectCreatedPut=notification.ObjectCreatedPost=notification.ObjectCreatedCopy=notification.ObjectCreatedCompleteMultipartUpload=notification.ObjectCreatedAll=notification.NotificationPoller=notification.NotificationConfig=notification.CloudFunctionConfig=void 0;var _events=eventsExports,transformers$1=_interopRequireWildcard$1(transformers$2),_helpers$1=helpers;function _getRequireWildcardCache$1(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$1=function(n){return n?y:t})(e)}function _interopRequireWildcard$1(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$1(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}class NotificationConfig{add(t){let y="";t instanceof TopicConfig&&(y="TopicConfiguration"),t instanceof QueueConfig&&(y="QueueConfiguration"),t instanceof CloudFunctionConfig&&(y="CloudFunctionConfiguration"),this[y]||(this[y]=[]),this[y].push(t)}}notification.NotificationConfig=NotificationConfig;class TargetConfig{setId(t){this.Id=t}addEvent(t){this.Event||(this.Event=[]),this.Event.push(t)}addFilterSuffix(t){this.Filter||(this.Filter={S3Key:{FilterRule:[]}}),this.Filter.S3Key.FilterRule.push({Name:"suffix",Value:t})}addFilterPrefix(t){this.Filter||(this.Filter={S3Key:{FilterRule:[]}}),this.Filter.S3Key.FilterRule.push({Name:"prefix",Value:t})}}class TopicConfig extends TargetConfig{constructor(t){super(),this.Topic=t}}notification.TopicConfig=TopicConfig;class QueueConfig extends TargetConfig{constructor(t){super(),this.Queue=t}}notification.QueueConfig=QueueConfig;class CloudFunctionConfig extends TargetConfig{constructor(t){super(),this.CloudFunction=t}}notification.CloudFunctionConfig=CloudFunctionConfig;const buildARN=(e,t,y,n,$)=>"arn:"+e+":"+t+":"+y+":"+n+":"+$;notification.buildARN=buildARN;const ObjectCreatedAll="s3:ObjectCreated:*";notification.ObjectCreatedAll=ObjectCreatedAll;const ObjectCreatedPut="s3:ObjectCreated:Put";notification.ObjectCreatedPut=ObjectCreatedPut;const ObjectCreatedPost="s3:ObjectCreated:Post";notification.ObjectCreatedPost=ObjectCreatedPost;const ObjectCreatedCopy="s3:ObjectCreated:Copy";notification.ObjectCreatedCopy=ObjectCreatedCopy;const ObjectCreatedCompleteMultipartUpload="s3:ObjectCreated:CompleteMultipartUpload";notification.ObjectCreatedCompleteMultipartUpload=ObjectCreatedCompleteMultipartUpload;const ObjectRemovedAll="s3:ObjectRemoved:*";notification.ObjectRemovedAll=ObjectRemovedAll;const ObjectRemovedDelete="s3:ObjectRemoved:Delete";notification.ObjectRemovedDelete=ObjectRemovedDelete;const ObjectRemovedDeleteMarkerCreated="s3:ObjectRemoved:DeleteMarkerCreated";notification.ObjectRemovedDeleteMarkerCreated=ObjectRemovedDeleteMarkerCreated;const ObjectReducedRedundancyLostObject="s3:ReducedRedundancyLostObject";notification.ObjectReducedRedundancyLostObject=ObjectReducedRedundancyLostObject;class NotificationPoller extends _events.EventEmitter{constructor(t,y,n,$,k){super(),this.client=t,this.bucketName=y,this.prefix=n,this.suffix=$,this.events=k,this.ending=!1}start(){this.ending=!1,define_process_default$1.nextTick(()=>{this.checkForChanges()})}stop(){this.ending=!0}checkForChanges(){if(this.ending)return;let t="GET";var y=[];if(this.prefix){var n=(0,_helpers$1.uriEscape)(this.prefix);y.push(`prefix=${n}`)}if(this.suffix){var $=(0,_helpers$1.uriEscape)(this.suffix);y.push(`suffix=${$}`)}this.events&&this.events.forEach(j=>y.push("events="+(0,_helpers$1.uriEscape)(j))),y.sort();var k="";y.length>0&&(k=`${y.join("&")}`);const L=this.client.region||_helpers$1.DEFAULT_REGION;this.client.makeRequest({method:t,bucketName:this.bucketName,query:k},"",[200],L,!0,(j,V)=>{if(j)return this.emit("error",j);let z=transformers$1.getNotificationTransformer();(0,_helpers$1.pipesetup)(V,z).on("data",re=>{let oe=re.Records;oe||(oe=[]),oe.forEach(ue=>{this.emit("notification",ue)}),this.ending&&V.destroy()}).on("error",re=>this.emit("error",re)).on("end",()=>{define_process_default$1.nextTick(()=>{this.checkForChanges()})})})}}notification.NotificationPoller=NotificationPoller;var extensions$1={};Object.defineProperty(extensions$1,"__esModule",{value:!0});extensions$1.default=void 0;var _stream=_interopRequireDefault$1(streamBrowserify),transformers=_interopRequireWildcard(transformers$2),errors=_interopRequireWildcard(errors$5),_helpers=helpers;function _getRequireWildcardCache(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache=function(n){return n?y:t})(e)}function _interopRequireWildcard(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$1(e){return e&&e.__esModule?e:{default:e}}class extensions{constructor(t){this.client=t}listObjectsV2WithMetadata(t,y,n,$){if(y===void 0&&(y=""),n===void 0&&(n=!1),$===void 0&&($=""),!(0,_helpers.isValidBucketName)(t))throw new errors.InvalidBucketNameError("Invalid bucket name: "+t);if(!(0,_helpers.isValidPrefix)(y))throw new errors.InvalidPrefixError(`Invalid prefix : ${y}`);if(!(0,_helpers.isString)(y))throw new TypeError('prefix should be of type "string"');if(!(0,_helpers.isBoolean)(n))throw new TypeError('recursive should be of type "boolean"');if(!(0,_helpers.isString)($))throw new TypeError('startAfter should be of type "string"');var k=n?"":"/",L="",j=[],V=!1,z=_stream.default.Readable({objectMode:!0});return z._read=()=>{if(j.length){z.push(j.shift());return}if(V)return z.push(null);this.listObjectsV2WithMetadataQuery(t,y,L,k,1e3,$).on("error",re=>z.emit("error",re)).on("data",re=>{re.isTruncated?L=re.nextContinuationToken:V=!0,j=re.objects,z._read()})},z}listObjectsV2WithMetadataQuery(t,y,n,$,k,L){if(!(0,_helpers.isValidBucketName)(t))throw new errors.InvalidBucketNameError("Invalid bucket name: "+t);if(!(0,_helpers.isString)(y))throw new TypeError('prefix should be of type "string"');if(!(0,_helpers.isString)(n))throw new TypeError('continuationToken should be of type "string"');if(!(0,_helpers.isString)($))throw new TypeError('delimiter should be of type "string"');if(!(0,_helpers.isNumber)(k))throw new TypeError('maxKeys should be of type "number"');if(!(0,_helpers.isString)(L))throw new TypeError('startAfter should be of type "string"');var j=[];j.push("list-type=2"),j.push("encoding-type=url"),j.push(`prefix=${(0,_helpers.uriEscape)(y)}`),j.push(`delimiter=${(0,_helpers.uriEscape)($)}`),j.push("metadata=true"),n&&(n=(0,_helpers.uriEscape)(n),j.push(`continuation-token=${n}`)),L&&(L=(0,_helpers.uriEscape)(L),j.push(`start-after=${L}`)),k&&(k>=1e3&&(k=1e3),j.push(`max-keys=${k}`)),j.sort();var V="";j.length>0&&(V=`${j.join("&")}`);var z="GET",re=transformers.getListObjectsV2WithMetadataTransformer();return this.client.makeRequest({method:z,bucketName:t,query:V},"",[200],"",!0,(oe,ue)=>{if(oe)return re.emit("error",oe);(0,_helpers.pipesetup)(ue,re)}),re}}extensions$1.default=extensions;var CredentialProvider$1={},Credentials$1={};Object.defineProperty(Credentials$1,"__esModule",{value:!0});Credentials$1.default=void 0;class Credentials{constructor({accessKey:t,secretKey:y,sessionToken:n}){this.accessKey=t,this.secretKey=y,this.sessionToken=n}setAccessKey(t){this.accessKey=t}getAccessKey(){return this.accessKey}setSecretKey(t){this.secretKey=t}getSecretKey(){return this.secretKey}setSessionToken(t){this.sessionToken=t}getSessionToken(){return this.sessionToken}get(){return{accessKey:this.accessKey,secretKey:this.secretKey,sessionToken:this.sessionToken}}}var _default$1=Credentials;Credentials$1.default=_default$1;Object.defineProperty(CredentialProvider$1,"__esModule",{value:!0});CredentialProvider$1.default=void 0;var _Credentials=_interopRequireDefault(Credentials$1);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}class CredentialProvider{constructor({accessKey:t,secretKey:y,sessionToken:n}){this.credentials=new _Credentials.default({accessKey:t,secretKey:y,sessionToken:n})}getCredentials(){return this.credentials.get()}setCredentials(t){if(t instanceof _Credentials.default)this.credentials=t;else throw new Error("Unable to set Credentials . it should be an instance of Credentials class")}setAccessKey(t){this.credentials.setAccessKey(t)}getAccessKey(){return this.credentials.getAccessKey()}setSecretKey(t){this.credentials.setSecretKey(t)}getSecretKey(){return this.credentials.getSecretKey()}setSessionToken(t){this.credentials.setSessionToken(t)}getSessionToken(){return this.credentials.getSessionToken()}}var _default=CredentialProvider;CredentialProvider$1.default=_default;const name="minio",version="7.0.33",description="S3 Compatible Cloud Storage client",main="./dist/main/minio.js",scripts={compile:"gulp compile",test:"gulp test",lint:"gulp lint","lint-fix":"gulp lint --fix",prepublishOnly:"gulp test",functional:"gulp functionalTest",browserify:"gulp browserify",prepare:"npm run compile"},repository={type:"git",url:"git+https://github.com/minio/minio-js.git"},author={name:"MinIO, Inc.",email:"",url:"https://min.io"},engines={node:">8 <=19"},license="Apache-2.0",bugs={url:"https://github.com/minio/minio-js/issues",mail:""},homepage="https://github.com/minio/minio-js#readme",dependencies={async:"^3.1.0","block-stream2":"^2.0.0","browser-or-node":"^1.3.0","buffer-crc32":"^0.2.13","crypto-browserify":"^3.12.0","es6-error":"^4.1.1","fast-xml-parser":"^4.1.3","ipaddr.js":"^2.0.1","json-stream":"^1.0.0",lodash:"^4.17.21","mime-types":"^2.1.14",mkdirp:"^0.5.1","query-string":"^7.1.1",through2:"^3.0.1","web-encoding":"^1.1.5",xml:"^1.0.0",xml2js:"^0.4.15"},devDependencies={"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.10",babelify:"^10.0.0",browserify:"^16.5.2",chai:"^4.2.0",eslint:"^8.9.0",gulp:"^4.0.2","gulp-babel":"^8.0.0","gulp-eslint":"^4.0.2","gulp-if":"^3.0.0","gulp-mocha":"^8.0.0","gulp-sourcemaps":"^2.6.5",mocha:"^9.2.0","mocha-steps":"^1.1.0",nock:"^13.2.2","source-map-support":"^0.5.13","split-file":"^2.2.2",superagent:"^5.1.0",uuid:"^3.3.2"},keywords=["api","amazon","minio","cloud","s3","storage"],require$$24={name,version,description,main,scripts,repository,author,engines,license,bugs,homepage,dependencies,devDependencies,keywords};(function(e){var t={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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(e,"__esModule",{value:!0});var y={Client:!0,CopyConditions:!0,PostPolicy:!0};e.PostPolicy=e.CopyConditions=e.Client=void 0;var n=pe(require$$0$3),$=pe(require$$2$1),k=pe(require$$2$1),L=pe(streamBrowserify),j=pe(blockStream2),V=pe(xmlExports),z=pe(xml2js),re=pe(require$$7),oe=pe(queryString),ue=pe(mkdirp),de=pe(pathBrowserify),_e=pe(lodashExports),Ne=lib$1,Ue=helpers,$e=signing,Ve=pe(objectUploader),Fe=ie(transformers$2),qe=ie(errors$5),er=s3Endpoints,ir=notification;Object.keys(ir).forEach(function(ur){ur==="default"||ur==="__esModule"||Object.prototype.hasOwnProperty.call(y,ur)||ur in e&&e[ur]===ir[ur]||Object.defineProperty(e,ur,{enumerable:!0,get:function(){return ir[ur]}})});var dr=pe(extensions$1),cr=pe(CredentialProvider$1),nr=xmlParsers$1,lr=helpers;Object.keys(lr).forEach(function(ur){ur==="default"||ur==="__esModule"||Object.prototype.hasOwnProperty.call(y,ur)||ur in e&&e[ur]===lr[ur]||Object.defineProperty(e,ur,{enumerable:!0,get:function(){return lr[ur]}})});function Et(ur){if(typeof WeakMap!="function")return null;var kt=new WeakMap,he=new WeakMap;return(Et=function(tr){return tr?he:kt})(ur)}function ie(ur,kt){if(ur&&ur.__esModule)return ur;if(ur===null||typeof ur!="object"&&typeof ur!="function")return{default:ur};var he=Et(kt);if(he&&he.has(ur))return he.get(ur);var tr={},gr=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _r in ur)if(_r!=="default"&&Object.prototype.hasOwnProperty.call(ur,_r)){var yr=gr?Object.getOwnPropertyDescriptor(ur,_r):null;yr&&(yr.get||yr.set)?Object.defineProperty(tr,_r,yr):tr[_r]=ur[_r]}return tr.default=ur,he&&he.set(ur,tr),tr}function pe(ur){return ur&&ur.__esModule?ur:{default:ur}}var Ce=require$$24;class Ie{constructor(kt){if(typeof kt.secure<"u")throw new Error('"secure" option deprecated, "useSSL" should be used instead');if(typeof kt.useSSL>"u"&&(kt.useSSL=!0),kt.port||(kt.port=0),!(0,Ue.isValidEndpoint)(kt.endPoint))throw new qe.InvalidEndpointError(`Invalid endPoint : ${kt.endPoint}`);if(!(0,Ue.isValidPort)(kt.port))throw new qe.InvalidArgumentError(`Invalid port : ${kt.port}`);if(!(0,Ue.isBoolean)(kt.useSSL))throw new qe.InvalidArgumentError(`Invalid useSSL flag type : ${kt.useSSL}, expected to be of type "boolean"`);if(kt.region&&!(0,Ue.isString)(kt.region))throw new qe.InvalidArgumentError(`Invalid region : ${kt.region}`);var he=kt.endPoint.toLowerCase(),tr=kt.port,gr="",_r;if(kt.useSSL===!1?(_r=$.default,gr="http:",tr===0&&(tr=80)):(_r=k.default,gr="https:",tr===0&&(tr=443)),kt.transport){if(!(0,Ue.isObject)(kt.transport))throw new qe.InvalidArgumentError('Invalid transport type : ${params.transport}, expected to be type "object"');_r=kt.transport}var yr=`(${t.platform}; ${t.arch})`,xr=`MinIO ${yr} minio-js/${Ce.version}`;if(this.transport=_r,this.host=he,this.port=tr,this.protocol=gr,this.accessKey=kt.accessKey,this.secretKey=kt.secretKey,this.sessionToken=kt.sessionToken,this.userAgent=`${xr}`,kt.pathStyle===void 0?this.pathStyle=!0:this.pathStyle=kt.pathStyle,this.accessKey||(this.accessKey=""),this.secretKey||(this.secretKey=""),this.anonymous=!this.accessKey||!this.secretKey,kt.credentialsProvider&&(this.credentialsProvider=kt.credentialsProvider,this.checkAndRefreshCreds()),this.regionMap={},kt.region&&(this.region=kt.region),this.partSize=64*1024*1024,kt.partSize&&(this.partSize=kt.partSize,this.overRidePartSize=!0),this.partSize<5*1024*1024)throw new qe.InvalidArgumentError("Part size should be greater than 5MB");if(this.partSize>5*1024*1024*1024)throw new qe.InvalidArgumentError("Part size should be less than 5GB");this.maximumPartSize=5*1024*1024*1024,this.maxObjectSize=5*1024*1024*1024*1024,this.enableSHA256=!this.anonymous&&!kt.useSSL,this.s3AccelerateEndpoint=kt.s3AccelerateEndpoint||null,this.reqOptions={}}getAccelerateEndPointIfSet(kt,he){if(!_e.default.isEmpty(this.s3AccelerateEndpoint)&&!_e.default.isEmpty(kt)&&!_e.default.isEmpty(he)){if(kt.indexOf(".")!==-1)throw new Error(`Transfer Acceleration is not supported for non compliant bucket:${kt}`);return this.s3AccelerateEndpoint}return!1}setS3TransferAccelerate(kt){this.s3AccelerateEndpoint=kt}setRequestOptions(kt){if(!(0,Ue.isObject)(kt))throw new TypeError('request options should be of type "object"');this.reqOptions=_e.default.pick(kt,["agent","ca","cert","ciphers","clientCertEngine","crl","dhparam","ecdhCurve","family","honorCipherOrder","key","passphrase","pfx","rejectUnauthorized","secureOptions","secureProtocol","servername","sessionIdContext"])}getRequestOptions(kt){var he=kt.method,tr=kt.region,gr=kt.bucketName,_r=kt.objectName,yr=kt.headers,xr=kt.query,Nr={method:he};Nr.headers={};var Tr;if(gr&&(Tr=(0,Ue.isVirtualHostStyle)(this.host,this.protocol,gr,this.pathStyle)),this.port&&(Nr.port=this.port),Nr.protocol=this.protocol,_r&&(_r=`${(0,Ue.uriResourceEscape)(_r)}`),Nr.path="/",Nr.host=this.host,(0,Ue.isAmazonEndpoint)(Nr.host)){const Sr=this.getAccelerateEndPointIfSet(gr,_r);Sr?Nr.host=`${Sr}`:Nr.host=(0,er.getS3Endpoint)(tr)}return Tr&&!kt.pathStyle?(gr&&(Nr.host=`${gr}.${Nr.host}`),_r&&(Nr.path=`/${_r}`)):(gr&&(Nr.path=`/${gr}`),_r&&(Nr.path=`/${gr}/${_r}`)),xr&&(Nr.path+=`?${xr}`),Nr.headers.host=Nr.host,(Nr.protocol==="http:"&&Nr.port!==80||Nr.protocol==="https:"&&Nr.port!==443)&&(Nr.headers.host=`${Nr.host}:${Nr.port}`),Nr.headers["user-agent"]=this.userAgent,yr&&_e.default.map(yr,(Sr,Ar)=>Nr.headers[Ar.toLowerCase()]=Sr),Nr=Object.assign({},this.reqOptions,Nr),Nr}setAppInfo(kt,he){if(!(0,Ue.isString)(kt))throw new TypeError(`Invalid appName: ${kt}`);if(kt.trim()==="")throw new qe.InvalidArgumentError("Input appName cannot be empty.");if(!(0,Ue.isString)(he))throw new TypeError(`Invalid appVersion: ${he}`);if(he.trim()==="")throw new qe.InvalidArgumentError("Input appVersion cannot be empty.");this.userAgent=`${this.userAgent} ${kt}/${he}`}calculatePartSize(kt){if(!(0,Ue.isNumber)(kt))throw new TypeError('size should be of type "number"');if(kt>this.maxObjectSize)throw new TypeError(`size should not be more than ${this.maxObjectSize}`);if(this.overRidePartSize)return this.partSize;for(var he=this.partSize;;){if(he*1e4>kt)return he;he+=16*1024*1024}}logHTTP(kt,he,tr){if(this.logStream){if(!(0,Ue.isObject)(kt))throw new TypeError('reqOptions should be of type "object"');if(he&&!(0,Ue.isReadableStream)(he))throw new TypeError('response should be of type "Stream"');if(tr&&!(tr instanceof Error))throw new TypeError('err should be of type "Error"');var gr=yr=>{_e.default.forEach(yr,(xr,Nr)=>{if(Nr=="authorization"){var Tr=new RegExp("Signature=([0-9a-f]+)");xr=xr.replace(Tr,"Signature=**REDACTED**")}this.logStream.write(`${Nr}: ${xr}
`)}),this.logStream.write(`
`)};if(this.logStream.write(`REQUEST: ${kt.method} ${kt.path}
`),gr(kt.headers),he&&(this.logStream.write(`RESPONSE: ${he.statusCode}
`),gr(he.headers)),tr){this.logStream.write(`ERROR BODY:
`);var _r=JSON.stringify(tr,null," ");this.logStream.write(`${_r}
`)}}}traceOn(kt){kt||(kt=t.stdout),this.logStream=kt}traceOff(){this.logStream=null}makeRequest(kt,he,tr,gr,_r,yr){if(!(0,Ue.isObject)(kt))throw new TypeError('options should be of type "object"');if(!(0,Ue.isString)(he)&&!(0,Ue.isObject)(he))throw new TypeError('payload should be of type "string" or "Buffer"');if(tr.forEach(Tr=>{if(!(0,Ue.isNumber)(Tr))throw new TypeError('statusCode should be of type "number"')}),!(0,Ue.isString)(gr))throw new TypeError('region should be of type "string"');if(!(0,Ue.isBoolean)(_r))throw new TypeError('returnResponse should be of type "boolean"');if(!(0,Ue.isFunction)(yr))throw new TypeError('callback should be of type "function"');kt.headers||(kt.headers={}),(kt.method==="POST"||kt.method==="PUT"||kt.method==="DELETE")&&(kt.headers["content-length"]=he.length);var xr="";this.enableSHA256&&(xr=(0,Ue.toSha256)(he));var Nr=(0,Ue.readableStream)(he);this.makeRequestStream(kt,Nr,xr,tr,gr,_r,yr)}makeRequestStream(kt,he,tr,gr,_r,yr,xr){if(!(0,Ue.isObject)(kt))throw new TypeError('options should be of type "object"');if(!(0,Ue.isReadableStream)(he))throw new qe.InvalidArgumentError("stream should be a readable Stream");if(!(0,Ue.isString)(tr))throw new TypeError('sha256sum should be of type "string"');if(gr.forEach(Tr=>{if(!(0,Ue.isNumber)(Tr))throw new TypeError('statusCode should be of type "number"')}),!(0,Ue.isString)(_r))throw new TypeError('region should be of type "string"');if(!(0,Ue.isBoolean)(yr))throw new TypeError('returnResponse should be of type "boolean"');if(!(0,Ue.isFunction)(xr))throw new TypeError('callback should be of type "function"');if(!this.enableSHA256&&tr.length!==0)throw new qe.InvalidArgumentError("sha256sum expected to be empty for anonymous or https requests");if(this.enableSHA256&&tr.length!==64)throw new qe.InvalidArgumentError(`Invalid sha256sum : ${tr}`);var Nr=(Tr,Sr)=>{if(Tr)return xr(Tr);kt.region=Sr;var Ar=this.getRequestOptions(kt);if(!this.anonymous){this.enableSHA256||(tr="UNSIGNED-PAYLOAD");let Dr=new Date;Ar.headers["x-amz-date"]=(0,Ue.makeDateLong)(Dr),Ar.headers["x-amz-content-sha256"]=tr,this.sessionToken&&(Ar.headers["x-amz-security-token"]=this.sessionToken),this.checkAndRefreshCreds();var Fr=(0,$e.signV4)(Ar,this.accessKey,this.secretKey,Sr,Dr);Ar.headers.authorization=Fr}var Gr=this.transport.request(Ar,Dr=>{if(!gr.includes(Dr.statusCode)){delete this.regionMap[kt.bucketName];var Ir=Fe.getErrorTransformer(Dr);(0,Ue.pipesetup)(Dr,Ir).on("error",Br=>{this.logHTTP(Ar,Dr,Br),xr(Br)});return}if(this.logHTTP(Ar,Dr),yr)return xr(null,Dr);Dr.on("data",()=>{}),xr(null)});(0,Ue.pipesetup)(he,Gr).on("error",Dr=>{this.logHTTP(Ar,null,Dr),xr(Dr)})};if(_r)return Nr(null,_r);this.getBucketRegion(kt.bucketName,Nr)}getBucketRegion(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name : ${kt}`);if(!(0,Ue.isFunction)(he))throw new TypeError('cb should be of type "function"');if(this.region)return he(null,this.region);if(this.regionMap[kt])return he(null,this.regionMap[kt]);var tr=xr=>{var Nr=Fe.getBucketRegionTransformer(),Tr=Ue.DEFAULT_REGION;(0,Ue.pipesetup)(xr,Nr).on("error",he).on("data",Sr=>{Sr&&(Tr=Sr)}).on("end",()=>{this.regionMap[kt]=Tr,he(null,Tr)})},gr="GET",_r="location",yr=this.pathStyle&&typeof window>"u";this.makeRequest({method:gr,bucketName:kt,query:_r,pathStyle:yr},"",[200],Ue.DEFAULT_REGION,!0,(xr,Nr)=>{if(xr){if(xr.name==="AuthorizationHeaderMalformed"){var Tr=xr.Region;if(!Tr)return he(xr);this.makeRequest({method:gr,bucketName:kt,query:_r},"",[200],Tr,!0,(Sr,Ar)=>{if(Sr)return he(Sr);tr(Ar)});return}return he(xr)}tr(Nr)})}makeBucket(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if((0,Ue.isObject)(he)&&(gr=tr,tr=he,he=""),(0,Ue.isFunction)(he)&&(gr=he,he="",tr={}),(0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isString)(he))throw new TypeError('region should be of type "string"');if(!(0,Ue.isObject)(tr))throw new TypeError('makeOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');var _r="";if(he&&this.region&&he!==this.region)throw new qe.InvalidArgumentError(`Configured region ${this.region}, requested ${he}`);if(he&&he!==Ue.DEFAULT_REGION){var yr=[];yr.push({_attr:{xmlns:"http://s3.amazonaws.com/doc/2006-03-01/"}}),yr.push({LocationConstraint:he});var xr={CreateBucketConfiguration:yr};_r=(0,V.default)(xr)}var Nr="PUT",Tr={};tr.ObjectLocking&&(Tr["x-amz-bucket-object-lock-enabled"]=!0),he||(he=Ue.DEFAULT_REGION);const Sr=Ar=>{if(Ar&&(he===""||he===Ue.DEFAULT_REGION))if(Ar.code==="AuthorizationHeaderMalformed"&&Ar.region!=="")this.makeRequest({method:Nr,bucketName:kt,headers:Tr},_r,[200],Ar.region,!1,gr);else return gr&&gr(Ar);return gr&&gr(Ar)};this.makeRequest({method:Nr,bucketName:kt,headers:Tr},_r,[200],he,!1,Sr)}listBuckets(kt){if(!(0,Ue.isFunction)(kt))throw new TypeError('callback should be of type "function"');var he="GET";this.makeRequest({method:he},"",[200],Ue.DEFAULT_REGION,!0,(tr,gr)=>{if(tr)return kt(tr);var _r=Fe.getListBucketTransformer(),yr;(0,Ue.pipesetup)(gr,_r).on("data",xr=>yr=xr).on("error",xr=>kt(xr)).on("end",()=>kt(null,yr))})}listIncompleteUploads(kt,he,tr){if(he===void 0&&(he=""),tr===void 0&&(tr=!1),!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidPrefix)(he))throw new qe.InvalidPrefixError(`Invalid prefix : ${he}`);if(!(0,Ue.isBoolean)(tr))throw new TypeError('recursive should be of type "boolean"');var gr=tr?"":"/",_r="",yr="",xr=[],Nr=!1,Tr=L.default.Readable({objectMode:!0});return Tr._read=()=>{if(xr.length)return Tr.push(xr.shift());if(Nr)return Tr.push(null);this.listIncompleteUploadsQuery(kt,he,_r,yr,gr).on("error",Sr=>Tr.emit("error",Sr)).on("data",Sr=>{Sr.prefixes.forEach(Ar=>xr.push(Ar)),re.default.eachSeries(Sr.uploads,(Ar,Fr)=>{this.listParts(kt,Ar.key,Ar.uploadId,(Gr,Vr)=>{if(Gr)return Fr(Gr);Ar.size=Vr.reduce((Dr,Ir)=>Dr+Ir.size,0),xr.push(Ar),Fr()})},Ar=>{if(Ar){Tr.emit("error",Ar);return}Sr.isTruncated?(_r=Sr.nextKeyMarker,yr=Sr.nextUploadIdMarker):Nr=!0,Tr._read()})})},Tr}bucketExists(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');var tr="HEAD";this.makeRequest({method:tr,bucketName:kt},"",[200],"",!1,gr=>{if(gr)return gr.code=="NoSuchBucket"||gr.code=="NotFound"?he(null,!1):he(gr);he(null,!0)})}removeBucket(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');var tr="DELETE";this.makeRequest({method:tr,bucketName:kt},"",[204],"",!1,gr=>{gr||delete this.regionMap[kt],he(gr)})}removeIncompleteUpload(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.isValidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');var gr;re.default.during(_r=>{this.findUploadId(kt,he,(yr,xr)=>{if(yr)return _r(yr);gr=xr,_r(null,xr)})},_r=>{var yr="DELETE",xr=`uploadId=${gr}`;this.makeRequest({method:yr,bucketName:kt,objectName:he,query:xr},"",[204],"",!1,Nr=>_r(Nr))},tr)}fGetObject(kt,he,tr,gr={},_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('filePath should be of type "string"');if((0,Ue.isFunction)(gr)&&(_r=gr,gr={}),!(0,Ue.isFunction)(_r))throw new TypeError('callback should be of type "function"');var yr,xr,Nr,Tr=Sr=>{if(Sr)return _r(Sr);n.default.rename(yr,tr,_r)};re.default.waterfall([Sr=>this.statObject(kt,he,gr,Sr),(Sr,Ar)=>{Nr=Sr,(0,ue.default)(de.default.dirname(tr),Ar)},(Sr,Ar)=>{yr=`${tr}.${Nr.etag}.part.minio`,n.default.stat(yr,(Fr,Gr)=>{var Vr=0;if(Fr)xr=n.default.createWriteStream(yr,{flags:"w"});else{if(Nr.size===Gr.size)return Tr();Vr=Gr.size,xr=n.default.createWriteStream(yr,{flags:"a"})}this.getPartialObject(kt,he,Vr,0,gr,Ar)})},(Sr,Ar)=>{(0,Ue.pipesetup)(Sr,xr).on("error",Fr=>Ar(Fr)).on("finish",Ar)},Sr=>n.default.stat(yr,Sr),(Sr,Ar)=>{if(Sr.size===Nr.size)return Ar();Ar(new Error("Size mismatch between downloaded file and the object"))}],Tr)}getObject(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');this.getPartialObject(kt,he,0,0,tr,gr)}getPartialObject(kt,he,tr,gr,_r={},yr){if((0,Ue.isFunction)(gr)&&(yr=gr,gr=0),!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isNumber)(tr))throw new TypeError('offset should be of type "number"');if(!(0,Ue.isNumber)(gr))throw new TypeError('length should be of type "number"');if((0,Ue.isFunction)(_r)&&(yr=_r,_r={}),!(0,Ue.isFunction)(yr))throw new TypeError('callback should be of type "function"');var xr="";(tr||gr)&&(tr?xr=`bytes=${+tr}-`:(xr="bytes=0-",tr=0),gr&&(xr+=`${+gr+tr-1}`));var Nr={};xr!==""&&(Nr.range=xr);var Tr=[200];xr&&Tr.push(206);var Sr="GET",Ar=oe.default.stringify(_r);this.makeRequest({method:Sr,bucketName:kt,objectName:he,headers:Nr,query:Ar},"",Tr,"",!0,yr)}fPutObject(kt,he,tr,gr,_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('filePath should be of type "string"');if((0,Ue.isFunction)(gr)&&(_r=gr,gr={}),!(0,Ue.isObject)(gr))throw new TypeError('metaData should be of type "object"');gr=(0,Ue.insertContentType)(gr,tr),gr=(0,Ue.prependXAMZMeta)(gr);var yr,xr;re.default.waterfall([Nr=>n.default.stat(tr,Nr),(Nr,Tr)=>{yr=Nr.size;var Sr=!1,Ar=Tr;if(Tr=function(){if(!Sr)return Sr=!0,Ar.apply(this,arguments)},yr>this.maxObjectSize)return Tr(new Error(`${tr} size : ${Nr.size}, max allowed size : 5TB`));if(yr<=this.partSize){var Fr=!1,Gr=this.getUploader(kt,he,gr,Fr),Vr=Fe.getHashSummer(this.enableSHA256),Dr=0,Ir=yr-1,Br=!0;yr===0&&(Ir=0);var Rr={start:Dr,end:Ir,autoClose:Br};(0,Ue.pipesetup)(n.default.createReadStream(tr,Rr),Vr).on("data",Lr=>{var $r=Lr.md5sum,jr=Lr.sha256sum,vn=n.default.createReadStream(tr,Rr);Gr(vn,yr,jr,$r,(Kr,kr)=>{_r(Kr,kr),Tr(!0)})}).on("error",Lr=>Tr(Lr));return}this.findUploadId(kt,he,Tr)},(Nr,Tr)=>{if(Nr)return this.listParts(kt,he,Nr,(Sr,Ar)=>Tr(Sr,Nr,Ar));this.initiateNewMultipartUpload(kt,he,gr,(Sr,Ar)=>Tr(Sr,Ar,[]))},(Nr,Tr,Sr)=>{xr=this.calculatePartSize(yr);var Ar=!0,Fr=this.getUploader(kt,he,gr,Ar),Gr=Tr.reduce(function(Br,Rr){return Br[Rr.part]||(Br[Rr.part]=Rr),Br},{}),Vr=[],Dr=1,Ir=0;re.default.whilst(Br=>{Br(null,Ir<yr)},Br=>{var Rr=!1,Lr=Br;Br=function(){if(!Rr)return Rr=!0,Lr.apply(this,arguments)};var $r=Gr[Dr],jr=Fe.getHashSummer(this.enableSHA256),vn=xr;vn>yr-Ir&&(vn=yr-Ir);var Kr=Ir,kr=Ir+vn-1,Qr=!0,Zr={autoClose:Qr,start:Kr,end:kr};(0,Ue.pipesetup)(n.default.createReadStream(tr,Zr),jr).on("data",Vi=>{var To=Buffer$F.from(Vi.md5sum,"base64").toString("hex");if($r&&To===$r.etag)return Vr.push({part:Dr,etag:$r.etag}),Dr++,Ir+=vn,Br();var oa=n.default.createReadStream(tr,Zr);Fr(Nr,Dr,oa,vn,Vi.sha256sum,Vi.md5sum,(Ba,rs)=>Ba?Br(Ba):(Vr.push({part:Dr,etag:rs.etag}),Dr++,Ir+=vn,Br()))}).on("error",Vi=>Br(Vi))},Br=>{if(Br)return Sr(Br);Sr(null,Vr,Nr)})},(Nr,Tr,Sr)=>this.completeMultipartUpload(kt,he,Tr,Nr,Sr)],(Nr,...Tr)=>{Nr!==!0&&_r(Nr,...Tr)})}putObject(kt,he,tr,gr,_r,yr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(gr)?(yr=gr,_r={}):(0,Ue.isFunction)(_r)&&(yr=_r,_r={}),(0,Ue.isObject)(gr)&&(_r=gr),_r=(0,Ue.prependXAMZMeta)(_r),typeof tr=="string"||tr instanceof Buffer$F)gr=tr.length,tr=(0,Ue.readableStream)(tr);else if(!(0,Ue.isReadableStream)(tr))throw new TypeError('third argument should be of type "stream.Readable" or "Buffer" or "string"');if(!(0,Ue.isFunction)(yr))throw new TypeError('callback should be of type "function"');if((0,Ue.isNumber)(gr)&&gr<0)throw new qe.InvalidArgumentError(`size cannot be negative, given size: ${gr}`);(0,Ue.isNumber)(gr)||(gr=this.maxObjectSize),gr=this.calculatePartSize(gr);let xr=new j.default({size:gr,zeroPadding:!1}),Nr=new Ve.default(this,kt,he,gr,_r,yr);tr.pipe(xr).pipe(Nr)}copyObjectV1(kt,he,tr,gr,_r){var yr=kt,xr=he,Nr=tr,Tr,Sr;if(typeof gr=="function"&&_r===void 0?(Tr=null,Sr=gr):(Tr=gr,Sr=_r),!(0,Ue.isValidBucketName)(yr))throw new qe.InvalidBucketNameError("Invalid bucket name: "+yr);if(!(0,Ue.isValidObjectName)(xr))throw new qe.InvalidObjectNameError(`Invalid object name: ${xr}`);if(!(0,Ue.isString)(Nr))throw new TypeError('srcObject should be of type "string"');if(Nr==="")throw new qe.InvalidPrefixError("Empty source prefix");if(Tr!==null&&!(Tr instanceof jt))throw new TypeError('conditions should be of type "CopyConditions"');var Ar={};Ar["x-amz-copy-source"]=(0,Ue.uriResourceEscape)(Nr),Tr!==null&&(Tr.modified!==""&&(Ar["x-amz-copy-source-if-modified-since"]=Tr.modified),Tr.unmodified!==""&&(Ar["x-amz-copy-source-if-unmodified-since"]=Tr.unmodified),Tr.matchETag!==""&&(Ar["x-amz-copy-source-if-match"]=Tr.matchETag),Tr.matchEtagExcept!==""&&(Ar["x-amz-copy-source-if-none-match"]=Tr.matchETagExcept));var Fr="PUT";this.makeRequest({method:Fr,bucketName:yr,objectName:xr,headers:Ar},"",[200],"",!0,(Gr,Vr)=>{if(Gr)return Sr(Gr);var Dr=Fe.getCopyObjectTransformer();(0,Ue.pipesetup)(Vr,Dr).on("error",Ir=>Sr(Ir)).on("data",Ir=>Sr(null,Ir))})}copyObjectV2(kt,he,tr){if(!(kt instanceof Ue.CopySourceOptions))throw new qe.InvalidArgumentError("sourceConfig should of type CopySourceOptions ");if(!(he instanceof Ue.CopyDestinationOptions))throw new qe.InvalidArgumentError("destConfig should of type CopyDestinationOptions ");if(!he.validate()||!he.validate())return!1;if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');const gr=Object.assign({},kt.getHeaders(),he.getHeaders()),_r=he.Bucket,yr=he.Object;this.makeRequest({method:"PUT",bucketName:_r,objectName:yr,headers:gr},"",[200],"",!0,(Nr,Tr)=>{if(Nr)return tr(Nr);const Sr=Fe.getCopyObjectTransformer();(0,Ue.pipesetup)(Tr,Sr).on("error",Ar=>tr(Ar)).on("data",Ar=>{const Fr=Tr.headers,Gr={Bucket:he.Bucket,Key:he.Object,LastModified:Ar.LastModified,MetaData:(0,Ue.extractMetadata)(Fr),VersionId:(0,Ue.getVersionId)(Fr),SourceVersionId:(0,Ue.getSourceVersionId)(Fr),Etag:(0,Ue.sanitizeETag)(Fr.etag),Size:+Fr["content-length"]};return tr(null,Gr)})})}copyObject(...kt){return kt[0]instanceof Ue.CopySourceOptions&&kt[1]instanceof Ue.CopyDestinationOptions?this.copyObjectV2(...arguments):this.copyObjectV1(...arguments)}listObjectsQuery(kt,he,tr,gr={}){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isString)(tr))throw new TypeError('marker should be of type "string"');let{Delimiter:_r,MaxKeys:yr,IncludeVersion:xr}=gr;if(!(0,Ue.isObject)(gr))throw new TypeError('listQueryOpts should be of type "object"');if(!(0,Ue.isString)(_r))throw new TypeError('Delimiter should be of type "string"');if(!(0,Ue.isNumber)(yr))throw new TypeError('MaxKeys should be of type "number"');const Nr=[];Nr.push(`prefix=${(0,Ue.uriEscape)(he)}`),Nr.push(`delimiter=${(0,Ue.uriEscape)(_r)}`),Nr.push("encoding-type=url"),xr&&Nr.push("versions"),tr&&(tr=(0,Ue.uriEscape)(tr),xr?Nr.push(`key-marker=${tr}`):Nr.push(`marker=${tr}`)),yr&&(yr>=1e3&&(yr=1e3),Nr.push(`max-keys=${yr}`)),Nr.sort();var Tr="";Nr.length>0&&(Tr=`${Nr.join("&")}`);var Sr="GET",Ar=Fe.getListObjectsTransformer();return this.makeRequest({method:Sr,bucketName:kt,query:Tr},"",[200],"",!0,(Fr,Gr)=>{if(Fr)return Ar.emit("error",Fr);(0,Ue.pipesetup)(Gr,Ar)}),Ar}listObjects(kt,he,tr,gr={}){if(he===void 0&&(he=""),tr===void 0&&(tr=!1),!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidPrefix)(he))throw new qe.InvalidPrefixError(`Invalid prefix : ${he}`);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isBoolean)(tr))throw new TypeError('recursive should be of type "boolean"');if(!(0,Ue.isObject)(gr))throw new TypeError('listOpts should be of type "object"');var _r="";const yr={Delimiter:tr?"":"/",MaxKeys:1e3,IncludeVersion:gr.IncludeVersion};var xr=[],Nr=!1,Tr=L.default.Readable({objectMode:!0});return Tr._read=()=>{if(xr.length){Tr.push(xr.shift());return}if(Nr)return Tr.push(null);this.listObjectsQuery(kt,he,_r,yr).on("error",Sr=>Tr.emit("error",Sr)).on("data",Sr=>{Sr.isTruncated?_r=Sr.nextMarker||Sr.versionIdMarker:Nr=!0,xr=Sr.objects,Tr._read()})},Tr}listObjectsV2Query(kt,he,tr,gr,_r,yr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isString)(tr))throw new TypeError('continuationToken should be of type "string"');if(!(0,Ue.isString)(gr))throw new TypeError('delimiter should be of type "string"');if(!(0,Ue.isNumber)(_r))throw new TypeError('maxKeys should be of type "number"');if(!(0,Ue.isString)(yr))throw new TypeError('startAfter should be of type "string"');var xr=[];xr.push("list-type=2"),xr.push("encoding-type=url"),xr.push(`prefix=${(0,Ue.uriEscape)(he)}`),xr.push(`delimiter=${(0,Ue.uriEscape)(gr)}`),tr&&(tr=(0,Ue.uriEscape)(tr),xr.push(`continuation-token=${tr}`)),yr&&(yr=(0,Ue.uriEscape)(yr),xr.push(`start-after=${yr}`)),_r&&(_r>=1e3&&(_r=1e3),xr.push(`max-keys=${_r}`)),xr.sort();var Nr="";xr.length>0&&(Nr=`${xr.join("&")}`);var Tr="GET",Sr=Fe.getListObjectsV2Transformer();return this.makeRequest({method:Tr,bucketName:kt,query:Nr},"",[200],"",!0,(Ar,Fr)=>{if(Ar)return Sr.emit("error",Ar);(0,Ue.pipesetup)(Fr,Sr)}),Sr}listObjectsV2(kt,he,tr,gr){if(he===void 0&&(he=""),tr===void 0&&(tr=!1),gr===void 0&&(gr=""),!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidPrefix)(he))throw new qe.InvalidPrefixError(`Invalid prefix : ${he}`);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isBoolean)(tr))throw new TypeError('recursive should be of type "boolean"');if(!(0,Ue.isString)(gr))throw new TypeError('startAfter should be of type "string"');var _r=tr?"":"/",yr="",xr=[],Nr=!1,Tr=L.default.Readable({objectMode:!0});return Tr._read=()=>{if(xr.length){Tr.push(xr.shift());return}if(Nr)return Tr.push(null);this.listObjectsV2Query(kt,he,yr,_r,1e3,gr).on("error",Sr=>Tr.emit("error",Sr)).on("data",Sr=>{Sr.isTruncated?yr=Sr.nextContinuationToken:Nr=!0,xr=Sr.objects,Tr._read()})},Tr}statObject(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('statOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');var _r=oe.default.stringify(tr),yr="HEAD";this.makeRequest({method:yr,bucketName:kt,objectName:he,query:_r},"",[200],"",!0,(xr,Nr)=>{if(xr)return gr(xr);Nr.on("data",()=>{});const Tr={size:+Nr.headers["content-length"],metaData:(0,Ue.extractMetadata)(Nr.headers),lastModified:new Date(Nr.headers["last-modified"]),versionId:(0,Ue.getVersionId)(Nr.headers),etag:(0,Ue.sanitizeETag)(Nr.headers.etag)};gr(null,Tr)})}removeObject(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('removeOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');const _r="DELETE",yr={};tr.versionId&&(yr.versionId=`${tr.versionId}`);const xr={};tr.governanceBypass&&(xr["X-Amz-Bypass-Governance-Retention"]=!0),tr.forceDelete&&(xr["x-minio-force-delete"]=!0);const Nr=oe.default.stringify(yr);let Tr={method:_r,bucketName:kt,objectName:he,headers:xr};Nr&&(Tr.query=Nr),this.makeRequest(Tr,"",[200,204],"",!1,gr)}removeObjects(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isArray)(he))throw new qe.InvalidArgumentError("objectsList should be a list");if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');const gr=1e3,_r="delete",yr="POST";let xr=he.reduce((Tr,Sr)=>(Tr.list.push(Sr),Tr.list.length===gr&&(Tr.listOfList.push(Tr.list),Tr.list=[]),Tr),{listOfList:[],list:[]});xr.list.length>0&&xr.listOfList.push(xr.list);const Nr=new Ne.TextEncoder;re.default.eachSeries(xr.listOfList,Tr=>{var Sr=[];Tr.forEach(function(Dr){(0,Ue.isObject)(Dr)?Sr.push({Key:Dr.name,VersionId:Dr.versionId}):Sr.push({Key:Dr})});let Ar={Delete:{Quiet:!0,Object:Sr}},Gr=new z.default.Builder({headless:!0}).buildObject(Ar);Gr=Nr.encode(Gr);const Vr={};Vr["Content-MD5"]=(0,Ue.toMd5)(Gr),this.makeRequest({method:yr,bucketName:kt,query:_r,headers:Vr},Gr,[200],"",!0,(Dr,Ir)=>{if(Dr)return tr(Dr);let Br;(0,Ue.pipesetup)(Ir,Fe.removeObjectsTransformer()).on("data",Rr=>{Br=Rr}).on("error",tr).on("end",()=>{tr(null,Br)})})},tr)}getBucketPolicy(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name: ${kt}`);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:kt,query:"policy"},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.getConcater()).on("data",Nr=>xr=Nr).on("error",he).on("end",()=>{he(null,xr.toString())})})}setBucketPolicy(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name: ${kt}`);if(!(0,Ue.isString)(he))throw new qe.InvalidBucketPolicyError(`Invalid bucket policy: ${he} - must be "string"`);if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');let gr="DELETE",_r="policy";he&&(gr="PUT"),this.makeRequest({method:gr,bucketName:kt,query:_r},he,[204],"",!1,tr)}presignedUrl(kt,he,tr,gr,_r,yr,xr){if(this.anonymous)throw new qe.AnonymousRequestError("Presigned "+kt+" url cannot be generated for anonymous requests");if((0,Ue.isFunction)(yr)&&(xr=yr,yr=new Date),(0,Ue.isFunction)(_r)&&(xr=_r,_r={},yr=new Date),(0,Ue.isFunction)(gr)&&(xr=gr,_r={},gr=24*60*60*7,yr=new Date),!(0,Ue.isNumber)(gr))throw new TypeError('expires should be of type "number"');if(!(0,Ue.isObject)(_r))throw new TypeError('reqParams should be of type "object"');if(!(0,Ue.isValidDate)(yr))throw new TypeError('requestDate should be of type "Date" and valid');if(!(0,Ue.isFunction)(xr))throw new TypeError('callback should be of type "function"');var Nr=oe.default.stringify(_r);this.getBucketRegion(he,(Tr,Sr)=>{if(Tr)return xr(Tr);var Ar,Fr=this.getRequestOptions({method:kt,region:Sr,bucketName:he,objectName:tr,query:Nr});this.checkAndRefreshCreds();try{Ar=(0,$e.presignSignatureV4)(Fr,this.accessKey,this.secretKey,this.sessionToken,Sr,yr,gr)}catch(Gr){return xr(Gr)}xr(null,Ar)})}presignedGetObject(kt,he,tr,gr,_r,yr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);(0,Ue.isFunction)(gr)&&(yr=gr,gr={},_r=new Date);var xr=["response-content-type","response-content-language","response-expires","response-cache-control","response-content-disposition","response-content-encoding"];return xr.forEach(Nr=>{if(gr!==void 0&&gr[Nr]!==void 0&&!(0,Ue.isString)(gr[Nr]))throw new TypeError(`response header ${Nr} should be of type "string"`)}),this.presignedUrl("GET",kt,he,tr,gr,_r,yr)}presignedPutObject(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: ${bucketName}");if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError("Invalid object name: ${objectName}");return this.presignedUrl("PUT",kt,he,tr,gr)}newPostPolicy(){return new ar}presignedPostPolicy(kt,he){if(this.anonymous)throw new qe.AnonymousRequestError("Presigned POST policy cannot be generated for anonymous requests");if(!(0,Ue.isObject)(kt))throw new TypeError('postPolicy should be of type "object"');if(!(0,Ue.isFunction)(he))throw new TypeError('cb should be of type "function"');this.getBucketRegion(kt.formData.bucket,(tr,gr)=>{if(tr)return he(tr);var _r=new Date,yr=(0,Ue.makeDateLong)(_r);if(this.checkAndRefreshCreds(),!kt.policy.expiration){var xr=new Date;xr.setSeconds(24*60*60*7),kt.setExpires(xr)}kt.policy.conditions.push(["eq","$x-amz-date",yr]),kt.formData["x-amz-date"]=yr,kt.policy.conditions.push(["eq","$x-amz-algorithm","AWS4-HMAC-SHA256"]),kt.formData["x-amz-algorithm"]="AWS4-HMAC-SHA256",kt.policy.conditions.push(["eq","$x-amz-credential",this.accessKey+"/"+(0,Ue.getScope)(gr,_r)]),kt.formData["x-amz-credential"]=this.accessKey+"/"+(0,Ue.getScope)(gr,_r),this.sessionToken&&(kt.policy.conditions.push(["eq","$x-amz-security-token",this.sessionToken]),kt.formData["x-amz-security-token"]=this.sessionToken);var Nr=Buffer$F.from(JSON.stringify(kt.policy)).toString("base64");kt.formData.policy=Nr;var Tr=(0,$e.postPresignSignatureV4)(gr,_r,this.secretKey,Nr);kt.formData["x-amz-signature"]=Tr;var Sr={};Sr.region=gr,Sr.bucketName=kt.formData.bucket;var Ar=this.getRequestOptions(Sr),Fr=this.port==80||this.port===443?"":`:${this.port.toString()}`,Gr=`${Ar.protocol}//${Ar.host}${Fr}${Ar.path}`;he(null,{postURL:Gr,formData:kt.formData})})}initiateNewMultipartUpload(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isObject)(tr))throw new qe.InvalidObjectNameError('contentType should be of type "object"');var _r="POST";let yr=Object.assign({},tr);var xr="uploads";this.makeRequest({method:_r,bucketName:kt,objectName:he,query:xr,headers:yr},"",[200],"",!0,(Nr,Tr)=>{if(Nr)return gr(Nr);var Sr=Fe.getInitiateMultipartTransformer();(0,Ue.pipesetup)(Tr,Sr).on("error",Ar=>gr(Ar)).on("data",Ar=>gr(null,Ar))})}completeMultipartUpload(kt,he,tr,gr,_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('uploadId should be of type "string"');if(!(0,Ue.isObject)(gr))throw new TypeError('etags should be of type "Array"');if(!(0,Ue.isFunction)(_r))throw new TypeError('cb should be of type "function"');if(!tr)throw new qe.InvalidArgumentError("uploadId cannot be empty");var yr="POST",xr=`uploadId=${(0,Ue.uriEscape)(tr)}`,Nr=[];gr.forEach(Ar=>{Nr.push({Part:[{PartNumber:Ar.part},{ETag:Ar.etag}]})});var Tr={CompleteMultipartUpload:Nr},Sr=(0,V.default)(Tr);this.makeRequest({method:yr,bucketName:kt,objectName:he,query:xr},Sr,[200],"",!0,(Ar,Fr)=>{if(Ar)return _r(Ar);var Gr=Fe.getCompleteMultipartTransformer();(0,Ue.pipesetup)(Fr,Gr).on("error",Vr=>_r(Vr)).on("data",Vr=>{if(Vr.errCode)_r(new qe.S3Error(Vr.errMessage));else{const Dr={etag:Vr.etag,versionId:(0,Ue.getVersionId)(Fr.headers)};_r(null,Dr)}})})}listParts(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('uploadId should be of type "string"');if(!tr)throw new qe.InvalidArgumentError("uploadId cannot be empty");var _r=[],yr=xr=>{this.listPartsQuery(kt,he,tr,xr,(Nr,Tr)=>{if(Nr){gr(Nr);return}if(_r=_r.concat(Tr.parts),Tr.isTruncated){yr(Tr.marker);return}gr(null,_r)})};yr(0)}listPartsQuery(kt,he,tr,gr,_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('uploadId should be of type "string"');if(!(0,Ue.isNumber)(gr))throw new TypeError('marker should be of type "number"');if(!(0,Ue.isFunction)(_r))throw new TypeError('callback should be of type "function"');if(!tr)throw new qe.InvalidArgumentError("uploadId cannot be empty");var yr="";gr&&gr!==0&&(yr+=`part-number-marker=${gr}&`),yr+=`uploadId=${(0,Ue.uriEscape)(tr)}`;var xr="GET";this.makeRequest({method:xr,bucketName:kt,objectName:he,query:yr},"",[200],"",!0,(Nr,Tr)=>{if(Nr)return _r(Nr);var Sr=Fe.getListPartsTransformer();(0,Ue.pipesetup)(Tr,Sr).on("error",Ar=>_r(Ar)).on("data",Ar=>_r(null,Ar))})}listIncompleteUploadsQuery(kt,he,tr,gr,_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isString)(tr))throw new TypeError('keyMarker should be of type "string"');if(!(0,Ue.isString)(gr))throw new TypeError('uploadIdMarker should be of type "string"');if(!(0,Ue.isString)(_r))throw new TypeError('delimiter should be of type "string"');var yr=[];yr.push(`prefix=${(0,Ue.uriEscape)(he)}`),yr.push(`delimiter=${(0,Ue.uriEscape)(_r)}`),tr&&(tr=(0,Ue.uriEscape)(tr),yr.push(`key-marker=${tr}`)),gr&&yr.push(`upload-id-marker=${gr}`);var xr=1e3;yr.push(`max-uploads=${xr}`),yr.sort(),yr.unshift("uploads");var Nr="";yr.length>0&&(Nr=`${yr.join("&")}`);var Tr="GET",Sr=Fe.getListMultipartTransformer();return this.makeRequest({method:Tr,bucketName:kt,query:Nr},"",[200],"",!0,(Ar,Fr)=>{if(Ar)return Sr.emit("error",Ar);(0,Ue.pipesetup)(Fr,Sr)}),Sr}findUploadId(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isFunction)(tr))throw new TypeError('cb should be of type "function"');var gr,_r=(yr,xr)=>{this.listIncompleteUploadsQuery(kt,he,yr,xr,"").on("error",Nr=>tr(Nr)).on("data",Nr=>{if(Nr.uploads.forEach(Tr=>{if(Tr.key===he&&(!gr||Tr.initiated.getTime()>gr.initiated.getTime())){gr=Tr;return}}),Nr.isTruncated){_r(Nr.nextKeyMarker,Nr.nextUploadIdMarker);return}if(gr)return tr(null,gr.uploadId);tr(null,void 0)})};_r("","")}getUploader(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isBoolean)(gr))throw new TypeError('multipart should be of type "boolean"');if(!(0,Ue.isObject)(tr))throw new TypeError('metadata should be of type "object"');var _r=(Tr,Sr,Ar,Fr,Gr)=>{if(!(0,Ue.isReadableStream)(Tr))throw new TypeError('stream should be of type "Stream"');if(!(0,Ue.isNumber)(Sr))throw new TypeError('length should be of type "number"');if(!(0,Ue.isString)(Ar))throw new TypeError('sha256sum should be of type "string"');if(!(0,Ue.isString)(Fr))throw new TypeError('md5sum should be of type "string"');if(!(0,Ue.isFunction)(Gr))throw new TypeError('callback should be of type "function"')},yr=(...Tr)=>{_r(...Tr);var Sr="";Nr(Sr,...Tr)},xr=(Tr,Sr,...Ar)=>{if(!(0,Ue.isString)(Tr))throw new TypeError('uploadId should be of type "string"');if(!(0,Ue.isNumber)(Sr))throw new TypeError('partNumber should be of type "number"');if(!Tr)throw new qe.InvalidArgumentError("Empty uploadId");if(!Sr)throw new qe.InvalidArgumentError("partNumber cannot be 0");_r(...Ar);var Fr=`partNumber=${Sr}&uploadId=${(0,Ue.uriEscape)(Tr)}`;Nr(Fr,...Ar)},Nr=(Tr,Sr,Ar,Fr,Gr,Vr)=>{var Dr="PUT";let Ir={"Content-Length":Ar};gr||(Ir=Object.assign({},tr,Ir)),this.enableSHA256||(Ir["Content-MD5"]=Gr),this.makeRequestStream({method:Dr,bucketName:kt,objectName:he,query:Tr,headers:Ir},Sr,Fr,[200],"",!0,(Br,Rr)=>{if(Br)return Vr(Br);const Lr={etag:(0,Ue.sanitizeETag)(Rr.headers.etag),versionId:(0,Ue.getVersionId)(Rr.headers)};Rr.on("data",()=>{}),Vr(null,Lr)})};return gr?xr:yr}setBucketNotification(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isObject)(he))throw new TypeError('notification config should be of type "Object"');if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');var gr="PUT",_r="notification",yr=new z.default.Builder({rootName:"NotificationConfiguration",renderOpts:{pretty:!1},headless:!0}),xr=yr.buildObject(he);this.makeRequest({method:gr,bucketName:kt,query:_r},xr,[200],"",!1,tr)}removeAllBucketNotification(kt,he){this.setBucketNotification(kt,new ir.NotificationConfig,he)}getBucketNotification(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');var tr="GET",gr="notification";this.makeRequest({method:tr,bucketName:kt,query:gr},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);var xr=Fe.getBucketNotificationTransformer(),Nr;(0,Ue.pipesetup)(yr,xr).on("data",Tr=>Nr=Tr).on("error",Tr=>he(Tr)).on("end",()=>he(null,Nr))})}listenBucketNotification(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name: ${kt}`);if(!(0,Ue.isString)(he))throw new TypeError("prefix must be of type string");if(!(0,Ue.isString)(tr))throw new TypeError("suffix must be of type string");if(!(0,Ue.isArray)(gr))throw new TypeError("events must be of type Array");let _r=new ir.NotificationPoller(this,kt,he,tr,gr);return _r.start(),_r}getBucketVersioning(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');var tr="GET",gr="versioning";this.makeRequest({method:tr,bucketName:kt,query:gr},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.bucketVersioningTransformer()).on("data",Nr=>{xr=Nr}).on("error",he).on("end",()=>{he(null,xr)})})}setBucketVersioning(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!Object.keys(he).length)throw new qe.InvalidArgumentError('versionConfig should be of type "object"');if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');var gr="PUT",_r="versioning",yr=new z.default.Builder({rootName:"VersioningConfiguration",renderOpts:{pretty:!1},headless:!0}),xr=yr.buildObject(he);this.makeRequest({method:gr,bucketName:kt,query:_r},xr,[200],"",!1,tr)}setTagging(kt){const{bucketName:he,objectName:tr,tags:gr,putOpts:_r={},cb:yr}=kt,xr="PUT";let Nr="tagging";_r&&_r.versionId&&(Nr=`${Nr}&versionId=${_r.versionId}`);const Tr=[];for(const[Ir,Br]of Object.entries(gr))Tr.push({Key:Ir,Value:Br});const Sr={Tagging:{TagSet:{Tag:Tr}}},Ar=new Ne.TextEncoder,Fr={};let Vr=new z.default.Builder({headless:!0,renderOpts:{pretty:!1}}).buildObject(Sr);Vr=Ar.encode(Vr),Fr["Content-MD5"]=(0,Ue.toMd5)(Vr);const Dr={method:xr,bucketName:he,query:Nr,headers:Fr};tr&&(Dr.objectName=tr),Fr["Content-MD5"]=(0,Ue.toMd5)(Vr),this.makeRequest(Dr,Vr,[200],"",!1,yr)}setBucketTagging(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isObject)(he))throw new qe.InvalidArgumentError('tags should be of type "object"');if(Object.keys(he).length>10)throw new qe.InvalidArgumentError('maximum tags allowed is 10"');if(!(0,Ue.isFunction)(tr))throw new qe.InvalidArgumentError('callback should be of type "function"');return this.setTagging({bucketName:kt,tags:he,cb:tr})}setObjectTagging(kt,he,tr,gr={},_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidBucketNameError("Invalid object name: "+he);if((0,Ue.isFunction)(gr)&&(_r=gr,gr={}),!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('tags should be of type "object"');if(Object.keys(tr).length>10)throw new qe.InvalidArgumentError('Maximum tags allowed is 10"');if(!(0,Ue.isFunction)(_r))throw new TypeError('callback should be of type "function"');return this.setTagging({bucketName:kt,objectName:he,tags:tr,putOpts:gr,cb:_r})}removeTagging({bucketName:kt,objectName:he,removeOpts:tr,cb:gr}){const _r="DELETE";let yr="tagging";tr&&Object.keys(tr).length&&tr.versionId&&(yr=`${yr}&versionId=${tr.versionId}`);const xr={method:_r,bucketName:kt,objectName:he,query:yr};he&&(xr.objectName=he),this.makeRequest(xr,"",[200,204],"",!0,gr)}removeBucketTagging(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');return this.removeTagging({bucketName:kt,cb:he})}removeObjectTagging(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidBucketNameError("Invalid object name: "+he);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),tr&&Object.keys(tr).length&&!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('removeOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');return this.removeTagging({bucketName:kt,objectName:he,removeOpts:tr,cb:gr})}getBucketTagging(kt,he){const _r={method:"GET",bucketName:kt,query:"tagging"};this.makeRequest(_r,"",[200],"",!0,(yr,xr)=>{var Nr=Fe.getTagsTransformer();if(yr)return he(yr);let Tr;(0,Ue.pipesetup)(xr,Nr).on("data",Sr=>Tr=Sr).on("error",Sr=>he(Sr)).on("end",()=>he(null,Tr))})}getObjectTagging(kt,he,tr={},gr=()=>!1){const _r="GET";let yr="tagging";if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidBucketNameError("Invalid object name: "+he);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('getOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');tr&&tr.versionId&&(yr=`${yr}&versionId=${tr.versionId}`);const xr={method:_r,bucketName:kt,query:yr};he&&(xr.objectName=he),this.makeRequest(xr,"",[200],"",!0,(Nr,Tr)=>{const Sr=Fe.getTagsTransformer();if(Nr)return gr(Nr);let Ar;(0,Ue.pipesetup)(Tr,Sr).on("data",Fr=>Ar=Fr).on("error",Fr=>gr(Fr)).on("end",()=>gr(null,Ar))})}applyBucketLifecycle(kt,he,tr){const gr="PUT",_r="lifecycle",yr=new Ne.TextEncoder,xr={};let Tr=new z.default.Builder({rootName:"LifecycleConfiguration",headless:!0,renderOpts:{pretty:!1}}).buildObject(he);Tr=yr.encode(Tr);const Sr={method:gr,bucketName:kt,query:_r,headers:xr};xr["Content-MD5"]=(0,Ue.toMd5)(Tr),this.makeRequest(Sr,Tr,[200],"",!1,tr)}removeBucketLifecycle(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);this.makeRequest({method:"DELETE",bucketName:kt,query:"lifecycle"},"",[204],"",!1,he)}setBucketLifecycle(kt,he=null,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);_e.default.isEmpty(he)?this.removeBucketLifecycle(kt,tr):this.applyBucketLifecycle(kt,he,tr)}getBucketLifecycle(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);const _r={method:"GET",bucketName:kt,query:"lifecycle"};this.makeRequest(_r,"",[200],"",!0,(yr,xr)=>{const Nr=Fe.lifecycleTransformer();if(yr)return he(yr);let Tr;(0,Ue.pipesetup)(xr,Nr).on("data",Sr=>Tr=Sr).on("error",Sr=>he(Sr)).on("end",()=>he(null,Tr))})}setObjectLockConfig(kt,he={},tr){const gr=[Ue.RETENTION_MODES.COMPLIANCE,Ue.RETENTION_MODES.GOVERNANCE],_r=[Ue.RETENTION_VALIDITY_UNITS.DAYS,Ue.RETENTION_VALIDITY_UNITS.YEARS];if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(he.mode&&!gr.includes(he.mode))throw new TypeError(`lockConfigOpts.mode should be one of ${gr}`);if(he.unit&&!_r.includes(he.unit))throw new TypeError(`lockConfigOpts.unit should be one of ${_r}`);if(he.validity&&!(0,Ue.isNumber)(he.validity))throw new TypeError("lockConfigOpts.validity should be a number");const yr="PUT",xr="object-lock";let Nr={ObjectLockEnabled:"Enabled"};const Tr=Object.keys(he);if(Tr.length>0){if(_e.default.difference(Tr,["unit","mode","validity"]).length!==0)throw new TypeError("lockConfigOpts.mode,lockConfigOpts.unit,lockConfigOpts.validity all the properties should be specified.");Nr.Rule={DefaultRetention:{}},he.mode&&(Nr.Rule.DefaultRetention.Mode=he.mode),he.unit===Ue.RETENTION_VALIDITY_UNITS.DAYS?Nr.Rule.DefaultRetention.Days=he.validity:he.unit===Ue.RETENTION_VALIDITY_UNITS.YEARS&&(Nr.Rule.DefaultRetention.Years=he.validity)}const Ar=new z.default.Builder({rootName:"ObjectLockConfiguration",renderOpts:{pretty:!1},headless:!0}).buildObject(Nr),Fr={};Fr["Content-MD5"]=(0,Ue.toMd5)(Ar),this.makeRequest({method:yr,bucketName:kt,query:xr,headers:Fr},Ar,[200],"",!1,tr)}getObjectLockConfig(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:kt,query:"object-lock"},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.objectLockTransformer()).on("data",Nr=>{xr=Nr}).on("error",he).on("end",()=>{he(null,xr)})})}putObjectRetention(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isObject)(tr)){if(tr.governanceBypass&&!(0,Ue.isBoolean)(tr.governanceBypass))throw new qe.InvalidArgumentError("Invalid value for governanceBypass",tr.governanceBypass);if(tr.mode&&![Ue.RETENTION_MODES.COMPLIANCE,Ue.RETENTION_MODES.GOVERNANCE].includes(tr.mode))throw new qe.InvalidArgumentError("Invalid object retention mode ",tr.mode);if(tr.retainUntilDate&&!(0,Ue.isString)(tr.retainUntilDate))throw new qe.InvalidArgumentError("Invalid value for retainUntilDate",tr.retainUntilDate);if(tr.versionId&&!(0,Ue.isString)(tr.versionId))throw new qe.InvalidArgumentError("Invalid value for versionId",tr.versionId)}else throw new qe.InvalidArgumentError('retentionOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');const _r="PUT";let yr="retention";const xr={};tr.governanceBypass&&(xr["X-Amz-Bypass-Governance-Retention"]=!0);const Nr=new z.default.Builder({rootName:"Retention",renderOpts:{pretty:!1},headless:!0}),Tr={};tr.mode&&(Tr.Mode=tr.mode),tr.retainUntilDate&&(Tr.RetainUntilDate=tr.retainUntilDate),tr.versionId&&(yr+=`&versionId=${tr.versionId}`);let Sr=Nr.buildObject(Tr);xr["Content-MD5"]=(0,Ue.toMd5)(Sr),this.makeRequest({method:_r,bucketName:kt,objectName:he,query:yr,headers:xr},Sr,[200,204],"",!1,gr)}getObjectRetention(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isObject)(tr)){if(tr.versionId&&!(0,Ue.isString)(tr.versionId))throw new qe.InvalidArgumentError('VersionID should be of type "string"')}else throw new qe.InvalidArgumentError('callback should be of type "object"');if(gr&&!(0,Ue.isFunction)(gr))throw new qe.InvalidArgumentError('callback should be of type "function"');const _r="GET";let yr="retention";tr.versionId&&(yr+=`&versionId=${tr.versionId}`),this.makeRequest({method:_r,bucketName:kt,objectName:he,query:yr},"",[200],"",!0,(xr,Nr)=>{if(xr)return gr(xr);let Tr=Buffer$F.from("");(0,Ue.pipesetup)(Nr,Fe.objectRetentionTransformer()).on("data",Sr=>{Tr=Sr}).on("error",gr).on("end",()=>{gr(null,Tr)})})}setBucketEncryption(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if((0,Ue.isFunction)(he)&&(tr=he,he=null),!_e.default.isEmpty(he)&&he.Rule.length>1)throw new qe.InvalidArgumentError("Invalid Rule length. Only one rule is allowed.: "+he.Rule);if(tr&&!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');let gr=he;_e.default.isEmpty(he)&&(gr={Rule:[{ApplyServerSideEncryptionByDefault:{SSEAlgorithm:"AES256"}}]});let _r="PUT",yr="encryption",Nr=new z.default.Builder({rootName:"ServerSideEncryptionConfiguration",renderOpts:{pretty:!1},headless:!0}).buildObject(gr);const Tr={};Tr["Content-MD5"]=(0,Ue.toMd5)(Nr),this.makeRequest({method:_r,bucketName:kt,query:yr,headers:Tr},Nr,[200],"",!1,tr)}getBucketEncryption(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:kt,query:"encryption"},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.bucketEncryptionTransformer()).on("data",Nr=>{xr=Nr}).on("error",he).on("end",()=>{he(null,xr)})})}removeBucketEncryption(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"DELETE",bucketName:kt,query:"encryption"},"",[204],"",!1,he)}setBucketReplication(kt,he={},tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if((0,Ue.isObject)(he)){if(_e.default.isEmpty(he.role))throw new qe.InvalidArgumentError("Role cannot be empty");if(he.role&&!(0,Ue.isString)(he.role))throw new qe.InvalidArgumentError("Invalid value for role",he.role);if(_e.default.isEmpty(he.rules))throw new qe.InvalidArgumentError("Minimum one replication rule must be specified")}else throw new qe.InvalidArgumentError('replicationConfig should be of type "object"');if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');const gr="PUT";let _r="replication";const yr={},xr={ReplicationConfiguration:{Role:he.role,Rule:he.rules}};let Tr=new z.default.Builder({renderOpts:{pretty:!1},headless:!0}).buildObject(xr);yr["Content-MD5"]=(0,Ue.toMd5)(Tr),this.makeRequest({method:gr,bucketName:kt,query:_r,headers:yr},Tr,[200],"",!1,tr)}getBucketReplication(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:kt,query:"replication"},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.replicationConfigTransformer()).on("data",Nr=>{xr=Nr}).on("error",he).on("end",()=>{he(null,xr)})})}removeBucketReplication(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);this.makeRequest({method:"DELETE",bucketName:kt,query:"replication"},"",[200,204],"",!1,he)}getObjectLegalHold(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),(0,Ue.isObject)(tr)){if(Object.keys(tr).length>0&&tr.versionId&&!(0,Ue.isString)(tr.versionId))throw new TypeError("versionId should be of type string.:",tr.versionId)}else throw new TypeError('getOpts should be of type "Object"');if(!(0,Ue.isFunction)(gr))throw new qe.InvalidArgumentError('callback should be of type "function"');const _r="GET";let yr="legal-hold";tr.versionId&&(yr+=`&versionId=${tr.versionId}`),this.makeRequest({method:_r,bucketName:kt,objectName:he,query:yr},"",[200],"",!0,(xr,Nr)=>{if(xr)return gr(xr);let Tr=Buffer$F.from("");(0,Ue.pipesetup)(Nr,Fe.objectLegalHoldTransformer()).on("data",Sr=>{Tr=Sr}).on("error",gr).on("end",()=>{gr(null,Tr)})})}setObjectLegalHold(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);const _r={status:Ue.LEGAL_HOLD_STATUS.ENABLED};if((0,Ue.isFunction)(tr)&&(gr=tr,tr=_r),(0,Ue.isObject)(tr)){if(![Ue.LEGAL_HOLD_STATUS.ENABLED,Ue.LEGAL_HOLD_STATUS.DISABLED].includes(tr.status))throw new TypeError("Invalid status: "+tr.status);if(tr.versionId&&!tr.versionId.length)throw new TypeError("versionId should be of type string.:"+tr.versionId)}else throw new TypeError('setOpts should be of type "Object"');if(!(0,Ue.isFunction)(gr))throw new qe.InvalidArgumentError('callback should be of type "function"');_e.default.isEmpty(tr)&&(tr={defaultOpts:_r});const yr="PUT";let xr="legal-hold";tr.versionId&&(xr+=`&versionId=${tr.versionId}`);let Nr={Status:tr.status};const Sr=new z.default.Builder({rootName:"LegalHold",renderOpts:{pretty:!1},headless:!0}).buildObject(Nr),Ar={};Ar["Content-MD5"]=(0,Ue.toMd5)(Sr),this.makeRequest({method:yr,bucketName:kt,objectName:he,query:xr,headers:Ar},Sr,[200],"",!1,gr)}async setCredentialsProvider(kt){if(!(kt instanceof cr.default))throw new Error("Unable to get credentials. Expected instance of CredentialProvider");this.credentialsProvider=kt,await this.checkAndRefreshCreds()}async checkAndRefreshCreds(){if(this.credentialsProvider)return await this.fetchCredentials()}async fetchCredentials(){if(this.credentialsProvider){const kt=await this.credentialsProvider.getCredentials();if(kt)this.accessKey=kt.getAccessKey(),this.secretKey=kt.getSecretKey(),this.sessionToken=kt.getSessionToken();else throw new Error("Unable to get credentials. Expected instance of BaseCredentialsProvider")}else throw new Error("Unable to get credentials. Expected instance of BaseCredentialsProvider")}abortMultipartUpload(kt,he,tr,gr){const _r="DELETE";let yr=`uploadId=${tr}`;const xr={method:_r,bucketName:kt,objectName:he,query:yr};this.makeRequest(xr,"",[204],"",!1,gr)}uploadPartCopy(kt,he){const{bucketName:tr,objectName:gr,uploadID:_r,partNumber:yr,headers:xr}=kt,Nr="PUT";let Tr=`uploadId=${_r}&partNumber=${yr}`;const Sr={method:Nr,bucketName:tr,objectName:gr,query:Tr,headers:xr};return this.makeRequest(Sr,"",[200],"",!0,(Ar,Fr)=>{let Gr=Buffer$F.from("");if(Ar)return he(Ar);(0,Ue.pipesetup)(Fr,Fe.uploadPartTransformer()).on("data",Vr=>{Gr=Vr}).on("error",he).on("end",()=>{let Vr={etag:(0,Ue.sanitizeETag)(Gr.ETag),key:gr,part:yr};he(null,Vr)})})}composeObject(kt={},he=[],tr){const gr=this,_r=he.length;if(!(0,Ue.isArray)(he))throw new qe.InvalidArgumentError("sourceConfig should an array of CopySourceOptions ");if(!(kt instanceof Ue.CopyDestinationOptions))throw new qe.InvalidArgumentError("destConfig should of type CopyDestinationOptions ");if(_r<1||_r>Ue.PART_CONSTRAINTS.MAX_PARTS_COUNT)throw new qe.InvalidArgumentError(`"There must be as least one and up to ${Ue.PART_CONSTRAINTS.MAX_PARTS_COUNT} source objects.`);if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');for(let Ar=0;Ar<_r;Ar++)if(!he[Ar].validate())return!1;if(!kt.validate())return!1;const yr=Ar=>{let Fr={};return _e.default.isEmpty(Ar.VersionID)||(Fr={versionId:Ar.VersionID}),Fr},xr=[];let Nr=0,Tr=0;const Sr=he.map(Ar=>gr.statObject(Ar.Bucket,Ar.Object,yr(Ar)));return Promise.all(Sr).then(Ar=>{const Fr=Ar.map((Br,Rr)=>{const Lr=he[Rr];let $r=Br.size;if(Lr.MatchRange){const jr=Lr.Start,vn=Lr.End;if(vn>=$r||jr<0)throw new qe.InvalidArgumentError(`CopySrcOptions ${Rr} has invalid segment-to-copy [${jr}, ${vn}] (size is ${$r})`);$r=vn-jr+1}if($r<Ue.PART_CONSTRAINTS.ABS_MIN_PART_SIZE&&Rr<_r-1)throw new qe.InvalidArgumentError(`CopySrcOptions ${Rr} is too small (${$r}) and it is not the last part.`);if(Nr+=$r,Nr>Ue.PART_CONSTRAINTS.MAX_MULTIPART_PUT_OBJECT_SIZE)throw new qe.InvalidArgumentError(`Cannot compose an object of size ${Nr} (> 5TiB)`);if(xr[Rr]=$r,Tr+=(0,Ue.partsRequired)($r),Tr>Ue.PART_CONSTRAINTS.MAX_PARTS_COUNT)throw new qe.InvalidArgumentError(`Your proposed compose object requires more than ${Ue.PART_CONSTRAINTS.MAX_PARTS_COUNT} parts`);return Br});if(Tr===1&&Nr<=Ue.PART_CONSTRAINTS.MAX_PART_SIZE||Nr===0)return this.copyObject(he[0],kt,tr);for(let Br=0;Br<_r;Br++)he[Br].MatchETag=Fr[Br].etag;const Gr=Fr.map((Br,Rr)=>(0,Ue.calculateEvenSplits)(xr[Rr],he[Rr]));function Vr(Br){const Rr=[];return Gr.forEach((Lr,$r)=>{const{startIndex:jr,endIndex:vn,objInfo:Kr}=Lr;let kr=$r+1;const Qr=Array.from(jr),Zr=he[$r].getHeaders();Qr.forEach((Vi,To)=>{let oa=vn[To];const Ba=`${Kr.Bucket}/${Kr.Object}`;Zr["x-amz-copy-source"]=`${Ba}`,Zr["x-amz-copy-source-range"]=`bytes=${Vi}-${oa}`;const rs={bucketName:kt.Bucket,objectName:kt.Object,uploadID:Br,partNumber:kr,headers:Zr,sourceObj:Ba};Rr.push(rs)})}),Rr}const Dr=Br=>{const Rr=Vr(Br);re.default.map(Rr,gr.uploadPartCopy.bind(gr),(Lr,$r)=>{if(Lr)return this.abortMultipartUpload(kt.Bucket,kt.Object,Br,tr);const jr=$r.map(vn=>({etag:vn.etag,part:vn.part}));return gr.completeMultipartUpload(kt.Bucket,kt.Object,Br,jr,tr)})},Ir=kt.getHeaders();gr.initiateNewMultipartUpload(kt.Bucket,kt.Object,Ir,(Br,Rr)=>{if(Br)return tr(Br,null);Dr(Rr)})}).catch(Ar=>{tr(Ar,null)})}selectObjectContent(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name: ${kt}`);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(_e.default.isEmpty(tr))throw new TypeError("valid select configuration is required");if(!(0,Ue.isString)(tr.expression))throw new TypeError('sqlExpression should be of type "string"');if(_e.default.isEmpty(tr.inputSerialization))throw new TypeError("inputSerialization is required");if(!(0,Ue.isObject)(tr.inputSerialization))throw new TypeError('inputSerialization should be of type "object"');if(_e.default.isEmpty(tr.outputSerialization))throw new TypeError("outputSerialization is required");if(!(0,Ue.isObject)(tr.outputSerialization))throw new TypeError('outputSerialization should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');const _r="POST";let yr="select";yr+="&select-type=2";const xr=[{Expression:tr.expression},{ExpressionType:tr.expressionType||"SQL"},{InputSerialization:[tr.inputSerialization]},{OutputSerialization:[tr.outputSerialization]}];tr.requestProgress&&xr.push({RequestProgress:tr.requestProgress}),tr.scanRange&&xr.push({ScanRange:tr.scanRange});const Tr=new z.default.Builder({rootName:"SelectObjectContentRequest",renderOpts:{pretty:!1},headless:!0}).buildObject(xr);this.makeRequest({method:_r,bucketName:kt,objectName:he,query:yr},Tr,[200],"",!0,(Sr,Ar)=>{if(Sr)return gr(Sr);let Fr;(0,Ue.pipesetup)(Ar,Fe.selectObjectContentTransformer()).on("data",Gr=>{Fr=(0,nr.parseSelectObjectContentResponse)(Gr)}).on("error",gr).on("end",()=>{gr(null,Fr)})})}get extensions(){return this.clientExtensions||(this.clientExtensions=new dr.default(this)),this.clientExtensions}}e.Client=Ie,Ie.prototype.makeBucket=(0,Ue.promisify)(Ie.prototype.makeBucket),Ie.prototype.listBuckets=(0,Ue.promisify)(Ie.prototype.listBuckets),Ie.prototype.bucketExists=(0,Ue.promisify)(Ie.prototype.bucketExists),Ie.prototype.removeBucket=(0,Ue.promisify)(Ie.prototype.removeBucket),Ie.prototype.getObject=(0,Ue.promisify)(Ie.prototype.getObject),Ie.prototype.getPartialObject=(0,Ue.promisify)(Ie.prototype.getPartialObject),Ie.prototype.fGetObject=(0,Ue.promisify)(Ie.prototype.fGetObject),Ie.prototype.putObject=(0,Ue.promisify)(Ie.prototype.putObject),Ie.prototype.fPutObject=(0,Ue.promisify)(Ie.prototype.fPutObject),Ie.prototype.copyObject=(0,Ue.promisify)(Ie.prototype.copyObject),Ie.prototype.statObject=(0,Ue.promisify)(Ie.prototype.statObject),Ie.prototype.removeObject=(0,Ue.promisify)(Ie.prototype.removeObject),Ie.prototype.removeObjects=(0,Ue.promisify)(Ie.prototype.removeObjects),Ie.prototype.presignedUrl=(0,Ue.promisify)(Ie.prototype.presignedUrl),Ie.prototype.presignedGetObject=(0,Ue.promisify)(Ie.prototype.presignedGetObject),Ie.prototype.presignedPutObject=(0,Ue.promisify)(Ie.prototype.presignedPutObject),Ie.prototype.presignedPostPolicy=(0,Ue.promisify)(Ie.prototype.presignedPostPolicy),Ie.prototype.getBucketNotification=(0,Ue.promisify)(Ie.prototype.getBucketNotification),Ie.prototype.setBucketNotification=(0,Ue.promisify)(Ie.prototype.setBucketNotification),Ie.prototype.removeAllBucketNotification=(0,Ue.promisify)(Ie.prototype.removeAllBucketNotification),Ie.prototype.getBucketPolicy=(0,Ue.promisify)(Ie.prototype.getBucketPolicy),Ie.prototype.setBucketPolicy=(0,Ue.promisify)(Ie.prototype.setBucketPolicy),Ie.prototype.removeIncompleteUpload=(0,Ue.promisify)(Ie.prototype.removeIncompleteUpload),Ie.prototype.getBucketVersioning=(0,Ue.promisify)(Ie.prototype.getBucketVersioning),Ie.prototype.setBucketVersioning=(0,Ue.promisify)(Ie.prototype.setBucketVersioning),Ie.prototype.setBucketTagging=(0,Ue.promisify)(Ie.prototype.setBucketTagging),Ie.prototype.removeBucketTagging=(0,Ue.promisify)(Ie.prototype.removeBucketTagging),Ie.prototype.getBucketTagging=(0,Ue.promisify)(Ie.prototype.getBucketTagging),Ie.prototype.setObjectTagging=(0,Ue.promisify)(Ie.prototype.setObjectTagging),Ie.prototype.removeObjectTagging=(0,Ue.promisify)(Ie.prototype.removeObjectTagging),Ie.prototype.getObjectTagging=(0,Ue.promisify)(Ie.prototype.getObjectTagging),Ie.prototype.setBucketLifecycle=(0,Ue.promisify)(Ie.prototype.setBucketLifecycle),Ie.prototype.getBucketLifecycle=(0,Ue.promisify)(Ie.prototype.getBucketLifecycle),Ie.prototype.removeBucketLifecycle=(0,Ue.promisify)(Ie.prototype.removeBucketLifecycle),Ie.prototype.setObjectLockConfig=(0,Ue.promisify)(Ie.prototype.setObjectLockConfig),Ie.prototype.getObjectLockConfig=(0,Ue.promisify)(Ie.prototype.getObjectLockConfig),Ie.prototype.putObjectRetention=(0,Ue.promisify)(Ie.prototype.putObjectRetention),Ie.prototype.getObjectRetention=(0,Ue.promisify)(Ie.prototype.getObjectRetention),Ie.prototype.setBucketEncryption=(0,Ue.promisify)(Ie.prototype.setBucketEncryption),Ie.prototype.getBucketEncryption=(0,Ue.promisify)(Ie.prototype.getBucketEncryption),Ie.prototype.removeBucketEncryption=(0,Ue.promisify)(Ie.prototype.removeBucketEncryption),Ie.prototype.setBucketReplication=(0,Ue.promisify)(Ie.prototype.setBucketReplication),Ie.prototype.getBucketReplication=(0,Ue.promisify)(Ie.prototype.getBucketReplication),Ie.prototype.removeBucketReplication=(0,Ue.promisify)(Ie.prototype.removeBucketReplication),Ie.prototype.setObjectLegalHold=(0,Ue.promisify)(Ie.prototype.setObjectLegalHold),Ie.prototype.getObjectLegalHold=(0,Ue.promisify)(Ie.prototype.getObjectLegalHold),Ie.prototype.composeObject=(0,Ue.promisify)(Ie.prototype.composeObject),Ie.prototype.selectObjectContent=(0,Ue.promisify)(Ie.prototype.selectObjectContent);class jt{constructor(){this.modified="",this.unmodified="",this.matchETag="",this.matchETagExcept=""}setModified(kt){if(!(kt instanceof Date))throw new TypeError("date must be of type Date");this.modified=kt.toUTCString()}setUnmodified(kt){if(!(kt instanceof Date))throw new TypeError("date must be of type Date");this.unmodified=kt.toUTCString()}setMatchETag(kt){this.matchETag=kt}setMatchETagExcept(kt){this.matchETagExcept=kt}}e.CopyConditions=jt;class ar{constructor(){this.policy={conditions:[]},this.formData={}}setExpires(kt){if(!kt)throw new qe.InvalidDateError("Invalid date : cannot be null");this.policy.expiration=kt.toISOString()}setKey(kt){if(!(0,Ue.isValidObjectName)(kt))throw new qe.InvalidObjectNameError(`Invalid object name : ${kt}`);this.policy.conditions.push(["eq","$key",kt]),this.formData.key=kt}setKeyStartsWith(kt){if(!(0,Ue.isValidPrefix)(kt))throw new qe.InvalidPrefixError(`Invalid prefix : ${kt}`);this.policy.conditions.push(["starts-with","$key",kt]),this.formData.key=kt}setBucket(kt){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name : ${kt}`);this.policy.conditions.push(["eq","$bucket",kt]),this.formData.bucket=kt}setContentType(kt){if(!kt)throw new Error("content-type cannot be null");this.policy.conditions.push(["eq","$Content-Type",kt]),this.formData["Content-Type"]=kt}setContentTypeStartsWith(kt){if(!kt)throw new Error("content-type cannot be null");this.policy.conditions.push(["starts-with","$Content-Type",kt]),this.formData["Content-Type"]=kt}setContentDisposition(kt){if(!kt)throw new Error("content-disposition cannot be null");this.policy.conditions.push(["eq","$Content-Disposition",kt]),this.formData["Content-Disposition"]=kt}setContentLengthRange(kt,he){if(kt>he)throw new Error("min cannot be more than max");if(kt<0)throw new Error("min should be > 0");if(he<0)throw new Error("max should be > 0");this.policy.conditions.push(["content-length-range",kt,he])}setUserMetaData(kt){if(!(0,Ue.isObject)(kt))throw new TypeError('metadata should be of type "object"');Object.entries(kt).forEach(([he,tr])=>{const gr=`x-amz-meta-${he}`;this.policy.conditions.push(["eq",`$${gr}`,tr]),this.formData[gr]=tr})}}e.PostPolicy=ar})(minio);var cosJsSdkV5={exports:{}};(function(e,t){(function(n,$){e.exports=$()})(commonjsGlobal,function(){return function(y){var n={};function $(k){if(n[k])return n[k].exports;var L=n[k]={i:k,l:!1,exports:{}};return y[k].call(L.exports,L,L.exports,$),L.l=!0,L.exports}return $.m=y,$.c=n,$.d=function(k,L,j){$.o(k,L)||Object.defineProperty(k,L,{enumerable:!0,get:j})},$.r=function(k){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(k,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(k,"__esModule",{value:!0})},$.t=function(k,L){if(L&1&&(k=$(k)),L&8||L&4&&typeof k=="object"&&k&&k.__esModule)return k;var j=Object.create(null);if($.r(j),Object.defineProperty(j,"default",{enumerable:!0,value:k}),L&2&&typeof k!="string")for(var V in k)$.d(j,V,(function(z){return k[z]}).bind(null,V));return j},$.n=function(k){var L=k&&k.__esModule?function(){return k.default}:function(){return k};return $.d(L,"a",L),L},$.o=function(k,L){return Object.prototype.hasOwnProperty.call(k,L)},$.p="/dist/",$($.s="./index.js")}({"./index.js":function(y,n,$){var k=$("./src/cos.js");y.exports=k},"./lib/base64.js":function(y,n){var $=function(k){k=k||{};var L=k.Base64,j="2.1.9",V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",z=function(ie){for(var pe={},Ce=0,Ie=ie.length;Ce<Ie;Ce++)pe[ie.charAt(Ce)]=Ce;return pe}(V),re=String.fromCharCode,oe=function(pe){if(pe.length<2){var Ce=pe.charCodeAt(0);return Ce<128?pe:Ce<2048?re(192|Ce>>>6)+re(128|Ce&63):re(224|Ce>>>12&15)+re(128|Ce>>>6&63)+re(128|Ce&63)}else{var Ce=65536+(pe.charCodeAt(0)-55296)*1024+(pe.charCodeAt(1)-56320);return re(240|Ce>>>18&7)+re(128|Ce>>>12&63)+re(128|Ce>>>6&63)+re(128|Ce&63)}},ue=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,de=function(pe){return pe.replace(ue,oe)},_e=function(pe){var Ce=[0,2,1][pe.length%3],Ie=pe.charCodeAt(0)<<16|(pe.length>1?pe.charCodeAt(1):0)<<8|(pe.length>2?pe.charCodeAt(2):0),jt=[V.charAt(Ie>>>18),V.charAt(Ie>>>12&63),Ce>=2?"=":V.charAt(Ie>>>6&63),Ce>=1?"=":V.charAt(Ie&63)];return jt.join("")},Ne=k.btoa?function(ie){return k.btoa(ie)}:function(ie){return ie.replace(/[\s\S]{1,3}/g,_e)},Ue=function(ie){return Ne(de(ie))},$e=function(pe,Ce){return Ce?Ue(String(pe)).replace(/[+\/]/g,function(Ie){return Ie=="+"?"-":"_"}).replace(/=/g,""):Ue(String(pe))},Ve=function(pe){return $e(pe,!0)},Fe=new RegExp(["[À-ß][€-¿]","[à-ï][€-¿]{2}","[ð-÷][€-¿]{3}"].join("|"),"g"),qe=function(pe){switch(pe.length){case 4:var Ce=(7&pe.charCodeAt(0))<<18|(63&pe.charCodeAt(1))<<12|(63&pe.charCodeAt(2))<<6|63&pe.charCodeAt(3),Ie=Ce-65536;return re((Ie>>>10)+55296)+re((Ie&1023)+56320);case 3:return re((15&pe.charCodeAt(0))<<12|(63&pe.charCodeAt(1))<<6|63&pe.charCodeAt(2));default:return re((31&pe.charCodeAt(0))<<6|63&pe.charCodeAt(1))}},er=function(pe){return pe.replace(Fe,qe)},ir=function(pe){var Ce=pe.length,Ie=Ce%4,jt=(Ce>0?z[pe.charAt(0)]<<18:0)|(Ce>1?z[pe.charAt(1)]<<12:0)|(Ce>2?z[pe.charAt(2)]<<6:0)|(Ce>3?z[pe.charAt(3)]:0),ar=[re(jt>>>16),re(jt>>>8&255),re(jt&255)];return ar.length-=[0,0,2,1][Ie],ar.join("")},dr=k.atob?function(ie){return k.atob(ie)}:function(ie){return ie.replace(/[\s\S]{1,4}/g,ir)},cr=function(ie){return er(dr(ie))},nr=function(pe){return cr(String(pe).replace(/[-_]/g,function(Ce){return Ce=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,""))},lr=function(){var pe=k.Base64;return k.Base64=L,pe},Et={VERSION:j,atob:dr,btoa:Ne,fromBase64:nr,toBase64:$e,utob:de,encode:$e,encodeURI:Ve,btou:er,decode:nr,noConflict:lr};return Et}();y.exports=$},"./lib/crypto.js":function(y,n,$){(function(k){var L=$("./node_modules/@babel/runtime/helpers/typeof.js"),j=j||function(V,z){var re={},oe=re.lib={},ue=function(){},de=oe.Base={extend:function(ir){ue.prototype=this;var dr=new ue;return ir&&dr.mixIn(ir),dr.hasOwnProperty("init")||(dr.init=function(){dr.$super.init.apply(this,arguments)}),dr.init.prototype=dr,dr.$super=this,dr},create:function(){var ir=this.extend();return ir.init.apply(ir,arguments),ir},init:function(){},mixIn:function(ir){for(var dr in ir)ir.hasOwnProperty(dr)&&(this[dr]=ir[dr]);ir.hasOwnProperty("toString")&&(this.toString=ir.toString)},clone:function(){return this.init.prototype.extend(this)}},_e=oe.WordArray=de.extend({init:function(ir,dr){ir=this.words=ir||[],this.sigBytes=dr!=z?dr:4*ir.length},toString:function(ir){return(ir||Ue).stringify(this)},concat:function(ir){var dr=this.words,cr=ir.words,nr=this.sigBytes;if(ir=ir.sigBytes,this.clamp(),nr%4)for(var lr=0;lr<ir;lr++)dr[nr+lr>>>2]|=(cr[lr>>>2]>>>24-8*(lr%4)&255)<<24-8*((nr+lr)%4);else if(65535<cr.length)for(lr=0;lr<ir;lr+=4)dr[nr+lr>>>2]=cr[lr>>>2];else dr.push.apply(dr,cr);return this.sigBytes+=ir,this},clamp:function(){var ir=this.words,dr=this.sigBytes;ir[dr>>>2]&=4294967295<<32-8*(dr%4),ir.length=V.ceil(dr/4)},clone:function(){var ir=de.clone.call(this);return ir.words=this.words.slice(0),ir},random:function(ir){for(var dr=[],cr=0;cr<ir;cr+=4)dr.push(4294967296*V.random()|0);return new _e.init(dr,ir)}}),Ne=re.enc={},Ue=Ne.Hex={stringify:function(ir){var dr=ir.words;ir=ir.sigBytes;for(var cr=[],nr=0;nr<ir;nr++){var lr=dr[nr>>>2]>>>24-8*(nr%4)&255;cr.push((lr>>>4).toString(16)),cr.push((lr&15).toString(16))}return cr.join("")},parse:function(ir){for(var dr=ir.length,cr=[],nr=0;nr<dr;nr+=2)cr[nr>>>3]|=parseInt(ir.substr(nr,2),16)<<24-4*(nr%8);return new _e.init(cr,dr/2)}},$e=Ne.Latin1={stringify:function(ir){var dr=ir.words;ir=ir.sigBytes;for(var cr=[],nr=0;nr<ir;nr++)cr.push(String.fromCharCode(dr[nr>>>2]>>>24-8*(nr%4)&255));return cr.join("")},parse:function(ir){for(var dr=ir.length,cr=[],nr=0;nr<dr;nr++)cr[nr>>>2]|=(ir.charCodeAt(nr)&255)<<24-8*(nr%4);return new _e.init(cr,dr)}},Ve=Ne.Utf8={stringify:function(ir){try{return decodeURIComponent(escape($e.stringify(ir)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(ir){return $e.parse(unescape(encodeURIComponent(ir)))}},Fe=oe.BufferedBlockAlgorithm=de.extend({reset:function(){this._data=new _e.init,this._nDataBytes=0},_append:function(ir){typeof ir=="string"&&(ir=Ve.parse(ir)),this._data.concat(ir),this._nDataBytes+=ir.sigBytes},_process:function(ir){var dr=this._data,cr=dr.words,nr=dr.sigBytes,lr=this.blockSize,Et=nr/(4*lr),Et=ir?V.ceil(Et):V.max((Et|0)-this._minBufferSize,0);if(ir=Et*lr,nr=V.min(4*ir,nr),ir){for(var ie=0;ie<ir;ie+=lr)this._doProcessBlock(cr,ie);ie=cr.splice(0,ir),dr.sigBytes-=nr}return new _e.init(ie,nr)},clone:function(){var ir=de.clone.call(this);return ir._data=this._data.clone(),ir},_minBufferSize:0});oe.Hasher=Fe.extend({cfg:de.extend(),init:function(ir){this.cfg=this.cfg.extend(ir),this.reset()},reset:function(){Fe.reset.call(this),this._doReset()},update:function(ir){return this._append(ir),this._process(),this},finalize:function(ir){return ir&&this._append(ir),this._doFinalize()},blockSize:16,_createHelper:function(ir){return function(dr,cr){return new ir.init(cr).finalize(dr)}},_createHmacHelper:function(ir){return function(dr,cr){return new qe.HMAC.init(ir,cr).finalize(dr)}}});var qe=re.algo={};return re}(Math);(function(){var V=j,ue=V.lib,z=ue.WordArray,re=ue.Hasher,oe=[],ue=V.algo.SHA1=re.extend({_doReset:function(){this._hash=new z.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(_e,Ne){for(var Ue=this._hash.words,$e=Ue[0],Ve=Ue[1],Fe=Ue[2],qe=Ue[3],er=Ue[4],ir=0;80>ir;ir++){if(16>ir)oe[ir]=_e[Ne+ir]|0;else{var dr=oe[ir-3]^oe[ir-8]^oe[ir-14]^oe[ir-16];oe[ir]=dr<<1|dr>>>31}dr=($e<<5|$e>>>27)+er+oe[ir],dr=20>ir?dr+((Ve&Fe|~Ve&qe)+1518500249):40>ir?dr+((Ve^Fe^qe)+1859775393):60>ir?dr+((Ve&Fe|Ve&qe|Fe&qe)-1894007588):dr+((Ve^Fe^qe)-899497514),er=qe,qe=Fe,Fe=Ve<<30|Ve>>>2,Ve=$e,$e=dr}Ue[0]=Ue[0]+$e|0,Ue[1]=Ue[1]+Ve|0,Ue[2]=Ue[2]+Fe|0,Ue[3]=Ue[3]+qe|0,Ue[4]=Ue[4]+er|0},_doFinalize:function(){var _e=this._data,Ne=_e.words,Ue=8*this._nDataBytes,$e=8*_e.sigBytes;return Ne[$e>>>5]|=128<<24-$e%32,Ne[($e+64>>>9<<4)+14]=Math.floor(Ue/4294967296),Ne[($e+64>>>9<<4)+15]=Ue,_e.sigBytes=4*Ne.length,this._process(),this._hash},clone:function(){var _e=re.clone.call(this);return _e._hash=this._hash.clone(),_e}});V.SHA1=re._createHelper(ue),V.HmacSHA1=re._createHmacHelper(ue)})(),function(){var V=j,z=V.enc.Utf8;V.algo.HMAC=V.lib.Base.extend({init:function(oe,ue){oe=this._hasher=new oe.init,typeof ue=="string"&&(ue=z.parse(ue));var de=oe.blockSize,_e=4*de;ue.sigBytes>_e&&(ue=oe.finalize(ue)),ue.clamp();for(var Ne=this._oKey=ue.clone(),Ue=this._iKey=ue.clone(),$e=Ne.words,Ve=Ue.words,Fe=0;Fe<de;Fe++)$e[Fe]^=1549556828,Ve[Fe]^=909522486;Ne.sigBytes=Ue.sigBytes=_e,this.reset()},reset:function(){var oe=this._hasher;oe.reset(),oe.update(this._iKey)},update:function(oe){return this._hasher.update(oe),this},finalize:function(oe){var ue=this._hasher;return oe=ue.finalize(oe),ue.reset(),ue.finalize(this._oKey.clone().concat(oe))}})}(),function(){var V=j,z=V.lib,re=z.WordArray,oe=V.enc;oe.Base64={stringify:function(de){var _e=de.words,Ne=de.sigBytes,Ue=this._map;de.clamp();for(var $e=[],Ve=0;Ve<Ne;Ve+=3)for(var Fe=_e[Ve>>>2]>>>24-Ve%4*8&255,qe=_e[Ve+1>>>2]>>>24-(Ve+1)%4*8&255,er=_e[Ve+2>>>2]>>>24-(Ve+2)%4*8&255,ir=Fe<<16|qe<<8|er,dr=0;dr<4&&Ve+dr*.75<Ne;dr++)$e.push(Ue.charAt(ir>>>6*(3-dr)&63));var cr=Ue.charAt(64);if(cr)for(;$e.length%4;)$e.push(cr);return $e.join("")},parse:function(de){var _e=de.length,Ne=this._map,Ue=Ne.charAt(64);if(Ue){var $e=de.indexOf(Ue);$e!=-1&&(_e=$e)}for(var Ve=[],Fe=0,qe=0;qe<_e;qe++)if(qe%4){var er=Ne.indexOf(de.charAt(qe-1))<<qe%4*2,ir=Ne.indexOf(de.charAt(qe))>>>6-qe%4*2;Ve[Fe>>>2]|=(er|ir)<<24-Fe%4*8,Fe++}return re.create(Ve,Fe)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),L(k)==="object"?k.exports=j:window.CryptoJS=j}).call(this,$("./node_modules/webpack/buildin/module.js")(y))},"./lib/md5.js":function(y,n,$){(function(k){var L,j=$("./node_modules/@babel/runtime/helpers/typeof.js");(function(){var V=(typeof window>"u"?"undefined":j(window))==="object",z=V?window:{};z.JS_MD5_NO_WINDOW&&(V=!1);var re=!V&&(typeof self>"u"?"undefined":j(self))==="object";re&&(z=self);var oe=!z.JS_MD5_NO_COMMON_JS&&j(k)==="object"&&k.exports,ue=$("./node_modules/webpack/buildin/amd-options.js"),de=!z.JS_MD5_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",_e="0123456789abcdef".split(""),Ne=[128,32768,8388608,-2147483648],Ue=[0,8,16,24],$e=["hex","array","digest","buffer","arrayBuffer","base64"],Ve="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),Fe=[],qe;if(de){var er=new ArrayBuffer(68);qe=new Uint8Array(er),Fe=new Uint32Array(er)}(z.JS_MD5_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(lr){return Object.prototype.toString.call(lr)==="[object Array]"}),de&&(z.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(lr){return j(lr)==="object"&&lr.buffer&&lr.buffer.constructor===ArrayBuffer});var ir=function(Et){return function(ie,pe){return new cr(!0).update(ie,pe)[Et]()}},dr=function(){var Et=ir("hex");Et.getCtx=Et.create=function(){return new cr},Et.update=function(Ce){return Et.create().update(Ce)};for(var ie=0;ie<$e.length;++ie){var pe=$e[ie];Et[pe]=ir(pe)}return Et};function cr(lr){if(lr)Fe[0]=Fe[16]=Fe[1]=Fe[2]=Fe[3]=Fe[4]=Fe[5]=Fe[6]=Fe[7]=Fe[8]=Fe[9]=Fe[10]=Fe[11]=Fe[12]=Fe[13]=Fe[14]=Fe[15]=0,this.blocks=Fe,this.buffer8=qe;else if(de){var Et=new ArrayBuffer(68);this.buffer8=new Uint8Array(Et),this.blocks=new Uint32Array(Et)}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}cr.prototype.update=function(lr,Et){if(!this.finalized){for(var ie,pe=0,Ce,Ie=lr.length,jt=this.blocks,ar=this.buffer8;pe<Ie;){if(this.hashed&&(this.hashed=!1,jt[0]=jt[16],jt[16]=jt[1]=jt[2]=jt[3]=jt[4]=jt[5]=jt[6]=jt[7]=jt[8]=jt[9]=jt[10]=jt[11]=jt[12]=jt[13]=jt[14]=jt[15]=0),de)for(Ce=this.start;pe<Ie&&Ce<64;++pe)ie=lr.charCodeAt(pe),Et||ie<128?ar[Ce++]=ie:ie<2048?(ar[Ce++]=192|ie>>6,ar[Ce++]=128|ie&63):ie<55296||ie>=57344?(ar[Ce++]=224|ie>>12,ar[Ce++]=128|ie>>6&63,ar[Ce++]=128|ie&63):(ie=65536+((ie&1023)<<10|lr.charCodeAt(++pe)&1023),ar[Ce++]=240|ie>>18,ar[Ce++]=128|ie>>12&63,ar[Ce++]=128|ie>>6&63,ar[Ce++]=128|ie&63);else for(Ce=this.start;pe<Ie&&Ce<64;++pe)ie=lr.charCodeAt(pe),Et||ie<128?jt[Ce>>2]|=ie<<Ue[Ce++&3]:ie<2048?(jt[Ce>>2]|=(192|ie>>6)<<Ue[Ce++&3],jt[Ce>>2]|=(128|ie&63)<<Ue[Ce++&3]):ie<55296||ie>=57344?(jt[Ce>>2]|=(224|ie>>12)<<Ue[Ce++&3],jt[Ce>>2]|=(128|ie>>6&63)<<Ue[Ce++&3],jt[Ce>>2]|=(128|ie&63)<<Ue[Ce++&3]):(ie=65536+((ie&1023)<<10|lr.charCodeAt(++pe)&1023),jt[Ce>>2]|=(240|ie>>18)<<Ue[Ce++&3],jt[Ce>>2]|=(128|ie>>12&63)<<Ue[Ce++&3],jt[Ce>>2]|=(128|ie>>6&63)<<Ue[Ce++&3],jt[Ce>>2]|=(128|ie&63)<<Ue[Ce++&3]);this.lastByteIndex=Ce,this.bytes+=Ce-this.start,Ce>=64?(this.start=Ce-64,this.hash(),this.hashed=!0):this.start=Ce}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},cr.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var lr=this.blocks,Et=this.lastByteIndex;lr[Et>>2]|=Ne[Et&3],Et>=56&&(this.hashed||this.hash(),lr[0]=lr[16],lr[16]=lr[1]=lr[2]=lr[3]=lr[4]=lr[5]=lr[6]=lr[7]=lr[8]=lr[9]=lr[10]=lr[11]=lr[12]=lr[13]=lr[14]=lr[15]=0),lr[14]=this.bytes<<3,lr[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},cr.prototype.hash=function(){var lr,Et,ie,pe,Ce,Ie,jt=this.blocks;this.first?(lr=jt[0]-680876937,lr=(lr<<7|lr>>>25)-271733879<<0,pe=(-1732584194^lr&2004318071)+jt[1]-117830708,pe=(pe<<12|pe>>>20)+lr<<0,ie=(-271733879^pe&(lr^-271733879))+jt[2]-1126478375,ie=(ie<<17|ie>>>15)+pe<<0,Et=(lr^ie&(pe^lr))+jt[3]-1316259209,Et=(Et<<22|Et>>>10)+ie<<0):(lr=this.h0,Et=this.h1,ie=this.h2,pe=this.h3,lr+=(pe^Et&(ie^pe))+jt[0]-680876936,lr=(lr<<7|lr>>>25)+Et<<0,pe+=(ie^lr&(Et^ie))+jt[1]-389564586,pe=(pe<<12|pe>>>20)+lr<<0,ie+=(Et^pe&(lr^Et))+jt[2]+606105819,ie=(ie<<17|ie>>>15)+pe<<0,Et+=(lr^ie&(pe^lr))+jt[3]-1044525330,Et=(Et<<22|Et>>>10)+ie<<0),lr+=(pe^Et&(ie^pe))+jt[4]-176418897,lr=(lr<<7|lr>>>25)+Et<<0,pe+=(ie^lr&(Et^ie))+jt[5]+1200080426,pe=(pe<<12|pe>>>20)+lr<<0,ie+=(Et^pe&(lr^Et))+jt[6]-1473231341,ie=(ie<<17|ie>>>15)+pe<<0,Et+=(lr^ie&(pe^lr))+jt[7]-45705983,Et=(Et<<22|Et>>>10)+ie<<0,lr+=(pe^Et&(ie^pe))+jt[8]+1770035416,lr=(lr<<7|lr>>>25)+Et<<0,pe+=(ie^lr&(Et^ie))+jt[9]-1958414417,pe=(pe<<12|pe>>>20)+lr<<0,ie+=(Et^pe&(lr^Et))+jt[10]-42063,ie=(ie<<17|ie>>>15)+pe<<0,Et+=(lr^ie&(pe^lr))+jt[11]-1990404162,Et=(Et<<22|Et>>>10)+ie<<0,lr+=(pe^Et&(ie^pe))+jt[12]+1804603682,lr=(lr<<7|lr>>>25)+Et<<0,pe+=(ie^lr&(Et^ie))+jt[13]-40341101,pe=(pe<<12|pe>>>20)+lr<<0,ie+=(Et^pe&(lr^Et))+jt[14]-1502002290,ie=(ie<<17|ie>>>15)+pe<<0,Et+=(lr^ie&(pe^lr))+jt[15]+1236535329,Et=(Et<<22|Et>>>10)+ie<<0,lr+=(ie^pe&(Et^ie))+jt[1]-165796510,lr=(lr<<5|lr>>>27)+Et<<0,pe+=(Et^ie&(lr^Et))+jt[6]-1069501632,pe=(pe<<9|pe>>>23)+lr<<0,ie+=(lr^Et&(pe^lr))+jt[11]+643717713,ie=(ie<<14|ie>>>18)+pe<<0,Et+=(pe^lr&(ie^pe))+jt[0]-373897302,Et=(Et<<20|Et>>>12)+ie<<0,lr+=(ie^pe&(Et^ie))+jt[5]-701558691,lr=(lr<<5|lr>>>27)+Et<<0,pe+=(Et^ie&(lr^Et))+jt[10]+38016083,pe=(pe<<9|pe>>>23)+lr<<0,ie+=(lr^Et&(pe^lr))+jt[15]-660478335,ie=(ie<<14|ie>>>18)+pe<<0,Et+=(pe^lr&(ie^pe))+jt[4]-405537848,Et=(Et<<20|Et>>>12)+ie<<0,lr+=(ie^pe&(Et^ie))+jt[9]+568446438,lr=(lr<<5|lr>>>27)+Et<<0,pe+=(Et^ie&(lr^Et))+jt[14]-1019803690,pe=(pe<<9|pe>>>23)+lr<<0,ie+=(lr^Et&(pe^lr))+jt[3]-187363961,ie=(ie<<14|ie>>>18)+pe<<0,Et+=(pe^lr&(ie^pe))+jt[8]+1163531501,Et=(Et<<20|Et>>>12)+ie<<0,lr+=(ie^pe&(Et^ie))+jt[13]-1444681467,lr=(lr<<5|lr>>>27)+Et<<0,pe+=(Et^ie&(lr^Et))+jt[2]-51403784,pe=(pe<<9|pe>>>23)+lr<<0,ie+=(lr^Et&(pe^lr))+jt[7]+1735328473,ie=(ie<<14|ie>>>18)+pe<<0,Et+=(pe^lr&(ie^pe))+jt[12]-1926607734,Et=(Et<<20|Et>>>12)+ie<<0,Ce=Et^ie,lr+=(Ce^pe)+jt[5]-378558,lr=(lr<<4|lr>>>28)+Et<<0,pe+=(Ce^lr)+jt[8]-2022574463,pe=(pe<<11|pe>>>21)+lr<<0,Ie=pe^lr,ie+=(Ie^Et)+jt[11]+1839030562,ie=(ie<<16|ie>>>16)+pe<<0,Et+=(Ie^ie)+jt[14]-35309556,Et=(Et<<23|Et>>>9)+ie<<0,Ce=Et^ie,lr+=(Ce^pe)+jt[1]-1530992060,lr=(lr<<4|lr>>>28)+Et<<0,pe+=(Ce^lr)+jt[4]+1272893353,pe=(pe<<11|pe>>>21)+lr<<0,Ie=pe^lr,ie+=(Ie^Et)+jt[7]-155497632,ie=(ie<<16|ie>>>16)+pe<<0,Et+=(Ie^ie)+jt[10]-1094730640,Et=(Et<<23|Et>>>9)+ie<<0,Ce=Et^ie,lr+=(Ce^pe)+jt[13]+681279174,lr=(lr<<4|lr>>>28)+Et<<0,pe+=(Ce^lr)+jt[0]-358537222,pe=(pe<<11|pe>>>21)+lr<<0,Ie=pe^lr,ie+=(Ie^Et)+jt[3]-722521979,ie=(ie<<16|ie>>>16)+pe<<0,Et+=(Ie^ie)+jt[6]+76029189,Et=(Et<<23|Et>>>9)+ie<<0,Ce=Et^ie,lr+=(Ce^pe)+jt[9]-640364487,lr=(lr<<4|lr>>>28)+Et<<0,pe+=(Ce^lr)+jt[12]-421815835,pe=(pe<<11|pe>>>21)+lr<<0,Ie=pe^lr,ie+=(Ie^Et)+jt[15]+530742520,ie=(ie<<16|ie>>>16)+pe<<0,Et+=(Ie^ie)+jt[2]-995338651,Et=(Et<<23|Et>>>9)+ie<<0,lr+=(ie^(Et|~pe))+jt[0]-198630844,lr=(lr<<6|lr>>>26)+Et<<0,pe+=(Et^(lr|~ie))+jt[7]+1126891415,pe=(pe<<10|pe>>>22)+lr<<0,ie+=(lr^(pe|~Et))+jt[14]-1416354905,ie=(ie<<15|ie>>>17)+pe<<0,Et+=(pe^(ie|~lr))+jt[5]-57434055,Et=(Et<<21|Et>>>11)+ie<<0,lr+=(ie^(Et|~pe))+jt[12]+1700485571,lr=(lr<<6|lr>>>26)+Et<<0,pe+=(Et^(lr|~ie))+jt[3]-1894986606,pe=(pe<<10|pe>>>22)+lr<<0,ie+=(lr^(pe|~Et))+jt[10]-1051523,ie=(ie<<15|ie>>>17)+pe<<0,Et+=(pe^(ie|~lr))+jt[1]-2054922799,Et=(Et<<21|Et>>>11)+ie<<0,lr+=(ie^(Et|~pe))+jt[8]+1873313359,lr=(lr<<6|lr>>>26)+Et<<0,pe+=(Et^(lr|~ie))+jt[15]-30611744,pe=(pe<<10|pe>>>22)+lr<<0,ie+=(lr^(pe|~Et))+jt[6]-1560198380,ie=(ie<<15|ie>>>17)+pe<<0,Et+=(pe^(ie|~lr))+jt[13]+1309151649,Et=(Et<<21|Et>>>11)+ie<<0,lr+=(ie^(Et|~pe))+jt[4]-145523070,lr=(lr<<6|lr>>>26)+Et<<0,pe+=(Et^(lr|~ie))+jt[11]-1120210379,pe=(pe<<10|pe>>>22)+lr<<0,ie+=(lr^(pe|~Et))+jt[2]+718787259,ie=(ie<<15|ie>>>17)+pe<<0,Et+=(pe^(ie|~lr))+jt[9]-343485551,Et=(Et<<21|Et>>>11)+ie<<0,this.first?(this.h0=lr+1732584193<<0,this.h1=Et-271733879<<0,this.h2=ie-1732584194<<0,this.h3=pe+271733878<<0,this.first=!1):(this.h0=this.h0+lr<<0,this.h1=this.h1+Et<<0,this.h2=this.h2+ie<<0,this.h3=this.h3+pe<<0)},cr.prototype.hex=function(){this.finalize();var lr=this.h0,Et=this.h1,ie=this.h2,pe=this.h3;return _e[lr>>4&15]+_e[lr&15]+_e[lr>>12&15]+_e[lr>>8&15]+_e[lr>>20&15]+_e[lr>>16&15]+_e[lr>>28&15]+_e[lr>>24&15]+_e[Et>>4&15]+_e[Et&15]+_e[Et>>12&15]+_e[Et>>8&15]+_e[Et>>20&15]+_e[Et>>16&15]+_e[Et>>28&15]+_e[Et>>24&15]+_e[ie>>4&15]+_e[ie&15]+_e[ie>>12&15]+_e[ie>>8&15]+_e[ie>>20&15]+_e[ie>>16&15]+_e[ie>>28&15]+_e[ie>>24&15]+_e[pe>>4&15]+_e[pe&15]+_e[pe>>12&15]+_e[pe>>8&15]+_e[pe>>20&15]+_e[pe>>16&15]+_e[pe>>28&15]+_e[pe>>24&15]},cr.prototype.toString=cr.prototype.hex,cr.prototype.digest=function(lr){if(lr==="hex")return this.hex();this.finalize();var Et=this.h0,ie=this.h1,pe=this.h2,Ce=this.h3,Ie=[Et&255,Et>>8&255,Et>>16&255,Et>>24&255,ie&255,ie>>8&255,ie>>16&255,ie>>24&255,pe&255,pe>>8&255,pe>>16&255,pe>>24&255,Ce&255,Ce>>8&255,Ce>>16&255,Ce>>24&255];return Ie},cr.prototype.array=cr.prototype.digest,cr.prototype.arrayBuffer=function(){this.finalize();var lr=new ArrayBuffer(16),Et=new Uint32Array(lr);return Et[0]=this.h0,Et[1]=this.h1,Et[2]=this.h2,Et[3]=this.h3,lr},cr.prototype.buffer=cr.prototype.arrayBuffer,cr.prototype.base64=function(){for(var lr,Et,ie,pe="",Ce=this.array(),Ie=0;Ie<15;)lr=Ce[Ie++],Et=Ce[Ie++],ie=Ce[Ie++],pe+=Ve[lr>>>2]+Ve[(lr<<4|Et>>>4)&63]+Ve[(Et<<2|ie>>>6)&63]+Ve[ie&63];return lr=Ce[Ie],pe+=Ve[lr>>>2]+Ve[lr<<4&63]+"==",pe};var nr=dr();oe?k.exports=nr:(z.md5=nr,ue&&(L=(function(){return nr}).call(nr,$,nr,k),L!==void 0&&(k.exports=L)))})()}).call(this,$("./node_modules/webpack/buildin/module.js")(y))},"./lib/request.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/typeof.js"),L=function(ue){switch(k(ue)){case"string":return ue;case"boolean":return ue?"true":"false";case"number":return isFinite(ue)?ue:"";default:return""}},j=function(ue,de,_e,Ne){return de=de||"&",_e=_e||"=",ue===null&&(ue=void 0),k(ue)==="object"?Object.keys(ue).map(function(Ue){var $e=encodeURIComponent(L(Ue))+_e;return Array.isArray(ue[Ue])?ue[Ue].map(function(Ve){return $e+encodeURIComponent(L(Ve))}).join(de):$e+encodeURIComponent(L(ue[Ue]))}).filter(Boolean).join(de):""},V=function(ue,de,_e){var Ne={},Ue=de.getAllResponseHeaders();return Ue&&Ue.length>0&&Ue.trim().split(`
`).forEach(function($e){if($e){var Ve=$e.indexOf(":"),Fe=$e.substr(0,Ve).trim().toLowerCase(),qe=$e.substr(Ve+1).trim();Ne[Fe]=qe}}),{error:ue,statusCode:de.status,statusMessage:de.statusText,headers:Ne,body:_e}},z=function(ue,de){return!de&&de==="text"?ue.responseText:ue.response},re=function(ue,de){var _e=(ue.method||"GET").toUpperCase(),Ne=ue.url;if(ue.qs){var Ue=j(ue.qs);Ue&&(Ne+=(Ne.indexOf("?")===-1?"?":"&")+Ue)}var $e=new XMLHttpRequest;if($e.open(_e,Ne,!0),$e.responseType=ue.dataType||"text",ue.xhrFields)for(var Ve in ue.xhrFields)$e[Ve]=ue.xhrFields[Ve];var Fe=ue.headers;if(Fe)for(var qe in Fe)Fe.hasOwnProperty(qe)&&qe.toLowerCase()!=="content-length"&&qe.toLowerCase()!=="user-agent"&&qe.toLowerCase()!=="origin"&&qe.toLowerCase()!=="host"&&$e.setRequestHeader(qe,Fe[qe]);return ue.onProgress&&$e.upload&&($e.upload.onprogress=ue.onProgress),ue.onDownloadProgress&&($e.onprogress=ue.onDownloadProgress),ue.timeout&&($e.timeout=ue.timeout),$e.ontimeout=function(er){var ir=new Error("timeout");de(V(ir,$e))},$e.onload=function(){de(V(null,$e,z($e,ue.dataType)))},$e.onerror=function(er){var ir=z($e,ue.dataType);if(ir)de(V(null,$e,ir));else{var dr=$e.statusText;!dr&&$e.status===0&&(dr=new Error("CORS blocked or network error")),de(V(dr,$e,ir))}},$e.send(ue.body||""),$e};y.exports=re},"./node_modules/@babel/runtime/helpers/classCallCheck.js":function(y,n){function $(k,L){if(!(k instanceof L))throw new TypeError("Cannot call a class as a function")}y.exports=$,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/@babel/runtime/helpers/createClass.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/toPropertyKey.js");function L(V,z){for(var re=0;re<z.length;re++){var oe=z[re];oe.enumerable=oe.enumerable||!1,oe.configurable=!0,"value"in oe&&(oe.writable=!0),Object.defineProperty(V,k(oe.key),oe)}}function j(V,z,re){return z&&L(V.prototype,z),re&&L(V,re),Object.defineProperty(V,"prototype",{writable:!1}),V}y.exports=j,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/@babel/runtime/helpers/toPrimitive.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/typeof.js").default;function L(j,V){if(k(j)!=="object"||j===null)return j;var z=j[Symbol.toPrimitive];if(z!==void 0){var re=z.call(j,V||"default");if(k(re)!=="object")return re;throw new TypeError("@@toPrimitive must return a primitive value.")}return(V==="string"?String:Number)(j)}y.exports=L,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/@babel/runtime/helpers/toPropertyKey.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/typeof.js").default,L=$("./node_modules/@babel/runtime/helpers/toPrimitive.js");function j(V){var z=L(V,"string");return k(z)==="symbol"?z:String(z)}y.exports=j,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/@babel/runtime/helpers/typeof.js":function(y,n){function $(k){"@babel/helpers - typeof";return y.exports=$=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(L){return typeof L}:function(L){return L&&typeof Symbol=="function"&&L.constructor===Symbol&&L!==Symbol.prototype?"symbol":typeof L},y.exports.__esModule=!0,y.exports.default=y.exports,$(k)}y.exports=$,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/fast-xml-parser/src/fxp.js":function(y,n,$){const k=$("./node_modules/fast-xml-parser/src/validator.js"),L=$("./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js"),j=$("./node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js");y.exports={XMLParser:L,XMLValidator:k,XMLBuilder:j}},"./node_modules/fast-xml-parser/src/util.js":function(y,n,$){const k=":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",L=k+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",j="["+k+"]["+L+"]*",V=new RegExp("^"+j+"$"),z=function(oe,ue){const de=[];let _e=ue.exec(oe);for(;_e;){const Ne=[];Ne.startIndex=ue.lastIndex-_e[0].length;const Ue=_e.length;for(let $e=0;$e<Ue;$e++)Ne.push(_e[$e]);de.push(Ne),_e=ue.exec(oe)}return de},re=function(oe){const ue=V.exec(oe);return!(ue===null||typeof ue>"u")};n.isExist=function(oe){return typeof oe<"u"},n.isEmptyObject=function(oe){return Object.keys(oe).length===0},n.merge=function(oe,ue,de){if(ue){const _e=Object.keys(ue),Ne=_e.length;for(let Ue=0;Ue<Ne;Ue++)de==="strict"?oe[_e[Ue]]=[ue[_e[Ue]]]:oe[_e[Ue]]=ue[_e[Ue]]}},n.getValue=function(oe){return n.isExist(oe)?oe:""},n.isName=re,n.getAllMatches=z,n.nameRegexp=j},"./node_modules/fast-xml-parser/src/validator.js":function(y,n,$){const k=$("./node_modules/fast-xml-parser/src/util.js"),L={allowBooleanAttributes:!1,unpairedTags:[]};n.validate=function(ir,dr){dr=Object.assign({},L,dr);const cr=[];let nr=!1,lr=!1;ir[0]==="\uFEFF"&&(ir=ir.substr(1));for(let Et=0;Et<ir.length;Et++)if(ir[Et]==="<"&&ir[Et+1]==="?"){if(Et+=2,Et=V(ir,Et),Et.err)return Et}else if(ir[Et]==="<"){let ie=Et;if(Et++,ir[Et]==="!"){Et=z(ir,Et);continue}else{let pe=!1;ir[Et]==="/"&&(pe=!0,Et++);let Ce="";for(;Et<ir.length&&ir[Et]!==">"&&ir[Et]!==" "&&ir[Et]!==" "&&ir[Et]!==`
`&&ir[Et]!=="\r";Et++)Ce+=ir[Et];if(Ce=Ce.trim(),Ce[Ce.length-1]==="/"&&(Ce=Ce.substring(0,Ce.length-1),Et--),!Fe(Ce)){let ar;return Ce.trim().length===0?ar="Invalid space after '<'.":ar="Tag '"+Ce+"' is an invalid name.",$e("InvalidTag",ar,qe(ir,Et))}const Ie=ue(ir,Et);if(Ie===!1)return $e("InvalidAttr","Attributes for '"+Ce+"' have open quote.",qe(ir,Et));let jt=Ie.value;if(Et=Ie.index,jt[jt.length-1]==="/"){const ar=Et-jt.length;jt=jt.substring(0,jt.length-1);const ur=_e(jt,dr);if(ur===!0)nr=!0;else return $e(ur.err.code,ur.err.msg,qe(ir,ar+ur.err.line))}else if(pe)if(Ie.tagClosed){if(jt.trim().length>0)return $e("InvalidTag","Closing tag '"+Ce+"' can't have attributes or invalid starting.",qe(ir,ie));if(cr.length===0)return $e("InvalidTag","Closing tag '"+Ce+"' has not been opened.",qe(ir,ie));{const ar=cr.pop();if(Ce!==ar.tagName){let ur=qe(ir,ar.tagStartPos);return $e("InvalidTag","Expected closing tag '"+ar.tagName+"' (opened in line "+ur.line+", col "+ur.col+") instead of closing tag '"+Ce+"'.",qe(ir,ie))}cr.length==0&&(lr=!0)}}else return $e("InvalidTag","Closing tag '"+Ce+"' doesn't have proper closing.",qe(ir,Et));else{const ar=_e(jt,dr);if(ar!==!0)return $e(ar.err.code,ar.err.msg,qe(ir,Et-jt.length+ar.err.line));if(lr===!0)return $e("InvalidXml","Multiple possible root nodes found.",qe(ir,Et));dr.unpairedTags.indexOf(Ce)!==-1||cr.push({tagName:Ce,tagStartPos:ie}),nr=!0}for(Et++;Et<ir.length;Et++)if(ir[Et]==="<")if(ir[Et+1]==="!"){Et++,Et=z(ir,Et);continue}else if(ir[Et+1]==="?"){if(Et=V(ir,++Et),Et.err)return Et}else break;else if(ir[Et]==="&"){const ar=Ue(ir,Et);if(ar==-1)return $e("InvalidChar","char '&' is not expected.",qe(ir,Et));Et=ar}else if(lr===!0&&!j(ir[Et]))return $e("InvalidXml","Extra text at the end",qe(ir,Et));ir[Et]==="<"&&Et--}}else{if(j(ir[Et]))continue;return $e("InvalidChar","char '"+ir[Et]+"' is not expected.",qe(ir,Et))}if(nr){if(cr.length==1)return $e("InvalidTag","Unclosed tag '"+cr[0].tagName+"'.",qe(ir,cr[0].tagStartPos));if(cr.length>0)return $e("InvalidXml","Invalid '"+JSON.stringify(cr.map(Et=>Et.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return $e("InvalidXml","Start tag expected.",1);return!0};function j(ir){return ir===" "||ir===" "||ir===`
`||ir==="\r"}function V(ir,dr){const cr=dr;for(;dr<ir.length;dr++)if(ir[dr]=="?"||ir[dr]==" "){const nr=ir.substr(cr,dr-cr);if(dr>5&&nr==="xml")return $e("InvalidXml","XML declaration allowed only at the start of the document.",qe(ir,dr));if(ir[dr]=="?"&&ir[dr+1]==">"){dr++;break}else continue}return dr}function z(ir,dr){if(ir.length>dr+5&&ir[dr+1]==="-"&&ir[dr+2]==="-"){for(dr+=3;dr<ir.length;dr++)if(ir[dr]==="-"&&ir[dr+1]==="-"&&ir[dr+2]===">"){dr+=2;break}}else if(ir.length>dr+8&&ir[dr+1]==="D"&&ir[dr+2]==="O"&&ir[dr+3]==="C"&&ir[dr+4]==="T"&&ir[dr+5]==="Y"&&ir[dr+6]==="P"&&ir[dr+7]==="E"){let cr=1;for(dr+=8;dr<ir.length;dr++)if(ir[dr]==="<")cr++;else if(ir[dr]===">"&&(cr--,cr===0))break}else if(ir.length>dr+9&&ir[dr+1]==="["&&ir[dr+2]==="C"&&ir[dr+3]==="D"&&ir[dr+4]==="A"&&ir[dr+5]==="T"&&ir[dr+6]==="A"&&ir[dr+7]==="["){for(dr+=8;dr<ir.length;dr++)if(ir[dr]==="]"&&ir[dr+1]==="]"&&ir[dr+2]===">"){dr+=2;break}}return dr}const re='"',oe="'";function ue(ir,dr){let cr="",nr="",lr=!1;for(;dr<ir.length;dr++){if(ir[dr]===re||ir[dr]===oe)nr===""?nr=ir[dr]:nr!==ir[dr]||(nr="");else if(ir[dr]===">"&&nr===""){lr=!0;break}cr+=ir[dr]}return nr!==""?!1:{value:cr,index:dr,tagClosed:lr}}const de=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function _e(ir,dr){const cr=k.getAllMatches(ir,de),nr={};for(let lr=0;lr<cr.length;lr++){if(cr[lr][1].length===0)return $e("InvalidAttr","Attribute '"+cr[lr][2]+"' has no space in starting.",er(cr[lr]));if(cr[lr][3]!==void 0&&cr[lr][4]===void 0)return $e("InvalidAttr","Attribute '"+cr[lr][2]+"' is without value.",er(cr[lr]));if(cr[lr][3]===void 0&&!dr.allowBooleanAttributes)return $e("InvalidAttr","boolean attribute '"+cr[lr][2]+"' is not allowed.",er(cr[lr]));const Et=cr[lr][2];if(!Ve(Et))return $e("InvalidAttr","Attribute '"+Et+"' is an invalid name.",er(cr[lr]));if(!nr.hasOwnProperty(Et))nr[Et]=1;else return $e("InvalidAttr","Attribute '"+Et+"' is repeated.",er(cr[lr]))}return!0}function Ne(ir,dr){let cr=/\d/;for(ir[dr]==="x"&&(dr++,cr=/[\da-fA-F]/);dr<ir.length;dr++){if(ir[dr]===";")return dr;if(!ir[dr].match(cr))break}return-1}function Ue(ir,dr){if(dr++,ir[dr]===";")return-1;if(ir[dr]==="#")return dr++,Ne(ir,dr);let cr=0;for(;dr<ir.length;dr++,cr++)if(!(ir[dr].match(/\w/)&&cr<20)){if(ir[dr]===";")break;return-1}return dr}function $e(ir,dr,cr){return{err:{code:ir,msg:dr,line:cr.line||cr,col:cr.col}}}function Ve(ir){return k.isName(ir)}function Fe(ir){return k.isName(ir)}function qe(ir,dr){const cr=ir.substring(0,dr).split(/\r?\n/);return{line:cr.length,col:cr[cr.length-1].length+1}}function er(ir){return ir.startIndex+ir[1].length}},"./node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js":function(y,n,$){const k=$("./node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js"),L={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(oe,ue){return ue},attributeValueProcessor:function(oe,ue){return ue},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 j(oe){this.options=Object.assign({},L,oe),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=re),this.processTextOrObjNode=V,this.options.format?(this.indentate=z,this.tagEndChar=`>
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}j.prototype.build=function(oe){return this.options.preserveOrder?k(oe,this.options):(Array.isArray(oe)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(oe={[this.options.arrayNodeName]:oe}),this.j2x(oe,0).val)},j.prototype.j2x=function(oe,ue){let de="",_e="";for(let Ne in oe)if(Object.prototype.hasOwnProperty.call(oe,Ne))if(typeof oe[Ne]>"u")this.isAttribute(Ne)&&(_e+="");else if(oe[Ne]===null)this.isAttribute(Ne)?_e+="":Ne[0]==="?"?_e+=this.indentate(ue)+"<"+Ne+"?"+this.tagEndChar:_e+=this.indentate(ue)+"<"+Ne+"/"+this.tagEndChar;else if(oe[Ne]instanceof Date)_e+=this.buildTextValNode(oe[Ne],Ne,"",ue);else if(typeof oe[Ne]!="object"){const Ue=this.isAttribute(Ne);if(Ue)de+=this.buildAttrPairStr(Ue,""+oe[Ne]);else if(Ne===this.options.textNodeName){let $e=this.options.tagValueProcessor(Ne,""+oe[Ne]);_e+=this.replaceEntitiesValue($e)}else _e+=this.buildTextValNode(oe[Ne],Ne,"",ue)}else if(Array.isArray(oe[Ne])){const Ue=oe[Ne].length;let $e="";for(let Ve=0;Ve<Ue;Ve++){const Fe=oe[Ne][Ve];typeof Fe>"u"||(Fe===null?Ne[0]==="?"?_e+=this.indentate(ue)+"<"+Ne+"?"+this.tagEndChar:_e+=this.indentate(ue)+"<"+Ne+"/"+this.tagEndChar:typeof Fe=="object"?this.options.oneListGroup?$e+=this.j2x(Fe,ue+1).val:$e+=this.processTextOrObjNode(Fe,Ne,ue):$e+=this.buildTextValNode(Fe,Ne,"",ue))}this.options.oneListGroup&&($e=this.buildObjectNode($e,Ne,"",ue)),_e+=$e}else if(this.options.attributesGroupName&&Ne===this.options.attributesGroupName){const Ue=Object.keys(oe[Ne]),$e=Ue.length;for(let Ve=0;Ve<$e;Ve++)de+=this.buildAttrPairStr(Ue[Ve],""+oe[Ne][Ue[Ve]])}else _e+=this.processTextOrObjNode(oe[Ne],Ne,ue);return{attrStr:de,val:_e}},j.prototype.buildAttrPairStr=function(oe,ue){return ue=this.options.attributeValueProcessor(oe,""+ue),ue=this.replaceEntitiesValue(ue),this.options.suppressBooleanAttributes&&ue==="true"?" "+oe:" "+oe+'="'+ue+'"'};function V(oe,ue,de){const _e=this.j2x(oe,de+1);return oe[this.options.textNodeName]!==void 0&&Object.keys(oe).length===1?this.buildTextValNode(oe[this.options.textNodeName],ue,_e.attrStr,de):this.buildObjectNode(_e.val,ue,_e.attrStr,de)}j.prototype.buildObjectNode=function(oe,ue,de,_e){if(oe==="")return ue[0]==="?"?this.indentate(_e)+"<"+ue+de+"?"+this.tagEndChar:this.indentate(_e)+"<"+ue+de+this.closeTag(ue)+this.tagEndChar;{let Ne="</"+ue+this.tagEndChar,Ue="";return ue[0]==="?"&&(Ue="?",Ne=""),(de||de==="")&&oe.indexOf("<")===-1?this.indentate(_e)+"<"+ue+de+Ue+">"+oe+Ne:this.options.commentPropName!==!1&&ue===this.options.commentPropName&&Ue.length===0?this.indentate(_e)+`<!--${oe}-->`+this.newLine:this.indentate(_e)+"<"+ue+de+Ue+this.tagEndChar+oe+this.indentate(_e)+Ne}},j.prototype.closeTag=function(oe){let ue="";return this.options.unpairedTags.indexOf(oe)!==-1?this.options.suppressUnpairedNode||(ue="/"):this.options.suppressEmptyNode?ue="/":ue=`></${oe}`,ue},j.prototype.buildTextValNode=function(oe,ue,de,_e){if(this.options.cdataPropName!==!1&&ue===this.options.cdataPropName)return this.indentate(_e)+`<![CDATA[${oe}]]>`+this.newLine;if(this.options.commentPropName!==!1&&ue===this.options.commentPropName)return this.indentate(_e)+`<!--${oe}-->`+this.newLine;if(ue[0]==="?")return this.indentate(_e)+"<"+ue+de+"?"+this.tagEndChar;{let Ne=this.options.tagValueProcessor(ue,oe);return Ne=this.replaceEntitiesValue(Ne),Ne===""?this.indentate(_e)+"<"+ue+de+this.closeTag(ue)+this.tagEndChar:this.indentate(_e)+"<"+ue+de+">"+Ne+"</"+ue+this.tagEndChar}},j.prototype.replaceEntitiesValue=function(oe){if(oe&&oe.length>0&&this.options.processEntities)for(let ue=0;ue<this.options.entities.length;ue++){const de=this.options.entities[ue];oe=oe.replace(de.regex,de.val)}return oe};function z(oe){return this.options.indentBy.repeat(oe)}function re(oe){return oe.startsWith(this.options.attributeNamePrefix)&&oe!==this.options.textNodeName?oe.substr(this.attrPrefixLen):!1}y.exports=j},"./node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js":function(y,n){const $=`
`;function k(oe,ue){let de="";return ue.format&&ue.indentBy.length>0&&(de=$),L(oe,ue,"",de)}function L(oe,ue,de,_e){let Ne="",Ue=!1;for(let $e=0;$e<oe.length;$e++){const Ve=oe[$e],Fe=j(Ve);if(Fe===void 0)continue;let qe="";if(de.length===0?qe=Fe:qe=`${de}.${Fe}`,Fe===ue.textNodeName){let nr=Ve[Fe];z(qe,ue)||(nr=ue.tagValueProcessor(Fe,nr),nr=re(nr,ue)),Ue&&(Ne+=_e),Ne+=nr,Ue=!1;continue}else if(Fe===ue.cdataPropName){Ue&&(Ne+=_e),Ne+=`<![CDATA[${Ve[Fe][0][ue.textNodeName]}]]>`,Ue=!1;continue}else if(Fe===ue.commentPropName){Ne+=_e+`<!--${Ve[Fe][0][ue.textNodeName]}-->`,Ue=!0;continue}else if(Fe[0]==="?"){const nr=V(Ve[":@"],ue),lr=Fe==="?xml"?"":_e;let Et=Ve[Fe][0][ue.textNodeName];Et=Et.length!==0?" "+Et:"",Ne+=lr+`<${Fe}${Et}${nr}?>`,Ue=!0;continue}let er=_e;er!==""&&(er+=ue.indentBy);const ir=V(Ve[":@"],ue),dr=_e+`<${Fe}${ir}`,cr=L(Ve[Fe],ue,qe,er);ue.unpairedTags.indexOf(Fe)!==-1?ue.suppressUnpairedNode?Ne+=dr+">":Ne+=dr+"/>":(!cr||cr.length===0)&&ue.suppressEmptyNode?Ne+=dr+"/>":cr&&cr.endsWith(">")?Ne+=dr+`>${cr}${_e}</${Fe}>`:(Ne+=dr+">",cr&&_e!==""&&(cr.includes("/>")||cr.includes("</"))?Ne+=_e+ue.indentBy+cr+_e:Ne+=cr,Ne+=`</${Fe}>`),Ue=!0}return Ne}function j(oe){const ue=Object.keys(oe);for(let de=0;de<ue.length;de++){const _e=ue[de];if(oe.hasOwnProperty(_e)&&_e!==":@")return _e}}function V(oe,ue){let de="";if(oe&&!ue.ignoreAttributes)for(let _e in oe){if(!oe.hasOwnProperty(_e))continue;let Ne=ue.attributeValueProcessor(_e,oe[_e]);Ne=re(Ne,ue),Ne===!0&&ue.suppressBooleanAttributes?de+=` ${_e.substr(ue.attributeNamePrefix.length)}`:de+=` ${_e.substr(ue.attributeNamePrefix.length)}="${Ne}"`}return de}function z(oe,ue){oe=oe.substr(0,oe.length-ue.textNodeName.length-1);let de=oe.substr(oe.lastIndexOf(".")+1);for(let _e in ue.stopNodes)if(ue.stopNodes[_e]===oe||ue.stopNodes[_e]==="*."+de)return!0;return!1}function re(oe,ue){if(oe&&oe.length>0&&ue.processEntities)for(let de=0;de<ue.entities.length;de++){const _e=ue.entities[de];oe=oe.replace(_e.regex,_e.val)}return oe}y.exports=k},"./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js":function(y,n,$){const k=$("./node_modules/fast-xml-parser/src/util.js");function L(_e,Ne){const Ue={};if(_e[Ne+3]==="O"&&_e[Ne+4]==="C"&&_e[Ne+5]==="T"&&_e[Ne+6]==="Y"&&_e[Ne+7]==="P"&&_e[Ne+8]==="E"){Ne=Ne+9;let $e=1,Ve=!1,Fe=!1,qe="";for(;Ne<_e.length;Ne++)if(_e[Ne]==="<"&&!Fe){if(Ve&&z(_e,Ne))Ne+=7,[entityName,val,Ne]=j(_e,Ne+1),val.indexOf("&")===-1&&(Ue[de(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(Ve&&re(_e,Ne))Ne+=8;else if(Ve&&oe(_e,Ne))Ne+=8;else if(Ve&&ue(_e,Ne))Ne+=9;else if(V)Fe=!0;else throw new Error("Invalid DOCTYPE");$e++,qe=""}else if(_e[Ne]===">"){if(Fe?_e[Ne-1]==="-"&&_e[Ne-2]==="-"&&(Fe=!1,$e--):$e--,$e===0)break}else _e[Ne]==="["?Ve=!0:qe+=_e[Ne];if($e!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:Ue,i:Ne}}function j(_e,Ne){let Ue="";for(;Ne<_e.length&&_e[Ne]!=="'"&&_e[Ne]!=='"';Ne++)Ue+=_e[Ne];if(Ue=Ue.trim(),Ue.indexOf(" ")!==-1)throw new Error("External entites are not supported");const $e=_e[Ne++];let Ve="";for(;Ne<_e.length&&_e[Ne]!==$e;Ne++)Ve+=_e[Ne];return[Ue,Ve,Ne]}function V(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="-"&&_e[Ne+3]==="-"}function z(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="E"&&_e[Ne+3]==="N"&&_e[Ne+4]==="T"&&_e[Ne+5]==="I"&&_e[Ne+6]==="T"&&_e[Ne+7]==="Y"}function re(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="E"&&_e[Ne+3]==="L"&&_e[Ne+4]==="E"&&_e[Ne+5]==="M"&&_e[Ne+6]==="E"&&_e[Ne+7]==="N"&&_e[Ne+8]==="T"}function oe(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="A"&&_e[Ne+3]==="T"&&_e[Ne+4]==="T"&&_e[Ne+5]==="L"&&_e[Ne+6]==="I"&&_e[Ne+7]==="S"&&_e[Ne+8]==="T"}function ue(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="N"&&_e[Ne+3]==="O"&&_e[Ne+4]==="T"&&_e[Ne+5]==="A"&&_e[Ne+6]==="T"&&_e[Ne+7]==="I"&&_e[Ne+8]==="O"&&_e[Ne+9]==="N"}function de(_e){if(k.isName(_e))return _e;throw new Error(`Invalid entity name ${_e}`)}y.exports=L},"./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js":function(y,n){const $={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(L,j){return j},attributeValueProcessor:function(L,j){return j},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(L,j,V){return L}},k=function(L){return Object.assign({},$,L)};n.buildOptions=k,n.defaultOptions=$},"./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js":function(y,n,$){const k=$("./node_modules/fast-xml-parser/src/util.js"),L=$("./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js"),j=$("./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js"),V=$("./node_modules/strnum/strnum.js");class z{constructor(lr){this.options=lr,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:(Et,ie)=>String.fromCharCode(Number.parseInt(ie,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(Et,ie)=>String.fromCharCode(Number.parseInt(ie,16))}},this.addExternalEntities=re,this.parseXml=Ne,this.parseTextData=oe,this.resolveNameSpace=ue,this.buildAttributesMap=_e,this.isItStopNode=Fe,this.replaceEntitiesValue=$e,this.readStopNodeData=dr,this.saveTextToParentTag=Ve,this.addChild=Ue}}function re(nr){const lr=Object.keys(nr);for(let Et=0;Et<lr.length;Et++){const ie=lr[Et];this.lastEntities[ie]={regex:new RegExp("&"+ie+";","g"),val:nr[ie]}}}function oe(nr,lr,Et,ie,pe,Ce,Ie){if(nr!==void 0&&(this.options.trimValues&&!ie&&(nr=nr.trim()),nr.length>0)){Ie||(nr=this.replaceEntitiesValue(nr));const jt=this.options.tagValueProcessor(lr,nr,Et,pe,Ce);return jt==null?nr:typeof jt!=typeof nr||jt!==nr?jt:this.options.trimValues?cr(nr,this.options.parseTagValue,this.options.numberParseOptions):nr.trim()===nr?cr(nr,this.options.parseTagValue,this.options.numberParseOptions):nr}}function ue(nr){if(this.options.removeNSPrefix){const lr=nr.split(":"),Et=nr.charAt(0)==="/"?"/":"";if(lr[0]==="xmlns")return"";lr.length===2&&(nr=Et+lr[1])}return nr}const de=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function _e(nr,lr,Et){if(!this.options.ignoreAttributes&&typeof nr=="string"){const ie=k.getAllMatches(nr,de),pe=ie.length,Ce={};for(let Ie=0;Ie<pe;Ie++){const jt=this.resolveNameSpace(ie[Ie][1]);let ar=ie[Ie][4],ur=this.options.attributeNamePrefix+jt;if(jt.length)if(this.options.transformAttributeName&&(ur=this.options.transformAttributeName(ur)),ur==="__proto__"&&(ur="#__proto__"),ar!==void 0){this.options.trimValues&&(ar=ar.trim()),ar=this.replaceEntitiesValue(ar);const kt=this.options.attributeValueProcessor(jt,ar,lr);kt==null?Ce[ur]=ar:typeof kt!=typeof ar||kt!==ar?Ce[ur]=kt:Ce[ur]=cr(ar,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(Ce[ur]=!0)}if(!Object.keys(Ce).length)return;if(this.options.attributesGroupName){const Ie={};return Ie[this.options.attributesGroupName]=Ce,Ie}return Ce}}const Ne=function(nr){nr=nr.replace(/\r\n?/g,`
`);const lr=new L("!xml");let Et=lr,ie="",pe="";for(let Ce=0;Ce<nr.length;Ce++)if(nr[Ce]==="<")if(nr[Ce+1]==="/"){const jt=er(nr,">",Ce,"Closing Tag is not closed.");let ar=nr.substring(Ce+2,jt).trim();if(this.options.removeNSPrefix){const he=ar.indexOf(":");he!==-1&&(ar=ar.substr(he+1))}this.options.transformTagName&&(ar=this.options.transformTagName(ar)),Et&&(ie=this.saveTextToParentTag(ie,Et,pe));const ur=pe.substring(pe.lastIndexOf(".")+1);if(ar&&this.options.unpairedTags.indexOf(ar)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${ar}>`);let kt=0;ur&&this.options.unpairedTags.indexOf(ur)!==-1?(kt=pe.lastIndexOf(".",pe.lastIndexOf(".")-1),this.tagsNodeStack.pop()):kt=pe.lastIndexOf("."),pe=pe.substring(0,kt),Et=this.tagsNodeStack.pop(),ie="",Ce=jt}else if(nr[Ce+1]==="?"){let jt=ir(nr,Ce,!1,"?>");if(!jt)throw new Error("Pi Tag is not closed.");if(ie=this.saveTextToParentTag(ie,Et,pe),!(this.options.ignoreDeclaration&&jt.tagName==="?xml"||this.options.ignorePiTags)){const ar=new L(jt.tagName);ar.add(this.options.textNodeName,""),jt.tagName!==jt.tagExp&&jt.attrExpPresent&&(ar[":@"]=this.buildAttributesMap(jt.tagExp,pe,jt.tagName)),this.addChild(Et,ar,pe)}Ce=jt.closeIndex+1}else if(nr.substr(Ce+1,3)==="!--"){const jt=er(nr,"-->",Ce+4,"Comment is not closed.");if(this.options.commentPropName){const ar=nr.substring(Ce+4,jt-2);ie=this.saveTextToParentTag(ie,Et,pe),Et.add(this.options.commentPropName,[{[this.options.textNodeName]:ar}])}Ce=jt}else if(nr.substr(Ce+1,2)==="!D"){const jt=j(nr,Ce);this.docTypeEntities=jt.entities,Ce=jt.i}else if(nr.substr(Ce+1,2)==="!["){const jt=er(nr,"]]>",Ce,"CDATA is not closed.")-2,ar=nr.substring(Ce+9,jt);ie=this.saveTextToParentTag(ie,Et,pe);let ur=this.parseTextData(ar,Et.tagname,pe,!0,!1,!0,!0);ur==null&&(ur=""),this.options.cdataPropName?Et.add(this.options.cdataPropName,[{[this.options.textNodeName]:ar}]):Et.add(this.options.textNodeName,ur),Ce=jt+2}else{let jt=ir(nr,Ce,this.options.removeNSPrefix),ar=jt.tagName;const ur=jt.rawTagName;let kt=jt.tagExp,he=jt.attrExpPresent,tr=jt.closeIndex;this.options.transformTagName&&(ar=this.options.transformTagName(ar)),Et&&ie&&Et.tagname!=="!xml"&&(ie=this.saveTextToParentTag(ie,Et,pe,!1));const gr=Et;if(gr&&this.options.unpairedTags.indexOf(gr.tagname)!==-1&&(Et=this.tagsNodeStack.pop(),pe=pe.substring(0,pe.lastIndexOf("."))),ar!==lr.tagname&&(pe+=pe?"."+ar:ar),this.isItStopNode(this.options.stopNodes,pe,ar)){let _r="";if(kt.length>0&&kt.lastIndexOf("/")===kt.length-1)ar[ar.length-1]==="/"?(ar=ar.substr(0,ar.length-1),pe=pe.substr(0,pe.length-1),kt=ar):kt=kt.substr(0,kt.length-1),Ce=jt.closeIndex;else if(this.options.unpairedTags.indexOf(ar)!==-1)Ce=jt.closeIndex;else{const xr=this.readStopNodeData(nr,ur,tr+1);if(!xr)throw new Error(`Unexpected end of ${ur}`);Ce=xr.i,_r=xr.tagContent}const yr=new L(ar);ar!==kt&&he&&(yr[":@"]=this.buildAttributesMap(kt,pe,ar)),_r&&(_r=this.parseTextData(_r,ar,pe,!0,he,!0,!0)),pe=pe.substr(0,pe.lastIndexOf(".")),yr.add(this.options.textNodeName,_r),this.addChild(Et,yr,pe)}else{if(kt.length>0&&kt.lastIndexOf("/")===kt.length-1){ar[ar.length-1]==="/"?(ar=ar.substr(0,ar.length-1),pe=pe.substr(0,pe.length-1),kt=ar):kt=kt.substr(0,kt.length-1),this.options.transformTagName&&(ar=this.options.transformTagName(ar));const _r=new L(ar);ar!==kt&&he&&(_r[":@"]=this.buildAttributesMap(kt,pe,ar)),this.addChild(Et,_r,pe),pe=pe.substr(0,pe.lastIndexOf("."))}else{const _r=new L(ar);this.tagsNodeStack.push(Et),ar!==kt&&he&&(_r[":@"]=this.buildAttributesMap(kt,pe,ar)),this.addChild(Et,_r,pe),Et=_r}ie="",Ce=tr}}else ie+=nr[Ce];return lr.child};function Ue(nr,lr,Et){const ie=this.options.updateTag(lr.tagname,Et,lr[":@"]);ie===!1||(typeof ie=="string"&&(lr.tagname=ie),nr.addChild(lr))}const $e=function(nr){if(this.options.processEntities){for(let lr in this.docTypeEntities){const Et=this.docTypeEntities[lr];nr=nr.replace(Et.regx,Et.val)}for(let lr in this.lastEntities){const Et=this.lastEntities[lr];nr=nr.replace(Et.regex,Et.val)}if(this.options.htmlEntities)for(let lr in this.htmlEntities){const Et=this.htmlEntities[lr];nr=nr.replace(Et.regex,Et.val)}nr=nr.replace(this.ampEntity.regex,this.ampEntity.val)}return nr};function Ve(nr,lr,Et,ie){return nr&&(ie===void 0&&(ie=Object.keys(lr.child).length===0),nr=this.parseTextData(nr,lr.tagname,Et,!1,lr[":@"]?Object.keys(lr[":@"]).length!==0:!1,ie),nr!==void 0&&nr!==""&&lr.add(this.options.textNodeName,nr),nr=""),nr}function Fe(nr,lr,Et){const ie="*."+Et;for(const pe in nr){const Ce=nr[pe];if(ie===Ce||lr===Ce)return!0}return!1}function qe(nr,lr,Et=">"){let ie,pe="";for(let Ce=lr;Ce<nr.length;Ce++){let Ie=nr[Ce];if(ie)Ie===ie&&(ie="");else if(Ie==='"'||Ie==="'")ie=Ie;else if(Ie===Et[0])if(Et[1]){if(nr[Ce+1]===Et[1])return{data:pe,index:Ce}}else return{data:pe,index:Ce};else Ie===" "&&(Ie=" ");pe+=Ie}}function er(nr,lr,Et,ie){const pe=nr.indexOf(lr,Et);if(pe===-1)throw new Error(ie);return pe+lr.length-1}function ir(nr,lr,Et,ie=">"){const pe=qe(nr,lr+1,ie);if(!pe)return;let Ce=pe.data;const Ie=pe.index,jt=Ce.search(/\s/);let ar=Ce,ur=!0;jt!==-1&&(ar=Ce.substring(0,jt),Ce=Ce.substring(jt+1).trimStart());const kt=ar;if(Et){const he=ar.indexOf(":");he!==-1&&(ar=ar.substr(he+1),ur=ar!==pe.data.substr(he+1))}return{tagName:ar,tagExp:Ce,closeIndex:Ie,attrExpPresent:ur,rawTagName:kt}}function dr(nr,lr,Et){const ie=Et;let pe=1;for(;Et<nr.length;Et++)if(nr[Et]==="<")if(nr[Et+1]==="/"){const Ce=er(nr,">",Et,`${lr} is not closed`);if(nr.substring(Et+2,Ce).trim()===lr&&(pe--,pe===0))return{tagContent:nr.substring(ie,Et),i:Ce};Et=Ce}else if(nr[Et+1]==="?")Et=er(nr,"?>",Et+1,"StopNode is not closed.");else if(nr.substr(Et+1,3)==="!--")Et=er(nr,"-->",Et+3,"StopNode is not closed.");else if(nr.substr(Et+1,2)==="![")Et=er(nr,"]]>",Et,"StopNode is not closed.")-2;else{const Ce=ir(nr,Et,">");Ce&&((Ce&&Ce.tagName)===lr&&Ce.tagExp[Ce.tagExp.length-1]!=="/"&&pe++,Et=Ce.closeIndex)}}function cr(nr,lr,Et){if(lr&&typeof nr=="string"){const ie=nr.trim();return ie==="true"?!0:ie==="false"?!1:V(nr,Et)}else return k.isExist(nr)?nr:""}y.exports=z},"./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js":function(y,n,$){const{buildOptions:k}=$("./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js"),L=$("./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js"),{prettify:j}=$("./node_modules/fast-xml-parser/src/xmlparser/node2json.js"),V=$("./node_modules/fast-xml-parser/src/validator.js");class z{constructor(oe){this.externalEntities={},this.options=k(oe)}parse(oe,ue){if(typeof oe!="string")if(oe.toString)oe=oe.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(ue){ue===!0&&(ue={});const Ne=V.validate(oe,ue);if(Ne!==!0)throw Error(`${Ne.err.msg}:${Ne.err.line}:${Ne.err.col}`)}const de=new L(this.options);de.addExternalEntities(this.externalEntities);const _e=de.parseXml(oe);return this.options.preserveOrder||_e===void 0?_e:j(_e,this.options)}addEntity(oe,ue){if(ue.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(oe.indexOf("&")!==-1||oe.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");if(ue==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[oe]=ue}}y.exports=z},"./node_modules/fast-xml-parser/src/xmlparser/node2json.js":function(y,n,$){function k(re,oe){return L(re,oe)}function L(re,oe,ue){let de;const _e={};for(let Ne=0;Ne<re.length;Ne++){const Ue=re[Ne],$e=j(Ue);let Ve="";if(ue===void 0?Ve=$e:Ve=ue+"."+$e,$e===oe.textNodeName)de===void 0?de=Ue[$e]:de+=""+Ue[$e];else{if($e===void 0)continue;if(Ue[$e]){let Fe=L(Ue[$e],oe,Ve);const qe=z(Fe,oe);Ue[":@"]?V(Fe,Ue[":@"],Ve,oe):Object.keys(Fe).length===1&&Fe[oe.textNodeName]!==void 0&&!oe.alwaysCreateTextNode?Fe=Fe[oe.textNodeName]:Object.keys(Fe).length===0&&(oe.alwaysCreateTextNode?Fe[oe.textNodeName]="":Fe=""),_e[$e]!==void 0&&_e.hasOwnProperty($e)?(Array.isArray(_e[$e])||(_e[$e]=[_e[$e]]),_e[$e].push(Fe)):oe.isArray($e,Ve,qe)?_e[$e]=[Fe]:_e[$e]=Fe}}}return typeof de=="string"?de.length>0&&(_e[oe.textNodeName]=de):de!==void 0&&(_e[oe.textNodeName]=de),_e}function j(re){const oe=Object.keys(re);for(let ue=0;ue<oe.length;ue++){const de=oe[ue];if(de!==":@")return de}}function V(re,oe,ue,de){if(oe){const _e=Object.keys(oe),Ne=_e.length;for(let Ue=0;Ue<Ne;Ue++){const $e=_e[Ue];de.isArray($e,ue+"."+$e,!0,!0)?re[$e]=[oe[$e]]:re[$e]=oe[$e]}}}function z(re,oe){const{textNodeName:ue}=oe,de=Object.keys(re).length;return!!(de===0||de===1&&(re[ue]||typeof re[ue]=="boolean"||re[ue]===0))}n.prettify=k},"./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js":function(y,n,$){class k{constructor(j){this.tagname=j,this.child=[],this[":@"]={}}add(j,V){j==="__proto__"&&(j="#__proto__"),this.child.push({[j]:V})}addChild(j){j.tagname==="__proto__"&&(j.tagname="#__proto__"),j[":@"]&&Object.keys(j[":@"]).length>0?this.child.push({[j.tagname]:j.child,":@":j[":@"]}):this.child.push({[j.tagname]:j.child})}}y.exports=k},"./node_modules/process/browser.js":function(y,n){var $=y.exports={},k,L;function j(){throw new Error("setTimeout has not been defined")}function V(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?k=setTimeout:k=j}catch{k=j}try{typeof clearTimeout=="function"?L=clearTimeout:L=V}catch{L=V}})();function z(Fe){if(k===setTimeout)return setTimeout(Fe,0);if((k===j||!k)&&setTimeout)return k=setTimeout,setTimeout(Fe,0);try{return k(Fe,0)}catch{try{return k.call(null,Fe,0)}catch{return k.call(this,Fe,0)}}}function re(Fe){if(L===clearTimeout)return clearTimeout(Fe);if((L===V||!L)&&clearTimeout)return L=clearTimeout,clearTimeout(Fe);try{return L(Fe)}catch{try{return L.call(null,Fe)}catch{return L.call(this,Fe)}}}var oe=[],ue=!1,de,_e=-1;function Ne(){!ue||!de||(ue=!1,de.length?oe=de.concat(oe):_e=-1,oe.length&&Ue())}function Ue(){if(!ue){var Fe=z(Ne);ue=!0;for(var qe=oe.length;qe;){for(de=oe,oe=[];++_e<qe;)de&&de[_e].run();_e=-1,qe=oe.length}de=null,ue=!1,re(Fe)}}$.nextTick=function(Fe){var qe=new Array(arguments.length-1);if(arguments.length>1)for(var er=1;er<arguments.length;er++)qe[er-1]=arguments[er];oe.push(new $e(Fe,qe)),oe.length===1&&!ue&&z(Ue)};function $e(Fe,qe){this.fun=Fe,this.array=qe}$e.prototype.run=function(){this.fun.apply(null,this.array)},$.title="browser",$.browser=!0,$.env={},$.argv=[],$.version="",$.versions={};function Ve(){}$.on=Ve,$.addListener=Ve,$.once=Ve,$.off=Ve,$.removeListener=Ve,$.removeAllListeners=Ve,$.emit=Ve,$.prependListener=Ve,$.prependOnceListener=Ve,$.listeners=function(Fe){return[]},$.binding=function(Fe){throw new Error("process.binding is not supported")},$.cwd=function(){return"/"},$.chdir=function(Fe){throw new Error("process.chdir is not supported")},$.umask=function(){return 0}},"./node_modules/strnum/strnum.js":function(y,n){const $=/^[-+]?0x[a-fA-F0-9]+$/,k=/^([\-\+])?(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 L={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function j(z,re={}){if(re=Object.assign({},L,re),!z||typeof z!="string")return z;let oe=z.trim();if(re.skipLike!==void 0&&re.skipLike.test(oe))return z;if(re.hex&&$.test(oe))return Number.parseInt(oe,16);{const ue=k.exec(oe);if(ue){const de=ue[1],_e=ue[2];let Ne=V(ue[3]);const Ue=ue[4]||ue[6];if(!re.leadingZeros&&_e.length>0&&de&&oe[2]!==".")return z;if(!re.leadingZeros&&_e.length>0&&!de&&oe[1]!==".")return z;{const $e=Number(oe),Ve=""+$e;return Ve.search(/[eE]/)!==-1||Ue?re.eNotation?$e:z:oe.indexOf(".")!==-1?Ve==="0"&&Ne===""||Ve===Ne||de&&Ve==="-"+Ne?$e:z:_e?Ne===Ve||de+Ne===Ve?$e:z:oe===Ve||oe===de+Ve?$e:z}}else return z}}function V(z){return z&&z.indexOf(".")!==-1&&(z=z.replace(/0+$/,""),z==="."?z="0":z[0]==="."?z="0"+z:z[z.length-1]==="."&&(z=z.substr(0,z.length-1))),z}y.exports=j},"./node_modules/webpack/buildin/amd-options.js":function(y,n){(function($){y.exports=$}).call(this,{})},"./node_modules/webpack/buildin/module.js":function(y,n){y.exports=function($){return $.webpackPolyfill||($.deprecate=function(){},$.paths=[],$.children||($.children=[]),Object.defineProperty($,"loaded",{enumerable:!0,get:function(){return $.l}}),Object.defineProperty($,"id",{enumerable:!0,get:function(){return $.i}}),$.webpackPolyfill=1),$}},"./package.json":function(y){y.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(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/typeof.js"),L=$("./src/session.js"),j=$("./src/async.js"),V=$("./src/event.js").EventProxy,z=$("./src/util.js"),re=$("./src/tracker.js");function oe(nr,lr){var Et=this,ie=new V,pe=nr.TaskId,Ce=nr.Bucket,Ie=nr.Region,jt=nr.Key,ar=nr.Body,ur=nr.ChunkSize||nr.SliceSize||Et.options.ChunkSize,kt=nr.AsyncLimit,he=nr.StorageClass,tr=nr.ServerSideEncryption,gr,_r,yr=nr.onHashProgress,xr=nr.tracker;xr&&xr.setParams({chunkSize:ur}),ie.on("error",function(Nr){if(Et._isRunningTask(pe))return Nr.UploadId=nr.UploadData.UploadId||"",lr(Nr)}),ie.on("upload_complete",function(Nr){var Tr=z.extend({UploadId:nr.UploadData.UploadId||""},Nr);lr(null,Tr)}),ie.on("upload_slice_complete",function(Nr){var Tr={};z.each(nr.Headers,function(Sr,Ar){var Fr=Ar.toLowerCase();(Fr.indexOf("x-cos-meta-")===0||["pic-operations","x-cos-callback","x-cos-callback-var","x-cos-return-body"].includes(Fr))&&(Tr[Ar]=Sr)}),$e.call(Et,{Bucket:Ce,Region:Ie,Key:jt,UploadId:Nr.UploadId,SliceList:Nr.SliceList,Headers:Tr,tracker:xr},function(Sr,Ar){if(Et._isRunningTask(pe)){if(L.removeUsing(Nr.UploadId),Sr)return _r(null,!0),ie.emit("error",Sr);L.removeUploadId.call(Et,Nr.UploadId),_r({loaded:gr,total:gr},!0),ie.emit("upload_complete",Ar)}})}),ie.on("get_upload_data_finish",function(Nr){var Tr=L.getFileId(ar,nr.ChunkSize,Ce,jt);Tr&&L.saveUploadId.call(Et,Tr,Nr.UploadId,Et.options.UploadIdCacheLimit),L.setUsing(Nr.UploadId),_r(null,!0),Ne.call(Et,{TaskId:pe,Bucket:Ce,Region:Ie,Key:jt,Body:ar,FileSize:gr,SliceSize:ur,AsyncLimit:kt,ServerSideEncryption:tr,UploadData:Nr,Headers:nr.Headers,onProgress:_r,tracker:xr},function(Sr,Ar){if(Et._isRunningTask(pe)){if(Sr)return _r(null,!0),ie.emit("error",Sr);ie.emit("upload_slice_complete",Ar)}})}),ie.on("get_file_size_finish",function(){if(_r=z.throttleOnProgress.call(Et,gr,nr.onProgress),nr.UploadData.UploadId)ie.emit("get_upload_data_finish",nr.UploadData);else{var Nr=z.extend({TaskId:pe,Bucket:Ce,Region:Ie,Key:jt,Headers:nr.Headers,StorageClass:he,Body:ar,FileSize:gr,SliceSize:ur,onHashProgress:yr,tracker:xr},nr);ue.call(Et,Nr,function(Tr,Sr){if(Et._isRunningTask(pe)){if(Tr)return ie.emit("error",Tr);nr.UploadData.UploadId=Sr.UploadId,nr.UploadData.PartList=Sr.PartList,ie.emit("get_upload_data_finish",nr.UploadData)}})}}),gr=nr.ContentLength,delete nr.ContentLength,!nr.Headers&&(nr.Headers={}),z.each(nr.Headers,function(Nr,Tr){Tr.toLowerCase()==="content-length"&&delete nr.Headers[Tr]}),function(){for(var Nr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Tr=1024*1024,Sr=0;Sr<Nr.length&&(Tr=Nr[Sr]*1024*1024,!(gr/Tr<=Et.options.MaxPartNumber));Sr++);nr.ChunkSize=nr.SliceSize=ur=Math.max(ur,Tr)}(),gr===0?(nr.Body="",nr.ContentLength=0,nr.SkipTask=!0,Et.putObject(nr,lr)):ie.emit("get_file_size_finish")}function ue(nr,lr){var Et=nr.TaskId,ie=nr.Bucket,pe=nr.Region,Ce=nr.Key,Ie=nr.StorageClass,jt=this,ar={},ur=nr.FileSize,kt=nr.SliceSize,he=Math.ceil(ur/kt),tr=0,gr=z.throttleOnProgress.call(jt,ur,nr.onHashProgress),_r=function(Tr,Sr){var Ar=kt*(Tr-1),Fr=Math.min(Ar+kt,ur),Gr=Fr-Ar;ar[Tr]?Sr(null,{PartNumber:Tr,ETag:ar[Tr],Size:Gr}):z.fileSlice(nr.Body,Ar,Fr,!1,function(Vr){z.getFileMd5(Vr,function(Dr,Ir){if(Dr)return Sr(z.error(Dr));var Br='"'+Ir+'"';ar[Tr]=Br,tr+=Gr,gr({loaded:tr,total:ur}),Sr(null,{PartNumber:Tr,ETag:Br,Size:Gr})})})},yr=function(Tr,Sr){var Ar=Tr.length;if(Ar===0)return Sr(null,!0);if(Ar>he)return Sr(null,!1);if(Ar>1){var Fr=Math.max(Tr[0].Size,Tr[1].Size);if(Fr!==kt)return Sr(null,!1)}var Gr=function Vr(Dr){if(Dr<Ar){var Ir=Tr[Dr];_r(Ir.PartNumber,function(Br,Rr){Rr&&Rr.ETag===Ir.ETag&&Rr.Size===Ir.Size?Vr(Dr+1):Sr(null,!1)})}else Sr(null,!0)};Gr(0)},xr=new V;xr.on("error",function(Nr){if(jt._isRunningTask(Et))return lr(Nr)}),xr.on("upload_id_available",function(Nr){var Tr={},Sr=[];z.each(Nr.PartList,function(Gr){Tr[Gr.PartNumber]=Gr});for(var Ar=1;Ar<=he;Ar++){var Fr=Tr[Ar];Fr?(Fr.PartNumber=Ar,Fr.Uploaded=!0):Fr={PartNumber:Ar,ETag:null,Uploaded:!1},Sr.push(Fr)}Nr.PartList=Sr,lr(null,Nr)}),xr.on("no_available_upload_id",function(){if(jt._isRunningTask(Et)){var Nr=z.extend({Bucket:ie,Region:pe,Key:Ce,Query:z.clone(nr.Query),StorageClass:Ie,Body:nr.Body,calledBySdk:"sliceUploadFile",tracker:nr.tracker},nr),Tr=z.clone(nr.Headers);delete Tr["x-cos-mime-limit"],Nr.Headers=Tr,jt.multipartInit(Nr,function(Sr,Ar){if(jt._isRunningTask(Et)){if(Sr)return xr.emit("error",Sr);var Fr=Ar.UploadId;if(!Fr)return lr(z.error(new Error("no such upload id")));xr.emit("upload_id_available",{UploadId:Fr,PartList:[]})}})}}),xr.on("has_and_check_upload_id",function(Nr){Nr=Nr.reverse(),j.eachLimit(Nr,1,function(Tr,Sr){if(jt._isRunningTask(Et)){if(L.using[Tr]){Sr();return}_e.call(jt,{Bucket:ie,Region:pe,Key:Ce,UploadId:Tr,tracker:nr.tracker},function(Ar,Fr){if(jt._isRunningTask(Et)){if(Ar)return L.removeUsing(Tr),xr.emit("error",Ar);var Gr=Fr.PartList;Gr.forEach(function(Vr){Vr.PartNumber*=1,Vr.Size*=1,Vr.ETag=Vr.ETag||""}),yr(Gr,function(Vr,Dr){if(jt._isRunningTask(Et)){if(Vr)return xr.emit("error",Vr);Dr?Sr({UploadId:Tr,PartList:Gr}):Sr()}})}})}},function(Tr){jt._isRunningTask(Et)&&(gr(null,!0),Tr&&Tr.UploadId?xr.emit("upload_id_available",Tr):xr.emit("no_available_upload_id"))})}),xr.on("seek_local_avail_upload_id",function(Nr){var Tr=L.getFileId(nr.Body,nr.ChunkSize,ie,Ce),Sr=L.getUploadIdList.call(jt,Tr);if(!Tr||!Sr){xr.emit("has_and_check_upload_id",Nr);return}var Ar=function Fr(Gr){if(Gr>=Sr.length){xr.emit("has_and_check_upload_id",Nr);return}var Vr=Sr[Gr];if(!z.isInArray(Nr,Vr)){L.removeUploadId.call(jt,Vr),Fr(Gr+1);return}if(L.using[Vr]){Fr(Gr+1);return}_e.call(jt,{Bucket:ie,Region:pe,Key:Ce,UploadId:Vr,tracker:nr.tracker},function(Dr,Ir){jt._isRunningTask(Et)&&(Dr?(L.removeUploadId.call(jt,Vr),Fr(Gr+1)):xr.emit("upload_id_available",{UploadId:Vr,PartList:Ir.PartList}))})};Ar(0)}),xr.on("get_remote_upload_id_list",function(){de.call(jt,{Bucket:ie,Region:pe,Key:Ce,tracker:nr.tracker},function(Nr,Tr){if(jt._isRunningTask(Et)){if(Nr)return xr.emit("error",Nr);var Sr=z.filter(Tr.UploadList,function(Gr){return Gr.Key===Ce&&(!Ie||Gr.StorageClass.toUpperCase()===Ie.toUpperCase())}).reverse().map(function(Gr){return Gr.UploadId||Gr.UploadID});if(Sr.length)xr.emit("seek_local_avail_upload_id",Sr);else{var Ar=L.getFileId(nr.Body,nr.ChunkSize,ie,Ce),Fr;Ar&&(Fr=L.getUploadIdList.call(jt,Ar))&&z.each(Fr,function(Gr){L.removeUploadId.call(jt,Gr)}),xr.emit("no_available_upload_id")}}})}),xr.emit("get_remote_upload_id_list")}function de(nr,lr){var Et=this,ie=[],pe={Bucket:nr.Bucket,Region:nr.Region,Prefix:nr.Key,calledBySdk:nr.calledBySdk||"sliceUploadFile",tracker:nr.tracker},Ce=function Ie(){Et.multipartList(pe,function(jt,ar){if(jt)return lr(jt);ie.push.apply(ie,ar.Upload||[]),ar.IsTruncated==="true"?(pe.KeyMarker=ar.NextKeyMarker,pe.UploadIdMarker=ar.NextUploadIdMarker,Ie()):lr(null,{UploadList:ie})})};Ce()}function _e(nr,lr){var Et=this,ie=[],pe={Bucket:nr.Bucket,Region:nr.Region,Key:nr.Key,UploadId:nr.UploadId,calledBySdk:"sliceUploadFile",tracker:nr.tracker},Ce=function Ie(){Et.multipartListPart(pe,function(jt,ar){if(jt)return lr(jt);ie.push.apply(ie,ar.Part||[]),ar.IsTruncated==="true"?(pe.PartNumberMarker=ar.NextPartNumberMarker,Ie()):lr(null,{PartList:ie})})};Ce()}function Ne(nr,lr){var Et=this,ie=nr.TaskId,pe=nr.Bucket,Ce=nr.Region,Ie=nr.Key,jt=nr.UploadData,ar=nr.FileSize,ur=nr.SliceSize,kt=Math.min(nr.AsyncLimit||Et.options.ChunkParallelLimit||1,256),he=nr.Body,tr=Math.ceil(ar/ur),gr=0,_r=nr.ServerSideEncryption,yr=nr.Headers,xr=z.filter(jt.PartList,function(Tr){return Tr.Uploaded&&(gr+=Tr.PartNumber>=tr&&ar%ur||ur),!Tr.Uploaded}),Nr=nr.onProgress;j.eachLimit(xr,kt,function(Tr,Sr){if(Et._isRunningTask(ie)){var Ar=Tr.PartNumber,Fr=Math.min(ar,Tr.PartNumber*ur)-(Tr.PartNumber-1)*ur,Gr=0;Ue.call(Et,{TaskId:ie,Bucket:pe,Region:Ce,Key:Ie,SliceSize:ur,FileSize:ar,PartNumber:Ar,ServerSideEncryption:_r,Body:he,UploadData:jt,Headers:yr,onProgress:function(Dr){gr+=Dr.loaded-Gr,Gr=Dr.loaded,Nr({loaded:gr,total:ar})},tracker:nr.tracker},function(Vr,Dr){Et._isRunningTask(ie)&&(!Vr&&!Dr.ETag&&(Vr='get ETag error, please add "ETag" to CORS ExposeHeader setting.( 获取ETag失败请在CORS ExposeHeader设置中添加ETag请参考文档https://cloud.tencent.com/document/product/436/13318 )'),Vr?gr-=Gr:(gr+=Fr-Gr,Tr.ETag=Dr.ETag),Nr({loaded:gr,total:ar}),Sr(Vr||null,Dr))})}},function(Tr){if(Et._isRunningTask(ie)){if(Tr)return lr(Tr);lr(null,{UploadId:jt.UploadId,SliceList:jt.PartList})}})}function Ue(nr,lr){var Et=this,ie=nr.TaskId,pe=nr.Bucket,Ce=nr.Region,Ie=nr.Key,jt=nr.FileSize,ar=nr.Body,ur=nr.PartNumber*1,kt=nr.SliceSize,he=nr.ServerSideEncryption,tr=nr.UploadData,gr=nr.Headers||{},_r=Et.options.ChunkRetryTimes+1,yr=kt*(ur-1),xr=kt,Nr=yr+kt;Nr>jt&&(Nr=jt,xr=Nr-yr);var Tr=["x-cos-traffic-limit","x-cos-mime-limit"],Sr={};z.each(gr,function(Fr,Gr){Tr.indexOf(Gr)>-1&&(Sr[Gr]=Fr)});var Ar=tr.PartList[ur-1];j.retry(_r,function(Fr){Et._isRunningTask(ie)&&z.fileSlice(ar,yr,Nr,!0,function(Gr){Et.multipartUpload({TaskId:ie,Bucket:pe,Region:Ce,Key:Ie,ContentLength:xr,PartNumber:ur,UploadId:tr.UploadId,ServerSideEncryption:he,Body:Gr,Headers:Sr,onProgress:nr.onProgress,calledBySdk:"sliceUploadFile",tracker:nr.tracker},function(Vr,Dr){if(Et._isRunningTask(ie))return Vr?Fr(Vr):(Ar.Uploaded=!0,Fr(null,Dr))})})},function(Fr,Gr){if(Et._isRunningTask(ie))return lr(Fr,Gr)})}function $e(nr,lr){var Et=nr.Bucket,ie=nr.Region,pe=nr.Key,Ce=nr.UploadId,Ie=nr.SliceList,jt=this,ar=this.options.ChunkRetryTimes+1,ur=nr.Headers,kt=Ie.map(function(he){return{PartNumber:he.PartNumber,ETag:he.ETag}});j.retry(ar,function(he){jt.multipartComplete({Bucket:Et,Region:ie,Key:pe,UploadId:Ce,Parts:kt,Headers:ur,calledBySdk:"sliceUploadFile",tracker:nr.tracker},he)},function(he,tr){lr(he,tr)})}function Ve(nr,lr){var Et=nr.Bucket,ie=nr.Region,pe=nr.Key,Ce=nr.UploadId,Ie=nr.Level||"task",jt=nr.AsyncLimit,ar=this,ur=new V;if(ur.on("error",function(kt){return lr(kt)}),ur.on("get_abort_array",function(kt){Fe.call(ar,{Bucket:Et,Region:ie,Key:pe,Headers:nr.Headers,AsyncLimit:jt,AbortArray:kt},lr)}),Ie==="bucket")de.call(ar,{Bucket:Et,Region:ie,calledBySdk:"abortUploadTask"},function(kt,he){if(kt)return lr(kt);ur.emit("get_abort_array",he.UploadList||[])});else if(Ie==="file"){if(!pe)return lr(z.error(new Error("abort_upload_task_no_key")));de.call(ar,{Bucket:Et,Region:ie,Key:pe,calledBySdk:"abortUploadTask"},function(kt,he){if(kt)return lr(kt);ur.emit("get_abort_array",he.UploadList||[])})}else if(Ie==="task"){if(!Ce)return lr(z.error(new Error("abort_upload_task_no_id")));if(!pe)return lr(z.error(new Error("abort_upload_task_no_key")));ur.emit("get_abort_array",[{Key:pe,UploadId:Ce}])}else return lr(z.error(new Error("abort_unknown_level")))}function Fe(nr,lr){var Et=nr.Bucket,ie=nr.Region,pe=nr.Key,Ce=nr.AbortArray,Ie=nr.AsyncLimit||1,jt=this,ar=0,ur=new Array(Ce.length);j.eachLimit(Ce,Ie,function(kt,he){var tr=ar;if(pe&&pe!==kt.Key){ur[tr]={error:{KeyNotMatch:!0}},he(null);return}var gr=kt.UploadId||kt.UploadID;jt.multipartAbort({Bucket:Et,Region:ie,Key:kt.Key,Headers:nr.Headers,UploadId:gr},function(_r){var yr={Bucket:Et,Region:ie,Key:kt.Key,UploadId:gr};ur[tr]={error:_r,task:yr},he(null)}),ar++},function(kt){if(kt)return lr(kt);for(var he=[],tr=[],gr=0,_r=ur.length;gr<_r;gr++){var yr=ur[gr];yr.task&&(yr.error?tr.push(yr.task):he.push(yr.task))}return lr(null,{successList:he,errorList:tr})})}function qe(nr,lr){var Et=this,ie=nr.SliceSize===void 0?Et.options.SliceSize:nr.SliceSize,pe=[],Ce=nr.Body,Ie=Ce.size||Ce.length||0,jt={TaskId:""};if(Et.options.EnableReporter){var ar=Et.options.UseAccelerate||typeof Et.options.Domain=="string"&&Et.options.Domain.includes("accelerate."),ur=Ie>ie?"sliceUploadFile":"putObject";nr.tracker=new re({Beacon:Et.options.BeaconReporter,clsReporter:Et.options.ClsReporter,bucket:nr.Bucket,region:nr.Region,apiName:"uploadFile",realApi:ur,fileKey:nr.Key,fileSize:Ie,accelerate:ar,deepTracker:Et.options.DeepTracker,customId:Et.options.CustomId,delay:Et.options.TrackerDelay})}z.each(nr,function(yr,xr){k(yr)!=="object"&&typeof yr!="function"&&(jt[xr]=yr)});var kt=nr.onTaskReady,he=function(xr){jt.TaskId=xr,kt&&kt(xr)};nr.onTaskReady=he;var tr=Ie>ie?"sliceUploadFile":"putObject",gr=nr.onFileFinish,_r=function(xr,Nr){nr.tracker&&nr.tracker.report(xr,Nr),gr&&gr(xr,Nr,jt),lr&&lr(xr,Nr)};pe.push({api:tr,params:nr,callback:_r}),Et._addTasks(pe)}function er(nr,lr){var Et=this,ie=nr.SliceSize===void 0?Et.options.SliceSize:nr.SliceSize,pe=0,Ce=0,Ie=z.throttleOnProgress.call(Et,Ce,nr.onProgress),jt=nr.files.length,ar=nr.onFileFinish,ur=Array(jt),kt=function(gr,_r,yr){Ie(null,!0),ar&&ar(gr,_r,yr),ur[yr.Index]={options:yr,error:gr,data:_r},--jt<=0&&lr&&lr(null,{files:ur})},he=[];z.each(nr.files,function(tr,gr){(function(){var _r=tr.Body,yr=_r.size||_r.length||0,xr={Index:gr,TaskId:""};if(!Et.options.UseRawKey&&tr.Key&&tr.Key.substr(0,1)==="/"&&(tr.Key=tr.Key.substr(1)),pe+=yr,Et.options.EnableReporter){var Nr=Et.options.UseAccelerate||typeof Et.options.Domain=="string"&&Et.options.Domain.includes("accelerate."),Tr=yr>ie?"sliceUploadFile":"putObject";tr.tracker=new re({Beacon:Et.options.BeaconReporter,clsReporter:Et.options.ClsReporter,bucket:tr.Bucket,region:tr.Region,apiName:"uploadFiles",realApi:Tr,fileKey:tr.Key,fileSize:yr,accelerate:Nr,deepTracker:Et.options.DeepTracker,customId:Et.options.CustomId,delay:Et.options.TrackerDelay})}z.each(tr,function(Rr,Lr){k(Rr)!=="object"&&typeof Rr!="function"&&(xr[Lr]=Rr)});var Sr=tr.onTaskReady,Ar=function(Lr){xr.TaskId=Lr,Sr&&Sr(Lr)};tr.onTaskReady=Ar;var Fr=0,Gr=tr.onProgress,Vr=function(Lr){Ce=Ce-Fr+Lr.loaded,Fr=Lr.loaded,Gr&&Gr(Lr),Ie({loaded:Ce,total:pe})};tr.onProgress=Vr;var Dr=yr>ie?"sliceUploadFile":"putObject",Ir=tr.onFileFinish,Br=function(Lr,$r){tr.tracker&&tr.tracker.report(Lr,$r),Ir&&Ir(Lr,$r),kt&&kt(Lr,$r,xr)};he.push({api:Dr,params:tr,callback:Br})})()}),Et._addTasks(he)}function ir(nr,lr){var Et=new V,ie=this,pe=nr.Bucket,Ce=nr.Region,Ie=nr.Key,jt=nr.CopySource,ar=z.getSourceParams.call(this,jt);if(!ar){lr(z.error(new Error("CopySource format error")));return}var ur=ar.Bucket,kt=ar.Region,he=decodeURIComponent(ar.Key),tr=nr.CopySliceSize===void 0?ie.options.CopySliceSize:nr.CopySliceSize;tr=Math.max(0,tr);var gr=nr.CopyChunkSize||this.options.CopyChunkSize,_r=this.options.CopyChunkParallelLimit,yr=this.options.ChunkRetryTimes+1,xr=0,Nr=0,Tr,Sr,Ar={},Fr={},Gr={};Et.on("copy_slice_complete",function(Vr){z.each(nr.Headers,function(Ir,Br){Br.toLowerCase().indexOf("x-cos-meta-")});var Dr=z.map(Vr.PartList,function(Ir){return{PartNumber:Ir.PartNumber,ETag:Ir.ETag}});j.retry(yr,function(Ir){ie.multipartComplete({Bucket:pe,Region:Ce,Key:Ie,UploadId:Vr.UploadId,Parts:Dr,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},Ir)},function(Ir,Br){if(L.removeUsing(Vr.UploadId),Ir)return Sr(null,!0),lr(Ir);L.removeUploadId(Vr.UploadId),Sr({loaded:Tr,total:Tr},!0),lr(null,Br)})}),Et.on("get_copy_data_finish",function(Vr){var Dr=L.getCopyFileId(jt,Ar,gr,pe,Ie);Dr&&L.saveUploadId(Dr,Vr.UploadId,ie.options.UploadIdCacheLimit),L.setUsing(Vr.UploadId);var Ir=z.filter(Vr.PartList,function(Br){return Br.Uploaded&&(Nr+=Br.PartNumber>=xr&&Tr%gr||gr),!Br.Uploaded});j.eachLimit(Ir,_r,function(Br,Rr){var Lr=Br.PartNumber,$r=Br.CopySourceRange,jr=Br.end-Br.start;j.retry(yr,function(vn){dr.call(ie,{Bucket:pe,Region:Ce,Key:Ie,CopySource:jt,UploadId:Vr.UploadId,PartNumber:Lr,CopySourceRange:$r,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},vn)},function(vn,Kr){if(vn)return Rr(vn);Nr+=jr,Sr({loaded:Nr,total:Tr}),Br.ETag=Kr.ETag,Rr(vn||null,Kr)})},function(Br){if(Br)return L.removeUsing(Vr.UploadId),Sr(null,!0),lr(Br);Et.emit("copy_slice_complete",Vr)})}),Et.on("get_chunk_size_finish",function(){var Vr=function(){ie.multipartInit({Bucket:pe,Region:Ce,Key:Ie,Headers:Gr,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},function(Lr,$r){if(Lr)return lr(Lr);nr.UploadId=$r.UploadId,Et.emit("get_copy_data_finish",{UploadId:nr.UploadId,PartList:nr.PartList})})},Dr=L.getCopyFileId(jt,Ar,gr,pe,Ie),Ir=L.getUploadIdList(Dr);if(!Dr||!Ir)return Vr();var Br=function Rr(Lr){if(Lr>=Ir.length)return Vr();var $r=Ir[Lr];if(L.using[$r])return Rr(Lr+1);_e.call(ie,{Bucket:pe,Region:Ce,Key:Ie,UploadId:$r,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},function(jr,vn){if(jr)L.removeUploadId($r),Rr(Lr+1);else{if(L.using[$r])return Rr(Lr+1);var Kr={},kr=0;z.each(vn.PartList,function(Qr){var Zr=parseInt(Qr.Size),Vi=kr+Zr-1;Kr[Qr.PartNumber+"|"+kr+"|"+Vi]=Qr.ETag,kr+=Zr}),z.each(nr.PartList,function(Qr){var Zr=Kr[Qr.PartNumber+"|"+Qr.start+"|"+Qr.end];Zr&&(Qr.ETag=Zr,Qr.Uploaded=!0)}),Et.emit("get_copy_data_finish",{UploadId:$r,PartList:nr.PartList})}})};Br(0)}),Et.on("get_file_size_finish",function(){if(function(){for(var Dr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Ir=1024*1024,Br=0;Br<Dr.length&&(Ir=Dr[Br]*1024*1024,!(Tr/Ir<=ie.options.MaxPartNumber));Br++);nr.ChunkSize=gr=Math.max(gr,Ir),xr=Math.ceil(Tr/gr);for(var Rr=[],Lr=1;Lr<=xr;Lr++){var $r=(Lr-1)*gr,jr=Lr*gr<Tr?Lr*gr-1:Tr-1,vn={PartNumber:Lr,start:$r,end:jr,CopySourceRange:"bytes="+$r+"-"+jr};Rr.push(vn)}nr.PartList=Rr}(),nr.Headers["x-cos-metadata-directive"]==="Replaced"?Gr=nr.Headers:Gr=Fr,Gr["x-cos-storage-class"]=nr.Headers["x-cos-storage-class"]||Fr["x-cos-storage-class"],Gr=z.clearKey(Gr),Fr["x-cos-storage-class"]==="ARCHIVE"||Fr["x-cos-storage-class"]==="DEEP_ARCHIVE"){var Vr=Fr["x-cos-restore"];if(!Vr||Vr==='ongoing-request="true"'){lr(z.error(new Error("Unrestored archive object is not allowed to be copied")));return}}delete Gr["x-cos-copy-source"],delete Gr["x-cos-metadata-directive"],delete Gr["x-cos-copy-source-If-Modified-Since"],delete Gr["x-cos-copy-source-If-Unmodified-Since"],delete Gr["x-cos-copy-source-If-Match"],delete Gr["x-cos-copy-source-If-None-Match"],Et.emit("get_chunk_size_finish")}),ie.headObject({Bucket:ur,Region:kt,Key:he,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},function(Vr,Dr){if(Vr){Vr.statusCode&&Vr.statusCode===404?lr(z.error(Vr,{ErrorStatus:he+" Not Exist"})):lr(Vr);return}if(Tr=nr.FileSize=Dr.headers["content-length"],Tr===void 0||!Tr){lr(z.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(nr.tracker&&nr.tracker.setParams({httpSize:Tr}),Sr=z.throttleOnProgress.call(ie,Tr,nr.onProgress),Tr<=tr)nr.Headers["x-cos-metadata-directive"]||(nr.Headers["x-cos-metadata-directive"]="Copy"),ie.putObjectCopy(Object.assign(nr,{calledBySdk:"sliceCopyFile"}),function(Br,Rr){if(Br)return Sr(null,!0),lr(Br);Sr({loaded:Tr,total:Tr},!0),lr(Br,Rr)});else{var Ir=Dr.headers;Ar=Ir,Fr={"Cache-Control":Ir["cache-control"],"Content-Disposition":Ir["content-disposition"],"Content-Encoding":Ir["content-encoding"],"Content-Type":Ir["content-type"],Expires:Ir.expires,"x-cos-storage-class":Ir["x-cos-storage-class"]},z.each(Ir,function(Br,Rr){var Lr="x-cos-meta-";Rr.indexOf(Lr)===0&&Rr.length>Lr.length&&(Fr[Rr]=Br)}),Et.emit("get_file_size_finish")}})}function dr(nr,lr){var Et=nr.TaskId,ie=nr.Bucket,pe=nr.Region,Ce=nr.Key,Ie=nr.CopySource,jt=nr.UploadId,ar=nr.PartNumber*1,ur=nr.CopySourceRange,kt=this.options.ChunkRetryTimes+1,he=this;j.retry(kt,function(tr){he.uploadPartCopy({TaskId:Et,Bucket:ie,Region:pe,Key:Ce,CopySource:Ie,UploadId:jt,PartNumber:ar,CopySourceRange:ur,tracker:nr.tracker,calledBySdk:nr.calledBySdk},function(gr,_r){tr(gr||null,_r)})},function(tr,gr){return lr(tr,gr)})}var cr={sliceUploadFile:oe,abortUploadTask:Ve,uploadFile:qe,uploadFiles:er,sliceCopyFile:ir};y.exports.init=function(nr,lr){lr.transferToTaskMethod(cr,"sliceUploadFile"),z.each(cr,function(Et,ie){nr.prototype[ie]=z.apiWrapper(ie,Et)})}},"./src/async.js":function(y,n){var $=function(V,z,re,oe){if(oe=oe||function(){},!V.length||z<=0)return oe();var ue=0,de=0,_e=0;(function Ne(){if(ue>=V.length)return oe();for(;_e<z&&de<V.length;)de+=1,_e+=1,re(V[de-1],function(Ue){Ue?(oe(Ue),oe=function(){}):(ue+=1,_e-=1,ue>=V.length?oe():Ne())})})()},k=function(V,z,re){var oe=function ue(de){z(function(_e,Ne){_e&&de<V?ue(de+1):re(_e,Ne)})};V<1?re():oe(1)},L={eachLimit:$,retry:k};y.exports=L},"./src/base.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/typeof.js"),L=$("./lib/request.js"),j=$("./src/util.js");function V(Hr,ui){var En=this.options.Protocol||(j.isBrowser&&(typeof location>"u"?"undefined":k(location))==="object"&&location.protocol==="http:"?"http:":"https:"),An=this.options.ServiceDomain,Gi=Hr.AppId||this.options.appId,Ki=Hr.Region;An?(An=An.replace(/\{\{AppId\}\}/gi,Gi||"").replace(/\{\{Region\}\}/gi,Ki||"").replace(/\{\{.*?\}\}/gi,""),/^[a-zA-Z]+:\/\//.test(An)||(An=En+"//"+An),An.slice(-1)==="/"&&(An=An.slice(0,-1))):Ki?An=En+"//cos."+Ki+".myqcloud.com":An=En+"//service.cos.myqcloud.com";var Ea="",aa=Ki?"cos."+Ki+".myqcloud.com":"service.cos.myqcloud.com",Qo=An.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");aa===Qo&&(Ea=aa),Wa.call(this,{Action:"name/cos:GetService",url:An,method:"GET",headers:Hr.Headers,SignHost:Ea,tracker:Hr.tracker},function(Eo,Vo){if(Eo)return ui(Eo);var vs=Vo&&Vo.ListAllMyBucketsResult&&Vo.ListAllMyBucketsResult.Buckets&&Vo.ListAllMyBucketsResult.Buckets.Bucket||[];vs=j.isArray(vs)?vs:[vs];var kn=Vo&&Vo.ListAllMyBucketsResult&&Vo.ListAllMyBucketsResult.Owner||{};ui(null,{Buckets:vs,Owner:kn,statusCode:Vo.statusCode,headers:Vo.headers})})}function z(Hr,ui){var En=this,An="";if(Hr.BucketAZConfig){var Gi={BucketAZConfig:Hr.BucketAZConfig};An=j.json2xml({CreateBucketConfiguration:Gi})}Wa.call(this,{Action:"name/cos:PutBucket",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,body:An,tracker:Hr.tracker},function(Ki,Ea){if(Ki)return ui(Ki);var aa=Gs({protocol:En.options.Protocol,domain:En.options.Domain,bucket:Hr.Bucket,region:Hr.Region,isLocation:!0});ui(null,{Location:aa,statusCode:Ea.statusCode,headers:Ea.headers})})}function re(Hr,ui){Wa.call(this,{Action:"name/cos:HeadBucket",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,method:"HEAD",tracker:Hr.tracker},ui)}function oe(Hr,ui){var En={};En.prefix=Hr.Prefix||"",En.delimiter=Hr.Delimiter,En.marker=Hr.Marker,En["max-keys"]=Hr.MaxKeys,En["encoding-type"]=Hr.EncodingType,Wa.call(this,{Action:"name/cos:GetBucket",ResourceKey:En.prefix,method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,qs:En,tracker:Hr.tracker},function(An,Gi){if(An)return ui(An);var Ki=Gi.ListBucketResult||{},Ea=Ki.Contents||[],aa=Ki.CommonPrefixes||[];Ea=j.isArray(Ea)?Ea:[Ea],aa=j.isArray(aa)?aa:[aa];var Qo=j.clone(Ki);j.extend(Qo,{Contents:Ea,CommonPrefixes:aa,statusCode:Gi.statusCode,headers:Gi.headers}),ui(null,Qo)})}function ue(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucket",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,method:"DELETE",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function de(Hr,ui){var En=Hr.Headers,An="";if(Hr.AccessControlPolicy){var Gi=j.clone(Hr.AccessControlPolicy||{}),Ki=Gi.Grants||Gi.Grant;Ki=j.isArray(Ki)?Ki:[Ki],delete Gi.Grant,delete Gi.Grants,Gi.AccessControlList={Grant:Ki},An=j.json2xml({AccessControlPolicy:Gi}),En["Content-Type"]="application/xml",En["Content-MD5"]=j.b64(j.md5(An))}j.each(En,function(Ea,aa){aa.indexOf("x-cos-grant-")===0&&(En[aa]=js(En[aa]))}),Wa.call(this,{Action:"name/cos:PutBucketACL",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,headers:En,action:"acl",body:An,tracker:Hr.tracker},function(Ea,aa){if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function _e(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketACL",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"acl",tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=An.AccessControlPolicy||{},Ki=Gi.Owner||{},Ea=Gi.AccessControlList.Grant||[];Ea=j.isArray(Ea)?Ea:[Ea];var aa=Ts(Gi);An.headers&&An.headers["x-cos-acl"]&&(aa.ACL=An.headers["x-cos-acl"]),aa=j.extend(aa,{Owner:Ki,Grants:Ea,statusCode:An.statusCode,headers:An.headers}),ui(null,aa)})}function Ne(Hr,ui){var En=Hr.CORSConfiguration||{},An=En.CORSRules||Hr.CORSRules||[];An=j.clone(j.isArray(An)?An:[An]),j.each(An,function(aa){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Qo){var Eo=Qo+"s",Vo=aa[Eo]||aa[Qo]||[];delete aa[Eo],aa[Qo]=j.isArray(Vo)?Vo:[Vo]})});var Gi={CORSRule:An};Hr.ResponseVary&&(Gi.ResponseVary=Hr.ResponseVary);var Ki=j.json2xml({CORSConfiguration:Gi}),Ea=Hr.Headers;Ea["Content-Type"]="application/xml",Ea["Content-MD5"]=j.b64(j.md5(Ki)),Wa.call(this,{Action:"name/cos:PutBucketCORS",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Ki,action:"cors",headers:Ea,tracker:Hr.tracker},function(aa,Qo){if(aa)return ui(aa);ui(null,{statusCode:Qo.statusCode,headers:Qo.headers})})}function Ue(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketCORS",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"cors",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&En.error.Code==="NoSuchCORSConfiguration"){var Gi={CORSRules:[],statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=An.CORSConfiguration||{},Ea=Ki.CORSRules||Ki.CORSRule||[];Ea=j.clone(j.isArray(Ea)?Ea:[Ea]);var aa=Ki.ResponseVary;j.each(Ea,function(Qo){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Eo){var Vo=Eo+"s",vs=Qo[Vo]||Qo[Eo]||[];delete Qo[Eo],Qo[Vo]=j.isArray(vs)?vs:[vs]})}),ui(null,{CORSRules:Ea,ResponseVary:aa,statusCode:An.statusCode,headers:An.headers})})}function $e(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketCORS",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"cors",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode||En.statusCode,headers:An.headers})})}function Ve(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketLocation",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"location",tracker:Hr.tracker},ui)}function Fe(Hr,ui){var En=Hr.Policy;try{typeof En=="string"&&(En=JSON.parse(En))}catch{}if(!En||typeof En=="string")return ui(j.error(new Error("Policy format error")));var An=JSON.stringify(En);En.version||(En.version="2.0");var Gi=Hr.Headers;Gi["Content-Type"]="application/json",Gi["Content-MD5"]=j.b64(j.md5(An)),Wa.call(this,{Action:"name/cos:PutBucketPolicy",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,action:"policy",body:An,headers:Gi,tracker:Hr.tracker},function(Ki,Ea){if(Ki&&Ki.statusCode===204)return ui(null,{statusCode:Ki.statusCode});if(Ki)return ui(Ki);ui(null,{statusCode:Ea.statusCode,headers:Ea.headers})})}function qe(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketPolicy",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"policy",rawBody:!0,tracker:Hr.tracker},function(En,An){if(En)return En.statusCode&&En.statusCode===403?ui(j.error(En,{ErrorStatus:"Access Denied"})):En.statusCode&&En.statusCode===405?ui(j.error(En,{ErrorStatus:"Method Not Allowed"})):En.statusCode&&En.statusCode===404?ui(j.error(En,{ErrorStatus:"Policy Not Found"})):ui(En);var Gi={};try{Gi=JSON.parse(An.body)}catch{}ui(null,{Policy:Gi,statusCode:An.statusCode,headers:An.headers})})}function er(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketPolicy",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"policy",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode||En.statusCode,headers:An.headers})})}function ir(Hr,ui){var En=Hr.Tagging||{},An=En.TagSet||En.Tags||Hr.Tags||[];An=j.clone(j.isArray(An)?An:[An]);var Gi=j.json2xml({Tagging:{TagSet:{Tag:An}}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketTagging",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"tagging",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function dr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketTagging",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"tagging",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&(En.error==="Not Found"||En.error.Code==="NoSuchTagSet")){var Gi={Tags:[],statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=[];try{Ki=An.Tagging.TagSet.Tag||[]}catch{}Ki=j.clone(j.isArray(Ki)?Ki:[Ki]),ui(null,{Tags:Ki,statusCode:An.statusCode,headers:An.headers})})}function cr(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketTagging",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"tagging",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function nr(Hr,ui){var En=Hr.LifecycleConfiguration||{},An=En.Rules||Hr.Rules||[];An=j.clone(An);var Gi=j.json2xml({LifecycleConfiguration:{Rule:An}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketLifecycle",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"lifecycle",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function lr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketLifecycle",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"lifecycle",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&En.error.Code==="NoSuchLifecycleConfiguration"){var Gi={Rules:[],statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=[];try{Ki=An.LifecycleConfiguration.Rule||[]}catch{}Ki=j.clone(j.isArray(Ki)?Ki:[Ki]),ui(null,{Rules:Ki,statusCode:An.statusCode,headers:An.headers})})}function Et(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketLifecycle",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"lifecycle",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function ie(Hr,ui){if(!Hr.VersioningConfiguration){ui(j.error(new Error("missing param VersioningConfiguration")));return}var En=Hr.VersioningConfiguration||{},An=j.json2xml({VersioningConfiguration:En}),Gi=Hr.Headers;Gi["Content-Type"]="application/xml",Gi["Content-MD5"]=j.b64(j.md5(An)),Wa.call(this,{Action:"name/cos:PutBucketVersioning",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:An,action:"versioning",headers:Gi,tracker:Hr.tracker},function(Ki,Ea){if(Ki&&Ki.statusCode===204)return ui(null,{statusCode:Ki.statusCode});if(Ki)return ui(Ki);ui(null,{statusCode:Ea.statusCode,headers:Ea.headers})})}function pe(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketVersioning",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"versioning",tracker:Hr.tracker},function(En,An){En||!An.VersioningConfiguration&&(An.VersioningConfiguration={}),ui(En,An)})}function Ce(Hr,ui){var En=j.clone(Hr.ReplicationConfiguration),An=j.json2xml({ReplicationConfiguration:En});An=An.replace(/<(\/?)Rules>/gi,"<$1Rule>"),An=An.replace(/<(\/?)Tags>/gi,"<$1Tag>");var Gi=Hr.Headers;Gi["Content-Type"]="application/xml",Gi["Content-MD5"]=j.b64(j.md5(An)),Wa.call(this,{Action:"name/cos:PutBucketReplication",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:An,action:"replication",headers:Gi,tracker:Hr.tracker},function(Ki,Ea){if(Ki&&Ki.statusCode===204)return ui(null,{statusCode:Ki.statusCode});if(Ki)return ui(Ki);ui(null,{statusCode:Ea.statusCode,headers:Ea.headers})})}function Ie(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketReplication",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"replication",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&(En.error==="Not Found"||En.error.Code==="ReplicationConfigurationnotFoundError")){var Gi={ReplicationConfiguration:{Rules:[]},statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}!An.ReplicationConfiguration&&(An.ReplicationConfiguration={}),An.ReplicationConfiguration.Rule&&(An.ReplicationConfiguration.Rules=j.makeArray(An.ReplicationConfiguration.Rule),delete An.ReplicationConfiguration.Rule),ui(En,An)})}function jt(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"replication",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function ar(Hr,ui){if(!Hr.WebsiteConfiguration){ui(j.error(new Error("missing param WebsiteConfiguration")));return}var En=j.clone(Hr.WebsiteConfiguration||{}),An=En.RoutingRules||En.RoutingRule||[];An=j.isArray(An)?An:[An],delete En.RoutingRule,delete En.RoutingRules,An.length&&(En.RoutingRules={RoutingRule:An});var Gi=j.json2xml({WebsiteConfiguration:En}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketWebsite",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"website",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function ur(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketWebsite",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,action:"website",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error.Code==="NoSuchWebsiteConfiguration"){var Gi={WebsiteConfiguration:{},statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=An.WebsiteConfiguration||{};if(Ki.RoutingRules){var Ea=j.clone(Ki.RoutingRules.RoutingRule||[]);Ea=j.makeArray(Ea),Ki.RoutingRules=Ea}ui(null,{WebsiteConfiguration:Ki,statusCode:An.statusCode,headers:An.headers})})}function kt(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketWebsite",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"website",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function he(Hr,ui){if(!Hr.RefererConfiguration){ui(j.error(new Error("missing param RefererConfiguration")));return}var En=j.clone(Hr.RefererConfiguration||{}),An=En.DomainList||{},Gi=An.Domains||An.Domain||[];Gi=j.isArray(Gi)?Gi:[Gi],Gi.length&&(En.DomainList={Domain:Gi});var Ki=j.json2xml({RefererConfiguration:En}),Ea=Hr.Headers;Ea["Content-Type"]="application/xml",Ea["Content-MD5"]=j.b64(j.md5(Ki)),Wa.call(this,{Action:"name/cos:PutBucketReferer",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Ki,action:"referer",headers:Ea,tracker:Hr.tracker},function(aa,Qo){if(aa&&aa.statusCode===204)return ui(null,{statusCode:aa.statusCode});if(aa)return ui(aa);ui(null,{statusCode:Qo.statusCode,headers:Qo.headers})})}function tr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketReferer",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,action:"referer",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error.Code==="NoSuchRefererConfiguration"){var Gi={WebsiteConfiguration:{},statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=An.RefererConfiguration||{};if(Ki.DomainList){var Ea=j.makeArray(Ki.DomainList.Domain||[]);Ki.DomainList={Domains:Ea}}ui(null,{RefererConfiguration:Ki,statusCode:An.statusCode,headers:An.headers})})}function gr(Hr,ui){var En=Hr.DomainConfiguration||{},An=En.DomainRule||Hr.DomainRule||[];An=j.clone(An);var Gi=j.json2xml({DomainConfiguration:{DomainRule:An}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketDomain",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"domain",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function _r(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketDomain",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"domain",tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=[];try{Gi=An.DomainConfiguration.DomainRule||[]}catch{}Gi=j.clone(j.isArray(Gi)?Gi:[Gi]),ui(null,{DomainRule:Gi,statusCode:An.statusCode,headers:An.headers})})}function yr(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketDomain",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"domain",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function xr(Hr,ui){var En=Hr.OriginConfiguration||{},An=En.OriginRule||Hr.OriginRule||[];An=j.clone(An);var Gi=j.json2xml({OriginConfiguration:{OriginRule:An}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketOrigin",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"origin",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function Nr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketOrigin",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"origin",tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=[];try{Gi=An.OriginConfiguration.OriginRule||[]}catch{}Gi=j.clone(j.isArray(Gi)?Gi:[Gi]),ui(null,{OriginRule:Gi,statusCode:An.statusCode,headers:An.headers})})}function Tr(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketOrigin",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"origin",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function Sr(Hr,ui){var En=j.json2xml({BucketLoggingStatus:Hr.BucketLoggingStatus||""}),An=Hr.Headers;An["Content-Type"]="application/xml",An["Content-MD5"]=j.b64(j.md5(En)),Wa.call(this,{Action:"name/cos:PutBucketLogging",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:En,action:"logging",headers:An,tracker:Hr.tracker},function(Gi,Ki){if(Gi&&Gi.statusCode===204)return ui(null,{statusCode:Gi.statusCode});if(Gi)return ui(Gi);ui(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function Ar(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketLogging",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"logging",tracker:Hr.tracker},function(En,An){if(En)return ui(En);ui(null,{BucketLoggingStatus:An.BucketLoggingStatus,statusCode:An.statusCode,headers:An.headers})})}function Fr(Hr,ui,En){var An=j.clone(ui.InventoryConfiguration);if(An.OptionalFields){var Gi=An.OptionalFields||[];An.OptionalFields={Field:Gi}}if(An.Destination&&An.Destination.COSBucketDestination&&An.Destination.COSBucketDestination.Encryption){var Ki=An.Destination.COSBucketDestination.Encryption;Object.keys(Ki).indexOf("SSECOS")>-1&&(Ki["SSE-COS"]=Ki.SSECOS,delete Ki.SSECOS)}var Ea=j.json2xml({InventoryConfiguration:An}),aa=ui.Headers;aa["Content-Type"]="application/xml",aa["Content-MD5"]=j.b64(j.md5(Ea));var Qo=Hr==="PUT"?"name/cos:PutBucketInventory":"name/cos:PostBucketInventory";Wa.call(this,{Action:Qo,method:Hr,Bucket:ui.Bucket,Region:ui.Region,body:Ea,action:"inventory",qs:{id:ui.Id},headers:aa,tracker:ui.tracker},function(Eo,Vo){if(Eo&&Eo.statusCode===204)return En(null,{statusCode:Eo.statusCode});if(Eo)return En(Eo);En(null,{statusCode:Vo.statusCode,headers:Vo.headers})})}function Gr(Hr,ui){return Fr.call(this,"PUT",Hr,ui)}function Vr(Hr,ui){return Fr.call(this,"POST",Hr,ui)}function Dr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketInventory",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"inventory",qs:{id:Hr.Id},tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=An.InventoryConfiguration;if(Gi&&Gi.OptionalFields&&Gi.OptionalFields.Field){var Ki=Gi.OptionalFields.Field;j.isArray(Ki)||(Ki=[Ki]),Gi.OptionalFields=Ki}if(Gi.Destination&&Gi.Destination.COSBucketDestination&&Gi.Destination.COSBucketDestination.Encryption){var Ea=Gi.Destination.COSBucketDestination.Encryption;Object.keys(Ea).indexOf("SSE-COS")>-1&&(Ea.SSECOS=Ea["SSE-COS"],delete Ea["SSE-COS"])}ui(null,{InventoryConfiguration:Gi,statusCode:An.statusCode,headers:An.headers})})}function Ir(Hr,ui){Wa.call(this,{Action:"name/cos:ListBucketInventory",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"inventory",qs:{"continuation-token":Hr.ContinuationToken},tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=An.ListInventoryConfigurationResult,Ki=Gi.InventoryConfiguration||[];Ki=j.isArray(Ki)?Ki:[Ki],delete Gi.InventoryConfiguration,j.each(Ki,function(Ea){if(Ea&&Ea.OptionalFields&&Ea.OptionalFields.Field){var aa=Ea.OptionalFields.Field;j.isArray(aa)||(aa=[aa]),Ea.OptionalFields=aa}if(Ea.Destination&&Ea.Destination.COSBucketDestination&&Ea.Destination.COSBucketDestination.Encryption){var Qo=Ea.Destination.COSBucketDestination.Encryption;Object.keys(Qo).indexOf("SSE-COS")>-1&&(Qo.SSECOS=Qo["SSE-COS"],delete Qo["SSE-COS"])}}),Gi.InventoryConfigurations=Ki,j.extend(Gi,{statusCode:An.statusCode,headers:An.headers}),ui(null,Gi)})}function Br(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketInventory",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"inventory",qs:{id:Hr.Id},tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function Rr(Hr,ui){if(!Hr.AccelerateConfiguration){ui(j.error(new Error("missing param AccelerateConfiguration")));return}var En={AccelerateConfiguration:Hr.AccelerateConfiguration||{}},An=j.json2xml(En),Gi={};Gi["Content-Type"]="application/xml",Gi["Content-MD5"]=j.b64(j.md5(An)),Wa.call(this,{Action:"name/cos:PutBucketAccelerate",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:An,action:"accelerate",headers:Gi,tracker:Hr.tracker},function(Ki,Ea){if(Ki)return ui(Ki);ui(null,{statusCode:Ea.statusCode,headers:Ea.headers})})}function Lr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketAccelerate",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,action:"accelerate",tracker:Hr.tracker},function(En,An){En||!An.AccelerateConfiguration&&(An.AccelerateConfiguration={}),ui(En,An)})}function $r(Hr,ui){var En=Hr.ServerSideEncryptionConfiguration||{},An=En.Rule||En.Rules||[],Gi=j.json2xml({ServerSideEncryptionConfiguration:{Rule:An}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketEncryption",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"encryption",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function jr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketEncryption",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"encryption",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.code==="NoSuchEncryptionConfiguration"){var Gi={EncryptionConfiguration:{Rules:[]},statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=j.makeArray(An.EncryptionConfiguration&&An.EncryptionConfiguration.Rule||[]);An.EncryptionConfiguration={Rules:Ki},ui(En,An)})}function vn(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"encryption",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function Kr(Hr,ui){Wa.call(this,{Action:"name/cos:HeadObject",method:"HEAD",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,headers:Hr.Headers,tracker:Hr.tracker},function(En,An){if(En){var Gi=En.statusCode;return Hr.Headers["If-Modified-Since"]&&Gi&&Gi===304?ui(null,{NotModified:!0,statusCode:Gi}):ui(En)}An.ETag=j.attr(An.headers,"etag",""),ui(null,An)})}function kr(Hr,ui){var En={};En.prefix=Hr.Prefix||"",En.delimiter=Hr.Delimiter,En["key-marker"]=Hr.KeyMarker,En["version-id-marker"]=Hr.VersionIdMarker,En["max-keys"]=Hr.MaxKeys,En["encoding-type"]=Hr.EncodingType,Wa.call(this,{Action:"name/cos:GetBucketObjectVersions",ResourceKey:En.prefix,method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,qs:En,action:"versions",tracker:Hr.tracker},function(An,Gi){if(An)return ui(An);var Ki=Gi.ListVersionsResult||{},Ea=Ki.DeleteMarker||[];Ea=j.isArray(Ea)?Ea:[Ea];var aa=Ki.Version||[];aa=j.isArray(aa)?aa:[aa];var Qo=j.clone(Ki);delete Qo.DeleteMarker,delete Qo.Version,j.extend(Qo,{DeleteMarkers:Ea,Versions:aa,statusCode:Gi.statusCode,headers:Gi.headers}),ui(null,Qo)})}function Qr(Hr,ui){if(this.options.ObjectKeySimplifyCheck){var En=j.simplifyPath(Hr.Key);if(En==="/"){ui(j.error(new Error("The Getobject Key is illegal")));return}}var An=Hr.Query||{},Gi=Hr.QueryString||"",Ki=j.throttleOnProgress.call(this,0,Hr.onProgress),Ea=Hr.tracker;Ea&&Ea.setParams({signStartTime:new Date().getTime()}),An["response-content-type"]=Hr.ResponseContentType,An["response-content-language"]=Hr.ResponseContentLanguage,An["response-expires"]=Hr.ResponseExpires,An["response-cache-control"]=Hr.ResponseCacheControl,An["response-content-disposition"]=Hr.ResponseContentDisposition,An["response-content-encoding"]=Hr.ResponseContentEncoding,Wa.call(this,{Action:"name/cos:GetObject",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,DataType:Hr.DataType,headers:Hr.Headers,qs:An,qsStr:Gi,rawBody:!0,onDownloadProgress:Ki,tracker:Ea},function(aa,Qo){if(Ki(null,!0),aa){var Eo=aa.statusCode;return Hr.Headers["If-Modified-Since"]&&Eo&&Eo===304?ui(null,{NotModified:!0}):ui(aa)}ui(null,{Body:Qo.body,ETag:j.attr(Qo.headers,"etag",""),statusCode:Qo.statusCode,headers:Qo.headers})})}function Zr(Hr,ui){var En=this,An=Hr.ContentLength,Gi=j.throttleOnProgress.call(En,An,Hr.onProgress),Ki=Hr.Headers;!Ki["Cache-Control"]&&!Ki["cache-control"]&&(Ki["Cache-Control"]=""),!Ki["Content-Type"]&&!Ki["content-type"]&&(Ki["Content-Type"]=Hr.Body&&Hr.Body.type||"");var Ea=Hr.UploadAddMetaMd5||En.options.UploadAddMetaMd5||En.options.UploadCheckContentMd5,aa=Hr.tracker;Ea&&aa&&aa.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Ea,Hr.Body,function(Qo){Qo&&(aa&&aa.setParams({md5EndTime:new Date().getTime()}),En.options.UploadCheckContentMd5&&(Ki["Content-MD5"]=j.b64(Qo)),(Hr.UploadAddMetaMd5||En.options.UploadAddMetaMd5)&&(Ki["x-cos-meta-md5"]=Qo)),Hr.ContentLength!==void 0&&(Ki["Content-Length"]=Hr.ContentLength),Gi(null,!0),Wa.call(En,{Action:"name/cos:PutObject",TaskId:Hr.TaskId,method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,qs:Hr.Query,body:Hr.Body,onProgress:Gi,tracker:aa},function(Eo,Vo){if(Eo)return Gi(null,!0),ui(Eo);Gi({loaded:An,total:An},!0);var vs=Gs({ForcePathStyle:En.options.ForcePathStyle,protocol:En.options.Protocol,domain:En.options.Domain,bucket:Hr.Bucket,region:En.options.UseAccelerate?"accelerate":Hr.Region,object:Hr.Key});vs=vs.substr(vs.indexOf("://")+3),Vo.Location=vs,Vo.ETag=j.attr(Vo.headers,"etag",""),ui(null,Vo)})},Hr.onHashProgress)}function Vi(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteObject",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,VersionId:Hr.VersionId,action:Hr.Recursive?"recursive":"",tracker:Hr.tracker},function(En,An){if(En){var Gi=En.statusCode;return Gi&&Gi===404?ui(null,{BucketNotFound:!0,statusCode:Gi}):ui(En)}ui(null,{statusCode:An.statusCode,headers:An.headers})})}function To(Hr,ui){var En={};Hr.VersionId&&(En.versionId=Hr.VersionId),Wa.call(this,{Action:"name/cos:GetObjectACL",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,qs:En,action:"acl",tracker:Hr.tracker},function(An,Gi){if(An)return ui(An);var Ki=Gi.AccessControlPolicy||{},Ea=Ki.Owner||{},aa=Ki.AccessControlList&&Ki.AccessControlList.Grant||[];aa=j.isArray(aa)?aa:[aa];var Qo=Ts(Ki);delete Qo.GrantWrite,Gi.headers&&Gi.headers["x-cos-acl"]&&(Qo.ACL=Gi.headers["x-cos-acl"]),Qo=j.extend(Qo,{Owner:Ea,Grants:aa,statusCode:Gi.statusCode,headers:Gi.headers}),ui(null,Qo)})}function oa(Hr,ui){var En=Hr.Headers,An="";if(Hr.AccessControlPolicy){var Gi=j.clone(Hr.AccessControlPolicy||{}),Ki=Gi.Grants||Gi.Grant;Ki=j.isArray(Ki)?Ki:[Ki],delete Gi.Grant,delete Gi.Grants,Gi.AccessControlList={Grant:Ki},An=j.json2xml({AccessControlPolicy:Gi}),En["Content-Type"]="application/xml",En["Content-MD5"]=j.b64(j.md5(An))}j.each(En,function(Ea,aa){aa.indexOf("x-cos-grant-")===0&&(En[aa]=js(En[aa]))}),Wa.call(this,{Action:"name/cos:PutObjectACL",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,action:"acl",headers:En,body:An,tracker:Hr.tracker},function(Ea,aa){if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function Ba(Hr,ui){var En=Hr.Headers;En.Origin=Hr.Origin,En["Access-Control-Request-Method"]=Hr.AccessControlRequestMethod,En["Access-Control-Request-Headers"]=Hr.AccessControlRequestHeaders,Wa.call(this,{Action:"name/cos:OptionsObject",method:"OPTIONS",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:En,tracker:Hr.tracker},function(An,Gi){if(An)return An.statusCode&&An.statusCode===403?ui(null,{OptionsForbidden:!0,statusCode:An.statusCode}):ui(An);var Ki=Gi.headers||{};ui(null,{AccessControlAllowOrigin:Ki["access-control-allow-origin"],AccessControlAllowMethods:Ki["access-control-allow-methods"],AccessControlAllowHeaders:Ki["access-control-allow-headers"],AccessControlExposeHeaders:Ki["access-control-expose-headers"],AccessControlMaxAge:Ki["access-control-max-age"],statusCode:Gi.statusCode,headers:Gi.headers})})}function rs(Hr,ui){var En=this,An=Hr.Headers;!An["Cache-Control"]&&!An["cache-control"]&&(An["Cache-Control"]="");var Gi=Hr.CopySource||"",Ki=j.getSourceParams.call(this,Gi);if(!Ki){ui(j.error(new Error("CopySource format error")));return}var Ea=Ki.Bucket,aa=Ki.Region,Qo=decodeURIComponent(Ki.Key);Wa.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Ea,region:aa,prefix:Qo},{action:"name/cos:PutObject",bucket:Hr.Bucket,region:Hr.Region,prefix:Hr.Key}],method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,headers:Hr.Headers,tracker:Hr.tracker},function(Eo,Vo){if(Eo)return ui(Eo);var vs=j.clone(Vo.CopyObjectResult||{}),kn=Gs({ForcePathStyle:En.options.ForcePathStyle,protocol:En.options.Protocol,domain:En.options.Domain,bucket:Hr.Bucket,region:Hr.Region,object:Hr.Key,isLocation:!0});j.extend(vs,{Location:kn,statusCode:Vo.statusCode,headers:Vo.headers}),ui(null,vs)})}function Mn(Hr,ui){var En=Hr.CopySource||"",An=j.getSourceParams.call(this,En);if(!An){ui(j.error(new Error("CopySource format error")));return}var Gi=An.Bucket,Ki=An.Region,Ea=decodeURIComponent(An.Key);Wa.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Gi,region:Ki,prefix:Ea},{action:"name/cos:PutObject",bucket:Hr.Bucket,region:Hr.Region,prefix:Hr.Key}],method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,qs:{partNumber:Hr.PartNumber,uploadId:Hr.UploadId},headers:Hr.Headers,tracker:Hr.tracker},function(aa,Qo){if(aa)return ui(aa);var Eo=j.clone(Qo.CopyPartResult||{});j.extend(Eo,{statusCode:Qo.statusCode,headers:Qo.headers}),ui(null,Eo)})}function Wr(Hr,ui){var En=Hr.Objects||[],An=Hr.Quiet;En=j.isArray(En)?En:[En];var Gi=j.json2xml({Delete:{Object:En,Quiet:An||!1}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi));var Ea=j.map(En,function(aa){return{action:"name/cos:DeleteObject",bucket:Hr.Bucket,region:Hr.Region,prefix:aa.Key}});Wa.call(this,{Scope:Ea,method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"delete",headers:Ki,tracker:Hr.tracker},function(aa,Qo){if(aa)return ui(aa);var Eo=Qo.DeleteResult||{},Vo=Eo.Deleted||[],vs=Eo.Error||[];Vo=j.isArray(Vo)?Vo:[Vo],vs=j.isArray(vs)?vs:[vs];var kn=j.clone(Eo);j.extend(kn,{Error:vs,Deleted:Vo,statusCode:Qo.statusCode,headers:Qo.headers}),ui(null,kn)})}function Ur(Hr,ui){var En=Hr.Headers;if(!Hr.RestoreRequest){ui(j.error(new Error("missing param RestoreRequest")));return}var An=Hr.RestoreRequest||{},Gi=j.json2xml({RestoreRequest:An});En["Content-Type"]="application/xml",En["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:RestoreObject",method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,body:Gi,action:"restore",headers:En,tracker:Hr.tracker},ui)}function Sn(Hr,ui){var En=Hr.Tagging||{},An=En.TagSet||En.Tags||Hr.Tags||[];An=j.clone(j.isArray(An)?An:[An]);var Gi=j.json2xml({Tagging:{TagSet:{Tag:An}}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutObjectTagging",method:"PUT",Bucket:Hr.Bucket,Key:Hr.Key,Region:Hr.Region,body:Gi,action:"tagging",headers:Ki,VersionId:Hr.VersionId,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function Nn(Hr,ui){Wa.call(this,{Action:"name/cos:GetObjectTagging",method:"GET",Key:Hr.Key,Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"tagging",VersionId:Hr.VersionId,tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&(En.error==="Not Found"||En.error.Code==="NoSuchTagSet")){var Gi={Tags:[],statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=[];try{Ki=An.Tagging.TagSet.Tag||[]}catch{}Ki=j.clone(j.isArray(Ki)?Ki:[Ki]),ui(null,{Tags:Ki,statusCode:An.statusCode,headers:An.headers})})}function Sa(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteObjectTagging",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,action:"tagging",VersionId:Hr.VersionId,tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function Li(Hr,ui){var En=Hr.SelectType;if(!En)return ui(j.error(new Error("missing param SelectType")));var An=Hr.SelectRequest||{},Gi=j.json2xml({SelectRequest:An}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:GetObject",method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,action:"select",qs:{"select-type":Hr.SelectType},VersionId:Hr.VersionId,body:Gi,DataType:"arraybuffer",rawBody:!0,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);var Qo=j.parseSelectPayload(aa.body);ui(null,{statusCode:aa.statusCode,headers:aa.headers,Body:Qo.body,Payload:Qo.payload})})}function ca(Hr,ui){var En=this,An=Hr.Headers,Gi=Hr.tracker;!An["Cache-Control"]&&!An["cache-control"]&&(An["Cache-Control"]=""),!An["Content-Type"]&&!An["content-type"]&&(An["Content-Type"]=Hr.Body&&Hr.Body.type||"");var Ki=Hr.Body&&(Hr.UploadAddMetaMd5||En.options.UploadAddMetaMd5);Ki&&Gi&&Gi.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Ki,Hr.Body,function(Ea){Ea&&(Hr.Headers["x-cos-meta-md5"]=Ea),Ki&&Gi&&Gi.setParams({md5EndTime:new Date().getTime()}),Wa.call(En,{Action:"name/cos:InitiateMultipartUpload",method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,action:"uploads",headers:Hr.Headers,qs:Hr.Query,tracker:Gi},function(aa,Qo){if(aa)return Gi&&Gi.parent&&Gi.parent.setParams({errorNode:"multipartInit"}),ui(aa);if(Qo=j.clone(Qo||{}),Qo&&Qo.InitiateMultipartUploadResult)return ui(null,j.extend(Qo.InitiateMultipartUploadResult,{statusCode:Qo.statusCode,headers:Qo.headers}));ui(null,Qo)})},Hr.onHashProgress)}function fo(Hr,ui){var En=this;j.getFileSize("multipartUpload",Hr,function(){var An=Hr.tracker,Gi=En.options.UploadCheckContentMd5;Gi&&An&&An.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Gi,Hr.Body,function(Ki){Ki&&(Hr.Headers["Content-MD5"]=j.b64(Ki)),Gi&&An&&An.setParams({md5EndTime:new Date().getTime()}),An&&An.setParams({partNumber:Hr.PartNumber}),Wa.call(En,{Action:"name/cos:UploadPart",TaskId:Hr.TaskId,method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,qs:{partNumber:Hr.PartNumber,uploadId:Hr.UploadId},headers:Hr.Headers,onProgress:Hr.onProgress,body:Hr.Body||null,tracker:An},function(Ea,aa){if(Ea)return An&&An.parent&&An.parent.setParams({errorNode:"multipartUpload"}),ui(Ea);ui(null,{ETag:j.attr(aa.headers,"etag",""),statusCode:aa.statusCode,headers:aa.headers})})})})}function zn(Hr,ui){for(var En=this,An=Hr.UploadId,Gi=Hr.Parts,Ki=Hr.tracker,Ea=0,aa=Gi.length;Ea<aa;Ea++)Gi[Ea].ETag&&Gi[Ea].ETag.indexOf('"')===0||(Gi[Ea].ETag='"'+Gi[Ea].ETag+'"');var Qo=j.json2xml({CompleteMultipartUpload:{Part:Gi}});Qo=Qo.replace(/\n\s*/g,"");var Eo=Hr.Headers;Eo["Content-Type"]="application/xml",Eo["Content-MD5"]=j.b64(j.md5(Qo)),Wa.call(this,{Action:"name/cos:CompleteMultipartUpload",method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,qs:{uploadId:An},body:Qo,headers:Eo,tracker:Ki},function(Vo,vs){if(Vo)return Ki&&Ki.parent&&Ki.parent.setParams({errorNode:"multipartComplete"}),ui(Vo);var kn=Gs({ForcePathStyle:En.options.ForcePathStyle,protocol:En.options.Protocol,domain:En.options.Domain,bucket:Hr.Bucket,region:Hr.Region,object:Hr.Key,isLocation:!0}),qo=vs.CompleteMultipartUploadResult||{};if(qo.ProcessResults&&(qo.UploadResult={OriginalInfo:{Key:qo.Key,Location:kn,ETag:qo.ETag,ImageInfo:qo.ImageInfo},ProcessResults:qo.ProcessResults},delete qo.ImageInfo,delete qo.ProcessResults),qo.CallbackResult){var Zl=qo.CallbackResult;if(Zl.Status==="200"&&Zl.CallbackBody)try{qo.CallbackBody=JSON.parse(j.decodeBase64(Zl.CallbackBody))}catch{qo.CallbackBody={}}else qo.CallbackError=Zl.Error||{};delete qo.CallbackResult}if(qo.ReturnBodyResult){var Mo=qo.ReturnBodyResult;if(Mo.Status==="200"&&Mo.ReturnBody)try{qo.ReturnBody=JSON.parse(j.decodeBase64(Mo.ReturnBody))}catch{qo.ReturnBody={}}else qo.ReturnError={Code:Mo.Code,Message:Mo.Message,Status:Mo.Status};delete qo.ReturnBodyResult}var _u=j.extend(qo,{Location:kn,statusCode:vs.statusCode,headers:vs.headers});ui(null,_u)})}function ki(Hr,ui){var En={};En.delimiter=Hr.Delimiter,En["encoding-type"]=Hr.EncodingType,En.prefix=Hr.Prefix||"",En["max-uploads"]=Hr.MaxUploads,En["key-marker"]=Hr.KeyMarker,En["upload-id-marker"]=Hr.UploadIdMarker,En=j.clearKey(En);var An=Hr.tracker;An&&An.setParams({signStartTime:new Date().getTime()}),Wa.call(this,{Action:"name/cos:ListMultipartUploads",ResourceKey:En.prefix,method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,qs:En,action:"uploads",tracker:An},function(Gi,Ki){if(Gi)return An&&An.parent&&An.parent.setParams({errorNode:"multipartList"}),ui(Gi);if(Ki&&Ki.ListMultipartUploadsResult){var Ea=Ki.ListMultipartUploadsResult.Upload||[];Ea=j.isArray(Ea)?Ea:[Ea],Ki.ListMultipartUploadsResult.Upload=Ea}var aa=j.clone(Ki.ListMultipartUploadsResult||{});j.extend(aa,{statusCode:Ki.statusCode,headers:Ki.headers}),ui(null,aa)})}function Ra(Hr,ui){var En={},An=Hr.tracker;En.uploadId=Hr.UploadId,En["encoding-type"]=Hr.EncodingType,En["max-parts"]=Hr.MaxParts,En["part-number-marker"]=Hr.PartNumberMarker,Wa.call(this,{Action:"name/cos:ListParts",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,qs:En,tracker:An},function(Gi,Ki){if(Gi)return An&&An.parent&&An.parent.setParams({errorNode:"multipartListPart"}),ui(Gi);var Ea=Ki.ListPartsResult||{},aa=Ea.Part||[];aa=j.isArray(aa)?aa:[aa],Ea.Part=aa;var Qo=j.clone(Ea);j.extend(Qo,{statusCode:Ki.statusCode,headers:Ki.headers}),ui(null,Qo)})}function _o(Hr,ui){var En={};En.uploadId=Hr.UploadId,Wa.call(this,{Action:"name/cos:AbortMultipartUpload",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,qs:En,tracker:Hr.tracker},function(An,Gi){if(An)return ui(An);ui(null,{statusCode:Gi.statusCode,headers:Gi.headers})})}function eo(Hr,ui){Wa.call(this,{method:Hr.Method,Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,action:Hr.Action,headers:Hr.Headers,qs:Hr.Query,body:Hr.Body,Url:Hr.Url,rawBody:Hr.RawBody,DataType:Hr.DataType,tracker:Hr.tracker},function(En,An){if(En)return ui(En);An&&An.body&&(An.Body=An.body,delete An.body),ui(En,An)})}function tl(Hr,ui){var En=Hr.Headers;!En["Cache-Control"]&&!En["cache-control"]&&(En["Cache-Control"]=""),!En["Content-Type"]&&!En["content-type"]&&(En["Content-Type"]=Hr.Body&&Hr.Body.type||""),Wa.call(this,{Action:"name/cos:AppendObject",method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,action:"append",Key:Hr.Key,body:Hr.Body,qs:{position:Hr.Position},headers:Hr.Headers,tracker:Hr.tracker},function(An,Gi){if(An)return ui(An);ui(null,Gi)})}function Es(Hr){var ui=this;return j.getAuth({SecretId:Hr.SecretId||this.options.SecretId||"",SecretKey:Hr.SecretKey||this.options.SecretKey||"",Bucket:Hr.Bucket,Region:Hr.Region,Method:Hr.Method,Key:Hr.Key,Query:Hr.Query,Headers:Hr.Headers,Expires:Hr.Expires,UseRawKey:ui.options.UseRawKey,SystemClockOffset:ui.options.SystemClockOffset})}function Hs(Hr,ui){var En=this,An=Hr.UseAccelerate===void 0?En.options.UseAccelerate:Hr.UseAccelerate,Gi=Gs({ForcePathStyle:En.options.ForcePathStyle,protocol:Hr.Protocol||En.options.Protocol,domain:Hr.Domain||En.options.Domain,bucket:Hr.Bucket,region:An?"accelerate":Hr.Region,object:Hr.Key}),Ki="";Hr.Query&&(Ki+=j.obj2str(Hr.Query)),Hr.QueryString&&(Ki+=(Ki?"&":"")+Hr.QueryString);var Ea=Gi;if(Hr.Sign!==void 0&&!Hr.Sign)return Ki&&(Ea+="?"+Ki),ui(null,{Url:Ea}),Ea;var aa=uc.call(this,{Bucket:Hr.Bucket,Region:Hr.Region,UseAccelerate:Hr.UseAccelerate,Url:Gi}),Qo=rl.call(this,{Action:(Hr.Method||"").toUpperCase()==="PUT"?"name/cos:PutObject":"name/cos:GetObject",Bucket:Hr.Bucket||"",Region:Hr.Region||"",Method:Hr.Method||"get",Key:Hr.Key,Expires:Hr.Expires,Headers:Hr.Headers,Query:Hr.Query,SignHost:aa,ForceSignHost:Hr.ForceSignHost===!1?!1:En.options.ForceSignHost},function(Eo,Vo){if(ui){if(Eo){ui(Eo);return}var vs=function(Zl){var Mo=Zl.match(/q-url-param-list.*?(?=&)/g)[0],_u="q-url-param-list="+encodeURIComponent(Mo.replace(/q-url-param-list=/,"")).toLowerCase(),Bl=new RegExp(Mo,"g"),Vu=Zl.replace(Bl,_u);return Vu},kn=Gi;kn+="?"+(Vo.Authorization.indexOf("q-signature")>-1?vs(Vo.Authorization):"sign="+encodeURIComponent(Vo.Authorization)),Vo.SecurityToken&&(kn+="&x-cos-security-token="+Vo.SecurityToken),Vo.ClientIP&&(kn+="&clientIP="+Vo.ClientIP),Vo.ClientUA&&(kn+="&clientUA="+Vo.ClientUA),Vo.Token&&(kn+="&token="+Vo.Token),Ki&&(kn+="&"+Ki),setTimeout(function(){ui(null,{Url:kn})})}});return Qo?(Ea+="?"+Qo.Authorization+(Qo.SecurityToken?"&x-cos-security-token="+Qo.SecurityToken:""),Ki&&(Ea+="&"+Ki)):Ki&&(Ea+="?"+Ki),Ea}function Ts(Hr){var ui={GrantFullControl:[],GrantWrite:[],GrantRead:[],GrantReadAcp:[],GrantWriteAcp:[],ACL:""},En={FULL_CONTROL:"GrantFullControl",WRITE:"GrantWrite",READ:"GrantRead",READ_ACP:"GrantReadAcp",WRITE_ACP:"GrantWriteAcp"},An=Hr&&Hr.AccessControlList||{},Gi=An.Grant;Gi&&(Gi=j.isArray(Gi)?Gi:[Gi]);var Ki={READ:0,WRITE:0,FULL_CONTROL:0};return Gi&&Gi.length&&j.each(Gi,function(Ea){Ea.Grantee.ID==="qcs::cam::anyone:anyone"||Ea.Grantee.URI==="http://cam.qcloud.com/groups/global/AllUsers"?Ki[Ea.Permission]=1:Ea.Grantee.ID!==Hr.Owner.ID&&ui[En[Ea.Permission]].push('id="'+Ea.Grantee.ID+'"')}),Ki.FULL_CONTROL||Ki.WRITE&&Ki.READ?ui.ACL="public-read-write":Ki.READ?ui.ACL="public-read":ui.ACL="private",j.each(En,function(Ea){ui[Ea]=js(ui[Ea].join(","))}),ui}function js(Hr){var ui=Hr.split(","),En={},An,Gi;for(An=0;An<ui.length;)Gi=ui[An].trim(),En[Gi]?ui.splice(An,1):(En[Gi]=!0,ui[An]=Gi,An++);return ui.join(",")}function Gs(Hr){var ui=Hr.region||"",En=Hr.bucket||"",An=En.substr(0,En.lastIndexOf("-")),Gi=En.substr(En.lastIndexOf("-")+1),Ki=Hr.domain,Ea=Hr.object;typeof Ki=="function"&&(Ki=Ki({Bucket:En,Region:ui})),["http","https"].includes(Hr.protocol)&&(Hr.protocol=Hr.protocol+":");var aa=Hr.protocol||(j.isBrowser&&(typeof location>"u"?"undefined":k(location))==="object"&&location.protocol==="http:"?"http:":"https:");Ki||(["cn-south","cn-south-2","cn-north","cn-east","cn-southwest","sg"].indexOf(ui)>-1?Ki="{Region}.myqcloud.com":Ki="cos.{Region}.myqcloud.com",Hr.ForcePathStyle||(Ki="{Bucket}."+Ki)),Ki=Ki.replace(/\{\{AppId\}\}/gi,Gi).replace(/\{\{Bucket\}\}/gi,An).replace(/\{\{Region\}\}/gi,ui).replace(/\{\{.*?\}\}/gi,""),Ki=Ki.replace(/\{AppId\}/gi,Gi).replace(/\{BucketName\}/gi,An).replace(/\{Bucket\}/gi,En).replace(/\{Region\}/gi,ui).replace(/\{.*?\}/gi,""),/^[a-zA-Z]+:\/\//.test(Ki)||(Ki=aa+"//"+Ki),Ki.slice(-1)==="/"&&(Ki=Ki.slice(0,-1));var Qo=Ki;return Hr.ForcePathStyle&&(Qo+="/"+En),Qo+="/",Ea&&(Qo+=j.camSafeUrlEncode(Ea).replace(/%2F/g,"/")),Hr.isLocation&&(Qo=Qo.replace(/^https?:\/\//,"")),Qo}var uc=function(ui){if(!ui.Bucket||!ui.Region)return"";var En=ui.UseAccelerate===void 0?this.options.UseAccelerate:ui.UseAccelerate,An=ui.Url||Gs({ForcePathStyle:this.options.ForcePathStyle,protocol:this.options.Protocol,domain:this.options.Domain,bucket:ui.Bucket,region:En?"accelerate":ui.Region}),Gi=An.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");return Gi};function rl(Hr,ui){var En=j.clone(Hr.Headers),An="";j.each(En,function(Iu,Pu){(Iu===""||["content-type","cache-control","expires"].indexOf(Pu.toLowerCase())>-1)&&delete En[Pu],Pu.toLowerCase()==="host"&&(An=Iu)});var Gi=Hr.ForceSignHost!==!1;!An&&Hr.SignHost&&Gi&&(En.Host=Hr.SignHost);var Ki=!1,Ea=function(Pu,Fn){Ki||(Ki=!0,Fn&&Fn.XCosSecurityToken&&!Fn.SecurityToken&&(Fn=j.clone(Fn),Fn.SecurityToken=Fn.XCosSecurityToken,delete Fn.XCosSecurityToken),ui&&ui(Pu,Fn))},aa=this,Qo=Hr.Bucket||"",Eo=Hr.Region||"",Vo=Hr.Key||"";aa.options.ForcePathStyle&&Qo&&(Vo=Qo+"/"+Vo);var vs="/"+Vo,kn={},qo=Hr.Scope;if(!qo){var Zl=Hr.Action||"",Mo=Hr.ResourceKey||Hr.Key||"";qo=Hr.Scope||[{action:Zl,bucket:Qo,region:Eo,prefix:Mo}]}var _u=j.md5(JSON.stringify(qo));aa._StsCache=aa._StsCache||[],function(){var Iu,Pu;for(Iu=aa._StsCache.length-1;Iu>=0;Iu--){Pu=aa._StsCache[Iu];var Fn=Math.round(j.getSkewTime(aa.options.SystemClockOffset)/1e3)+30;if(Pu.StartTime&&Fn<Pu.StartTime||Fn>=Pu.ExpiredTime){aa._StsCache.splice(Iu,1);continue}if(!Pu.ScopeLimit||Pu.ScopeLimit&&Pu.ScopeKey===_u){kn=Pu;break}}}();var Bl=function(){var Pu="";kn.StartTime&&Hr.Expires?Pu=kn.StartTime+";"+(kn.StartTime+Hr.Expires*1):kn.StartTime&&kn.ExpiredTime&&(Pu=kn.StartTime+";"+kn.ExpiredTime);var Fn=j.getAuth({SecretId:kn.TmpSecretId,SecretKey:kn.TmpSecretKey,Method:Hr.Method,Pathname:vs,Query:Hr.Query,Headers:En,Expires:Hr.Expires,UseRawKey:aa.options.UseRawKey,SystemClockOffset:aa.options.SystemClockOffset,KeyTime:Pu,ForceSignHost:Gi}),is={Authorization:Fn,SecurityToken:kn.SecurityToken||kn.XCosSecurityToken||"",Token:kn.Token||"",ClientIP:kn.ClientIP||"",ClientUA:kn.ClientUA||"",SignFrom:"client"};Ea(null,is)},Vu=function(Pu){if(Pu.Authorization){var Fn=!1,is=Pu.Authorization;if(is)if(is.indexOf(" ")>-1)Fn=!1;else if(is.indexOf("q-sign-algorithm=")>-1&&is.indexOf("q-ak=")>-1&&is.indexOf("q-sign-time=")>-1&&is.indexOf("q-key-time=")>-1&&is.indexOf("q-url-param-list=")>-1)Fn=!0;else try{is=atob(is),is.indexOf("a=")>-1&&is.indexOf("k=")>-1&&is.indexOf("t=")>-1&&is.indexOf("r=")>-1&&is.indexOf("b=")>-1&&(Fn=!0)}catch{}if(!Fn)return j.error(new Error("getAuthorization callback params format error"))}else{if(!Pu.TmpSecretId)return j.error(new Error('getAuthorization callback params missing "TmpSecretId"'));if(!Pu.TmpSecretKey)return j.error(new Error('getAuthorization callback params missing "TmpSecretKey"'));if(!Pu.SecurityToken&&!Pu.XCosSecurityToken)return j.error(new Error('getAuthorization callback params missing "SecurityToken"'));if(!Pu.ExpiredTime)return j.error(new Error('getAuthorization callback params missing "ExpiredTime"'));if(Pu.ExpiredTime&&Pu.ExpiredTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "ExpiredTime" should be 10 digits'));if(Pu.StartTime&&Pu.StartTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "StartTime" should be 10 StartTime'))}return!1};if(kn.ExpiredTime&&kn.ExpiredTime-j.getSkewTime(aa.options.SystemClockOffset)/1e3>60)Bl();else if(aa.options.getAuthorization)aa.options.getAuthorization.call(aa,{Bucket:Qo,Region:Eo,Method:Hr.Method,Key:Vo,Pathname:vs,Query:Hr.Query,Headers:En,Scope:qo,SystemClockOffset:aa.options.SystemClockOffset,ForceSignHost:Gi},function(Iu){typeof Iu=="string"&&(Iu={Authorization:Iu});var Pu=Vu(Iu);if(Pu)return Ea(Pu);Iu.Authorization?Ea(null,Iu):(kn=Iu||{},kn.Scope=qo,kn.ScopeKey=_u,aa._StsCache.push(kn),Bl())});else if(aa.options.getSTS)aa.options.getSTS.call(aa,{Bucket:Qo,Region:Eo},function(Iu){kn=Iu||{},kn.Scope=qo,kn.ScopeKey=_u,kn.TmpSecretId||(kn.TmpSecretId=kn.SecretId),kn.TmpSecretKey||(kn.TmpSecretKey=kn.SecretKey);var Pu=Vu(kn);if(Pu)return Ea(Pu);aa._StsCache.push(kn),Bl()});else return function(){var Iu="";if(aa.options.StartTime&&Hr.Expires){if(aa.options.StartTime.toString().length!==10)return Ea(j.error(new Error('params "StartTime" should be 10 digits')));Iu=aa.options.StartTime+";"+(aa.options.StartTime+Hr.Expires*1)}else if(aa.options.StartTime&&aa.options.ExpiredTime){if(aa.options.StartTime.toString().length!==10)return Ea(j.error(new Error('params "StartTime" should be 10 digits')));if(aa.options.ExpiredTime.toString().length!==10)return Ea(j.error(new Error('params "ExpiredTime" should be 10 digits')));Iu=aa.options.StartTime+";"+aa.options.ExpiredTime*1}var Pu=j.getAuth({SecretId:Hr.SecretId||aa.options.SecretId,SecretKey:Hr.SecretKey||aa.options.SecretKey,Method:Hr.Method,Pathname:vs,Query:Hr.Query,Headers:En,Expires:Hr.Expires,KeyTime:Iu,UseRawKey:aa.options.UseRawKey,SystemClockOffset:aa.options.SystemClockOffset,ForceSignHost:Gi}),Fn={Authorization:Pu,SecurityToken:aa.options.SecurityToken||aa.options.XCosSecurityToken,SignFrom:"client"};return Ea(null,Fn),Fn}();return""}function il(Hr){var ui=this,En=!1,An=!1,Gi=!1,Ki=Hr.headers&&(Hr.headers.date||Hr.headers.Date)||Hr.error&&Hr.error.ServerTime;try{var Ea=Hr.error.Code,aa=Hr.error.Message;(Ea==="RequestTimeTooSkewed"||Ea==="AccessDenied"&&aa==="Request has expired")&&(An=!0)}catch{}if(Hr)if(An&&Ki){var Qo=Date.parse(Ki);this.options.CorrectClockSkew&&Math.abs(j.getSkewTime(this.options.SystemClockOffset)-Qo)>=3e4&&(console.error("error: Local time is too skewed."),this.options.SystemClockOffset=Qo-Date.now(),En=!0)}else Math.floor(Hr.statusCode/100)===5?En=!0:Hr.message==="CORS blocked or network error"&&(Gi=!0,En=ui.options.AutoSwitchHost);return{canRetry:En,networkError:Gi}}function bl(Hr){var ui=Hr.requestUrl,En=Hr.clientCalcSign,An=Hr.networkError;if(!this.options.AutoSwitchHost||!ui||!En||!An)return!1;var Gi=/^https?:\/\/[^\/]*\.cos\.[^\/]*\.myqcloud\.com(\/.*)?$/,Ki=/^https?:\/\/[^\/]*\.cos\.accelerate\.myqcloud\.com(\/.*)?$/,Ea=Gi.test(ui)&&!Ki.test(ui);return Ea}function Wa(Hr,ui){var En=this;!Hr.headers&&(Hr.headers={}),!Hr.qs&&(Hr.qs={}),Hr.VersionId&&(Hr.qs.versionId=Hr.VersionId),Hr.qs=j.clearKey(Hr.qs),Hr.headers&&(Hr.headers=j.clearKey(Hr.headers)),Hr.qs&&(Hr.qs=j.clearKey(Hr.qs));var An=j.clone(Hr.qs);Hr.action&&(An[Hr.action]="");var Gi=Hr.url||Hr.Url,Ki=Hr.SignHost||uc.call(this,{Bucket:Hr.Bucket,Region:Hr.Region,Url:Gi}),Ea=Hr.tracker,aa=function Qo(Eo){var Vo=En.options.SystemClockOffset;Ea&&Ea.setParams({signStartTime:new Date().getTime(),httpRetryTimes:Eo-1}),Hr.SwitchHost&&(Ki=Ki.replace(/myqcloud.com/,"tencentcos.cn")),rl.call(En,{Bucket:Hr.Bucket||"",Region:Hr.Region||"",Method:Hr.method,Key:Hr.Key,Query:An,Headers:Hr.headers,SignHost:Ki,Action:Hr.Action,ResourceKey:Hr.ResourceKey,Scope:Hr.Scope,ForceSignHost:En.options.ForceSignHost,SwitchHost:Hr.SwitchHost},function(vs,kn){if(vs){ui(vs);return}Ea&&Ea.setParams({signEndTime:new Date().getTime(),httpStartTime:new Date().getTime()}),Hr.AuthData=kn,Ao.call(En,Hr,function(qo,Zl){Ea&&Ea.setParams({httpEndTime:new Date().getTime()});var Mo=!1,_u=!1;if(qo){var Bl=il.call(En,qo);Mo=Bl.canRetry||Vo!==En.options.SystemClockOffset,_u=Bl.networkError}if(qo&&Eo<2&&Mo){Hr.headers&&(delete Hr.headers.Authorization,delete Hr.headers.token,delete Hr.headers.clientIP,delete Hr.headers.clientUA,Hr.headers["x-cos-security-token"]&&delete Hr.headers["x-cos-security-token"],Hr.headers["x-ci-security-token"]&&delete Hr.headers["x-ci-security-token"]);var Vu=bl.call(En,{requestUrl:(qo==null?void 0:qo.url)||"",clientCalcSign:kn.SignFrom==="client",networkError:_u});Hr.SwitchHost=Vu,Hr.retry=!0,Qo(Eo+1)}else ui(qo,Zl)})})};aa(1)}function Ao(Hr,ui){var En=this,An=Hr.TaskId;if(!(An&&!En._isRunningTask(An))){var Gi=Hr.Bucket,Ki=Hr.Region,Ea=Hr.Key,aa=Hr.method||"GET",Qo=Hr.Url||Hr.url,Eo=Hr.body,Vo=Hr.rawBody;En.options.UseAccelerate&&(Ki="accelerate"),Qo=Qo||Gs({ForcePathStyle:En.options.ForcePathStyle,protocol:En.options.Protocol,domain:En.options.Domain,bucket:Gi,region:Ki,object:Ea}),Hr.SwitchHost&&(Qo=Qo.replace(/myqcloud.com/,"tencentcos.cn"));var vs=Ea?Qo:"";Hr.action&&(Qo=Qo+"?"+(j.isIOS_QQ?"".concat(Hr.action,"="):Hr.action)),Hr.qsStr&&(Qo.indexOf("?")>-1?Qo=Qo+"&"+Hr.qsStr:Qo=Qo+"?"+Hr.qsStr);var kn={method:aa,url:Qo,headers:Hr.headers,qs:Hr.qs,body:Eo},qo="x-cos-security-token";if(j.isCIHost(Qo)&&(qo="x-ci-security-token"),kn.headers.Authorization=Hr.AuthData.Authorization,Hr.AuthData.Token&&(kn.headers.token=Hr.AuthData.Token),Hr.AuthData.ClientIP&&(kn.headers.clientIP=Hr.AuthData.ClientIP),Hr.AuthData.ClientUA&&(kn.headers.clientUA=Hr.AuthData.ClientUA),Hr.AuthData.SecurityToken&&(kn.headers[qo]=Hr.AuthData.SecurityToken),kn.headers&&(kn.headers=j.clearKey(kn.headers)),Hr.retry&&(kn.headers["x-cos-sdk-retry"]=!0),kn=j.clearKey(kn),Hr.onProgress&&typeof Hr.onProgress=="function"){var Zl=Eo&&(Eo.size||Eo.length)||0;kn.onProgress=function(Fn){if(!(An&&!En._isRunningTask(An))){var is=Fn?Fn.loaded:0;Hr.onProgress({loaded:is,total:Zl})}}}Hr.onDownloadProgress&&(kn.onDownloadProgress=Hr.onDownloadProgress),Hr.DataType&&(kn.dataType=Hr.DataType),this.options.Timeout&&(kn.timeout=this.options.Timeout),En.options.ForcePathStyle&&(kn.pathStyle=En.options.ForcePathStyle),En.emit("before-send",kn);var Mo=kn.url.includes("accelerate."),_u=kn.qs?Object.keys(kn.qs).map(function(Fn){return"".concat(Fn,"=").concat(kn.qs[Fn])}).join("&"):"",Bl=_u?kn.url+"?"+_u:kn.url;if(Hr.tracker){var Vu;Hr.tracker.setParams({url:Bl,httpMethod:kn.method,accelerate:Mo,httpSize:((Vu=kn.body)===null||Vu===void 0?void 0:Vu.size)||0}),Hr.tracker.parent&&!Hr.tracker.parent.params.url&&Hr.tracker.parent.setParams({url:vs,accelerate:Mo})}var Iu=(En.options.Request||L)(kn,function(Fn){if(!(Fn&&Fn.error==="abort")){var is={options:kn,error:Fn&&Fn.error,statusCode:Fn&&Fn.statusCode||0,statusMessage:Fn&&Fn.statusMessage||"",headers:Fn&&Fn.headers||{},body:Fn&&Fn.body};En.emit("after-receive",is);var pu=is.error,ku=is.body,Vl={statusCode:is.statusCode,statusMessage:is.statusMessage,headers:is.headers},cc,Lc=function(Jd,Ed){if(An&&En.off("inner-kill-task",Pu),!cc){cc=!0;var Bf={};if(Vl&&Vl.statusCode&&(Bf.statusCode=Vl.statusCode),Vl&&Vl.headers&&(Bf.headers=Vl.headers),Jd)kn.url&&(Bf.url=kn.url),kn.method&&(Bf.method=kn.method),Jd=j.extend(Jd||{},Bf),ui(Jd,null);else{if(Hr.Action==="name/cos:PutObject"){var Rf={};for(var Rp in Hr.headers){var Pp=Rp.toLowerCase();Rf[Pp]=Hr.headers[Rp]}Rf["x-cos-callback"]?Ed.Error?(Ed.CallbackError=j.clone(Ed.Error),delete Ed.Error):Ed.CallbackBody=j.clone(Ed):Rf["x-cos-return-body"]&&(Ed.Error?(Ed.ReturnError=j.clone(Ed.Error),delete Ed.Error):Ed.ReturnBody=j.clone(Ed))}Ed=j.extend(Ed||{},Bf),ui(null,Ed)}Iu=null}};if(pu)return Lc(j.error(pu));var wd=Vl.statusCode,Nd=Math.floor(wd/100)===2;if(Vo){if(Nd)return Lc(null,{body:ku});if(ku instanceof Blob){j.readAsBinaryString(ku,function(jc){var Jd=j.parseResBody(jc),Ed=Jd.Error||Jd;return Lc(j.error(new Error(Ed.Message||"response body error"),{code:Ed.Code,error:Ed}))});return}}var Tf=j.parseResBody(ku),vf=Tf.Error||Tf;Nd?Lc(null,Tf):vf?Lc(j.error(new Error(vf.Message),{code:vf.Code,error:vf})):wd?Lc(j.error(new Error(Vl.statusMessage),{code:""+wd})):wd&&Lc(j.error(new Error("statusCode error")))}}),Pu=function Fn(is){is.TaskId===An&&(Iu&&Iu.abort&&Iu.abort(),En.off("inner-kill-task",Fn))};An&&En.on("inner-kill-task",Pu)}}var ks={getService:V,putBucket:z,headBucket:re,getBucket:oe,deleteBucket:ue,putBucketAcl:de,getBucketAcl:_e,putBucketCors:Ne,getBucketCors:Ue,deleteBucketCors:$e,getBucketLocation:Ve,getBucketPolicy:qe,putBucketPolicy:Fe,deleteBucketPolicy:er,putBucketTagging:ir,getBucketTagging:dr,deleteBucketTagging:cr,putBucketLifecycle:nr,getBucketLifecycle:lr,deleteBucketLifecycle:Et,putBucketVersioning:ie,getBucketVersioning:pe,putBucketReplication:Ce,getBucketReplication:Ie,deleteBucketReplication:jt,putBucketWebsite:ar,getBucketWebsite:ur,deleteBucketWebsite:kt,putBucketReferer:he,getBucketReferer:tr,putBucketDomain:gr,getBucketDomain:_r,deleteBucketDomain:yr,putBucketOrigin:xr,getBucketOrigin:Nr,deleteBucketOrigin:Tr,putBucketLogging:Sr,getBucketLogging:Ar,putBucketInventory:Gr,postBucketInventory:Vr,getBucketInventory:Dr,listBucketInventory:Ir,deleteBucketInventory:Br,putBucketAccelerate:Rr,getBucketAccelerate:Lr,putBucketEncryption:$r,getBucketEncryption:jr,deleteBucketEncryption:vn,getObject:Qr,headObject:Kr,listObjectVersions:kr,putObject:Zr,deleteObject:Vi,getObjectAcl:To,putObjectAcl:oa,optionsObject:Ba,putObjectCopy:rs,deleteMultipleObject:Wr,restoreObject:Ur,putObjectTagging:Sn,getObjectTagging:Nn,deleteObjectTagging:Sa,selectObjectContent:Li,appendObject:tl,uploadPartCopy:Mn,multipartInit:ca,multipartUpload:fo,multipartComplete:zn,multipartList:ki,multipartListPart:Ra,multipartAbort:_o,request:eo,getObjectUrl:Hs,getAuth:Es};function Bo(Hr,ui,En){j.each(["Cors","Acl"],function(An){if(Hr.slice(-An.length)===An){var Gi=Hr.slice(0,-An.length)+An.toUpperCase(),Ki=j.apiWrapper(Hr,ui),Ea=!1;En[Gi]=function(){!Ea&&console.warn("warning: cos."+Gi+" has been deprecated. Please Use cos."+Hr+" instead."),Ea=!0,Ki.apply(this,arguments)}}})}y.exports.init=function(Hr,ui){ui.transferToTaskMethod(ks,"putObject"),j.each(ks,function(En,An){Hr.prototype[An]=j.apiWrapper(An,En),Bo(An,En,Hr.prototype)})}},"./src/cos.js":function(y,n,$){var k=$("./src/util.js"),L=$("./src/event.js"),j=$("./src/task.js"),V=$("./src/base.js"),z=$("./src/advance.js"),re=$("./package.json"),oe={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},ue=function(_e){if(this.options=k.extend(k.clone(oe),_e||{}),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")),k.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");L.init(this),j.init(this)};V.init(ue,j),z.init(ue,j),ue.util={md5:k.md5,xml2json:k.xml2json,json2xml:k.json2xml,encodeBase64:k.encodeBase64},ue.getAuthorization=k.getAuth,ue.version=re.version,y.exports=ue},"./src/event.js":function(y,n){var $=function(j){var V={},z=function(oe){return!V[oe]&&(V[oe]=[]),V[oe]};j.on=function(re,oe){re==="task-list-update"&&console.warn('warning: Event "'+re+'" has been deprecated. Please use "list-update" instead.'),z(re).push(oe)},j.off=function(re,oe){for(var ue=z(re),de=ue.length-1;de>=0;de--)oe===ue[de]&&ue.splice(de,1)},j.emit=function(re,oe){for(var ue=z(re).map(function(_e){return _e}),de=0;de<ue.length;de++)ue[de](oe)}},k=function(){$(this)};y.exports.init=$,y.exports.EventProxy=k},"./src/session.js":function(y,n,$){var k=$("./src/util.js"),L="cos_sdk_upload_cache",j=30*24*3600,V,z,re=function(){try{var Ue=JSON.parse(localStorage.getItem(L))}catch{}Ue||(Ue=[]),V=Ue},oe=function(){try{V.length?localStorage.setItem(L,JSON.stringify(V)):localStorage.removeItem(L)}catch{}},ue=function(){if(!V){re.call(this);for(var Ue=!1,$e=Math.round(Date.now()/1e3),Ve=V.length-1;Ve>=0;Ve--){var Fe=V[Ve][2];(!Fe||Fe+j<$e)&&(V.splice(Ve,1),Ue=!0)}Ue&&oe()}},de=function(){z||(z=setTimeout(function(){oe(),z=null},400))},_e={using:{},setUsing:function(Ue){_e.using[Ue]=!0},removeUsing:function(Ue){delete _e.using[Ue]},getFileId:function(Ue,$e,Ve,Fe){return Ue.name&&Ue.size&&Ue.lastModifiedDate&&$e?k.md5([Ue.name,Ue.size,Ue.lastModifiedDate,$e,Ve,Fe].join("::")):null},getCopyFileId:function(Ue,$e,Ve,Fe,qe){var er=$e["content-length"],ir=$e.etag||"",dr=$e["last-modified"];return Ue&&Ve?k.md5([Ue,er,ir,dr,Ve,Fe,qe].join("::")):null},getUploadIdList:function(Ue){if(!Ue)return null;ue.call(this);for(var $e=[],Ve=0;Ve<V.length;Ve++)V[Ve][0]===Ue&&$e.push(V[Ve][1]);return $e.length?$e:null},saveUploadId:function(Ue,$e,Ve){if(ue.call(this),!!Ue){for(var Fe=V.length-1;Fe>=0;Fe--){var qe=V[Fe];qe[0]===Ue&&qe[1]===$e&&V.splice(Fe,1)}V.unshift([Ue,$e,Math.round(Date.now()/1e3)]),V.length>Ve&&V.splice(Ve),de()}},removeUploadId:function(Ue){ue.call(this),delete _e.using[Ue];for(var $e=V.length-1;$e>=0;$e--)V[$e][1]===Ue&&V.splice($e,1);de()}};y.exports=_e},"./src/task.js":function(y,n,$){var k=$("./src/session.js"),L=$("./src/util.js"),j={},V=function(oe,ue){j[ue]=oe[ue],oe[ue]=function(de,_e){de.SkipTask?j[ue].call(this,de,_e):this._addTask(ue,de,_e)}},z=function(oe){var ue=[],de={},_e=0,Ne=0,Ue=function(dr){var cr={id:dr.id,Bucket:dr.Bucket,Region:dr.Region,Key:dr.Key,FilePath:dr.FilePath,state:dr.state,loaded:dr.loaded,size:dr.size,speed:dr.speed,percent:dr.percent,hashPercent:dr.hashPercent,error:dr.error};return dr.FilePath&&(cr.FilePath=dr.FilePath),dr._custom&&(cr._custom=dr._custom),cr},$e=function(){var ir,dr=function(){ir=0,oe.emit("task-list-update",{list:L.map(ue,Ue)}),oe.emit("list-update",{list:L.map(ue,Ue)})};return function(){ir||(ir=setTimeout(dr))}}(),Ve=function(){if(!(ue.length<=oe.options.UploadQueueSize)){for(var dr=0;dr<Ne&&dr<ue.length&&ue.length>oe.options.UploadQueueSize;){var cr=ue[dr].state==="waiting"||ue[dr].state==="checking"||ue[dr].state==="uploading";!ue[dr]||!cr?(de[ue[dr].id]&&delete de[ue[dr].id],ue.splice(dr,1),Ne--):dr++}$e()}},Fe=function ir(){if(!(_e>=oe.options.FileParallelLimit)){for(;ue[Ne]&&ue[Ne].state!=="waiting";)Ne++;if(!(Ne>=ue.length)){var dr=ue[Ne];Ne++,_e++,dr.state="checking",dr.params.onTaskStart&&dr.params.onTaskStart(Ue(dr)),!dr.params.UploadData&&(dr.params.UploadData={});var cr=L.formatParams(dr.api,dr.params);j[dr.api].call(oe,cr,function(nr,lr){oe._isRunningTask(dr.id)&&((dr.state==="checking"||dr.state==="uploading")&&(dr.state=nr?"error":"success",nr&&(dr.error=nr),_e--,$e(),ir(),dr.callback&&dr.callback(nr,lr),dr.state==="success"&&(dr.params&&(delete dr.params.UploadData,delete dr.params.Body,delete dr.params),delete dr.callback)),Ve())}),$e(),setTimeout(ir)}}},qe=function(dr,cr){var nr=de[dr];if(nr){var lr=nr&&nr.state==="waiting",Et=nr&&(nr.state==="checking"||nr.state==="uploading");if(cr==="canceled"&&nr.state!=="canceled"||cr==="paused"&&lr||cr==="paused"&&Et){nr.state=cr,oe.emit("inner-kill-task",{TaskId:dr,toState:cr});try{var ie=nr&&nr.params&&nr.params.UploadData.UploadId}catch{}cr==="canceled"&&ie&&k.removeUsing(ie),$e(),Et&&(_e--,Fe()),cr==="canceled"&&(nr.params&&(delete nr.params.UploadData,delete nr.params.Body,delete nr.params),delete nr.callback)}Ve()}};oe._addTasks=function(ir){L.each(ir,function(dr){oe._addTask(dr.api,dr.params,dr.callback,!0)}),$e()};var er=!0;oe._addTask=function(ir,dr,cr,nr){dr=L.formatParams(ir,dr);var lr=L.uuid();dr.TaskId=lr,dr.onTaskReady&&dr.onTaskReady(lr),dr.TaskReady&&(dr.TaskReady(lr),er&&console.warn('warning: Param "TaskReady" has been deprecated. Please use "onTaskReady" instead.'),er=!1);var Et={params:dr,callback:cr,api:ir,index:ue.length,id:lr,Bucket:dr.Bucket,Region:dr.Region,Key:dr.Key,FilePath:dr.FilePath||"",state:"waiting",loaded:0,size:0,speed:0,percent:0,hashPercent:0,error:null,_custom:dr._custom},ie=dr.onHashProgress;dr.onHashProgress=function(Ce){oe._isRunningTask(Et.id)&&(Et.hashPercent=Ce.percent,ie&&ie(Ce),$e())};var pe=dr.onProgress;return dr.onProgress=function(Ce){oe._isRunningTask(Et.id)&&(Et.state==="checking"&&(Et.state="uploading"),Et.loaded=Ce.loaded,Et.speed=Ce.speed,Et.percent=Ce.percent,pe&&pe(Ce),$e())},L.getFileSize(ir,dr,function(Ce,Ie){if(Ce)return cr(L.error(Ce));de[lr]=Et,ue.push(Et),Et.size=Ie,!nr&&$e(),Fe(),Ve()}),lr},oe._isRunningTask=function(ir){var dr=de[ir];return!!(dr&&(dr.state==="checking"||dr.state==="uploading"))},oe.getTaskList=function(){return L.map(ue,Ue)},oe.cancelTask=function(ir){qe(ir,"canceled")},oe.pauseTask=function(ir){qe(ir,"paused")},oe.restartTask=function(ir){var dr=de[ir];dr&&(dr.state==="paused"||dr.state==="error")&&(dr.state="waiting",$e(),Ne=Math.min(Ne,dr.index),Fe())},oe.isUploadRunning=function(){return _e||Ne<ue.length}};y.exports.transferToTaskMethod=V,y.exports.init=z},"./src/tracker.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/classCallCheck.js"),L=$("./node_modules/@babel/runtime/helpers/createClass.js"),j=$("./node_modules/@babel/runtime/helpers/typeof.js"),V=$("./package.json"),z=null,re=function(cr,nr){if(!z){if(typeof cr!="function")throw new Error("Beacon not found");z=new cr({appkey:"0WEB05PY6MHRGK0U",versionCode:V.version,channelID:"js_sdk",openid:"openid",unionid:"unid",strictMode:!1,delay:nr,sessionDuration:60*1e3})}return z},oe=function(cr){return!cr||cr<0?0:(cr/1e3).toFixed(3)},ue={getUid:function(){var cr=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return cr()+cr()+"-"+cr()+"-"+cr()+"-"+cr()+"-"+cr()+cr()+cr()},getNetType:function(){if((typeof navigator>"u"?"undefined":j(navigator))==="object"){var cr=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return(cr==null?void 0:cr.type)||(cr==null?void 0:cr.effectiveType)||"unknown"}return"unknown"},getProtocol:function(){return(typeof location>"u"?"undefined":j(location))==="object"?location.protocol.replace(/:/,""):"unknown protocol"},getOsType:function(){if((typeof navigator>"u"?"undefined":j(navigator))!=="object")return"unknown os";var cr=navigator.userAgent.toLowerCase(),nr=/macintosh|mac os x/i.test(navigator.userAgent);return cr.indexOf("win32")>=0||cr.indexOf("wow32")>=0?"win32":cr.indexOf("win64")>=0||cr.indexOf("wow64")>=0?"win64":nr?"mac":"unknown os"},isMobile:function(){var cr=/(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":j(navigator))==="object"&&navigator.userAgent.match(cr))},isAndroid:function(){var cr=/(Android|Adr|Linux)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(cr))},isIOS:function(){var cr=/(iPhone|iPod|iPad|iOS)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(cr))},isOtherMobile:function(){return de&&!isAndroid&&!isIOS},getUA:function(){if((typeof navigator>"u"?"undefined":j(navigator))!=="object")return"unknown device";var cr=navigator.userAgent;return cr}},de=ue.isMobile(),_e=ue.isAndroid()?"android":ue.isIOS?"ios":"other_mobile",Ne=ue.getOsType(),Ue=de?_e:Ne,$e=ue.getUA(),Ve=ue.getProtocol(),Fe=function(cr){return["putObject","sliceUploadFile","uploadFile","uploadFiles"].includes(cr)?"UploadTask":cr==="getObject"?"DownloadTask":["putObjectCopy","sliceCopyFile"].includes(cr)?"CopyTask":cr};function qe(dr){return dr.replace(/([A-Z])/g,"_$1").toLowerCase()}function er(dr){var cr={},nr=["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"],lr=[].concat(nr,["errorNode","errorCode","errorName","errorMessage","errorRequestId","errorHttpCode","errorServiceName","errorType","fullError"]),Et=dr.requestResult==="Success"?nr:lr;for(var ie in dr)if(Et.includes(ie)){var pe=qe(ie);cr[pe]=dr[ie]}return cr.request_name=dr.realApi?Fe(dr.realApi):dr.requestName,cr}var ir=function(){function dr(cr){k(this,dr);var nr=cr.parent,lr=cr.traceId,Et=cr.bucket,ie=cr.region,pe=cr.apiName,Ce=cr.realApi,Ie=cr.httpMethod,jt=cr.fileKey,ar=cr.fileSize,ur=cr.accelerate,kt=cr.customId,he=cr.delay,tr=cr.deepTracker,gr=cr.Beacon,_r=cr.clsReporter,yr=Et&&Et.substr(Et.lastIndexOf("-")+1)||"";this.parent=nr,this.deepTracker=tr,this.delay=he,_r&&!this.clsReporter&&(this.clsReporter=_r),this.params={sdkVersionName:"cos-js-sdk-v5",sdkVersionCode:V.version,osName:Ue,networkType:"",requestName:pe||"",requestResult:"",realApi:Ce,bucket:Et,region:ie,accelerate:ur,httpMethod:Ie,url:"",host:"",httpDomain:"",requestPath:jt||"",userAgent:$e,networkProtocol:Ve,errorType:"",errorCode:"",errorName:"",errorMessage:"",errorRequestId:"",errorHttpCode:0,errorServiceName:"",errorNode:"",httpTookTime:0,httpSize:ar||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:lr||ue.getUid(),appid:yr,partNumber:0,httpRetryTimes:0,customId:kt||"",partTime:0},gr&&(this.beacon=re(gr,he))}return L(dr,[{key:"formatResult",value:function(nr,lr){var Et,ie,pe,Ce,Ie,jt,ar=new Date().getTime(),ur=ue.getNetType(),kt=nr?(nr==null?void 0:nr.code)||(nr==null||(Et=nr.error)===null||Et===void 0?void 0:Et.code)||(nr==null||(ie=nr.error)===null||ie===void 0?void 0:ie.Code):"",he=nr?(nr==null?void 0:nr.message)||(nr==null||(pe=nr.error)===null||pe===void 0?void 0:pe.message)||(nr==null||(Ce=nr.error)===null||Ce===void 0?void 0:Ce.Message):"",tr=he,gr=nr?(nr==null?void 0:nr.resource)||(nr==null||(Ie=nr.error)===null||Ie===void 0?void 0:Ie.resource)||(nr==null||(jt=nr.error)===null||jt===void 0?void 0:jt.Resource):"",_r=nr?nr==null?void 0:nr.statusCode:lr.statusCode,yr=nr?(nr==null?void 0:nr.headers)&&(nr==null?void 0:nr.headers["x-cos-request-id"]):(lr==null?void 0:lr.headers)&&(lr==null?void 0:lr.headers["x-cos-request-id"]),xr=nr?yr?"Server":"Client":"";this.params.requestName==="getObject"&&(this.params.httpSize=lr?lr.headers&&lr.headers["content-length"]:0);var Nr=this.params.realApi==="sliceUploadFile",Tr=this.params.realApi==="sliceCopyFile";if(Nr||Tr){var Sr=this.params.httpSize/1024/this.params.partTime;Object.assign(this.params,{httpSpeed:Sr<0?0:Sr.toFixed(3)})}else{var Ar=ar-this.params.startTime,Fr=this.params.httpEndTime-this.params.httpStartTime,Gr=this.params.httpSize/1024/(Fr/1e3),Vr=this.params.md5EndTime-this.params.md5StartTime,Dr=this.params.signEndTime-this.params.signStartTime;this.parent&&(this.parent.addParamValue("httpTookTime",oe(Fr)),this.parent.addParamValue("httpFullTime",oe(Ar)),this.parent.addParamValue("httpMd5",oe(Vr)),this.parent.addParamValue("httpSign",oe(Dr)),["multipartUpload","uploadPartCopy","putObjectCopy"].includes(this.params.requestName)&&this.parent.addParamValue("partTime",oe(Fr))),Object.assign(this.params,{httpFullTime:oe(Ar),httpMd5:oe(Vr),httpSign:oe(Dr),httpTookTime:oe(Fr),httpSpeed:Gr<0?0:Gr.toFixed(3)})}if(Object.assign(this.params,{networkType:ur,requestResult:nr?"Failure":"Success",errorType:xr,errorCode:kt,errorHttpCode:_r,errorName:tr,errorMessage:he,errorServiceName:gr,errorRequestId:yr}),nr&&(!kt||!he)&&(this.params.fullError=nr?JSON.stringify(nr):""),this.params.url){try{var Ir=/^http(s)?:\/\/(.*?)\//.exec(this.params.url);this.params.host=Ir[2]}catch{this.params.host=this.params.url}this.params.httpDomain=this.params.host}}},{key:"report",value:function(nr,lr){if(!(!this.beacon&&!this.clsReporter)){this.formatResult(nr,lr);var Et=er(this.params);this.beacon&&this.sendEventsToBeacon(Et),this.clsReporter&&this.sendEventsToCLS(Et)}}},{key:"setParams",value:function(nr){Object.assign(this.params,nr)}},{key:"addParamValue",value:function(nr,lr){this.params[nr]=(+this.params[nr]+ +lr).toFixed(3)}},{key:"sendEventsToBeacon",value:function(nr){var lr=this.params.requestName==="sliceUploadFile"||this.params.realApi==="sliceUploadFile";if(!(lr&&!this.deepTracker)){var Et="qcloud_track_cos_sdk";this.delay===0?this.beacon&&this.beacon.onDirectUserAction(Et,nr):this.beacon&&this.beacon.onUserAction(Et,nr)}}},{key:"sendEventsToCLS",value:function(nr){var lr=this.delay===0;this.clsReporter.log(nr,lr)}},{key:"generateSubTracker",value:function(nr){return Object.assign(nr,{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 dr(nr)}}]),dr}();y.exports=ir},"./src/util.js":function(y,n,$){(function(k){var L=$("./node_modules/@babel/runtime/helpers/typeof.js");function j(Wr,Ur){var Sn=typeof Symbol<"u"&&Wr[Symbol.iterator]||Wr["@@iterator"];if(!Sn){if(Array.isArray(Wr)||(Sn=V(Wr))||Ur){Sn&&(Wr=Sn);var Nn=0,Sa=function(){};return{s:Sa,n:function(){return Nn>=Wr.length?{done:!0}:{done:!1,value:Wr[Nn++]}},e:function(ki){throw ki},f:Sa}}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 Li=!0,ca=!1,fo;return{s:function(){Sn=Sn.call(Wr)},n:function(){var ki=Sn.next();return Li=ki.done,ki},e:function(ki){ca=!0,fo=ki},f:function(){try{!Li&&Sn.return!=null&&Sn.return()}finally{if(ca)throw fo}}}}function V(Wr,Ur){if(Wr){if(typeof Wr=="string")return z(Wr,Ur);var Sn=Object.prototype.toString.call(Wr).slice(8,-1);if(Sn==="Object"&&Wr.constructor&&(Sn=Wr.constructor.name),Sn==="Map"||Sn==="Set")return Array.from(Wr);if(Sn==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Sn))return z(Wr,Ur)}}function z(Wr,Ur){(Ur==null||Ur>Wr.length)&&(Ur=Wr.length);for(var Sn=0,Nn=new Array(Ur);Sn<Ur;Sn++)Nn[Sn]=Wr[Sn];return Nn}var re=$("./lib/md5.js"),oe=$("./lib/crypto.js"),ue=$("./node_modules/fast-xml-parser/src/fxp.js"),de=ue.XMLParser,_e=ue.XMLBuilder,Ne=new de({ignoreDeclaration:!0,ignoreAttributes:!0,parseTagValue:!1}),Ue=new _e,$e=$("./lib/base64.js"),Ve=$("./src/tracker.js"),Fe=function(Ur){var Sn=Ne.parse(Ur);return Sn},qe=function(Ur){var Sn=Ue.build(Ur);return Sn};function er(Wr){return encodeURIComponent(Wr).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}function ir(Wr,Ur){var Sn=[];for(var Nn in Wr)Wr.hasOwnProperty(Nn)&&Sn.push(Ur?er(Nn).toLowerCase():Nn);return Sn.sort(function(Sa,Li){return Sa=Sa.toLowerCase(),Li=Li.toLowerCase(),Sa===Li?0:Sa>Li?1:-1})}var dr=function(Ur,Sn){var Nn,Sa,Li,ca=[],fo=ir(Ur);for(Nn=0;Nn<fo.length;Nn++)Sa=fo[Nn],Li=Ur[Sa]===void 0||Ur[Sa]===null?"":""+Ur[Sa],Sa=Sn?er(Sa).toLowerCase():er(Sa),Li=er(Li)||"",ca.push(Sa+"="+Li);return ca.join("&")},cr=["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"],nr=function(Ur){var Sn={};for(var Nn in Ur){var Sa=Nn.toLowerCase();(Sa.indexOf("x-cos-")>-1||cr.indexOf(Sa)>-1)&&(Sn[Nn]=Ur[Nn])}return Sn},lr=function(Ur){Ur=Ur||{};var Sn=Ur.SecretId,Nn=Ur.SecretKey,Sa=Ur.KeyTime,Li=(Ur.method||Ur.Method||"get").toLowerCase(),ca=_r(Ur.Query||Ur.params||{}),fo=nr(_r(Ur.Headers||Ur.headers||{})),zn=Ur.Key||"",ki;Ur.UseRawKey?ki=Ur.Pathname||Ur.pathname||"/"+zn:(ki=Ur.Pathname||Ur.pathname||zn,ki.indexOf("/")!==0&&(ki="/"+ki));var Ra=Ur.ForceSignHost!==!1;if(!fo.Host&&!fo.host&&Ur.Bucket&&Ur.Region&&Ra&&(fo.Host=Ur.Bucket+".cos."+Ur.Region+".myqcloud.com"),!Sn)throw new Error("missing param SecretId");if(!Nn)throw new Error("missing param SecretKey");var _o=Math.round(jr(Ur.SystemClockOffset)/1e3)-1,eo=_o,tl=Ur.Expires||Ur.expires;tl===void 0?eo+=900:eo+=tl*1||0;var Es="sha1",Hs=Sn,Ts=Sa||_o+";"+eo,js=Sa||_o+";"+eo,Gs=ir(fo,!0).join(";").toLowerCase(),uc=ir(ca,!0).join(";").toLowerCase(),rl=oe.HmacSHA1(js,Nn).toString(),il=[Li,ki,Mn.obj2str(ca,!0),Mn.obj2str(fo,!0),""].join(`
`),bl=["sha1",Ts,oe.SHA1(il).toString(),""].join(`
`),Wa=oe.HmacSHA1(bl,rl).toString(),Ao=["q-sign-algorithm="+Es,"q-ak="+Hs,"q-sign-time="+Ts,"q-key-time="+js,"q-header-list="+Gs,"q-url-param-list="+uc,"q-signature="+Wa].join("&");return Ao},Et=function(Ur,Sn,Nn){var Sa=Sn/8,Li=Ur.slice(Nn,Nn+Sa);return new Uint8Array(Li).reverse(),new{8:Uint8Array,16:Uint16Array,32:Uint32Array}[Sn](Li)[0]},ie=function(Ur,Sn,Nn,Sa){var Li=Ur.slice(Sn,Nn),ca="";return new Uint8Array(Li).forEach(function(fo){ca+=String.fromCharCode(fo)}),Sa&&(ca=decodeURIComponent(escape(ca))),ca},pe=function(Ur){for(var Sn={},Nn=ie(Ur),Sa={records:[]};Ur.byteLength;){var Li=Et(Ur,32,0),ca=Et(Ur,32,4),fo=Li-ca-16,zn=0,ki;for(Ur=Ur.slice(12);zn<ca;){var Ra=Et(Ur,8,zn),_o=ie(Ur,zn+1,zn+1+Ra),eo=Et(Ur,16,zn+Ra+2),tl=ie(Ur,zn+Ra+4,zn+Ra+4+eo);Sn[_o]=tl,zn+=Ra+4+eo}if(Sn[":event-type"]==="Records")ki=ie(Ur,zn,zn+fo,!0),Sa.records.push(ki);else if(Sn[":event-type"]==="Stats")ki=ie(Ur,zn,zn+fo,!0),Sa.stats=Mn.xml2json(ki).Stats;else if(Sn[":event-type"]==="error"){var Es=Sn[":error-code"],Hs=Sn[":error-message"],Ts=new Error(Hs);Ts.message=Hs,Ts.name=Ts.code=Es,Sa.error=Ts}Ur=Ur.slice(zn+fo+4)}return{payload:Sa.records.join(""),body:Nn}},Ce=function(Ur){var Sn=this.options.CopySourceParser;if(Sn)return Sn(Ur);var Nn=Ur.match(/^([^.]+-\d+)\.cos(v6|-cdc|-cdz|-internal)?\.([^.]+)\.((myqcloud\.com)|(tencentcos\.cn))\/(.+)$/);return Nn?{Bucket:Nn[1],Region:Nn[3],Key:Nn[7]}:null},Ie=function(){},jt=function(Ur){var Sn={};for(var Nn in Ur)Ur.hasOwnProperty(Nn)&&Ur[Nn]!==void 0&&Ur[Nn]!==null&&(Sn[Nn]=Ur[Nn]);return Sn},ar=function(Ur,Sn){var Nn,Sa=new FileReader;FileReader.prototype.readAsBinaryString?(Nn=FileReader.prototype.readAsBinaryString,Sa.onload=function(){Sn(this.result)}):FileReader.prototype.readAsArrayBuffer?Nn=function(ca){var fo="",zn=new FileReader;zn.onload=function(ki){for(var Ra=new Uint8Array(zn.result),_o=Ra.byteLength,eo=0;eo<_o;eo++)fo+=String.fromCharCode(Ra[eo]);Sn(fo)},zn.readAsArrayBuffer(ca)}:console.error("FileReader not support readAsBinaryString"),Nn.call(Sa,Ur)},ur=function(){var Wr=function(Nn,Sa){Nn=Nn.split("."),Sa=Sa.split(".");for(var Li=0;Li<Sa.length;Li++)if(Nn[Li]!==Sa[Li])return parseInt(Nn[Li])>parseInt(Sa[Li])?1:-1;return 0},Ur=function(Nn){if(!Nn)return!1;var Sa=(Nn.match(/Chrome\/([.\d]+)/)||[])[1],Li=(Nn.match(/QBCore\/([.\d]+)/)||[])[1],ca=(Nn.match(/QQBrowser\/([.\d]+)/)||[])[1],fo=Sa&&Wr(Sa,"53.0.2785.116")<0&&Li&&Wr(Li,"3.53.991.400")<0&&ca&&Wr(ca,"9.0.2524.400")<=0||!1;return fo};return Ur(typeof navigator<"u"&&navigator.userAgent)}(),kt=function(Ur,Sn,Nn,Sa,Li){var ca;if(Ur.slice?ca=Ur.slice(Sn,Nn):Ur.mozSlice?ca=Ur.mozSlice(Sn,Nn):Ur.webkitSlice&&(ca=Ur.webkitSlice(Sn,Nn)),Sa&&ur){var fo=new FileReader;fo.onload=function(zn){ca=null,Li(new Blob([fo.result]))},fo.readAsArrayBuffer(ca)}else Li(ca)},he=function(Ur,Sn,Nn,Sa){Nn=Nn||Ie,Ur?typeof Sn=="string"?Nn(Mn.md5(Sn,!0)):Blob&&Sn instanceof Blob?Mn.getFileMd5(Sn,function(Li,ca){Nn(ca)},Sa):Nn():Nn()},tr=1024*1024,gr=function(Ur,Sn,Nn){var Sa=Ur.size,Li=0,ca=re.getCtx(),fo=function zn(ki){if(ki>=Sa){var Ra=ca.digest("hex");Sn(null,Ra);return}var _o=Math.min(Sa,ki+tr);Mn.fileSlice(Ur,ki,_o,!1,function(eo){ar(eo,function(tl){eo=null,ca=ca.update(tl,!0),Li+=tl.length,tl=null,Nn&&Nn({loaded:Li,total:Sa,percent:Math.round(Li/Sa*1e4)/1e4}),zn(ki+tr)})})};fo(0)};function _r(Wr){return Fr(Wr,function(Ur){return L(Ur)==="object"&&Ur!==null?_r(Ur):Ur})}function yr(Wr,Ur,Sn){return Wr&&Ur in Wr?Wr[Ur]:Sn}function xr(Wr,Ur){return Ar(Ur,function(Sn,Nn){Wr[Nn]=Ur[Nn]}),Wr}function Nr(Wr){return Wr instanceof Array}function Tr(Wr,Ur){for(var Sn=!1,Nn=0;Nn<Wr.length;Nn++)if(Ur===Wr[Nn]){Sn=!0;break}return Sn}function Sr(Wr){return Nr(Wr)?Wr:[Wr]}function Ar(Wr,Ur){for(var Sn in Wr)Wr.hasOwnProperty(Sn)&&Ur(Wr[Sn],Sn)}function Fr(Wr,Ur){var Sn=Nr(Wr)?[]:{};for(var Nn in Wr)Wr.hasOwnProperty(Nn)&&(Sn[Nn]=Ur(Wr[Nn],Nn));return Sn}function Gr(Wr,Ur){var Sn=Nr(Wr),Nn=Sn?[]:{};for(var Sa in Wr)Wr.hasOwnProperty(Sa)&&Ur(Wr[Sa],Sa)&&(Sn?Nn.push(Wr[Sa]):Nn[Sa]=Wr[Sa]);return Nn}var Vr=function(Ur){var Sn,Nn,Sa,Li="";for(Sn=0,Nn=Ur.length/2;Sn<Nn;Sn++)Sa=parseInt(Ur[Sn*2]+Ur[Sn*2+1],16),Li+=String.fromCharCode(Sa);return btoa(Li)},Dr=function(){var Ur=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return Ur()+Ur()+"-"+Ur()+"-"+Ur()+"-"+Ur()+"-"+Ur()+Ur()+Ur()},Ir=function(Ur,Sn){var Nn=Sn.Bucket,Sa=Sn.Region,Li=Sn.Key,ca=this.options.Domain,fo=!ca||typeof ca=="string"&&ca.indexOf("{Bucket}")>-1,zn=!ca||typeof ca=="string"&&ca.indexOf("{Region}")>-1;if(Ur.indexOf("Bucket")>-1||Ur==="deleteMultipleObject"||Ur==="multipartList"||Ur==="listObjectVersions"){if(fo&&!Nn)return"Bucket";if(zn&&!Sa)return"Region"}else if(Ur.indexOf("Object")>-1||Ur.indexOf("multipart")>-1||Ur==="sliceUploadFile"||Ur==="abortUploadTask"||Ur==="uploadFile"){if(fo&&!Nn)return"Bucket";if(zn&&!Sa)return"Region";if(!Li)return"Key"}return!1},Br=function(Ur,Sn){if(Sn=xr({},Sn),Ur!=="getAuth"&&Ur!=="getV4Auth"&&Ur!=="getObjectUrl"){var Nn=Sn.Headers||{};if(Sn&&L(Sn)==="object"){(function(){for(var Li in Sn)Sn.hasOwnProperty(Li)&&Li.indexOf("x-cos-")>-1&&(Nn[Li]=Sn[Li])})();var Sa={"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"};Mn.each(Sa,function(Li,ca){Sn[Li]!==void 0&&(Nn[ca]=Sn[Li])}),Sn.Headers=jt(Nn)}}return Sn},Rr=function(Ur,Sn){return function(Nn,Sa){var Li=this;typeof Nn=="function"&&(Sa=Nn,Nn={}),Nn=Br(Ur,Nn);var ca;if(Li.options.EnableReporter)if(Nn.calledBySdk==="sliceUploadFile"||Nn.calledBySdk==="sliceCopyFile")ca=Nn.tracker&&Nn.tracker.generateSubTracker({apiName:Ur});else if(["uploadFile","uploadFiles"].includes(Ur))ca=null;else{var fo=0;Nn.Body&&(fo=typeof Nn.Body=="string"?Nn.Body.length:Nn.Body.size||Nn.Body.byteLength||0);var zn=Li.options.UseAccelerate||typeof Li.options.Domain=="string"&&Li.options.Domain.includes("accelerate.");ca=new Ve({Beacon:Li.options.BeaconReporter,clsReporter:Li.options.ClsReporter,bucket:Nn.Bucket,region:Nn.Region,apiName:Ur,realApi:Ur,accelerate:zn,fileKey:Nn.Key,fileSize:fo,deepTracker:Li.options.DeepTracker,customId:Li.options.CustomId,delay:Li.options.TrackerDelay})}Nn.tracker=ca;var ki=function(Ts){return Ts&&Ts.headers&&(Ts.headers["x-cos-request-id"]&&(Ts.RequestId=Ts.headers["x-cos-request-id"]),Ts.headers["x-ci-request-id"]&&(Ts.RequestId=Ts.headers["x-ci-request-id"]),Ts.headers["x-cos-version-id"]&&(Ts.VersionId=Ts.headers["x-cos-version-id"]),Ts.headers["x-cos-delete-marker"]&&(Ts.DeleteMarker=Ts.headers["x-cos-delete-marker"])),Ts},Ra=function(Ts,js){ca&&ca.report(Ts,js),Sa&&Sa(ki(Ts),ki(js))},_o=function(){if(Ur!=="getService"&&Ur!=="abortUploadTask"){var Ts=Ir.call(Li,Ur,Nn);if(Ts)return"missing param "+Ts;if(Nn.Region){if(Li.options.CompatibilityMode){if(!/^([a-z\d-.]+)$/.test(Nn.Region))return"Region format error."}else{if(Nn.Region.indexOf("cos.")>-1)return'param Region should not be start with "cos."';if(!/^([a-z\d-]+)$/.test(Nn.Region))return"Region format error."}!Li.options.CompatibilityMode&&Nn.Region.indexOf("-")===-1&&Nn.Region!=="yfb"&&Nn.Region!=="default"&&Nn.Region!=="accelerate"&&console.warn("warning: param Region format error, find help here: https://cloud.tencent.com/document/product/436/6224")}if(Nn.Bucket){if(!/^([a-z\d-]+)-(\d+)$/.test(Nn.Bucket))if(Nn.AppId)Nn.Bucket=Nn.Bucket+"-"+Nn.AppId;else if(Li.options.AppId)Nn.Bucket=Nn.Bucket+"-"+Li.options.AppId;else return'Bucket should format as "test-1250000000".';Nn.AppId&&(console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g Bucket:"test-1250000000" ).'),delete Nn.AppId)}!Li.options.UseRawKey&&Nn.Key&&Nn.Key.substr(0,1)==="/"&&(Nn.Key=Nn.Key.substr(1))}},eo=_o(),tl=["getAuth","getObjectUrl"].includes(Ur);if(typeof Promise=="function"&&!tl&&!Sa)return new Promise(function(Hs,Ts){if(Sa=function(Gs,uc){Gs?Ts(Gs):Hs(uc)},eo)return Ra(Mn.error(new Error(eo)));Sn.call(Li,Nn,Ra)});if(eo)return Ra(Mn.error(new Error(eo)));var Es=Sn.call(Li,Nn,Ra);if(tl)return Es}},Lr=function(Ur,Sn){var Nn=this,Sa=0,Li=0,ca=Date.now(),fo,zn;function ki(){if(zn=0,Sn&&typeof Sn=="function"){fo=Date.now();var Ra=Math.max(0,Math.round((Li-Sa)/((fo-ca)/1e3)*100)/100)||0,_o;Li===0&&Ur===0?_o=1:_o=Math.floor(Li/Ur*100)/100||0,ca=fo,Sa=Li;try{Sn({loaded:Li,total:Ur,speed:Ra,percent:_o})}catch{}}}return function(Ra,_o){if(Ra&&(Li=Ra.loaded,Ur=Ra.total),_o)clearTimeout(zn),ki();else{if(zn)return;zn=setTimeout(ki,Nn.options.ProgressInterval)}}},$r=function(Ur,Sn,Nn){var Sa;if(typeof Sn.Body=="string"?Sn.Body=new Blob([Sn.Body],{type:"text/plain"}):Sn.Body instanceof ArrayBuffer&&(Sn.Body=new Blob([Sn.Body])),Sn.Body&&(Sn.Body instanceof Blob||Sn.Body.toString()==="[object File]"||Sn.Body.toString()==="[object Blob]"))Sa=Sn.Body.size;else{Nn(Mn.error(new Error("params body format error, Only allow File|Blob|String.")));return}Sn.ContentLength=Sa,Nn(null,Sa)},jr=function(Ur){return Date.now()+(Ur||0)},vn=function(Ur,Sn){var Nn=Ur;return Ur.message=Ur.message||null,typeof Sn=="string"?(Ur.error=Sn,Ur.message=Sn):L(Sn)==="object"&&Sn!==null&&(xr(Ur,Sn),(Sn.code||Sn.name)&&(Ur.code=Sn.code||Sn.name),Sn.message&&(Ur.message=Sn.message),Sn.stack&&(Ur.stack=Sn.stack)),typeof Object.defineProperty=="function"&&(Object.defineProperty(Ur,"name",{writable:!0,enumerable:!1}),Object.defineProperty(Ur,"message",{enumerable:!0})),Ur.name=Sn&&Sn.name||Ur.name||Ur.code||"Error",Ur.code||(Ur.code=Ur.name),Ur.error||(Ur.error=_r(Nn)),Ur},Kr=function(){return(typeof globalThis>"u"?"undefined":L(globalThis))==="object"&&(globalThis.constructor.name==="DedicatedWorkerGlobalScope"||globalThis.FileReaderSync)},kr=function(){return(typeof window>"u"?"undefined":L(window))!=="object"&&(typeof k>"u"?"undefined":L(k))==="object"&&!0&&!Kr()},Qr=function(Ur){return/^https?:\/\/([^/]+\.)?ci\.[^/]+/.test(Ur)},Zr=function(){if((typeof navigator>"u"?"undefined":L(navigator))!=="object")return!1;var Wr=navigator.userAgent,Ur=!!Wr.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);return Ur}(),Vi=function(){return(typeof navigator>"u"?"undefined":L(navigator))!=="object"?!1:/\sQQ/i.test(navigator.userAgent)}(),To=function(Ur,Sn){var Nn=$e.encode(Ur);return Sn&&(Nn=Nn.replaceAll("+","-").replaceAll("/","_").replaceAll("=","")),Nn},oa=function(Ur){return Ur?$e.decode(Ur):""},Ba=function(Ur){var Sn=Ur.split("/"),Nn=[],Sa=j(Sn),Li;try{for(Sa.s();!(Li=Sa.n()).done;){var ca=Li.value;ca===".."?Nn.length&&Nn.pop():ca.length&&ca!=="."&&Nn.push(ca)}}catch(fo){Sa.e(fo)}finally{Sa.f()}return"/"+Nn.join("/")},rs=function(Ur){var Sn;if(Ur&&typeof Ur=="string"){var Nn=Ur.trim(),Sa=Nn.indexOf("<")===0,Li=Nn.indexOf("{")===0;if(Sa)Sn=Mn.xml2json(Ur)||{};else if(Li)try{var ca=Ur.replace(/\n/g," "),fo=JSON.parse(ca);Object.prototype.toString.call(fo)==="[object Object]"?Sn=fo:Sn=Ur}catch{Sn=Ur}else Sn=Ur}else Sn=Ur||{};return Sn},Mn={noop:Ie,formatParams:Br,apiWrapper:Rr,xml2json:Fe,json2xml:qe,md5:re,clearKey:jt,fileSlice:kt,getBodyMd5:he,getFileMd5:gr,b64:Vr,extend:xr,isArray:Nr,isInArray:Tr,makeArray:Sr,each:Ar,map:Fr,filter:Gr,clone:_r,attr:yr,uuid:Dr,camSafeUrlEncode:er,throttleOnProgress:Lr,getFileSize:$r,getSkewTime:jr,error:vn,obj2str:dr,getAuth:lr,parseSelectPayload:pe,getSourceParams:Ce,isBrowser:!0,isNode:kr,isCIHost:Qr,isIOS_QQ:Zr&&Vi,encodeBase64:To,decodeBase64:oa,simplifyPath:Ba,readAsBinaryString:ar,parseResBody:rs};y.exports=Mn}).call(this,$("./node_modules/process/browser.js"))}})})})(cosJsSdkV5);var cosJsSdkV5Exports=cosJsSdkV5.exports;const COS=getDefaultExportFromCjs(cosJsSdkV5Exports);var toString$1=Object.prototype.toString,isModern=typeof Buffer$F<"u"&&typeof Buffer$F.alloc=="function"&&typeof Buffer$F.allocUnsafe=="function"&&typeof Buffer$F.from=="function";function isArrayBuffer$1(e){return toString$1.call(e).slice(8,-1)==="ArrayBuffer"}function fromArrayBuffer(e,t,y){t>>>=0;var n=e.byteLength-t;if(n<0)throw new RangeError("'offset' is out of bounds");if(y===void 0)y=n;else if(y>>>=0,y>n)throw new RangeError("'length' is out of bounds");return isModern?Buffer$F.from(e.slice(t,t+y)):new Buffer$F(new Uint8Array(e.slice(t,t+y)))}function fromString(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!Buffer$F.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');return isModern?Buffer$F.from(e,t):new Buffer$F(e,t)}function bufferFrom(e,t,y){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return isArrayBuffer$1(e)?fromArrayBuffer(e,t,y):typeof e=="string"?fromString(e,t):isModern?Buffer$F.from(e):new Buffer$F(e)}var bufferFrom_1=bufferFrom;const Buffer=getDefaultExportFromCjs(bufferFrom_1);var getRandomValues,rnds8=new Uint8Array(16);function rng(){if(!getRandomValues&&(getRandomValues=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto<"u"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),!getRandomValues))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return getRandomValues(rnds8)}const REGEX=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function validate(e){return typeof e=="string"&&REGEX.test(e)}var byteToHex=[];for(var i=0;i<256;++i)byteToHex.push((i+256).toString(16).substr(1));function stringify$1(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,y=(byteToHex[e[t+0]]+byteToHex[e[t+1]]+byteToHex[e[t+2]]+byteToHex[e[t+3]]+"-"+byteToHex[e[t+4]]+byteToHex[e[t+5]]+"-"+byteToHex[e[t+6]]+byteToHex[e[t+7]]+"-"+byteToHex[e[t+8]]+byteToHex[e[t+9]]+"-"+byteToHex[e[t+10]]+byteToHex[e[t+11]]+byteToHex[e[t+12]]+byteToHex[e[t+13]]+byteToHex[e[t+14]]+byteToHex[e[t+15]]).toLowerCase();if(!validate(y))throw TypeError("Stringified UUID is invalid");return y}function v4(e,t,y){e=e||{};var n=e.random||(e.rng||rng)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){y=y||0;for(var $=0;$<16;++$)t[y+$]=n[$];return t}return stringify$1(n)}var __extends$3=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,$){n.__proto__=$}||function(n,$){for(var k in $)$.hasOwnProperty(k)&&(n[k]=$[k])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),QiniuErrorName;(function(e){e.InvalidFile="InvalidFile",e.InvalidToken="InvalidToken",e.InvalidMetadata="InvalidMetadata",e.InvalidChunkSize="InvalidChunkSize",e.InvalidCustomVars="InvalidCustomVars",e.NotAvailableUploadHost="NotAvailableUploadHost",e.ReadCacheFailed="ReadCacheFailed",e.InvalidCacheData="InvalidCacheData",e.WriteCacheFailed="WriteCacheFailed",e.RemoveCacheFailed="RemoveCacheFailed",e.GetCanvasContextFailed="GetCanvasContextFailed",e.UnsupportedFileType="UnsupportedFileType",e.FileReaderReadFailed="FileReaderReadFailed",e.NotAvailableXMLHttpRequest="NotAvailableXMLHttpRequest",e.InvalidProgressEventTarget="InvalidProgressEventTarget",e.RequestError="RequestError"})(QiniuErrorName||(QiniuErrorName={}));var QiniuError=function(){function e(t,y){this.name=t,this.message=y,this.stack=new Error().stack}return e}(),QiniuRequestError=function(e){__extends$3(t,e);function t(y,n,$,k){var L=e.call(this,QiniuErrorName.RequestError,$)||this;return L.code=y,L.reqId=n,L.isRequestError=!0,L.data=k,L}return t}(QiniuError),QiniuNetworkError=function(e){__extends$3(t,e);function t(y,n){return n===void 0&&(n=""),e.call(this,0,n,y)||this}return t}(QiniuRequestError),Pool=function(){function e(t,y){this.runTask=t,this.limit=y,this.aborted=!1,this.queue=[],this.processing=[]}return e.prototype.enqueue=function(t){var y=this;return new Promise(function(n,$){y.queue.push({task:t,resolve:n,reject:$}),y.check()})},e.prototype.run=function(t){var y=this;this.queue=this.queue.filter(function(n){return n!==t}),this.processing.push(t),this.runTask(t.task).then(function(){y.processing=y.processing.filter(function(n){return n!==t}),t.resolve(),y.check()},function(n){return t.reject(n)})},e.prototype.check=function(){var t=this;if(!this.aborted){var y=this.processing.length,n=this.limit-y;this.queue.slice(0,n).forEach(function($){t.run($)})}},e.prototype.abort=function(){this.queue=[],this.aborted=!0},e}(),__extends$2=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,$){n.__proto__=$}||function(n,$){for(var k in $)$.hasOwnProperty(k)&&(n[k]=$[k])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),__assign$6=function(){return __assign$6=Object.assign||function(e){for(var t,y=1,n=arguments.length;y<n;y++){t=arguments[y];for(var $ in t)Object.prototype.hasOwnProperty.call(t,$)&&(e[$]=t[$])}return e},__assign$6.apply(this,arguments)},Subscription=function(){function e(){this.closed=!1}return e.prototype.unsubscribe=function(){this.closed||(this.closed=!0,this._unsubscribe&&this._unsubscribe())},e.prototype.add=function(t){this._unsubscribe=t},e}(),Subscriber=function(e){__extends$2(t,e);function t(y,n,$){var k=e.call(this)||this;return k.isStopped=!1,y&&typeof y=="object"?k.destination=y:k.destination=__assign$6(__assign$6(__assign$6({},y&&{next:y}),n&&{error:n}),$&&{complete:$}),k}return t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},t.prototype.next=function(y){!this.isStopped&&this.destination.next&&this.destination.next(y)},t.prototype.error=function(y){!this.isStopped&&this.destination.error&&(this.isStopped=!0,this.destination.error(y))},t.prototype.complete=function(y){!this.isStopped&&this.destination.complete&&(this.isStopped=!0,this.destination.complete(y))},t}(Subscription),Observable=function(){function e(t){this._subscribe=t}return e.prototype.subscribe=function(t,y,n){var $=new Subscriber(t,y,n);return $.add(this._subscribe($)),$},e}();function utf8Encode(e){if(e===null||typeof e>"u")return"";var t=e+"",y="",n,$,k=0;n=$=0,k=t.length;for(var L=0;L<k;L++){var j=t.charCodeAt(L),V=null;if(j<128)$++;else if(j>127&&j<2048)V=String.fromCharCode(j>>6|192,j&63|128);else if((j&63488^55296)>0)V=String.fromCharCode(j>>12|224,j>>6&63|128,j&63|128);else{if((j&64512^55296)>0)throw new RangeError("Unmatched trail surrogate at "+L);var z=t.charCodeAt(++L);if((z&64512^56320)>0)throw new RangeError("Unmatched lead surrogate at "+(L-1));j=((j&1023)<<10)+(z&1023)+65536,V=String.fromCharCode(j>>18|240,j>>12&63|128,j>>6&63|128,j&63|128)}V!==null&&($>n&&(y+=t.slice(n,$)),y+=V,n=$=L+1)}return $>n&&(y+=t.slice(n,k)),y}function utf8Decode(e){var t=[],y=0,n=0,$=0;for(e+="";y<e.length;){n=e.charCodeAt(y)&255,$=0,n<=191?(n=n&127,$=1):n<=223?(n=n&31,$=2):n<=239?(n=n&15,$=3):(n=n&7,$=4);for(var k=1;k<$;++k)n=n<<6|e.charCodeAt(k+y)&63;$===4?(n-=65536,t.push(String.fromCharCode(55296|n>>10&1023)),t.push(String.fromCharCode(56320|n&1023))):t.push(String.fromCharCode(n)),y+=$}return t.join("")}function base64Encode(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",y,n,$,k,L,j,V,z,re=0,oe=0,ue="",de=[];if(!e)return e;e=utf8Encode(e+"");do y=e.charCodeAt(re++),n=e.charCodeAt(re++),$=e.charCodeAt(re++),z=y<<16|n<<8|$,k=z>>18&63,L=z>>12&63,j=z>>6&63,V=z&63,de[oe++]=t.charAt(k)+t.charAt(L)+t.charAt(j)+t.charAt(V);while(re<e.length);switch(ue=de.join(""),e.length%3){case 1:ue=ue.slice(0,-2)+"==";break;case 2:ue=ue.slice(0,-1)+"=";break}return ue}function base64Decode(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",y,n,$,k,L,j,V,z,re=0,oe=0,ue="",de=[];if(!e)return e;e+="";do k=t.indexOf(e.charAt(re++)),L=t.indexOf(e.charAt(re++)),j=t.indexOf(e.charAt(re++)),V=t.indexOf(e.charAt(re++)),z=k<<18|L<<12|j<<6|V,y=z>>16&255,n=z>>8&255,$=z&255,j===64?de[oe++]=String.fromCharCode(y):V===64?de[oe++]=String.fromCharCode(y,n):de[oe++]=String.fromCharCode(y,n,$);while(re<e.length);return ue=de.join(""),utf8Decode(ue)}function urlSafeBase64Encode(e){return e=base64Encode(e),e.replace(/\//g,"_").replace(/\+/g,"-")}function urlSafeBase64Decode(e){return e=e.replace(/_/g,"/").replace(/-/g,"+"),base64Decode(e)}var sparkMd5={exports:{}};(function(e,t){(function(y){e.exports=y()})(function(y){var n=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function $($e,Ve){var Fe=$e[0],qe=$e[1],er=$e[2],ir=$e[3];Fe+=(qe&er|~qe&ir)+Ve[0]-680876936|0,Fe=(Fe<<7|Fe>>>25)+qe|0,ir+=(Fe&qe|~Fe&er)+Ve[1]-389564586|0,ir=(ir<<12|ir>>>20)+Fe|0,er+=(ir&Fe|~ir&qe)+Ve[2]+606105819|0,er=(er<<17|er>>>15)+ir|0,qe+=(er&ir|~er&Fe)+Ve[3]-1044525330|0,qe=(qe<<22|qe>>>10)+er|0,Fe+=(qe&er|~qe&ir)+Ve[4]-176418897|0,Fe=(Fe<<7|Fe>>>25)+qe|0,ir+=(Fe&qe|~Fe&er)+Ve[5]+1200080426|0,ir=(ir<<12|ir>>>20)+Fe|0,er+=(ir&Fe|~ir&qe)+Ve[6]-1473231341|0,er=(er<<17|er>>>15)+ir|0,qe+=(er&ir|~er&Fe)+Ve[7]-45705983|0,qe=(qe<<22|qe>>>10)+er|0,Fe+=(qe&er|~qe&ir)+Ve[8]+1770035416|0,Fe=(Fe<<7|Fe>>>25)+qe|0,ir+=(Fe&qe|~Fe&er)+Ve[9]-1958414417|0,ir=(ir<<12|ir>>>20)+Fe|0,er+=(ir&Fe|~ir&qe)+Ve[10]-42063|0,er=(er<<17|er>>>15)+ir|0,qe+=(er&ir|~er&Fe)+Ve[11]-1990404162|0,qe=(qe<<22|qe>>>10)+er|0,Fe+=(qe&er|~qe&ir)+Ve[12]+1804603682|0,Fe=(Fe<<7|Fe>>>25)+qe|0,ir+=(Fe&qe|~Fe&er)+Ve[13]-40341101|0,ir=(ir<<12|ir>>>20)+Fe|0,er+=(ir&Fe|~ir&qe)+Ve[14]-1502002290|0,er=(er<<17|er>>>15)+ir|0,qe+=(er&ir|~er&Fe)+Ve[15]+1236535329|0,qe=(qe<<22|qe>>>10)+er|0,Fe+=(qe&ir|er&~ir)+Ve[1]-165796510|0,Fe=(Fe<<5|Fe>>>27)+qe|0,ir+=(Fe&er|qe&~er)+Ve[6]-1069501632|0,ir=(ir<<9|ir>>>23)+Fe|0,er+=(ir&qe|Fe&~qe)+Ve[11]+643717713|0,er=(er<<14|er>>>18)+ir|0,qe+=(er&Fe|ir&~Fe)+Ve[0]-373897302|0,qe=(qe<<20|qe>>>12)+er|0,Fe+=(qe&ir|er&~ir)+Ve[5]-701558691|0,Fe=(Fe<<5|Fe>>>27)+qe|0,ir+=(Fe&er|qe&~er)+Ve[10]+38016083|0,ir=(ir<<9|ir>>>23)+Fe|0,er+=(ir&qe|Fe&~qe)+Ve[15]-660478335|0,er=(er<<14|er>>>18)+ir|0,qe+=(er&Fe|ir&~Fe)+Ve[4]-405537848|0,qe=(qe<<20|qe>>>12)+er|0,Fe+=(qe&ir|er&~ir)+Ve[9]+568446438|0,Fe=(Fe<<5|Fe>>>27)+qe|0,ir+=(Fe&er|qe&~er)+Ve[14]-1019803690|0,ir=(ir<<9|ir>>>23)+Fe|0,er+=(ir&qe|Fe&~qe)+Ve[3]-187363961|0,er=(er<<14|er>>>18)+ir|0,qe+=(er&Fe|ir&~Fe)+Ve[8]+1163531501|0,qe=(qe<<20|qe>>>12)+er|0,Fe+=(qe&ir|er&~ir)+Ve[13]-1444681467|0,Fe=(Fe<<5|Fe>>>27)+qe|0,ir+=(Fe&er|qe&~er)+Ve[2]-51403784|0,ir=(ir<<9|ir>>>23)+Fe|0,er+=(ir&qe|Fe&~qe)+Ve[7]+1735328473|0,er=(er<<14|er>>>18)+ir|0,qe+=(er&Fe|ir&~Fe)+Ve[12]-1926607734|0,qe=(qe<<20|qe>>>12)+er|0,Fe+=(qe^er^ir)+Ve[5]-378558|0,Fe=(Fe<<4|Fe>>>28)+qe|0,ir+=(Fe^qe^er)+Ve[8]-2022574463|0,ir=(ir<<11|ir>>>21)+Fe|0,er+=(ir^Fe^qe)+Ve[11]+1839030562|0,er=(er<<16|er>>>16)+ir|0,qe+=(er^ir^Fe)+Ve[14]-35309556|0,qe=(qe<<23|qe>>>9)+er|0,Fe+=(qe^er^ir)+Ve[1]-1530992060|0,Fe=(Fe<<4|Fe>>>28)+qe|0,ir+=(Fe^qe^er)+Ve[4]+1272893353|0,ir=(ir<<11|ir>>>21)+Fe|0,er+=(ir^Fe^qe)+Ve[7]-155497632|0,er=(er<<16|er>>>16)+ir|0,qe+=(er^ir^Fe)+Ve[10]-1094730640|0,qe=(qe<<23|qe>>>9)+er|0,Fe+=(qe^er^ir)+Ve[13]+681279174|0,Fe=(Fe<<4|Fe>>>28)+qe|0,ir+=(Fe^qe^er)+Ve[0]-358537222|0,ir=(ir<<11|ir>>>21)+Fe|0,er+=(ir^Fe^qe)+Ve[3]-722521979|0,er=(er<<16|er>>>16)+ir|0,qe+=(er^ir^Fe)+Ve[6]+76029189|0,qe=(qe<<23|qe>>>9)+er|0,Fe+=(qe^er^ir)+Ve[9]-640364487|0,Fe=(Fe<<4|Fe>>>28)+qe|0,ir+=(Fe^qe^er)+Ve[12]-421815835|0,ir=(ir<<11|ir>>>21)+Fe|0,er+=(ir^Fe^qe)+Ve[15]+530742520|0,er=(er<<16|er>>>16)+ir|0,qe+=(er^ir^Fe)+Ve[2]-995338651|0,qe=(qe<<23|qe>>>9)+er|0,Fe+=(er^(qe|~ir))+Ve[0]-198630844|0,Fe=(Fe<<6|Fe>>>26)+qe|0,ir+=(qe^(Fe|~er))+Ve[7]+1126891415|0,ir=(ir<<10|ir>>>22)+Fe|0,er+=(Fe^(ir|~qe))+Ve[14]-1416354905|0,er=(er<<15|er>>>17)+ir|0,qe+=(ir^(er|~Fe))+Ve[5]-57434055|0,qe=(qe<<21|qe>>>11)+er|0,Fe+=(er^(qe|~ir))+Ve[12]+1700485571|0,Fe=(Fe<<6|Fe>>>26)+qe|0,ir+=(qe^(Fe|~er))+Ve[3]-1894986606|0,ir=(ir<<10|ir>>>22)+Fe|0,er+=(Fe^(ir|~qe))+Ve[10]-1051523|0,er=(er<<15|er>>>17)+ir|0,qe+=(ir^(er|~Fe))+Ve[1]-2054922799|0,qe=(qe<<21|qe>>>11)+er|0,Fe+=(er^(qe|~ir))+Ve[8]+1873313359|0,Fe=(Fe<<6|Fe>>>26)+qe|0,ir+=(qe^(Fe|~er))+Ve[15]-30611744|0,ir=(ir<<10|ir>>>22)+Fe|0,er+=(Fe^(ir|~qe))+Ve[6]-1560198380|0,er=(er<<15|er>>>17)+ir|0,qe+=(ir^(er|~Fe))+Ve[13]+1309151649|0,qe=(qe<<21|qe>>>11)+er|0,Fe+=(er^(qe|~ir))+Ve[4]-145523070|0,Fe=(Fe<<6|Fe>>>26)+qe|0,ir+=(qe^(Fe|~er))+Ve[11]-1120210379|0,ir=(ir<<10|ir>>>22)+Fe|0,er+=(Fe^(ir|~qe))+Ve[2]+718787259|0,er=(er<<15|er>>>17)+ir|0,qe+=(ir^(er|~Fe))+Ve[9]-343485551|0,qe=(qe<<21|qe>>>11)+er|0,$e[0]=Fe+$e[0]|0,$e[1]=qe+$e[1]|0,$e[2]=er+$e[2]|0,$e[3]=ir+$e[3]|0}function k($e){var Ve=[],Fe;for(Fe=0;Fe<64;Fe+=4)Ve[Fe>>2]=$e.charCodeAt(Fe)+($e.charCodeAt(Fe+1)<<8)+($e.charCodeAt(Fe+2)<<16)+($e.charCodeAt(Fe+3)<<24);return Ve}function L($e){var Ve=[],Fe;for(Fe=0;Fe<64;Fe+=4)Ve[Fe>>2]=$e[Fe]+($e[Fe+1]<<8)+($e[Fe+2]<<16)+($e[Fe+3]<<24);return Ve}function j($e){var Ve=$e.length,Fe=[1732584193,-271733879,-1732584194,271733878],qe,er,ir,dr,cr,nr;for(qe=64;qe<=Ve;qe+=64)$(Fe,k($e.substring(qe-64,qe)));for($e=$e.substring(qe-64),er=$e.length,ir=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],qe=0;qe<er;qe+=1)ir[qe>>2]|=$e.charCodeAt(qe)<<(qe%4<<3);if(ir[qe>>2]|=128<<(qe%4<<3),qe>55)for($(Fe,ir),qe=0;qe<16;qe+=1)ir[qe]=0;return dr=Ve*8,dr=dr.toString(16).match(/(.*?)(.{0,8})$/),cr=parseInt(dr[2],16),nr=parseInt(dr[1],16)||0,ir[14]=cr,ir[15]=nr,$(Fe,ir),Fe}function V($e){var Ve=$e.length,Fe=[1732584193,-271733879,-1732584194,271733878],qe,er,ir,dr,cr,nr;for(qe=64;qe<=Ve;qe+=64)$(Fe,L($e.subarray(qe-64,qe)));for($e=qe-64<Ve?$e.subarray(qe-64):new Uint8Array(0),er=$e.length,ir=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],qe=0;qe<er;qe+=1)ir[qe>>2]|=$e[qe]<<(qe%4<<3);if(ir[qe>>2]|=128<<(qe%4<<3),qe>55)for($(Fe,ir),qe=0;qe<16;qe+=1)ir[qe]=0;return dr=Ve*8,dr=dr.toString(16).match(/(.*?)(.{0,8})$/),cr=parseInt(dr[2],16),nr=parseInt(dr[1],16)||0,ir[14]=cr,ir[15]=nr,$(Fe,ir),Fe}function z($e){var Ve="",Fe;for(Fe=0;Fe<4;Fe+=1)Ve+=n[$e>>Fe*8+4&15]+n[$e>>Fe*8&15];return Ve}function re($e){var Ve;for(Ve=0;Ve<$e.length;Ve+=1)$e[Ve]=z($e[Ve]);return $e.join("")}re(j("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function $e(Ve,Fe){return Ve=Ve|0||0,Ve<0?Math.max(Ve+Fe,0):Math.min(Ve,Fe)}ArrayBuffer.prototype.slice=function(Ve,Fe){var qe=this.byteLength,er=$e(Ve,qe),ir=qe,dr,cr,nr,lr;return Fe!==y&&(ir=$e(Fe,qe)),er>ir?new ArrayBuffer(0):(dr=ir-er,cr=new ArrayBuffer(dr),nr=new Uint8Array(cr),lr=new Uint8Array(this,er,dr),nr.set(lr),cr)}}();function oe($e){return/[\u0080-\uFFFF]/.test($e)&&($e=unescape(encodeURIComponent($e))),$e}function ue($e,Ve){var Fe=$e.length,qe=new ArrayBuffer(Fe),er=new Uint8Array(qe),ir;for(ir=0;ir<Fe;ir+=1)er[ir]=$e.charCodeAt(ir);return Ve?er:qe}function de($e){return String.fromCharCode.apply(null,new Uint8Array($e))}function _e($e,Ve,Fe){var qe=new Uint8Array($e.byteLength+Ve.byteLength);return qe.set(new Uint8Array($e)),qe.set(new Uint8Array(Ve),$e.byteLength),qe}function Ne($e){var Ve=[],Fe=$e.length,qe;for(qe=0;qe<Fe-1;qe+=2)Ve.push(parseInt($e.substr(qe,2),16));return String.fromCharCode.apply(String,Ve)}function Ue(){this.reset()}return Ue.prototype.append=function($e){return this.appendBinary(oe($e)),this},Ue.prototype.appendBinary=function($e){this._buff+=$e,this._length+=$e.length;var Ve=this._buff.length,Fe;for(Fe=64;Fe<=Ve;Fe+=64)$(this._hash,k(this._buff.substring(Fe-64,Fe)));return this._buff=this._buff.substring(Fe-64),this},Ue.prototype.end=function($e){var Ve=this._buff,Fe=Ve.length,qe,er=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],ir;for(qe=0;qe<Fe;qe+=1)er[qe>>2]|=Ve.charCodeAt(qe)<<(qe%4<<3);return this._finish(er,Fe),ir=re(this._hash),$e&&(ir=Ne(ir)),this.reset(),ir},Ue.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Ue.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},Ue.prototype.setState=function($e){return this._buff=$e.buff,this._length=$e.length,this._hash=$e.hash,this},Ue.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},Ue.prototype._finish=function($e,Ve){var Fe=Ve,qe,er,ir;if($e[Fe>>2]|=128<<(Fe%4<<3),Fe>55)for($(this._hash,$e),Fe=0;Fe<16;Fe+=1)$e[Fe]=0;qe=this._length*8,qe=qe.toString(16).match(/(.*?)(.{0,8})$/),er=parseInt(qe[2],16),ir=parseInt(qe[1],16)||0,$e[14]=er,$e[15]=ir,$(this._hash,$e)},Ue.hash=function($e,Ve){return Ue.hashBinary(oe($e),Ve)},Ue.hashBinary=function($e,Ve){var Fe=j($e),qe=re(Fe);return Ve?Ne(qe):qe},Ue.ArrayBuffer=function(){this.reset()},Ue.ArrayBuffer.prototype.append=function($e){var Ve=_e(this._buff.buffer,$e),Fe=Ve.length,qe;for(this._length+=$e.byteLength,qe=64;qe<=Fe;qe+=64)$(this._hash,L(Ve.subarray(qe-64,qe)));return this._buff=qe-64<Fe?new Uint8Array(Ve.buffer.slice(qe-64)):new Uint8Array(0),this},Ue.ArrayBuffer.prototype.end=function($e){var Ve=this._buff,Fe=Ve.length,qe=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],er,ir;for(er=0;er<Fe;er+=1)qe[er>>2]|=Ve[er]<<(er%4<<3);return this._finish(qe,Fe),ir=re(this._hash),$e&&(ir=Ne(ir)),this.reset(),ir},Ue.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Ue.ArrayBuffer.prototype.getState=function(){var $e=Ue.prototype.getState.call(this);return $e.buff=de($e.buff),$e},Ue.ArrayBuffer.prototype.setState=function($e){return $e.buff=ue($e.buff,!0),Ue.prototype.setState.call(this,$e)},Ue.ArrayBuffer.prototype.destroy=Ue.prototype.destroy,Ue.ArrayBuffer.prototype._finish=Ue.prototype._finish,Ue.ArrayBuffer.hash=function($e,Ve){var Fe=V(new Uint8Array($e)),qe=re(Fe);return Ve?Ne(qe):qe},Ue})})(sparkMd5);var sparkMd5Exports=sparkMd5.exports;const SparkMD5=getDefaultExportFromCjs(sparkMd5Exports);var __assign$5=function(){return __assign$5=Object.assign||function(e){for(var t,y=1,n=arguments.length;y<n;y++){t=arguments[y];for(var $ in t)Object.prototype.hasOwnProperty.call(t,$)&&(e[$]=t[$])}return e},__assign$5.apply(this,arguments)},__awaiter$7=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$7=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[1]:void 0,done:!0}}},MB=Math.pow(1024,2);function getChunks(e,t){var y=t*MB;if(y>e.size)y=e.size;else for(;e.size>y*1e4;)y*=2;for(var n=[],$=Math.ceil(e.size/y),k=0;k<$;k++){var L=e.slice(y*k,k===$-1?e.size:y*(k+1));n.push(L)}return n}function isMetaDataValid(e){return Object.keys(e).every(function(t){return t.indexOf("x-qn-meta-")===0})}function isCustomVarsValid(e){return Object.keys(e).every(function(t){return t.indexOf("x:")===0})}function sum(e){return e.reduce(function(t,y){return t+y},0)}function setLocalFileInfo(e,t,y){try{localStorage.setItem(e,JSON.stringify(t))}catch{y.warn(new QiniuError(QiniuErrorName.WriteCacheFailed,"setLocalFileInfo failed: "+e))}}function createLocalKey(e,t,y){var n=t==null?"_":"_key_"+t+"_";return"qiniu_js_sdk_upload_file_name_"+e+n+"size_"+y}function removeLocalFileInfo(e,t){try{localStorage.removeItem(e)}catch{t.warn(new QiniuError(QiniuErrorName.RemoveCacheFailed,"removeLocalFileInfo failed. key: "+e))}}function getLocalFileInfo(e,t){var y=null;try{y=localStorage.getItem(e)}catch{t.warn(new QiniuError(QiniuErrorName.ReadCacheFailed,"getLocalFileInfo failed. key: "+e))}if(y==null)return null;var n=null;try{n=JSON.parse(y)}catch{removeLocalFileInfo(e,t),t.warn(new QiniuError(QiniuErrorName.InvalidCacheData,"getLocalFileInfo failed to parse. key: "+e))}return n}function getAuthHeaders(e){var t="UpToken "+e;return{Authorization:t}}function getHeadersForChunkUpload(e){var t=getAuthHeaders(e);return __assign$5({"content-type":"application/octet-stream"},t)}function getHeadersForMkFile(e){var t=getAuthHeaders(e);return __assign$5({"content-type":"application/json"},t)}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(e){return __awaiter$7(this,void 0,void 0,function(){var t,y;return __generator$7(this,function(n){switch(n.label){case 0:return[4,readAsArrayBuffer(e)];case 1:return t=n.sent(),y=new SparkMD5.ArrayBuffer,y.append(t),[2,y.end()]}})})}function readAsArrayBuffer(e){return new Promise(function(t,y){var n=new FileReader;n.onload=function($){if($.target){var k=$.target.result;t(k)}else y(new QiniuError(QiniuErrorName.InvalidProgressEventTarget,"progress event target is undefined"))},n.onerror=function(){y(new QiniuError(QiniuErrorName.FileReaderReadFailed,"fileReader read failed"))},n.readAsArrayBuffer(e)})}function request(e,t){return new Promise(function(y,n){var $=createXHR();if($.open(t.method,e),t.onCreate&&t.onCreate($),t.headers){var k=t.headers;Object.keys(k).forEach(function(L){$.setRequestHeader(L,k[L])})}$.upload.addEventListener("progress",function(L){L.lengthComputable&&t.onProgress&&t.onProgress({loaded:L.loaded,total:L.total})}),$.onreadystatechange=function(){var L=$.responseText;if($.readyState===4){var j=$.getResponseHeader("x-reqId")||"";if($.status===0){n(new QiniuNetworkError("network error.",j));return}if($.status!==200){var V="xhr request failed, code: "+$.status;L&&(V+=" response: "+L);var z=void 0;try{z=JSON.parse(L)}catch{}n(new QiniuRequestError($.status,j,V,z));return}try{y({data:JSON.parse(L),reqId:j})}catch(re){n(re)}}},$.send(t.body)})}function getPortFromUrl(e){if(e&&e.match){var t=e.match(/(^https?)/);if(!t)return"";var y=t[1];return t=e.match(/^https?:\/\/([^:^/]*):(\d*)/),t?t[2]:y==="http"?"80":"443"}return""}function getDomainFromUrl(e){if(e&&e.match){var t=e.match(/^https?:\/\/([^:^/]*)/);return t?t[1]:""}return""}function getPutPolicy(e){if(!e)throw new QiniuError(QiniuErrorName.InvalidToken,"invalid token.");var t=e.split(":");if(t.length===1)throw new QiniuError(QiniuErrorName.InvalidToken,"invalid token segments.");var y=t.length>3?t[1]:t[0];if(!y)throw new QiniuError(QiniuErrorName.InvalidToken,"missing assess key field.");var n=null;try{n=JSON.parse(urlSafeBase64Decode(t[t.length-1]))}catch{throw new QiniuError(QiniuErrorName.InvalidToken,"token parse failed.")}if(n==null)throw new QiniuError(QiniuErrorName.InvalidToken,"putPolicy is null.");if(n.scope==null)throw new QiniuError(QiniuErrorName.InvalidToken,"scope field is null.");var $=n.scope.split(":")[0];if(!$)throw new QiniuError(QiniuErrorName.InvalidToken,"resolve bucketName failed.");return{assessKey:y,bucketName:$,scope:n.scope}}function createObjectURL(e){var t=window.URL||window.webkitURL||window.mozURL;return t.createObjectURL(e)}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(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}},encode$2=function(e,t,y,n){return t=t||"&",y=y||"=",e===null&&(e=void 0),typeof e=="object"?Object.keys(e).map(function($){var k=encodeURIComponent(stringifyPrimitive($))+y;return Array.isArray(e[$])?e[$].map(function(L){return k+encodeURIComponent(stringifyPrimitive(L))}).join(t):k+encodeURIComponent(stringifyPrimitive(e[$]))}).filter(Boolean).join(t):n?encodeURIComponent(stringifyPrimitive(n))+y+encodeURIComponent(stringifyPrimitive(e)):""},stringify;stringify=encode$2;var __assign$4=function(){return __assign$4=Object.assign||function(e){for(var t,y=1,n=arguments.length;y<n;y++){t=arguments[y];for(var $ in t)Object.prototype.hasOwnProperty.call(t,$)&&(e[$]=t[$])}return e},__assign$4.apply(this,arguments)},__awaiter$6=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$6=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[1]:void 0,done:!0}}};function getUpHosts(e,t,y){return __awaiter$6(this,void 0,void 0,function(){var n,$;return __generator$6(this,function(k){return n=stringify({ak:e,bucket:t}),$=y+"://api.qiniu.com/v2/query?"+n,[2,request($,{method:"GET"})]})})}function getBaseUrl(e,t,y){var n=y.url,$=y.id;return n+"/buckets/"+e+"/objects/"+(t!=null?urlSafeBase64Encode(t):"~")+"/uploads/"+$}function initUploadParts(e,t,y,n){var $=n+"/buckets/"+t+"/objects/"+(y!=null?urlSafeBase64Encode(y):"~")+"/uploads";return request($,{method:"POST",headers:getAuthHeaders(e)})}function uploadChunk(e,t,y,n,$){var k=getPutPolicy(e).bucketName,L=getBaseUrl(k,t,n)+("/"+y),j=getHeadersForChunkUpload(e);return $.md5&&(j["Content-MD5"]=$.md5),request(L,__assign$4(__assign$4({},$),{method:"PUT",headers:j}))}function uploadComplete(e,t,y,n){var $=getPutPolicy(e).bucketName,k=getBaseUrl($,t,y);return request(k,__assign$4(__assign$4({},n),{method:"POST",headers:getHeadersForMkFile(e)}))}function deleteUploadedChunks(e,t,y){var n=getPutPolicy(e).bucketName,$=getBaseUrl(n,t,y);return request($,{method:"DELETE",headers:getAuthHeaders(e)})}function direct(e,t,y){return request(e,__assign$4({method:"POST",body:t},y))}function getUploadUrl(e,t){return __awaiter$6(this,void 0,void 0,function(){var y,n,$,k,L;return __generator$6(this,function(j){switch(j.label){case 0:return y=normalizeUploadConfig(e),n=y.upprotocol,y.uphost.length>0?[2,n+"://"+y.uphost[0]]:($=getPutPolicy(t),[4,getUpHosts($.assessKey,$.bucketName,n)]);case 1:return k=j.sent(),L=k.data.up.acc.main,[2,n+"://"+L[0]]}})})}var __assign$3=function(){return __assign$3=Object.assign||function(e){for(var t,y=1,n=arguments.length;y<n;y++){t=arguments[y];for(var $ in t)Object.prototype.hasOwnProperty.call(t,$)&&(e[$]=t[$])}return e},__assign$3.apply(this,arguments)},__awaiter$5=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$5=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[1]:void 0,done:!0}}},__read$3=function(e,t){var y=typeof Symbol=="function"&&e[Symbol.iterator];if(!y)return e;var n=y.call(e),$,k=[],L;try{for(;(t===void 0||t-- >0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k},__spread$3=function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read$3(arguments[t]));return e},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 e(t,y,n,$){this.hostPool=n,this.logger=$,this.aborted=!1,this.retryCount=0,this.xhrList=[],this.config=t.config,$.info("config inited.",this.config),this.putExtra=__assign$3({fname:""},t.putExtra),$.info("putExtra inited.",this.putExtra),this.key=t.key,this.file=t.file,this.token=t.token,this.onData=y.onData,this.onError=y.onError,this.onComplete=y.onComplete;try{var k=getPutPolicy(this.token);this.bucketName=k.bucketName,this.assessKey=k.assessKey}catch(L){$.error("get putPolicy from token failed.",L),this.onError(L)}}return e.prototype.checkAndUpdateUploadHost=function(){return __awaiter$5(this,void 0,void 0,function(){var t;return __generator$5(this,function(y){switch(y.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(t=y.sent(),t==null)throw new QiniuError(QiniuErrorName.NotAvailableUploadHost,"no available upload host.");return this.uploadHost!=null&&this.uploadHost.host!==t.host?this.logger.warn("host switches from "+this.uploadHost.host+" to "+t.host+"."):this.logger.info("use host "+t.host+"."),this.uploadHost=t,[2]}})})},e.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())},e.prototype.checkAndFreezeHost=function(t){this.logger.info("check freeze host."),t instanceof QiniuRequestError&&this.uploadHost!=null&&FREEZE_CODE_LIST.includes(t.code)&&(this.logger.warn(this.uploadHost.host+" will be temporarily frozen."),this.uploadHost.freeze())},e.prototype.handleError=function(t){this.logger.error(t.message),this.onError(t)},e.prototype.putFile=function(){return __awaiter$5(this,void 0,void 0,function(){var t,y,n,$;return __generator$5(this,function(k){switch(k.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];k.label=1;case 1:return k.trys.push([1,4,,5]),this.uploadAt=new Date().getTime(),[4,this.checkAndUpdateUploadHost()];case 2:return k.sent(),[4,this.run()];case 3:return t=k.sent(),this.onComplete(t.data),this.checkAndUnfreezeHost(),this.sendLog(t.reqId,200),[2];case 4:return y=k.sent(),this.aborted?(this.logger.warn("upload is aborted."),this.sendLog("",-2),[2]):(this.clear(),this.logger.error(y),y instanceof QiniuRequestError&&(this.sendLog(y.reqId,y.code),this.checkAndFreezeHost(y),n=++this.retryCount<=this.config.retryCount,$=RETRY_CODE_LIST.includes(y.code),$&&n)?(this.logger.warn("error auto retry: "+this.retryCount+"/"+this.config.retryCount+"."),this.putFile(),[2]):(this.onError(y),[3,5]));case 5:return[2]}})})},e.prototype.clear=function(){this.xhrList.forEach(function(t){t.onreadystatechange=null,t.abort()}),this.xhrList=[],this.logger.info("cleanup uploading xhr.")},e.prototype.stop=function(){this.logger.info("aborted."),this.clear(),this.aborted=!0},e.prototype.addXhr=function(t){this.xhrList.push(t)},e.prototype.sendLog=function(t,y){var n,$;this.logger.report({code:y,reqId:t,remoteIp:"",upType:"jssdk-h5",size:this.file.size,time:Math.floor(this.uploadAt/1e3),port:getPortFromUrl((n=this.uploadHost)===null||n===void 0?void 0:n.getUrl()),host:getDomainFromUrl(($=this.uploadHost)===null||$===void 0?void 0:$.getUrl()),bytesSent:this.progress?this.progress.total.loaded:0,duration:Math.floor((new Date().getTime()-this.uploadAt)/1e3)})},e.prototype.getProgressInfoItem=function(t,y,n){return __assign$3({size:y,loaded:t,percent:t/y*100},n==null?{}:{fromCache:n})},e}(),__extends$1=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,$){n.__proto__=$}||function(n,$){for(var k in $)$.hasOwnProperty(k)&&(n[k]=$[k])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),__assign$2=function(){return __assign$2=Object.assign||function(e){for(var t,y=1,n=arguments.length;y<n;y++){t=arguments[y];for(var $ in t)Object.prototype.hasOwnProperty.call(t,$)&&(e[$]=t[$])}return e},__assign$2.apply(this,arguments)},__awaiter$4=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$4=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[1]:void 0,done:!0}}};function isPositiveInteger(e){var t=/^[1-9]\d*$/;return t.test(String(e))}var Resume=function(e){__extends$1(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.run=function(){return __awaiter$4(this,void 0,void 0,function(){var y,n,$,k,L,j=this;return __generator$4(this,function(V){switch(V.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:V.sent(),y=new Pool(function(z){return __awaiter$4(j,void 0,void 0,function(){return __generator$4(this,function(re){switch(re.label){case 0:if(this.aborted)throw y.abort(),new Error("pool is aborted");return[4,this.uploadChunk(z)];case 1:return re.sent(),[2]}})})},this.config.concurrentRequestLimit),n=null,$=this.getLocalKey(),k=this.chunks.map(function(z,re){return y.enqueue({chunk:z,index:re})}),V.label=2;case 2:return V.trys.push([2,5,,6]),[4,Promise.all(k)];case 3:return V.sent(),[4,this.mkFileReq()];case 4:return n=V.sent(),[3,6];case 5:throw L=V.sent(),L instanceof QiniuRequestError&&(L.code===612||L.code===400)&&removeLocalFileInfo($,this.logger),L;case 6:return removeLocalFileInfo($,this.logger),[2,n]}})})},t.prototype.uploadChunk=function(y){return __awaiter$4(this,void 0,void 0,function(){var n,$,k,L,j,V,z,re,oe,ue=this;return __generator$4(this,function(de){switch(de.label){case 0:return n=y.index,$=y.chunk,k=this.cachedUploadedList[n],this.logger.info("upload part "+n+", cache:",k),L=this.config.checkByMD5,j=function(){ue.usedCacheList[n]=!0,ue.updateChunkProgress($.size,n),ue.uploadedList[n]=k,ue.updateLocalCache()},k&&!L?(j(),[2]):[4,computeMd5($)];case 1:return V=de.sent(),this.logger.info("computed part md5.",V),k&&V===k.md5?(j(),[2]):(this.usedCacheList[n]=!1,z=function(_e){ue.updateChunkProgress(_e.loaded,n)},re={body:$,md5:this.config.checkByServer?V:void 0,onProgress:z,onCreate:function(_e){return ue.addXhr(_e)}},this.logger.info("part "+n+" start uploading."),[4,uploadChunk(this.token,this.key,y.index+1,this.getUploadInfo(),re)]);case 2:return oe=de.sent(),this.logger.info("part "+n+" upload completed."),z({loaded:$.size,total:$.size}),this.uploadedList[n]={etag:oe.data.etag,md5:oe.data.md5,size:$.size},this.updateLocalCache(),[2]}})})},t.prototype.mkFileReq=function(){return __awaiter$4(this,void 0,void 0,function(){var y,n,$=this;return __generator$4(this,function(k){switch(k.label){case 0:return y=__assign$2(__assign$2(__assign$2({parts:this.uploadedList.map(function(L,j){return{etag:L.etag,partNumber:j+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.",y),[4,uploadComplete(this.token,this.key,this.getUploadInfo(),{onCreate:function(L){return $.addXhr(L)},body:JSON.stringify(y)})];case 1:return n=k.sent(),this.logger.info("finish Resume Progress."),this.updateMkFileProgress(1),[2,n]}})})},t.prototype.initBeforeUploadChunks=function(){return __awaiter$4(this,void 0,void 0,function(){var y,n,$;return __generator$4(this,function(k){switch(k.label){case 0:return this.uploadedList=[],this.usedCacheList=[],y=getLocalFileInfo(this.getLocalKey(),this.logger),y?[3,2]:(this.logger.info("init upload parts from api."),[4,initUploadParts(this.token,this.bucketName,this.key,this.uploadHost.getUrl())]);case 1:return n=k.sent(),this.logger.info("initd upload parts of id: "+n.data.uploadId+"."),this.uploadId=n.data.uploadId,this.cachedUploadedList=[],[3,3];case 2:$=["resume upload parts from local cache,","total "+y.data.length+" part,","id is "+y.id+"."],this.logger.info($.join(" ")),this.cachedUploadedList=y.data,this.uploadId=y.id,k.label=3;case 3:return this.chunks=getChunks(this.file,this.config.chunkSize),this.loaded={mkFileProgress:0,chunks:this.chunks.map(function(L){return 0})},this.notifyResumeProgress(),[2]}})})},t.prototype.getUploadInfo=function(){return{id:this.uploadId,url:this.uploadHost.getUrl()}},t.prototype.getLocalKey=function(){return createLocalKey(this.file.name,this.key,this.file.size)},t.prototype.updateLocalCache=function(){setLocalFileInfo(this.getLocalKey(),{id:this.uploadId,data:this.uploadedList},this.logger)},t.prototype.updateChunkProgress=function(y,n){this.loaded.chunks[n]=y,this.notifyResumeProgress()},t.prototype.updateMkFileProgress=function(y){this.loaded.mkFileProgress=y,this.notifyResumeProgress()},t.prototype.notifyResumeProgress=function(){var y=this;this.progress={total:this.getProgressInfoItem(sum(this.loaded.chunks)+this.loaded.mkFileProgress,this.file.size+1),chunks:this.chunks.map(function(n,$){var k=y.usedCacheList[$];return y.getProgressInfoItem(y.loaded.chunks[$],n.size,k)}),uploadInfo:{id:this.uploadId,url:this.uploadHost.getUrl()}},this.onData(this.progress)},t}(Base),__awaiter$3=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$3=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[1]:void 0,done:!0}}},CRC32=function(){function e(){this.crc=-1,this.table=this.makeTable()}return e.prototype.makeTable=function(){for(var t=new Array,y=0;y<256;y++){for(var n=y,$=0;$<8;$++)n&1?n=n>>>1^3988292384:n>>>=1;t[y]=n}return t},e.prototype.append=function(t){for(var y=this.crc,n=0;n<t.byteLength;n++)y=y>>>8^this.table[(y^t[n])&255];this.crc=y},e.prototype.compute=function(){return(this.crc^-1)>>>0},e.prototype.readAsUint8Array=function(t){return __awaiter$3(this,void 0,void 0,function(){var y;return __generator$3(this,function(n){switch(n.label){case 0:return typeof t.arrayBuffer!="function"?[3,2]:(y=Uint8Array.bind,[4,t.arrayBuffer()]);case 1:return[2,new(y.apply(Uint8Array,[void 0,n.sent()]))];case 2:return[2,new Promise(function($,k){var L=new FileReader;L.onload=function(){if(L.result==null){k();return}if(typeof L.result=="string"){k();return}$(new Uint8Array(L.result))},L.readAsArrayBuffer(t)})]}})})},e.prototype.file=function(t){return __awaiter$3(this,void 0,void 0,function(){var y,n,$,k,L,j;return __generator$3(this,function(V){switch(V.label){case 0:return t.size<=MB?(y=this.append,[4,this.readAsUint8Array(t)]):[3,2];case 1:return y.apply(this,[V.sent()]),[2,this.compute()];case 2:n=Math.ceil(t.size/MB),$=0,V.label=3;case 3:return $<n?(k=$*MB,L=$===n-1?t.size:k+MB,[4,this.readAsUint8Array(t.slice(k,L))]):[3,6];case 4:j=V.sent(),this.append(new Uint8Array(j)),V.label=5;case 5:return $++,[3,3];case 6:return[2,this.compute()]}})})},e.file=function(t){var y=new e;return y.file(t)},e}(),__extends=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,$){n.__proto__=$}||function(n,$){for(var k in $)$.hasOwnProperty(k)&&(n[k]=$[k])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),__awaiter$2=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$2=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[1]:void 0,done:!0}}},Direct=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.run=function(){return __awaiter$2(this,void 0,void 0,function(){var y,n,$,k,L,j=this;return __generator$2(this,function(V){switch(V.label){case 0:return this.logger.info("start run Direct."),y=new FormData,y.append("file",this.file),y.append("token",this.token),this.key!=null&&y.append("key",this.key),y.append("fname",this.putExtra.fname),this.config.checkByServer?[4,CRC32.file(this.file)]:[3,2];case 1:n=V.sent(),y.append("crc32",n.toString()),V.label=2;case 2:return this.putExtra.customVars&&(this.logger.info("init customVars."),$=this.putExtra.customVars,Object.keys($).forEach(function(z){return y.append(z,$[z].toString())}),this.logger.info("customVars inited.")),this.putExtra.metadata&&(this.logger.info("init metadata."),k=this.putExtra.metadata,Object.keys(k).forEach(function(z){return y.append(z,k[z].toString())})),this.logger.info("formData inited."),[4,direct(this.uploadHost.getUrl(),y,{onProgress:function(z){j.updateDirectProgress(z.loaded,z.total)},onCreate:function(z){return j.addXhr(z)}})];case 3:return L=V.sent(),this.logger.info("Direct progress finish."),this.finishDirectProgress(),[2,L]}})})},t.prototype.updateDirectProgress=function(y,n){this.progress={total:this.getProgressInfoItem(y,n+1)},this.onData(this.progress)},t.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 y=this.progress.total;this.progress={total:this.getProgressInfoItem(y.loaded+1,y.size)},this.onData(this.progress)},t}(Base);function reportV3(e,t,y){y===void 0&&(y=3);var n=createXHR();n.open("POST","https://uplog.qbox.me/log/3"),n.setRequestHeader("Content-type","application/x-www-form-urlencoded"),n.setRequestHeader("Authorization",getAuthHeaders(e).Authorization),n.onreadystatechange=function(){n.readyState===4&&n.status!==200&&y>0&&reportV3(e,t,y-1)};var $=[t.code||"",t.reqId||"",t.host||"",t.remoteIp||"",t.port||"",t.duration||"",t.time||"",t.bytesSent||"",t.upType||"",t.size||""].join(",");n.send($)}var __read$2=function(e,t){var y=typeof Symbol=="function"&&e[Symbol.iterator];if(!y)return e;var n=y.call(e),$,k=[],L;try{for(;(t===void 0||t-- >0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k},__spread$2=function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read$2(arguments[t]));return e},Logger=function(){function e(t,y,n,$){y===void 0&&(y=!0),n===void 0&&(n="OFF"),$===void 0&&($="UPLOAD"),this.token=t,this.disableReport=y,this.level=n,this.prefix=$,this.id=++e.id}return e.prototype.getPrintPrefix=function(t){return"Qiniu-JS-SDK ["+t+"]["+this.prefix+"#"+this.id+"]:"},e.prototype.report=function(t,y){if(!this.disableReport)try{reportV3(this.token,t,y)}catch(n){this.warn(n)}},e.prototype.info=function(){for(var t=[],y=0;y<arguments.length;y++)t[y]=arguments[y];var n=["INFO"];n.includes(this.level)&&console.log.apply(console,__spread$2([this.getPrintPrefix("INFO")],t))},e.prototype.warn=function(){for(var t=[],y=0;y<arguments.length;y++)t[y]=arguments[y];var n=["INFO","WARN"];n.includes(this.level)&&console.warn.apply(console,__spread$2([this.getPrintPrefix("WARN")],t))},e.prototype.error=function(){for(var t=[],y=0;y<arguments.length;y++)t[y]=arguments[y];var n=["INFO","WARN","ERROR"];n.includes(this.level)&&console.error.apply(console,__spread$2([this.getPrintPrefix("ERROR")],t))},e.id=0,e}(),__awaiter$1=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$1=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[1]:void 0,done:!0}}},__read$1=function(e,t){var y=typeof Symbol=="function"&&e[Symbol.iterator];if(!y)return e;var n=y.call(e),$,k=[],L;try{for(;(t===void 0||t-- >0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k},__spread$1=function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read$1(arguments[t]));return e},unfreezeTimeMap=new Map,Host=function(){function e(t,y){this.host=t,this.protocol=y}return e.prototype.isFrozen=function(){var t=new Date().getTime(),y=unfreezeTimeMap.get(this.host);return y!=null&&y>=t},e.prototype.freeze=function(t){t===void 0&&(t=20);var y=new Date().getTime()+t*1e3;unfreezeTimeMap.set(this.host,y)},e.prototype.unfreeze=function(){unfreezeTimeMap.delete(this.host)},e.prototype.getUrl=function(){return this.protocol+"://"+this.host},e.prototype.getUnfreezeTime=function(){return unfreezeTimeMap.get(this.host)},e}(),HostPool=function(){function e(t){t===void 0&&(t=[]),this.initHosts=t,this.cachedHostsMap=new Map}return e.prototype.register=function(t,y,n,$){this.cachedHostsMap.set(t+"@"+y,n.map(function(k){return new Host(k,$)}))},e.prototype.refresh=function(t,y,n){var $,k,L,j;return __awaiter$1(this,void 0,void 0,function(){var V,z,re;return __generator$1(this,function(oe){switch(oe.label){case 0:return V=this.cachedHostsMap.get(t+"@"+y)||[],V.length>0?[2]:this.initHosts.length>0?(this.register(t,y,this.initHosts,n),[2]):[4,getUpHosts(t,y,n)];case 1:return z=oe.sent(),(z==null?void 0:z.data)!=null&&(re=__spread$1(((k=($=z.data.up)===null||$===void 0?void 0:$.acc)===null||k===void 0?void 0:k.main)||[],((j=(L=z.data.up)===null||L===void 0?void 0:L.acc)===null||j===void 0?void 0:j.backup)||[]),this.register(t,y,re,n)),[2]}})})},e.prototype.getUp=function(t,y,n){return __awaiter$1(this,void 0,void 0,function(){var $,k,L;return __generator$1(this,function(j){switch(j.label){case 0:return[4,this.refresh(t,y,n)];case 1:return j.sent(),$=this.cachedHostsMap.get(t+"@"+y)||[],$.length===0?[2,null]:(k=$.filter(function(V){return!V.isFrozen()}),k.length>0?[2,k[0]]:(L=$.slice().sort(function(V,z){return(V.getUnfreezeTime()||0)-(z.getUnfreezeTime()||0)}),[2,L[0]]))}})})},e}();function createUploadManager(e,t,y,n){return e.config&&e.config.forceDirect?(n.info("ues forceDirect mode."),new Direct(e,t,y,n)):e.file.size>4*MB?(n.info("file size over 4M, use Resume."),new Resume(e,t,y,n)):(n.info("file size less or equal than 4M, use Direct."),new Direct(e,t,y,n))}function upload(e,t,y,n,$){var k=new Logger(y,$==null?void 0:$.disableStatisticsReport,$==null?void 0:$.debugLogLevel,e.name),L={file:e,key:t,token:y,putExtra:n,config:normalizeUploadConfig($,k)},j=new HostPool(L.config.uphost);return new Observable(function(V){var z=createUploadManager(L,{onData:function(re){return V.next(re)},onError:function(re){return V.error(re)},onComplete:function(re){return V.complete(re)}},j,k);return z.putFile(),z.stop.bind(z)})}var __assign$1=function(){return __assign$1=Object.assign||function(e){for(var t,y=1,n=arguments.length;y<n;y++){t=arguments[y];for(var $ in t)Object.prototype.hasOwnProperty.call(t,$)&&(e[$]=t[$])}return e},__assign$1.apply(this,arguments)},__rest=function(e,t){var y={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(y[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var $=0,n=Object.getOwnPropertySymbols(e);$<n.length;$++)t.indexOf(n[$])<0&&Object.prototype.propertyIsEnumerable.call(e,n[$])&&(y[n[$]]=e[n[$]]);return y},__read=function(e,t){var y=typeof Symbol=="function"&&e[Symbol.iterator];if(!y)return e;var n=y.call(e),$,k=[],L;try{for(;(t===void 0||t-- >0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k},__spread=function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e};function normalizeUploadConfig(e,t){var y=__assign$1({},e),n=y.upprotocol,$=y.uphost,k=__rest(y,["upprotocol","uphost"]),L=__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},k);n&&(L.upprotocol=n.replace(/:$/,""));var j=[];if(t&&(e==null?void 0:e.uphost)!=null&&(e==null?void 0:e.region)!=null&&t.warn("do not use both the uphost and region config."),$)Array.isArray($)?j.push.apply(j,__spread($)):j.push($);else if(L!=null&&L.region){var V=regionUphostMap[L==null?void 0:L.region];L.useCdnDomain?j.push.apply(j,__spread(V.cdnUphost)):j.push.apply(j,__spread(V.srcUphost))}return __assign$1(__assign$1({},L),{uphost:j.filter(Boolean)})}var __assign=function(){return __assign=Object.assign||function(e){for(var t,y=1,n=arguments.length;y<n;y++){t=arguments[y];for(var $ in t)Object.prototype.hasOwnProperty.call(t,$)&&(e[$]=t[$])}return e},__assign.apply(this,arguments)},__awaiter=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,[])).next())})},__generator=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]<k[3])){y.label=z[1];break}if(z[0]===6&&y.label<k[1]){y.label=k[1],k=z;break}if(k&&y.label<k[2]){y.label=k[2],y.ops.push(z);break}k[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],$=0}finally{n=k=0}if(z[0]&5)throw z[1];return{value:z[0]?z[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(e){return mimeTypes[e]}),defaultType=mimeTypes.JPEG;function isSupportedType(e){return supportMimeTypes.includes(e)}var Compress=function(){function e(t,y){this.file=t,this.config=y,this.config=__assign({quality:.92,noCompressIfLarger:!1},this.config)}return e.prototype.process=function(){return __awaiter(this,void 0,void 0,function(){var t,y,n,$,k,L;return __generator(this,function(j){switch(j.label){case 0:if(this.outputType=this.file.type,t={},!isSupportedType(this.file.type))throw new QiniuError(QiniuErrorName.UnsupportedFileType,"unsupported file type: "+this.file.type);return[4,this.getOriginImage()];case 1:return y=j.sent(),[4,this.getCanvas(y)];case 2:return n=j.sent(),$=1,this.config.maxWidth&&($=Math.min(1,this.config.maxWidth/n.width)),this.config.maxHeight&&($=Math.min(1,$,this.config.maxHeight/n.height)),t.width=n.width,t.height=n.height,[4,this.doScale(n,$)];case 3:return k=j.sent(),L=this.toBlob(k),L.size>this.file.size&&this.config.noCompressIfLarger?[2,{dist:this.file,width:t.width,height:t.height}]:[2,{dist:L,width:k.width,height:k.height}]}})})},e.prototype.clear=function(t,y,n){this.outputType===defaultType?(t.fillStyle="#fff",t.fillRect(0,0,y,n)):t.clearRect(0,0,y,n)},e.prototype.getOriginImage=function(){var t=this;return new Promise(function(y,n){var $=createObjectURL(t.file),k=new Image;k.onload=function(){y(k)},k.onerror=function(){n("image load error")},k.src=$})},e.prototype.getCanvas=function(t){var y=this;return new Promise(function(n,$){var k=document.createElement("canvas"),L=k.getContext("2d");if(!L){$(new QiniuError(QiniuErrorName.GetCanvasContextFailed,"context is null"));return}var j=t.width,V=t.height;k.height=V,k.width=j,y.clear(L,j,V),L.drawImage(t,0,0),n(k)})},e.prototype.doScale=function(t,y){return __awaiter(this,void 0,void 0,function(){var n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve;return __generator(this,function(Fe){if(y===1)return[2,t];if(n=t.getContext("2d"),$=Math.min(maxSteps,Math.ceil(1/y/scaleFactor)),k=Math.pow(y,1/$),L=document.createElement("canvas"),j=L.getContext("2d"),V=t.width,z=t.height,re=V,oe=z,L.width=V,L.height=z,!j||!n)throw new QiniuError(QiniuErrorName.GetCanvasContextFailed,"mctx or sctx can't be null");for(_e=0;_e<$;_e++)Ne=V*k|0,Ue=z*k|0,_e===$-1&&(Ne=re*y,Ue=oe*y),_e%2===0?(ue=t,de=j):(ue=L,de=n),this.clear(de,V,z),de.drawImage(ue,0,0,V,z,0,0,Ne,Ue),V=Ne,z=Ue;return $e=ue===t?L:t,Ve=de.getImageData(0,0,V,z),$e.width=V,$e.height=z,de.putImageData(Ve,0,0),[2,$e]})})},e.prototype.toBlob=function(t){var y=t.toDataURL(this.outputType,this.config.quality),n=atob(y.split(",")[1]).split("").map(function(k){return k.charCodeAt(0)}),$=new Blob([new Uint8Array(n)],{type:this.outputType});return $},e}(),compressImage=function(e,t){return new Compress(e,t).process()};function getImageUrl(e,t){return e=encodeURIComponent(e),t.slice(t.length-1)!=="/"&&(t+="/"),t+e}function imageView2(e,t,y){if(!/^\d$/.test(String(e.mode)))throw"mode should be number in imageView2";var n=e.mode,$=e.w,k=e.h,L=e.q,j=e.format;if(!$&&!k)throw"param w and h is empty in imageView2";var V="imageView2/"+encodeURIComponent(n);return V+=$?"/w/"+encodeURIComponent($):"",V+=k?"/h/"+encodeURIComponent(k):"",V+=L?"/q/"+encodeURIComponent(L):"",V+=j?"/format/"+encodeURIComponent(j):"",V}function imageMogr2(e,t,y){var n=e["auto-orient"],$=e.thumbnail,k=e.strip,L=e.gravity,j=e.crop,V=e.quality,z=e.rotate,re=e.format,oe=e.blur,ue="imageMogr2";return ue+=n?"/auto-orient":"",ue+=$?"/thumbnail/"+encodeURIComponent($):"",ue+=k?"/strip":"",ue+=L?"/gravity/"+encodeURIComponent(L):"",ue+=V?"/quality/"+encodeURIComponent(V):"",ue+=j?"/crop/"+encodeURIComponent(j):"",ue+=z?"/rotate/"+encodeURIComponent(z):"",ue+=re?"/format/"+encodeURIComponent(re):"",ue+=oe?"/blur/"+encodeURIComponent(oe):"",t&&y&&(ue=getImageUrl(t,y)+"?"+ue),ue}function watermark(e,t,y){var n=e.mode;if(!n)throw"mode can't be empty in watermark";var $="watermark/"+n;if(n!==1&&n!==2)throw"mode is wrong";if(n===1){var k=e.image;if(!k)throw"image can't be empty in watermark";$+=k?"/image/"+urlSafeBase64Encode(k):""}if(n===2){var L=e.text,j=e.font,V=e.fontsize,z=e.fill;if(!L)throw"text can't be empty in watermark";$+=L?"/text/"+urlSafeBase64Encode(L):"",$+=j?"/font/"+urlSafeBase64Encode(j):"",$+=V?"/fontsize/"+V:"",$+=z?"/fill/"+urlSafeBase64Encode(z):""}var re=e.dissolve,oe=e.gravity,ue=e.dx,de=e.dy;return $+=re?"/dissolve/"+encodeURIComponent(re):"",$+=oe?"/gravity/"+encodeURIComponent(oe):"",$+=ue?"/dx/"+encodeURIComponent(ue):"",$+=de?"/dy/"+encodeURIComponent(de):"",t&&y&&($=getImageUrl(t,y)+"?"+$),$}function imageInfo(e,t){var y=getImageUrl(e,t)+"?imageInfo";return request(y,{method:"GET"})}function exif(e,t){var y=getImageUrl(e,t)+"?exif";return request(y,{method:"GET"})}function pipeline(e,t,y){var n=Object.prototype.toString.call(e)==="[object Array]",$,k=!1,L="";if(n){for(var j=0,V=e.length;j<V;j++){if($=e[j],!$.fop)throw"fop can't be empty in pipeline";switch($.fop){case"watermark":L+=watermark($)+"|";break;case"imageView2":L+=imageView2($)+"|";break;case"imageMogr2":L+=imageMogr2($)+"|";break;default:k=!0;break}if(k)throw"fop is wrong in pipeline"}if(t&&y){L=getImageUrl(t,y)+"?"+L;var z=L.length;L.slice(z-1)==="|"&&(L=L.slice(0,z-1))}return L}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(e,t){return function(){return e.apply(t,arguments)}}var define_process_default={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",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.2.8",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.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.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/loader","NativeModule internal/modules/esm/assert","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 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/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_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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.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.9",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:"584",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:"20240811.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:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",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.16.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.16.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.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.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_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",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 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",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:"fc8525348991066b1acccbf770a70001156b38e5",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.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",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.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.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_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.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=(e=>t=>{const y=toString.call(t);return e[y]||(e[y]=y.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=e=>(e=e.toLowerCase(),t=>kindOf(t)===e),typeOfTest=e=>t=>typeof t===e,{isArray}=Array,isUndefined=typeOfTest("undefined");function isBuffer(e){return e!==null&&!isUndefined(e)&&e.constructor!==null&&!isUndefined(e.constructor)&&isFunction(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&isArrayBuffer(e.buffer),t}const isString=typeOfTest("string"),isFunction=typeOfTest("function"),isNumber$1=typeOfTest("number"),isObject=e=>e!==null&&typeof e=="object",isBoolean=e=>e===!0||e===!1,isPlainObject=e=>{if(kindOf(e)!=="object")return!1;const t=getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},isDate=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=e=>isObject(e)&&isFunction(e.pipe),isFormData=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||isFunction(e.append)&&((t=kindOf(e))==="formdata"||t==="object"&&isFunction(e.toString)&&e.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(e,t,{allOwnKeys:y=!1}={}){if(e===null||typeof e>"u")return;let n,$;if(typeof e!="object"&&(e=[e]),isArray(e))for(n=0,$=e.length;n<$;n++)t.call(null,e[n],n,e);else{const k=y?Object.getOwnPropertyNames(e):Object.keys(e),L=k.length;let j;for(n=0;n<L;n++)j=k[n],t.call(null,e[j],j,e)}}function findKey(e,t){t=t.toLowerCase();const y=Object.keys(e);let n=y.length,$;for(;n-- >0;)if($=y[n],t===$.toLowerCase())return $;return null}const _global=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global$1,isContextDefined=e=>!isUndefined(e)&&e!==_global;function merge(){const{caseless:e}=isContextDefined(this)&&this||{},t={},y=(n,$)=>{const k=e&&findKey(t,$)||$;isPlainObject(t[k])&&isPlainObject(n)?t[k]=merge(t[k],n):isPlainObject(n)?t[k]=merge({},n):isArray(n)?t[k]=n.slice():t[k]=n};for(let n=0,$=arguments.length;n<$;n++)arguments[n]&&forEach(arguments[n],y);return t}const extend=(e,t,y,{allOwnKeys:n}={})=>(forEach(t,($,k)=>{y&&isFunction($)?e[k]=bind($,y):e[k]=$},{allOwnKeys:n}),e),stripBOM=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),inherits=(e,t,y,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),y&&Object.assign(e.prototype,y)},toFlatObject=(e,t,y,n)=>{let $,k,L;const j={};if(t=t||{},e==null)return t;do{for($=Object.getOwnPropertyNames(e),k=$.length;k-- >0;)L=$[k],(!n||n(L,e,t))&&!j[L]&&(t[L]=e[L],j[L]=!0);e=y!==!1&&getPrototypeOf(e)}while(e&&(!y||y(e,t))&&e!==Object.prototype);return t},endsWith=(e,t,y)=>{e=String(e),(y===void 0||y>e.length)&&(y=e.length),y-=t.length;const n=e.indexOf(t,y);return n!==-1&&n===y},toArray=e=>{if(!e)return null;if(isArray(e))return e;let t=e.length;if(!isNumber$1(t))return null;const y=new Array(t);for(;t-- >0;)y[t]=e[t];return y},isTypedArray=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let $;for(;($=n.next())&&!$.done;){const k=$.value;t.call(e,k[0],k[1])}},matchAll=(e,t)=>{let y;const n=[];for(;(y=e.exec(t))!==null;)n.push(y);return n},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(y,n,$){return n.toUpperCase()+$}),hasOwnProperty=(({hasOwnProperty:e})=>(t,y)=>e.call(t,y))(Object.prototype),isRegExp=kindOfTest("RegExp"),reduceDescriptors=(e,t)=>{const y=Object.getOwnPropertyDescriptors(e),n={};forEach(y,($,k)=>{let L;(L=t($,k,e))!==!1&&(n[k]=L||$)}),Object.defineProperties(e,n)},freezeMethods=e=>{reduceDescriptors(e,(t,y)=>{if(isFunction(e)&&["arguments","caller","callee"].indexOf(y)!==-1)return!1;const n=e[y];if(isFunction(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+y+"'")})}})},toObjectSet=(e,t)=>{const y={},n=$=>{$.forEach(k=>{y[k]=!0})};return isArray(e)?n(e):n(String(e).split(t)),y},noop=()=>{},toFiniteNumber=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,ALPHA="abcdefghijklmnopqrstuvwxyz",DIGIT="0123456789",ALPHABET={DIGIT,ALPHA,ALPHA_DIGIT:ALPHA+ALPHA.toUpperCase()+DIGIT},generateString=(e=16,t=ALPHABET.ALPHA_DIGIT)=>{let y="";const{length:n}=t;for(;e--;)y+=t[Math.random()*n|0];return y};function isSpecCompliantForm(e){return!!(e&&isFunction(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const toJSONObject=e=>{const t=new Array(10),y=(n,$)=>{if(isObject(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[$]=n;const k=isArray(n)?[]:{};return forEach(n,(L,j)=>{const V=y(L,$+1);!isUndefined(V)&&(k[j]=V)}),t[$]=void 0,k}}return n};return y(e,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=e=>e&&(isObject(e)||isFunction(e))&&isFunction(e.then)&&isFunction(e.catch),_setImmediate=((e,t)=>e?setImmediate:t?((y,n)=>(_global.addEventListener("message",({source:$,data:k})=>{$===_global&&k===y&&n.length&&n.shift()()},!1),$=>{n.push($),_global.postMessage(y,"*")}))(`axios@${Math.random()}`,[]):y=>setTimeout(y))(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,hasOwnProp:hasOwnProperty,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop,toFiniteNumber,findKey,global:_global,isContextDefined,ALPHABET,generateString,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable,setImmediate:_setImmediate,asap};function AxiosError(e,t,y,n,$){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),y&&(this.config=y),n&&(this.request=n),$&&(this.response=$)}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.response&&this.response.status?this.response.status:null}}});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(e=>{descriptors[e]={value:e}});Object.defineProperties(AxiosError,descriptors);Object.defineProperty(prototype$1,"isAxiosError",{value:!0});AxiosError.from=(e,t,y,n,$,k)=>{const L=Object.create(prototype$1);return utils$1.toFlatObject(e,L,function(V){return V!==Error.prototype},j=>j!=="isAxiosError"),AxiosError.call(L,e.message,t,y,n,$),L.cause=e,L.name=e.name,k&&Object.assign(L,k),L};const httpAdapter=null;function isVisitable(e){return utils$1.isPlainObject(e)||utils$1.isArray(e)}function removeBrackets(e){return utils$1.endsWith(e,"[]")?e.slice(0,-2):e}function renderKey(e,t,y){return e?e.concat(t).map(function($,k){return $=removeBrackets($),!y&&k?"["+$+"]":$}).join(y?".":""):t}function isFlatArray(e){return utils$1.isArray(e)&&!e.some(isVisitable)}const predicates=utils$1.toFlatObject(utils$1,{},null,function(t){return/^is[A-Z]/.test(t)});function toFormData(e,t,y){if(!utils$1.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,y=utils$1.toFlatObject(y,{metaTokens:!0,dots:!1,indexes:!1},!1,function(Ne,Ue){return!utils$1.isUndefined(Ue[Ne])});const n=y.metaTokens,$=y.visitor||re,k=y.dots,L=y.indexes,V=(y.Blob||typeof Blob<"u"&&Blob)&&utils$1.isSpecCompliantForm(t);if(!utils$1.isFunction($))throw new TypeError("visitor must be a function");function z(_e){if(_e===null)return"";if(utils$1.isDate(_e))return _e.toISOString();if(!V&&utils$1.isBlob(_e))throw new AxiosError("Blob is not supported. Use a Buffer instead.");return utils$1.isArrayBuffer(_e)||utils$1.isTypedArray(_e)?V&&typeof Blob=="function"?new Blob([_e]):Buffer$F.from(_e):_e}function re(_e,Ne,Ue){let $e=_e;if(_e&&!Ue&&typeof _e=="object"){if(utils$1.endsWith(Ne,"{}"))Ne=n?Ne:Ne.slice(0,-2),_e=JSON.stringify(_e);else if(utils$1.isArray(_e)&&isFlatArray(_e)||(utils$1.isFileList(_e)||utils$1.endsWith(Ne,"[]"))&&($e=utils$1.toArray(_e)))return Ne=removeBrackets(Ne),$e.forEach(function(Fe,qe){!(utils$1.isUndefined(Fe)||Fe===null)&&t.append(L===!0?renderKey([Ne],qe,k):L===null?Ne:Ne+"[]",z(Fe))}),!1}return isVisitable(_e)?!0:(t.append(renderKey(Ue,Ne,k),z(_e)),!1)}const oe=[],ue=Object.assign(predicates,{defaultVisitor:re,convertValue:z,isVisitable});function de(_e,Ne){if(!utils$1.isUndefined(_e)){if(oe.indexOf(_e)!==-1)throw Error("Circular reference detected in "+Ne.join("."));oe.push(_e),utils$1.forEach(_e,function($e,Ve){(!(utils$1.isUndefined($e)||$e===null)&&$.call(t,$e,utils$1.isString(Ve)?Ve.trim():Ve,Ne,ue))===!0&&de($e,Ne?Ne.concat(Ve):[Ve])}),oe.pop()}}if(!utils$1.isObject(e))throw new TypeError("data must be an object");return de(e),t}function encode$1(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function AxiosURLSearchParams(e,t){this._pairs=[],e&&toFormData(e,this,t)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function(t,y){this._pairs.push([t,y])};prototype.toString=function(t){const y=t?function(n){return t.call(this,n,encode$1)}:encode$1;return this._pairs.map(function($){return y($[0])+"="+y($[1])},"").join("&")};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(e,t,y){if(!t)return e;const n=y&&y.encode||encode,$=y&&y.serialize;let k;if($?k=$(t,y):k=utils$1.isURLSearchParams(t)?t.toString():new AxiosURLSearchParams(t,y).toString(n),k){const L=e.indexOf("#");L!==-1&&(e=e.slice(0,L)),e+=(e.indexOf("?")===-1?"?":"&")+k}return e}class InterceptorManager{constructor(){this.handlers=[]}use(t,y,n){return this.handlers.push({fulfilled:t,rejected:y,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){utils$1.forEach(this.handlers,function(n){n!==null&&t(n)})}}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",hasStandardBrowserEnv=(e=>hasBrowserEnv&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),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,origin},Symbol.toStringTag,{value:"Module"})),platform={...utils,...platform$1};function toURLEncodedForm(e,t){return toFormData(e,new platform.classes.URLSearchParams,Object.assign({visitor:function(y,n,$,k){return platform.isNode&&utils$1.isBuffer(y)?(this.append(n,y.toString("base64")),!1):k.defaultVisitor.apply(this,arguments)}},t))}function parsePropPath(e){return utils$1.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function arrayToObject(e){const t={},y=Object.keys(e);let n;const $=y.length;let k;for(n=0;n<$;n++)k=y[n],t[k]=e[k];return t}function formDataToJSON(e){function t(y,n,$,k){let L=y[k++];if(L==="__proto__")return!0;const j=Number.isFinite(+L),V=k>=y.length;return L=!L&&utils$1.isArray($)?$.length:L,V?(utils$1.hasOwnProp($,L)?$[L]=[$[L],n]:$[L]=n,!j):((!$[L]||!utils$1.isObject($[L]))&&($[L]=[]),t(y,n,$[L],k)&&utils$1.isArray($[L])&&($[L]=arrayToObject($[L])),!j)}if(utils$1.isFormData(e)&&utils$1.isFunction(e.entries)){const y={};return utils$1.forEachEntry(e,(n,$)=>{t(parsePropPath(n),$,y,0)}),y}return null}function stringifySafely(e,t,y){if(utils$1.isString(e))try{return(t||JSON.parse)(e),utils$1.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(y||JSON.stringify)(e)}const defaults={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function(t,y){const n=y.getContentType()||"",$=n.indexOf("application/json")>-1,k=utils$1.isObject(t);if(k&&utils$1.isHTMLForm(t)&&(t=new FormData(t)),utils$1.isFormData(t))return $?JSON.stringify(formDataToJSON(t)):t;if(utils$1.isArrayBuffer(t)||utils$1.isBuffer(t)||utils$1.isStream(t)||utils$1.isFile(t)||utils$1.isBlob(t)||utils$1.isReadableStream(t))return t;if(utils$1.isArrayBufferView(t))return t.buffer;if(utils$1.isURLSearchParams(t))return y.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let j;if(k){if(n.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(t,this.formSerializer).toString();if((j=utils$1.isFileList(t))||n.indexOf("multipart/form-data")>-1){const V=this.env&&this.env.FormData;return toFormData(j?{"files[]":t}:t,V&&new V,this.formSerializer)}}return k||$?(y.setContentType("application/json",!1),stringifySafely(t)):t}],transformResponse:[function(t){const y=this.transitional||defaults.transitional,n=y&&y.forcedJSONParsing,$=this.responseType==="json";if(utils$1.isResponse(t)||utils$1.isReadableStream(t))return t;if(t&&utils$1.isString(t)&&(n&&!this.responseType||$)){const L=!(y&&y.silentJSONParsing)&&$;try{return JSON.parse(t)}catch(j){if(L)throw j.name==="SyntaxError"?AxiosError.from(j,AxiosError.ERR_BAD_RESPONSE,this,null,this.response):j}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$1.forEach(["delete","get","head","post","put","patch"],e=>{defaults.headers[e]={}});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=e=>{const t={};let y,n,$;return e&&e.split(`
`).forEach(function(L){$=L.indexOf(":"),y=L.substring(0,$).trim().toLowerCase(),n=L.substring($+1).trim(),!(!y||t[y]&&ignoreDuplicateOf[y])&&(y==="set-cookie"?t[y]?t[y].push(n):t[y]=[n]:t[y]=t[y]?t[y]+", "+n:n)}),t},$internals=Symbol("internals");function normalizeHeader(e){return e&&String(e).trim().toLowerCase()}function normalizeValue(e){return e===!1||e==null?e:utils$1.isArray(e)?e.map(normalizeValue):String(e)}function parseTokens(e){const t=Object.create(null),y=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=y.exec(e);)t[n[1]]=n[2];return t}const isValidHeaderName=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function matchHeaderValue(e,t,y,n,$){if(utils$1.isFunction(n))return n.call(this,t,y);if($&&(t=y),!!utils$1.isString(t)){if(utils$1.isString(n))return t.indexOf(n)!==-1;if(utils$1.isRegExp(n))return n.test(t)}}function formatHeader(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,y,n)=>y.toUpperCase()+n)}function buildAccessors(e,t){const y=utils$1.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+y,{value:function($,k,L){return this[n].call(this,t,$,k,L)},configurable:!0})})}class AxiosHeaders{constructor(t){t&&this.set(t)}set(t,y,n){const $=this;function k(j,V,z){const re=normalizeHeader(V);if(!re)throw new Error("header name must be a non-empty string");const oe=utils$1.findKey($,re);(!oe||$[oe]===void 0||z===!0||z===void 0&&$[oe]!==!1)&&($[oe||V]=normalizeValue(j))}const L=(j,V)=>utils$1.forEach(j,(z,re)=>k(z,re,V));if(utils$1.isPlainObject(t)||t instanceof this.constructor)L(t,y);else if(utils$1.isString(t)&&(t=t.trim())&&!isValidHeaderName(t))L(parseHeaders(t),y);else if(utils$1.isHeaders(t))for(const[j,V]of t.entries())k(V,j,n);else t!=null&&k(y,t,n);return this}get(t,y){if(t=normalizeHeader(t),t){const n=utils$1.findKey(this,t);if(n){const $=this[n];if(!y)return $;if(y===!0)return parseTokens($);if(utils$1.isFunction(y))return y.call(this,$,n);if(utils$1.isRegExp(y))return y.exec($);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,y){if(t=normalizeHeader(t),t){const n=utils$1.findKey(this,t);return!!(n&&this[n]!==void 0&&(!y||matchHeaderValue(this,this[n],n,y)))}return!1}delete(t,y){const n=this;let $=!1;function k(L){if(L=normalizeHeader(L),L){const j=utils$1.findKey(n,L);j&&(!y||matchHeaderValue(n,n[j],j,y))&&(delete n[j],$=!0)}}return utils$1.isArray(t)?t.forEach(k):k(t),$}clear(t){const y=Object.keys(this);let n=y.length,$=!1;for(;n--;){const k=y[n];(!t||matchHeaderValue(this,this[k],k,t,!0))&&(delete this[k],$=!0)}return $}normalize(t){const y=this,n={};return utils$1.forEach(this,($,k)=>{const L=utils$1.findKey(n,k);if(L){y[L]=normalizeValue($),delete y[k];return}const j=t?formatHeader(k):String(k).trim();j!==k&&delete y[k],y[j]=normalizeValue($),n[j]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const y=Object.create(null);return utils$1.forEach(this,(n,$)=>{n!=null&&n!==!1&&(y[$]=t&&utils$1.isArray(n)?n.join(", "):n)}),y}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,y])=>t+": "+y).join(`
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...y){const n=new this(t);return y.forEach($=>n.set($)),n}static accessor(t){const n=(this[$internals]=this[$internals]={accessors:{}}).accessors,$=this.prototype;function k(L){const j=normalizeHeader(L);n[j]||(buildAccessors($,L),n[j]=!0)}return utils$1.isArray(t)?t.forEach(k):k(t),this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);utils$1.reduceDescriptors(AxiosHeaders.prototype,({value:e},t)=>{let y=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[y]=n}}});utils$1.freezeMethods(AxiosHeaders);function transformData(e,t){const y=this||defaults,n=t||y,$=AxiosHeaders.from(n.headers);let k=n.data;return utils$1.forEach(e,function(j){k=j.call(y,k,$.normalize(),t?t.status:void 0)}),$.normalize(),k}function isCancel(e){return!!(e&&e.__CANCEL__)}function CanceledError(e,t,y){AxiosError.call(this,e??"canceled",AxiosError.ERR_CANCELED,t,y),this.name="CanceledError"}utils$1.inherits(CanceledError,AxiosError,{__CANCEL__:!0});function settle(e,t,y){const n=y.config.validateStatus;!y.status||!n||n(y.status)?e(y):t(new AxiosError("Request failed with status code "+y.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(y.status/100)-4],y.config,y.request,y))}function parseProtocol(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function speedometer(e,t){e=e||10;const y=new Array(e),n=new Array(e);let $=0,k=0,L;return t=t!==void 0?t:1e3,function(V){const z=Date.now(),re=n[k];L||(L=z),y[$]=V,n[$]=z;let oe=k,ue=0;for(;oe!==$;)ue+=y[oe++],oe=oe%e;if($=($+1)%e,$===k&&(k=(k+1)%e),z-L<t)return;const de=re&&z-re;return de?Math.round(ue*1e3/de):void 0}}function throttle(e,t){let y=0,n=1e3/t,$,k;const L=(z,re=Date.now())=>{y=re,$=null,k&&(clearTimeout(k),k=null),e.apply(null,z)};return[(...z)=>{const re=Date.now(),oe=re-y;oe>=n?L(z,re):($=z,k||(k=setTimeout(()=>{k=null,L($)},n-oe)))},()=>$&&L($)]}const progressEventReducer=(e,t,y=3)=>{let n=0;const $=speedometer(50,250);return throttle(k=>{const L=k.loaded,j=k.lengthComputable?k.total:void 0,V=L-n,z=$(V),re=L<=j;n=L;const oe={loaded:L,total:j,progress:j?L/j:void 0,bytes:V,rate:z||void 0,estimated:z&&j&&re?(j-L)/z:void 0,event:k,lengthComputable:j!=null,[t?"download":"upload"]:!0};e(oe)},y)},progressEventDecorator=(e,t)=>{const y=e!=null;return[n=>t[0]({lengthComputable:y,total:e,loaded:n}),t[1]]},asyncDecorator=e=>(...t)=>utils$1.asap(()=>e(...t)),isURLSameOrigin=platform.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),y=document.createElement("a");let n;function $(k){let L=k;return t&&(y.setAttribute("href",L),L=y.href),y.setAttribute("href",L),{href:y.href,protocol:y.protocol?y.protocol.replace(/:$/,""):"",host:y.host,search:y.search?y.search.replace(/^\?/,""):"",hash:y.hash?y.hash.replace(/^#/,""):"",hostname:y.hostname,port:y.port,pathname:y.pathname.charAt(0)==="/"?y.pathname:"/"+y.pathname}}return n=$(window.location.href),function(L){const j=utils$1.isString(L)?$(L):L;return j.protocol===n.protocol&&j.host===n.host}}():function(){return function(){return!0}}(),cookies=platform.hasStandardBrowserEnv?{write(e,t,y,n,$,k){const L=[e+"="+encodeURIComponent(t)];utils$1.isNumber(y)&&L.push("expires="+new Date(y).toGMTString()),utils$1.isString(n)&&L.push("path="+n),utils$1.isString($)&&L.push("domain="+$),k===!0&&L.push("secure"),document.cookie=L.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function isAbsoluteURL(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function combineURLs(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function buildFullPath(e,t){return e&&!isAbsoluteURL(t)?combineURLs(e,t):t}const headersToObject=e=>e instanceof AxiosHeaders?{...e}:e;function mergeConfig(e,t){t=t||{};const y={};function n(z,re,oe){return utils$1.isPlainObject(z)&&utils$1.isPlainObject(re)?utils$1.merge.call({caseless:oe},z,re):utils$1.isPlainObject(re)?utils$1.merge({},re):utils$1.isArray(re)?re.slice():re}function $(z,re,oe){if(utils$1.isUndefined(re)){if(!utils$1.isUndefined(z))return n(void 0,z,oe)}else return n(z,re,oe)}function k(z,re){if(!utils$1.isUndefined(re))return n(void 0,re)}function L(z,re){if(utils$1.isUndefined(re)){if(!utils$1.isUndefined(z))return n(void 0,z)}else return n(void 0,re)}function j(z,re,oe){if(oe in t)return n(z,re);if(oe in e)return n(void 0,z)}const V={url:k,method:k,data:k,baseURL:L,transformRequest:L,transformResponse:L,paramsSerializer:L,timeout:L,timeoutMessage:L,withCredentials:L,withXSRFToken:L,adapter:L,responseType:L,xsrfCookieName:L,xsrfHeaderName:L,onUploadProgress:L,onDownloadProgress:L,decompress:L,maxContentLength:L,maxBodyLength:L,beforeRedirect:L,transport:L,httpAgent:L,httpsAgent:L,cancelToken:L,socketPath:L,responseEncoding:L,validateStatus:j,headers:(z,re)=>$(headersToObject(z),headersToObject(re),!0)};return utils$1.forEach(Object.keys(Object.assign({},e,t)),function(re){const oe=V[re]||$,ue=oe(e[re],t[re],re);utils$1.isUndefined(ue)&&oe!==j||(y[re]=ue)}),y}const resolveConfig=e=>{const t=mergeConfig({},e);let{data:y,withXSRFToken:n,xsrfHeaderName:$,xsrfCookieName:k,headers:L,auth:j}=t;t.headers=L=AxiosHeaders.from(L),t.url=buildURL(buildFullPath(t.baseURL,t.url),e.params,e.paramsSerializer),j&&L.set("Authorization","Basic "+btoa((j.username||"")+":"+(j.password?unescape(encodeURIComponent(j.password)):"")));let V;if(utils$1.isFormData(y)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv)L.setContentType(void 0);else if((V=L.getContentType())!==!1){const[z,...re]=V?V.split(";").map(oe=>oe.trim()).filter(Boolean):[];L.setContentType([z||"multipart/form-data",...re].join("; "))}}if(platform.hasStandardBrowserEnv&&(n&&utils$1.isFunction(n)&&(n=n(t)),n||n!==!1&&isURLSameOrigin(t.url))){const z=$&&k&&cookies.read(k);z&&L.set($,z)}return t},isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(e){return new Promise(function(y,n){const $=resolveConfig(e);let k=$.data;const L=AxiosHeaders.from($.headers).normalize();let{responseType:j,onUploadProgress:V,onDownloadProgress:z}=$,re,oe,ue,de,_e;function Ne(){de&&de(),_e&&_e(),$.cancelToken&&$.cancelToken.unsubscribe(re),$.signal&&$.signal.removeEventListener("abort",re)}let Ue=new XMLHttpRequest;Ue.open($.method.toUpperCase(),$.url,!0),Ue.timeout=$.timeout;function $e(){if(!Ue)return;const Fe=AxiosHeaders.from("getAllResponseHeaders"in Ue&&Ue.getAllResponseHeaders()),er={data:!j||j==="text"||j==="json"?Ue.responseText:Ue.response,status:Ue.status,statusText:Ue.statusText,headers:Fe,config:e,request:Ue};settle(function(dr){y(dr),Ne()},function(dr){n(dr),Ne()},er),Ue=null}"onloadend"in Ue?Ue.onloadend=$e:Ue.onreadystatechange=function(){!Ue||Ue.readyState!==4||Ue.status===0&&!(Ue.responseURL&&Ue.responseURL.indexOf("file:")===0)||setTimeout($e)},Ue.onabort=function(){Ue&&(n(new AxiosError("Request aborted",AxiosError.ECONNABORTED,e,Ue)),Ue=null)},Ue.onerror=function(){n(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,Ue)),Ue=null},Ue.ontimeout=function(){let qe=$.timeout?"timeout of "+$.timeout+"ms exceeded":"timeout exceeded";const er=$.transitional||transitionalDefaults;$.timeoutErrorMessage&&(qe=$.timeoutErrorMessage),n(new AxiosError(qe,er.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,e,Ue)),Ue=null},k===void 0&&L.setContentType(null),"setRequestHeader"in Ue&&utils$1.forEach(L.toJSON(),function(qe,er){Ue.setRequestHeader(er,qe)}),utils$1.isUndefined($.withCredentials)||(Ue.withCredentials=!!$.withCredentials),j&&j!=="json"&&(Ue.responseType=$.responseType),z&&([ue,_e]=progressEventReducer(z,!0),Ue.addEventListener("progress",ue)),V&&Ue.upload&&([oe,de]=progressEventReducer(V),Ue.upload.addEventListener("progress",oe),Ue.upload.addEventListener("loadend",de)),($.cancelToken||$.signal)&&(re=Fe=>{Ue&&(n(!Fe||Fe.type?new CanceledError(null,e,Ue):Fe),Ue.abort(),Ue=null)},$.cancelToken&&$.cancelToken.subscribe(re),$.signal&&($.signal.aborted?re():$.signal.addEventListener("abort",re)));const Ve=parseProtocol($.url);if(Ve&&platform.protocols.indexOf(Ve)===-1){n(new AxiosError("Unsupported protocol "+Ve+":",AxiosError.ERR_BAD_REQUEST,e));return}Ue.send(k||null)})},composeSignals=(e,t)=>{let y=new AbortController,n;const $=function(V){if(!n){n=!0,L();const z=V instanceof Error?V:this.reason;y.abort(z instanceof AxiosError?z:new CanceledError(z instanceof Error?z.message:z))}};let k=t&&setTimeout(()=>{$(new AxiosError(`timeout ${t} of ms exceeded`,AxiosError.ETIMEDOUT))},t);const L=()=>{e&&(k&&clearTimeout(k),k=null,e.forEach(V=>{V&&(V.removeEventListener?V.removeEventListener("abort",$):V.unsubscribe($))}),e=null)};e.forEach(V=>V&&V.addEventListener&&V.addEventListener("abort",$));const{signal:j}=y;return j.unsubscribe=L,[j,()=>{k&&clearTimeout(k),k=null}]},streamChunk=function*(e,t){let y=e.byteLength;if(!t||y<t){yield e;return}let n=0,$;for(;n<y;)$=n+t,yield e.slice(n,$),n=$},readBytes=async function*(e,t,y){for await(const n of e)yield*streamChunk(ArrayBuffer.isView(n)?n:await y(String(n)),t)},trackStream=(e,t,y,n,$)=>{const k=readBytes(e,t,$);let L=0,j,V=z=>{j||(j=!0,n&&n(z))};return new ReadableStream({async pull(z){try{const{done:re,value:oe}=await k.next();if(re){V(),z.close();return}let ue=oe.byteLength;if(y){let de=L+=ue;y(de)}z.enqueue(new Uint8Array(oe))}catch(re){throw V(re),re}},cancel(z){return V(z),k.return()}},{highWaterMark:2})},isFetchSupported=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",isReadableStreamSupported=isFetchSupported&&typeof ReadableStream=="function",encodeText=isFetchSupported&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),test=(e,...t)=>{try{return!!e(...t)}catch{return!1}},supportsRequestStream=isReadableStreamSupported&&test(()=>{let e=!1;const t=new Request(platform.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),DEFAULT_CHUNK_SIZE=64*1024,supportsResponseStream=isReadableStreamSupported&&test(()=>utils$1.isReadableStream(new Response("").body)),resolvers={stream:supportsResponseStream&&(e=>e.body)};isFetchSupported&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!resolvers[t]&&(resolvers[t]=utils$1.isFunction(e[t])?y=>y[t]():(y,n)=>{throw new AxiosError(`Response type '${t}' is not supported`,AxiosError.ERR_NOT_SUPPORT,n)})})})(new Response);const getBodyLength=async e=>{if(e==null)return 0;if(utils$1.isBlob(e))return e.size;if(utils$1.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(utils$1.isArrayBufferView(e)||utils$1.isArrayBuffer(e))return e.byteLength;if(utils$1.isURLSearchParams(e)&&(e=e+""),utils$1.isString(e))return(await encodeText(e)).byteLength},resolveBodyLength=async(e,t)=>{const y=utils$1.toFiniteNumber(e.getContentLength());return y??getBodyLength(t)},fetchAdapter=isFetchSupported&&(async e=>{let{url:t,method:y,data:n,signal:$,cancelToken:k,timeout:L,onDownloadProgress:j,onUploadProgress:V,responseType:z,headers:re,withCredentials:oe="same-origin",fetchOptions:ue}=resolveConfig(e);z=z?(z+"").toLowerCase():"text";let[de,_e]=$||k||L?composeSignals([$,k],L):[],Ne,Ue;const $e=()=>{!Ne&&setTimeout(()=>{de&&de.unsubscribe()}),Ne=!0};let Ve;try{if(V&&supportsRequestStream&&y!=="get"&&y!=="head"&&(Ve=await resolveBodyLength(re,n))!==0){let ir=new Request(t,{method:"POST",body:n,duplex:"half"}),dr;if(utils$1.isFormData(n)&&(dr=ir.headers.get("content-type"))&&re.setContentType(dr),ir.body){const[cr,nr]=progressEventDecorator(Ve,progressEventReducer(asyncDecorator(V)));n=trackStream(ir.body,DEFAULT_CHUNK_SIZE,cr,nr,encodeText)}}utils$1.isString(oe)||(oe=oe?"include":"omit"),Ue=new Request(t,{...ue,signal:de,method:y.toUpperCase(),headers:re.normalize().toJSON(),body:n,duplex:"half",credentials:oe});let Fe=await fetch(Ue);const qe=supportsResponseStream&&(z==="stream"||z==="response");if(supportsResponseStream&&(j||qe)){const ir={};["status","statusText","headers"].forEach(lr=>{ir[lr]=Fe[lr]});const dr=utils$1.toFiniteNumber(Fe.headers.get("content-length")),[cr,nr]=j&&progressEventDecorator(dr,progressEventReducer(asyncDecorator(j),!0))||[];Fe=new Response(trackStream(Fe.body,DEFAULT_CHUNK_SIZE,cr,()=>{nr&&nr(),qe&&$e()},encodeText),ir)}z=z||"text";let er=await resolvers[utils$1.findKey(resolvers,z)||"text"](Fe,e);return!qe&&$e(),_e&&_e(),await new Promise((ir,dr)=>{settle(ir,dr,{data:er,headers:AxiosHeaders.from(Fe.headers),status:Fe.status,statusText:Fe.statusText,config:e,request:Ue})})}catch(Fe){throw $e(),Fe&&Fe.name==="TypeError"&&/fetch/i.test(Fe.message)?Object.assign(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,Ue),{cause:Fe.cause||Fe}):AxiosError.from(Fe,Fe&&Fe.code,e,Ue)}}),knownAdapters={http:httpAdapter,xhr:xhrAdapter,fetch:fetchAdapter};utils$1.forEach(knownAdapters,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const renderReason=e=>`- ${e}`,isResolvedHandle=e=>utils$1.isFunction(e)||e===null||e===!1,adapters={getAdapter:e=>{e=utils$1.isArray(e)?e:[e];const{length:t}=e;let y,n;const $={};for(let k=0;k<t;k++){y=e[k];let L;if(n=y,!isResolvedHandle(y)&&(n=knownAdapters[(L=String(y)).toLowerCase()],n===void 0))throw new AxiosError(`Unknown adapter '${L}'`);if(n)break;$[L||"#"+k]=n}if(!n){const k=Object.entries($).map(([j,V])=>`adapter ${j} `+(V===!1?"is not supported by the environment":"is not available in the build"));let L=t?k.length>1?`since :
`+k.map(renderReason).join(`
`):" "+renderReason(k[0]):"as no adapter specified";throw new AxiosError("There is no suitable adapter to dispatch the request "+L,"ERR_NOT_SUPPORT")}return n},adapters:knownAdapters};function throwIfCancellationRequested(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new CanceledError(null,e)}function dispatchRequest(e){return throwIfCancellationRequested(e),e.headers=AxiosHeaders.from(e.headers),e.data=transformData.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),adapters.getAdapter(e.adapter||defaults.adapter)(e).then(function(n){return throwIfCancellationRequested(e),n.data=transformData.call(e,e.transformResponse,n),n.headers=AxiosHeaders.from(n.headers),n},function(n){return isCancel(n)||(throwIfCancellationRequested(e),n&&n.response&&(n.response.data=transformData.call(e,e.transformResponse,n.response),n.response.headers=AxiosHeaders.from(n.response.headers))),Promise.reject(n)})}const VERSION="1.7.4",validators$1={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{validators$1[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const deprecatedWarnings={};validators$1.transitional=function(t,y,n){function $(k,L){return"[Axios v"+VERSION+"] Transitional option '"+k+"'"+L+(n?". "+n:"")}return(k,L,j)=>{if(t===!1)throw new AxiosError($(L," has been removed"+(y?" in "+y:"")),AxiosError.ERR_DEPRECATED);return y&&!deprecatedWarnings[L]&&(deprecatedWarnings[L]=!0,console.warn($(L," has been deprecated since v"+y+" and will be removed in the near future"))),t?t(k,L,j):!0}};function assertOptions(e,t,y){if(typeof e!="object")throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let $=n.length;for(;$-- >0;){const k=n[$],L=t[k];if(L){const j=e[k],V=j===void 0||L(j,k,e);if(V!==!0)throw new AxiosError("option "+k+" must be "+V,AxiosError.ERR_BAD_OPTION_VALUE);continue}if(y!==!0)throw new AxiosError("Unknown option "+k,AxiosError.ERR_BAD_OPTION)}}const validator={assertOptions,validators:validators$1},validators=validator.validators;class Axios{constructor(t){this.defaults=t,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(t,y){try{return await this._request(t,y)}catch(n){if(n instanceof Error){let $;Error.captureStackTrace?Error.captureStackTrace($={}):$=new Error;const k=$.stack?$.stack.replace(/^.+\n/,""):"";try{n.stack?k&&!String(n.stack).endsWith(k.replace(/^.+\n.+\n/,""))&&(n.stack+=`
`+k):n.stack=k}catch{}}throw n}}_request(t,y){typeof t=="string"?(y=y||{},y.url=t):y=t||{},y=mergeConfig(this.defaults,y);const{transitional:n,paramsSerializer:$,headers:k}=y;n!==void 0&&validator.assertOptions(n,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1),$!=null&&(utils$1.isFunction($)?y.paramsSerializer={serialize:$}:validator.assertOptions($,{encode:validators.function,serialize:validators.function},!0)),y.method=(y.method||this.defaults.method||"get").toLowerCase();let L=k&&utils$1.merge(k.common,k[y.method]);k&&utils$1.forEach(["delete","get","head","post","put","patch","common"],_e=>{delete k[_e]}),y.headers=AxiosHeaders.concat(L,k);const j=[];let V=!0;this.interceptors.request.forEach(function(Ne){typeof Ne.runWhen=="function"&&Ne.runWhen(y)===!1||(V=V&&Ne.synchronous,j.unshift(Ne.fulfilled,Ne.rejected))});const z=[];this.interceptors.response.forEach(function(Ne){z.push(Ne.fulfilled,Ne.rejected)});let re,oe=0,ue;if(!V){const _e=[dispatchRequest.bind(this),void 0];for(_e.unshift.apply(_e,j),_e.push.apply(_e,z),ue=_e.length,re=Promise.resolve(y);oe<ue;)re=re.then(_e[oe++],_e[oe++]);return re}ue=j.length;let de=y;for(oe=0;oe<ue;){const _e=j[oe++],Ne=j[oe++];try{de=_e(de)}catch(Ue){Ne.call(this,Ue);break}}try{re=dispatchRequest.call(this,de)}catch(_e){return Promise.reject(_e)}for(oe=0,ue=z.length;oe<ue;)re=re.then(z[oe++],z[oe++]);return re}getUri(t){t=mergeConfig(this.defaults,t);const y=buildFullPath(t.baseURL,t.url);return buildURL(y,t.params,t.paramsSerializer)}}utils$1.forEach(["delete","get","head","options"],function(t){Axios.prototype[t]=function(y,n){return this.request(mergeConfig(n||{},{method:t,url:y,data:(n||{}).data}))}});utils$1.forEach(["post","put","patch"],function(t){function y(n){return function(k,L,j){return this.request(mergeConfig(j||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:k,data:L}))}}Axios.prototype[t]=y(),Axios.prototype[t+"Form"]=y(!0)});class CancelToken{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let y;this.promise=new Promise(function(k){y=k});const n=this;this.promise.then($=>{if(!n._listeners)return;let k=n._listeners.length;for(;k-- >0;)n._listeners[k]($);n._listeners=null}),this.promise.then=$=>{let k;const L=new Promise(j=>{n.subscribe(j),k=j}).then($);return L.cancel=function(){n.unsubscribe(k)},L},t(function(k,L,j){n.reason||(n.reason=new CanceledError(k,L,j),y(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const y=this._listeners.indexOf(t);y!==-1&&this._listeners.splice(y,1)}static source(){let t;return{token:new CancelToken(function($){t=$}),cancel:t}}}function spread(e){return function(y){return e.apply(null,y)}}function isAxiosError(e){return utils$1.isObject(e)&&e.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(([e,t])=>{HttpStatusCode[t]=e});function createInstance(e){const t=new Axios(e),y=bind(Axios.prototype.request,t);return utils$1.extend(y,Axios.prototype,t,{allOwnKeys:!0}),utils$1.extend(y,t,null,{allOwnKeys:!0}),y.create=function($){return createInstance(mergeConfig(e,$))},y}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(t){return Promise.all(t)};axios.spread=spread;axios.isAxiosError=isAxiosError;axios.mergeConfig=mergeConfig;axios.AxiosHeaders=AxiosHeaders;axios.formToJSON=e=>formDataToJSON(utils$1.isHTMLForm(e)?new FormData(e):e);axios.getAdapter=adapters.getAdapter;axios.HttpStatusCode=HttpStatusCode;axios.default=axios;const service=axios.create({baseURL:"",timeout:30*1e3});service.interceptors.request.use(e=>(/^(?:post|put|delete)$/i.test(e.method)&&e.data&&e.data.upload&&(e.headers["Content-Type"]="multipart/form-data"),e),e=>{Promise.reject(e)});service.interceptors.response.use(e=>e.data?e.data:Promise.reject(e),e=>Promise.reject(e));function utf16to8(e){let t,y,n,$;for(t="",n=e.length,y=0;y<n;y++)$=e.charCodeAt(y),$>=1&&$<=127?t+=e.charAt(y):$>2047?(t+=String.fromCharCode(224|$>>12&15),t+=String.fromCharCode(128|$>>6&63),t+=String.fromCharCode(128|$>>0&63)):(t+=String.fromCharCode(192|$>>6&31),t+=String.fromCharCode(128|$>>0&63));return t}function utf8to16(e){let t,y,n,$,k,L;for(t="",n=e.length,y=0;y<n;)switch($=e.charCodeAt(y++),$>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:t+=e.charAt(y-1);break;case 12:case 13:k=e.charCodeAt(y++),t+=String.fromCharCode(($&31)<<6|k&63);break;case 14:k=e.charCodeAt(y++),L=e.charCodeAt(y++),t+=String.fromCharCode(($&15)<<12|(k&63)<<6|(L&63)<<0);break}return t}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(e){let t,y,n,$,k,L;for(n=e.length,y=0,t="";y<n;){if($=e.charCodeAt(y++)&255,y==n){t+=base64EncodeChars.charAt($>>2),t+=base64EncodeChars.charAt(($&3)<<4),t+="==";break}if(k=e.charCodeAt(y++),y==n){t+=base64EncodeChars.charAt($>>2),t+=base64EncodeChars.charAt(($&3)<<4|(k&240)>>4),t+=base64EncodeChars.charAt((k&15)<<2),t+="=";break}L=e.charCodeAt(y++),t+=base64EncodeChars.charAt($>>2),t+=base64EncodeChars.charAt(($&3)<<4|(k&240)>>4),t+=base64EncodeChars.charAt((k&15)<<2|(L&192)>>6),t+=base64EncodeChars.charAt(L&63)}return t}function base64decode(e){let t,y,n,$,k,L,j;for(L=e.length,k=0,j="";k<L;){do t=base64DecodeChars[e.charCodeAt(k++)&255];while(k<L&&t==-1);if(t==-1)break;do y=base64DecodeChars[e.charCodeAt(k++)&255];while(k<L&&y==-1);if(y==-1)break;j+=String.fromCharCode(t<<2|(y&48)>>4);do{if(n=e.charCodeAt(k++)&255,n==61)return j;n=base64DecodeChars[n]}while(k<L&&n==-1);if(n==-1)break;j+=String.fromCharCode((y&15)<<4|(n&60)>>2);do{if($=e.charCodeAt(k++)&255,$==61)return j;$=base64DecodeChars[$]}while(k<L&&$==-1);if($==-1)break;j+=String.fromCharCode((n&3)<<6|$)}return j}function safe64(e){return e=e.replace(/\+/g,"-"),e=e.replace(/\//g,"_"),e}const tokenTools=Object.freeze(Object.defineProperty({__proto__:null,base64decode,base64encode,safe64,utf16to8,utf8to16},Symbol.toStringTag,{value:"Module"}));function getConfig(e,t){if(e){const $=t==="github"?githubConfig:giteeConfig,{username:k,repoList:L,branch:j,accessTokenList:V}=$,z=Math.floor(Math.random()*V.length),re=V[z].replace("doocsmd",""),oe=Math.floor(Math.random()*L.length),ue=L[oe];return{username:k,repo:ue,branch:j,accessToken:re}}const y=JSON.parse(localStorage.getItem(`${t}Config`)),n=y.repo.replace(`https://${t}.com/`,"").replace(`http://${t}.com/`,"").replace(`${t}.com/`,"").split("/");return{username:n[0],repo:n[1],branch:y.branch||"master",accessToken:y.accessToken}}function getDir(){const e=new Date,t=e.getFullYear(),y=(e.getMonth()+1).toString().padStart(2,"0"),n=e.getDate().toString().padStart(2,"0");return`${t}/${y}/${n}`}function getDateFilename(e){const t=new Date().getTime(),y=e.split(".")[1];return`${t}-${v4()}.${y}`}async function ghFileUpload(e,t){var de;const y=localStorage.getItem("imgHost")==="default",{username:n,repo:$,branch:k,accessToken:L}=getConfig(y,"github"),j=getDir(),V=`https://api.github.com/repos/${n}/${$}/contents/${j}/`,z=getDateFilename(t),re=await service({url:V+z,method:"put",headers:{Authorization:`token ${L}`},data:{content:e,branch:k,message:`Upload by ${window.location.href}`}}),oe=`raw.githubusercontent.com/${n}/${$}/${k}/`,ue=`fastly.jsdelivr.net/gh/${n}/${$}@${k}/`;return re.content=((de=re.data)==null?void 0:de.content)||re.content,y?re.content.download_url.replace(oe,ue):re.content.download_url}async function giteeUpload(e,t){var oe;const y=localStorage.getItem("imgHost")==="default",{username:n,repo:$,branch:k,accessToken:L}=getConfig(y,"gitee"),j=getDir(),V=getDateFilename(t),z=`https://gitee.com/api/v5/repos/${n}/${$}/contents/${j}/${V}`,re=await service({url:z,method:"POST",data:{content:e,branch:k,access_token:L,message:`Upload by ${window.location.href}`}});return re.content=((oe=re.data)==null?void 0:oe.content)||re.content,encodeURI(re.content.download_url)}function getQiniuToken(e,t,y){const n=JSON.stringify(y),$=base64encode(utf16to8(n)),L=CryptoJS.HmacSHA1($,t).toString(CryptoJS.enc.Base64);return`${e}:${safe64(L)}:${$}`}async function qiniuUpload(e){const{accessKey:t,secretKey:y,bucket:n,region:$,path:k,domain:L}=JSON.parse(localStorage.getItem("qiniuConfig")),j=getQiniuToken(t,y,{scope:n,deadline:Math.trunc(new Date().getTime()/1e3)+3600}),z=(k?`${k}/`:"")+getDateFilename(e.name),re=upload(e,z,j,{},{region:$});return new Promise((oe,ue)=>{re.subscribe({next:de=>{console.log(de)},error:de=>{ue(de.message)},complete:de=>{oe(`${L}/${de.key}`)}})})}async function aliOSSFileUpload(e,t){const y=getDateFilename(t),{region:n,bucket:$,accessKeyId:k,accessKeySecret:L,cdnHost:j,path:V}=JSON.parse(localStorage.getItem("aliOSSConfig")),z=Buffer(e,"base64"),re=`${V}/${y}`,oe=new OSS({region:n,bucket:$,accessKeyId:k,accessKeySecret:L});try{const ue=await oe.put(re,z);return j===""?ue.url:`${j}/${V===""?y:re}`}catch(ue){return Promise.reject(ue)}}async function txCOSFileUpload(e){const t=getDateFilename(e.name),{secretId:y,secretKey:n,bucket:$,region:k,path:L,cdnHost:j}=JSON.parse(localStorage.getItem("txCOSConfig")),V=new COS({SecretId:y,SecretKey:n});return new Promise((z,re)=>{V.putObject({Bucket:$,Region:k,Key:`${L}/${t}`,Body:e},(oe,ue)=>{oe?re(oe):z(j?L===""?`${j}/${t}`:`${j}/${L}/${t}`:`https://${ue.Location}`)})})}async function minioFileUpload(e,t){const y=getDateFilename(t),{endpoint:n,port:$,useSSL:k,bucket:L,accessKey:j,secretKey:V}=JSON.parse(localStorage.getItem("minioConfig")),z=Buffer(e,"base64"),re={endPoint:n,useSSL:k,accessKey:j,secretKey:V},oe=Number($||0),ue=oe>0&&oe!==80&&oe!==443;return ue&&(re.port=oe),new Promise((de,_e)=>{const Ne=new minio.Client(re);try{Ne.putObject(L,y,z,Ue=>{Ue&&_e(Ue);const Ve=`${`${k?"https://":"http://"}${n}${ue?`:${$}`:""}`}/${L}/${y}`;de(Ve)})}catch(Ue){_e(Ue)}})}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(e=>{console.error(e),reject(e)})})}function fileUpload(e,t){const y=localStorage.getItem("imgHost");switch(!y&&localStorage.setItem("imgHost","default"),y){case"aliOSS":return aliOSSFileUpload(e,t.name);case"minio":return minioFileUpload(e,t.name);case"txCOS":return txCOSFileUpload(t);case"qiniu":return qiniuUpload(t);case"gitee":return giteeUpload(e,t.name);case"github":return ghFileUpload(e,t.name);case"formCustom":return formCustomUpload(e,t);default:return ghFileUpload(e,t.name)}}const fileApi={fileUpload},_sfc_main$q={__name:"PostInfo",setup(e){const t=useStore(),{output:y}=storeToRefs(t),n=ref$1(!1),$=ref$1({title:"",desc:"",thumb:"",content:""});function k(){var V;let j={};try{j={thumb:(V=document.querySelector("#output img"))==null?void 0:V.src,title:[1,2,3,4,5,6].map(z=>document.querySelector(`#output h${z}`)).filter(z=>z)[0].textContent,desc:document.querySelector("#output p").textContent,content:y.value}}catch(z){console.log("error",z)}$.value={...j,auto:j},n.value=!0}function L(){n.value=!1,window.syncPost({thumb:$.value.thumb||$.value.auto.thumb,title:$.value.title||$.value.auto.title,desc:$.value.desc||$.value.auto.desc,content:$.value.content||$.value.auto.content})}return(j,V)=>{const z=resolveComponent("el-button"),re=resolveComponent("el-alert"),oe=resolveComponent("el-input"),ue=resolveComponent("el-form-item"),de=resolveComponent("el-form"),_e=resolveComponent("el-dialog");return openBlock(),createElementBlock(Fragment,null,[createVNode(z,{plain:"",type:"primary",onClick:k},{default:withCtx(()=>[createTextVNode(" 发布 ")]),_:1}),createVNode(_e,{title:"发布","model-value":n.value,onClose:V[4]||(V[4]=Ne=>n.value=!1)},{footer:withCtx(()=>[createVNode(z,{onClick:V[3]||(V[3]=Ne=>n.value=!1)},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(z,{type:"primary",onClick:L},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})]),default:withCtx(()=>[createVNode(re,{class:"mb-4",title:"注:此功能由第三方浏览器插件支持,本平台不保证安全性。",type:"info","show-icon":""}),createVNode(de,{class:"postInfo","label-width":"50",model:$.value},{default:withCtx(()=>[createVNode(ue,{label:"封面"},{default:withCtx(()=>[createVNode(oe,{modelValue:$.value.thumb,"onUpdate:modelValue":V[0]||(V[0]=Ne=>$.value.thumb=Ne),placeholder:"自动提取第一张图"},null,8,["modelValue"])]),_:1}),createVNode(ue,{label:"标题"},{default:withCtx(()=>[createVNode(oe,{modelValue:$.value.title,"onUpdate:modelValue":V[1]||(V[1]=Ne=>$.value.title=Ne),placeholder:"自动提取第一个标题"},null,8,["modelValue"])]),_:1}),createVNode(ue,{label:"描述"},{default:withCtx(()=>[createVNode(oe,{modelValue:$.value.desc,"onUpdate:modelValue":V[2]||(V[2]=Ne=>$.value.desc=Ne),type:"textarea",rows:4,placeholder:"自动提取第一个段落"},null,8,["modelValue"])]),_:1})]),_:1},8,["model"])]),_:1},8,["model-value"])],64)}}};function isComponentPublicInstance(e){return e!=null&&typeof e=="object"&&"$el"in e}function unwrapElement(e){if(isComponentPublicInstance(e)){const t=e.$el;return isNode$1(t)&&getNodeName(t)==="#comment"?null:t}return e}function toValue$1(e){return typeof e=="function"?e():unref(e)}function arrow(e){return{name:"arrow",options:e,fn(t){const y=unwrapElement(toValue$1(e.element));return y==null?{}:arrow$1({element:y,padding:e.padding}).fn(t)}}}function getDPR(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function roundByDPR(e,t){const y=getDPR(e);return Math.round(t*y)/y}function useFloating(e,t,y){y===void 0&&(y={});const n=y.whileElementsMounted,$=computed(()=>{var dr;return(dr=toValue$1(y.open))!=null?dr:!0}),k=computed(()=>toValue$1(y.middleware)),L=computed(()=>{var dr;return(dr=toValue$1(y.placement))!=null?dr:"bottom"}),j=computed(()=>{var dr;return(dr=toValue$1(y.strategy))!=null?dr:"absolute"}),V=computed(()=>{var dr;return(dr=toValue$1(y.transform))!=null?dr:!0}),z=computed(()=>unwrapElement(e.value)),re=computed(()=>unwrapElement(t.value)),oe=ref$1(0),ue=ref$1(0),de=ref$1(j.value),_e=ref$1(L.value),Ne=shallowRef({}),Ue=ref$1(!1),$e=computed(()=>{const dr={position:de.value,left:"0",top:"0"};if(!re.value)return dr;const cr=roundByDPR(re.value,oe.value),nr=roundByDPR(re.value,ue.value);return V.value?{...dr,transform:"translate("+cr+"px, "+nr+"px)",...getDPR(re.value)>=1.5&&{willChange:"transform"}}:{position:de.value,left:cr+"px",top:nr+"px"}});let Ve;function Fe(){z.value==null||re.value==null||computePosition(z.value,re.value,{middleware:k.value,placement:L.value,strategy:j.value}).then(dr=>{oe.value=dr.x,ue.value=dr.y,de.value=dr.strategy,_e.value=dr.placement,Ne.value=dr.middlewareData,Ue.value=!0})}function qe(){typeof Ve=="function"&&(Ve(),Ve=void 0)}function er(){if(qe(),n===void 0){Fe();return}if(z.value!=null&&re.value!=null){Ve=n(z.value,re.value,Fe);return}}function ir(){$.value||(Ue.value=!1)}return watch([k,L,j],Fe,{flush:"sync"}),watch([z,re],er,{flush:"sync"}),watch($,ir,{flush:"sync"}),getCurrentScope()&&onScopeDispose(qe),{x:shallowReadonly(oe),y:shallowReadonly(ue),strategy:shallowReadonly(de),placement:shallowReadonly(_e),middlewareData:shallowReadonly(Ne),isPositioned:shallowReadonly(Ue),floatingStyles:$e,update:Fe}}function Q(e,t){const y=typeof e=="string"&&!t?`${e}Context`:t,n=Symbol(y);return[$=>{const k=inject(n,$);if(k||k===null)return k;throw new Error(`Injection \`${n.toString()}\` not found. Component must be used within ${Array.isArray(e)?`one of the following components: ${e.join(", ")}`:`\`${e}\``}`)},$=>(provide(n,$),$)]}function zt(e,t,y){const n=y.originalEvent.target,$=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:y});t&&n.addEventListener(e,t,{once:!0}),n.dispatchEvent($)}function qr(e,t){var y;const n=shallowRef();return watchEffect(()=>{n.value=e()},{...t,flush:(y=void 0)!=null?y:"sync"}),readonly(n)}function mt(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function ia(){const e=new Set,t=y=>{e.delete(y)};return{on:y=>{e.add(y);const n=()=>t(y);return mt(n),{off:n}},off:t,trigger:(...y)=>Promise.all(Array.from(e).map(n=>n(...y)))}}function Xr(e){let t=!1,y;const n=effectScope(!0);return(...$)=>(t||(y=n.run(()=>e(...$)),t=!0),y)}function wl(e){let t=0,y,n;const $=()=>{t-=1,n&&t<=0&&(n.stop(),y=void 0,n=void 0)};return(...k)=>(t+=1,y||(n=effectScope(!0),y=n.run(()=>e(...k))),mt($),y)}function ze(e){return typeof e=="function"?e():unref(e)}const Ze=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Jr=e=>typeof e<"u",ei=Object.prototype.toString,ti=e=>ei.call(e)==="[object Object]",Va=()=>{},Lo=ai();function ai(){var e,t;return Ze&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function xl(e,t){function y(...n){return new Promise(($,k)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then($).catch(k)})}return y}const Sl=e=>e();function oi(e=Sl){const t=ref$1(!0);function y(){t.value=!1}function n(){t.value=!0}const $=(...k)=>{t.value&&e(...k)};return{isActive:readonly(t),pause:y,resume:n,eventFilter:$}}function El(e){return getCurrentInstance()}function Dt(e,t=1e4){return customRef((y,n)=>{let $=ze(e),k;const L=()=>setTimeout(()=>{$=ze(e),n()},ze(t));return mt(()=>{clearTimeout(k)}),{get(){return y(),$},set(j){$=j,n(),clearTimeout(k),k=L()}}})}function li(e,t,y={}){const{eventFilter:n=Sl,...$}=y;return watch(e,xl(n,t),$)}function zo(e,t,y={}){const{eventFilter:n,...$}=y,{eventFilter:k,pause:L,resume:j,isActive:V}=oi(n);return{stop:li(e,t,{...$,eventFilter:k}),pause:L,resume:j,isActive:V}}function si(e,t,...[y]){const{flush:n="sync",deep:$=!1,immediate:k=!0,direction:L="both",transform:j={}}=y||{},V=[],z="ltr"in j&&j.ltr||(oe=>oe),re="rtl"in j&&j.rtl||(oe=>oe);return(L==="both"||L==="ltr")&&V.push(zo(e,oe=>{V.forEach(ue=>ue.pause()),t.value=z(oe),V.forEach(ue=>ue.resume())},{flush:n,deep:$,immediate:k})),(L==="both"||L==="rtl")&&V.push(zo(t,oe=>{V.forEach(ue=>ue.pause()),e.value=re(oe),V.forEach(ue=>ue.resume())},{flush:n,deep:$,immediate:k})),()=>{V.forEach(oe=>oe.stop())}}function ri(e,t){El()&&onBeforeUnmount(e,t)}function Be(e){var t;const y=ze(e);return(t=y==null?void 0:y.$el)!=null?t:y}const Ut=Ze?window:void 0;function Le(...e){let t,y,n,$;if(typeof e[0]=="string"||Array.isArray(e[0])?([y,n,$]=e,t=Ut):[t,y,n,$]=e,!t)return Va;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const k=[],L=()=>{k.forEach(re=>re()),k.length=0},j=(re,oe,ue,de)=>(re.addEventListener(oe,ue,de),()=>re.removeEventListener(oe,ue,de)),V=watch(()=>[Be(t),ze($)],([re,oe])=>{if(L(),!re)return;const ue=ti(oe)?{...oe}:oe;k.push(...y.flatMap(de=>n.map(_e=>j(re,de,_e,ue))))},{immediate:!0,flush:"post"}),z=()=>{V(),L()};return mt(z),z}function ci(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function jn(...e){let t,y,n={};e.length===3?(t=e[0],y=e[1],n=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,y=e[0],n=e[1]):(t=e[0],y=e[1]):(t=!0,y=e[0]);const{target:$=Ut,eventName:k="keydown",passive:L=!1,dedupe:j=!1}=n,V=ci(t);return Le($,k,z=>{z.repeat&&ze(j)||V(z)&&y(z)},L)}function ja(){const e=ref$1(!1),t=getCurrentInstance();return t&&onMounted(()=>{e.value=!0},t),e}function fi(e){return JSON.parse(JSON.stringify(e))}function ae(e,t,y,n={}){var $,k,L;const{clone:j=!1,passive:V=!1,eventName:z,deep:re=!1,defaultValue:oe,shouldEmit:ue}=n,de=getCurrentInstance(),_e=y||(de==null?void 0:de.emit)||(($=de==null?void 0:de.$emit)==null?void 0:$.bind(de))||((L=(k=de==null?void 0:de.proxy)==null?void 0:k.$emit)==null?void 0:L.bind(de==null?void 0:de.proxy));let Ne=z;t||(t="modelValue"),Ne=Ne||`update:${t.toString()}`;const Ue=Fe=>j?typeof j=="function"?j(Fe):fi(Fe):Fe,$e=()=>Jr(e[t])?Ue(e[t]):oe,Ve=Fe=>{ue?ue(Fe)&&_e(Ne,Fe):_e(Ne,Fe)};if(V){const Fe=$e(),qe=ref$1(Fe);let er=!1;return watch(()=>e[t],ir=>{er||(er=!0,qe.value=Ue(ir),nextTick$3(()=>er=!1))}),watch(qe,ir=>{!er&&(ir!==e[t]||re)&&Ve(ir)},{deep:re}),qe}else return computed({get(){return $e()},set(Fe){Ve(Fe)}})}function Ua(e){return e?e.flatMap(t=>t.type===Fragment?Ua(t.children):[t]):[]}const hi=["INPUT","TEXTAREA"];function $t(e,t,y,n={}){if(!t||n.enableIgnoredElement&&hi.includes(t.nodeName))return null;const{arrowKeyOptions:$="both",attributeName:k="[data-radix-vue-collection-item]",itemsArray:L=[],loop:j=!0,dir:V="ltr",preventScroll:z=!0,focus:re=!1}=n,[oe,ue,de,_e,Ne,Ue]=[e.key==="ArrowRight",e.key==="ArrowLeft",e.key==="ArrowUp",e.key==="ArrowDown",e.key==="Home",e.key==="End"],$e=de||_e,Ve=oe||ue;if(!Ne&&!Ue&&(!$e&&!Ve||$==="vertical"&&Ve||$==="horizontal"&&$e))return null;const Fe=y?Array.from(y.querySelectorAll(k)):L;if(!Fe.length)return null;z&&e.preventDefault();let qe=null;return Ve||$e?qe=Il(Fe,t,{goForward:$e?_e:V==="ltr"?oe:ue,loop:j}):Ne?qe=Fe.at(0)||null:Ue&&(qe=Fe.at(-1)||null),re&&(qe==null||qe.focus()),qe}function Il(e,t,y,n=e.length){if(--n===0)return null;const $=e.indexOf(t),k=y.goForward?$+1:$-1;if(!y.loop&&(k<0||k>=e.length))return null;const L=(k+e.length)%e.length,j=e[L];return j?j.hasAttribute("disabled")&&j.getAttribute("disabled")!=="false"?Il(e,j,y,n):j:null}function gn(e){if(e===null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)==="[object Module]":!0}function Pn(e,t,y=".",n){if(!gn(t))return Pn(e,{},y);const $=Object.assign({},t);for(const k in e){if(k==="__proto__"||k==="constructor")continue;const L=e[k];L!=null&&(Array.isArray(L)&&Array.isArray($[k])?$[k]=[...L,...$[k]]:gn(L)&&gn($[k])?$[k]=Pn(L,$[k],(y?`${y}.`:"")+k.toString()):$[k]=L)}return $}function yi(e){return(...t)=>t.reduce((y,n)=>Pn(y,n,""),{})}const gi=yi(),[Ga,bi]=Q("ConfigProvider");let Ci="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",wi=(e=21)=>{let t="",y=e;for(;y--;)t+=Ci[Math.random()*64|0];return t};const _i=wl(()=>{const e=ref$1(new Map),t=ref$1(),y=computed(()=>{for(const L of e.value.values())if(L)return!0;return!1}),n=Ga({scrollBody:ref$1(!0)});let $=null;const k=()=>{document.body.style.paddingRight="",document.body.style.marginRight="",document.body.style.pointerEvents="",document.body.style.removeProperty("--scrollbar-width"),document.body.style.overflow=t.value??"",Lo&&($==null||$()),t.value=void 0};return watch(y,(L,j)=>{var V;if(!Ze)return;if(!L){j&&k();return}t.value===void 0&&(t.value=document.body.style.overflow);const z=window.innerWidth-document.documentElement.clientWidth,re={padding:z,margin:0},oe=(V=n.scrollBody)!=null&&V.value?typeof n.scrollBody.value=="object"?gi({padding:n.scrollBody.value.padding===!0?z:n.scrollBody.value.padding,margin:n.scrollBody.value.margin===!0?z:n.scrollBody.value.margin},re):re:{padding:0,margin:0};z>0&&(document.body.style.paddingRight=`${oe.padding}px`,document.body.style.marginRight=`${oe.margin}px`,document.body.style.setProperty("--scrollbar-width",`${z}px`),document.body.style.overflow="hidden"),Lo&&($=Le(document,"touchmove",ue=>{var de;ue.target===document.documentElement&&(ue.touches.length>1||(de=ue.preventDefault)==null||de.call(ue))},{passive:!1})),nextTick$3(()=>{document.body.style.pointerEvents="none",document.body.style.overflow="hidden"})},{immediate:!0,flush:"sync"}),e});function ha(e){const t=wi(6),y=_i();y.value.set(t,e??!1);const n=computed({get:()=>y.value.get(t)??!1,set:$=>y.value.set(t,$)});return ri(()=>{y.value.delete(t)}),n}const xi="data-radix-vue-collection-item";function Me(e,t=xi){const y=Symbol();return{createCollection:n=>{const $=ref$1([]);function k(){const L=Be(n);return L?$.value=Array.from(L.querySelectorAll(`[${t}]:not([data-disabled])`)):$.value=[]}return onBeforeUpdate(()=>{$.value=[]}),onMounted(k),onUpdated(k),watch(()=>n==null?void 0:n.value,k,{immediate:!0}),provide(y,$),$},injectCollection:()=>inject(y,ref$1([]))}}function ye(e){const t=Ga({dir:ref$1("ltr")});return computed(()=>{var y;return(e==null?void 0:e.value)||((y=t.dir)==null?void 0:y.value)||"ltr"})}function Re(e){const t=getCurrentInstance(),y=t==null?void 0:t.type.emits,n={};return y!=null&&y.length||console.warn(`No emitted event found. Please check component: ${t==null?void 0:t.type.__name}`),y==null||y.forEach($=>{n[toHandlerKey(camelize($))]=(...k)=>e($,...k)}),n}let bn=0;function Gn(){watchEffect(e=>{if(!Ze)return;const t=document.querySelectorAll("[data-radix-focus-guard]");document.body.insertAdjacentElement("afterbegin",t[0]??Ko()),document.body.insertAdjacentElement("beforeend",t[1]??Ko()),bn++,e(()=>{bn===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(y=>y.remove()),bn--})})}function Ko(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}function Bt(e){const t=getCurrentInstance(),y=Object.keys((t==null?void 0:t.type.props)??{}).reduce(($,k)=>{const L=(t==null?void 0:t.type.props[k]).default;return L!==void 0&&($[k]=L),$},{}),n=toRef$1(e);return computed(()=>{const $={},k=(t==null?void 0:t.vnode.props)??{};return Object.keys(k).forEach(L=>{$[camelize(L)]=k[L]}),Object.keys({...y,...$}).reduce((L,j)=>(n.value[j]!==void 0&&(L[j]=n.value[j]),L),{})})}function xe(e,t){const y=Bt(e),n=t?Re(t):{};return computed(()=>({...y.value,...n}))}function T(){const e=getCurrentInstance(),t=ref$1(),y=computed(()=>{var L,j;return["#text","#comment"].includes((L=t.value)==null?void 0:L.$el.nodeName)?(j=t.value)==null?void 0:j.$el.nextElementSibling:Be(t)}),n=Object.assign({},e.exposed),$={};for(const L in e.props)Object.defineProperty($,L,{enumerable:!0,configurable:!0,get:()=>e.props[L]});if(Object.keys(n).length>0)for(const L in n)Object.defineProperty($,L,{enumerable:!0,configurable:!0,get:()=>n[L]});Object.defineProperty($,"$el",{enumerable:!0,configurable:!0,get:()=>e.vnode.el}),e.exposed=$;function k(L){t.value=L,!(L instanceof Element||!L)&&(Object.defineProperty($,"$el",{enumerable:!0,configurable:!0,get:()=>L.$el}),e.exposed=$)}return{forwardRef:k,currentRef:t,currentElement:y}}function Tl(e,t){const y=Dt(!1,300),n=ref$1(null),$=ia();function k(){n.value=null,y.value=!1}function L(j,V){const z=j.currentTarget,re={x:j.clientX,y:j.clientY},oe=Si(re,z.getBoundingClientRect()),ue=Ei(re,oe),de=Pi(V.getBoundingClientRect()),_e=$i([...ue,...de]);n.value=_e,y.value=!0}return watchEffect(j=>{if(e.value&&t.value){const V=re=>L(re,t.value),z=re=>L(re,e.value);e.value.addEventListener("pointerleave",V),t.value.addEventListener("pointerleave",z),j(()=>{var re,oe;(re=e.value)==null||re.removeEventListener("pointerleave",V),(oe=t.value)==null||oe.removeEventListener("pointerleave",z)})}}),watchEffect(j=>{if(n.value){const V=z=>{var re,oe;if(!n.value)return;const ue=z.target,de={x:z.clientX,y:z.clientY},_e=((re=e.value)==null?void 0:re.contains(ue))||((oe=t.value)==null?void 0:oe.contains(ue)),Ne=!Di(de,n.value),Ue=ue.hasAttribute("data-grace-area-trigger");_e?k():(Ne||Ue)&&(k(),$.trigger())};document.addEventListener("pointermove",V),j(()=>document.removeEventListener("pointermove",V))}}),{isPointerInTransit:y,onPointerExit:$.on}}function Si(e,t){const y=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),$=Math.abs(t.right-e.x),k=Math.abs(t.left-e.x);switch(Math.min(y,n,$,k)){case k:return"left";case $:return"right";case y:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function Ei(e,t,y=5){const n=[];switch(t){case"top":n.push({x:e.x-y,y:e.y+y},{x:e.x+y,y:e.y+y});break;case"bottom":n.push({x:e.x-y,y:e.y-y},{x:e.x+y,y:e.y-y});break;case"left":n.push({x:e.x+y,y:e.y-y},{x:e.x+y,y:e.y+y});break;case"right":n.push({x:e.x-y,y:e.y-y},{x:e.x-y,y:e.y+y});break}return n}function Pi(e){const{top:t,right:y,bottom:n,left:$}=e;return[{x:$,y:t},{x:y,y:t},{x:y,y:n},{x:$,y:n}]}function Di(e,t){const{x:y,y:n}=e;let $=!1;for(let k=0,L=t.length-1;k<t.length;L=k++){const j=t[k].x,V=t[k].y,z=t[L].x,re=t[L].y;V>n!=re>n&&y<(z-j)*(n-V)/(re-V)+j&&($=!$)}return $}function $i(e){const t=e.slice();return t.sort((y,n)=>y.x<n.x?-1:y.x>n.x?1:y.y<n.y?-1:y.y>n.y?1:0),Bi(t)}function Bi(e){if(e.length<=1)return e.slice();const t=[];for(let n=0;n<e.length;n++){const $=e[n];for(;t.length>=2;){const k=t[t.length-1],L=t[t.length-2];if((k.x-L.x)*($.y-L.y)>=(k.y-L.y)*($.x-L.x))t.pop();else break}t.push($)}t.pop();const y=[];for(let n=e.length-1;n>=0;n--){const $=e[n];for(;y.length>=2;){const k=y[y.length-1],L=y[y.length-2];if((k.x-L.x)*($.y-L.y)>=(k.y-L.y)*($.x-L.x))y.pop();else break}y.push($)}return y.pop(),t.length===1&&y.length===1&&t[0].x===y[0].x&&t[0].y===y[0].y?t:t.concat(y)}var Ii=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Vt=new WeakMap,Pa=new WeakMap,Da={},Cn=0,Rl=function(e){return e&&(e.host||Rl(e.parentNode))},Ti=function(e,t){return t.map(function(y){if(e.contains(y))return y;var n=Rl(y);return n&&e.contains(n)?n:(console.error("aria-hidden",y,"in not contained inside",e,". Doing nothing"),null)}).filter(function(y){return!!y})},Ri=function(e,t,y,n){var $=Ti(t,Array.isArray(e)?e:[e]);Da[y]||(Da[y]=new WeakMap);var k=Da[y],L=[],j=new Set,V=new Set($),z=function(oe){!oe||j.has(oe)||(j.add(oe),z(oe.parentNode))};$.forEach(z);var re=function(oe){!oe||V.has(oe)||Array.prototype.forEach.call(oe.children,function(ue){if(j.has(ue))re(ue);else try{var de=ue.getAttribute(n),_e=de!==null&&de!=="false",Ne=(Vt.get(ue)||0)+1,Ue=(k.get(ue)||0)+1;Vt.set(ue,Ne),k.set(ue,Ue),L.push(ue),Ne===1&&_e&&Pa.set(ue,!0),Ue===1&&ue.setAttribute(y,"true"),_e||ue.setAttribute(n,"true")}catch($e){console.error("aria-hidden: cannot operate on ",ue,$e)}})};return re(t),j.clear(),Cn++,function(){L.forEach(function(oe){var ue=Vt.get(oe)-1,de=k.get(oe)-1;Vt.set(oe,ue),k.set(oe,de),ue||(Pa.has(oe)||oe.removeAttribute(n),Pa.delete(oe)),de||oe.removeAttribute(y)}),Cn--,Cn||(Vt=new WeakMap,Vt=new WeakMap,Pa=new WeakMap,Da={})}},Ai=function(e,t,y){y===void 0&&(y="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),$=Ii(e);return $?(n.push.apply(n,Array.from($.querySelectorAll("[aria-live]"))),Ri(n,$,y,"aria-hidden")):function(){return null}};function ya(e){let t;watch(()=>Be(e),y=>{y?t=Ai(y):t&&t()}),onUnmounted(()=>{t&&t()})}let Oi=0;function me(e,t="radix"){const{useId:y}=Ga({useId:void 0});return y&&typeof y=="function"?`${t}-${y()}`:`${t}-${++Oi}`}function Al(e){const t=ref$1(),y=computed(()=>{var $;return(($=t.value)==null?void 0:$.width)??0}),n=computed(()=>{var $;return(($=t.value)==null?void 0:$.height)??0});return onMounted(()=>{const $=Be(e);if($){t.value={width:$.offsetWidth,height:$.offsetHeight};const k=new ResizeObserver(L=>{if(!Array.isArray(L)||!L.length)return;const j=L[0];let V,z;if("borderBoxSize"in j){const re=j.borderBoxSize,oe=Array.isArray(re)?re[0]:re;V=oe.inlineSize,z=oe.blockSize}else V=$.offsetWidth,z=$.offsetHeight;t.value={width:V,height:z}});return k.observe($,{box:"border-box"}),()=>k.unobserve($)}else t.value=void 0}),{width:y,height:n}}function Ol(e,t){const y=ref$1(e);function n($){return t[y.value][$]??y.value}return{state:y,dispatch:$=>{y.value=n($)}}}function ga(e){const t=Dt("",1e3);return{search:t,handleTypeaheadSearch:(y,n)=>{var $,k;if(!(e!=null&&e.value)&&!n)return;t.value=t.value+y;const L=(e==null?void 0:e.value)??n,j=document.activeElement,V=((k=($=L.find(ue=>ue===j))==null?void 0:$.textContent)==null?void 0:k.trim())??"",z=L.map(ue=>{var de;return((de=ue.textContent)==null?void 0:de.trim())??""}),re=Yn(z,t.value,V),oe=L.find(ue=>{var de;return((de=ue.textContent)==null?void 0:de.trim())===re});return oe&&oe.focus(),oe},resetTypeahead:()=>{t.value=""}}}function qn(e,t){return e.map((y,n)=>e[(t+n)%e.length])}function Yn(e,t,y){const n=t.length>1&&Array.from(t).every(j=>j===t[0])?t[0]:t,$=y?e.indexOf(y):-1;let k=qn(e,Math.max($,0));n.length===1&&(k=k.filter(j=>j!==y));const L=k.find(j=>j.toLowerCase().startsWith(n.toLowerCase()));return L!==y?L:void 0}const Xn=defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(e,{attrs:t,slots:y}){return()=>{var n,$;if(!y.default)return null;const k=Ua(y.default()),L=k.findIndex(re=>re.type!==Comment);if(L===-1)return k;const j=k[L];(n=j.props)==null||delete n.ref;const V=j.props?mergeProps(t,j.props):t;t.class&&($=j.props)!=null&&$.class&&delete j.props.class;const z=cloneVNode(j,V);for(const re in V)re.startsWith("on")&&(z.props||(z.props={}),z.props[re]=V[re]);return k.length===1?z:(k[L]=z,k)}}}),O=defineComponent({name:"Primitive",inheritAttrs:!1,props:{asChild:{type:Boolean,default:!1},as:{type:[String,Object],default:"div"}},setup(e,{attrs:t,slots:y}){const n=e.asChild?"template":e.as;return typeof n=="string"&&["area","img","input"].includes(n)?()=>h$1(n,t):n!=="template"?()=>h$1(e.as,t,{default:y.default}):()=>h$1(Xn,t,{default:y.default})}});function Oe(){const e=ref$1(),t=computed(()=>{var y,n;return["#text","#comment"].includes((y=e.value)==null?void 0:y.$el.nodeName)?(n=e.value)==null?void 0:n.$el.nextElementSibling:Be(e)});return{primitiveElement:e,currentElement:t}}function Ni(e,t){const y=ref$1({}),n=ref$1("none"),$=e.value?"mounted":"unmounted",{state:k,dispatch:L}=Ol($,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}}),j=ue=>{var de;if(Ze){const _e=new CustomEvent(ue,{bubbles:!1,cancelable:!1});(de=t.value)==null||de.dispatchEvent(_e)}};watch(e,async(ue,de)=>{var _e;const Ne=de!==ue;if(await nextTick$3(),Ne){const Ue=n.value,$e=$a(t.value);ue?(L("MOUNT"),j("enter"),$e==="none"&&j("after-enter")):$e==="none"||((_e=y.value)==null?void 0:_e.display)==="none"?(L("UNMOUNT"),j("leave"),j("after-leave")):de&&Ue!==$e?(L("ANIMATION_OUT"),j("leave")):(L("UNMOUNT"),j("after-leave"))}},{immediate:!0});const V=ue=>{const de=$a(t.value),_e=de.includes(ue.animationName),Ne=k.value==="mounted"?"enter":"leave";ue.target===t.value&&_e&&(j(`after-${Ne}`),L("ANIMATION_END")),ue.target===t.value&&de==="none"&&L("ANIMATION_END")},z=ue=>{ue.target===t.value&&(n.value=$a(t.value))},re=watch(t,(ue,de)=>{ue?(y.value=getComputedStyle(ue),ue.addEventListener("animationstart",z),ue.addEventListener("animationcancel",V),ue.addEventListener("animationend",V)):(L("ANIMATION_END"),de==null||de.removeEventListener("animationstart",z),de==null||de.removeEventListener("animationcancel",V),de==null||de.removeEventListener("animationend",V))},{immediate:!0}),oe=watch(k,()=>{const ue=$a(t.value);n.value=k.value==="mounted"?ue:"none"});return onUnmounted(()=>{re(),oe()}),{isPresent:computed(()=>["mounted","unmountSuspended"].includes(k.value))}}function $a(e){return e&&getComputedStyle(e).animationName||"none"}const Pe=defineComponent({name:"Presence",props:{present:{type:Boolean,required:!0},forceMount:{type:Boolean}},slots:{},setup(e,{slots:t,expose:y}){var n;const{present:$,forceMount:k}=toRefs(e),L=ref$1(),{isPresent:j}=Ni($,L);y({present:j});let V=t.default({present:j});V=Ua(V||[]);const z=getCurrentInstance();if(V&&(V==null?void 0:V.length)>1){const re=(n=z==null?void 0:z.parent)!=null&&n.type.name?`<${z.parent.type.name} />`:"component";throw new Error([`Detected an invalid children for \`${re}\` 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(oe=>` - ${oe}`).join(`
`)].join(`
`))}return()=>k.value||$.value||j.value?h$1(t.default({present:j})[0],{ref:re=>{const oe=Be(re);return typeof(oe==null?void 0:oe.hasAttribute)>"u"||(oe!=null&&oe.hasAttribute("data-radix-popper-content-wrapper")?L.value=oe.firstElementChild:L.value=oe),oe}}):null}}),ht=defineComponent({__name:"Teleport",props:{to:{default:"body"},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=ja();return(y,n)=>unref(t)||y.forceMount?(openBlock(),createBlock(Teleport$1,{key:0,to:y.to,disabled:y.disabled},[renderSlot(y.$slots,"default")],8,["to","disabled"])):createCommentVNode("",!0)}}),qi="dismissableLayer.pointerDownOutside",Yi="dismissableLayer.focusOutside";function Fl(e,t){const y=t.closest("[data-dismissable-layer]"),n=e.dataset.dismissableLayer===""?e:e.querySelector("[data-dismissable-layer]"),$=Array.from(e.ownerDocument.querySelectorAll("[data-dismissable-layer]"));return!!(y&&n===y||$.indexOf(n)<$.indexOf(y))}function Nl(e,t){var y;const n=((y=t==null?void 0:t.value)==null?void 0:y.ownerDocument)??(globalThis==null?void 0:globalThis.document),$=ref$1(!1),k=ref$1(()=>{});return watchEffect(L=>{if(!Ze)return;const j=async z=>{const re=z.target;if(t!=null&&t.value){if(Fl(t.value,re)){$.value=!1;return}if(z.target&&!$.value){let oe=function(){zt(qi,e,ue)};const ue={originalEvent:z};z.pointerType==="touch"?(n.removeEventListener("click",k.value),k.value=oe,n.addEventListener("click",k.value,{once:!0})):oe()}else n.removeEventListener("click",k.value);$.value=!1}},V=window.setTimeout(()=>{n.addEventListener("pointerdown",j)},0);L(()=>{window.clearTimeout(V),n.removeEventListener("pointerdown",j),n.removeEventListener("click",k.value)})}),{onPointerDownCapture:()=>$.value=!0}}function Ll(e,t){var y;const n=((y=t==null?void 0:t.value)==null?void 0:y.ownerDocument)??(globalThis==null?void 0:globalThis.document),$=ref$1(!1);return watchEffect(k=>{if(!Ze)return;const L=async j=>{t!=null&&t.value&&(await nextTick$3(),!(!t.value||Fl(t.value,j.target))&&j.target&&!$.value&&zt(Yi,e,{originalEvent:j}))};n.addEventListener("focusin",L),k(()=>n.removeEventListener("focusin",L))}),{onFocusCapture:()=>$.value=!0,onBlurCapture:()=>$.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(e,{emit:t}){const y=e,n=t,{forwardRef:$,currentElement:k}=T(),L=computed(()=>{var _e;return((_e=k.value)==null?void 0:_e.ownerDocument)??globalThis.document}),j=computed(()=>je.layersRoot),V=computed(()=>k.value?Array.from(j.value).indexOf(k.value):-1),z=computed(()=>je.layersWithOutsidePointerEventsDisabled.size>0),re=computed(()=>{const _e=Array.from(j.value),[Ne]=[...je.layersWithOutsidePointerEventsDisabled].slice(-1),Ue=_e.indexOf(Ne);return V.value>=Ue}),oe=Nl(async _e=>{const Ne=[...je.branches].some(Ue=>Ue.contains(_e.target));!re.value||Ne||(n("pointerDownOutside",_e),n("interactOutside",_e),await nextTick$3(),_e.defaultPrevented||n("dismiss"))},k),ue=Ll(_e=>{[...je.branches].some(Ne=>Ne.contains(_e.target))||(n("focusOutside",_e),n("interactOutside",_e),_e.defaultPrevented||n("dismiss"))},k);jn("Escape",_e=>{V.value===j.value.size-1&&(n("escapeKeyDown",_e),_e.defaultPrevented||n("dismiss"))});let de;return watchEffect(_e=>{k.value&&(y.disableOutsidePointerEvents&&(je.layersWithOutsidePointerEventsDisabled.size===0&&(de=L.value.body.style.pointerEvents,L.value.body.style.pointerEvents="none"),je.layersWithOutsidePointerEventsDisabled.add(k.value)),j.value.add(k.value),_e(()=>{y.disableOutsidePointerEvents&&je.layersWithOutsidePointerEventsDisabled.size===1&&(L.value.body.style.pointerEvents=de)}))}),watchEffect(_e=>{_e(()=>{k.value&&(j.value.delete(k.value),je.layersWithOutsidePointerEventsDisabled.delete(k.value))})}),(_e,Ne)=>(openBlock(),createBlock(unref(O),{ref:unref($),"as-child":_e.asChild,as:_e.as,"data-dismissable-layer":"",style:normalizeStyle({pointerEvents:z.value?re.value?"auto":"none":void 0}),onFocusCapture:unref(ue).onFocusCapture,onBlurCapture:unref(ue).onBlurCapture,onPointerdownCapture:unref(oe).onPointerDownCapture},{default:withCtx(()=>[renderSlot(_e.$slots,"default")]),_:3},8,["as-child","as","style","onFocusCapture","onBlurCapture","onPointerdownCapture"]))}}),wn="focusScope.autoFocusOnMount",_n="focusScope.autoFocusOnUnmount",Ho={bubbles:!1,cancelable:!0};function Oa(e,{select:t=!1}={}){const y=document.activeElement;for(const n of e)if(dt(n,{select:t}),document.activeElement!==y)return!0}function Zi(e){const t=Jn(e),y=Wo(t,e),n=Wo(t.reverse(),e);return[y,n]}function Jn(e){const t=[],y=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const $=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||$?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;y.nextNode();)t.push(y.currentNode);return t}function Wo(e,t){for(const y of e)if(!Ji(y,{upTo:t}))return y}function Ji(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Qi(e){return e instanceof HTMLInputElement&&"select"in e}function dt(e,{select:t=!1}={}){if(e&&e.focus){const y=document.activeElement;e.focus({preventScroll:!0}),e!==y&&Qi(e)&&t&&e.select()}}const eu=Xr(()=>ref$1([]));function tu(){const e=eu();return{add(t){const y=e.value[0];t!==y&&(y==null||y.pause()),e.value=jo(e.value,t),e.value.unshift(t)},remove(t){var y;e.value=jo(e.value,t),(y=e.value[0])==null||y.resume()}}}function jo(e,t){const y=[...e],n=y.indexOf(t);return n!==-1&&y.splice(n,1),y}function au(e){return e.filter(t=>t.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(e,{emit:t}){const y=e,n=t,{currentRef:$,currentElement:k}=T(),L=ref$1(null),j=tu(),V=reactive({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}});watchEffect(re=>{if(!Ze)return;const oe=k.value;if(!y.trapped)return;function ue(Ue){if(V.paused||!oe)return;const $e=Ue.target;oe.contains($e)?L.value=$e:dt(L.value,{select:!0})}function de(Ue){if(V.paused||!oe)return;const $e=Ue.relatedTarget;$e!==null&&(oe.contains($e)||dt(L.value,{select:!0}))}function _e(Ue){oe.contains(L.value)||dt(oe)}document.addEventListener("focusin",ue),document.addEventListener("focusout",de);const Ne=new MutationObserver(_e);oe&&Ne.observe(oe,{childList:!0,subtree:!0}),re(()=>{document.removeEventListener("focusin",ue),document.removeEventListener("focusout",de),Ne.disconnect()})}),watchEffect(async re=>{const oe=k.value;if(await nextTick$3(),!oe)return;j.add(V);const ue=document.activeElement;if(!oe.contains(ue)){const de=new CustomEvent(wn,Ho);oe.addEventListener(wn,_e=>n("mountAutoFocus",_e)),oe.dispatchEvent(de),de.defaultPrevented||(Oa(au(Jn(oe)),{select:!0}),document.activeElement===ue&&dt(oe))}re(()=>{oe.removeEventListener(wn,Ne=>n("mountAutoFocus",Ne));const de=new CustomEvent(_n,Ho),_e=Ne=>{n("unmountAutoFocus",Ne)};oe.addEventListener(_n,_e),oe.dispatchEvent(de),setTimeout(()=>{de.defaultPrevented||dt(ue??document.body,{select:!0}),oe.removeEventListener(_n,_e),j.remove(V)},0)})});function z(re){if(!y.loop&&!y.trapped||V.paused)return;const oe=re.key==="Tab"&&!re.altKey&&!re.ctrlKey&&!re.metaKey,ue=document.activeElement;if(oe&&ue){const de=re.currentTarget,[_e,Ne]=Zi(de);_e&&Ne?!re.shiftKey&&ue===Ne?(re.preventDefault(),y.loop&&dt(_e,{select:!0})):re.shiftKey&&ue===_e&&(re.preventDefault(),y.loop&&dt(Ne,{select:!0})):ue===de&&re.preventDefault()}}return(re,oe)=>(openBlock(),createBlock(unref(O),{ref_key:"currentRef",ref:$,tabindex:"-1","as-child":re.asChild,as:re.as,onKeydown:z},{default:withCtx(()=>[renderSlot(re.$slots,"default")]),_:3},8,["as-child","as"]))}}),nu="menu.itemSelect",Dn=["Enter"," "],ou=["ArrowDown","PageUp","Home"],zl=["ArrowUp","PageDown","End"],lu=[...ou,...zl],su={ltr:[...Dn,"ArrowRight"],rtl:[...Dn,"ArrowLeft"]},ru={ltr:["ArrowLeft"],rtl:["ArrowRight"]};function Qn(e){return e?"open":"closed"}function $n(e){const t=document.activeElement;for(const y of e)if(y===t||(y.focus(),document.activeElement!==t))return}function iu(e,t){const{x:y,y:n}=e;let $=!1;for(let k=0,L=t.length-1;k<t.length;L=k++){const j=t[k].x,V=t[k].y,z=t[L].x,re=t[L].y;V>n!=re>n&&y<(z-j)*(n-V)/(re-V)+j&&($=!$)}return $}function uu(e,t){if(!t)return!1;const y={x:e.clientX,y:e.clientY};return iu(y,t)}function ua(e){return e.pointerType==="mouse"}const[Gl,Gu]=Q("PopperRoot"),It=defineComponent({__name:"PopperRoot",setup(e){const t=ref$1();return Gu({anchor:t,onAnchorChange:y=>t.value=y}),(y,n)=>renderSlot(y.$slots,"default")}}),Tt=defineComponent({__name:"PopperAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(e){const t=e,{forwardRef:y,currentElement:n}=T(),$=Gl();return watchEffect(()=>{$.onAnchorChange(t.element??n.value)}),(k,L)=>(openBlock(),createBlock(unref(O),{ref:unref(y),as:k.as,"as-child":k.asChild},{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},8,["as","as-child"]))}});function qu(e){return e!==null}function Yu(e){return{name:"transformOrigin",options:e,fn(t){var y,n,$;const{placement:k,rects:L,middlewareData:j}=t,V=((y=j.arrow)==null?void 0:y.centerOffset)!==0,z=V?0:e.arrowWidth,re=V?0:e.arrowHeight,[oe,ue]=Bn(k),de={start:"0%",center:"50%",end:"100%"}[ue],_e=(((n=j.arrow)==null?void 0:n.x)??0)+z/2,Ne=((($=j.arrow)==null?void 0:$.y)??0)+re/2;let Ue="",$e="";return oe==="bottom"?(Ue=V?de:`${_e}px`,$e=`${-re}px`):oe==="top"?(Ue=V?de:`${_e}px`,$e=`${L.floating.height+re}px`):oe==="right"?(Ue=`${-re}px`,$e=V?de:`${Ne}px`):oe==="left"&&(Ue=`${L.floating.width+re}px`,$e=V?de:`${Ne}px`),{data:{x:Ue,y:$e}}}}}function Bn(e){const[t,y="center"]=e.split("-");return[t,y]}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},[Xu,Zu]=Q("PopperContent"),Pt=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(e,{emit:t}){const y=e,n=t,$=Gl(),{forwardRef:k,currentElement:L}=T(),j=ref$1(),V=ref$1(),{width:z,height:re}=Al(V),oe=computed(()=>y.side+(y.align!=="center"?`-${y.align}`:"")),ue=computed(()=>typeof y.collisionPadding=="number"?y.collisionPadding:{top:0,right:0,bottom:0,left:0,...y.collisionPadding}),de=computed(()=>Array.isArray(y.collisionBoundary)?y.collisionBoundary:[y.collisionBoundary]),_e=computed(()=>({padding:ue.value,boundary:de.value.filter(qu),altBoundary:de.value.length>0})),Ne=qr(()=>[offset({mainAxis:y.sideOffset+re.value,alignmentAxis:y.alignOffset}),y.prioritizePosition&&y.avoidCollisions&&flip({..._e.value}),y.avoidCollisions&&shift({mainAxis:!0,crossAxis:!!y.prioritizePosition,limiter:y.sticky==="partial"?limitShift():void 0,..._e.value}),!y.prioritizePosition&&y.avoidCollisions&&flip({..._e.value}),size({..._e.value,apply:({elements:lr,rects:Et,availableWidth:ie,availableHeight:pe})=>{const{width:Ce,height:Ie}=Et.reference,jt=lr.floating.style;jt.setProperty("--radix-popper-available-width",`${ie}px`),jt.setProperty("--radix-popper-available-height",`${pe}px`),jt.setProperty("--radix-popper-anchor-width",`${Ce}px`),jt.setProperty("--radix-popper-anchor-height",`${Ie}px`)}}),V.value&&arrow({element:V.value,padding:y.arrowPadding}),Yu({arrowWidth:z.value,arrowHeight:re.value}),y.hideWhenDetached&&hide({strategy:"referenceHidden",..._e.value})]),{floatingStyles:Ue,placement:$e,isPositioned:Ve,middlewareData:Fe}=useFloating($.anchor,j,{strategy:"fixed",placement:oe,whileElementsMounted:(...lr)=>autoUpdate(...lr,{animationFrame:y.updatePositionStrategy==="always"}),middleware:Ne}),qe=computed(()=>Bn($e.value)[0]),er=computed(()=>Bn($e.value)[1]);watchPostEffect(()=>{Ve.value&&n("placed")});const ir=computed(()=>{var lr;return((lr=Fe.value.arrow)==null?void 0:lr.centerOffset)!==0}),dr=ref$1("");watchEffect(()=>{L.value&&(dr.value=window.getComputedStyle(L.value).zIndex)});const cr=computed(()=>{var lr;return((lr=Fe.value.arrow)==null?void 0:lr.x)??0}),nr=computed(()=>{var lr;return((lr=Fe.value.arrow)==null?void 0:lr.y)??0});return Zu({placedSide:qe,onArrowChange:lr=>V.value=lr,arrowX:cr,arrowY:nr,shouldHideArrow:ir}),(lr,Et)=>{var ie,pe,Ce;return openBlock(),createElementBlock("div",{ref_key:"floatingRef",ref:j,"data-radix-popper-content-wrapper":"",style:normalizeStyle({...unref(Ue),transform:unref(Ve)?unref(Ue).transform:"translate(0, -200%)",minWidth:"max-content",zIndex:dr.value,"--radix-popper-transform-origin":[(ie=unref(Fe).transformOrigin)==null?void 0:ie.x,(pe=unref(Fe).transformOrigin)==null?void 0:pe.y].join(" "),...((Ce=unref(Fe).hide)==null?void 0:Ce.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}})},[createVNode(unref(O),mergeProps({ref:unref(k)},lr.$attrs,{"as-child":y.asChild,as:lr.as,"data-side":qe.value,"data-align":er.value,style:{animation:unref(Ve)?void 0:"none"}}),{default:withCtx(()=>[renderSlot(lr.$slots,"default")]),_:3},16,["as-child","as","data-side","data-align","style"])],4)}}}),td="data-radix-vue-collection-item",[ao,ad]=Q("CollectionProvider");function ba(e=td){const t=ref$1(new Map),y=ref$1(),n=ad({collectionRef:y,itemMap:t,attrName:e}),{getItems:$}=Zt(n),k=computed(()=>Array.from(n.itemMap.value.values())),L=computed(()=>n.itemMap.value.size);return{getItems:$,reactiveItems:k,itemMapSize:L}}const Ca=defineComponent({name:"CollectionSlot",setup(e,{slots:t}){const y=ao(),{primitiveElement:n,currentElement:$}=Oe();return watch($,()=>{y.collectionRef.value=$.value}),()=>h$1(Xn,{ref:n},t)}}),Xt=defineComponent({name:"CollectionItem",inheritAttrs:!1,props:{value:{validator:()=>!0}},setup(e,{slots:t,attrs:y}){const n=ao(),{primitiveElement:$,currentElement:k}=Oe();return watchEffect(L=>{if(k.value){const j=markRaw(k.value);n.itemMap.value.set(j,{ref:k.value,value:e.value}),L(()=>n.itemMap.value.delete(j))}}),()=>h$1(Xn,{...y,[n.attrName]:"",ref:$},t)}});function Zt(e){const t=e??ao();return{getItems:()=>{const y=t.collectionRef.value;if(!y)return[];const n=Array.from(y.querySelectorAll(`[${t.attrName}]`));return Array.from(t.itemMap.value.values()).sort(($,k)=>n.indexOf($.ref)-n.indexOf(k.ref))}}}const Za=defineComponent({__name:"MenuAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(Tt),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}});function cd(){const e=ref$1(!1);return onMounted(()=>{Le("keydown",()=>{e.value=!0},{capture:!0,passive:!0}),Le(["pointerdown","pointermove"],()=>{e.value=!1},{capture:!0,passive:!0})}),e}const pd=wl(cd),[Rt,Xl]=Q(["MenuRoot","MenuSub"],"MenuContext"),[wa,fd]=Q("MenuRoot"),oo=defineComponent({__name:"MenuRoot",props:{open:{type:Boolean,default:!1},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=t,{modal:$,dir:k}=toRefs(y),L=ye(k),j=ae(y,"open",n),V=ref$1(),z=pd();return Xl({open:j,onOpenChange:re=>{j.value=re},content:V,onContentChange:re=>{V.value=re}}),fd({onClose:()=>{j.value=!1},isUsingKeyboardRef:z,dir:L,modal:$}),(re,oe)=>(openBlock(),createBlock(unref(It),null,{default:withCtx(()=>[renderSlot(re.$slots,"default")]),_:3}))}}),vd="rovingFocusGroup.onEntryFocus",md={bubbles:!1,cancelable:!0};function Jl(e,t=!1){const y=document.activeElement;for(const n of e)if(n===y||(n.focus({preventScroll:t}),document.activeElement!==y))return}const[gd,bd]=Q("RovingFocusGroup"),At=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(e,{expose:t,emit:y}){const n=e,$=y,{loop:k,orientation:L,dir:j}=toRefs(n),V=ye(j),z=ae(n,"currentTabStopId",$,{defaultValue:n.defaultCurrentTabStopId,passive:n.currentTabStopId===void 0}),re=ref$1(!1),oe=ref$1(!1),ue=ref$1(0),{getItems:de}=ba();function _e(Ne){const Ue=!oe.value;if(Ne.currentTarget&&Ne.target===Ne.currentTarget&&Ue&&!re.value){const $e=new CustomEvent(vd,md);if(Ne.currentTarget.dispatchEvent($e),$("entryFocus",$e),!$e.defaultPrevented){const Ve=de().map(ir=>ir.ref).filter(ir=>ir.dataset.disabled!==""),Fe=Ve.find(ir=>ir.getAttribute("data-active")==="true"),qe=Ve.find(ir=>ir.id===z.value),er=[Fe,qe,...Ve].filter(Boolean);Jl(er,n.preventScrollOnEntryFocus)}}oe.value=!1}return t({getItems:de}),bd({loop:k,dir:V,orientation:L,currentTabStopId:z,onItemFocus:Ne=>{z.value=Ne},onItemShiftTab:()=>{re.value=!0},onFocusableItemAdd:()=>{ue.value++},onFocusableItemRemove:()=>{ue.value--}}),(Ne,Ue)=>(openBlock(),createBlock(unref(Ca),null,{default:withCtx(()=>[createVNode(unref(O),{tabindex:re.value||ue.value===0?-1:0,"data-orientation":unref(L),as:Ne.as,"as-child":Ne.asChild,dir:unref(V),style:{outline:"none"},onMousedown:Ue[0]||(Ue[0]=$e=>oe.value=!0),onFocus:_e,onBlur:Ue[1]||(Ue[1]=$e=>re.value=!1)},{default:withCtx(()=>[renderSlot(Ne.$slots,"default")]),_:3},8,["tabindex","data-orientation","as","as-child","dir"])]),_:3}))}}),[lo,Cd]=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(e,{emit:t}){const y=e,n=t,$=Rt(),k=wa(),{trapFocus:L,disableOutsidePointerEvents:j,loop:V}=toRefs(y);Gn(),ha(j.value);const z=ref$1(""),re=ref$1(0),oe=ref$1(0),ue=ref$1(null),de=ref$1("right"),_e=ref$1(0),Ne=ref$1(null),{createCollection:Ue}=Me(),{forwardRef:$e,currentElement:Ve}=T(),Fe=Ue(Ve);watch(Ve,lr=>{$.onContentChange(lr)});const{handleTypeaheadSearch:qe}=ga(Fe);onUnmounted(()=>{window.clearTimeout(re.value)});function er(lr){var Et,ie;return de.value===((Et=ue.value)==null?void 0:Et.side)&&uu(lr,(ie=ue.value)==null?void 0:ie.area)}async function ir(lr){var Et;n("openAutoFocus",lr),!lr.defaultPrevented&&(lr.preventDefault(),(Et=Ve.value)==null||Et.focus({preventScroll:!0}))}function dr(lr){if(lr.defaultPrevented)return;const Et=lr.target.closest("[data-radix-menu-content]")===lr.currentTarget,ie=lr.ctrlKey||lr.altKey||lr.metaKey,pe=lr.key.length===1,Ce=$t(lr,document.activeElement,Ve.value,{loop:V.value,arrowKeyOptions:"vertical",dir:k==null?void 0:k.dir.value,focus:!0,attributeName:"[data-radix-vue-collection-item]:not([data-disabled])"});if(Ce)return Ce==null?void 0:Ce.focus();if(lr.code==="Space"||(Et&&(lr.key==="Tab"&&lr.preventDefault(),!ie&&pe&&qe(lr.key)),lr.target!==Ve.value)||!lu.includes(lr.key))return;lr.preventDefault();const Ie=Fe.value;zl.includes(lr.key)&&Ie.reverse(),$n(Ie)}function cr(lr){var Et,ie;(ie=(Et=lr==null?void 0:lr.currentTarget)==null?void 0:Et.contains)!=null&&ie.call(Et,lr.target)||(window.clearTimeout(re.value),z.value="")}function nr(lr){var Et;if(!ua(lr))return;const ie=lr.target,pe=_e.value!==lr.clientX;if((Et=lr==null?void 0:lr.currentTarget)!=null&&Et.contains(ie)&&pe){const Ce=lr.clientX>_e.value?"right":"left";de.value=Ce,_e.value=lr.clientX}}return Cd({onItemEnter:lr=>!!er(lr),onItemLeave:lr=>{var Et;er(lr)||((Et=Ve.value)==null||Et.focus(),Ne.value=null)},onTriggerLeave:lr=>!!er(lr),searchRef:z,pointerGraceTimerRef:oe,onPointerGraceIntentChange:lr=>{ue.value=lr}}),(lr,Et)=>(openBlock(),createBlock(unref(Ya),{"as-child":"",trapped:unref(L),onMountAutoFocus:ir,onUnmountAutoFocus:Et[7]||(Et[7]=ie=>n("closeAutoFocus",ie))},{default:withCtx(()=>[createVNode(unref(yt),{"as-child":"","disable-outside-pointer-events":unref(j),onEscapeKeyDown:Et[2]||(Et[2]=ie=>n("escapeKeyDown",ie)),onPointerDownOutside:Et[3]||(Et[3]=ie=>n("pointerDownOutside",ie)),onFocusOutside:Et[4]||(Et[4]=ie=>n("focusOutside",ie)),onInteractOutside:Et[5]||(Et[5]=ie=>n("interactOutside",ie)),onDismiss:Et[6]||(Et[6]=ie=>n("dismiss"))},{default:withCtx(()=>[createVNode(unref(At),{"current-tab-stop-id":Ne.value,"onUpdate:currentTabStopId":Et[0]||(Et[0]=ie=>Ne.value=ie),"as-child":"",orientation:"vertical",dir:unref(k).dir.value,loop:unref(V),onEntryFocus:Et[1]||(Et[1]=ie=>{n("entryFocus",ie),unref(k).isUsingKeyboardRef.value||ie.preventDefault()})},{default:withCtx(()=>[createVNode(unref(Pt),{ref:unref($e),role:"menu",as:lr.as,"as-child":lr.asChild,"aria-orientation":"vertical","data-radix-menu-content":"","data-state":unref(Qn)(unref($).open.value),dir:unref(k).dir.value,side:lr.side,"side-offset":lr.sideOffset,align:lr.align,"align-offset":lr.alignOffset,"avoid-collisions":lr.avoidCollisions,"collision-boundary":lr.collisionBoundary,"collision-padding":lr.collisionPadding,"arrow-padding":lr.arrowPadding,"prioritize-position":lr.prioritizePosition,sticky:lr.sticky,"hide-when-detached":lr.hideWhenDetached,onKeydown:dr,onBlur:cr,onPointermove:nr},{default:withCtx(()=>[renderSlot(lr.$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(e){const t=e,y=lo(),{forwardRef:n}=T(),$=ref$1(!1);async function k(j){if(!j.defaultPrevented&&ua(j)){if(t.disabled)y.onItemLeave(j);else if(!y.onItemEnter(j)){const V=j.currentTarget;V==null||V.focus({preventScroll:!0})}}}async function L(j){await nextTick$3(),!j.defaultPrevented&&ua(j)&&y.onItemLeave(j)}return(j,V)=>(openBlock(),createBlock(unref(Xt),null,{default:withCtx(()=>[createVNode(unref(O),mergeProps({ref:unref(n),role:"menuitem",tabindex:"-1"},j.$attrs,{as:j.as,"as-child":j.asChild,"data-radix-vue-collection-item":"","aria-disabled":j.disabled||void 0,"data-disabled":j.disabled?"":void 0,"data-highlighted":$.value?"":void 0,onPointermove:k,onPointerleave:L,onFocus:V[0]||(V[0]=async z=>{await nextTick$3(),!(z.defaultPrevented||j.disabled)&&($.value=!0)}),onBlur:V[1]||(V[1]=async z=>{await nextTick$3(),!z.defaultPrevented&&($.value=!1)})}),{default:withCtx(()=>[renderSlot(j.$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(e,{emit:t}){const y=e,n=t,{forwardRef:$,currentElement:k}=T(),L=wa(),j=lo(),V=ref$1(!1);async function z(){const re=k.value;if(!y.disabled&&re){const oe=new CustomEvent(nu,{bubbles:!0,cancelable:!0});n("select",oe),await nextTick$3(),oe.defaultPrevented?V.value=!1:L.onClose()}}return(re,oe)=>(openBlock(),createBlock(Ql,mergeProps(y,{ref:unref($),onClick:z,onPointerdown:oe[0]||(oe[0]=()=>{V.value=!0}),onPointerup:oe[1]||(oe[1]=async ue=>{var de;await nextTick$3(),!ue.defaultPrevented&&(V.value||(de=ue.currentTarget)==null||de.click())}),onKeydown:oe[2]||(oe[2]=async ue=>{const de=unref(j).searchRef.value!=="";re.disabled||de&&ue.key===" "||unref(Dn).includes(ue.key)&&(ue.currentTarget.click(),ue.preventDefault())})}),{default:withCtx(()=>[renderSlot(re.$slots,"default")]),_:3},16))}}),_d=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(e,{emit:t}){const y=e,n=t,$=xe(y,n),k=Rt(),{forwardRef:L,currentElement:j}=T();return ya(j),(V,z)=>(openBlock(),createBlock(so,mergeProps(unref($),{ref:unref(L),"trap-focus":unref(k).open.value,"disable-outside-pointer-events":unref(k).open.value,"disable-outside-scroll":!0,onDismiss:z[0]||(z[0]=re=>unref(k).onOpenChange(!1)),onFocusOutside:z[1]||(z[1]=withModifiers(re=>n("focusOutside",re),["prevent"]))}),{default:withCtx(()=>[renderSlot(V.$slots,"default")]),_:3},16,["trap-focus","disable-outside-pointer-events"]))}}),xd=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(e,{emit:t}){const y=xe(e,t),n=Rt();return($,k)=>(openBlock(),createBlock(so,mergeProps(unref(y),{"trap-focus":!1,"disable-outside-pointer-events":!1,"disable-outside-scroll":!1,onDismiss:k[0]||(k[0]=L=>unref(n).onOpenChange(!1))}),{default:withCtx(()=>[renderSlot($.$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(e,{emit:t}){const y=xe(e,t),n=Rt(),$=wa();return(k,L)=>(openBlock(),createBlock(unref(Pe),{present:k.forceMount||unref(n).open.value},{default:withCtx(()=>[unref($).modal.value?(openBlock(),createBlock(_d,normalizeProps(mergeProps({key:0},{...k.$attrs,...unref(y)})),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16)):(openBlock(),createBlock(xd,normalizeProps(mergeProps({key:1},{...k.$attrs,...unref(y)})),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),po=defineComponent({__name:"MenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(ht),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),mo=defineComponent({__name:"MenuSeparator",props:{asChild:{type:Boolean},as:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(O),mergeProps(t,{role:"separator","aria-orientation":"horizontal"}),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),[ts,Pd]=Q("MenuSub"),ho=defineComponent({__name:"MenuSub",props:{open:{type:Boolean,default:void 0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=ae(y,"open",t,{defaultValue:!1,passive:y.open===void 0}),$=Rt(),k=ref$1(),L=ref$1();return watchEffect(j=>{($==null?void 0:$.open.value)===!1&&(n.value=!1),j(()=>n.value=!1)}),Xl({open:n,onOpenChange:j=>{n.value=j},content:L,onContentChange:j=>{L.value=j}}),Pd({triggerId:"",contentId:"",trigger:k,onTriggerChange:j=>{k.value=j}}),(j,V)=>(openBlock(),createBlock(unref(It),null,{default:withCtx(()=>[renderSlot(j.$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(e,{emit:t}){const y=xe(e,t),n=Rt(),$=wa(),k=ts(),{forwardRef:L,currentElement:j}=T();return k.contentId||(k.contentId=me(void 0,"radix-vue-menu-sub-content")),(V,z)=>(openBlock(),createBlock(unref(Pe),{present:V.forceMount||unref(n).open.value},{default:withCtx(()=>[createVNode(so,mergeProps(unref(y),{id:unref(k).contentId,ref:unref(L),"aria-labelledby":unref(k).triggerId,align:"start",side:unref($).dir.value==="rtl"?"left":"right","disable-outside-pointer-events":!1,"disable-outside-scroll":!1,"trap-focus":!1,onOpenAutoFocus:z[0]||(z[0]=withModifiers(re=>{var oe;unref($).isUsingKeyboardRef.value&&((oe=unref(j))==null||oe.focus())},["prevent"])),onCloseAutoFocus:z[1]||(z[1]=withModifiers(()=>{},["prevent"])),onFocusOutside:z[2]||(z[2]=re=>{re.defaultPrevented||re.target!==unref(k).trigger.value&&unref(n).onOpenChange(!1)}),onEscapeKeyDown:z[3]||(z[3]=re=>{unref($).onClose(),re.preventDefault()}),onKeydown:z[4]||(z[4]=re=>{var oe,ue;const de=(oe=re.currentTarget)==null?void 0:oe.contains(re.target),_e=unref(ru)[unref($).dir.value].includes(re.key);de&&_e&&(unref(n).onOpenChange(!1),(ue=unref(k).trigger.value)==null||ue.focus(),re.preventDefault())})}),{default:withCtx(()=>[renderSlot(V.$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(e){const t=e,y=Rt(),n=wa(),$=ts(),k=lo(),L=ref$1(null);$.triggerId||($.triggerId=me(void 0,"radix-vue-menu-sub-trigger"));function j(){L.value&&window.clearTimeout(L.value),L.value=null}onUnmounted(()=>{j()});function V(oe){!ua(oe)||k.onItemEnter(oe)||!t.disabled&&!y.open.value&&!L.value&&(k.onPointerGraceIntentChange(null),L.value=window.setTimeout(()=>{y.onOpenChange(!0),j()},100))}async function z(oe){var ue,de;if(!ua(oe))return;j();const _e=(ue=y.content.value)==null?void 0:ue.getBoundingClientRect();if(_e!=null&&_e.width){const Ne=(de=y.content.value)==null?void 0:de.dataset.side,Ue=Ne==="right",$e=Ue?-5:5,Ve=_e[Ue?"left":"right"],Fe=_e[Ue?"right":"left"];k.onPointerGraceIntentChange({area:[{x:oe.clientX+$e,y:oe.clientY},{x:Ve,y:_e.top},{x:Fe,y:_e.top},{x:Fe,y:_e.bottom},{x:Ve,y:_e.bottom}],side:Ne}),window.clearTimeout(k.pointerGraceTimerRef.value),k.pointerGraceTimerRef.value=window.setTimeout(()=>k.onPointerGraceIntentChange(null),300)}else{if(k.onTriggerLeave(oe))return;k.onPointerGraceIntentChange(null)}}async function re(oe){var ue;const de=k.searchRef.value!=="";t.disabled||de&&oe.key===" "||su[n.dir.value].includes(oe.key)&&(y.onOpenChange(!0),await nextTick$3(),(ue=y.content.value)==null||ue.focus(),oe.preventDefault())}return(oe,ue)=>(openBlock(),createBlock(Za,{"as-child":""},{default:withCtx(()=>[createVNode(Ql,mergeProps(t,{id:unref($).triggerId,ref:de=>{var _e;(_e=unref($))==null||_e.onTriggerChange(de==null?void 0:de.$el)},"aria-haspopup":"menu","aria-expanded":unref(y).open.value,"aria-controls":unref($).contentId,"data-state":unref(Qn)(unref(y).open.value),onClick:ue[0]||(ue[0]=async de=>{t.disabled||de.defaultPrevented||(de.currentTarget.focus(),unref(y).open.value||unref(y).onOpenChange(!0))}),onPointermove:V,onPointerleave:z,onKeydown:re}),{default:withCtx(()=>[renderSlot(oe.$slots,"default")]),_:3},16,["id","aria-expanded","aria-controls","data-state"])]),_:3}))}}),[ls,Qd]=Q("DropdownMenuRoot"),Qm=defineComponent({__name:"DropdownMenuRoot",props:{defaultOpen:{type:Boolean},open:{type:Boolean,default:void 0},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=t;T();const $=ae(y,"open",n,{defaultValue:y.defaultOpen,passive:y.open===void 0}),k=ref$1(),{modal:L,dir:j}=toRefs(y),V=ye(j);return Qd({open:$,onOpenChange:z=>{$.value=z},onOpenToggle:()=>{$.value=!$.value},triggerId:"",triggerElement:k,contentId:"",modal:L,dir:V}),(z,re)=>(openBlock(),createBlock(unref(oo),{open:unref($),"onUpdate:open":re[0]||(re[0]=oe=>isRef($)?$.value=oe:null),dir:unref(V),modal:unref(L)},{default:withCtx(()=>[renderSlot(z.$slots,"default",{open:unref($)})]),_:3},8,["open","dir","modal"]))}}),eh=defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{default:"button"}},setup(e){const t=e,y=ls(),{forwardRef:n,currentElement:$}=T();return onMounted(()=>{y.triggerElement=$}),y.triggerId||(y.triggerId=me(void 0,"radix-vue-dropdown-menu-trigger")),(k,L)=>(openBlock(),createBlock(unref(Za),{"as-child":""},{default:withCtx(()=>[createVNode(unref(O),{id:unref(y).triggerId,ref:unref(n),type:k.as==="button"?"button":void 0,"as-child":t.asChild,as:k.as,"aria-haspopup":"menu","aria-expanded":unref(y).open.value,"aria-controls":unref(y).open.value?unref(y).contentId:void 0,"data-disabled":k.disabled?"":void 0,disabled:k.disabled,"data-state":unref(y).open.value?"open":"closed",onClick:L[0]||(L[0]=async j=>{var V;!k.disabled&&j.button===0&&j.ctrlKey===!1&&((V=unref(y))==null||V.onOpenToggle(),await nextTick$3(),unref(y).open.value&&j.preventDefault())}),onKeydown:L[1]||(L[1]=withKeys(j=>{k.disabled||(["Enter"," "].includes(j.key)&&unref(y).onOpenToggle(),j.key==="ArrowDown"&&unref(y).onOpenChange(!0),["Enter"," ","ArrowDown"].includes(j.key)&&j.preventDefault())},["enter","space","arrow-down"]))},{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},8,["id","type","as-child","as","aria-expanded","aria-controls","data-disabled","disabled","data-state"])]),_:3}))}}),th=defineComponent({__name:"DropdownMenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(po),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),ah=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(e,{emit:t}){const y=xe(e,t);T();const n=ls(),$=ref$1(!1);function k(L){L.defaultPrevented||($.value||setTimeout(()=>{var j;(j=n.triggerElement.value)==null||j.focus()},0),$.value=!1,L.preventDefault())}return n.contentId||(n.contentId=me(void 0,"radix-vue-dropdown-menu-content")),(L,j)=>{var V;return openBlock(),createBlock(unref(uo),mergeProps(unref(y),{id:unref(n).contentId,"aria-labelledby":(V=unref(n))==null?void 0:V.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:k,onInteractOutside:j[0]||(j[0]=z=>{var re;if(z.defaultPrevented)return;const oe=z.detail.originalEvent,ue=oe.button===0&&oe.ctrlKey===!0,de=oe.button===2||ue;(!unref(n).modal.value||de)&&($.value=!0),(re=unref(n).triggerElement.value)!=null&&re.contains(z.target)&&z.preventDefault()})}),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16,["id","aria-labelledby"])}}}),oh=defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(e,{emit:t}){const y=e,n=Re(t);return T(),($,k)=>(openBlock(),createBlock(unref(_a),normalizeProps(guardReactiveProps({...y,...unref(n)})),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16))}}),sh=defineComponent({__name:"DropdownMenuSeparator",props:{asChild:{type:Boolean},as:{}},setup(e){const t=e;return T(),(y,n)=>(openBlock(),createBlock(unref(mo),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),ph=defineComponent({__name:"DropdownMenuSub",props:{defaultOpen:{type:Boolean},open:{type:Boolean,default:void 0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=ae(y,"open",t,{passive:y.open===void 0,defaultValue:y.defaultOpen??!1});return T(),($,k)=>(openBlock(),createBlock(unref(ho),{open:unref(n),"onUpdate:open":k[0]||(k[0]=L=>isRef(n)?n.value=L:null)},{default:withCtx(()=>[renderSlot($.$slots,"default",{open:unref(n)})]),_:3},8,["open"]))}}),fh=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(e,{emit:t}){const y=xe(e,t);return T(),(n,$)=>(openBlock(),createBlock(unref(yo),mergeProps(unref(y),{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(n.$slots,"default")]),_:3},16))}}),vh=defineComponent({__name:"DropdownMenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(e){const t=e;return T(),(y,n)=>(openBlock(),createBlock(unref(go),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),[wo,ac]=Q("HoverCardRoot"),_h=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(e,{emit:t}){const y=e,n=t,{openDelay:$,closeDelay:k}=toRefs(y);T();const L=ae(y,"open",n,{defaultValue:y.defaultOpen,passive:y.open===void 0}),j=ref$1(0),V=ref$1(0),z=ref$1(!1),re=ref$1(!1),oe=ref$1(!1),ue=ref$1();function de(){clearTimeout(V.value),j.value=window.setTimeout(()=>L.value=!0,$.value)}function _e(){clearTimeout(j.value),!z.value&&!re.value&&(V.value=window.setTimeout(()=>L.value=!1,k.value))}function Ne(){L.value=!1}return ac({open:L,onOpenChange(Ue){L.value=Ue},onOpen:de,onClose:_e,onDismiss:Ne,hasSelectionRef:z,isPointerDownOnContentRef:re,isPointerInTransitRef:oe,triggerElement:ue}),(Ue,$e)=>(openBlock(),createBlock(unref(It),null,{default:withCtx(()=>[renderSlot(Ue.$slots,"default",{open:unref(L)})]),_:3}))}});function Tn(e){return t=>t.pointerType==="touch"?void 0:e()}function nc(e){const t=[],y=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;y.nextNode();)t.push(y.currentNode);return t}const xh=defineComponent({__name:"HoverCardTrigger",props:{asChild:{type:Boolean},as:{default:"a"}},setup(e){const{forwardRef:t,currentElement:y}=T(),n=wo();n.triggerElement=y;function $(){setTimeout(()=>{!n.isPointerInTransitRef.value&&!n.open.value&&n.onClose()},0)}return(k,L)=>(openBlock(),createBlock(unref(Tt),{"as-child":""},{default:withCtx(()=>[createVNode(unref(O),{ref:unref(t),"as-child":k.asChild,as:k.as,"data-state":unref(n).open.value?"open":"closed","data-grace-area-trigger":"",onPointerenter:L[0]||(L[0]=j=>unref(Tn)(unref(n).onOpen)(j)),onPointerleave:L[1]||(L[1]=j=>unref(Tn)($)(j)),onFocus:L[2]||(L[2]=j=>unref(n).onOpen()),onBlur:L[3]||(L[3]=j=>unref(n).onClose())},{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},8,["as-child","as","data-state"])]),_:3}))}}),Sh=defineComponent({__name:"HoverCardPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(ht),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),oc=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(e,{emit:t}){const y=e,n=t,$=Bt(y),{forwardRef:k,currentElement:L}=T(),j=wo(),{isPointerInTransit:V,onPointerExit:z}=Tl(j.triggerElement,L);si(j.isPointerInTransitRef,V,{direction:"rtl"}),z(()=>{j.onClose()});const re=ref$1(!1);let oe;watchEffect(de=>{if(re.value){const _e=document.body;oe=_e.style.userSelect||_e.style.webkitUserSelect,_e.style.userSelect="none",_e.style.webkitUserSelect="none",de(()=>{_e.style.userSelect=oe,_e.style.webkitUserSelect=oe})}});function ue(){re.value=!1,j.isPointerDownOnContentRef.value=!1,nextTick$3(()=>{var de;((de=document.getSelection())==null?void 0:de.toString())!==""&&(j.hasSelectionRef.value=!0)})}return onMounted(()=>{L.value&&(document.addEventListener("pointerup",ue),nc(L.value).forEach(de=>de.setAttribute("tabindex","-1")))}),onUnmounted(()=>{document.removeEventListener("pointerup",ue),j.hasSelectionRef.value=!1,j.isPointerDownOnContentRef.value=!1}),(de,_e)=>(openBlock(),createBlock(unref(yt),{"as-child":"","disable-outside-pointer-events":!1,onEscapeKeyDown:_e[1]||(_e[1]=Ne=>n("escapeKeyDown",Ne)),onPointerDownOutside:_e[2]||(_e[2]=Ne=>n("pointerDownOutside",Ne)),onFocusOutside:_e[3]||(_e[3]=withModifiers(Ne=>n("focusOutside",Ne),["prevent"])),onDismiss:unref(j).onDismiss},{default:withCtx(()=>[createVNode(unref(Pt),mergeProps({...unref($),...de.$attrs},{ref:unref(k),"data-state":unref(j).open.value?"open":"closed",style:{userSelect:re.value?"text":void 0,WebkitUserSelect:re.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:_e[0]||(_e[0]=Ne=>{Ne.currentTarget.contains(Ne.target)&&(re.value=!0),unref(j).hasSelectionRef.value=!1,unref(j).isPointerDownOnContentRef.value=!0})}),{default:withCtx(()=>[renderSlot(de.$slots,"default")]),_:3},16,["data-state","style"])]),_:3},8,["onDismiss"]))}}),Eh=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(e,{emit:t}){const y=xe(e,t),{forwardRef:n}=T(),$=wo();return(k,L)=>(openBlock(),createBlock(unref(Pe),{present:k.forceMount||unref($).open.value},{default:withCtx(()=>[createVNode(oc,mergeProps(unref(y),{ref:unref(n),onPointerenter:L[0]||(L[0]=j=>unref(Tn)(unref($).onOpen)(j))}),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16)]),_:3},8,["present"]))}});function ff(){if(typeof matchMedia=="function")return matchMedia("(pointer:coarse)").matches?"coarse":"fine"}ff();const _sfc_main$p=defineComponent({__name:"DropdownMenu",props:{defaultOpen:{type:Boolean},open:{type:Boolean},dir:{},modal:{type:Boolean}},emits:["update:open"],setup(e,{emit:t}){const $=xe(e,t);return(k,L)=>(openBlock(),createBlock(unref(Qm),normalizeProps(guardReactiveProps(unref($))),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))}}),_sfc_main$o=defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{}},setup(e){const y=Bt(e);return(n,$)=>(openBlock(),createBlock(unref(eh),mergeProps({class:"outline-none"},unref(y)),{default:withCtx(()=>[renderSlot(n.$slots,"default")]),_:3},16))}});function r(e){var t,y,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var $=e.length;for(t=0;t<$;t++)e[t]&&(y=r(e[t]))&&(n&&(n+=" "),n+=y)}else for(y in e)e[y]&&(n&&(n+=" "),n+=y);return n}function clsx(){for(var e,t,y=0,n="",$=arguments.length;y<$;y++)(e=arguments[y])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}const CLASS_PART_SEPARATOR="-",createClassGroupUtils=e=>{const t=createClassMap(e),{conflictingClassGroups:y,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:L=>{const j=L.split(CLASS_PART_SEPARATOR);return j[0]===""&&j.length!==1&&j.shift(),getGroupRecursive(j,t)||getGroupIdForArbitraryProperty(L)},getConflictingClassGroupIds:(L,j)=>{const V=y[L]||[];return j&&n[L]?[...V,...n[L]]:V}}},getGroupRecursive=(e,t)=>{var L;if(e.length===0)return t.classGroupId;const y=e[0],n=t.nextPart.get(y),$=n?getGroupRecursive(e.slice(1),n):void 0;if($)return $;if(t.validators.length===0)return;const k=e.join(CLASS_PART_SEPARATOR);return(L=t.validators.find(({validator:j})=>j(k)))==null?void 0:L.classGroupId},arbitraryPropertyRegex=/^\[(.+)\]$/,getGroupIdForArbitraryProperty=e=>{if(arbitraryPropertyRegex.test(e)){const t=arbitraryPropertyRegex.exec(e)[1],y=t==null?void 0:t.substring(0,t.indexOf(":"));if(y)return"arbitrary.."+y}},createClassMap=e=>{const{theme:t,prefix:y}=e,n={nextPart:new Map,validators:[]};return getPrefixedClassGroupEntries(Object.entries(e.classGroups),y).forEach(([k,L])=>{processClassesRecursively(L,n,k,t)}),n},processClassesRecursively=(e,t,y,n)=>{e.forEach($=>{if(typeof $=="string"){const k=$===""?t:getPart(t,$);k.classGroupId=y;return}if(typeof $=="function"){if(isThemeGetter($)){processClassesRecursively($(n),t,y,n);return}t.validators.push({validator:$,classGroupId:y});return}Object.entries($).forEach(([k,L])=>{processClassesRecursively(L,getPart(t,k),y,n)})})},getPart=(e,t)=>{let y=e;return t.split(CLASS_PART_SEPARATOR).forEach(n=>{y.nextPart.has(n)||y.nextPart.set(n,{nextPart:new Map,validators:[]}),y=y.nextPart.get(n)}),y},isThemeGetter=e=>e.isThemeGetter,getPrefixedClassGroupEntries=(e,t)=>t?e.map(([y,n])=>{const $=n.map(k=>typeof k=="string"?t+k:typeof k=="object"?Object.fromEntries(Object.entries(k).map(([L,j])=>[t+L,j])):k);return[y,$]}):e,createLruCache=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,y=new Map,n=new Map;const $=(k,L)=>{y.set(k,L),t++,t>e&&(t=0,n=y,y=new Map)};return{get(k){let L=y.get(k);if(L!==void 0)return L;if((L=n.get(k))!==void 0)return $(k,L),L},set(k,L){y.has(k)?y.set(k,L):$(k,L)}}},IMPORTANT_MODIFIER="!",createParseClassName=e=>{const{separator:t,experimentalParseClassName:y}=e,n=t.length===1,$=t[0],k=t.length,L=j=>{const V=[];let z=0,re=0,oe;for(let Ue=0;Ue<j.length;Ue++){let $e=j[Ue];if(z===0){if($e===$&&(n||j.slice(Ue,Ue+k)===t)){V.push(j.slice(re,Ue)),re=Ue+k;continue}if($e==="/"){oe=Ue;continue}}$e==="["?z++:$e==="]"&&z--}const ue=V.length===0?j:j.substring(re),de=ue.startsWith(IMPORTANT_MODIFIER),_e=de?ue.substring(1):ue,Ne=oe&&oe>re?oe-re:void 0;return{modifiers:V,hasImportantModifier:de,baseClassName:_e,maybePostfixModifierPosition:Ne}};return y?j=>y({className:j,parseClassName:L}):L},sortModifiers=e=>{if(e.length<=1)return e;const t=[];let y=[];return e.forEach(n=>{n[0]==="["?(t.push(...y.sort(),n),y=[]):y.push(n)}),t.push(...y.sort()),t},createConfigUtils=e=>({cache:createLruCache(e.cacheSize),parseClassName:createParseClassName(e),...createClassGroupUtils(e)}),SPLIT_CLASSES_REGEX=/\s+/,mergeClassList=(e,t)=>{const{parseClassName:y,getClassGroupId:n,getConflictingClassGroupIds:$}=t,k=[],L=e.trim().split(SPLIT_CLASSES_REGEX);let j="";for(let V=L.length-1;V>=0;V-=1){const z=L[V],{modifiers:re,hasImportantModifier:oe,baseClassName:ue,maybePostfixModifierPosition:de}=y(z);let _e=!!de,Ne=n(_e?ue.substring(0,de):ue);if(!Ne){if(!_e){j=z+(j.length>0?" "+j:j);continue}if(Ne=n(ue),!Ne){j=z+(j.length>0?" "+j:j);continue}_e=!1}const Ue=sortModifiers(re).join(":"),$e=oe?Ue+IMPORTANT_MODIFIER:Ue,Ve=$e+Ne;if(k.includes(Ve))continue;k.push(Ve);const Fe=$(Ne,_e);for(let qe=0;qe<Fe.length;++qe){const er=Fe[qe];k.push($e+er)}j=z+(j.length>0?" "+j:j)}return j};function twJoin(){let e=0,t,y,n="";for(;e<arguments.length;)(t=arguments[e++])&&(y=toValue(t))&&(n&&(n+=" "),n+=y);return n}const toValue=e=>{if(typeof e=="string")return e;let t,y="";for(let n=0;n<e.length;n++)e[n]&&(t=toValue(e[n]))&&(y&&(y+=" "),y+=t);return y};function createTailwindMerge(e,...t){let y,n,$,k=L;function L(V){const z=t.reduce((re,oe)=>oe(re),e());return y=createConfigUtils(z),n=y.cache.get,$=y.cache.set,k=j,j(V)}function j(V){const z=n(V);if(z)return z;const re=mergeClassList(V,y);return $(V,re),re}return function(){return k(twJoin.apply(null,arguments))}}const fromTheme=e=>{const t=y=>y[e]||[];return t.isThemeGetter=!0,t},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=e=>isNumber(e)||stringLengths.has(e)||fractionRegex.test(e),isArbitraryLength=e=>getIsArbitraryValue(e,"length",isLengthOnly),isNumber=e=>!!e&&!Number.isNaN(Number(e)),isArbitraryNumber=e=>getIsArbitraryValue(e,"number",isNumber),isInteger=e=>!!e&&Number.isInteger(Number(e)),isPercent=e=>e.endsWith("%")&&isNumber(e.slice(0,-1)),isArbitraryValue=e=>arbitraryValueRegex.test(e),isTshirtSize=e=>tshirtUnitRegex.test(e),sizeLabels=new Set(["length","size","percentage"]),isArbitrarySize=e=>getIsArbitraryValue(e,sizeLabels,isNever),isArbitraryPosition=e=>getIsArbitraryValue(e,"position",isNever),imageLabels=new Set(["image","url"]),isArbitraryImage=e=>getIsArbitraryValue(e,imageLabels,isImage),isArbitraryShadow=e=>getIsArbitraryValue(e,"",isShadow),isAny=()=>!0,getIsArbitraryValue=(e,t,y)=>{const n=arbitraryValueRegex.exec(e);return n?n[1]?typeof t=="string"?n[1]===t:t.has(n[1]):y(n[2]):!1},isLengthOnly=e=>lengthUnitRegex.test(e)&&!colorFunctionRegex.test(e),isNever=()=>!1,isShadow=e=>shadowRegex.test(e),isImage=e=>imageRegex.test(e),getDefaultConfig=()=>{const e=fromTheme("colors"),t=fromTheme("spacing"),y=fromTheme("blur"),n=fromTheme("brightness"),$=fromTheme("borderColor"),k=fromTheme("borderRadius"),L=fromTheme("borderSpacing"),j=fromTheme("borderWidth"),V=fromTheme("contrast"),z=fromTheme("grayscale"),re=fromTheme("hueRotate"),oe=fromTheme("invert"),ue=fromTheme("gap"),de=fromTheme("gradientColorStops"),_e=fromTheme("gradientColorStopPositions"),Ne=fromTheme("inset"),Ue=fromTheme("margin"),$e=fromTheme("opacity"),Ve=fromTheme("padding"),Fe=fromTheme("saturate"),qe=fromTheme("scale"),er=fromTheme("sepia"),ir=fromTheme("skew"),dr=fromTheme("space"),cr=fromTheme("translate"),nr=()=>["auto","contain","none"],lr=()=>["auto","hidden","clip","visible","scroll"],Et=()=>["auto",isArbitraryValue,t],ie=()=>[isArbitraryValue,t],pe=()=>["",isLength,isArbitraryLength],Ce=()=>["auto",isNumber,isArbitraryValue],Ie=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],jt=()=>["solid","dashed","dotted","double","none"],ar=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ur=()=>["start","end","center","between","around","evenly","stretch"],kt=()=>["","0",isArbitraryValue],he=()=>["auto","avoid","all","avoid-page","page","left","right","column"],tr=()=>[isNumber,isArbitraryValue];return{cacheSize:500,separator:":",theme:{colors:[isAny],spacing:[isLength,isArbitraryLength],blur:["none","",isTshirtSize,isArbitraryValue],brightness:tr(),borderColor:[e],borderRadius:["none","","full",isTshirtSize,isArbitraryValue],borderSpacing:ie(),borderWidth:pe(),contrast:tr(),grayscale:kt(),hueRotate:tr(),invert:kt(),gap:ie(),gradientColorStops:[e],gradientColorStopPositions:[isPercent,isArbitraryLength],inset:Et(),margin:Et(),opacity:tr(),padding:ie(),saturate:tr(),scale:tr(),sepia:kt(),skew:tr(),space:ie(),translate:ie()},classGroups:{aspect:[{aspect:["auto","square","video",isArbitraryValue]}],container:["container"],columns:[{columns:[isTshirtSize]}],"break-after":[{"break-after":he()}],"break-before":[{"break-before":he()}],"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:[...Ie(),isArbitraryValue]}],overflow:[{overflow:lr()}],"overflow-x":[{"overflow-x":lr()}],"overflow-y":[{"overflow-y":lr()}],overscroll:[{overscroll:nr()}],"overscroll-x":[{"overscroll-x":nr()}],"overscroll-y":[{"overscroll-y":nr()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[Ne]}],"inset-x":[{"inset-x":[Ne]}],"inset-y":[{"inset-y":[Ne]}],start:[{start:[Ne]}],end:[{end:[Ne]}],top:[{top:[Ne]}],right:[{right:[Ne]}],bottom:[{bottom:[Ne]}],left:[{left:[Ne]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",isInteger,isArbitraryValue]}],basis:[{basis:Et()}],"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:kt()}],shrink:[{shrink:kt()}],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":Ce()}],"col-end":[{"col-end":Ce()}],"grid-rows":[{"grid-rows":[isAny]}],"row-start-end":[{row:["auto",{span:[isInteger,isArbitraryValue]},isArbitraryValue]}],"row-start":[{"row-start":Ce()}],"row-end":[{"row-end":Ce()}],"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:[ue]}],"gap-x":[{"gap-x":[ue]}],"gap-y":[{"gap-y":[ue]}],"justify-content":[{justify:["normal",...ur()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...ur(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...ur(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[Ve]}],px:[{px:[Ve]}],py:[{py:[Ve]}],ps:[{ps:[Ve]}],pe:[{pe:[Ve]}],pt:[{pt:[Ve]}],pr:[{pr:[Ve]}],pb:[{pb:[Ve]}],pl:[{pl:[Ve]}],m:[{m:[Ue]}],mx:[{mx:[Ue]}],my:[{my:[Ue]}],ms:[{ms:[Ue]}],me:[{me:[Ue]}],mt:[{mt:[Ue]}],mr:[{mr:[Ue]}],mb:[{mb:[Ue]}],ml:[{ml:[Ue]}],"space-x":[{"space-x":[dr]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[dr]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",isArbitraryValue,t]}],"min-w":[{"min-w":[isArbitraryValue,t,"min","max","fit"]}],"max-w":[{"max-w":[isArbitraryValue,t,"none","full","min","max","fit","prose",{screen:[isTshirtSize]},isTshirtSize]}],h:[{h:[isArbitraryValue,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[isArbitraryValue,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[isArbitraryValue,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[isArbitraryValue,t,"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:[e]}],"placeholder-opacity":[{"placeholder-opacity":[$e]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[$e]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...jt(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",isLength,isArbitraryLength]}],"underline-offset":[{"underline-offset":["auto",isLength,isArbitraryValue]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:ie()}],"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":[$e]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...Ie(),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:[e]}],"gradient-from-pos":[{from:[_e]}],"gradient-via-pos":[{via:[_e]}],"gradient-to-pos":[{to:[_e]}],"gradient-from":[{from:[de]}],"gradient-via":[{via:[de]}],"gradient-to":[{to:[de]}],rounded:[{rounded:[k]}],"rounded-s":[{"rounded-s":[k]}],"rounded-e":[{"rounded-e":[k]}],"rounded-t":[{"rounded-t":[k]}],"rounded-r":[{"rounded-r":[k]}],"rounded-b":[{"rounded-b":[k]}],"rounded-l":[{"rounded-l":[k]}],"rounded-ss":[{"rounded-ss":[k]}],"rounded-se":[{"rounded-se":[k]}],"rounded-ee":[{"rounded-ee":[k]}],"rounded-es":[{"rounded-es":[k]}],"rounded-tl":[{"rounded-tl":[k]}],"rounded-tr":[{"rounded-tr":[k]}],"rounded-br":[{"rounded-br":[k]}],"rounded-bl":[{"rounded-bl":[k]}],"border-w":[{border:[j]}],"border-w-x":[{"border-x":[j]}],"border-w-y":[{"border-y":[j]}],"border-w-s":[{"border-s":[j]}],"border-w-e":[{"border-e":[j]}],"border-w-t":[{"border-t":[j]}],"border-w-r":[{"border-r":[j]}],"border-w-b":[{"border-b":[j]}],"border-w-l":[{"border-l":[j]}],"border-opacity":[{"border-opacity":[$e]}],"border-style":[{border:[...jt(),"hidden"]}],"divide-x":[{"divide-x":[j]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[j]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[$e]}],"divide-style":[{divide:jt()}],"border-color":[{border:[$]}],"border-color-x":[{"border-x":[$]}],"border-color-y":[{"border-y":[$]}],"border-color-t":[{"border-t":[$]}],"border-color-r":[{"border-r":[$]}],"border-color-b":[{"border-b":[$]}],"border-color-l":[{"border-l":[$]}],"divide-color":[{divide:[$]}],"outline-style":[{outline:["",...jt()]}],"outline-offset":[{"outline-offset":[isLength,isArbitraryValue]}],"outline-w":[{outline:[isLength,isArbitraryLength]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:pe()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[$e]}],"ring-offset-w":[{"ring-offset":[isLength,isArbitraryLength]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",isTshirtSize,isArbitraryShadow]}],"shadow-color":[{shadow:[isAny]}],opacity:[{opacity:[$e]}],"mix-blend":[{"mix-blend":[...ar(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":ar()}],filter:[{filter:["","none"]}],blur:[{blur:[y]}],brightness:[{brightness:[n]}],contrast:[{contrast:[V]}],"drop-shadow":[{"drop-shadow":["","none",isTshirtSize,isArbitraryValue]}],grayscale:[{grayscale:[z]}],"hue-rotate":[{"hue-rotate":[re]}],invert:[{invert:[oe]}],saturate:[{saturate:[Fe]}],sepia:[{sepia:[er]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[y]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[V]}],"backdrop-grayscale":[{"backdrop-grayscale":[z]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[re]}],"backdrop-invert":[{"backdrop-invert":[oe]}],"backdrop-opacity":[{"backdrop-opacity":[$e]}],"backdrop-saturate":[{"backdrop-saturate":[Fe]}],"backdrop-sepia":[{"backdrop-sepia":[er]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[L]}],"border-spacing-x":[{"border-spacing-x":[L]}],"border-spacing-y":[{"border-spacing-y":[L]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",isArbitraryValue]}],duration:[{duration:tr()}],ease:[{ease:["linear","in","out","in-out",isArbitraryValue]}],delay:[{delay:tr()}],animate:[{animate:["none","spin","ping","pulse","bounce",isArbitraryValue]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[qe]}],"scale-x":[{"scale-x":[qe]}],"scale-y":[{"scale-y":[qe]}],rotate:[{rotate:[isInteger,isArbitraryValue]}],"translate-x":[{"translate-x":[cr]}],"translate-y":[{"translate-y":[cr]}],"skew-x":[{"skew-x":[ir]}],"skew-y":[{"skew-y":[ir]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",isArbitraryValue]}],accent:[{accent:["auto",e]}],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:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":ie()}],"scroll-mx":[{"scroll-mx":ie()}],"scroll-my":[{"scroll-my":ie()}],"scroll-ms":[{"scroll-ms":ie()}],"scroll-me":[{"scroll-me":ie()}],"scroll-mt":[{"scroll-mt":ie()}],"scroll-mr":[{"scroll-mr":ie()}],"scroll-mb":[{"scroll-mb":ie()}],"scroll-ml":[{"scroll-ml":ie()}],"scroll-p":[{"scroll-p":ie()}],"scroll-px":[{"scroll-px":ie()}],"scroll-py":[{"scroll-py":ie()}],"scroll-ps":[{"scroll-ps":ie()}],"scroll-pe":[{"scroll-pe":ie()}],"scroll-pt":[{"scroll-pt":ie()}],"scroll-pr":[{"scroll-pr":ie()}],"scroll-pb":[{"scroll-pb":ie()}],"scroll-pl":[{"scroll-pl":ie()}],"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:[e,"none"]}],"stroke-w":[{stroke:[isLength,isArbitraryLength,isArbitraryNumber]}],stroke:[{stroke:[e,"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(...e){return twMerge(clsx(e))}const _sfc_main$n=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(e,{emit:t}){const y=e,n=t,$=computed(()=>{const{class:L,...j}=y;return j}),k=xe($,n);return(L,j)=>(openBlock(),createBlock(unref(th),null,{default:withCtx(()=>[createVNode(unref(ah),mergeProps(unref(k),{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",y.class)}),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$m=defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{},inset:{type:Boolean}},setup(e){const t=e,y=computed(()=>{const{class:$,...k}=t;return k}),n=Bt(y);return($,k)=>(openBlock(),createBlock(unref(oh),mergeProps(unref(n),{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",$.inset&&"pl-8",t.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["class"]))}});/**
* @license lucide-vue-next v0.427.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=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
* @license lucide-vue-next v0.427.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.427.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:e,strokeWidth:t=2,absoluteStrokeWidth:y,color:n,iconNode:$,name:k,class:L,...j},{slots:V})=>h$1("svg",{...defaultAttributes,width:e||defaultAttributes.width,height:e||defaultAttributes.height,stroke:n||defaultAttributes.stroke,"stroke-width":y?Number(t)*24/Number(e):t,class:["lucide",`lucide-${toKebabCase(k??"icon")}`],...j},[...$.map(z=>h$1(...z)),...V.default?[V.default()]:[]]);/**
* @license lucide-vue-next v0.427.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=(e,t)=>(y,{slots:n})=>h$1(Icon,{...y,iconNode:t,name:e},n);/**
* @license lucide-vue-next v0.427.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$l=defineComponent({__name:"DropdownMenuShortcut",props:{class:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(cn)("ml-auto text-xs tracking-widest opacity-60",t.class))},[renderSlot(y.$slots,"default")],2))}}),_sfc_main$k=defineComponent({__name:"DropdownMenuSeparator",props:{asChild:{type:Boolean},as:{},class:{}},setup(e){const t=e,y=computed(()=>{const{class:n,...$}=t;return $});return(n,$)=>(openBlock(),createBlock(unref(sh),mergeProps(y.value,{class:unref(cn)("-mx-1 my-1 h-px bg-muted",t.class)}),null,16,["class"]))}}),_sfc_main$j=defineComponent({__name:"DropdownMenuSub",props:{defaultOpen:{type:Boolean},open:{type:Boolean}},emits:["update:open"],setup(e,{emit:t}){const $=xe(e,t);return(k,L)=>(openBlock(),createBlock(unref(ph),normalizeProps(guardReactiveProps(unref($))),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))}}),_sfc_main$i=defineComponent({__name:"DropdownMenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{}},setup(e){const t=e,y=computed(()=>{const{class:$,...k}=t;return k}),n=Bt(y);return($,k)=>(openBlock(),createBlock(unref(vh),mergeProps(unref(n),{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",t.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default"),createVNode(unref(ChevronRight),{class:"ml-auto h-4 w-4"})]),_:3},16,["class"]))}}),_sfc_main$h=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(e,{emit:t}){const y=e,n=t,$=computed(()=>{const{class:L,...j}=y;return j}),k=xe($,n);return(L,j)=>(openBlock(),createBlock(unref(fh),mergeProps(unref(k),{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",y.class)}),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16,["class"]))}}),_sfc_main$g={__name:"FileDropdown",setup(e){const t=useStore(),{isDark:y,isEditOnLeft:n}=storeToRefs(t),{toggleDark:$,toggleEditOnLeft:k,exportEditorContent2HTML:L,exportEditorContent2MD:j,importMarkdownContent:V}=t;return(z,re)=>{const oe=resolveComponent("ElIconArrowDown"),ue=resolveComponent("el-icon"),de=resolveComponent("ElIconUpload"),_e=resolveComponent("ElIconDownload"),Ne=resolveComponent("ElIconDocument"),Ue=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 文件 "),createVNode(ue,{class:"ml-2"},{default:withCtx(()=>[createVNode(oe)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:re[0]||(re[0]=$e=>unref(V)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(de)]),_:1}),createTextVNode(" 导入 .md ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:re[1]||(re[1]=$e=>unref(j)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(_e)]),_:1}),createTextVNode(" 导出 .md ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:re[2]||(re[2]=$e=>unref(L)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(Ne)]),_:1}),createTextVNode(" 导出 .html ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:re[3]||(re[3]=$e=>unref($)())},{default:withCtx(()=>[createVNode(ue,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(y)}])},{default:withCtx(()=>[createVNode(Ue)]),_:1},8,["class"]),createTextVNode(" 深色模式 ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:re[4]||(re[4]=$e=>unref(k)())},{default:withCtx(()=>[createVNode(ue,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(n)}])},{default:withCtx(()=>[createVNode(Ue)]),_:1},8,["class"]),createTextVNode(" 左侧编辑 ")]),_:1})]),_:1})]),_:1})}}},_hoisted_1$8=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",style:{width:"40%"}})],-1),_sfc_main$f={__name:"AboutDialog",props:{visible:{type:Boolean,default:!1}},emits:["close"],setup(e){const t=e;function y(n){window.open(n)}return(n,$)=>{const k=resolveComponent("el-button"),L=resolveComponent("el-dialog");return openBlock(),createBlock(L,{title:"关于",class:"about__dialog","model-value":t.visible,width:"380",center:"",onClose:$[2]||($[2]=j=>n.$emit("close"))},{footer:withCtx(()=>[createVNode(k,{type:"primary",plain:"",onClick:$[0]||($[0]=j=>y("https://github.com/doocs/md"))},{default:withCtx(()=>[createTextVNode(" GitHub 仓库 ")]),_:1}),createVNode(k,{type:"primary",plain:"",onClick:$[1]||($[1]=j=>y("https://gitee.com/doocs/md"))},{default:withCtx(()=>[createTextVNode(" Gitee 仓库 ")]),_:1})]),default:withCtx(()=>[_hoisted_1$8]),_:1},8,["model-value"])}}},_hoisted_1$7=createBaseVNode("span",null,"关于",-1),_sfc_main$e={__name:"HelpDropdown",setup(e){const t=ref$1(!1);return(y,n)=>{const $=resolveComponent("ElIconArrowDown"),k=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[createVNode(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),{class:"flex items-center"},{default:withCtx(()=>[createTextVNode(" 帮助 "),createVNode(k,{class:"ml-2"},{default:withCtx(()=>[createVNode($)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:n[0]||(n[0]=L=>t.value=!0)},{default:withCtx(()=>[createVNode(k,{class:"mr-2 h-4 w-4"}),_hoisted_1$7]),_:1})]),_:1})]),_:1}),createVNode(_sfc_main$f,{visible:t.value,onClose:n[1]||(n[1]=L=>t.value=!1)},null,8,["visible"])],64)}}},_sfc_main$d={__name:"StyleOptionMenu",props:{title:{type:String,required:!0},options:{type:Array,required:!0},current:{type:String,required:!0},change:{type:Function,required:!0}},setup(e){const t=e;function y(n,$){switch(n){case"字体":return{fontFamily:$};case"字号":return{fontSize:$};case"主题色":return{color:$};default:return{}}}return(n,$)=>{const k=resolveComponent("el-icon"),L=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$j),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$i),null,{default:withCtx(()=>[createVNode(k,{class:"mr-2 h-4 w-4"}),createBaseVNode("span",null,toDisplayString(t.title),1)]),_:1}),createVNode(unref(th),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$h),null,{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.options,({label:j,value:V,desc:z})=>(openBlock(),createBlock(unref(_sfc_main$m),{key:V,label:j,"model-value":V,class:"w-50",onClick:re=>e.change(V)},{default:withCtx(()=>[createVNode(k,{class:"mr-2 h-4 w-4",style:normalizeStyle({opacity:+(e.current===V)})},{default:withCtx(()=>[createVNode(L)]),_:2},1032,["style"]),createTextVNode(" "+toDisplayString(j)+" ",1),createVNode(unref(_sfc_main$l),{style:normalizeStyle(y(e.title,V))},{default:withCtx(()=>[createTextVNode(toDisplayString(z),1)]),_:2},1032,["style"])]),_:2},1032,["label","model-value","onClick"]))),128))]),_:1})]),_:1})]),_:1})}}},_sfc_main$c=defineComponent({__name:"HoverCard",props:{defaultOpen:{type:Boolean},open:{type:Boolean},openDelay:{},closeDelay:{}},emits:["update:open"],setup(e,{emit:t}){const $=xe(e,t);return(k,L)=>(openBlock(),createBlock(unref(_h),normalizeProps(guardReactiveProps(unref($))),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))}}),_sfc_main$b=defineComponent({__name:"HoverCardTrigger",props:{asChild:{type:Boolean},as:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(xh),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),_sfc_main$a=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(e){const t=e,y=computed(()=>{const{class:$,...k}=t;return k}),n=Bt(y);return($,k)=>(openBlock(),createBlock(unref(Sh),null,{default:withCtx(()=>[createVNode(unref(Eh),mergeProps(unref(n),{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",t.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$9={__name:"StyleDropdown",setup(e){const t=useStore(),{fontFamily:y,fontSize:n,fontColor:$,codeBlockTheme:k,legend:L,isMacCodeBlock:j,cssEditor:V}=storeToRefs(t),{resetStyleConfirm:z,fontChanged:re,sizeChanged:oe,colorChanged:ue,codeBlockThemeChanged:de,legendChanged:_e,macCodeBlockChanged:Ne,toggleShowCssEditor:Ue}=t,$e=ref$1(null);function Ve(){$e.value.show()}function Fe(){Ue(),nextTick$3(()=>{V.value||V.value.refresh()}),setTimeout(()=>{V.value.refresh()},50)}return(qe,er)=>{const ir=resolveComponent("ElIconArrowDown"),dr=resolveComponent("el-icon"),cr=resolveComponent("el-color-picker"),nr=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 样式 "),createVNode(dr,{class:"ml-2"},{default:withCtx(()=>[createVNode(ir)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),{class:"w-56"},{default:withCtx(()=>[createVNode(_sfc_main$d,{title:"字体",options:unref(fontFamilyOptions),current:unref(y),change:unref(re)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"字号",options:unref(fontSizeOptions),current:unref(n),change:unref(oe)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"主题色",options:unref(colorOptions),current:unref($),change:unref(ue)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"代码块主题",options:unref(codeBlockThemeOptions),current:unref(k),change:unref(de)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"图注格式",options:unref(legendOptions),current:unref(L),change:unref(_e)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:withModifiers(Ve,["self","prevent"])},{default:withCtx(()=>[createVNode(unref(_sfc_main$c),{"open-delay":100},{default:withCtx(()=>[createVNode(unref(_sfc_main$b),{class:"w-full flex"},{default:withCtx(()=>[createVNode(dr,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义主题色 ")]),_:1}),createVNode(unref(_sfc_main$a),{side:"right",class:"w-min"},{default:withCtx(()=>[createVNode(cr,{ref_key:"colorPicker",ref:$e,modelValue:unref($),"onUpdate:modelValue":er[0]||(er[0]=lr=>isRef($)?$.value=lr:null),teleported:!1,"show-alpha":"",class:"ml-auto",style:{height:"2em"},onChange:unref(ue),onClick:Ve},null,8,["modelValue","onChange"])]),_:1})]),_:1})]),_:1}),createVNode(unref(_sfc_main$m),{onClick:Fe},{default:withCtx(()=>[createVNode(dr,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义 CSS ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:unref(Ne)},{default:withCtx(()=>[createVNode(dr,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(j)}])},{default:withCtx(()=>[createVNode(nr)]),_:1},8,["class"]),createTextVNode(" Mac 代码块 ")]),_:1},8,["onClick"]),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{divided:"",class:"leading-8",onClick:unref(z)},{default:withCtx(()=>[createVNode(dr,{class:"mr-2 h-4 w-4"}),createTextVNode(" 重置 ")]),_:1},8,["onClick"])]),_:1})]),_:1})}}},_sfc_main$8={__name:"EditDropdown",setup(e){const t=useStore(),{toggleShowInsertFormDialog:y,toggleShowUploadImgDialog:n}=t;return($,k)=>{const L=resolveComponent("ElIconArrowDown"),j=resolveComponent("el-icon"),V=resolveComponent("ElIconUpload"),z=resolveComponent("ElIconGrid");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 编辑 "),createVNode(j,{class:"ml-2"},{default:withCtx(()=>[createVNode(L)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:k[0]||(k[0]=re=>unref(n)())},{default:withCtx(()=>[createVNode(j,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(V)]),_:1}),createTextVNode(" 上传图片 ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:k[1]||(k[1]=re=>unref(y)())},{default:withCtx(()=>[createVNode(j,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(z)]),_:1}),createTextVNode(" 插入表格 ")]),_:1})]),_:1})]),_:1})}}},_export_sfc=(e,t)=>{const y=e.__vccOpts||e;for(const[n,$]of t)y[n]=$;return y},_hoisted_1$6={class:"header-container"},_sfc_main$7={__name:"index",emits:["addFormat","formatContent","startCopy","endCopy"],setup(e,{emit:t}){const y=t,$=CodeMirror.keyMap.default===CodeMirror.keyMap.macDefault?"Cmd":"Ctrl",k=[{label:"加粗",kbd:`${$} + B`,emitArgs:["addFormat",`${$}-B`]},{label:"斜体",kbd:`${$} + I`,emitArgs:["addFormat",`${$}-I`]},{label:"删除线",kbd:`${$} + D`,emitArgs:["addFormat",`${$}-D`]},{label:"超链接",kbd:`${$} + K`,emitArgs:["addFormat",`${$}-K`]},{label:"行内代码",kbd:`${$} + E`,emitArgs:["addFormat",`${$}-E`]},{label:"格式化",kbd:`${$} + F`,emitArgs:["formatContent"]}],L=useStore(),{isDark:j,isCiteStatus:V,output:z}=storeToRefs(L),{toggleDark:re,editorRefresh:oe,citeStatusChanged:ue}=L;function de(){y("startCopy"),setTimeout(()=>{function _e(Ve){const Fe=document.createElement("div");return Fe.innerHTML=Ve,Fe.querySelectorAll("li > ul, li > ol").forEach(er=>{er.parentElement.insertAdjacentElement("afterend",er)}),Fe.innerHTML}const Ne=j.value;Ne&&re(),solveWeChatImage();const Ue=document.getElementById("output");Ue.innerHTML=mergeCss(Ue.innerHTML),Ue.innerHTML=_e(Ue.innerHTML),Ue.innerHTML=Ue.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"),Ue.focus(),window.getSelection().removeAllRanges();const $e=document.createRange();$e.setStartBefore(Ue.firstChild),$e.setEndAfter(Ue.lastChild),window.getSelection().addRange($e),document.execCommand("copy"),window.getSelection().removeAllRanges(),Ue.innerHTML=z.value,Ne&&re(),ElNotification({showClose:!0,message:"已复制渲染后的文章到剪贴板,可直接到公众号后台粘贴",offset:80,duration:1600,type:"success"}),oe(),y("endCopy")},350)}return(_e,Ne)=>{const Ue=resolveComponent("ElIconArrowDown"),$e=resolveComponent("el-icon"),Ve=resolveComponent("ElIconCheck"),Fe=resolveComponent("el-space"),qe=resolveComponent("el-button");return openBlock(),createElementBlock("div",_hoisted_1$6,[createVNode(Fe,{class:"dropdowns flex-auto",size:"large"},{default:withCtx(()=>[createVNode(_sfc_main$g),createVNode(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 格式 "),createVNode($e,{class:"ml-2"},{default:withCtx(()=>[createVNode(Ue)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),{class:"w-60"},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(k,({label:er,kbd:ir,emitArgs:dr})=>createVNode(unref(_sfc_main$m),{key:ir,onClick:cr=>_e.$emit(...dr)},{default:withCtx(()=>[createVNode($e,{class:"mr-2 h-4 w-4"}),createTextVNode(" "+toDisplayString(er)+" ",1),createVNode(unref(_sfc_main$l),null,{default:withCtx(()=>[createTextVNode(toDisplayString(ir),1)]),_:2},1024)]),_:2},1032,["onClick"])),64)),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:unref(ue)},{default:withCtx(()=>[createVNode($e,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(V)}])},{default:withCtx(()=>[createVNode(Ve)]),_:1},8,["class"]),createTextVNode(" 微信外链转底部引用 ")]),_:1},8,["onClick"])]),_:1})]),_:1}),createVNode(_sfc_main$8),createVNode(_sfc_main$9),createVNode(_sfc_main$e)]),_:1}),createVNode(qe,{plain:"",type:"primary",onClick:de},{default:withCtx(()=>[createTextVNode(" 复制 ")]),_:1}),createVNode(_sfc_main$q)])}}},EditorHeader=_export_sfc(_sfc_main$7,[["__scopeId","data-v-4723457b"]]),_hoisted_1$5={style:{"border-collapse":"collapse"},class:"input-table"},_hoisted_2$1={class:"dialog-footer"},_sfc_main$6={__name:"InsertFormDialog",setup(e){const t=useStore(),{formatContent:y,toggleShowInsertFormDialog:n}=t,$=ref$1(3),k=ref$1(3),L=ref$1({});function j(){$.value=3,k.value=3,L.value={}}function V(){const z=createTable({rows:$.value,cols:k.value,data:L.value});t.editor.operation(()=>{t.editor.replaceSelection(`
${z}
`,"end")}),j(),n()}return(z,re)=>{const oe=resolveComponent("el-input-number"),ue=resolveComponent("el-col"),de=resolveComponent("el-row"),_e=resolveComponent("el-input"),Ne=resolveComponent("el-button"),Ue=resolveComponent("el-dialog");return openBlock(),createBlock(Ue,{title:"插入表格",class:"insert__dialog","model-value":unref(t).isShowInsertFormDialog,onClose:re[3]||(re[3]=$e=>unref(n)(!1))},{footer:withCtx(()=>[createBaseVNode("div",_hoisted_2$1,[createVNode(Ne,{plain:"",onClick:re[2]||(re[2]=$e=>unref(n)(!1))},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(Ne,{type:"primary",plain:"",onClick:V},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})])]),default:withCtx(()=>[createVNode(de,{class:"tb-options",type:"flex",align:"middle",gutter:10},{default:withCtx(()=>[createVNode(ue,{span:12},{default:withCtx(()=>[createTextVNode(" 行数: "),createVNode(oe,{modelValue:$.value,"onUpdate:modelValue":re[0]||(re[0]=$e=>$.value=$e),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1}),createVNode(ue,{span:12},{default:withCtx(()=>[createTextVNode(" 列数: "),createVNode(oe,{modelValue:k.value,"onUpdate:modelValue":re[1]||(re[1]=$e=>k.value=$e),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1})]),_:1}),createBaseVNode("table",_hoisted_1$5,[(openBlock(!0),createElementBlock(Fragment,null,renderList($.value+1,$e=>(openBlock(),createElementBlock("tr",{key:$e,class:normalizeClass({"head-style":$e===1})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(k.value,Ve=>(openBlock(),createElementBlock("td",{key:Ve},[createVNode(_e,{modelValue:L.value[`k_${$e-1}_${Ve-1}`],"onUpdate:modelValue":Fe=>L.value[`k_${$e-1}_${Ve-1}`]=Fe,align:"center",placeholder:$e===1?"表头":""},null,8,["modelValue","onUpdate:modelValue","placeholder"])]))),128))],2))),128))])]),_:1},8,["model-value"])}}},InsertFormDialog=_export_sfc(_sfc_main$6,[["__scopeId","data-v-ca1e68bd"]]),_hoisted_1$4=["onMousedown"],_sfc_main$5={__name:"RightClickMenu",props:{visible:{type:Boolean,default:!1},top:{type:Number,default:0},left:{type:Number,default:0}},emits:["menuTick","closeMenu"],setup(e,{emit:t}){const y=e,n=t,$=[[{text:"上传图片",key:"insertPic"},{text:"插入表格",key:"insertTable"},{text:"恢复默认样式",key:"resetStyle"}],[{text:"导入 .md 文档",key:"importMarkdown"},{text:"导出 .md 文档",key:"exportMarkdown"},{text:"导出 .html",key:"exportHtml"},{text:"格式化",key:"formatMarkdown"}]];function k(L){n("menuTick",L),n("closeMenu")}return(L,j)=>withDirectives((openBlock(),createElementBlock("div",{id:"menu",class:"menu",style:normalizeStyle({left:`${y.left}px`,top:`${y.top}px`})},[(openBlock(),createElementBlock(Fragment,null,renderList($,(V,z)=>createBaseVNode("ul",{key:z,class:"menu__group"},[(openBlock(!0),createElementBlock(Fragment,null,renderList(V,({key:re,text:oe})=>(openBlock(),createElementBlock("li",{key:re,class:"menu_item",onMousedown:ue=>k(re)},toDisplayString(oe),41,_hoisted_1$4))),128))])),64))],4)),[[vShow,y.visible]])}},RightClickMenu=_export_sfc(_sfc_main$5,[["__scopeId","data-v-d69dec3e"]]),_withScopeId$2=e=>(pushScopeId("data-v-7a636709"),e=e(),popScopeId(),e),_hoisted_1$3=_withScopeId$2(()=>createBaseVNode("div",{class:"el-upload__text"},[createTextVNode(" 将图片拖到此处,或 "),createBaseVNode("em",null,"点击上传")],-1)),_sfc_main$4={__name:"UploadImgDialog",emits:["uploadImage"],setup(e,{emit:t}){const y=t,n=useStore(),$=ref$1({repo:"",branch:"",accessToken:""}),k=ref$1({accessKeyId:"",accessKeySecret:"",bucket:"",region:"",path:"",cdnHost:""}),L=ref$1({secretId:"",secretKey:"",bucket:"",region:"",path:"",cdnHost:""}),j=ref$1({accessKey:"",secretKey:"",bucket:"",domain:"",region:""}),V=ref$1({endpoint:"",port:"",useSSL:!0,bucket:"",accessKey:"",secretKey:""}),z=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}),re=[{value:"default",label:"默认"},{value:"github",label:"GitHub"},{value:"aliOSS",label:"阿里云"},{value:"txCOS",label:"腾讯云"},{value:"qiniu",label:"七牛云"},{value:"minio",label:"MinIO"},{value:"formCustom",label:"自定义代码"}],oe=ref$1("default"),ue=ref$1(null),de=ref$1("upload");watch(de,async dr=>{dr==="formCustom"&&nextTick$3(()=>{const cr=ue.value.$el.querySelector("textarea");z.value.editor=z.value.editor||CodeMirror.fromTextArea(cr,{mode:"javascript"})})},{immediate:!0}),onBeforeMount(()=>{localStorage.getItem("githubConfig")&&($.value=JSON.parse(localStorage.getItem("githubConfig"))),localStorage.getItem("aliOSSConfig")&&(k.value=JSON.parse(localStorage.getItem("aliOSSConfig"))),localStorage.getItem("txCOSConfig")&&(L.value=JSON.parse(localStorage.getItem("txCOSConfig"))),localStorage.getItem("qiniuConfig")&&(j.value=JSON.parse(localStorage.getItem("qiniuConfig"))),localStorage.getItem("minioConfig")&&(V.value=JSON.parse(localStorage.getItem("minioConfig"))),localStorage.getItem("imgHost")&&(oe.value=localStorage.getItem("imgHost"))});function _e(){localStorage.setItem("imgHost",oe.value),ElMessage.success("已成功切换图床")}function Ne(){if(!($.value.repo&&$.value.accessToken)){const dr=$.value.repo?"token":"GitHub 仓库";ElMessage.error(`参数「${dr}」不能为空`);return}localStorage.setItem("githubConfig",JSON.stringify($.value)),ElMessage.success("保存成功")}function Ue(){if(!(k.value.accessKeyId&&k.value.accessKeySecret&&k.value.bucket&&k.value.region)){ElMessage.error("阿里云 OSS 参数配置不全");return}localStorage.setItem("aliOSSConfig",JSON.stringify(k.value)),ElMessage.success("保存成功")}function $e(){if(!(V.value.endpoint&&V.value.bucket&&V.value.accessKey&&V.value.secretKey)){ElMessage.error("MinIO 参数配置不全");return}localStorage.setItem("minioConfig",JSON.stringify(V.value)),ElMessage.success("保存成功")}function Ve(){if(!(L.value.secretId&&L.value.secretKey&&L.value.bucket&&L.value.region)){ElMessage.error("腾讯云 COS 参数配置不全");return}localStorage.setItem("txCOSConfig",JSON.stringify(L.value)),ElMessage.success("保存成功")}function Fe(){if(!(j.value.accessKey&&j.value.secretKey&&j.value.bucket&&j.value.domain&&j.value.region)){ElMessage.error("七牛云 Kodo 参数配置不全");return}localStorage.setItem("qiniuConfig",JSON.stringify(j.value)),ElMessage.success("保存成功")}function qe(){const dr=z.value.editor.getValue();localStorage.setItem("formCustomConfig",dr),ElMessage.success("保存成功")}function er(dr){const cr=checkImage(dr);if(!cr.ok)return ElMessage.error(cr.msg),!1;let nr=localStorage.getItem("imgHost");nr=nr||"default",localStorage.setItem("imgHost",nr);const lr=localStorage.getItem(`${nr}Config`);return nr==="default"||lr?!0:(ElMessage.error(`请先配置 ${nr} 图床参数`),!1)}function ir(dr){y("uploadImage",dr.file)}return(dr,cr)=>{const nr=resolveComponent("el-option"),lr=resolveComponent("el-select"),Et=resolveComponent("el-icon"),ie=resolveComponent("el-upload"),pe=resolveComponent("el-tab-pane"),Ce=resolveComponent("el-input"),Ie=resolveComponent("el-form-item"),jt=resolveComponent("el-link"),ar=resolveComponent("el-button"),ur=resolveComponent("el-form"),kt=resolveComponent("el-switch"),he=resolveComponent("el-tabs"),tr=resolveComponent("el-dialog");return openBlock(),createBlock(tr,{title:"本地上传",class:"upload__dialog","model-value":unref(n).isShowUploadImgDialog,onClose:cr[30]||(cr[30]=gr=>unref(n).toggleShowUploadImgDialog(!1))},{default:withCtx(()=>[createVNode(he,{modelValue:de.value,"onUpdate:modelValue":cr[29]||(cr[29]=gr=>de.value=gr)},{default:withCtx(()=>[createVNode(pe,{class:"upload-panel",label:"选择上传",name:"upload"},{default:withCtx(()=>[createVNode(lr,{modelValue:oe.value,"onUpdate:modelValue":cr[0]||(cr[0]=gr=>oe.value=gr),placeholder:"请选择",size:"small",onChange:_e},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(re,gr=>createVNode(nr,{key:gr.value,label:gr.label,value:gr.value},null,8,["label","value"])),64))]),_:1},8,["modelValue"]),createVNode(ie,{drag:"",multiple:"",action:"",headers:{"Content-Type":"multipart/form-data"},"show-file-list":!1,accept:".jpg, .jpeg, .png, .gif",name:"file","before-upload":er,"http-request":ir},{default:withCtx(()=>[createVNode(Et,{class:"el-icon--upload"},{default:withCtx(()=>[createVNode(unref(upload_filled_default))]),_:1}),_hoisted_1$3]),_:1})]),_:1}),createVNode(pe,{class:"github-panel",label:"GitHub 图床",name:"github"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:$.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"GitHub 仓库",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:$.value.repo,"onUpdate:modelValue":cr[1]||(cr[1]=gr=>$.value.repo=gr),modelModifiers:{trim:!0},placeholder:"如github.com/yanglbme/resource"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"分支"},{default:withCtx(()=>[createVNode(Ce,{modelValue:$.value.branch,"onUpdate:modelValue":cr[2]||(cr[2]=gr=>$.value.branch=gr),modelModifiers:{trim:!0},placeholder:"如release可不填默认 master"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Token",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:$.value.accessToken,"onUpdate:modelValue":cr[3]||(cr[3]=gr=>$.value.accessToken=gr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如cc1d0c1426d0fd0902bd2d7184b14da61b8abc46"},null,8,["modelValue"]),createVNode(jt,{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(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:Ne},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel",label:"阿里云 OSS",name:"aliOSS"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:k.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"AccessKey ID",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.accessKeyId,"onUpdate:modelValue":cr[4]||(cr[4]=gr=>k.value.accessKeyId=gr),modelModifiers:{trim:!0},placeholder:"如LTAI4GdoocsmdoxUf13ylbaNHk"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"AccessKey Secret",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.accessKeySecret,"onUpdate:modelValue":cr[5]||(cr[5]=gr=>k.value.accessKeySecret=gr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如cc1d0c142doocs0902bd2d7md4b14da6ylbabc46"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.bucket,"onUpdate:modelValue":cr[6]||(cr[6]=gr=>k.value.bucket=gr),modelModifiers:{trim:!0},placeholder:"如doocs"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.region,"onUpdate:modelValue":cr[7]||(cr[7]=gr=>k.value.region=gr),modelModifiers:{trim:!0},placeholder:"如oss-cn-shenzhen"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.cdnHost,"onUpdate:modelValue":cr[8]||(cr[8]=gr=>k.value.cdnHost=gr),modelModifiers:{trim:!0},placeholder:"如https://imagecdn.alidaodao.com可不填"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"存储路径"},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.path,"onUpdate:modelValue":cr[9]||(cr[9]=gr=>k.value.path=gr),modelModifiers:{trim:!0},placeholder:"如img可不填默认为根目录"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://help.aliyun.com/document_detail/31883.html",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用阿里云 OSS ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:Ue},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel",label:"腾讯云 COS",name:"txCOS"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:L.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"SecretId",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.secretId,"onUpdate:modelValue":cr[10]||(cr[10]=gr=>L.value.secretId=gr),modelModifiers:{trim:!0},placeholder:"如AKIDnQp1w3DOOCSs8F5MDp9tdoocsmdUPonW3"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.secretKey,"onUpdate:modelValue":cr[11]||(cr[11]=gr=>L.value.secretKey=gr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如ukLmdtEJ9271f3DOocsMDsCXdS3YlbW0"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.bucket,"onUpdate:modelValue":cr[12]||(cr[12]=gr=>L.value.bucket=gr),modelModifiers:{trim:!0},placeholder:"如doocs-3212520134"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.region,"onUpdate:modelValue":cr[13]||(cr[13]=gr=>L.value.region=gr),modelModifiers:{trim:!0},placeholder:"如ap-guangzhou"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.cdnHost,"onUpdate:modelValue":cr[14]||(cr[14]=gr=>L.value.cdnHost=gr),modelModifiers:{trim:!0},placeholder:"如https://imagecdn.alidaodao.com可不填"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"存储路径"},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.path,"onUpdate:modelValue":cr[15]||(cr[15]=gr=>L.value.path=gr),modelModifiers:{trim:!0},placeholder:"如img可不填默认根目录"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://cloud.tencent.com/document/product/436/38484",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用腾讯云 COS ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:Ve},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel",label:"七牛云 Kodo",name:"qiniu"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:j.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.accessKey,"onUpdate:modelValue":cr[16]||(cr[16]=gr=>j.value.accessKey=gr),modelModifiers:{trim:!0},placeholder:"如6DD3VaLJ_SQgOdoocsyTV_YWaDmdnL2n8EGx7kG"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.secretKey,"onUpdate:modelValue":cr[17]||(cr[17]=gr=>j.value.secretKey=gr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如qgZa5qrvDOOcsmdKStD1oCjZ9nB7MDvJUs_34SIm"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.bucket,"onUpdate:modelValue":cr[18]||(cr[18]=gr=>j.value.bucket=gr),modelModifiers:{trim:!0},placeholder:"如md"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket 对应域名",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.domain,"onUpdate:modelValue":cr[19]||(cr[19]=gr=>j.value.domain=gr),modelModifiers:{trim:!0},placeholder:"如https://images.123ylb.cn"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"存储区域",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.region,"onUpdate:modelValue":cr[20]||(cr[20]=gr=>j.value.region=gr),modelModifiers:{trim:!0},placeholder:"如z2"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"存储路径",required:!1},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.path,"onUpdate:modelValue":cr[21]||(cr[21]=gr=>j.value.path=gr),modelModifiers:{trim:!0},placeholder:"如img可不填默认为根目录"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://developer.qiniu.com/kodo",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用七牛云 Kodo ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:Fe},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel",label:"MinIO",name:"minio"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:V.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"Endpoint",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.endpoint,"onUpdate:modelValue":cr[22]||(cr[22]=gr=>V.value.endpoint=gr),modelModifiers:{trim:!0},placeholder:"如play.min.io"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Port",required:!1},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.port,"onUpdate:modelValue":cr[23]||(cr[23]=gr=>V.value.port=gr),modelModifiers:{trim:!0},type:"number",placeholder:"如9000可不填http 默认为 80https 默认为 443"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"UseSSL",required:!0},{default:withCtx(()=>[createVNode(kt,{modelValue:V.value.useSSL,"onUpdate:modelValue":cr[24]||(cr[24]=gr=>V.value.useSSL=gr),"active-text":"是","inactive-text":"否"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.bucket,"onUpdate:modelValue":cr[25]||(cr[25]=gr=>V.value.bucket=gr),modelModifiers:{trim:!0},placeholder:"如doocs"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.accessKey,"onUpdate:modelValue":cr[26]||(cr[26]=gr=>V.value.accessKey=gr),modelModifiers:{trim:!0},placeholder:"如zhangsan"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.secretKey,"onUpdate:modelValue":cr[27]||(cr[27]=gr=>V.value.secretKey=gr),modelModifiers:{trim:!0},placeholder:"如asdasdasd"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"http://docs.minio.org.cn/docs/master/minio-client-complete-guide",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用 MinIO ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:$e},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel formCustom",label:"自定义代码",name:"formCustom"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:z.value,"label-position":"right"},{default:withCtx(()=>[createVNode(Ie,{label:"",required:!0},{default:withCtx(()=>[createVNode(Ce,{ref_key:"formCustomElInput",ref:ue,modelValue:z.value.code,"onUpdate:modelValue":cr[28]||(cr[28]=gr=>z.value.code=gr),class:"formCustomElInput",type:"textarea",resize:"none",placeholder:"Your custom code here."},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://github.com/doocs/md#自定义上传逻辑",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 参数详情? ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:qe},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["model-value"])}}},UploadImgDialog=_export_sfc(_sfc_main$4,[["__scopeId","data-v-7a636709"]]),_withScopeId$1=e=>(pushScopeId("data-v-ea123234"),e=e(),popScopeId(),e),_hoisted_1$2=_withScopeId$1(()=>createBaseVNode("textarea",{id:"cssEditor",type:"textarea",placeholder:"Your custom css here."},null,-1)),_sfc_main$3={__name:"CssEditor",setup(e){const t=useStore();function y(n,$){if($==="add")ElMessageBox.prompt("请输入方案名称","新建自定义 CSS",{confirmButtonText:"确认",cancelButtonText:"取消",inputErrorMessage:"不能与现有方案重名",inputValidator:t.validatorTabName}).then(({value:k})=>{t.addCssContentTab(k),ElMessage.success("新建成功~")});else if($==="remove"){const k=t.cssContentConfig.tabs;let L=t.cssContentConfig.active;L===n&&k.forEach((j,V)=>{if(j.name===n){const z=k[V+1]||k[V-1];z&&(L=z.name)}}),t.cssContentConfig.active=L,t.cssContentConfig.tabs=k.filter(j=>j.name!==n)}}return(n,$)=>{const k=resolveComponent("el-tab-pane"),L=resolveComponent("el-tabs"),j=resolveComponent("el-col");return openBlock(),createBlock(Transition,{"enter-active-class":"bounceInRight"},{default:withCtx(()=>[withDirectives(createVNode(j,{span:8,class:"cssEditor-wrapper order-1 h-full flex flex-col"},{default:withCtx(()=>[createVNode(L,{modelValue:unref(t).cssContentConfig.active,"onUpdate:modelValue":$[0]||($[0]=V=>unref(t).cssContentConfig.active=V),type:"card",editable:"",onEdit:y,onTabChange:unref(t).tabChanged},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(t).cssContentConfig.tabs,V=>(openBlock(),createBlock(k,{key:V.name,label:V.title,name:V.name},null,8,["label","name"]))),128))]),_:1},8,["modelValue","onTabChange"]),_hoisted_1$2]),_:1},512),[[vShow,unref(t).isShowCssEditor]])]),_:1})}}},CssEditor=_export_sfc(_sfc_main$3,[["__scopeId","data-v-ea123234"]]),_hoisted_1$1={key:0,class:"loading"},_sfc_main$2={__name:"RunLoading",setup(e){const t=ref$1(!0);return onMounted(()=>{setTimeout(()=>{t.value=!1},100)}),(y,n)=>{const $=resolveComponent("el-text");return openBlock(),createBlock(Transition,{name:"fade"},{default:withCtx(()=>[t.value?(openBlock(),createElementBlock("div",_hoisted_1$1,[createVNode($,{size:"large",tag:"strong"},{default:withCtx(()=>[createTextVNode(" 致力于让 Markdown 编辑更简单 ")]),_:1})])):createCommentVNode("",!0)]),_:1})}}},RunLoading=_export_sfc(_sfc_main$2,[["__scopeId","data-v-a2ee95f5"]]);(function(e,t){(function(y){y(requireCodemirror())})(function(y){y.defineMode("javascript",function(n,$){var k=n.indentUnit,L=$.statementIndent,j=$.jsonld,V=$.json||j,z=$.trackScope!==!1,re=$.typescript,oe=$.wordCharacters||/[\w$\xa1-\uffff]/,ue=function(){function Fn(wd){return{type:wd,style:"keyword"}}var is=Fn("keyword a"),pu=Fn("keyword b"),ku=Fn("keyword c"),Vl=Fn("keyword d"),cc=Fn("operator"),Lc={type:"atom",style:"atom"};return{if:Fn("if"),while:is,with:is,else:pu,do:pu,try:pu,finally:pu,return:Vl,break:Vl,continue:Vl,new:Fn("new"),delete:ku,void:ku,throw:ku,debugger:Fn("debugger"),var:Fn("var"),const:Fn("var"),let:Fn("var"),function:Fn("function"),catch:Fn("catch"),for:Fn("for"),switch:Fn("switch"),case:Fn("case"),default:Fn("default"),in:cc,typeof:cc,instanceof:cc,true:Lc,false:Lc,null:Lc,undefined:Lc,NaN:Lc,Infinity:Lc,this:Fn("this"),class:Fn("class"),super:Fn("atom"),yield:ku,export:Fn("export"),import:Fn("import"),extends:ku,await:ku}}(),de=/[+\-*&%=<>!?|~^@]/,_e=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;function Ne(Fn){for(var is=!1,pu,ku=!1;(pu=Fn.next())!=null;){if(!is){if(pu=="/"&&!ku)return;pu=="["?ku=!0:ku&&pu=="]"&&(ku=!1)}is=!is&&pu=="\\"}}var Ue,$e;function Ve(Fn,is,pu){return Ue=Fn,$e=pu,is}function Fe(Fn,is){var pu=Fn.next();if(pu=='"'||pu=="'")return is.tokenize=qe(pu),is.tokenize(Fn,is);if(pu=="."&&Fn.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/))return Ve("number","number");if(pu=="."&&Fn.match(".."))return Ve("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(pu))return Ve(pu);if(pu=="="&&Fn.eat(">"))return Ve("=>","operator");if(pu=="0"&&Fn.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return Ve("number","number");if(/\d/.test(pu))return Fn.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/),Ve("number","number");if(pu=="/")return Fn.eat("*")?(is.tokenize=er,er(Fn,is)):Fn.eat("/")?(Fn.skipToEnd(),Ve("comment","comment")):Pu(Fn,is,1)?(Ne(Fn),Fn.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/),Ve("regexp","string-2")):(Fn.eat("="),Ve("operator","operator",Fn.current()));if(pu=="`")return is.tokenize=ir,ir(Fn,is);if(pu=="#"&&Fn.peek()=="!")return Fn.skipToEnd(),Ve("meta","meta");if(pu=="#"&&Fn.eatWhile(oe))return Ve("variable","property");if(pu=="<"&&Fn.match("!--")||pu=="-"&&Fn.match("->")&&!/\S/.test(Fn.string.slice(0,Fn.start)))return Fn.skipToEnd(),Ve("comment","comment");if(de.test(pu))return(pu!=">"||!is.lexical||is.lexical.type!=">")&&(Fn.eat("=")?(pu=="!"||pu=="=")&&Fn.eat("="):/[<>*+\-|&?]/.test(pu)&&(Fn.eat(pu),pu==">"&&Fn.eat(pu))),pu=="?"&&Fn.eat(".")?Ve("."):Ve("operator","operator",Fn.current());if(oe.test(pu)){Fn.eatWhile(oe);var ku=Fn.current();if(is.lastType!="."){if(ue.propertyIsEnumerable(ku)){var Vl=ue[ku];return Ve(Vl.type,Vl.style,ku)}if(ku=="async"&&Fn.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/,!1))return Ve("async","keyword",ku)}return Ve("variable","variable",ku)}}function qe(Fn){return function(is,pu){var ku=!1,Vl;if(j&&is.peek()=="@"&&is.match(_e))return pu.tokenize=Fe,Ve("jsonld-keyword","meta");for(;(Vl=is.next())!=null&&!(Vl==Fn&&!ku);)ku=!ku&&Vl=="\\";return ku||(pu.tokenize=Fe),Ve("string","string")}}function er(Fn,is){for(var pu=!1,ku;ku=Fn.next();){if(ku=="/"&&pu){is.tokenize=Fe;break}pu=ku=="*"}return Ve("comment","comment")}function ir(Fn,is){for(var pu=!1,ku;(ku=Fn.next())!=null;){if(!pu&&(ku=="`"||ku=="$"&&Fn.eat("{"))){is.tokenize=Fe;break}pu=!pu&&ku=="\\"}return Ve("quasi","string-2",Fn.current())}var dr="([{}])";function cr(Fn,is){is.fatArrowAt&&(is.fatArrowAt=null);var pu=Fn.string.indexOf("=>",Fn.start);if(!(pu<0)){if(re){var ku=/:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(Fn.string.slice(Fn.start,pu));ku&&(pu=ku.index)}for(var Vl=0,cc=!1,Lc=pu-1;Lc>=0;--Lc){var wd=Fn.string.charAt(Lc),Nd=dr.indexOf(wd);if(Nd>=0&&Nd<3){if(!Vl){++Lc;break}if(--Vl==0){wd=="("&&(cc=!0);break}}else if(Nd>=3&&Nd<6)++Vl;else if(oe.test(wd))cc=!0;else if(/["'\/`]/.test(wd))for(;;--Lc){if(Lc==0)return;var Tf=Fn.string.charAt(Lc-1);if(Tf==wd&&Fn.string.charAt(Lc-2)!="\\"){Lc--;break}}else if(cc&&!Vl){++Lc;break}}cc&&!Vl&&(is.fatArrowAt=Lc)}}var nr={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,import:!0,"jsonld-keyword":!0};function lr(Fn,is,pu,ku,Vl,cc){this.indented=Fn,this.column=is,this.type=pu,this.prev=Vl,this.info=cc,ku!=null&&(this.align=ku)}function Et(Fn,is){if(!z)return!1;for(var pu=Fn.localVars;pu;pu=pu.next)if(pu.name==is)return!0;for(var ku=Fn.context;ku;ku=ku.prev)for(var pu=ku.vars;pu;pu=pu.next)if(pu.name==is)return!0}function ie(Fn,is,pu,ku,Vl){var cc=Fn.cc;for(pe.state=Fn,pe.stream=Vl,pe.marked=null,pe.cc=cc,pe.style=is,Fn.lexical.hasOwnProperty("align")||(Fn.lexical.align=!0);;){var Lc=cc.length?cc.pop():V?Gr:Ar;if(Lc(pu,ku)){for(;cc.length&&cc[cc.length-1].lex;)cc.pop()();return pe.marked?pe.marked:pu=="variable"&&Et(Fn,ku)?"variable-2":is}}}var pe={state:null,column:null,marked:null,cc:null};function Ce(){for(var Fn=arguments.length-1;Fn>=0;Fn--)pe.cc.push(arguments[Fn])}function Ie(){return Ce.apply(null,arguments),!0}function jt(Fn,is){for(var pu=is;pu;pu=pu.next)if(pu.name==Fn)return!0;return!1}function ar(Fn){var is=pe.state;if(pe.marked="def",!!z){if(is.context){if(is.lexical.info=="var"&&is.context&&is.context.block){var pu=ur(Fn,is.context);if(pu!=null){is.context=pu;return}}else if(!jt(Fn,is.localVars)){is.localVars=new tr(Fn,is.localVars);return}}$.globalVars&&!jt(Fn,is.globalVars)&&(is.globalVars=new tr(Fn,is.globalVars))}}function ur(Fn,is){if(is)if(is.block){var pu=ur(Fn,is.prev);return pu?pu==is.prev?is:new he(pu,is.vars,!0):null}else return jt(Fn,is.vars)?is:new he(is.prev,new tr(Fn,is.vars),!1);else return null}function kt(Fn){return Fn=="public"||Fn=="private"||Fn=="protected"||Fn=="abstract"||Fn=="readonly"}function he(Fn,is,pu){this.prev=Fn,this.vars=is,this.block=pu}function tr(Fn,is){this.name=Fn,this.next=is}var gr=new tr("this",new tr("arguments",null));function _r(){pe.state.context=new he(pe.state.context,pe.state.localVars,!1),pe.state.localVars=gr}function yr(){pe.state.context=new he(pe.state.context,pe.state.localVars,!0),pe.state.localVars=null}_r.lex=yr.lex=!0;function xr(){pe.state.localVars=pe.state.context.vars,pe.state.context=pe.state.context.prev}xr.lex=!0;function Nr(Fn,is){var pu=function(){var ku=pe.state,Vl=ku.indented;if(ku.lexical.type=="stat")Vl=ku.lexical.indented;else for(var cc=ku.lexical;cc&&cc.type==")"&&cc.align;cc=cc.prev)Vl=cc.indented;ku.lexical=new lr(Vl,pe.stream.column(),Fn,null,ku.lexical,is)};return pu.lex=!0,pu}function Tr(){var Fn=pe.state;Fn.lexical.prev&&(Fn.lexical.type==")"&&(Fn.indented=Fn.lexical.indented),Fn.lexical=Fn.lexical.prev)}Tr.lex=!0;function Sr(Fn){function is(pu){return pu==Fn?Ie():Fn==";"||pu=="}"||pu==")"||pu=="]"?Ce():Ie(is)}return is}function Ar(Fn,is){return Fn=="var"?Ie(Nr("vardef",is),js,Sr(";"),Tr):Fn=="keyword a"?Ie(Nr("form"),Dr,Ar,Tr):Fn=="keyword b"?Ie(Nr("form"),Ar,Tr):Fn=="keyword d"?pe.stream.match(/^\s*$/,!1)?Ie():Ie(Nr("stat"),Br,Sr(";"),Tr):Fn=="debugger"?Ie(Sr(";")):Fn=="{"?Ie(Nr("}"),yr,Ur,Tr,xr):Fn==";"?Ie():Fn=="if"?(pe.state.lexical.info=="else"&&pe.state.cc[pe.state.cc.length-1]==Tr&&pe.state.cc.pop()(),Ie(Nr("form"),Dr,Ar,Tr,Wa)):Fn=="function"?Ie(Hr):Fn=="for"?Ie(Nr("form"),yr,Ao,Ar,xr,Tr):Fn=="class"||re&&is=="interface"?(pe.marked="keyword",Ie(Nr("form",Fn=="class"?Fn:is),Ki,Tr)):Fn=="variable"?re&&is=="declare"?(pe.marked="keyword",Ie(Ar)):re&&(is=="module"||is=="enum"||is=="type")&&pe.stream.match(/^\s*\w/,!1)?(pe.marked="keyword",is=="enum"?Ie(Bl):is=="type"?Ie(En,Sr("operator"),ca,Sr(";")):Ie(Nr("form"),Gs,Sr("{"),Nr("}"),Ur,Tr,Tr)):re&&is=="namespace"?(pe.marked="keyword",Ie(Nr("form"),Gr,Ar,Tr)):re&&is=="abstract"?(pe.marked="keyword",Ie(Ar)):Ie(Nr("stat"),Vi):Fn=="switch"?Ie(Nr("form"),Dr,Sr("{"),Nr("}","switch"),yr,Ur,Tr,Tr,xr):Fn=="case"?Ie(Gr,Sr(":")):Fn=="default"?Ie(Sr(":")):Fn=="catch"?Ie(Nr("form"),_r,Fr,Ar,Tr,xr):Fn=="export"?Ie(Nr("stat"),Eo,Tr):Fn=="import"?Ie(Nr("stat"),vs,Tr):Fn=="async"?Ie(Ar):is=="@"?Ie(Gr,Ar):Ce(Nr("stat"),Gr,Sr(";"),Tr)}function Fr(Fn){if(Fn=="(")return Ie(An,Sr(")"))}function Gr(Fn,is){return Ir(Fn,is,!1)}function Vr(Fn,is){return Ir(Fn,is,!0)}function Dr(Fn){return Fn!="("?Ce():Ie(Nr(")"),Br,Sr(")"),Tr)}function Ir(Fn,is,pu){if(pe.state.fatArrowAt==pe.stream.start){var ku=pu?Kr:vn;if(Fn=="(")return Ie(_r,Nr(")"),Mn(An,")"),Tr,Sr("=>"),ku,xr);if(Fn=="variable")return Ce(_r,Gs,Sr("=>"),ku,xr)}var Vl=pu?Lr:Rr;return nr.hasOwnProperty(Fn)?Ie(Vl):Fn=="function"?Ie(Hr,Vl):Fn=="class"||re&&is=="interface"?(pe.marked="keyword",Ie(Nr("form"),Gi,Tr)):Fn=="keyword c"||Fn=="async"?Ie(pu?Vr:Gr):Fn=="("?Ie(Nr(")"),Br,Sr(")"),Tr,Vl):Fn=="operator"||Fn=="spread"?Ie(pu?Vr:Gr):Fn=="["?Ie(Nr("]"),_u,Tr,Vl):Fn=="{"?Wr(oa,"}",null,Vl):Fn=="quasi"?Ce($r,Vl):Fn=="new"?Ie(kr(pu)):Ie()}function Br(Fn){return Fn.match(/[;\}\)\],]/)?Ce():Ce(Gr)}function Rr(Fn,is){return Fn==","?Ie(Br):Lr(Fn,is,!1)}function Lr(Fn,is,pu){var ku=pu==!1?Rr:Lr,Vl=pu==!1?Gr:Vr;if(Fn=="=>")return Ie(_r,pu?Kr:vn,xr);if(Fn=="operator")return/\+\+|--/.test(is)||re&&is=="!"?Ie(ku):re&&is=="<"&&pe.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/,!1)?Ie(Nr(">"),Mn(ca,">"),Tr,ku):is=="?"?Ie(Gr,Sr(":"),Vl):Ie(Vl);if(Fn=="quasi")return Ce($r,ku);if(Fn!=";"){if(Fn=="(")return Wr(Vr,")","call",ku);if(Fn==".")return Ie(To,ku);if(Fn=="[")return Ie(Nr("]"),Br,Sr("]"),Tr,ku);if(re&&is=="as")return pe.marked="keyword",Ie(ca,ku);if(Fn=="regexp")return pe.state.lastType=pe.marked="operator",pe.stream.backUp(pe.stream.pos-pe.stream.start-1),Ie(Vl)}}function $r(Fn,is){return Fn!="quasi"?Ce():is.slice(is.length-2)!="${"?Ie($r):Ie(Br,jr)}function jr(Fn){if(Fn=="}")return pe.marked="string-2",pe.state.tokenize=ir,Ie($r)}function vn(Fn){return cr(pe.stream,pe.state),Ce(Fn=="{"?Ar:Gr)}function Kr(Fn){return cr(pe.stream,pe.state),Ce(Fn=="{"?Ar:Vr)}function kr(Fn){return function(is){return is=="."?Ie(Fn?Zr:Qr):is=="variable"&&re?Ie(Es,Fn?Lr:Rr):Ce(Fn?Vr:Gr)}}function Qr(Fn,is){if(is=="target")return pe.marked="keyword",Ie(Rr)}function Zr(Fn,is){if(is=="target")return pe.marked="keyword",Ie(Lr)}function Vi(Fn){return Fn==":"?Ie(Tr,Ar):Ce(Rr,Sr(";"),Tr)}function To(Fn){if(Fn=="variable")return pe.marked="property",Ie()}function oa(Fn,is){if(Fn=="async")return pe.marked="property",Ie(oa);if(Fn=="variable"||pe.style=="keyword"){if(pe.marked="property",is=="get"||is=="set")return Ie(Ba);var pu;return re&&pe.state.fatArrowAt==pe.stream.start&&(pu=pe.stream.match(/^\s*:\s*/,!1))&&(pe.state.fatArrowAt=pe.stream.pos+pu[0].length),Ie(rs)}else{if(Fn=="number"||Fn=="string")return pe.marked=j?"property":pe.style+" property",Ie(rs);if(Fn=="jsonld-keyword")return Ie(rs);if(re&&kt(is))return pe.marked="keyword",Ie(oa);if(Fn=="[")return Ie(Gr,Sn,Sr("]"),rs);if(Fn=="spread")return Ie(Vr,rs);if(is=="*")return pe.marked="keyword",Ie(oa);if(Fn==":")return Ce(rs)}}function Ba(Fn){return Fn!="variable"?Ce(rs):(pe.marked="property",Ie(Hr))}function rs(Fn){if(Fn==":")return Ie(Vr);if(Fn=="(")return Ce(Hr)}function Mn(Fn,is,pu){function ku(Vl,cc){if(pu?pu.indexOf(Vl)>-1:Vl==","){var Lc=pe.state.lexical;return Lc.info=="call"&&(Lc.pos=(Lc.pos||0)+1),Ie(function(wd,Nd){return wd==is||Nd==is?Ce():Ce(Fn)},ku)}return Vl==is||cc==is?Ie():pu&&pu.indexOf(";")>-1?Ce(Fn):Ie(Sr(is))}return function(Vl,cc){return Vl==is||cc==is?Ie():Ce(Fn,ku)}}function Wr(Fn,is,pu){for(var ku=3;ku<arguments.length;ku++)pe.cc.push(arguments[ku]);return Ie(Nr(is,pu),Mn(Fn,is),Tr)}function Ur(Fn){return Fn=="}"?Ie():Ce(Ar,Ur)}function Sn(Fn,is){if(re){if(Fn==":")return Ie(ca);if(is=="?")return Ie(Sn)}}function Nn(Fn,is){if(re&&(Fn==":"||is=="in"))return Ie(ca)}function Sa(Fn){if(re&&Fn==":")return pe.stream.match(/^\s*\w+\s+is\b/,!1)?Ie(Gr,Li,ca):Ie(ca)}function Li(Fn,is){if(is=="is")return pe.marked="keyword",Ie()}function ca(Fn,is){if(is=="keyof"||is=="typeof"||is=="infer"||is=="readonly")return pe.marked="keyword",Ie(is=="typeof"?Vr:ca);if(Fn=="variable"||is=="void")return pe.marked="type",Ie(tl);if(is=="|"||is=="&")return Ie(ca);if(Fn=="string"||Fn=="number"||Fn=="atom")return Ie(tl);if(Fn=="[")return Ie(Nr("]"),Mn(ca,"]",","),Tr,tl);if(Fn=="{")return Ie(Nr("}"),zn,Tr,tl);if(Fn=="(")return Ie(Mn(eo,")"),fo,tl);if(Fn=="<")return Ie(Mn(ca,">"),ca);if(Fn=="quasi")return Ce(Ra,tl)}function fo(Fn){if(Fn=="=>")return Ie(ca)}function zn(Fn){return Fn.match(/[\}\)\]]/)?Ie():Fn==","||Fn==";"?Ie(zn):Ce(ki,zn)}function ki(Fn,is){if(Fn=="variable"||pe.style=="keyword")return pe.marked="property",Ie(ki);if(is=="?"||Fn=="number"||Fn=="string")return Ie(ki);if(Fn==":")return Ie(ca);if(Fn=="[")return Ie(Sr("variable"),Nn,Sr("]"),ki);if(Fn=="(")return Ce(ui,ki);if(!Fn.match(/[;\}\)\],]/))return Ie()}function Ra(Fn,is){return Fn!="quasi"?Ce():is.slice(is.length-2)!="${"?Ie(Ra):Ie(ca,_o)}function _o(Fn){if(Fn=="}")return pe.marked="string-2",pe.state.tokenize=ir,Ie(Ra)}function eo(Fn,is){return Fn=="variable"&&pe.stream.match(/^\s*[?:]/,!1)||is=="?"?Ie(eo):Fn==":"?Ie(ca):Fn=="spread"?Ie(eo):Ce(ca)}function tl(Fn,is){if(is=="<")return Ie(Nr(">"),Mn(ca,">"),Tr,tl);if(is=="|"||Fn=="."||is=="&")return Ie(ca);if(Fn=="[")return Ie(ca,Sr("]"),tl);if(is=="extends"||is=="implements")return pe.marked="keyword",Ie(ca);if(is=="?")return Ie(ca,Sr(":"),ca)}function Es(Fn,is){if(is=="<")return Ie(Nr(">"),Mn(ca,">"),Tr,tl)}function Hs(){return Ce(ca,Ts)}function Ts(Fn,is){if(is=="=")return Ie(ca)}function js(Fn,is){return is=="enum"?(pe.marked="keyword",Ie(Bl)):Ce(Gs,Sn,il,bl)}function Gs(Fn,is){if(re&&kt(is))return pe.marked="keyword",Ie(Gs);if(Fn=="variable")return ar(is),Ie();if(Fn=="spread")return Ie(Gs);if(Fn=="[")return Wr(rl,"]");if(Fn=="{")return Wr(uc,"}")}function uc(Fn,is){return Fn=="variable"&&!pe.stream.match(/^\s*:/,!1)?(ar(is),Ie(il)):(Fn=="variable"&&(pe.marked="property"),Fn=="spread"?Ie(Gs):Fn=="}"?Ce():Fn=="["?Ie(Gr,Sr("]"),Sr(":"),uc):Ie(Sr(":"),Gs,il))}function rl(){return Ce(Gs,il)}function il(Fn,is){if(is=="=")return Ie(Vr)}function bl(Fn){if(Fn==",")return Ie(js)}function Wa(Fn,is){if(Fn=="keyword b"&&is=="else")return Ie(Nr("form","else"),Ar,Tr)}function Ao(Fn,is){if(is=="await")return Ie(Ao);if(Fn=="(")return Ie(Nr(")"),ks,Tr)}function ks(Fn){return Fn=="var"?Ie(js,Bo):Fn=="variable"?Ie(Bo):Ce(Bo)}function Bo(Fn,is){return Fn==")"?Ie():Fn==";"?Ie(Bo):is=="in"||is=="of"?(pe.marked="keyword",Ie(Gr,Bo)):Ce(Gr,Bo)}function Hr(Fn,is){if(is=="*")return pe.marked="keyword",Ie(Hr);if(Fn=="variable")return ar(is),Ie(Hr);if(Fn=="(")return Ie(_r,Nr(")"),Mn(An,")"),Tr,Sa,Ar,xr);if(re&&is=="<")return Ie(Nr(">"),Mn(Hs,">"),Tr,Hr)}function ui(Fn,is){if(is=="*")return pe.marked="keyword",Ie(ui);if(Fn=="variable")return ar(is),Ie(ui);if(Fn=="(")return Ie(_r,Nr(")"),Mn(An,")"),Tr,Sa,xr);if(re&&is=="<")return Ie(Nr(">"),Mn(Hs,">"),Tr,ui)}function En(Fn,is){if(Fn=="keyword"||Fn=="variable")return pe.marked="type",Ie(En);if(is=="<")return Ie(Nr(">"),Mn(Hs,">"),Tr)}function An(Fn,is){return is=="@"&&Ie(Gr,An),Fn=="spread"?Ie(An):re&&kt(is)?(pe.marked="keyword",Ie(An)):re&&Fn=="this"?Ie(Sn,il):Ce(Gs,Sn,il)}function Gi(Fn,is){return Fn=="variable"?Ki(Fn,is):Ea(Fn,is)}function Ki(Fn,is){if(Fn=="variable")return ar(is),Ie(Ea)}function Ea(Fn,is){if(is=="<")return Ie(Nr(">"),Mn(Hs,">"),Tr,Ea);if(is=="extends"||is=="implements"||re&&Fn==",")return is=="implements"&&(pe.marked="keyword"),Ie(re?ca:Gr,Ea);if(Fn=="{")return Ie(Nr("}"),aa,Tr)}function aa(Fn,is){if(Fn=="async"||Fn=="variable"&&(is=="static"||is=="get"||is=="set"||re&&kt(is))&&pe.stream.match(/^\s+#?[\w$\xa1-\uffff]/,!1))return pe.marked="keyword",Ie(aa);if(Fn=="variable"||pe.style=="keyword")return pe.marked="property",Ie(Qo,aa);if(Fn=="number"||Fn=="string")return Ie(Qo,aa);if(Fn=="[")return Ie(Gr,Sn,Sr("]"),Qo,aa);if(is=="*")return pe.marked="keyword",Ie(aa);if(re&&Fn=="(")return Ce(ui,aa);if(Fn==";"||Fn==",")return Ie(aa);if(Fn=="}")return Ie();if(is=="@")return Ie(Gr,aa)}function Qo(Fn,is){if(is=="!"||is=="?")return Ie(Qo);if(Fn==":")return Ie(ca,il);if(is=="=")return Ie(Vr);var pu=pe.state.lexical.prev,ku=pu&&pu.info=="interface";return Ce(ku?ui:Hr)}function Eo(Fn,is){return is=="*"?(pe.marked="keyword",Ie(Mo,Sr(";"))):is=="default"?(pe.marked="keyword",Ie(Gr,Sr(";"))):Fn=="{"?Ie(Mn(Vo,"}"),Mo,Sr(";")):Ce(Ar)}function Vo(Fn,is){if(is=="as")return pe.marked="keyword",Ie(Sr("variable"));if(Fn=="variable")return Ce(Vr,Vo)}function vs(Fn){return Fn=="string"?Ie():Fn=="("?Ce(Gr):Fn=="."?Ce(Rr):Ce(kn,qo,Mo)}function kn(Fn,is){return Fn=="{"?Wr(kn,"}"):(Fn=="variable"&&ar(is),is=="*"&&(pe.marked="keyword"),Ie(Zl))}function qo(Fn){if(Fn==",")return Ie(kn,qo)}function Zl(Fn,is){if(is=="as")return pe.marked="keyword",Ie(kn)}function Mo(Fn,is){if(is=="from")return pe.marked="keyword",Ie(Gr)}function _u(Fn){return Fn=="]"?Ie():Ce(Mn(Vr,"]"))}function Bl(){return Ce(Nr("form"),Gs,Sr("{"),Nr("}"),Mn(Vu,"}"),Tr,Tr)}function Vu(){return Ce(Gs,il)}function Iu(Fn,is){return Fn.lastType=="operator"||Fn.lastType==","||de.test(is.charAt(0))||/[,.]/.test(is.charAt(0))}function Pu(Fn,is,pu){return is.tokenize==Fe&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(is.lastType)||is.lastType=="quasi"&&/\{\s*$/.test(Fn.string.slice(0,Fn.pos-(pu||0)))}return{startState:function(Fn){var is={tokenize:Fe,lastType:"sof",cc:[],lexical:new lr((Fn||0)-k,0,"block",!1),localVars:$.localVars,context:$.localVars&&new he(null,null,!1),indented:Fn||0};return $.globalVars&&typeof $.globalVars=="object"&&(is.globalVars=$.globalVars),is},token:function(Fn,is){if(Fn.sol()&&(is.lexical.hasOwnProperty("align")||(is.lexical.align=!1),is.indented=Fn.indentation(),cr(Fn,is)),is.tokenize!=er&&Fn.eatSpace())return null;var pu=is.tokenize(Fn,is);return Ue=="comment"?pu:(is.lastType=Ue=="operator"&&($e=="++"||$e=="--")?"incdec":Ue,ie(is,pu,Ue,$e,Fn))},indent:function(Fn,is){if(Fn.tokenize==er||Fn.tokenize==ir)return y.Pass;if(Fn.tokenize!=Fe)return 0;var pu=is&&is.charAt(0),ku=Fn.lexical,Vl;if(!/^\s*else\b/.test(is))for(var cc=Fn.cc.length-1;cc>=0;--cc){var Lc=Fn.cc[cc];if(Lc==Tr)ku=ku.prev;else if(Lc!=Wa&&Lc!=xr)break}for(;(ku.type=="stat"||ku.type=="form")&&(pu=="}"||(Vl=Fn.cc[Fn.cc.length-1])&&(Vl==Rr||Vl==Lr)&&!/^[,\.=+\-*:?[\(]/.test(is));)ku=ku.prev;L&&ku.type==")"&&ku.prev.type=="stat"&&(ku=ku.prev);var wd=ku.type,Nd=pu==wd;return wd=="vardef"?ku.indented+(Fn.lastType=="operator"||Fn.lastType==","?ku.info.length+1:0):wd=="form"&&pu=="{"?ku.indented:wd=="form"?ku.indented+k:wd=="stat"?ku.indented+(Iu(Fn,is)?L||k:0):ku.info=="switch"&&!Nd&&$.doubleIndentSwitch!=!1?ku.indented+(/^(?:case|default)\b/.test(is)?k:2*k):ku.align?ku.column+(Nd?0:1):ku.indented+(Nd?0:k)},electricInput:/^\s*(?:case .*?:|default:|\{|\})$/,blockCommentStart:V?null:"/*",blockCommentEnd:V?null:"*/",blockCommentContinue:V?null:" * ",lineComment:V?null:"//",fold:"brace",closeBrackets:"()[]{}''\"\"``",helperType:V?"json":"javascript",jsonldMode:j,jsonMode:V,expressionAllowed:Pu,skipExpression:function(Fn){ie(Fn,"atom","atom","true",new y.StringStream("",2,null))}}}),y.registerHelper("wordChars","javascript",/[\w$]/),y.defineMIME("text/javascript","javascript"),y.defineMIME("text/ecmascript","javascript"),y.defineMIME("application/javascript","javascript"),y.defineMIME("application/x-javascript","javascript"),y.defineMIME("application/ecmascript","javascript"),y.defineMIME("application/json",{name:"javascript",json:!0}),y.defineMIME("application/x-json",{name:"javascript",json:!0}),y.defineMIME("application/manifest+json",{name:"javascript",json:!0}),y.defineMIME("application/ld+json",{name:"javascript",jsonld:!0}),y.defineMIME("text/typescript",{name:"javascript",typescript:!0}),y.defineMIME("application/typescript",{name:"javascript",typescript:!0})})})();const _withScopeId=e=>(pushScopeId("data-v-459879b3"),e=e(),popScopeId(),e),_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(e){const y=CodeMirror.keyMap.default===CodeMirror.keyMap.macDefault?"Cmd":"Ctrl",n=useStore(),{output:$,editor:k,editorContent:L,isShowCssEditor:j}=storeToRefs(n),{editorRefresh:V,exportEditorContent2HTML:z,exportEditorContent2MD:re,formatContent:oe,importMarkdownContent:ue,resetStyleConfirm:de,toggleShowInsertFormDialog:_e,toggleShowUploadImgDialog:Ne}=n,Ue=ref$1(!1),$e=ref$1(0),Ve=ref$1(0),Fe=ref$1(0),qe=ref$1(!1),er=ref$1(null);function ir(){const _r=Nr=>{let Tr,Sr;clearTimeout($e.value),Nr==="preview"?(Tr=er.value.$el,Sr=document.querySelector(".CodeMirror-scroll"),k.value.off("scroll",yr),$e.value=setTimeout(()=>{k.value.on("scroll",yr)},300)):Nr==="editor"&&(Tr=document.querySelector(".CodeMirror-scroll"),Sr=er.value.$el,Sr.removeEventListener("scroll",xr,!1),$e.value=setTimeout(()=>{Sr.addEventListener("scroll",xr,!1)},300));const Fr=Tr.scrollTop/(Tr.scrollHeight-Tr.offsetHeight)*(Sr.scrollHeight-Sr.offsetHeight);Sr.scrollTo(0,Fr)};function yr(){_r("editor")}function xr(){_r("preview")}er.value.$el.addEventListener("scroll",xr,!1),k.value.on("scroll",yr)}onMounted(()=>{setTimeout(()=>{ir()},300)});function dr(){V()}const cr=ref$1(!1),nr=ref$1(!1);function lr(){nr.value=!0,cr.value=!0}function Et(){cr.value=!1,setTimeout(()=>{nr.value=!1},800)}function ie(_r){switch(_r){case"insertPic":Ne();break;case"insertTable":_e();break;case"resetStyle":de();break;case"importMarkdown":ue();break;case"exportMarkdown":re();break;case"exportHtml":z();break;case"formatMarkdown":oe();break}}function pe(_r){const yr=checkImage(_r);if(!yr.ok)return ElMessage.error(yr.msg),!1;const xr=localStorage.getItem("imgHost")||"default";localStorage.setItem("imgHost",xr);const Nr=localStorage.getItem(`${xr}Config`);return xr==="default"||Nr?!0:(ElMessage.error(`请先配置 ${xr} 图床参数`),!1)}function Ce(_r){if(console.log("图片上传之后: ",_r),!_r){ElMessage.error("上传图片未知异常");return}Ne(!1);const yr=k.value.getCursor(),xr=`![](${_r})`;k.value.replaceSelection(`
${xr}
`,yr),ElMessage.success("图片上传成功"),dr()}function Ie(_r,yr){Ue.value=!0,toBase64(_r).then(xr=>{fileApi.fileUpload(xr,_r).then(Nr=>{console.log(Nr),yr?yr(Nr):Ce(Nr)}).catch(Nr=>{ElMessage.error(Nr.message)})}).catch(xr=>{ElMessage.error(xr.message)}),Ue.value=!1}const jt=ref$1(0);function ar(){const _r=document.querySelector("#editor");_r.value||(_r.value=L.value),k.value=CodeMirror.fromTextArea(_r,{mode:"text/x-markdown",theme:"xq-light",lineNumbers:!1,lineWrapping:!0,styleActiveLine:!0,autoCloseBrackets:!0,extraKeys:{[`${y}-F`]:function(xr){const Nr=formatDoc(xr.getValue(0));xr.setValue(Nr)},[`${y}-B`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`**${Nr}**`)},[`${y}-I`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`*${Nr}*`)},[`${y}-D`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`~~${Nr}~~`)},[`${y}-K`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`[${Nr}]()`)},[`${y}-E`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`\`${Nr}\``)},[`${y}-L`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`\`${Nr}\``)}}}),k.value.on("change",yr=>{clearTimeout(jt.value),jt.value=setTimeout(()=>{dr(),L.value=yr.getValue()},300)}),k.value.on("paste",(yr,xr)=>{if(!(!(xr.clipboardData&&xr.clipboardData.items)||Ue.value))for(let Nr=0,Tr=xr.clipboardData.items.length;Nr<Tr;++Nr){const Sr=xr.clipboardData.items[Nr];if(Sr.kind==="file"){const Ar=Sr.getAsFile();if(!pe(Ar))continue;Ie(Ar)}}}),k.value.on("mousedown",()=>{qe.value=!1}),k.value.on("blur",()=>{qe.value=!1}),k.value.on("scroll",()=>{qe.value=!1})}const ur=ref$1(null);function kt(_r){const xr=ur.value.getBoundingClientRect().left,Tr=ur.value.offsetWidth-105,Sr=_r.clientX-xr;Ve.value=Math.min(Tr,Sr),Fe.value=_r.clientY+10,qe.value=!0}function he(_r){k.value.options.extraKeys[_r](k.value)}const tr=ref$1(null);function gr(){const _r=tr.value.$el,yr=async({md:Tr,list:Sr})=>{const Ar=[...Tr.str.matchAll(/!\[(.*?)\]\((.*?)\)/g)||[]].filter(Vr=>Vr),Fr=Tr.path.match(/.+?\//)[0],Gr=await Promise.all(Ar.map(Vr=>new Promise(Dr=>{let[,,Ir]=Vr;Ir=Ir.replace(/^.\//,"");const{file:Br}=Sr.find(Rr=>Rr.path===`${Fr}${Ir}`)||{};Ie(Br,Rr=>{Dr({matchStr:Ir,url:Rr})})})));Gr.forEach(Vr=>{Tr.str=Tr.str.replace(`](./${Vr.matchStr})`,`](${Vr.url})`).replace(`](${Vr.matchStr})`,`](${Vr.url})`)}),k.value.setValue(Tr.str),console.log("resList",Gr,Tr.str)};_r.ondragover=Tr=>Tr.preventDefault(),_r.ondrop=async Tr=>{Tr.preventDefault();for(const Sr of Tr.dataTransfer.items)Sr.getAsFileSystemHandle().then(async Ar=>{if(Ar.kind==="directory"){const Fr=await Nr(Ar),Gr=await xr({list:Fr});yr({md:Gr,list:Fr})}else{const Fr=await Ar.getFile();console.log("file",Fr)}})};async function xr({list:Tr}){return new Promise(Sr=>{const{path:Ar,file:Fr}=Tr.find(Vr=>Vr.path.match(/\.md$/)),Gr=new FileReader;Gr.readAsText(Fr,"UTF-8"),Gr.onload=Vr=>{Sr({str:Vr.target.result,file:Fr,path:Ar})}})}async function Nr(Tr){const Sr=[];let Ar="";try{const Fr=[Tr];for(const Gr of Fr){Ar+=`${Gr.name}/`;for await(const[,Vr]of Gr)Vr.kind==="file"?Sr.push({path:Ar+Vr.name,file:await Vr.getFile()}):(Sr.push({path:`${Ar+Vr.name}/`}),Fr.push(Vr))}}catch(Fr){console.error(Fr)}return Sr}}return onMounted(()=>{ar(),dr(),gr()}),(_r,yr)=>{const xr=resolveComponent("el-header"),Nr=resolveComponent("el-col"),Tr=resolveComponent("el-row"),Sr=resolveComponent("el-main"),Ar=resolveComponent("el-container");return openBlock(),createElementBlock("div",{ref_key:"container",ref:ur,class:"container"},[createVNode(Ar,null,{default:withCtx(()=>[createVNode(xr,{class:"editor__header"},{default:withCtx(()=>[createVNode(EditorHeader,{onAddFormat:he,onFormatContent:unref(oe),onStartCopy:lr,onEndCopy:Et},null,8,["onFormatContent"])]),_:1}),createVNode(Sr,{class:"container-main"},{default:withCtx(()=>[createVNode(Tr,{class:"container-main-section"},{default:withCtx(()=>[createVNode(Nr,{ref_key:"codeMirrorWrapper",ref:tr,span:unref(j)?8:12,class:normalizeClass(["codeMirror-wrapper",{"order-1":!unref(n).isEditOnLeft}]),onContextmenu:withModifiers(kt,["prevent"])},{default:withCtx(()=>[_hoisted_1]),_:1},8,["span","class"]),createVNode(Nr,{id:"preview",ref_key:"preview",ref:er,span:unref(j)?8:12,class:"preview-wrapper"},{default:withCtx(()=>[createBaseVNode("div",{id:"output-wrapper",class:normalizeClass({output_night:!cr.value})},[createBaseVNode("div",_hoisted_2,[createBaseVNode("section",{id:"output",innerHTML:unref($)},null,8,_hoisted_3),nr.value?(openBlock(),createElementBlock("div",_hoisted_4,_hoisted_6)):createCommentVNode("",!0)])],2)]),_:1},8,["span"]),createVNode(CssEditor)]),_:1})]),_:1})]),_:1}),createVNode(UploadImgDialog,{onBeforeUpload:pe,onUploadImage:Ie,onUploaded:Ce}),createVNode(InsertFormDialog),createVNode(RightClickMenu,{visible:qe.value,left:Ve.value,top:Fe.value,onMenuTick:ie,onCloseMenu:yr[0]||(yr[0]=Fr=>qe.value=!1)},null,8,["visible","left","top"]),createVNode(RunLoading)],512)}}},CodemirrorEditor=_export_sfc(_sfc_main$1,[["__scopeId","data-v-459879b3"]]),_sfc_main={__name:"App",setup(e){return(t,y)=>(openBlock(),createBlock(CodemirrorEditor))}};var css={exports:{}};(function(e,t){(function(y){y(requireCodemirror())})(function(y){y.defineMode("css",function(lr,Et){var ie=Et.inline;Et.propertyKeywords||(Et=y.resolveMode("text/css"));var pe=lr.indentUnit,Ce=Et.tokenHooks,Ie=Et.documentTypes||{},jt=Et.mediaTypes||{},ar=Et.mediaFeatures||{},ur=Et.mediaValueKeywords||{},kt=Et.propertyKeywords||{},he=Et.nonStandardPropertyKeywords||{},tr=Et.fontProperties||{},gr=Et.counterDescriptors||{},_r=Et.colorKeywords||{},yr=Et.valueKeywords||{},xr=Et.allowNested,Nr=Et.lineComment,Tr=Et.supportsAtComponent===!0,Sr=lr.highlightNonStandardPropertyKeywords!==!1,Ar,Fr;function Gr(kr,Qr){return Ar=Qr,kr}function Vr(kr,Qr){var Zr=kr.next();if(Ce[Zr]){var Vi=Ce[Zr](kr,Qr);if(Vi!==!1)return Vi}if(Zr=="@")return kr.eatWhile(/[\w\\\-]/),Gr("def",kr.current());if(Zr=="="||(Zr=="~"||Zr=="|")&&kr.eat("="))return Gr(null,"compare");if(Zr=='"'||Zr=="'")return Qr.tokenize=Dr(Zr),Qr.tokenize(kr,Qr);if(Zr=="#")return kr.eatWhile(/[\w\\\-]/),Gr("atom","hash");if(Zr=="!")return kr.match(/^\s*\w*/),Gr("keyword","important");if(/\d/.test(Zr)||Zr=="."&&kr.eat(/\d/))return kr.eatWhile(/[\w.%]/),Gr("number","unit");if(Zr==="-"){if(/[\d.]/.test(kr.peek()))return kr.eatWhile(/[\w.%]/),Gr("number","unit");if(kr.match(/^-[\w\\\-]*/))return kr.eatWhile(/[\w\\\-]/),kr.match(/^\s*:/,!1)?Gr("variable-2","variable-definition"):Gr("variable-2","variable");if(kr.match(/^\w+-/))return Gr("meta","meta")}else return/[,+>*\/]/.test(Zr)?Gr(null,"select-op"):Zr=="."&&kr.match(/^-?[_a-z][_a-z0-9-]*/i)?Gr("qualifier","qualifier"):/[:;{}\[\]\(\)]/.test(Zr)?Gr(null,Zr):kr.match(/^[\w-.]+(?=\()/)?(/^(url(-prefix)?|domain|regexp)$/i.test(kr.current())&&(Qr.tokenize=Ir),Gr("variable callee","variable")):/[\w\\\-]/.test(Zr)?(kr.eatWhile(/[\w\\\-]/),Gr("property","word")):Gr(null,null)}function Dr(kr){return function(Qr,Zr){for(var Vi=!1,To;(To=Qr.next())!=null;){if(To==kr&&!Vi){kr==")"&&Qr.backUp(1);break}Vi=!Vi&&To=="\\"}return(To==kr||!Vi&&kr!=")")&&(Zr.tokenize=null),Gr("string","string")}}function Ir(kr,Qr){return kr.next(),kr.match(/^\s*[\"\')]/,!1)?Qr.tokenize=null:Qr.tokenize=Dr(")"),Gr(null,"(")}function Br(kr,Qr,Zr){this.type=kr,this.indent=Qr,this.prev=Zr}function Rr(kr,Qr,Zr,Vi){return kr.context=new Br(Zr,Qr.indentation()+(Vi===!1?0:pe),kr.context),Zr}function Lr(kr){return kr.context.prev&&(kr.context=kr.context.prev),kr.context.type}function $r(kr,Qr,Zr){return Kr[Zr.context.type](kr,Qr,Zr)}function jr(kr,Qr,Zr,Vi){for(var To=Vi||1;To>0;To--)Zr.context=Zr.context.prev;return $r(kr,Qr,Zr)}function vn(kr){var Qr=kr.current().toLowerCase();yr.hasOwnProperty(Qr)?Fr="atom":_r.hasOwnProperty(Qr)?Fr="keyword":Fr="variable"}var Kr={};return Kr.top=function(kr,Qr,Zr){if(kr=="{")return Rr(Zr,Qr,"block");if(kr=="}"&&Zr.context.prev)return Lr(Zr);if(Tr&&/@component/i.test(kr))return Rr(Zr,Qr,"atComponentBlock");if(/^@(-moz-)?document$/i.test(kr))return Rr(Zr,Qr,"documentTypes");if(/^@(media|supports|(-moz-)?document|import)$/i.test(kr))return Rr(Zr,Qr,"atBlock");if(/^@(font-face|counter-style)/i.test(kr))return Zr.stateArg=kr,"restricted_atBlock_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(kr))return"keyframes";if(kr&&kr.charAt(0)=="@")return Rr(Zr,Qr,"at");if(kr=="hash")Fr="builtin";else if(kr=="word")Fr="tag";else{if(kr=="variable-definition")return"maybeprop";if(kr=="interpolation")return Rr(Zr,Qr,"interpolation");if(kr==":")return"pseudo";if(xr&&kr=="(")return Rr(Zr,Qr,"parens")}return Zr.context.type},Kr.block=function(kr,Qr,Zr){if(kr=="word"){var Vi=Qr.current().toLowerCase();return kt.hasOwnProperty(Vi)?(Fr="property","maybeprop"):he.hasOwnProperty(Vi)?(Fr=Sr?"string-2":"property","maybeprop"):xr?(Fr=Qr.match(/^\s*:(?:\s|$)/,!1)?"property":"tag","block"):(Fr+=" error","maybeprop")}else return kr=="meta"?"block":!xr&&(kr=="hash"||kr=="qualifier")?(Fr="error","block"):Kr.top(kr,Qr,Zr)},Kr.maybeprop=function(kr,Qr,Zr){return kr==":"?Rr(Zr,Qr,"prop"):$r(kr,Qr,Zr)},Kr.prop=function(kr,Qr,Zr){if(kr==";")return Lr(Zr);if(kr=="{"&&xr)return Rr(Zr,Qr,"propBlock");if(kr=="}"||kr=="{")return jr(kr,Qr,Zr);if(kr=="(")return Rr(Zr,Qr,"parens");if(kr=="hash"&&!/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(Qr.current()))Fr+=" error";else if(kr=="word")vn(Qr);else if(kr=="interpolation")return Rr(Zr,Qr,"interpolation");return"prop"},Kr.propBlock=function(kr,Qr,Zr){return kr=="}"?Lr(Zr):kr=="word"?(Fr="property","maybeprop"):Zr.context.type},Kr.parens=function(kr,Qr,Zr){return kr=="{"||kr=="}"?jr(kr,Qr,Zr):kr==")"?Lr(Zr):kr=="("?Rr(Zr,Qr,"parens"):kr=="interpolation"?Rr(Zr,Qr,"interpolation"):(kr=="word"&&vn(Qr),"parens")},Kr.pseudo=function(kr,Qr,Zr){return kr=="meta"?"pseudo":kr=="word"?(Fr="variable-3",Zr.context.type):$r(kr,Qr,Zr)},Kr.documentTypes=function(kr,Qr,Zr){return kr=="word"&&Ie.hasOwnProperty(Qr.current())?(Fr="tag",Zr.context.type):Kr.atBlock(kr,Qr,Zr)},Kr.atBlock=function(kr,Qr,Zr){if(kr=="(")return Rr(Zr,Qr,"atBlock_parens");if(kr=="}"||kr==";")return jr(kr,Qr,Zr);if(kr=="{")return Lr(Zr)&&Rr(Zr,Qr,xr?"block":"top");if(kr=="interpolation")return Rr(Zr,Qr,"interpolation");if(kr=="word"){var Vi=Qr.current().toLowerCase();Vi=="only"||Vi=="not"||Vi=="and"||Vi=="or"?Fr="keyword":jt.hasOwnProperty(Vi)?Fr="attribute":ar.hasOwnProperty(Vi)?Fr="property":ur.hasOwnProperty(Vi)?Fr="keyword":kt.hasOwnProperty(Vi)?Fr="property":he.hasOwnProperty(Vi)?Fr=Sr?"string-2":"property":yr.hasOwnProperty(Vi)?Fr="atom":_r.hasOwnProperty(Vi)?Fr="keyword":Fr="error"}return Zr.context.type},Kr.atComponentBlock=function(kr,Qr,Zr){return kr=="}"?jr(kr,Qr,Zr):kr=="{"?Lr(Zr)&&Rr(Zr,Qr,xr?"block":"top",!1):(kr=="word"&&(Fr="error"),Zr.context.type)},Kr.atBlock_parens=function(kr,Qr,Zr){return kr==")"?Lr(Zr):kr=="{"||kr=="}"?jr(kr,Qr,Zr,2):Kr.atBlock(kr,Qr,Zr)},Kr.restricted_atBlock_before=function(kr,Qr,Zr){return kr=="{"?Rr(Zr,Qr,"restricted_atBlock"):kr=="word"&&Zr.stateArg=="@counter-style"?(Fr="variable","restricted_atBlock_before"):$r(kr,Qr,Zr)},Kr.restricted_atBlock=function(kr,Qr,Zr){return kr=="}"?(Zr.stateArg=null,Lr(Zr)):kr=="word"?(Zr.stateArg=="@font-face"&&!tr.hasOwnProperty(Qr.current().toLowerCase())||Zr.stateArg=="@counter-style"&&!gr.hasOwnProperty(Qr.current().toLowerCase())?Fr="error":Fr="property","maybeprop"):"restricted_atBlock"},Kr.keyframes=function(kr,Qr,Zr){return kr=="word"?(Fr="variable","keyframes"):kr=="{"?Rr(Zr,Qr,"top"):$r(kr,Qr,Zr)},Kr.at=function(kr,Qr,Zr){return kr==";"?Lr(Zr):kr=="{"||kr=="}"?jr(kr,Qr,Zr):(kr=="word"?Fr="tag":kr=="hash"&&(Fr="builtin"),"at")},Kr.interpolation=function(kr,Qr,Zr){return kr=="}"?Lr(Zr):kr=="{"||kr==";"?jr(kr,Qr,Zr):(kr=="word"?Fr="variable":kr!="variable"&&kr!="("&&kr!=")"&&(Fr="error"),"interpolation")},{startState:function(kr){return{tokenize:null,state:ie?"block":"top",stateArg:null,context:new Br(ie?"block":"top",kr||0,null)}},token:function(kr,Qr){if(!Qr.tokenize&&kr.eatSpace())return null;var Zr=(Qr.tokenize||Vr)(kr,Qr);return Zr&&typeof Zr=="object"&&(Ar=Zr[1],Zr=Zr[0]),Fr=Zr,Ar!="comment"&&(Qr.state=Kr[Qr.state](Ar,kr,Qr)),Fr},indent:function(kr,Qr){var Zr=kr.context,Vi=Qr&&Qr.charAt(0),To=Zr.indent;return Zr.type=="prop"&&(Vi=="}"||Vi==")")&&(Zr=Zr.prev),Zr.prev&&(Vi=="}"&&(Zr.type=="block"||Zr.type=="top"||Zr.type=="interpolation"||Zr.type=="restricted_atBlock")?(Zr=Zr.prev,To=Zr.indent):(Vi==")"&&(Zr.type=="parens"||Zr.type=="atBlock_parens")||Vi=="{"&&(Zr.type=="at"||Zr.type=="atBlock"))&&(To=Math.max(0,Zr.indent-pe))),To},electricChars:"}",blockCommentStart:"/*",blockCommentEnd:"*/",blockCommentContinue:" * ",lineComment:Nr,fold:"brace"}});function n(lr){for(var Et={},ie=0;ie<lr.length;++ie)Et[lr[ie].toLowerCase()]=!0;return Et}var $=["domain","regexp","url","url-prefix"],k=n($),L=["all","aural","braille","handheld","print","projection","screen","tty","tv","embossed"],j=n(L),V=["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"],z=n(V),re=["landscape","portrait","none","coarse","fine","on-demand","hover","interlace","progressive","dark","light","standard","high"],oe=n(re),ue=["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"],de=n(ue),_e=["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"],Ne=n(_e),Ue=["font-display","font-family","src","unicode-range","font-variant","font-feature-settings","font-stretch","font-weight","font-style"],$e=n(Ue),Ve=["additive-symbols","fallback","negative","pad","prefix","range","speak-as","suffix","symbols","system"],Fe=n(Ve),qe=["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"],er=n(qe),ir=["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"],dr=n(ir),cr=$.concat(L).concat(V).concat(re).concat(ue).concat(_e).concat(qe).concat(ir);y.registerHelper("hintWords","css",cr);function nr(lr,Et){for(var ie=!1,pe;(pe=lr.next())!=null;){if(ie&&pe=="/"){Et.tokenize=null;break}ie=pe=="*"}return["comment","comment"]}y.defineMIME("text/css",{documentTypes:k,mediaTypes:j,mediaFeatures:z,mediaValueKeywords:oe,propertyKeywords:de,nonStandardPropertyKeywords:Ne,fontProperties:$e,counterDescriptors:Fe,colorKeywords:er,valueKeywords:dr,tokenHooks:{"/":function(lr,Et){return lr.eat("*")?(Et.tokenize=nr,nr(lr,Et)):!1}},name:"css"}),y.defineMIME("text/x-scss",{mediaTypes:j,mediaFeatures:z,mediaValueKeywords:oe,propertyKeywords:de,nonStandardPropertyKeywords:Ne,colorKeywords:er,valueKeywords:dr,fontProperties:$e,allowNested:!0,lineComment:"//",tokenHooks:{"/":function(lr,Et){return lr.eat("/")?(lr.skipToEnd(),["comment","comment"]):lr.eat("*")?(Et.tokenize=nr,nr(lr,Et)):["operator","operator"]},":":function(lr){return lr.match(/^\s*\{/,!1)?[null,null]:!1},$:function(lr){return lr.match(/^[\w-]+/),lr.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"]},"#":function(lr){return lr.eat("{")?[null,"interpolation"]:!1}},name:"css",helperType:"scss"}),y.defineMIME("text/x-less",{mediaTypes:j,mediaFeatures:z,mediaValueKeywords:oe,propertyKeywords:de,nonStandardPropertyKeywords:Ne,colorKeywords:er,valueKeywords:dr,fontProperties:$e,allowNested:!0,lineComment:"//",tokenHooks:{"/":function(lr,Et){return lr.eat("/")?(lr.skipToEnd(),["comment","comment"]):lr.eat("*")?(Et.tokenize=nr,nr(lr,Et)):["operator","operator"]},"@":function(lr){return lr.eat("{")?[null,"interpolation"]:lr.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\b/i,!1)?!1:(lr.eatWhile(/[\w\\\-]/),lr.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"])},"&":function(){return["atom","atom"]}},name:"css",helperType:"less"}),y.defineMIME("text/x-gss",{documentTypes:k,mediaTypes:j,mediaFeatures:z,propertyKeywords:de,nonStandardPropertyKeywords:Ne,fontProperties:$e,counterDescriptors:Fe,colorKeywords:er,valueKeywords:dr,supportsAtComponent:!0,tokenHooks:{"/":function(lr,Et){return lr.eat("*")?(Et.tokenize=nr,nr(lr,Et)):!1}},name:"css",helperType:"gss"})})})();var cssExports=css.exports,xml={exports:{}},hasRequiredXml;function requireXml(){return hasRequiredXml||(hasRequiredXml=1,function(e,t){(function(y){y(requireCodemirror())})(function(y){var n={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},$={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};y.defineMode("xml",function(k,L){var j=k.indentUnit,V={},z=L.htmlMode?n:$;for(var re in z)V[re]=z[re];for(var re in L)V[re]=L[re];var oe,ue;function de(Ie,jt){function ar(he){return jt.tokenize=he,he(Ie,jt)}var ur=Ie.next();if(ur=="<")return Ie.eat("!")?Ie.eat("[")?Ie.match("CDATA[")?ar(Ue("atom","]]>")):null:Ie.match("--")?ar(Ue("comment","-->")):Ie.match("DOCTYPE",!0,!0)?(Ie.eatWhile(/[\w\._\-]/),ar($e(1))):null:Ie.eat("?")?(Ie.eatWhile(/[\w\._\-]/),jt.tokenize=Ue("meta","?>"),"meta"):(oe=Ie.eat("/")?"closeTag":"openTag",jt.tokenize=_e,"tag bracket");if(ur=="&"){var kt;return Ie.eat("#")?Ie.eat("x")?kt=Ie.eatWhile(/[a-fA-F\d]/)&&Ie.eat(";"):kt=Ie.eatWhile(/[\d]/)&&Ie.eat(";"):kt=Ie.eatWhile(/[\w\.\-:]/)&&Ie.eat(";"),kt?"atom":"error"}else return Ie.eatWhile(/[^&<]/),null}de.isInText=!0;function _e(Ie,jt){var ar=Ie.next();if(ar==">"||ar=="/"&&Ie.eat(">"))return jt.tokenize=de,oe=ar==">"?"endTag":"selfcloseTag","tag bracket";if(ar=="=")return oe="equals",null;if(ar=="<"){jt.tokenize=de,jt.state=ir,jt.tagName=jt.tagStart=null;var ur=jt.tokenize(Ie,jt);return ur?ur+" tag error":"tag error"}else return/[\'\"]/.test(ar)?(jt.tokenize=Ne(ar),jt.stringStartCol=Ie.column(),jt.tokenize(Ie,jt)):(Ie.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function Ne(Ie){var jt=function(ar,ur){for(;!ar.eol();)if(ar.next()==Ie){ur.tokenize=_e;break}return"string"};return jt.isInAttribute=!0,jt}function Ue(Ie,jt){return function(ar,ur){for(;!ar.eol();){if(ar.match(jt)){ur.tokenize=de;break}ar.next()}return Ie}}function $e(Ie){return function(jt,ar){for(var ur;(ur=jt.next())!=null;){if(ur=="<")return ar.tokenize=$e(Ie+1),ar.tokenize(jt,ar);if(ur==">")if(Ie==1){ar.tokenize=de;break}else return ar.tokenize=$e(Ie-1),ar.tokenize(jt,ar)}return"meta"}}function Ve(Ie){return Ie&&Ie.toLowerCase()}function Fe(Ie,jt,ar){this.prev=Ie.context,this.tagName=jt||"",this.indent=Ie.indented,this.startOfLine=ar,(V.doNotIndent.hasOwnProperty(jt)||Ie.context&&Ie.context.noIndent)&&(this.noIndent=!0)}function qe(Ie){Ie.context&&(Ie.context=Ie.context.prev)}function er(Ie,jt){for(var ar;;){if(!Ie.context||(ar=Ie.context.tagName,!V.contextGrabbers.hasOwnProperty(Ve(ar))||!V.contextGrabbers[Ve(ar)].hasOwnProperty(Ve(jt))))return;qe(Ie)}}function ir(Ie,jt,ar){return Ie=="openTag"?(ar.tagStart=jt.column(),dr):Ie=="closeTag"?cr:ir}function dr(Ie,jt,ar){return Ie=="word"?(ar.tagName=jt.current(),ue="tag",Et):V.allowMissingTagName&&Ie=="endTag"?(ue="tag bracket",Et(Ie,jt,ar)):(ue="error",dr)}function cr(Ie,jt,ar){if(Ie=="word"){var ur=jt.current();return ar.context&&ar.context.tagName!=ur&&V.implicitlyClosed.hasOwnProperty(Ve(ar.context.tagName))&&qe(ar),ar.context&&ar.context.tagName==ur||V.matchClosing===!1?(ue="tag",nr):(ue="tag error",lr)}else return V.allowMissingTagName&&Ie=="endTag"?(ue="tag bracket",nr(Ie,jt,ar)):(ue="error",lr)}function nr(Ie,jt,ar){return Ie!="endTag"?(ue="error",nr):(qe(ar),ir)}function lr(Ie,jt,ar){return ue="error",nr(Ie,jt,ar)}function Et(Ie,jt,ar){if(Ie=="word")return ue="attribute",ie;if(Ie=="endTag"||Ie=="selfcloseTag"){var ur=ar.tagName,kt=ar.tagStart;return ar.tagName=ar.tagStart=null,Ie=="selfcloseTag"||V.autoSelfClosers.hasOwnProperty(Ve(ur))?er(ar,ur):(er(ar,ur),ar.context=new Fe(ar,ur,kt==ar.indented)),ir}return ue="error",Et}function ie(Ie,jt,ar){return Ie=="equals"?pe:(V.allowMissing||(ue="error"),Et(Ie,jt,ar))}function pe(Ie,jt,ar){return Ie=="string"?Ce:Ie=="word"&&V.allowUnquoted?(ue="string",Et):(ue="error",Et(Ie,jt,ar))}function Ce(Ie,jt,ar){return Ie=="string"?Ce:Et(Ie,jt,ar)}return{startState:function(Ie){var jt={tokenize:de,state:ir,indented:Ie||0,tagName:null,tagStart:null,context:null};return Ie!=null&&(jt.baseIndent=Ie),jt},token:function(Ie,jt){if(!jt.tagName&&Ie.sol()&&(jt.indented=Ie.indentation()),Ie.eatSpace())return null;oe=null;var ar=jt.tokenize(Ie,jt);return(ar||oe)&&ar!="comment"&&(ue=null,jt.state=jt.state(oe||ar,Ie,jt),ue&&(ar=ue=="error"?ar+" error":ue)),ar},indent:function(Ie,jt,ar){var ur=Ie.context;if(Ie.tokenize.isInAttribute)return Ie.tagStart==Ie.indented?Ie.stringStartCol+1:Ie.indented+j;if(ur&&ur.noIndent)return y.Pass;if(Ie.tokenize!=_e&&Ie.tokenize!=de)return ar?ar.match(/^(\s*)/)[0].length:0;if(Ie.tagName)return V.multilineTagIndentPastTag!==!1?Ie.tagStart+Ie.tagName.length+2:Ie.tagStart+j*(V.multilineTagIndentFactor||1);if(V.alignCDATA&&/<!\[CDATA\[/.test(jt))return 0;var kt=jt&&/^<(\/)?([\w_:\.-]*)/.exec(jt);if(kt&&kt[1])for(;ur;)if(ur.tagName==kt[2]){ur=ur.prev;break}else if(V.implicitlyClosed.hasOwnProperty(Ve(ur.tagName)))ur=ur.prev;else break;else if(kt)for(;ur;){var he=V.contextGrabbers[Ve(ur.tagName)];if(he&&he.hasOwnProperty(Ve(kt[2])))ur=ur.prev;else break}for(;ur&&ur.prev&&!ur.startOfLine;)ur=ur.prev;return ur?ur.indent+j:Ie.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:V.htmlMode?"html":"xml",helperType:V.htmlMode?"html":"xml",skipAttribute:function(Ie){Ie.state==pe&&(Ie.state=Et)},xmlCurrentTag:function(Ie){return Ie.tagName?{name:Ie.tagName,close:Ie.type=="closeTag"}:null},xmlCurrentContext:function(Ie){for(var jt=[],ar=Ie.context;ar;ar=ar.prev)jt.push(ar.tagName);return jt.reverse()}}}),y.defineMIME("text/xml","xml"),y.defineMIME("application/xml","xml"),y.mimeModes.hasOwnProperty("text/html")||y.defineMIME("text/html",{name:"xml",htmlMode:!0})})}()),xml.exports}var meta={exports:{}},hasRequiredMeta;function requireMeta(){return hasRequiredMeta||(hasRequiredMeta=1,function(e,t){(function(y){y(requireCodemirror())})(function(y){y.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 n=0;n<y.modeInfo.length;n++){var $=y.modeInfo[n];$.mimes&&($.mime=$.mimes[0])}y.findModeByMIME=function(k){k=k.toLowerCase();for(var L=0;L<y.modeInfo.length;L++){var j=y.modeInfo[L];if(j.mime==k)return j;if(j.mimes){for(var V=0;V<j.mimes.length;V++)if(j.mimes[V]==k)return j}}if(/\+xml$/.test(k))return y.findModeByMIME("application/xml");if(/\+json$/.test(k))return y.findModeByMIME("application/json")},y.findModeByExtension=function(k){k=k.toLowerCase();for(var L=0;L<y.modeInfo.length;L++){var j=y.modeInfo[L];if(j.ext){for(var V=0;V<j.ext.length;V++)if(j.ext[V]==k)return j}}},y.findModeByFileName=function(k){for(var L=0;L<y.modeInfo.length;L++){var j=y.modeInfo[L];if(j.file&&j.file.test(k))return j}var V=k.lastIndexOf("."),z=V>-1&&k.substring(V+1,k.length);if(z)return y.findModeByExtension(z)},y.findModeByName=function(k){k=k.toLowerCase();for(var L=0;L<y.modeInfo.length;L++){var j=y.modeInfo[L];if(j.name.toLowerCase()==k)return j;if(j.alias){for(var V=0;V<j.alias.length;V++)if(j.alias[V].toLowerCase()==k)return j}}}})}()),meta.exports}(function(e,t){(function(y){y(requireCodemirror(),requireXml(),requireMeta())})(function(y){y.defineMode("markdown",function(n,$){var k=y.getMode(n,"text/html"),L=k.name=="null";function j(gr){if(y.findModeByName){var _r=y.findModeByName(gr);_r&&(gr=_r.mime||_r.mimes[0])}var yr=y.getMode(n,gr);return yr.name=="null"?null:yr}$.highlightFormatting===void 0&&($.highlightFormatting=!1),$.maxBlockquoteDepth===void 0&&($.maxBlockquoteDepth=0),$.taskLists===void 0&&($.taskLists=!1),$.strikethrough===void 0&&($.strikethrough=!1),$.emoji===void 0&&($.emoji=!1),$.fencedCodeBlockHighlighting===void 0&&($.fencedCodeBlockHighlighting=!0),$.fencedCodeBlockDefaultMode===void 0&&($.fencedCodeBlockDefaultMode="text/plain"),$.xml===void 0&&($.xml=!0),$.tokenTypeOverrides===void 0&&($.tokenTypeOverrides={});var V={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 z in V)V.hasOwnProperty(z)&&$.tokenTypeOverrides[z]&&(V[z]=$.tokenTypeOverrides[z]);var re=/^([*\-_])(?:\s*\1){2,}\s*$/,oe=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,ue=/^\[(x| )\](?=\s)/i,de=$.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,_e=/^ {0,3}(?:\={1,}|-{2,})\s*$/,Ne=/^[^#!\[\]*_\\<>` "'(~:]+/,Ue=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,$e=/^\s*\[[^\]]+?\]:.*$/,Ve=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\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]/,Fe=" ";function qe(gr,_r,yr){return _r.f=_r.inline=yr,yr(gr,_r)}function er(gr,_r,yr){return _r.f=_r.block=yr,yr(gr,_r)}function ir(gr){return!gr||!/\S/.test(gr.string)}function dr(gr){if(gr.linkTitle=!1,gr.linkHref=!1,gr.linkText=!1,gr.em=!1,gr.strong=!1,gr.strikethrough=!1,gr.quote=0,gr.indentedCode=!1,gr.f==nr){var _r=L;if(!_r){var yr=y.innerMode(k,gr.htmlState);_r=yr.mode.name=="xml"&&yr.state.tagStart===null&&!yr.state.context&&yr.state.tokenize.isInText}_r&&(gr.f=pe,gr.block=cr,gr.htmlState=null)}return gr.trailingSpace=0,gr.trailingSpaceNewLine=!1,gr.prevLine=gr.thisLine,gr.thisLine={stream:null},null}function cr(gr,_r){var yr=gr.column()===_r.indentation,xr=ir(_r.prevLine.stream),Nr=_r.indentedCode,Tr=_r.prevLine.hr,Sr=_r.list!==!1,Ar=(_r.listStack[_r.listStack.length-1]||0)+3;_r.indentedCode=!1;var Fr=_r.indentation;if(_r.indentationDiff===null&&(_r.indentationDiff=_r.indentation,Sr)){for(_r.list=null;Fr<_r.listStack[_r.listStack.length-1];)_r.listStack.pop(),_r.listStack.length?_r.indentation=_r.listStack[_r.listStack.length-1]:_r.list=!1;_r.list!==!1&&(_r.indentationDiff=Fr-_r.listStack[_r.listStack.length-1])}var Gr=!xr&&!Tr&&!_r.prevLine.header&&(!Sr||!Nr)&&!_r.prevLine.fencedCodeEnd,Vr=(_r.list===!1||Tr||xr)&&_r.indentation<=Ar&&gr.match(re),Dr=null;if(_r.indentationDiff>=4&&(Nr||_r.prevLine.fencedCodeEnd||_r.prevLine.header||xr))return gr.skipToEnd(),_r.indentedCode=!0,V.code;if(gr.eatSpace())return null;if(yr&&_r.indentation<=Ar&&(Dr=gr.match(de))&&Dr[1].length<=6)return _r.quote=0,_r.header=Dr[1].length,_r.thisLine.header=!0,$.highlightFormatting&&(_r.formatting="header"),_r.f=_r.inline,Et(_r);if(_r.indentation<=Ar&&gr.eat(">"))return _r.quote=yr?1:_r.quote+1,$.highlightFormatting&&(_r.formatting="quote"),gr.eatSpace(),Et(_r);if(!Vr&&!_r.setext&&yr&&_r.indentation<=Ar&&(Dr=gr.match(oe))){var Ir=Dr[1]?"ol":"ul";return _r.indentation=Fr+gr.current().length,_r.list=!0,_r.quote=0,_r.listStack.push(_r.indentation),_r.em=!1,_r.strong=!1,_r.code=!1,_r.strikethrough=!1,$.taskLists&&gr.match(ue,!1)&&(_r.taskList=!0),_r.f=_r.inline,$.highlightFormatting&&(_r.formatting=["list","list-"+Ir]),Et(_r)}else{if(yr&&_r.indentation<=Ar&&(Dr=gr.match(Ue,!0)))return _r.quote=0,_r.fencedEndRE=new RegExp(Dr[1]+"+ *$"),_r.localMode=$.fencedCodeBlockHighlighting&&j(Dr[2]||$.fencedCodeBlockDefaultMode),_r.localMode&&(_r.localState=y.startState(_r.localMode)),_r.f=_r.block=lr,$.highlightFormatting&&(_r.formatting="code-block"),_r.code=-1,Et(_r);if(_r.setext||(!Gr||!Sr)&&!_r.quote&&_r.list===!1&&!_r.code&&!Vr&&!$e.test(gr.string)&&(Dr=gr.lookAhead(1))&&(Dr=Dr.match(_e)))return _r.setext?(_r.header=_r.setext,_r.setext=0,gr.skipToEnd(),$.highlightFormatting&&(_r.formatting="header")):(_r.header=Dr[0].charAt(0)=="="?1:2,_r.setext=_r.header),_r.thisLine.header=!0,_r.f=_r.inline,Et(_r);if(Vr)return gr.skipToEnd(),_r.hr=!0,_r.thisLine.hr=!0,V.hr;if(gr.peek()==="[")return qe(gr,_r,ur)}return qe(gr,_r,_r.inline)}function nr(gr,_r){var yr=k.token(gr,_r.htmlState);if(!L){var xr=y.innerMode(k,_r.htmlState);(xr.mode.name=="xml"&&xr.state.tagStart===null&&!xr.state.context&&xr.state.tokenize.isInText||_r.md_inside&&gr.current().indexOf(">")>-1)&&(_r.f=pe,_r.block=cr,_r.htmlState=null)}return yr}function lr(gr,_r){var yr=_r.listStack[_r.listStack.length-1]||0,xr=_r.indentation<yr,Nr=yr+3;if(_r.fencedEndRE&&_r.indentation<=Nr&&(xr||gr.match(_r.fencedEndRE))){$.highlightFormatting&&(_r.formatting="code-block");var Tr;return xr||(Tr=Et(_r)),_r.localMode=_r.localState=null,_r.block=cr,_r.f=pe,_r.fencedEndRE=null,_r.code=0,_r.thisLine.fencedCodeEnd=!0,xr?er(gr,_r,_r.block):Tr}else return _r.localMode?_r.localMode.token(gr,_r.localState):(gr.skipToEnd(),V.code)}function Et(gr){var _r=[];if(gr.formatting){_r.push(V.formatting),typeof gr.formatting=="string"&&(gr.formatting=[gr.formatting]);for(var yr=0;yr<gr.formatting.length;yr++)_r.push(V.formatting+"-"+gr.formatting[yr]),gr.formatting[yr]==="header"&&_r.push(V.formatting+"-"+gr.formatting[yr]+"-"+gr.header),gr.formatting[yr]==="quote"&&(!$.maxBlockquoteDepth||$.maxBlockquoteDepth>=gr.quote?_r.push(V.formatting+"-"+gr.formatting[yr]+"-"+gr.quote):_r.push("error"))}if(gr.taskOpen)return _r.push("meta"),_r.length?_r.join(" "):null;if(gr.taskClosed)return _r.push("property"),_r.length?_r.join(" "):null;if(gr.linkHref?_r.push(V.linkHref,"url"):(gr.strong&&_r.push(V.strong),gr.em&&_r.push(V.em),gr.strikethrough&&_r.push(V.strikethrough),gr.emoji&&_r.push(V.emoji),gr.linkText&&_r.push(V.linkText),gr.code&&_r.push(V.code),gr.image&&_r.push(V.image),gr.imageAltText&&_r.push(V.imageAltText,"link"),gr.imageMarker&&_r.push(V.imageMarker)),gr.header&&_r.push(V.header,V.header+"-"+gr.header),gr.quote&&(_r.push(V.quote),!$.maxBlockquoteDepth||$.maxBlockquoteDepth>=gr.quote?_r.push(V.quote+"-"+gr.quote):_r.push(V.quote+"-"+$.maxBlockquoteDepth)),gr.list!==!1){var xr=(gr.listStack.length-1)%3;xr?xr===1?_r.push(V.list2):_r.push(V.list3):_r.push(V.list1)}return gr.trailingSpaceNewLine?_r.push("trailing-space-new-line"):gr.trailingSpace&&_r.push("trailing-space-"+(gr.trailingSpace%2?"a":"b")),_r.length?_r.join(" "):null}function ie(gr,_r){if(gr.match(Ne,!0))return Et(_r)}function pe(gr,_r){var yr=_r.text(gr,_r);if(typeof yr<"u")return yr;if(_r.list)return _r.list=null,Et(_r);if(_r.taskList){var xr=gr.match(ue,!0)[1]===" ";return xr?_r.taskOpen=!0:_r.taskClosed=!0,$.highlightFormatting&&(_r.formatting="task"),_r.taskList=!1,Et(_r)}if(_r.taskOpen=!1,_r.taskClosed=!1,_r.header&&gr.match(/^#+$/,!0))return $.highlightFormatting&&(_r.formatting="header"),Et(_r);var Nr=gr.next();if(_r.linkTitle){_r.linkTitle=!1;var Tr=Nr;Nr==="("&&(Tr=")"),Tr=(Tr+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var Sr="^\\s*(?:[^"+Tr+"\\\\]+|\\\\\\\\|\\\\.)"+Tr;if(gr.match(new RegExp(Sr),!0))return V.linkHref}if(Nr==="`"){var Ar=_r.formatting;$.highlightFormatting&&(_r.formatting="code"),gr.eatWhile("`");var Fr=gr.current().length;if(_r.code==0&&(!_r.quote||Fr==1))return _r.code=Fr,Et(_r);if(Fr==_r.code){var Gr=Et(_r);return _r.code=0,Gr}else return _r.formatting=Ar,Et(_r)}else if(_r.code)return Et(_r);if(Nr==="\\"&&(gr.next(),$.highlightFormatting)){var Vr=Et(_r),Dr=V.formatting+"-escape";return Vr?Vr+" "+Dr:Dr}if(Nr==="!"&&gr.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return _r.imageMarker=!0,_r.image=!0,$.highlightFormatting&&(_r.formatting="image"),Et(_r);if(Nr==="["&&_r.imageMarker&&gr.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return _r.imageMarker=!1,_r.imageAltText=!0,$.highlightFormatting&&(_r.formatting="image"),Et(_r);if(Nr==="]"&&_r.imageAltText){$.highlightFormatting&&(_r.formatting="image");var Vr=Et(_r);return _r.imageAltText=!1,_r.image=!1,_r.inline=_r.f=Ie,Vr}if(Nr==="["&&!_r.image)return _r.linkText&&gr.match(/^.*?\]/)||(_r.linkText=!0,$.highlightFormatting&&(_r.formatting="link")),Et(_r);if(Nr==="]"&&_r.linkText){$.highlightFormatting&&(_r.formatting="link");var Vr=Et(_r);return _r.linkText=!1,_r.inline=_r.f=gr.match(/\(.*?\)| ?\[.*?\]/,!1)?Ie:pe,Vr}if(Nr==="<"&&gr.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){_r.f=_r.inline=Ce,$.highlightFormatting&&(_r.formatting="link");var Vr=Et(_r);return Vr?Vr+=" ":Vr="",Vr+V.linkInline}if(Nr==="<"&&gr.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){_r.f=_r.inline=Ce,$.highlightFormatting&&(_r.formatting="link");var Vr=Et(_r);return Vr?Vr+=" ":Vr="",Vr+V.linkEmail}if($.xml&&Nr==="<"&&gr.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Ir=gr.string.indexOf(">",gr.pos);if(Ir!=-1){var Br=gr.string.substring(gr.start,Ir);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Br)&&(_r.md_inside=!0)}return gr.backUp(1),_r.htmlState=y.startState(k),er(gr,_r,nr)}if($.xml&&Nr==="<"&&gr.match(/^\/\w*?>/))return _r.md_inside=!1,"tag";if(Nr==="*"||Nr==="_"){for(var Rr=1,Lr=gr.pos==1?" ":gr.string.charAt(gr.pos-2);Rr<3&&gr.eat(Nr);)Rr++;var $r=gr.peek()||" ",jr=!/\s/.test($r)&&(!Ve.test($r)||/\s/.test(Lr)||Ve.test(Lr)),vn=!/\s/.test(Lr)&&(!Ve.test(Lr)||/\s/.test($r)||Ve.test($r)),Kr=null,kr=null;if(Rr%2&&(!_r.em&&jr&&(Nr==="*"||!vn||Ve.test(Lr))?Kr=!0:_r.em==Nr&&vn&&(Nr==="*"||!jr||Ve.test($r))&&(Kr=!1)),Rr>1&&(!_r.strong&&jr&&(Nr==="*"||!vn||Ve.test(Lr))?kr=!0:_r.strong==Nr&&vn&&(Nr==="*"||!jr||Ve.test($r))&&(kr=!1)),kr!=null||Kr!=null){$.highlightFormatting&&(_r.formatting=Kr==null?"strong":kr==null?"em":"strong em"),Kr===!0&&(_r.em=Nr),kr===!0&&(_r.strong=Nr);var Gr=Et(_r);return Kr===!1&&(_r.em=!1),kr===!1&&(_r.strong=!1),Gr}}else if(Nr===" "&&(gr.eat("*")||gr.eat("_"))){if(gr.peek()===" ")return Et(_r);gr.backUp(1)}if($.strikethrough){if(Nr==="~"&&gr.eatWhile(Nr)){if(_r.strikethrough){$.highlightFormatting&&(_r.formatting="strikethrough");var Gr=Et(_r);return _r.strikethrough=!1,Gr}else if(gr.match(/^[^\s]/,!1))return _r.strikethrough=!0,$.highlightFormatting&&(_r.formatting="strikethrough"),Et(_r)}else if(Nr===" "&&gr.match("~~",!0)){if(gr.peek()===" ")return Et(_r);gr.backUp(2)}}if($.emoji&&Nr===":"&&gr.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){_r.emoji=!0,$.highlightFormatting&&(_r.formatting="emoji");var Qr=Et(_r);return _r.emoji=!1,Qr}return Nr===" "&&(gr.match(/^ +$/,!1)?_r.trailingSpace++:_r.trailingSpace&&(_r.trailingSpaceNewLine=!0)),Et(_r)}function Ce(gr,_r){var yr=gr.next();if(yr===">"){_r.f=_r.inline=pe,$.highlightFormatting&&(_r.formatting="link");var xr=Et(_r);return xr?xr+=" ":xr="",xr+V.linkInline}return gr.match(/^[^>]+/,!0),V.linkInline}function Ie(gr,_r){if(gr.eatSpace())return null;var yr=gr.next();return yr==="("||yr==="["?(_r.f=_r.inline=ar(yr==="("?")":"]"),$.highlightFormatting&&(_r.formatting="link-string"),_r.linkHref=!0,Et(_r)):"error"}var jt={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function ar(gr){return function(_r,yr){var xr=_r.next();if(xr===gr){yr.f=yr.inline=pe,$.highlightFormatting&&(yr.formatting="link-string");var Nr=Et(yr);return yr.linkHref=!1,Nr}return _r.match(jt[gr]),yr.linkHref=!0,Et(yr)}}function ur(gr,_r){return gr.match(/^([^\]\\]|\\.)*\]:/,!1)?(_r.f=kt,gr.next(),$.highlightFormatting&&(_r.formatting="link"),_r.linkText=!0,Et(_r)):qe(gr,_r,pe)}function kt(gr,_r){if(gr.match("]:",!0)){_r.f=_r.inline=he,$.highlightFormatting&&(_r.formatting="link");var yr=Et(_r);return _r.linkText=!1,yr}return gr.match(/^([^\]\\]|\\.)+/,!0),V.linkText}function he(gr,_r){return gr.eatSpace()?null:(gr.match(/^[^\s]+/,!0),gr.peek()===void 0?_r.linkTitle=!0:gr.match(/^(?:\s+(?:"(?:[^"\\]|\\.)+"|'(?:[^'\\]|\\.)+'|\((?:[^)\\]|\\.)+\)))?/,!0),_r.f=_r.inline=pe,V.linkHref+" url")}var tr={startState:function(){return{f:cr,prevLine:{stream:null},thisLine:{stream:null},block:cr,htmlState:null,indentation:0,inline:pe,text:ie,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(gr){return{f:gr.f,prevLine:gr.prevLine,thisLine:gr.thisLine,block:gr.block,htmlState:gr.htmlState&&y.copyState(k,gr.htmlState),indentation:gr.indentation,localMode:gr.localMode,localState:gr.localMode?y.copyState(gr.localMode,gr.localState):null,inline:gr.inline,text:gr.text,formatting:!1,linkText:gr.linkText,linkTitle:gr.linkTitle,linkHref:gr.linkHref,code:gr.code,em:gr.em,strong:gr.strong,strikethrough:gr.strikethrough,emoji:gr.emoji,header:gr.header,setext:gr.setext,hr:gr.hr,taskList:gr.taskList,list:gr.list,listStack:gr.listStack.slice(0),quote:gr.quote,indentedCode:gr.indentedCode,trailingSpace:gr.trailingSpace,trailingSpaceNewLine:gr.trailingSpaceNewLine,md_inside:gr.md_inside,fencedEndRE:gr.fencedEndRE}},token:function(gr,_r){if(_r.formatting=!1,gr!=_r.thisLine.stream){if(_r.header=0,_r.hr=!1,gr.match(/^\s*$/,!0))return dr(_r),null;if(_r.prevLine=_r.thisLine,_r.thisLine={stream:gr},_r.taskList=!1,_r.trailingSpace=0,_r.trailingSpaceNewLine=!1,!_r.localState&&(_r.f=_r.block,_r.f!=nr)){var yr=gr.match(/^\s*/,!0)[0].replace(/\t/g,Fe).length;if(_r.indentation=yr,_r.indentationDiff=null,yr>0)return null}}return _r.f(gr,_r)},innerMode:function(gr){return gr.block==nr?{state:gr.htmlState,mode:k}:gr.localState?{state:gr.localState,mode:gr.localMode}:{state:gr,mode:tr}},indent:function(gr,_r,yr){return gr.block==nr&&k.indent?k.indent(gr.htmlState,_r,yr):gr.localState&&gr.localMode.indent?gr.localMode.indent(gr.localState,_r,yr):y.Pass},blankLine:dr,getType:Et,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return tr},"xml"),y.defineMIME("text/markdown","markdown"),y.defineMIME("text/x-markdown","markdown")})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},$=y.Pos;y.defineOption("autoCloseBrackets",!1,function($e,Ve,Fe){Fe&&Fe!=y.Init&&($e.removeKeyMap(L),$e.state.closeBrackets=null),Ve&&(j(k(Ve,"pairs")),$e.state.closeBrackets=Ve,$e.addKeyMap(L))});function k($e,Ve){return Ve=="pairs"&&typeof $e=="string"?$e:typeof $e=="object"&&$e[Ve]!=null?$e[Ve]:n[Ve]}var L={Backspace:re,Enter:oe};function j($e){for(var Ve=0;Ve<$e.length;Ve++){var Fe=$e.charAt(Ve),qe="'"+Fe+"'";L[qe]||(L[qe]=V(Fe))}}j(n.pairs+"`");function V($e){return function(Ve){return _e(Ve,$e)}}function z($e){var Ve=$e.state.closeBrackets;if(!Ve||Ve.override)return Ve;var Fe=$e.getModeAt($e.getCursor());return Fe.closeBrackets||Ve}function re($e){var Ve=z($e);if(!Ve||$e.getOption("disableInput"))return y.Pass;for(var Fe=k(Ve,"pairs"),qe=$e.listSelections(),er=0;er<qe.length;er++){if(!qe[er].empty())return y.Pass;var ir=Ne($e,qe[er].head);if(!ir||Fe.indexOf(ir)%2!=0)return y.Pass}for(var er=qe.length-1;er>=0;er--){var dr=qe[er].head;$e.replaceRange("",$(dr.line,dr.ch-1),$(dr.line,dr.ch+1),"+delete")}}function oe($e){var Ve=z($e),Fe=Ve&&k(Ve,"explode");if(!Fe||$e.getOption("disableInput"))return y.Pass;for(var qe=$e.listSelections(),er=0;er<qe.length;er++){if(!qe[er].empty())return y.Pass;var ir=Ne($e,qe[er].head);if(!ir||Fe.indexOf(ir)%2!=0)return y.Pass}$e.operation(function(){var dr=$e.lineSeparator()||`
`;$e.replaceSelection(dr+dr,null),ue($e,-1),qe=$e.listSelections();for(var cr=0;cr<qe.length;cr++){var nr=qe[cr].head.line;$e.indentLine(nr,null,!0),$e.indentLine(nr+1,null,!0)}})}function ue($e,Ve){for(var Fe=[],qe=$e.listSelections(),er=0,ir=0;ir<qe.length;ir++){var dr=qe[ir];dr.head==$e.getCursor()&&(er=ir);var cr=dr.head.ch||Ve>0?{line:dr.head.line,ch:dr.head.ch+Ve}:{line:dr.head.line-1};Fe.push({anchor:cr,head:cr})}$e.setSelections(Fe,er)}function de($e){var Ve=y.cmpPos($e.anchor,$e.head)>0;return{anchor:new $($e.anchor.line,$e.anchor.ch+(Ve?-1:1)),head:new $($e.head.line,$e.head.ch+(Ve?1:-1))}}function _e($e,Ve){var Fe=z($e);if(!Fe||$e.getOption("disableInput"))return y.Pass;var qe=k(Fe,"pairs"),er=qe.indexOf(Ve);if(er==-1)return y.Pass;for(var ir=k(Fe,"closeBefore"),dr=k(Fe,"triples"),cr=qe.charAt(er+1)==Ve,nr=$e.listSelections(),lr=er%2==0,Et,ie=0;ie<nr.length;ie++){var pe=nr[ie],Ce=pe.head,Ie,jt=$e.getRange(Ce,$(Ce.line,Ce.ch+1));if(lr&&!pe.empty())Ie="surround";else if((cr||!lr)&&jt==Ve)cr&&Ue($e,Ce)?Ie="both":dr.indexOf(Ve)>=0&&$e.getRange(Ce,$(Ce.line,Ce.ch+3))==Ve+Ve+Ve?Ie="skipThree":Ie="skip";else if(cr&&Ce.ch>1&&dr.indexOf(Ve)>=0&&$e.getRange($(Ce.line,Ce.ch-2),Ce)==Ve+Ve){if(Ce.ch>2&&/\bstring/.test($e.getTokenTypeAt($(Ce.line,Ce.ch-2))))return y.Pass;Ie="addFour"}else if(cr){var ar=Ce.ch==0?" ":$e.getRange($(Ce.line,Ce.ch-1),Ce);if(!y.isWordChar(jt)&&ar!=Ve&&!y.isWordChar(ar))Ie="both";else return y.Pass}else if(lr&&(jt.length===0||/\s/.test(jt)||ir.indexOf(jt)>-1))Ie="both";else return y.Pass;if(!Et)Et=Ie;else if(Et!=Ie)return y.Pass}var ur=er%2?qe.charAt(er-1):Ve,kt=er%2?Ve:qe.charAt(er+1);$e.operation(function(){if(Et=="skip")ue($e,1);else if(Et=="skipThree")ue($e,3);else if(Et=="surround"){for(var he=$e.getSelections(),tr=0;tr<he.length;tr++)he[tr]=ur+he[tr]+kt;$e.replaceSelections(he,"around"),he=$e.listSelections().slice();for(var tr=0;tr<he.length;tr++)he[tr]=de(he[tr]);$e.setSelections(he)}else Et=="both"?($e.replaceSelection(ur+kt,null),$e.triggerElectric(ur+kt),ue($e,-1)):Et=="addFour"&&($e.replaceSelection(ur+ur+ur+ur,"before"),ue($e,1))})}function Ne($e,Ve){var Fe=$e.getRange($(Ve.line,Ve.ch-1),$(Ve.line,Ve.ch+1));return Fe.length==2?Fe:null}function Ue($e,Ve){var Fe=$e.getTokenAt($(Ve.line,Ve.ch+1));return/\bstring/.test(Fe.type)&&Fe.start==Ve.ch&&(Ve.ch==0||!/\bstring/.test($e.getTokenTypeAt(Ve)))}})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n=/MSIE \d/.test(navigator.userAgent)&&(document.documentMode==null||document.documentMode<8),$=y.Pos,k={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<","<":">>",">":"<<"};function L(ue){return ue&&ue.bracketRegex||/[(){}[\]]/}function j(ue,de,_e){var Ne=ue.getLineHandle(de.line),Ue=de.ch-1,$e=_e&&_e.afterCursor;$e==null&&($e=/(^| )cm-fat-cursor($| )/.test(ue.getWrapperElement().className));var Ve=L(_e),Fe=!$e&&Ue>=0&&Ve.test(Ne.text.charAt(Ue))&&k[Ne.text.charAt(Ue)]||Ve.test(Ne.text.charAt(Ue+1))&&k[Ne.text.charAt(++Ue)];if(!Fe)return null;var qe=Fe.charAt(1)==">"?1:-1;if(_e&&_e.strict&&qe>0!=(Ue==de.ch))return null;var er=ue.getTokenTypeAt($(de.line,Ue+1)),ir=V(ue,$(de.line,Ue+(qe>0?1:0)),qe,er,_e);return ir==null?null:{from:$(de.line,Ue),to:ir&&ir.pos,match:ir&&ir.ch==Fe.charAt(0),forward:qe>0}}function V(ue,de,_e,Ne,Ue){for(var $e=Ue&&Ue.maxScanLineLength||1e4,Ve=Ue&&Ue.maxScanLines||1e3,Fe=[],qe=L(Ue),er=_e>0?Math.min(de.line+Ve,ue.lastLine()+1):Math.max(ue.firstLine()-1,de.line-Ve),ir=de.line;ir!=er;ir+=_e){var dr=ue.getLine(ir);if(dr){var cr=_e>0?0:dr.length-1,nr=_e>0?dr.length:-1;if(!(dr.length>$e))for(ir==de.line&&(cr=de.ch-(_e<0?1:0));cr!=nr;cr+=_e){var lr=dr.charAt(cr);if(qe.test(lr)&&(Ne===void 0||(ue.getTokenTypeAt($(ir,cr+1))||"")==(Ne||""))){var Et=k[lr];if(Et&&Et.charAt(1)==">"==_e>0)Fe.push(lr);else if(Fe.length)Fe.pop();else return{pos:$(ir,cr),ch:lr}}}}}return ir-_e==(_e>0?ue.lastLine():ue.firstLine())?!1:null}function z(ue,de,_e){for(var Ne=ue.state.matchBrackets.maxHighlightLineLength||1e3,Ue=_e&&_e.highlightNonMatching,$e=[],Ve=ue.listSelections(),Fe=0;Fe<Ve.length;Fe++){var qe=Ve[Fe].empty()&&j(ue,Ve[Fe].head,_e);if(qe&&(qe.match||Ue!==!1)&&ue.getLine(qe.from.line).length<=Ne){var er=qe.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket";$e.push(ue.markText(qe.from,$(qe.from.line,qe.from.ch+1),{className:er})),qe.to&&ue.getLine(qe.to.line).length<=Ne&&$e.push(ue.markText(qe.to,$(qe.to.line,qe.to.ch+1),{className:er}))}}if($e.length){n&&ue.state.focused&&ue.focus();var ir=function(){ue.operation(function(){for(var dr=0;dr<$e.length;dr++)$e[dr].clear()})};if(de)setTimeout(ir,800);else return ir}}function re(ue){ue.operation(function(){ue.state.matchBrackets.currentlyHighlighted&&(ue.state.matchBrackets.currentlyHighlighted(),ue.state.matchBrackets.currentlyHighlighted=null),ue.state.matchBrackets.currentlyHighlighted=z(ue,!1,ue.state.matchBrackets)})}function oe(ue){ue.state.matchBrackets&&ue.state.matchBrackets.currentlyHighlighted&&(ue.state.matchBrackets.currentlyHighlighted(),ue.state.matchBrackets.currentlyHighlighted=null)}y.defineOption("matchBrackets",!1,function(ue,de,_e){_e&&_e!=y.Init&&(ue.off("cursorActivity",re),ue.off("focus",re),ue.off("blur",oe),oe(ue)),de&&(ue.state.matchBrackets=typeof de=="object"?de:{},ue.on("cursorActivity",re),ue.on("focus",re),ue.on("blur",oe))}),y.defineExtension("matchBrackets",function(){z(this,!0)}),y.defineExtension("findMatchingBracket",function(ue,de,_e){return(_e||typeof de=="boolean")&&(_e?(_e.strict=de,de=_e):de=de?{strict:!0}:null),j(this,ue,de)}),y.defineExtension("scanForBracket",function(ue,de,_e,Ne){return V(this,ue,de,_e,Ne)})})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n="CodeMirror-activeline",$="CodeMirror-activeline-background",k="CodeMirror-activeline-gutter";y.defineOption("styleActiveLine",!1,function(re,oe,ue){var de=ue==y.Init?!1:ue;oe!=de&&(de&&(re.off("beforeSelectionChange",z),L(re),delete re.state.activeLines),oe&&(re.state.activeLines=[],V(re,re.listSelections()),re.on("beforeSelectionChange",z)))});function L(re){for(var oe=0;oe<re.state.activeLines.length;oe++)re.removeLineClass(re.state.activeLines[oe],"wrap",n),re.removeLineClass(re.state.activeLines[oe],"background",$),re.removeLineClass(re.state.activeLines[oe],"gutter",k)}function j(re,oe){if(re.length!=oe.length)return!1;for(var ue=0;ue<re.length;ue++)if(re[ue]!=oe[ue])return!1;return!0}function V(re,oe){for(var ue=[],de=0;de<oe.length;de++){var _e=oe[de],Ne=re.getOption("styleActiveLine");if(!(typeof Ne=="object"&&Ne.nonEmpty?_e.anchor.line!=_e.head.line:!_e.empty())){var Ue=re.getLineHandleVisualStart(_e.head.line);ue[ue.length-1]!=Ue&&ue.push(Ue)}}j(re.state.activeLines,ue)||re.operation(function(){L(re);for(var $e=0;$e<ue.length;$e++)re.addLineClass(ue[$e],"wrap",n),re.addLineClass(ue[$e],"background",$),re.addLineClass(ue[$e],"gutter",k);re.state.activeLines=ue})}function z(re,oe){V(re,oe.ranges)}})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n="CodeMirror-hint",$="CodeMirror-hint-active";y.showHint=function($e,Ve,Fe){if(!Ve)return $e.showHint(Fe);Fe&&Fe.async&&(Ve.async=!0);var qe={hint:Ve};if(Fe)for(var er in Fe)qe[er]=Fe[er];return $e.showHint(qe)},y.defineExtension("showHint",function($e){$e=V(this,this.getCursor("start"),$e);var Ve=this.listSelections();if(!(Ve.length>1)){if(this.somethingSelected()){if(!$e.hint.supportsSelection)return;for(var Fe=0;Fe<Ve.length;Fe++)if(Ve[Fe].head.line!=Ve[Fe].anchor.line)return}this.state.completionActive&&this.state.completionActive.close();var qe=this.state.completionActive=new k(this,$e);qe.options.hint&&(y.signal(this,"startCompletion",this),qe.update(!0))}}),y.defineExtension("closeHint",function(){this.state.completionActive&&this.state.completionActive.close()});function k($e,Ve){if(this.cm=$e,this.options=Ve,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 Fe=this;$e.on("cursorActivity",this.activityFunc=function(){Fe.cursorActivity()})}}var L=window.requestAnimationFrame||function($e){return setTimeout($e,1e3/60)},j=window.cancelAnimationFrame||clearTimeout;k.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&&y.signal(this.data,"close"),this.widget&&this.widget.close(),y.signal(this.cm,"endCompletion",this.cm))},active:function(){return this.cm.state.completionActive==this},pick:function($e,Ve){var Fe=$e.list[Ve],qe=this;this.cm.operation(function(){Fe.hint?Fe.hint(qe.cm,$e,Fe):qe.cm.replaceRange(z(Fe),Fe.from||$e.from,Fe.to||$e.to,"complete"),y.signal($e,"pick",Fe),qe.cm.scrollIntoView()}),this.options.closeOnPick&&this.close()},cursorActivity:function(){this.debounce&&(j(this.debounce),this.debounce=0);var $e=this.startPos;this.data&&($e=this.data.from);var Ve=this.cm.getCursor(),Fe=this.cm.getLine(Ve.line);if(Ve.line!=this.startPos.line||Fe.length-Ve.ch!=this.startLen-this.startPos.ch||Ve.ch<$e.ch||this.cm.somethingSelected()||!Ve.ch||this.options.closeCharacters.test(Fe.charAt(Ve.ch-1)))this.close();else{var qe=this;this.debounce=L(function(){qe.update()}),this.widget&&this.widget.disable()}},update:function($e){if(this.tick!=null){var Ve=this,Fe=++this.tick;_e(this.options.hint,this.cm,this.options,function(qe){Ve.tick==Fe&&Ve.finishUpdate(qe,$e)})}},finishUpdate:function($e,Ve){this.data&&y.signal(this.data,"update");var Fe=this.widget&&this.widget.picked||Ve&&this.options.completeSingle;this.widget&&this.widget.close(),this.data=$e,$e&&$e.list.length&&(Fe&&$e.list.length==1?this.pick($e,0):(this.widget=new ue(this,$e),y.signal($e,"shown")))}};function V($e,Ve,Fe){var qe=$e.options.hintOptions,er={};for(var ir in Ue)er[ir]=Ue[ir];if(qe)for(var ir in qe)qe[ir]!==void 0&&(er[ir]=qe[ir]);if(Fe)for(var ir in Fe)Fe[ir]!==void 0&&(er[ir]=Fe[ir]);return er.hint.resolve&&(er.hint=er.hint.resolve($e,Ve)),er}function z($e){return typeof $e=="string"?$e:$e.text}function re($e,Ve){var Fe={Up:function(){Ve.moveFocus(-1)},Down:function(){Ve.moveFocus(1)},PageUp:function(){Ve.moveFocus(-Ve.menuSize()+1,!0)},PageDown:function(){Ve.moveFocus(Ve.menuSize()-1,!0)},Home:function(){Ve.setFocus(0)},End:function(){Ve.setFocus(Ve.length-1)},Enter:Ve.pick,Tab:Ve.pick,Esc:Ve.close},qe=/Mac/.test(navigator.platform);qe&&(Fe["Ctrl-P"]=function(){Ve.moveFocus(-1)},Fe["Ctrl-N"]=function(){Ve.moveFocus(1)});var er=$e.options.customKeys,ir=er?{}:Fe;function dr(lr,Et){var ie;typeof Et!="string"?ie=function(pe){return Et(pe,Ve)}:Fe.hasOwnProperty(Et)?ie=Fe[Et]:ie=Et,ir[lr]=ie}if(er)for(var cr in er)er.hasOwnProperty(cr)&&dr(cr,er[cr]);var nr=$e.options.extraKeys;if(nr)for(var cr in nr)nr.hasOwnProperty(cr)&&dr(cr,nr[cr]);return ir}function oe($e,Ve){for(;Ve&&Ve!=$e;){if(Ve.nodeName.toUpperCase()==="LI"&&Ve.parentNode==$e)return Ve;Ve=Ve.parentNode}}function ue($e,Ve){this.id="cm-complete-"+Math.floor(Math.random(1e6)),this.completion=$e,this.data=Ve,this.picked=!1;var Fe=this,qe=$e.cm,er=qe.getInputField().ownerDocument,ir=er.defaultView||er.parentWindow,dr=this.hints=er.createElement("ul");dr.setAttribute("role","listbox"),dr.setAttribute("aria-expanded","true"),dr.id=this.id;var cr=$e.cm.options.theme;dr.className="CodeMirror-hints "+cr,this.selectedHint=Ve.selectedHint||0;for(var nr=Ve.list,lr=0;lr<nr.length;++lr){var Et=dr.appendChild(er.createElement("li")),ie=nr[lr],pe=n+(lr!=this.selectedHint?"":" "+$);ie.className!=null&&(pe=ie.className+" "+pe),Et.className=pe,lr==this.selectedHint&&Et.setAttribute("aria-selected","true"),Et.id=this.id+"-"+lr,Et.setAttribute("role","option"),ie.render?ie.render(Et,Ve,ie):Et.appendChild(er.createTextNode(ie.displayText||z(ie))),Et.hintId=lr}var Ce=$e.options.container||er.body,Ie=qe.cursorCoords($e.options.alignWithWord?Ve.from:null),jt=Ie.left,ar=Ie.bottom,ur=!0,kt=0,he=0;if(Ce!==er.body){var tr=["absolute","relative","fixed"].indexOf(ir.getComputedStyle(Ce).position)!==-1,gr=tr?Ce:Ce.offsetParent,_r=gr.getBoundingClientRect(),yr=er.body.getBoundingClientRect();kt=_r.left-yr.left-gr.scrollLeft,he=_r.top-yr.top-gr.scrollTop}dr.style.left=jt-kt+"px",dr.style.top=ar-he+"px";var xr=ir.innerWidth||Math.max(er.body.offsetWidth,er.documentElement.offsetWidth),Nr=ir.innerHeight||Math.max(er.body.offsetHeight,er.documentElement.offsetHeight);Ce.appendChild(dr),qe.getInputField().setAttribute("aria-autocomplete","list"),qe.getInputField().setAttribute("aria-owns",this.id),qe.getInputField().setAttribute("aria-activedescendant",this.id+"-"+this.selectedHint);var Tr=$e.options.moveOnOverlap?dr.getBoundingClientRect():new DOMRect,Sr=$e.options.paddingForScrollbar?dr.scrollHeight>dr.clientHeight+1:!1,Ar;setTimeout(function(){Ar=qe.getScrollInfo()});var Fr=Tr.bottom-Nr;if(Fr>0){var Gr=Tr.bottom-Tr.top,Vr=Tr.top-(Ie.bottom-Ie.top)-2;Nr-Tr.top<Vr?(Gr>Vr&&(dr.style.height=(Gr=Vr)+"px"),dr.style.top=(ar=Ie.top-Gr)+he+"px",ur=!1):dr.style.height=Nr-Tr.top-2+"px"}var Dr=Tr.right-xr;if(Sr&&(Dr+=qe.display.nativeBarWidth),Dr>0&&(Tr.right-Tr.left>xr&&(dr.style.width=xr-5+"px",Dr-=Tr.right-Tr.left-xr),dr.style.left=(jt=Math.max(Ie.left-Dr-kt,0))+"px"),Sr)for(var Ir=dr.firstChild;Ir;Ir=Ir.nextSibling)Ir.style.paddingRight=qe.display.nativeBarWidth+"px";if(qe.addKeyMap(this.keyMap=re($e,{moveFocus:function(Lr,$r){Fe.changeActive(Fe.selectedHint+Lr,$r)},setFocus:function(Lr){Fe.changeActive(Lr)},menuSize:function(){return Fe.screenAmount()},length:nr.length,close:function(){$e.close()},pick:function(){Fe.pick()},data:Ve})),$e.options.closeOnUnfocus){var Br;qe.on("blur",this.onBlur=function(){Br=setTimeout(function(){$e.close()},100)}),qe.on("focus",this.onFocus=function(){clearTimeout(Br)})}qe.on("scroll",this.onScroll=function(){var Lr=qe.getScrollInfo(),$r=qe.getWrapperElement().getBoundingClientRect();Ar||(Ar=qe.getScrollInfo());var jr=ar+Ar.top-Lr.top,vn=jr-(ir.pageYOffset||(er.documentElement||er.body).scrollTop);if(ur||(vn+=dr.offsetHeight),vn<=$r.top||vn>=$r.bottom)return $e.close();dr.style.top=jr+"px",dr.style.left=jt+Ar.left-Lr.left+"px"}),y.on(dr,"dblclick",function(Lr){var $r=oe(dr,Lr.target||Lr.srcElement);$r&&$r.hintId!=null&&(Fe.changeActive($r.hintId),Fe.pick())}),y.on(dr,"click",function(Lr){var $r=oe(dr,Lr.target||Lr.srcElement);$r&&$r.hintId!=null&&(Fe.changeActive($r.hintId),$e.options.completeOnSingleClick&&Fe.pick())}),y.on(dr,"mousedown",function(){setTimeout(function(){qe.focus()},20)});var Rr=this.getSelectedHintRange();return(Rr.from!==0||Rr.to!==0)&&this.scrollToActive(),y.signal(Ve,"select",nr[this.selectedHint],dr.childNodes[this.selectedHint]),!0}ue.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 $e=this.completion.cm.getInputField();$e.removeAttribute("aria-activedescendant"),$e.removeAttribute("aria-owns");var Ve=this.completion.cm;this.completion.options.closeOnUnfocus&&(Ve.off("blur",this.onBlur),Ve.off("focus",this.onFocus)),Ve.off("scroll",this.onScroll)}},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var $e=this;this.keyMap={Enter:function(){$e.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function($e,Ve){if($e>=this.data.list.length?$e=Ve?this.data.list.length-1:0:$e<0&&($e=Ve?0:this.data.list.length-1),this.selectedHint!=$e){var Fe=this.hints.childNodes[this.selectedHint];Fe&&(Fe.className=Fe.className.replace(" "+$,""),Fe.removeAttribute("aria-selected")),Fe=this.hints.childNodes[this.selectedHint=$e],Fe.className+=" "+$,Fe.setAttribute("aria-selected","true"),this.completion.cm.getInputField().setAttribute("aria-activedescendant",Fe.id),this.scrollToActive(),y.signal(this.data,"select",this.data.list[this.selectedHint],Fe)}},scrollToActive:function(){var $e=this.getSelectedHintRange(),Ve=this.hints.childNodes[$e.from],Fe=this.hints.childNodes[$e.to],qe=this.hints.firstChild;Ve.offsetTop<this.hints.scrollTop?this.hints.scrollTop=Ve.offsetTop-qe.offsetTop:Fe.offsetTop+Fe.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=Fe.offsetTop+Fe.offsetHeight-this.hints.clientHeight+qe.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1},getSelectedHintRange:function(){var $e=this.completion.options.scrollMargin||0;return{from:Math.max(0,this.selectedHint-$e),to:Math.min(this.data.list.length-1,this.selectedHint+$e)}}};function de($e,Ve){if(!$e.somethingSelected())return Ve;for(var Fe=[],qe=0;qe<Ve.length;qe++)Ve[qe].supportsSelection&&Fe.push(Ve[qe]);return Fe}function _e($e,Ve,Fe,qe){if($e.async)$e(Ve,qe,Fe);else{var er=$e(Ve,Fe);er&&er.then?er.then(qe):qe(er)}}function Ne($e,Ve){var Fe=$e.getHelpers(Ve,"hint"),qe;if(Fe.length){var er=function(ir,dr,cr){var nr=de(ir,Fe);function lr(Et){if(Et==nr.length)return dr(null);_e(nr[Et],ir,cr,function(ie){ie&&ie.list.length>0?dr(ie):lr(Et+1)})}lr(0)};return er.async=!0,er.supportsSelection=!0,er}else return(qe=$e.getHelper($e.getCursor(),"hintWords"))?function(ir){return y.hint.fromList(ir,{words:qe})}:y.hint.anyword?function(ir,dr){return y.hint.anyword(ir,dr)}:function(){}}y.registerHelper("hint","auto",{resolve:Ne}),y.registerHelper("hint","fromList",function($e,Ve){var Fe=$e.getCursor(),qe=$e.getTokenAt(Fe),er,ir=y.Pos(Fe.line,qe.start),dr=Fe;qe.start<Fe.ch&&/\w/.test(qe.string.charAt(Fe.ch-qe.start-1))?er=qe.string.substr(0,Fe.ch-qe.start):(er="",ir=Fe);for(var cr=[],nr=0;nr<Ve.words.length;nr++){var lr=Ve.words[nr];lr.slice(0,er.length)==er&&cr.push(lr)}if(cr.length)return{list:cr,from:ir,to:dr}}),y.commands.autocomplete=y.showHint;var Ue={hint:y.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};y.defineOption("hintOptions",null)})})();(function(e,t){(function(y){y(requireCodemirror(),cssExports)})(function(y){var n={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};y.registerHelper("hint","css",function($){var k=$.getCursor(),L=$.getTokenAt(k),j=y.innerMode($.getMode(),L.state);if(j.mode.name!="css")return;if(L.type=="keyword"&&"!important".indexOf(L.string)==0)return{list:["!important"],from:y.Pos(k.line,L.start),to:y.Pos(k.line,L.end)};var V=L.start,z=k.ch,re=L.string.slice(0,z-V);/[^\w$_-]/.test(re)&&(re="",V=z=k.ch);var oe=y.resolveMode("text/css"),ue=[];function de(Ne){for(var Ue in Ne)(!re||Ue.lastIndexOf(re,0)==0)&&ue.push(Ue)}var _e=j.state.state;if(_e=="pseudo"||L.type=="variable-3"?de(n):_e=="block"||_e=="maybeprop"?de(oe.propertyKeywords):_e=="prop"||_e=="parens"||_e=="at"||_e=="params"?(de(oe.valueKeywords),de(oe.colorKeywords)):(_e=="media"||_e=="media_parens")&&(de(oe.mediaTypes),de(oe.mediaFeatures)),ue.length)return{list:ue,from:y.Pos(k.line,V),to:y.Pos(k.line,z)}})})})();const app=createApp(_sfc_main);app.use(Store);app.use(ElementPlus);app.mount("#app");mermaid.initialize({startOnLoad:!0});window.mermaid=mermaid});export default Ub();